#shuang11 {
  background-color: #0d0f45;
  color: #fff;
}

#banner {
  height: 680px;
  background: url("../../img/wmFamily/shuang11/banner-2017.jpg") 50% 0% repeat-x;
}

.section {
  padding-top: 90px;
  padding-bottom: 110px;
}

.section-heading {
  font-size: 24px;
  line-height: 2;
  border-bottom: 1px solid #e9e7e8;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  margin-top: -2px;
}

.section-subheading::before {
  content: '';
  display: block;
  height: 4px;
  width: 45px;
  background-color: #c0272f;
  margin: 0 auto;
}

.section-description {
  text-align: center;
  margin-bottom: 60px;
}

#wonderfulSlider {
  position: relative;
  overflow: hidden;
  /* controls */
}

#wonderfulSlider .swiper-container {
  width: 863px;
  height: 432px;
  margin-left: auto;
  margin-right: auto;
}

#wonderfulSlider .swiper-slide {
  /* Specify Slides's Size: */
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

#wonderfulSlider .swiper-slide > a {
  display: block;
  height: 100%;
}

#wonderfulSlider .swiper-control {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  background-color: #bababa;
  width: 30px;
  text-align: center;
  line-height: 60px;
}

#wonderfulSlider .swiper-control:hover {
  background-color: #c83842;
}

#wonderfulSlider .swiper-prev {
  left: 50%;
  margin-left: -480px;
}

#wonderfulSlider .swiper-next {
  right: 50%;
  margin-right: -480px;
}

#wonderfulSlider .swiper-thumbnails {
  width: 863px;
  margin: 16px auto 0;
}

#wonderfulSlider .swiper-thumbnails li {
  float: left;
  width: 100px;
  height: 50px;
  padding: 1px 2px;
  border: 1px solid transparent;
  margin-right: 9px;
  cursor: pointer;
}

#wonderfulSlider .swiper-thumbnails li:last-child {
  margin-right: 0;
}

#wonderfulSlider .swiper-thumbnails li:hover, #wonderfulSlider .swiper-thumbnails li.active {
  border-color: #000;
}

#wonderfulSlider .swiper-thumbnails li img {
  width: 100%;
  height: 100%;
}

.photos {
  background: url("../../img/wmFamily/shuang11/banner-2017.jpg") repeat-x 50% 0%;
  height: 400px;
  margin-bottom: 90px;
}

.photos .kwicks {
  height: 400px;
  background-color: #fff;
}

.news {
  padding: 80px 0;
  text-align: center;
}

.news .subheading {
  margin: 20px 0;
}

.news .scroll-text {
  margin: 60px auto;
  height: 320px;
  width: 800px;
  overflow: hidden;
}

.news .text-group {
  padding-bottom: 50px;
}

.news .text-group h3 {
  font-size: 22px;
}

.news .activity-report {
  text-align: center;
}

.news .activity-report a {
  display: inline-block;
  width: 120px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 18px;
  border: 1px solid #c83842;
  color: #c83842;
  transition: 0.1s;
}

.news .activity-report a:hover {
  color: #fff;
  background-color: #c83842;
}

.reviews {
  width: 1005px;
  position: relative;
  /* overflow: hidden; */
  margin:75px auto;
}
.reviews .li {
  float: left;
  position: relative;
  width: 225px;
  height: 413px;
  margin-right: 35px;
}
.reviews .swiper-container {
  height: 413px;
}
.reviews .swiper-control {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  background-color: #bababa;
  width: 30px;
  text-align: center;
  line-height: 60px;
}
.reviews .swiper-control:hover {
  background-color: #c83842;
}
.reviews .swiper-prev {
  margin-left: -80px;
}
.reviews .swiper-next {
  margin-right: -50px;
  right: 0px;
}
.reviews .li > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  transition: 0.3s;
}
.reviews .li.review-item:hover > a {
  top: -25px;
  bottom: -25px;
  left: -15px;
  right: -15px;
}

.reviews .li.review-item:hover .review-desc {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
}

.reviews .li .hover-show {
  display: none;
}

.reviews .li.review-item:hover .hover-show {
  display: block;
}

.reviews .li.review-item:hover .hover-hide {
  display: none;
}

.reviews .bg {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews .review-desc {
  position: absolute;
  top: 85px;
  bottom: 85px;
  left: 45px;
  right: 45px;
  background-color: rgba(0, 0, 0, 0.5);
}

.reviews .review-desc-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -60px;
  text-align: center;
}

.reviews .review-desc-inner .year {
  font-size: 18px;
}

.reviews .review-desc-inner p {
  margin-top: 15px;
}

.reviews .review-desc-inner .separator {
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #fff;
}

.reviews .review-desc-inner .icon-play-wrap {
  margin-top: 30px;
}

.reviews .review-desc-inner .icon-play {
  width: 46px;
  height: 46px;
  background-position: -51px 0px;
}
