.main{
	width:1200px;
	margin:20px auto;
	background-color:#f9f9f9;
}
.fl{
	float: left;
}

.fr {
	float: right;
}
.clear {
	clear: both;
}

.clear:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.gv-title{height: 80px;position: relative;}
.gv-title h4{text-align: center;line-height: 80px;color: #d71315;font-size: 28px;font-weight: normal;}
.gv-title>div{position: absolute;height: 8px;width: 36%;border-top:1px solid #ddd;border-bottom: 1px solid #ddd;top:0;bottom: 0;margin: auto;}
.gv-title>div.title-line1{left: 0;}
.gv-title>div.title-line2{right: 0;}


.gv-nav {width: 100%;margin-top: 20px;}
.gv-nav .first{width:430px;height: 127px;margin-right:30px;float:left;}
.gv-nav .first .ni-title{float:left;width: 160px;background-size: 100% 100%!important;background-repeat: no-repeat!important;background-position: center!important;height: 100%;background: url(gov_view1.jpg);position: relative;overflow: hidden;}
.gv-nav .first .ni-links{width: 270px;background: #f5f5f5;height: 100%;display: flex;align-items: center;display: -webkit-flex;-webkit-align-items: center;}

.gv-nav .second{width:700px;height: 127px;float:left;}
.gv-nav .second .ni-title{float:left;width: 160px;background-size: 100% 100%!important;background-repeat: no-repeat!important;background-position: center!important;height: 100%;background: url(gov_view2.jpg);position: relative;overflow: hidden;}
.gv-nav .second .ni-links{width: 540px;background: #f5f5f5;height: 100%;display: flex;align-items: center;display: -webkit-flex;-webkit-align-items: center;}


.gv-nav .nav-item .ni-title > div{text-align: center;font-size: 18px;color: #fff;position: absolute;height:55px;line-height: 35px;left: 0;right: 0;top:-5px;bottom: 0;margin: auto;}
.gv-nav .nav-item .ni-title > div>span{display: block;}

.gv-nav .nav-item ul{max-height: 110px;overflow-y: auto;    width: 95%;margin: 15px auto;}
.gv-nav .nav-item ul::-webkit-scrollbar {width: 5px;height: 1px;}
.gv-nav .nav-item ul::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #527bc0;}
.gv-nav .nav-item ul::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background: #dddddd;}
.gv-nav .nav-item ul li{float: left;margin-right: 7%;color: #3d3d3d;    height: 35px;line-height: 35px;}
.gv-nav .nav-item ul li a:hover{color: #f5a650;}
.gv-nav .nav-item ul li a{display: inline-block;}
.gv-nav .nav-item ul li a:before{content: '';width: 6px;height: 9px;display: inline-block;margin-right: 8px;background: url(icon_list-depart.png) no-repeat center;background-size: 100%;}


.zone{
	margin-top:30px;
}
.gv-video{
	width:330px;
	float:left;
	margin-right:30px;
}
.t2{
	height:45px!important;
} 
.t2 h5{
	border-left:5px solid #d71315;
	padding-left:8px;
	color:#d71315;
	font-size:20px;
}
.gv-video img{
	width:100%;
	height:200px;
}

/************
轮播图
************/
.gv-slide{
	float:left;
	width:800px;
}
#focus{
  width:800px;
  height:200px;
}
#focus .swiper-container {
  width: 100%;
  height: 100%;
}
#focus .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position:relative;
  /* Center slide text vertically */
  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;
}
#focus .swiper-slide a{
  width: 100%;
  height: 100%;
  display: block;
  background-size:cover;
  background-position:center;
}
#focus .swiper-slide a .detail{
  position:absolute;
  bottom:0;
  width:100%;
  height:45px;
  background:rgba(0,0,0,0.5);
}
#focus .swiper-slide a .detail h3{
  font-size:16px;
  color:#fff;
  line-height:45px;
  text-align:left;
  padding-left:15px;
}

.swiper-button-prev, .swiper-button-next{
  background:#333;
  background-image:none;
}
.swiper-button-prev img, .swiper-button-next img{
  width:27px;
  height:auto;
  margin-top:8px;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next{
  right:0;
}
.swiper-pagination-bullet{
  background:#eee;
}
.swiper-pagination-bullet-active{
  background:#fff;
}
.swiper-pagination{
  text-align:right;
  padding-right:15px;
}




.village{

}
.village li{
	width:173px;
	height:50px;
	margin:10px;
	padding:5px;
	float:left;
	text-align:center;
	background:url(lbg.jpg) no-repeat;
	border-radius:5px;
}
.village li a{
	display:block;
	width:100%;
	height:40px;
	line-height:35px;
	border:solid 2px #fff;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
}



.colTitle{
	border-left:solid 5px #0c4f8e;
	padding-left:10px;
	margin-bottom:20px;
}