﻿/* datouwang url: www.datouwang.com */
body {
  margin: 0;
  padding: 0;
}

h2,
h4 {
  font-weight: normal;
}

#persons {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#persons .swiper-container {
  padding-bottom: 60px;width:1070px;
}

#persons .swiper-slide {
  width: 612px;
  height: 390px;position:relative;
}
#persons .swiper-slide img{
  width: 612px;
  height: 390px;
}
#persons .swiper-slide i{
    width: 40px;
    background: url(/uploads/image/rvstructure/21030962.png) no-repeat;
    height: 40px;
    position: absolute;
    right: 32px;
    bottom: 40px;
}
#persons .swiper-slide .text {
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  height:40px;
  line-height:40px;
  background: #393939;
  opacity: 0.6;

}
#persons .swiper-slide .text br{display:none;}
#persons .swiper-slide .text a{font-size:16px;color:#fff;opacity: 1;padding-left:10px;}
#persons .swiper-slide .text img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  border: 2px solid #ededed;
}

#persons .swiper-slide h2 {
  float: left;
  padding-top: 0;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

#persons .swiper-slide h4 {
  float: left;
  margin: 0;
  width: 60%;
  font-size: 16px;
}

#persons .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#persons .swiper-button-prev {
background:none;
  left: -30px;
  top: 40%;
  width: 34px;
  height: 64px;color:#febf17;
}

#persons .swiper-button-prev:hover {
  background-position: 0 -46px;color:#cf1401;
  background-size: 100%
}

#persons .swiper-button-next {background:none;
  right: -30px;
  top: 40%;
  width: 45px;
  height: 45px;color:#febf17;
}


.swiper-container1{width:1060px !important;height:600px !important;margin:0px auto 100px auto;    position: relative;}
.swiper-container1 .box{width:1060px !important;height:600px !important;}
.swiper-container1 .box img{width:1060px !important;height:600px !important;}
.swiper-container1 .box h3 {top:540px !important;}
.swiper-container1 .pagination {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  padding: 0;
  top: 570px !important;;
  right: 15px;
}

.swiper-container1 .pagination span {
  display: block;
  float: right;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.swiper-container1 .pagination span.swiper-active-switch {
  width: 12px;
  background: #cb3136;
  border-radius: 4px;
}