header{
	position: fixed;
}
body>.logo{
	margin: 30px 0 0 50px;
	position: fixed;
	z-index: 105;
}
.logo{
	text-align: left;width:200px;margin-top:16px;margin-left:30px;float:left;
}
 
.logo img{
	max-width: 100%;
}
.Nav>.logo{
	margin: 50px 0 0 50px;
	position: fixed;
	z-index: 105;
	
}

.btn{
	float: right;
	width: 30px;
	margin: 45px 77px 0 0;
	cursor: pointer;
	
}
.btn span{
	width: 100%;
	display: inline-block;
	height: 3px;
	background: #fff;
	float: right;
	margin-bottom: 6px;
}
.btn:hover span:nth-child(2){
	width: 50%
}

.index_con1 {margin-top:80px;}
.btn.ac span:nth-child(2){
	transform: translateX(100px);
	opacity: 0;
}
.btn.ac span:nth-child(3){
	transform: translateY(-11px)
}
.gp{
	float:right;
	margin: 42px 53px 0 0;
	border: 1px solid #e60012;
	line-height: 31px;
	width: 194px;

}

.gp span:nth-child(1){
	background: #e60012;
	line-height: 31px;
	display: inline-block;
	height: 31px;

}
.gp span{
	float: left;
	color:#fff;
	width: 50%;
	text-align: center
}
.nav{
	float: right;
	margin:0px 25px 0 0;height:80px;
	
}
#hover {
    background: #1378c6;
   
    border-color: #1378c6;
}
#hover a {
     
    color: #fff;
    
}
.nav li{
	float: left;height: 80px;
    line-height: 80px;
	
}
.nav li a{
	border-right: 0px solid #fff;
	 
	line-height: initial;
	font-size: 16px;
	padding:0 16px;
}
.nav li:last-child a{
	border-right: 0
}
.nav li a:hover{
	color:#e60012 !important
}
footer{background: url(../images/g_03.png) no-repeat top right #f8f8f8;background-position-x: 94%;background-position-y: 30px;padding: 15px 0;  padding: 2% 3%;
    width: 94%;
    height: 180px;
    overflow: hidden;}

