.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
body{
	color: #333;
	background: #fff;
    font: 12px/140% Arial,"微软雅黑",Helvetica, sans-serif,Verdana;
    overflow-x: hidden;
}
.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.headera{
	border-top: 4px solid #005bac;
}
.headera h1{
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	margin: 14px 0;
}
.headera h1 a{
	display: block;
	font-size: 0;
}
.headera h1 img{
	display: inline-block;
	vertical-align: middle;
	height: 57px;
}
.headera h1 div{
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
.headera h1 h2{
	color: #005bac;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.headera h1 p{
	color: rgb(0, 91, 172);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 15px;
}
.headera ul.fr{
	font-size: 0;
	padding: 0 13px;
	background: url(../images/sc.jpg) no-repeat left top;
}
.headera ul.fr li{
	display: inline-block;
	vertical-align: top;
}
.headera ul.fr a{
	display: block;
	font-size: 12px;
	color: #fff;
	padding: 5.5px 15px 9.5px;
	position: relative;
}
.headera ul.fr li:first-child a:before{
	content: '';
	display: inline-block;
	position: absolute;
	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%);
	width: 1px;
	height: 12px;
	background: #fff;
}
.headera div.fr{
	margin: 15px 20px 15px 0;
	text-align: center;
	padding-left: 70px;
	background: url(../images/tel.png) no-repeat left top 5px;
}
.headera div.fr p{	
    color: #333333;
    font-size: 22px;
    margin-bottom: 4px;
    line-height: 22px;
}
.headera div.fr strong{
	color: rgb(255, 126, 0);
    font-size: 29px;
    font-weight: bold;
}

.headerb{
	background: #005bac;
	font-size: 0;
}
.headerb li{
	display: inline-block;
	vertical-align: top;
}
.headerb a{
	display: block;
	width: 195px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	 font-size: 16px;
    font-weight: bolder;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	font-family: 微软雅黑, Arial;
}
.headerb a.cur,
.headerb a:hover{
	background: #ff7e00;
}




/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 16px;
  	height: 16px;
  	border-radius: 100%;
  	background-color: #fff;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #ff7e00;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 450px;
}
#banner .bd a .jianjie{
	height: 100%;
	position: relative;
}
#banner .bd a .jianjie div{
	position: absolute;
	top: 0;
	left: 0;
	margin: 122px 0;
}
#banner .bd a .jianjie h2{
	padding: 19px 22.5px;
	background: #005bac;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
#banner .bd a .jianjie p{
	color: rgba(102,102,102,1);
    font-size: 22px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    border: 2px solid #005bac;
    border-radius: 50px;
    margin-top: 25px;
}
/*幻灯片CSS*/

/*关键词搜索*/
.sousuo{
	background: #eeeeee;
}
.sousuo .fl{
	font-size: 0;
	padding: 31.5px 0 31.5px 40px;
	background: url(../images/hot.png) no-repeat left center;
}
.sousuo .fl>p{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color:rgb(255, 126, 0);
	font-weight: bold;
}
.sousuo .fl>ul{
	display: inline-block;
	vertical-align: top;
}
.sousuo .fl>ul>li{
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
}
.sousuo .fl>ul>li:last-child{
	margin-right: 0;
}
.sousuo .fl>ul>li>a{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-family: Microsoft YaHei,'微软雅黑' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

.sousuo .fr{	
	font-size: 0;
	margin: 17.5px 0;
}
.sousuo .fr form{
	
}
.sousuo .fr form input{
	display: inline-block;
	vertical-align: top;
}
.sousuo .fr form input[type=text]{
	width: 285px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 12px;
	color: #666666;
	padding-left: 20px;
	border:2px solid #ff7e00;
}
.sousuo .fr form input[type=submit]{
	width: 50px;
	height: 40px;
	font-size: 14px;
	background:#ff7e00;
	border: none;
	color: #fff;
	cursor: pointer;
}
/*关键词搜索*/

.footer{
	background: #005bac;
	padding: 20px 0;
}
.footer p{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: 微软雅黑, Arial;
}
.footer span{
	margin-right: 20px;
}
.footer span:last-child{
	margin-right: 0;
}
