@charset "utf-8";
/* CSS Document */
*{ box-sizing:border-box; padding:0; margin:0;}
body{ overflow-x:hidden;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; } 

.popup{ position: fixed; top: 0; left: 0; width: 100%; height: 100%;}
.popup .table-type{ display: table; height: 100%; width: 100%; text-align: center; table-layout: fixed;}
.popup .table-cell{ display: table-cell; height: 100%; vertical-align: middle;}
.popup-container{ max-width: 460px; width: 90%; margin: 0 auto; background: #fff; border: 1px solid #eee; box-shadow: 0 3px 5px rgba(0,0,0,0.25); padding:20px;}
.popup-container .con{ min-height: 60px; color: #666; font-size: 14px;}
.popup-container .btns{ text-align: right;}
.popup-container .btns .btn{ display: inline-block; padding: 5px 15px; border: 1px solid #eee; color: #b31a20; border-radius: 5px;}
.popup-container .btns .btn.define{border-color: #b31a20; color: #fff; background: #b31a20;}


#certify {
  position: relative;
  width: 100%;
  margin: 0 auto
}

#certify .swiper-container {
  padding-bottom: 60px;
}
.swiper-wrapper{ box-sizing:border-box;}
#certify  .swiper-slide {
  width: 100%;
  /* border:1px solid #e7e2e2; */
}
@media(min-width:640px){
  #certify  .swiper-slide{width: 70%;}
}
/*#certify  .swiper-slide img{
  display:block; width:100%;
}*/
#certify  .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  top: 0;
  left: 0;
  width: 45px;
  margin-top: 0;
  height: 100%;
  background: url(../images/home_left.png) no-repeat;
  background-position:center;
  /* background-size: 100%; */
}

#certify .swiper-button-prev:hover {
  /* background-position: 0 -46px; */
  /* background-size: 100% */
}

#certify .swiper-button-next {
  top: 0;
  right: 0;
  margin-top: 0;
  width: 45px;
  height: 100%;
  background: url(../images/home_right.png) no-repeat;
  background-position:center;
  /* background-size: 100%; */
}

#certify .swiper-button-next:hover {
  /* background-position: 0 -139px; */
  /* background-size: 100% */
}
@media(min-width:1200px){
   #certify  .swiper-slide{ width:560px; height:310px;}
}
@media(min-width:1260px){
  #certify{ width:100%;margin:0;}
  #certify  .swiper-slide{ width:600px; height:310px;}
   #certify{padding: 0 0; margin:0 auto;}
  #certify .swiper-button-prev {left: -20px;}
  #certify .swiper-button-next {right:-20px;}

}


@media(min-width: 640px){
  #certify .swiper-button-next{background: none;}
  #certify .swiper-button-prev{background: none;}
}
/*.Home_floor3 .swiper-slide.swiper-slide-active{transform: translateX(0px) scale(0.85) !important;}*/




