.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
body{
	color: #333;
	background: #fff;
}
.container{
	width:1200px;
	margin: 0 auto;
}

.headera{
	border-bottom: 1px solid #cccccc;
}
.headera p{
	font-size: 12px;
	color: #666666;
	line-height: 40px;
}

.headerb{
	font-size: 0;
	background: #2179b8;
}

.headerb div.fl{
	
}
.headerb div.fl h1{
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	position: relative;
	margin: 30px 0;
}
.headerb div.fl h1:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 40px;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	background: #cecece;
}
.headerb div.fl h1 a{
	display: inline-block;
}
.headerb div.fl h1 a img{
	
}

.headerb div.fl div{
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	margin: 36px 0;
}
.headerb div.fl div h2{
	font-size: 24px;
	color: #edc461;
	font-weight: bold;
	margin-bottom: 5px;
}
.headerb div.fl div p{
	font-size: 14px;
	color: #cccccc;
}

.headerb div.fr{
	
}
.headerb div.fr div{
	margin: 35px 0;
	padding-left: 60px;
	background: url(../image/tel.png) no-repeat left center;
}
.headerb div.fr div p{
	font-size: 14px;
	color: #ffffff;
}
.headerb div.fr div strong{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.stick {
	position:fixed;
	top:0;
	left: 0;
}
.headerc{
	font-size: 0;
	background: #1e6fa9;
	z-index:100;
	width: 100%;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.headerc .yiji{
	
}
.headerc .yiji>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.headerc .yiji>li>a{
	font-size: 16px;
	color: #ffffff;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	border-left: 1px solid #1C669B;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerc .yiji>li>a.active,
.headerc .yiji>li>a.cur{
	background: #edc461;
}
.headerc .yiji>li:last-child>a{
	border-right: 1px solid #1C669B;
}

.headerc .yiji>li>.erji{
	display: none;
	position: absolute;
	left: 1px;
	top: 50px;
	width: 200px;
	z-index: 33;
	background: #1E6FA9;
}
.headerc .yiji>li>.erji>li{
	padding: 0 35px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border-bottom: 1px solid #1C669B;
}
.headerc .yiji>li>.erji>li>a{
	font-size: 14px;
	color: #ffffff;
	display: block;
	height: 39px;
	line-height: 39px;
}
.headerc .yiji>li>.erji>li:hover{
	background: #edc461;
}

.footer{
	background: #1b1c20;
}
.footer-a{
	padding: 70px 0 60px 0;
	background: #2179B8;
}
.footer-a1{
	border-right: 1px solid #23a6f1;
}
.footer-a1:nth-child(2){
	margin-left: 50px;
}
.footer-a1 h2{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 40px;
}
.footer-a1 ul{
	
}
.footer-a1 ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}
.footer-a1 ul h3{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 10px;
}
.footer-a1 ul a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}
.footer-a2{
	
}
.footer-a2 h4{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 25px;
}
.footer-a2 p{
	
}
.footer-a2 p a{
	display: inline-block;
}
.footer-a2 p a img{
	max-width: 180px;
}
.footer-a2 span{
	font-size: 12px;
	color: #ffffff;
}
.footer-b{
	
}
.footer-b p{
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
}
.footer-b p a{
	font-size: 14px;
	color: #ffffff;
}