@charset "utf-8";

/*----------------------------------------------------
 *FileName:               common.css
 *Discription:            reset
 *Version:                1.1.1 (2013-07-24)
 *Author:                 Mayz
 ----------------------------------------------------*/
 
/*    =RESET
-----------------------------------------------------*/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
iframe,object,embed,fieldset,input,textarea,p,blockquote,td,th { 
	padding: 0; 
	margin: 0; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

fieldset,img {
	border: 0;
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-weight: normal; 
	font-style: normal;
} 

strong,.bold {
	font-weight:bold;
}

ol,ul {
	list-style: none;
} 

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	font-size: 100%; 
} 

abbr,acronym,iframe { 
	border: none;
}

pre{
	white-space:normal;
}

a{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:none;
}
iframe{
	display:block;
}

.clearfix:after {
	height: 0px;
	font-size:0;
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
}
.clearfix {
	*zoom:1;
}

.clear{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

:focus{
	outline:none;
}

body{
	background: url(body_bg.jpg);
}
.container980{
	width: 980px;
	margin: 0 auto;
}



.pop_header{
	height: 203px;
	overflow: hidden;
	background: url(pop_header_bg.jpg) no-repeat;
}
.header_eng{
	display: block;
	width: 120px;
	height: 20px;
	margin-left: 860px;
}
.pop_headCont{
	margin-top: 146px;
}
.pop_headUl{
	float: left;
	margin-top: 3px;
}
.pop_headUl li{
	float: left;
	width: 110px;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.pop_headUl li:last-child{
	border-right: 0;
}
.pop_headUl li a{
	display: block;
}
.pop_head_search{
	box-sizing: border-box;
	width: 132px;
	height: 26px;
	padding-left: 16px;
	font-size: 12px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}
.pop_head_searchBtn{
	float: left;
	display: block;
	width: 53px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	background-color: #83D700;
}
.pop_head_searchAdvBtn{
	float: left;
	display: block;
	width: 75px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	background-color: #43A600;
	margin-left: 11px;
}
.content{
	background-color: #fff;
	/*overflow: hidden;*/
	padding-bottom: 30px;
}
.swiper-container {
	width: 920px;
	height: 342px;
	color: #fff;
	text-align: center;
	position: relative;
  }
  .swiper-slide {
	height: 100%;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	position: relative;
  }
  .swiper-slide img{
	  display: block;
	  width: 100%;
	  height: 100%;
  }
  .slide_mask{
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: #000;
	  width: 100%;
	  height: 100%;
	  opacity: 0.4;
	  display: none;
  }
  .swiper-slide-visible .slide_mask{
	  display: block;
  }
  .swiper-slide-visible {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
  }
  .swiper-slide-active {
	top: 0;
	-webkit-transform: scaleX(2);
	-moz-transform: scaleX(2);
	-ms-transform: scaleX(2);
	-o-transform: scaleX(2);
	transform: scaleX(2);
	z-index: 2;
  }
  .swiper-slide-active .slide_mask{
	  display: none;
  }
  .pop_banner{
	  position: relative;
	  height: 374px;
	  margin-top: 32px;
  }
  .pagination {
	position: absolute;
	z-index: 20;
	left: 0px;
	width: 100%;
	text-align: center;
	bottom: 0;
  }
  .pagination span{
	  display: inline-block;
	  width: 8px;
	  height: 8px;
	  border-radius: 4px;
	  background-color: #EEEEEE;
	  margin: 0 3px;
	  cursor: pointer;
  }
  .pagination .swiper-active-switch{
	  background-color: red;
  }
  .arrow_left,.arrow_right{
	  display: block;
	  width: 36px;
	  height: 36px;
	  position: absolute;
	  top: 50%;
	  margin-top: -18px;
	  z-index: 200;
  }
  .arrow_left{
	  left: 48px;
	  background: url(arrow_left_bg.png) no-repeat;
  }
  .arrow_right{
	  right: 48px;
	  background: url(arrow_right_bg.png) no-repeat;
  }
  .pop_listBox{
	  width: 920px;
	  margin: 0 auto;
  }
  .pop_list{
	  float: left;
	  margin-left: 30px;
  }
  .pop_listBox .pop_list:first-child{
	  margin-left: 0;
  }
  .pop_list_title span,.pop_list_title img{
	  vertical-align: middle;
	  float:left;
  }
  .pop_list{
	  width: 445px;
	  margin-top: 28px;
  }
  .pop_list_title{
	font-size: 16px;
	color: #336a20;
	font-weight: bold;
  }
  .pop_list_title_pic1{
	  margin-right: 16px;
  }
  .pop_list_title_pic2{
	  margin: 0 20px;
  }
  .pop_listUl{
	  font-size: 12px;
	  margin: 12px 0;
	  overflow: hidden;
	  clear:both;
  }
  .pop_listUl li{
	  margin-top: 16px;
  }
  .pop_listLi_icon{
	  float: left;
	  margin-top: 1px;
  }
  .pop_listLiCont{
	  float: left;
	  margin-left: 10px;
	  color: #000;
  }
  .pop_listLiDate{
	  float: right;
	  color: #999999;
  }
  .pop_footTop{
	  height: 28px;
	  line-height: 28px;
	  background-color: #2C7912;
	  border-bottom: 4px solid #92D340;
	  text-align: center;
	  font-size: 12px;
	  color: #B3D58B;
  }
  .pop_footTop a{
	color: #B3D58B;
  }
  .pop_footTop a:hover{
	  color: #fff;
  }
  .pop_footBot{
	  font-size: 12px;
	  padding: 12px 0;
	  text-align: center;
	  background-color: #fff;
	  line-height: 1.2rem;
  }
  .pop_listSet{
    margin-top: 28px;
  }
  .pop_listSet .field1{
  	/*float: left;*/
  	margin-right: 20px;
  }
  /*.pop_listSet .field2{
  	float: right;
  }*/
  .pop_listSet .field{
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    height: 32px;
    line-height: 29px;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    font-size: 15px;
    color: #666666;
    background: url(xh_arrowBottom_v2021.png) no-repeat 90%;
    background-size: 16px;
    margin-bottom: 12px;
    position: relative;
  } 
  .field_checked {
    padding-left: 14px;
    display: block;
    cursor: pointer;
}
.pop_listSet .field ul{
	background: #FFFFFF;
    border: 2px solid #f1f1f2;
    width: 160px;
    position: absolute;
    left: -2px;
    top: 29px;
    padding: 8px 0;
    z-index: 99;
    box-sizing: border-box;
	overflow-y: scroll;
    height: 110px;
    display: none;
}
.pop_listSet .field ul::-webkit-scrollbar {
  display: none;
}
.pop_listSet .field.on ul{
	display: block;
}
.pop_listSet .field ul li{
	cursor: pointer;
    padding-left: 14px;
}
.pop_listSet ul li:hover {
    background: #E7EBEE;
}
.swiper-slide p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
}
.swiper-slide-active p {
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
    left: -48%;
    text-align: left;
    width: 200%;
}
/*.swiper-slide{
	width: 245px !important;
    height: 274px !important;
    margin-right: 92px;
}
.pop_banner,.swiper-container,.swiper-wrapper{
	height: 310px !important;
}
.arrow_left, .arrow_right{
	margin-top: -35px;
}*/