*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
}
li{
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 12px;
}
.clear{
	clear: both;
}

header{
	width: 100%;
	height: 35px;
	background: #e7e7e7;
}
.header-content{
	width: 1240px;
	height: 35px;
	margin: 0 auto;
}
.header-content ul{
	width: 125px;
	height: 35px;
	background: url(../img/san.png) no-repeat left;
	background-position-x: 10px;
	background-size:auto 40%;
	float: left;
}
.header-content ul label{
	width: 125px;
	height: 35px;
	display: block;
	padding-left: 68px;
	box-sizing: border-box;
	background: url(../img/china.svg) no-repeat left;
	background-position-x: 43px;
	background-size: auto 50%;
	font-size: 13px;
	color: #414141;
	line-height: 35px;
	cursor: pointer;
}
.header-content ul:hover li{
	visibility: visible;
}
.header-content ul label img{
	vertical-align: middle;
	height: 50%;
	margin-left: 43px;
}
.header-content ul li{
	width: 125px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	box-sizing: border-box;
	visibility: hidden;
	background: #e7e7e7;
	border: 1px solid #E7E7E7;
}
.header-content li:hover{
	background: #FFFFFF;
}
.header-content ul li img{
	height: 50%;
	vertical-align: text-bottom;
	margin-right: 2px;
}
.header-content ul li a{
	color: #000000;
	font-size: 13px;
	line-height: 35px;
}

