@charset "utf-8";
*{margin:0px;padding:0px;}
ul,ol,a{margin:0px !important;padding:0px !important;}
li{list-style: none;}
a{text-decoration: none;color:#313232;font-size: 14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
body{font-family: "微软雅黑";}
.clear{clear:both;}
.inner{width: 1170px;margin: 0px auto;}
.wrap{width: 100%;margin: 0px auto;}
img{border:0;}
a:hover{color:#1E8DD0 !important;text-decoration: none !important;}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:active{
text-decoration:none;
}

input::-webkit-input-placeholder{
  color:#767676;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#767676;
 }
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#767676;
}
 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#767676;
 }
table{margin:0px auto;}
.navigation a:hover{color:white !important;}

/*页头*/
.header{
	background: #105AB5;
	color: white;
	font-size: 14px;
	/*position: relative;*/
}
/*.heads{width: 100%;padding:35px 0px;}*/
.logo{
	padding:35px 0px;
	margin:5px 0px;
	float: left;
}
.header_center{
	padding:25px 0px;
	margin: 0px 20px;
	float: left;
}
.header_center .tex p {
	padding: 5px 0px;
	margin:0px;
	}
.header_center .tex p span{
	font-size: 20px;
	font-weight: bold;
}
.inp input{
	width: 355px;
	height: 30px;
	border: 1px solid transparent;
	background: rgba(255,255,255,0.5);
}
.inp{position: relative;}
.search{
	width: 35px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-left: 2px solid #1295D8;
}
.search img{display:block;margin:6px auto;}
.code{padding:35px 0px 20px 0px; float: right;}
.code ul li{
	float: left;
	margin: 0px 10px;
	text-align: center;
}

/*导航*/
.navigation{
	background: #213994;
	border-top:1px solid #51C8FE;
	border-bottom: 1px solid transparent;
	width: 100%;
	height: 40px;
	display: block;
	}
.nva,.navul{
	width: 1170px;
	height: 100%;
	margin: 0 auto;
  }
.navul>li{
	float: left;
	width:12%;
	z-index: 9;
	position: relative;}
.navul .dhlis1{width: 10%;}
.navul .active{background:#0076B8;}
.navul>li>a{
	font-size:18px ;
	color: #fff;
	display: block;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;}
.dhl{
	display: none;
	position: absolute;
	left: 0;
	top:39px;
	z-index: 999;
	background:#29247c;
	width: 100%;
	height: auto;
	overflow: hidden;}
.dhl li{
	width: 100%;
	height: auto;
	}
.dhl li a{
	display: block;
	width: 100%;
	height:39px;
	line-height:39px;
	color: #fff;
	text-align: center;
	font-size:16px;
	}
.navul>li:hover >a,.navul>li>.dhl>li:hover a{background: #0076B8;}

/*响应式导航*/
.demo-2,.footer-bar{display: none;}

.footer-bar{height: 70px;border-top:1px solid #fff;position:fixed;left: 0;bottom: 0;width: 100%;}
.footer-bar li{float: left;width: 49.3%;height: 70px;text-align: center;background-color: #1752AA;}
.footer-bar li a{color: #fff;display: block;padding-top: 50px !important;height: 60px;line-height: 0.44rem;font-size: 14px;}
.footer-bar li a.home{background: url(../img/shou.png) center 8px  no-repeat;background-size: 30px 30px;}
.footer-bar li a.askion{ background:url(../img/ke.png) center 8px no-repeat;background-size: 30px 30px;}
.footer-bar li a.f-cus{ background:url(../img/pho.png) center  8px no-repeat;background-size: 30px 30px;}