@charset "utf-8";
/*头部一*/
.headera{
	background: #ffffff;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0;
}
.headera p{
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}
.headera p.fl{
	padding-left: 29px;
	background: url(../images/1.png) no-repeat left center;
}
.headera p.fr{
	padding-left: 29px;
	background: url(../images/2.png) no-repeat left center;
}
.language{
	
}
.language li{
	margin-left: 15px;
}
.language a{
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	padding-left: 28px;
	background-image: url(../images/c.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
.language li:nth-child(2) a{
	background-image: url(../images/e.png);
}
.language a:hover{
	color: #015198;
}
/*头部一*/

/*搜索*/
#search{
	width: 30px;
	height: 30px;
	background: url(../images/search.png) no-repeat center;
	background-size: 20px;
	cursor: pointer;
	margin: 35px 0 35px 30px;
}
.search{
	display: none;
	position: absolute;
	top: 80px;
	font-size: 0;
	z-index: 10;
	width: 250px;
	height: 80px;
	right: 0;
	background: #F2EFEF;
	border: 1px solid #cccccc;
	padding: 24px 0px;
	text-align: center;
}
.search form{
	display: inline-block;
}
.search form input{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
}
.search form input[type=text]{
	width: 165px;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding-left: 13px;
}
.search form input[type=submit]{
	width: 30px;
	background: #000000 url(../images/search-white.png) no-repeat center;
	background-size: 20px;
	border: none;
	
}
/*搜索*/
/*头部二*/
.stick {
	position:fixed;
	top:0;
	left: 0;
	z-index:200;
	width: 100%;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.headerb{
	font-size: 0;	
	background: #fff;
}
.headerb>.container{
	position: relative;
}
.headerb h1.fl{
	margin: 25px 0;
}
.headerb h1.fl a{
	display: block;
}
.headerb h1.fl img{
	
}

.headerb nav.fr{
	
}
.headerb nav.fr .yiji{
	
}
.headerb nav.fr .yiji>li{
	display: inline-block;
	vertical-align: top;
	margin-left: 45px;
	position: relative;
}
.headerb nav.fr .yiji>li:first-child{
	margin-left: 0;
}
.headerb nav.fr .yiji>li>a{
	display: block;
	padding: 40px 0;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	text-transform: uppercase;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerb nav.fr .yiji>li>a.cur,
.headerb nav.fr .yiji>li>a.active{
	color: #015198;
}
.headerb nav.fr .yiji>li>.erji{
	display: none;
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	width: 270px;
	z-index: 99;
	background: rgba(1,81,152,.7);
}
.headerb nav.fr .yiji>li>.erji:before{
	content: '';
	position: absolute;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #015198;
	top: -7px;
	left: 50%;
	z-index: 99;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.headerb nav.fr .yiji>li>.erji>li{
	
}
.headerb nav.fr .yiji>li>.erji>li>a{
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-bottom:1px solid #015198;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerb nav.fr .yiji>li>.erji>li>a:hover{
	background: rgba(1,81,152,.9);
}
/*头部二*/

/*底部一*/
footer{
	background: #333333;
}
.footera{
	padding-top: 60px;
	padding-bottom: 80px;
}
.footera-a{
	width: 270px;
	margin-right: 40px;
}
.footera-a:last-child{
	margin-right: 0;
}
.footera-a h2{
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 24px;
	margin-bottom: 40px;
	border-bottom: 1px solid #575757;
}
.footera-a ul{
	
}
.footera-a ul li{
	
}
.footera-a ul a{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #999999;
	line-height: 30px;
	padding-left: 15px;
	background: url(../images/jiantou.png) no-repeat left center;
}
.footera-a p,
.footera-a p a{
	font-size: 12px;
	color: #999999;
	line-height: 30px;	
}
/*底部一*/

/*底部二*/
.footerb{
	border-top: 1px solid #575757;
	text-align: center;
	padding: 20px 0;
}
.footerb p,
.footerb p a{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
/*底部二*/