@charset "utf-8";
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;
}
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;
	}

}

