@charset "UTF-8";
/* 文字为主 */
/** 混合指令 **/
/* 带图片、标题的模块样式 */
.banner {
  position: relative;
  width: 100%;
  height: calc(100% - 138px);
}
.banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-wrapper .swiper-slide {
  height: 100%;
}

.swiper-wrapper > .wrap1 p {
  color: #FFF;
}
.swiper-wrapper > .wrap1 .txt p:first-child {
  font-size: 46px;
  letter-spacing: 3px;
}
.swiper-wrapper > .wrap1 .txt p:nth-child(2) {
  font-size: 36px;
  margin-top: 30px;
}
.swiper-wrapper > .wrap2 p {
  color: #341C00;
}
.swiper-wrapper > .wrap2 .txt p:first-child, .swiper-wrapper > .wrap2 .txt p:nth-child(3) {
  font-size: 24px;
  letter-spacing: 3px;
}
.swiper-wrapper > .wrap2 .txt p:nth-child(2) {
  font-size: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.swiper-wrapper .txt {
  position: absolute;
  width: var(--width);
  left: 50%;
  margin-left: -600px;
  top: 27%;
  color: #FFFFFF;
}
.swiper-wrapper .go {
  position: absolute;
  width: var(--width);
  left: 50%;
  margin-left: -600px;
  bottom: 240px;
}

#banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
#banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #FFF;
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #FFF;
  border-radius: 10px;
  opacity: 1;
}

.section {
  padding-top: 80px;
  background-color: #F5F5F5;
}

.title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  color: #000;
}

p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.center {
  text-align: center;
}

.devices {
  padding-top: 80px;
  padding-bottom: 130px;
  background-color: #F7F7F7;
}
.devices .title {
  margin-bottom: 60px;
}
.devices .wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.devices .wrap > img {
  width: 100%;
}
.devices .wrap .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  position: absolute;
  width: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  padding: 26px 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
}
.devices .wrap .con > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.devices .wrap .con > div > img {
  margin-right: 15px;
  -o-object-fit: none;
     object-fit: none;
}
.devices .wrap .con .tit {
  font-size: 24px;
  color: #000;
}
.devices .wrap .con span {
  margin-top: 9px;
  font-size: 20px;
  color: #999;
}
.devices .wrap .con p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.scene {
  padding-top: 80px;
}
.scene .desc {
  margin-top: 10px;
  font-size: 20px;
  color: #FFF;
}
.scene .wrap {
  width: 20%;
  height: 510px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.scene .wrap:first-child {
  background-image: url(../img/media_scene3.jpg);
}
.scene .wrap:nth-child(2) {
  background-image: url(../img/media_scene2.jpg);
}
.scene .wrap:nth-child(3) {
  background-image: url(../img/media_scene1.jpg);
}
.scene .wrap:nth-child(4) {
  background-image: url(../img/media_scene4.jpg);
}
.scene .wrap:nth-child(5) {
  background-image: url(../img/media_scene5.jpg);
}
.scene .wrap div {
  text-align: center;
}
.scene .wrap .txt {
  margin-top: 0;
  text-align: left;
  line-height: 54px;
  font-size: 32px;
  font-weight: normal;
  color: #FFF;
}

.advantage {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.advantage .wrap {
  width: calc(50% - 10px);
  padding: 40px 30px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px 8px #ededed;
          box-shadow: 0 0 20px 8px #ededed;
}
.advantage .wrap > div {
  display: inline-block;
  width: 80%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.advantage .wrap > img {
  float: right;
}
.advantage .wrap .tit {
  margin-bottom: 8px;
  color: #333;
  font-size: 20px;
}

.helper-img {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.helper {
  width: 61%;
  margin: 0 auto;
}
.helper > div {
  text-align: center;
}
.helper p {
  margin-top: 20px;
}