@charset "utf-8";
/* CSS Document */
body {
	min-width: 1200px; /*设置最小宽度*/
	color: black; /*设置字体颜色*/
	font: 12px/1.5 'Microsoft Yahei', 'Heiti SC';
}
body img {
	border: 0px;
} /*for ie 去掉默认边框*/
body a {
	text-decoration: none;
	color: #fff;
} /*字体默认颜色，去掉默认下划线*/
body a:hover {
	cursor: pointer;
} /*hover字体颜色*/
body ul {
	list-style: none;
	padding: 0;
	margin: 0;
} /*去掉列表样式*/
.clear {
	clear: both;
	float: none;
}
.hide {
	visibility: hidden;
}
.none {
	display: none;
}
.anchor {
	height: 100px;
	margin-top: -100px;
}

/* 输入框默认字体颜色 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #949599;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #949599;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #949599;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #949599;
}

abbr[title],
acronym[title] {
	border-bottom: none;
	text-decoration: none;
	cusor: default;
}
/* 伪类级hover事件 */
.gray2wihte a {
	color: #b0b0b0;
}
.gray2wihte a:hover {
	color: #fff;
} /*伪类：灰色转白色*/
.white a {
	color: #fff;
}
.white a:hover {
	color: #2167e6;
} /*伪类：静态白色*/
.static a {
	color: #212121;
}
.static a:hover {
	color: #212121;
} /*伪类：静态淡黑色*/

.btn-def {
	display: inline-block;
	padding: 8px 36px;
	border: 0;
	background-color: #1f5ecc;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-def:hover {
	background: #1a5296;
}
/* 页首 */
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 3px 20px #00000038;
}
/* 导航 */
.topbar {
	width: 1200px;
	height: 90px;
	color: white;
	margin: 0 auto;
	position: relative;
}
/*天洋暂去background*/
/*.topbar-logo{float: left;margin-right:33px;width: 86px;height: 90px;background: url("../../images/new-img/logo.png") no-repeat center;}*/
.topbar-logo {
	float: left;
	margin-right: 33px;
	width: 86px;
	height: 90px;
}
.topbar-nav {
	float: left;
	margin: 0;
	padding-left: 30px;
}
/*.topbar-nav>li{width: 150px;float: left;line-height: 68px;text-align: center;}*/
/*.topbar-nav>li:nth-of-type(2){background: url("../../images/trading/new1.gif") no-repeat top 10px right;}*/
/*
.topbar-nav>li>a{font-size: 18px;}
.topbar-nav>li>a:hover{color: #2167e6;}
*/

#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu > ul > li {
	float: left;
	padding: 0 44px;
	line-height: 90px;
}
#cssmenu > ul > li:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
#cssmenu > ul > li > a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #272e38;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
	color: #396dbc;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 43px;
	right: 10px;
	width: 0;
	height: 0;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #272e38 transparent transparent;
	content: '';
}
#cssmenu > ul > li.has-sub:hover > a:after {
	border-color: #396dbc transparent transparent;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	margin-top: -20px;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 25px;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
	line-height: 10px;
}
#cssmenu ul li:hover > ul > li {
	height: 2pc;
}
#cssmenu ul ul li a {
	padding: 18px 35px;
	width: 10pc;
	font-size: 12px;
	background: #919eab;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover > a {
	color: #373f59;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 23px;
	right: 10px;
	width: 4px;
	height: 4px; /*border-bottom:1px solid #fff;border-right:1px solid #fff;*/
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#cssmenu ul ul li.has-sub:hover > a:after {
	border-color: #373f59;
}
.has-arrow > a::after {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: '';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

/* 登录 */
.navBar-info {
	float: right;
	color: #272e38;
	font-size: 14px;
}
.navBar-info > span > a {
	color: #272e38;
}
.navBar-info > span > a:hover {
	color: #396dbc;
}
.navBar-info:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: '';
	line-height: 0;
}
.center-button {
	width: 126px;
	height: 44px;
	border: 1px solid #272e38;
	border-radius: 24px;
	background: 0 0;
	color: #272e38;
	cursor: pointer;
}
.center-button:hover {
	background-color: #0d1e3d;
	color: #fff;
}
.navBar-info > span {
	margin-right: 46px;
	line-height: 90px;
}
.short-name {
	display: inline-block;
	overflow: hidden;
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.login {
	float: right;
	padding: 0;
	margin: 0;
	padding-right: 30px;
	overflow: hidden;
}
.login > li {
	float: left;
	line-height: 68px;
}
.login > li > a {
	font-size: 14px;
	color: #272e38;
}
.login > li > a:hover {
	color: #2167e6;
}
.login > li > span {
	padding: 0 10px;
}

section {
	width: 100%;
	overflow: hidden;
}

/*footer style*/
footer {
	margin-top: 0px;
	background-color: #191919;
	color: #fff;
}
.footer-content {
	margin: 0 auto;
	width: 810pt;
	height: 148px;
	font-size: 14px;
}
.record {
	height: 2pc;
	background-color: #2b2b2b;
	text-align: center;
	font-size: 9pt;
	line-height: 2pc;
}
.navBar-footer > nav {
	float: left;
	padding-top: 88px;
}
.navBar-footer > nav > a {
	margin-right: 50px;
	cursor: pointer;
	color: #fff;
}
.navBar-footer > nav > a:hover {
	color: #1f5ecc;
}
.contact {
	float: right;
}
.phone {
	padding-top: 30px;
	height: 54px;
	color: #1f5ecc;
	font-size: 24px;
}
.phone-icon {
	float: left;
	display: inline-block;
	width: 40px;
	height: 34px;
	background: #191919 url(../../images/new-img/weixin.png);
	background-size: 100% 100%;
	margin-right: 5px;
}
.email-icon {
	width: 22px;
	height: 1pc;
	background: #191919 url(../../images/new-img/footer.png) no-repeat left 0 top -10px;
}
.email-icon,
.position-icon {
	float: left;
	display: inline-block;
	padding-right: 10px;
}
.position-icon {
	width: 15px;
	height: 20px;
	background: #191919 url(../../images/new-img/footer.png) no-repeat left -46px top -11px;
}
email-icon:after,
phone-icon:after,
position-icon:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: '';
	line-height: 0;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.float-l:after,
.float-r:after,
.navBar-logo:after,
.navBar-menu:after,
.topbar-logo:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: '';
	line-height: 0;
}
