@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑', Arial, Verdana;
}
html {
	display: inline-block;
	width: 100%;
	color: #333;
}
img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	border: 0;
	/* font-size:16px; */
}
strong {
	font-weight: bold;
}
ul, ol, li, dt, dd {
	list-style: none;
}
em, i {
	font-style: normal;
}
.clearfix {
	clear: both;
	zoom:1;
	display:block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height:0;

}

.inlblo {
	display: inline-block;
	display: inline;
	zoom: 1;
}
.overflow {
	overflow: hidden;
}
.mt_10{
	margin-top: 10px;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.mt_20{
	margin-top: 20px;
}
.mt_10{
	margin-top: 10px;
}
.mt_30{
	margin-top: 30px;
}
.ov_h{
	overflow: hidden;
}

a:hover,a:active{
	color: #1861bc;
  }
.ml_10{
	margin-left: 10px;
}
.ml_20{
	margin-left: 20px;
}
.ml_24{
	margin-left: 24px;
}
.ml_25{
	margin-left: 25px;
}
.ml_30{
	margin-left: 30px;
}


/*header*/
.header{
	width: 100%;
	height: 415px;
	background: url(../images/top_bg.jpg) no-repeat top center;
	min-width: 1200px;
}
.header_con{
	width: 1200px;
	margin: 0px auto;
	height: auto;

}
.logo{
	padding-top: 70px;
}
.logo_two{
	padding-top: 20px;
    display: inline-block;	
}
.logo_two li {
    width: auto;
    float: left;
    margin-right: 30px;
}
.nav{
	width: 100%;
	height: 65px;
	background: #0b489e;
}
.nav .nav_con{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.nav_con li{
	line-height: 65px;
	padding: 0px 25px;
	font-size: 20px;
	float: left;
	text-align: center;
}
.nav_con li span{
	color: #fff;
}
.nav_con .child {
	display: none;
	background: #0b489e;
	z-index: 999;
	position: absolute;
	display: none;
	width: 150px;
	margin-left: -36px;
}

.nav_con li:hover>.child{
	display:block;
	width: 150px;
}
.nav_con .child li {
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	width: 150px;
	padding: 0;
}
.nav_con .child li:hover{
	background: #0066CC;
}


  .search_box {
    width: 379px;
    height: 39px;
    background: url(../images/searchBox.png) no-repeat;
	margin-top: 13px;
}
  .search_box_text {
	border: 0;
	width: 326px;
	height: 31px;
	padding: 4px 0;
	padding-left: 14px;
	margin: 0;
	float: left;
  }

  .search_box_text input{ border: 0;font-size: 16px;width: 100%; height: 30px;}
  
  .search_box_button {
	width: 39px;
	text-align: center;
	float: left;
  }
  

  .search_box_button_btn { width: 18px; height: 19px; background: url(../images/searchBtn.png) no-repeat;display:block;margin-top: 10px;margin-left: 8px;}

/* footer s  */
.footer{
	background: #ececec;
	width: 100%;
	height: 360px;
	min-width: 1200px;
}
.main_footer{
	width: 1200px;
	height: auto;
	display: block;
	margin: auto;
}

/* openlink S */
.openlink{
	width: 100%;
	height: 45px;
	padding-top: 50px;
}
.openlink li{
	width: 280px;
	height: 45px;
	line-height: 45px;
	background: #f3f3f3 url(../images/openlink_icon.png) no-repeat 255px 19px;
	margin-right: 20px;
	float: left;
	
}
.openlink select{
	border: none;
	outline: none;
	background: none;
	width: 280px;
	height: 45px;
	font-size: 16px;
	color: #666;
	padding-left: 10px;
	cursor: pointer;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}

select::-ms-expand { display: none; } /* ie10及以上 清除select图标 */

.footer_con{
	width: 670px;
	height: auto;
	margin: 30px auto;
	display: block;
}
.dzjg{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.footer_one{
	width: 100%;
	height: auto;
	display: inline-block;
}
.footer_one span{
	width: 100%;
	height: auto;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
}
.footer_one a{
	color: #666;
}
.footer_one img{
	position: relative;
	width: 20px;
	height: 20px;
	top: 4px;
}
.footer_two{
	width: 100%;
	height: 45px;
	display: inline-block;
}
.footer_two li{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 45px;
	letter-spacing: 1px;
	font-size: 18px;
}
.footer_two li a{
	color: #666;
}
.swiper-button-next:focus{
	background-color:none !important
}



