/*导航*/
.nav{
	height: 80px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px 
	rgba(37, 119, 189, 0.3);
	-webkit-box-shadow: 0px 0px 30px 0px 
	rgba(37, 119, 189, 0.3);
	border-radius: 5px;
	position: fixed;
	top:20px;
	left: 50%;
	margin-left: -600px;
	z-index: 5;
	width: 1200px;
}
.nav2{
	width: 100%;
	height: 80px;
	background: #fff;
}
.logo{
	width: 187px;
	height: 47px;
	display: inline-block;
	background: url(../images/logo.png) no-repeat center;;
	background-size: contain;
	margin: 15px 60px 0 15px;
	float: left;
}
.logo h1{
	font-size: 0;
}
.navul{
	float: left;
}
.navul li{
	float: left;
	font-size: 0;
	margin-right: 15px;
}
.navul li a{
	font-size: 18px;
	font-weight: normal;
	line-height: 80px;
	color: #000000;
}
.active{
	color: #2577bd!important;
	border-bottom: 2px solid #2577bd;
	padding-bottom: 5px;
}
.tel{
	display: inline-block;
	width: 155px;
	height: 25px;
	background: url(../images/tel.png) no-repeat center;
	background-size: contain;
	margin: 25px 0 0 20px;
}
/***************/
/*标题*/

.cont-h2{
	font-size: 30px;
	color: #333333;
	line-height: 50px;
}
.zyh2{
	color: #fff;
	padding: 50px 0;
}
.zyh2:before{
	background: #fff!important;
}
.hstxt{
	font-size: 18px;
	color: #666666;
	margin-left: 40px;
	line-height: 36px;
}
.cont-h2:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #ec6502;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 15px;
}
.cont-h4{
	margin: 5px 0 20px 0px;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	position: relative;
}
.cont-h4 i{
	display: block;
	width: 35px;
	height: 3px;
	background-color: #ff8335;
	position: absolute;
	bottom:-6px;
	left: 0;
}
.cont-h3{
	margin: 10px 0;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	position: relative;
}
.cont-h3 i{
	display: block;
	width: 45px;
	height: 4px;
	background-color: #ff8335;
	position: absolute;
	bottom:-8px;
	left: 0;
}
.cont-h3 a{
	font-size: 16px;
	font-weight: normal;
	color: #ff8335;
}
.bsh3{
	color: #fff!important;
	padding-top: 40px;
	width: 320px;
}
.bsh3 i{
	background: #fff!important;
}
/*banner*/
.banner{
	height: 500px;
}
.banner img{
	width: 100%;
	height: 100%;
}
/*searchbool*/
.searchbool{
	height: 100px;
	background-color: #2577bd;
}
.searchinput{
	width: 250px;
	height: 50px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	margin-top: 22px;
	position: relative;
	font-size: 0;
}
.searchinput input{
	width: 240px;
	height: 45px;
	border-radius: 5px;
	background-color: #2577bd;
	border:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px 0 15px;
	font-size:16px;
	color: #fff;
}
.searchinput button{
	width: 50px;
	height: 50px;
	border:none;
	position: absolute;
	z-index: 2;
	right: 0;
	background: url(../images/search.png) no-repeat center;
	background-size:60%;
}
.searchbool h6,.searchbool a{
	font-size: 18px;
	color: #ffffff;
	margin-top: 16px;
	font-weight: normal;
	display: inline-block;
}
/*底部图*/
.jyimg{
	height: 200px;
	background: url(../images/bottom.jpg)no-repeat center;
	background-size: cover;
}
.footer{
	padding-bottom: 30px;
	background-color: #153653;
}
.foot-cont{
	border-bottom: 2px #2D4A65 dashed;
	padding-bottom: 10px;
}
.foot-left{
	width: 750px;
}
.foot-right{
	width: 420px;
}
.foot-left p{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin: 12px 0px;
}
.foot-left p a{
	color: #91c2ee;
	font-size: 14px;
	margin-right: 15px;
}
.foot-left p a:hover{
	color: #fff;
}
.foot-left h6 a{
	font-size: 16px;
	color: #fff;
	margin-right: 20px;
	font-weight: normal;
}
.foot-left h6{
	margin-top: 30px;
}
.copy-right p{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin-top: 20px;
}
.copy-right p span{
	margin-right: 30px;
}
.wx{
	
}
.wx img{
	width: 150px;
}
.wx img:first-child{
	margin-right: 10px;
}
.local{
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}
input::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.5);
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.5);
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: rgba(255, 255, 255, 0.5);
}
.yqlj{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin: 15px 0px;
}
.yqlj a{
	color: #91c2ee;
	font-size: 14px;
	margin-right: 15px;
}
.drop{
	position: relative;
}
.drop:after{
	content: '';
	display: inline-block;
	width: 11px;
	height: 7px;
	background: url(../images/het.png)no-repeat center;
	background-size: cover;
	margin-left: 5px;
}
.drop:hover .dropul{
	display: block;
}

.dropul{
	position: absolute;
	width: 160px;
	height: 208px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(37, 119, 189, 0.5);
	border-radius: 5px;
	top:70px;
	left: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	display: none;
}
.dropul li{
	text-align: center;
	height: 50px;
	float: none;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}
.dropul li:last-child{
	border-bottom: none;
}
.dropul li a{
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	display: block;
	margin: 0 auto;
}
.dropul li a:hover{
	color: #2577bd;
}
/**********移动端*************/
.mb-nav{
	display: none;
	position: fixed;
	top:0;
	z-index: 9999;
	background-color: #FFF;
	width: 100%;
}
.mb-nav .content{
	max-width: 100%;
	padding:10px;
}
.mb-nav .content .fl img{
	max-width:70%;
}
.mb-nav .content .fr{
	margin-right: 15px;
	position: relative;
}
.mb-nav .content .fr img{
	margin:5px;
	max-width:70%;
}
.mb-nav .content ul{
	position: absolute;
	right: 0;
	top:48px;
	z-index: 999999;
	width:150px;
	background-color: #FFF;
	padding-bottom: 20px;
	display: none;
}

.mb-nav .content ul li{
	margin: 0;
	float: none;
	text-align: center;
	height:50px;
	border-bottom: 1px dashed #eee;
}
.mb-nav .content ul li a{
	display: inline-block;
	width:100%;
	height:100%;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	color: #000000;
}

.mb-footer {
	display: none;
	position: fixed;
	bottom: -88px;
	box-sizing: border-box;
	width: 100%;
	height: 130px;
	line-height: 40px;
	z-index: 99999;
}
.mb-footer  a{
	display: inline-block;
	float: left;
	width:50%;
	text-align: center;
	color:#FFFFFF;
}
.mb-footer  a:first-child{
	background-color: #ee7317;
}
.mb-footer  a:last-child{
	background-color: #108AED;
}
.mb-footer a p {
    display: inline-block;
    font-size: 18px;
    margin-left:5px;
}
.mb-footer  a img {
    margin-top:10px;
    width: 22px;
}

/***********移动端****************/
@media (max-width:1000px){
	.nav{
		display: none;
	}
	.mb-nav,.mb-footer{
		display: block;
	}
	.banner {
		margin-top:50px;
	    height: 150px !important;
	}
	.searchbool{
		height:60px;
	}
	.searchbool h6, .searchbool a {
	    margin-top: 8px;
	}
	.footer,.searchinput{
		display: none;
	}
	.jyimg{
		height:100px;
	}
	.cont-h3{
		padding:5px 10px;
	}
	.cont-h3 i{
		left:15px;
	}
	
}
