@charset "utf-8";
@import url('../font/iconfont/iconfont.css');
@import '@../font/iconfont/iconfont.css';
header{
	padding: 0 calc(50% - 600px);
    width: 1200px;
    height: 75px;
    line-height: 75px;
    color: #999;
    font-family: "STHeiti-Light",'SourceHanSansCN-Light', 'PingFang SC','HeitiSC',"microsoft yahei","arial, helvetica, sans-serif";
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    position: fixed;
    background: #fff;
    z-index: 100;
    top: 0;
}
.hide{
	display: none;
}
.show{
	display: block;
}
header img{

}
header .logo{
	float: left;
	margin-top: 15px;
	position: relative;
	width: 164px;
}
header .logo i{   
	font-size: 183px;
    color: #3e75e3;
    position: absolute;
    left: -10px;
    top: -10px;
}
header ul.navBox{
	font-size: 16px;
    display: inline-block;
    margin-left: 188px;
}
header .active{
	background:url(../img/nav_active.png) no-repeat top left ;
}
header ul.navBox li{
	display: inline-block;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
}
header ul.navBox li.active{
	color:#366fe2 ;
}
header ul.navBox li.active a{
	color:#366fe2 ;
} 
header ul.navBox li i{
	position: absolute;
    right: -10px;
    top: 0;
    line-height: 75px;

}
header ul.navBox li a:hover,header ul.navBox li:hover{
	 color: #366fe2;	
}
/*导航箭头*/
/*向右*/
@-moz-keyframes rotateRight{
	from{-moz-transform:rotate(0deg)}
	to{-moz-transform:rotate(-180deg)}
}
@-ms-keyframes rotateRight{
	from{-ms-transform:rotate(0deg)}
	to{-ms-transform:rotate(-180deg)}
}
@-webkit-keyframes rotateRight{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(-180deg)}
}
@keyframes rotateRight{
	from{transform:rotate(0deg)}
	to{transform:rotate(-180deg)}
}

.rotateRight{
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	animation:rotateRight both 0.3s;
}
/*向左*/
@-moz-keyframes rotateLeft{
	from{-moz-transform:rotate(-180deg)}
	to{-moz-transform:rotate(0deg)}
}
@-ms-keyframes rotateLeft{
	from{-ms-transform:rotate(-180deg)}
	to{-ms-transform:rotate(0deg)}
}
@-webkit-keyframes rotateLeft{
	from{-webkit-transform:rotate(-180deg)}
	to{-webkit-transform:rotate(0deg)}
}
@keyframes rotateLeft{
	from{transform:rotate(-180deg)}
	to{transform:rotate(0deg)}
}

.rotateLeft{
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	animation:rotateLeft both 0.3s;
}



header ul.navBox li:first-child{
	margin-left: 0;
}
header ul.navBox li a{
	color: #999;
}

header ul.navBox li ul{
	width: 140px;
	font-size: 14px;
	position: absolute;
	left: -10px;
	top: 75px;
	background: #fff;
	box-shadow: 0 3px  4px 0 rgba(7,26,57,0.1);
}

header ul.navBox li ul li{
	width: calc(100% - 20px);
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 37px;
    padding-left: 20px;
    float: left;
    border-bottom: 1px solid #fff;
}
header ul.navBox li.active ul li a{
	color: #999;
}
.bottomActive{	
	border-bottom: 1px solid #366fe2!important;
}
.bottomActive a{
	color: #366fe2!important;	
}
header .tel{
	float: right;
	font-size: 14px;
	position: relative;
	padding-left: 25px;
	color: #366fe2;
	padding-top:10px;
		font-weight: 600;
}
header .tel i{
	font-size: 16px;
    margin-right: 5px;
}
header .tel img{
	position: absolute;
    top: 27px;
    left: 0;
}
@media only screen and (max-width: 1200px){
	header{
		width: 1100px;
    	padding: 0 50px;
	}
	header ul.navBox{
		margin-left: 80px;
	}
	header ul.navBox li {
		margin-left: 30px!important;
	}

}

header .address{width:100%; overflow: hidden; margin: 0 auto; height: 40px; color: #fff; line-height: 40px; background: rgba(1,75,170,0.8);box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; /*border-top:1px solid #eaeaea;*/}
header .address ul{width:100%; margin: 0 auto; padding-left: 15px;}
header .address ul li {padding: 0 15px; float: left; overflow: hidden;}
.clear{clear:both;}

.h40{height: 40px; clear: both;}

.yw-cont{width:100%; margin: 0 auto;}
.yw-cont p{line-height: 24px; margin-bottom: 20px; color: #919191;}
.yw-cont img{width:50%; margin: 20px auto; border-radius: 10px; }
.yw-cont-img{width:100%; margin: 0 auto;}
.yw-cont-img img{width:90%; margin: 20px auto; border-radius: 10px;}
.banner-text {
    height: 153px;
    width: 271px;
    margin: 0 auto;
    text-align: center;
    color: white;
}
.banner-text h2{
	padding-top: 125px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}
.banner-text h3 {  
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,.7);
    line-height: 20px;
}

