@charset "utf-8";
/* CSS Document */
input,textarea {
	font: 12px/1.2em 'Helvetica Neue',Microsoft YaHei, Tahoma, Arial, sans-serif;
	letter-spacing: 0.7px;
	-webkit-font-smoothing: antialiased;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #3c3c3c;
}

a:focus {
	outline: none;
}

ul li {
	list-style: none;
}

img {
	border: 0;
}

em, i {
	font-style: normal;
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

*html .clearfix {
	height: 1%;
}

body{
	transform-origin: center top;
}

.top {
	width: 100%;
	height: 80px;
	background: #FFF;
	display: block;
}

.top .header {
	width: 1200px;
    border: none;
	margin: 0 auto;
}

.top .logo {
	float: left;
	width: 21%;
	overflow: hidden;
}
.top .logo img {
	width: 182px;
	height: 58px;
	position: absolute;
}
.top .logo .logoimg {
	display: block;
	width: 181px;
	height: 56px;
}

#nav {
	float: left;
}

#nav li {
	float: left;
}

#nav .nLi {
	display: block;
	padding: 0 21px;
	font-size: 16px;
	color: #333;
	letter-spacing: 3px;
	position: relative;
}
#nav .nLi img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
}

#nav .nLi.on::after{
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #0344FE;
	bottom: 14px;
	left: 50%;
	margin-left: -20px;
}

#nav .default {
	cursor: default;
}

#nav .nLi .name {
	display: inline-block;
    padding-left: 3px;
	line-height: 80px;
	font-weight: 400;
	font-size: 16px;
}

#nav .sub .value{
	padding-left: 6px;
}

#sub-nav{
	position: absolute;
	height: 350px;
	background-color: #fff;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	text-align: left;
}

#sub-nav .nLi.on::after{
	content: none;
}
#sub-nav .nLi.on .sub{
	z-index: 10;
}

#sub-nav .nLi .name{
	font-size: 16px;
	width: 150px;
	line-height: 50px;
	height: 50px;
}
#sub-nav .nLi:last-child .name{
	letter-spacing: 0px;
}

#sub-nav .nLi .name img{
	width: 13px;
	height: 13px;
	float: right;
	margin-top: 18.5px;
}

#sub-nav .sub{
	position: absolute;
	top: -1px;
	left: 196px;
	width: 550px;
	height: 350px;
	background-color: #fff;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
}

#sub-nav .sub li{
	height: 80px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 40px;
	font-size: 16px;
	user-select: none;
}

#sub-nav .sub li .name{
	color: #333;
	line-height: 55px;
}

#sub-nav .sub li .value{
	color: #777;
	font-size: 14px;
	width: 470px;
}
#sub-nav2{
	position: absolute;
	height: 350px;
	background-color: #fff;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	text-align: left;
}

#sub-nav2 .nLi.on::after{
	content: none;
}
#sub-nav2 .nLi.on .sub{
	z-index: 10;
}

#sub-nav2 .nLi .name{
	font-size: 16px;
	width: 150px;
	line-height: 50px;
	height: 50px;
}
#sub-nav2 .nLi:last-child .name{
	letter-spacing: 0px;
}

#sub-nav2 .nLi .name img{
	width: 13px;
	height: 13px;
	float: right;
	margin-top: 18.5px;
}

#sub-nav2 .sub{
	position: absolute;
	top: -1px;
	left: 196px;
	width: 550px;
	height: 350px;
	background-color: #fff;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
}

#sub-nav2 .sub li{
	height: 80px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 40px;
	font-size: 16px;
	user-select: none;
}

#sub-nav2 .sub li .name{
	color: #333;
	line-height: 55px;
}

#sub-nav2 .sub li .value{
	color: #777;
	font-size: 14px;
	width: 470px;
}


/*按钮*/
.login_box {
	width: 120px;
	height: 36px;
	float: right;
	margin-top: 22px;
	background-color: #0344FE;
	border-radius: 28px;
}

.loginbtn {
	width: 120px;
	height: 36px;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}


.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.footerwrap {
	width: 100%;
	overflow: hidden;
}

.footerwrap .footer {
	/* height: 360px; */
	background: #2c2d2c;
	padding-bottom:10px;
	overflow: hidden;
}

.footerwrap .footerbox {
	width: 1200px;
	height: 230px;
	margin: 0 auto;
}

.footerbox .title {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	padding: 75px 0 23px 0;
	color: #888;
}

.footerbox .f1 {
	float: left;
	width: 672px;
	padding: 0 154px 0 70px;
}

.footerbox .f2 {
	float: left;
	width: 212px;
}

.footerbox .f3 {
	float: left;
	width: 254px;
}

.footerbox .f4 {
	float: left;
	width: 136px;
	line-height: 30px;
	color: #888888;
	font-size: 14px;
}

.footerbox .f1 .title{
	letter-spacing: 0px;
	line-height: 28px;
}

.footerbox .commonlist {
	width: 100%;
	overflow: hidden;
}

.footerbox .commonlist li {
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #888888;
	background: none;
	margin: 0;
	float: none;
}

.footerbox .commonlist a {
	color: #888888;
}

.footerbox .f4 .img {
	margin-top: 120px;
	width: 78px;
	height: 78px;
}

.footerbox .f4 .font {
	float: left;
	margin-left: -4px;
}

.footerwrap .copyright, .copyright_wrap {
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	background: #0d0d0d;
}

.footerwrap .copyright .copycon {
	width: 1150px;
	position: relative;
	margin: 0 auto;
}

.footerwrap .copyright .con {
	width: 1144px;
	margin: 0 auto;
	line-height: 20px;
	font-size: 16px;
	color: #888888;
	text-align: center;
}

.copyright_wrap {
	background: #404143;
}

.copyright_wrap .copyright {
	width: 1144px;
	margin: 0 auto;
}

.copyright_wrap .copyright .con {
	line-height: 24px;
	font-size: 12px;
	color: #898989;
	font-family: 'Microsoft YaHei';
}