.logo>a{
	width: 128px;
	height: 35px;
	display: block;
	float: left;
}
.logo-1{
	background: #FFFFFF;
}
.logo-3{
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
.logo-1:hover img{
	visibility: hidden;
}
.logo-1:hover{
	background: url(../img/hover-logo.svg);
	background-color: #414141;
	background-size: 128px 35px ;
}
.logo-2:hover img{
	visibility: hidden;
}
.logo-2:hover{
	background: url(../img/hover.svg);
	background-color: #414141;
	background-size: 128px 35px
}
.logo-3:hover img{
	visibility: hidden;
}
.logo-3:hover{
	background: url(../img/hover-logo-1.svg);
	background-color: #414141;
	background-size: 128px 35px
}

.header-right{
	width: 186px;
	height: 35px;
	float: right;
	position: relative;
}
.header-right a{
	width: 45px;
	height: 35px;
	display: block;
	float: right;
	font-size: 12px;
	color: #000;
	line-height: 35px;
    position: absolute;
    right: 63px;
    bottom: 0px;
}
/*.header-right span{
	width: 1px;
	height: 16px;
	background: #000000;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 6px;
}*/
.header-right a img{
	vertical-align: middle;
}
/*.header-right a:nth-child(3){
	width: 45px;
}
.header-right a:nth-child(3):hover{
	font-weight: normal;
}*/
.office{
	width: 54px !important;
	height: 35px;
	margin-left: 6px;
}
/*.header-right a:hover{
	font-weight: bold;
}*/
.gouwuche:hover{
	transform: scale(1.1);
}

.hidden{
	position: absolute;
	top: 35px;
	right: 0px;
	display: none;
	z-index: 9;
}
.login:hover .hidden{
	display: block;
}

.main-logo{
	width: 1240px;
	height: 80px;
	margin: 0 auto;
}


nav{
	width: 100%;
	height: 40px;
	display: block;
	background: #414141;
	position: relative;
}
nav>ul{
	width: 1240px;
	height: 40px;
	margin: 0 auto;
}
nav>ul>li{
	float: left;
	
}
nav>ul>li>a:hover{
	background: #FFFFFF !important;
	color: #000000;
}

nav>ul>li>a{
	width: 95px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
	margin-right: 64px;
}

/*二级导航*/
.twice-menu{
	width: 100%;
	height: 320px;
	background: #FFFFFF;
	border-bottom: 3px solid #414141;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 999;
	visibility: hidden;
}
nav>ul>li:hover .twice-menu{
	animation: go 1.5s ease-in;
	animation-fill-mode: forwards;
}
@keyframes go{
	0%{ opacity: 0;}
	50%{opacity: 0.9;}
	100%{ visibility: visible;}
}
.menu-con{
	width: 1240px;
	height: 320px;
	margin: 0 auto;
}
.menu-con ul{
	margin-top: 25px;
    float: left;
    text-align: left;
    padding: 0 65px;
}
.menu-con ul li{
	font-size: 14px;
	padding-bottom: 16px;
	letter-spacing: 1px;
}
.menu-con ul li a{
	color: #000000;
}
.who{
	border-left: 1px solid #414141;
}
.what{
	border-left: 1px solid #414141;
}
.rela{
	position: relative;
}
.abso{
	position: absolute;
	top: -4px;
	right: -20px;
}
.menu-con>a{
	float: right;
	margin-top: 25px;
}
/*以上:二级导航*/

.banner{
	width: 100%;
	height: 673px;
	background: url(../img/login-bg.jpg) no-repeat center top;
}
.content{
	width: 1220px;
	margin: 0 auto;
}
.login-box{
	width: 395px;
	height: 515px;
	background: #fafafa;
	padding-top: 40px;
	box-sizing: border-box;
    font-size: 14px;
    color: #000;
    float: right;
    position: relative;
    margin-top: 35px;
}
.login-box select{
	display: block;
    width: 290px;
    height: 45px;
    border: solid 1px #b3b3b3;
    font-size: 14px;
    margin: 0 auto;
    padding: 0px 0 0px 10px;
    outline: none;
}
.input{
	width: 290px;
	height: 45p;
	margin: 15px auto;
	position: relative;
}
.login-box .input input{
    width: 290px;
    height: 45px;
    display: block;
    text-indent: 50px;
    border: solid 1px #b3b3b3;
    font-size: 14px;
    position: relative;
    margin: 0 auto;
    padding: 0px 0 0px 10px;
    box-sizing: border-box;
    outline: none;
}
.num86{
	width: 50px;
    line-height: 45px;
    border-right: solid 1px #b3b3b3;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.login-box>input{
	width: 290px;
    height: 45px;
    display: block;
    border: solid 1px #b3b3b3;
    font-size: 14px;
    margin: 0px auto;
    margin-top: 14px;
    padding: 0px 0 0px 10px;
    box-sizing: border-box;
    outline: none;
}
.zc{
	width: 290px;
	height: 19px;
	margin: 15px auto;
}
.zc span a{
	display: block;
    font-size: 14px;
    color: #000;
}
.zc span{
	display: block;
}
.zc span:first-child{
	float: left;
}
.zc span:last-child{
	float: right;
}
.login-box>a{
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: #c6c6c6;
    width: 290px;
    font-size: 16px;
    letter-spacing: 2px;
}
.login-box>a:hover{
	background-color: #666;
}
.login-box>p{
	width: 395px;
    height: 58px;
    background: url(../img/express.svg) no-repeat scroll 15px center #c6c6c6;
    background-size: 25% auto;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    padding-left: 40px;
    box-sizing: border-box;
}
.img-yz{
	width: 290px;
    height: 46px;
    margin: 0 auto;
    position: relative;
}
.img-yz input{
    width: 290px;
    height: 46px;
    display: block;
    border: solid 1px #b3b3b3;
    font-size: 14px;
    padding: 14px 0 14px 10px;
    box-sizing: border-box;
    outline: none;
}
.img-yz img{
	position: absolute;
	top: 0;
	right: 0;
}
.img-yz span{
    color: #83847e;
    font-size: 12px;
    vertical-align: middle;
    float: right;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    right: -44px;
    top: 7px;
}
.img-yz span:hover{
    color: #333;
    text-decoration: underline;
}

.dx-yz{
	width: 290px;
    height: 46px;
    margin: 0 auto;
    position: relative;
    margin-top: 14px;
}
.dx-yz input{
    width: 290px;
    height: 46px;
    display: block;
    border: solid 1px #b3b3b3;
    font-size: 14px;
    padding: 14px 0 14px 10px;
    box-sizing: border-box;
    outline: none;
}
.dx-yz a{
	width: 100px;
    height: 46px;
    line-height: 46px;
    display: block;
    text-align: center;
    color: #000;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    right: 0;
}
.dx-yz a:hover{
	background-color: #666;
 	color:#fff;
}
.line-login{
	width: 290px;
	height: 40px;
	margin: 0 auto;
}
.line-login a{
	color: #000000;
	font-size: 14px;
	line-height: 40px;
	display: block;
	height: 40px;
	float: right;
}


























/*页面底部*/
.bottom-icon{
	width: 1240px;
	height: 141px;
	margin: 0 auto;
	margin: 0 auto;
    border-bottom: solid 1px #dadada;
    padding-top: 22px;
    box-sizing: border-box;
}
.icon-1{
	margin-left: 30px;
	background: url(../img/icon-1.svg) no-repeat -55px center;
    background-size: 75% auto;
    width: 300px;
    height: 70px;
    display: block;
    float: left;
    color: #414141;
}
.icon-1-word{
	margin-left: 97px;
    font-size: 20px;
    padding-top: 12px;
}
.icon-1-word span{
	display: block;
    margin-top: 7px;
	font-size: 14px;
}
.icon-2{
	background: url(../img/icon-2.svg) no-repeat -55px center;
    background-size: 75% auto;
    width: 300px;
    height: 70px;
    display: block;
    float: left;
    color: #414141;
}
.icon-3{
	background: url(../img/icon-3.svg) no-repeat -55px center;
    background-size: 75% auto;
    width: 300px;
    height: 70px;
    display: block;
    float: left;
    color: #414141;
}
.icon-4{
	background: url(../img/icon-4.svg) no-repeat -55px center;
    background-size: 75% auto;
    width: 300px;
    height: 70px;
    display: block;
    float: left;
    color: #414141;
}

footer{
	width: 1240px;
	height: 210px;
	margin: 0 auto;
	margin-top: 75px;
}
.left{
	width: 200px;
	float: left;
}
footer a:nth-child(2){
	font-size: 16px;
	color: #000000;
	display: inline-block;
	margin-top: 30px;
}
footer a:nth-child(3) img,
footer a:last-child img{
	vertical-align: middle;
	margin-left: 10px;
}
/*.footer-right{
	width: 820px;
	float: left;
}*/
footer ul{
	margin-top: 0;
    float: left;
    padding: 0 70px;
    text-align: center;
    background: url(../img/line.jpg) right 0 no-repeat;
}
.line-none{
	background: none;
}
footer ul p{
	margin-bottom: 20px;
    font-size: 16px;
    margin-top: 0;
}
footer ul li{
    line-height: 30px;
    text-align: left;
    margin-left: 1px;
}
footer ul li a{
	color: #414141;
    font-size: 14px;
}
footer>img{
	float: right;
}

.foot-nav{
	width: 100%;
    height: 45px;
    font-size: 14px;
    background: #414141;
    color: #fff;
    line-height: 45px;
    text-align: center;
    clear: both;
}
