body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input,img,a{margin:0;padding:0;;font-size: 12px;font-family:微软雅黑;color: #000;}
img{border:none;}
ul,li,ol{list-style-type:none;}
a,button{text-decoration:none;cursor:pointer}
a:hover{text-decoration:none;}
.w1002{width:1002px;margin:0 auto}
.w1200{width:1200px;margin:0 auto}
.clear{clear:both}
.weight{font-weight:bold;}
.relative{position:relative;}
.absolute{position:absolute;} 





.swiper-container {
    width: 100%;
    margin: 0 auto;
}
.banner-container{
	height: 600px;
  height:35vw;
  // max-height: 700px;
	margin: 0 auto;
	overflow: hidden;
  position: relative;
}
.system-container{
	height: 436px;
	width: 1200px;
	margin: 0 auto;
}
.zhuanli-container .swiper-slide {
	background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 80%;
}
.system-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 850px;
  height: 100%;
  margin: 0 auto;
  overflow: visible;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    
    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;
	overflow:hidden
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
  color:#fff;
  background: #007aff;
}

.zhuanli-container .swiper-slide-shadow-left,.zhuanli-container .swiper-slide-shadow-right{
  display:none;
}





.focus span{width:80px;height:2px;margin-right:10px;background:#666;font-size:0}
.focus span.current{background:#fff}


.pages{
  float: right;
  margin: 0 35px 70px 0;
  font-size: 16px;
  display: inline-table;
}
.pages a,.pages span{
  display: inline;
  color: #23527c;
  font-size: 16px;
  line-height: 16px;
  padding:8px 14px;
  border:1px solid #ddd;
  margin-left: -1px;

  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pages a:hover,.pages span{
  background: #2894ff;
  /*border-color: #5eb95e;*/
  color:#fff;
}


body{
  min-width: 1200px;
}



body .header .header_nav ul.nav span{
  transition:all 400ms cubic-bezier(0.68, 0.5, 0.265, 1.55)
}