.footer1{font-size: 0;}
.footer1 dl{display: inline-block;vertical-align: top;width: 25%;padding-top: 45px;}
.footer1 dl a{font-size: 12px;color: rgba(250,250,250,.4);line-height: 30px;}
.footer1 dl dt a{font-size: 14px;color: #393939;}
.footer1 dl a:hover{color: #393939;}
.footer2{margin-top: 25px;padding-bottom: 16px; float:left;  width:90%;}
.footer2 span{display: inline-block;vertical-align:middle;}
.footer2_u1{display: inline-block;vertical-align:middle;font-size: 0;margin-left: 5px;}
.footer2_u1 li{display: inline-block;vertical-align: middle;}
.footer2_u1 li a{font-size: 14px;color:#393939;}
.footer2_u1 li a:after{content: '/';display: inline-block;vertical-align:top;font-size: 12px;color: rgba(250,250,250,.4);margin: 1px 10px 0;}
.footer2_u1 li:hover a{color:#393939;}
.footer2_u1 li:last-child a:after{display: none;}
.footer1 dl span{font-size: 12px;color: #393939;line-height: 30px;}
.footer1 dl form{font-size: 0;}
.footer1 dl form input[type=text]{display: inline-block;vertical-align: top;width: 250px;height: 35px;border: 1px solid rgba(250,250,250,.3);
box-sizing: border-box;background: transparent;color: white;padding-left: 15px;font-size: 12px;}
.footer1 dl form input[type=submit]{display: inline-block;vertical-align: top;width: 45px;height: 35px;background:url(../images/ce_03.png) no-repeat center center #777a7c;
border: none;cursor: pointer;}

.footer_right{display: inline-block;float: right;text-align: center; position: absolute;}
.footer_right img{max-width:120px;height:120px;float: right;text-align: center;margin-top: 20px;}
.footer_right_u1{font-size: 0;margin-top: 25px;}
.footer_right_u1 li{display: inline-block;vertical-align: top;}
.footer_right_u1 li a{font-size: 15px;color: #666;padding:8px;}
.footer_right_u1 li a:after{content: '';display:inline-block;vertical-align: middle;width: 1px;height: 12px;background: #666;margin: 0 8px;}
.footer_right_u1 li:last-child a:after{display: none;}
.footer_right_u1 li a:hover{color: #000;}
 
.footer3{ width:90%;overflow:hidden;float:left;}
.footer3 span{display: inline-block;vertical-align: middle;width: 100%;font-size: 14px;float:left;padding:10px 5px;}
.footer3 span a{color: #393939;}
.footer3_u1{display: inline-block;float: right;font-size: 0;}
.footer3_u1 li{display: inline-block;vertical-align: top;}
.footer3_u1 li a{font-size: 12px;color: rgba(250,250,250,.4);}
.footer3_u1 li a:after{content: '/';display: inline-block;vertical-align:top;font-size: 12px;color: rgba(250,250,250,.4);margin: 1px 5px 0;}
.footer3_u1 li:last-child a:after{display: none;}
.footer3_u1 li a:hover{color: white;}

.footer3_u1{
	display: none
}
.divBox, .divBoxs {
    width: 100%;
    margin: 0 auto;
}
.nav>ul>li ul{
	display: none
}
.nav.active>ul>li ul{
	display: inline-block;
	/* transition: all .4s cubic-bezier(.35, .75, .55, 1) 0.5s;
	-webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) .5s;
	-moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) .5s; */
}
.nav.active>ul>li{
	text-align: center;
	width: 15%;
	transition: all .4s cubic-bezier(.35, .75, .55, 1) 0.1s;
	-webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
	-moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
	opacity: 0;
}
.nav.active.ac>ul>li{
	opacity: 1;
}
.nav.active>ul>li>a>ul{
	opacity: 0;
}
.nav.active.ac>ul>li>a>ul{
	opacity: 1;
}
.nav.active>ul>li>a{
	display: block;
	font-weight: bold;
	font-size: 18px;
	opacity: 0;
	margin-bottom: 20px;
	transition: all .4s cubic-bezier(.35, .75, .55, 1) 0.1s;
	-webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
	-moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
}
.nav.active>ul>li>a a:hover{
	color:#666
}
.nav.active>ul>li{
	float: none;
	display: inline-block
}
.nav.active>ul{
	text-align: center
}
.nav.active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	padding: 20px 0;
	/* opacity: 0; */
	margin-top: 0;
	float: none;
	
}
.nav.active.ac{
	/* opacity: 1; */
	/* display: block; */
	background: #fff;
	transform: translateX(0);
}
.nav.active a{
	color:rgba(0,0,0,.8) !important
}
.nav.active.ac>ul>li>a{
	opacity: 1;

}
.Nav>i{
	position: absolute;
	top: 50px;
	right: 67px;
	cursor: pointer;
	font-size: 35px;
	color:#fff;

}

header.white{
	background: #fff;
	height: 80px
}
header.white .nav{
	height: 80px;line-height:80px;
}

header.white .gp{
	margin-top: 24px;
}
header.white .btn{
	margin-top: 33px
}

header.white .nav>ul>li>a{
	color:#000
}
header.white .gp span:nth-child(2){
	color:#000
}
header.white .btn span{
	background: #1378c6
}
.Nav{
	position: fixed;
	top: 0;
	left: 0;
	background: #0f68ac;
	width: 100%;
	height: 100%;
	z-index: 111;
	display: none;
	text-align: center
}
.dh{
	margin-top: 13%
}
.dh>div{
	display: inline-block;
	vertical-align: top;
	margin-top: -53px;
	text-align: left;
	margin-right: 5%
}
.dh:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.1)
}
.dh>div>a{
	font-size: 16px;
	color:#fff;
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 3px solid rgba(255,255,255,.1);
	margin-bottom:30px;
	display: inline-block
}
.dh>div li a{
	font-size: 14px;
	color:rgba(255,255,255,.7);
	text-align: left;
	display: inline-block;
	line-height: 34px;
}
.dh>div li a:hover{
	color:#fff
}
.dh>div:hover>a{
	border-color: #fff
}
