.head{
	width: 100%;
	height:179px;
	background: #FFFFFF;
}
.center{
	width: 1206px;
	height:100%;
	margin: auto;
}
.daohang{
	width: 100%;
	height:137px;
}
.logo{
	width: 518px;
	height: 137px;
	float:left;
	padding-top: 26px;
	padding-bottom: 34px;
}
.logo1{
	width: 250px;
	height: 85px;
	float: left;
}
.logo1 img{
	width: 100%;
	height: 100%;
}
.logo2{
	width: 222px;
	height: 85px;
	float: left;
    margin-left: 39px;	
}
.logo2 img{
	width: 100%;
	height: 100%;
}
.tubiao{
	width: 279px;
	height: 137px;
	float: right;
	margin-right: 78px;
	padding-top: 54px;
}
.tubiao ul{
	width: 100%;
	height: 35px;
	display: flex;
}
.tubiao ul li a{
	color: #B0B0B0 !important; 
}
.tubiao ul li{
	width: 93px;
	float: left;
	height: 35px;
	color: #b0b0b0;
	font-size: 14px;
	line-height: 35px;
}
.tubiao ul li input{
	float: left;
	width: 53px;
	margin-top: 8px;
	color: #b0b0b0;
}
.tubiao ul li span{
	margin-right: 7px;
}
.tubiao ul li:first-child span{
 display:block;
 width:17px;
 height:20px;
 background: #FFFF00;
 margin-right: 7px;
 float: left;
 margin-top: 8px;
 background: url(../image/shouye.png);
 background-size: cover;
}
.tubiao ul li:nth-child(2) span{
 display:block;
 width:20px;
 height:20px;
 background: #FFFF00;
 margin-right: 7px;
 float: left;
 margin-top: 8px;
 background: url(../image/sousuo.png);
 background-size: cover;
}
.tubiao ul li:nth-child(3) span{
 display:block;
 width:16px;
 height:20px;
 background: #FFFF00;
 margin-right: 7px;
 float: left;
 margin-top: 8px;
 background: url(../image/hulianwang.png);
 background-size: cover;
}
.nav{
	width: 100%;
	height: 41px;
	position: relative;
}
.nav>ul{
	width: 100%;
	height: 41px;
	display: flex;
}
.nav>ul>li{
	width: 164px;
	height: 41px;
	font-size: 18px;
	line-height: 41px;

	
}
.nav>ul>li:hover .nav_hover{display: block;}


.nav_hover{width: 1200px;position: absolute;left: 0;top: 43px;background-color: #0E53B2;padding: 10px 30px 30px;
	box-sizing: border-box;z-index: 999;display: none;}
.nav_hover>li{    width: 32%;
    
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;}
.nav_hover>li>a{font-size: 16px;color: #fff;line-height: 30px;font-weight: bold;}
.nav_hover>li>a:hover{text-decoration: underline;}


.nav_hover_list{width: 100%;}
.nav_hover_list>li{height: 30px;}
.nav_hover_list>li>a{font-size: 14px;color: #fff;line-height: 30px;font-weight: lighter;}
.nav_hover_list>li>a:hover{text-decoration: underline;}





.nav>ul>li:hover>a{
	color: #0e53b2;
	font-weight: bold;
}
.active a{
	color: #0e53b2;
	font-weight: bold;
}
.banner{
	width: 100%;
}
.banner img{
	display:block;
	width: 100%;
}
.swipe{
	width: 100%;
}

  html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
	  position: relative;

      
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.zhezhao{
		width: 100%;
		height: 92px;
		background-color:rgba(5,5,5,0.5);
		position: absolute;
		bottom: 0;
		color: #FFFFFF;
		text-align: left;
        text-indent: 494px;
		line-height: 92px;
		font-size: 28px;
	}
	.swiper-pagination{
        width:160px !important;
		right: 356px !important;
		bottom: 105px !important;
		margin: auto;
	}
	.swiper-pagination-bullet{
		border: 2px solid #27539d;
		opacity: 1 !important;
		background:#fff !important;
	}
	.swiper-pagination-bullet-active{
		width: 16px !important;
		height: 17px !important;
		background: #0e53b2 !important;
	}