.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
body{
	color: #333;
	background: #fff;
}
.container{
	width: 1200px;
	margin: 0 auto;
}

.headera{
	font-size: 0;
	border-top: 3px solid #009ab6;
}
.headera h1.fl{
	margin: 37px 0;
}
.headera h1.fl a{
	display: block;
}
.headera h1.fl img{
	
}

.headera ul.fr{
	padding-left: 60px;
	background: url(../images/phone.png) no-repeat left center;
	margin: 34.5px 0;
}
.headera ul.fr li{
	
}
.headera ul.fr span{
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}
.headera ul.fr b{
	font-size: 18px;
	color: #d42719;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.headerb{
	background: #49ae46;
	font-size: 0;
}
.headerb ul{
	
}
.headerb li{
	display: inline-block;
	vertical-align: top;
}
.headerb a{
	display: block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerb a:hover,
.headerb a.cur{
	background: #309881;
}

.footer{
	padding-top: 30px;
	background: #000000;
}
.footera{
	padding-bottom: 60px;
	border-bottom: 1px solid #666666;
}
.footera h2{
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	background: url(../images/foot.png) repeat-x left bottom;
}
.dt{
	width: 600px;
}
.dt ul{
	
}
.dt ul li{
	margin-right: 37px;
}
.dt ul li:nth-child(6),
.dt ul li:last-child{
	margin-right: 0;
}
.dt ul p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.dt ul a{
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.dt ul a:hover{
	color: #309881;
}
.lx{
	width: 320px;
	margin-left: 80px;
}
.lx ul{
	
}
.lx li{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left top 8px;
}
.lx li:nth-child(1){
	background-image: url(../images/sj.png);
}
.lx li:nth-child(2){
	background-image: url(../images/lx.png);
}
.lx li:nth-child(3){
	background-image: url(../images/wz.png);
}
.lx li:nth-child(4){
	background-image: url(../images/dz.png);
}
.gz{
	width: 140px;
}
.gz a{
	display: block;
	font-size: 0;
}
.gz img{
	width: 140px;
	height: 140px;
}
.footerb{
	padding: 17px 0;
}
.footerb p{
	font-size: 12px;
	color: #cccccc;
}
.footerb a{
	font-size: 12px;
	color: #cccccc;
	transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.footerb a:hover{
	color: #309881;
}
