@charset "utf-8";
/* CSS Document */
@import url('css.css');

/*=============================================================
  banner
  =============================================================*/
.banner {
  position: relative;
  background-color: #e1e3e5;
}

/*@media screen and (max-width: 1024px) {
    .banner {
      height: 145.73vw;
      background: url(../images/processbg_02.jpg) repeat;
    }
  }
*/
/*===========
   banner-bg
  ============*/

.banner-img {
  height: 47.34vw;
  min-height: 678px;
}

.banner-img1 {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
}

.banner-img2 {
  background: url(../images/banner2.png) no-repeat center;
  background-size: cover;
}

.banner-img3 {
  background: url(../images/banner3.png) no-repeat center;
  background-size: cover;
}

/*  @media screen and (max-width: 1024px) {
    #bannerSwiper {
      filter: brightness(0.85);
    }

    .banner-img {
      height: 76.13vw;
      min-height: auto;
    }
  }*/

/*===========
   banner-swiper
  ============*/

.custom-pagination-bullet {
  display: inline-block;
  width: 28px;
  height: 6px;
  margin: 0 4px 18px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.17);
  cursor: pointer;
}

.custom-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.swiper-container {
  -swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  -swiper-navigation-size: 70px;
  /* 设置按钮大小 */
}

.custom-button-disabled {
  opacity: 50%;
}

.swiper-button-prev {
  left: auto;
  right: 50%;
  transform: translateX(-630px);
}

.swiper-button-next {
  left: 50%;
  transform: translateX(630px);
}

/* @media screen and (max-width: 1024px) {
    .custom-pagination-bullet {
      width: 5.6vw;
      height: 0.8vw;
      margin: 0 0.53vw 7vw;
      border-radius: 0.4vw;
    }

    .swiper-button-prev {
      display: none;
    }

    .swiper-button-next {
      display: none;
    }
  }
*/
/*===========
   banner-tt
  ============*/

.banner-tt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*@media screen and (max-width: 1024px) {
    .banner-tt {
      left: auto;
      top: 14.53vw;
      right: 7.07vw;
      width: 48.93vw;
      transform: none;
    }
  }*/

/*@media screen and (max-width: 1024px) {
    .banner-main {
      top: auto;
      bottom: 11.2vw;
      width: 89.6vw;
      height: 62.53vw;
      background: rgba(39, 39, 39, .92);
      transform: translateX(-50%);
      border-radius: 1.87vw;
    }

    .banner-code {
      display: none;
    }

    .code-tip {
      display: none;
    }

    .select {
      width: 76.53vw;
      height: 6.93vw;
      margin-bottom: 4.27vw;
      padding: 0 3.47vw 0 2.13vw;
      font-size: 2.93vw;
      background: rgba(109, 109, 109, 0.54);
    }

    .select-expend:not(.select-close) {
      border: 1px solid #666666;
      background: #333333;
      border-bottom: none;
    }

    .select-expend:not(.select-close) .select-value {
      position: relative;
      z-index: 1001;
      color: #fff;
      border-bottom: 1px solid #666666;
    }

    .select-expend:not(.select-close)::after {
      transform: rotate(180deg);
    }

    .select-expend:not(.select-close) .select-options {
      max-height: 500px;
      border: 1px solid #666666;
      border-top: none;
    }

    .select-options {
      top: 6.6vw;
      width: 76.53vw;
      padding: 0 3.47vw 0 2.13vw;
    }

    .select-options>p {
      font-size: 2.4vw;
    }

    .select::after {
      right: 2.4vw;
      top: 2.6vw;
      border-top: 1.33vw solid rgba(179, 179, 179, 1);
      border-left: 0.67vw solid transparent;
      border-right: 0.67vw solid transparent;
    }

    .select-value {
      height: 6.67vw;
      line-height: 6.53vw;
    }

    .info {
      width: 76.53vw;
      height: 6.93vw;
      margin-bottom: 4.27vw;
      padding: 0 3.47vw 0 2.13vw;
      font-size: 2.93vw;
    }

    .confirm {
      width: 35.2vw;
      height: 6.93vw;
      font-size: 2.93vw;
      margin-bottom: 2.93vw;
      line-height: 6.93vw;
    }

    .tip {
      font-size: 2.4vw;
    }
  }*/

/*==================================================
   service
  ==================================================*/
.service {
  padding-top: 122px;
  height: 1062px;
  background: url(../images/servicebg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.service-left {
  float: left;
  width: 790px;
}
.service-tt,
.process-tt,
.team-tt,
.news-tt {
  color: #333333;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  line-height: 2em;
}

.service-tt-sub,
.process-tt-sub,
.team-tt-sub,
.news-tt-sub {
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}

/* @media screen and (max-width: 1024px) {
    .service {
      padding-top: 10vw;
      height: 209.73vw;
    }

    .service-tt,
    .process-tt {
      font-size: 5.6vw;
    }

    .service-tt-sub,
    .process-tt-sub {
      font-size: 2.93vw;
    }
  }*/

/*===========
   service-items
  ============*/

.service-right {
  width: 820px;
  height: 623px;
  float: right;
}
.service-items {
  width: 1200px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}

.service-item {
  position: relative;
  width: 380px;
  height: 297px;
  box-shadow: 2px 2px 10px #ececec;
}
.service-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.service-item img {
  width: 100%;
  height: 100%;
}
.service-item1 {
  width: 380px;
  height: 623px;
}

.service-item {
  float: left;
}
.service-item4,
.service-item5 {
  margin-top: 28px;
}
.service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 0 28px;
  background-color: #fff;
  transition: all 0.618s;
  z-index: 2;
}

.service-item2,
.service-item3,
.service-item4,
.service-item5 {
  float: left;
  margin-left: 30px;
}
.service-item4,
.service-item5 {
  margin-top: 28px;
}

.service-item:hover .service-content {
  max-height: 297px;
}
.service-item1:hover .service-content {
  max-height: 623px;
}
.condition-tt {
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #285baa;
}

.condition-content {
  margin-bottom: 24px;
  font-size: 14px;
  color: #333;
}

.condition-content span {
  font-weight: bold;
}

.condition-content li:not(:last-child) {
  margin-bottom: 20px;
}

.service-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: #fff;
}
.service-info a {
  width: 100%;
  height: 53px;
  line-height: 53px;
  display: block;
  color: #333333;
  font-size: 20px;
  text-align: center;
}
.service-info a:hover {
  color: #285baa;
}

/*  @media screen and (max-width: 1024px) {
    .service-items {
      flex-wrap: wrap;
      width: 88vw;
      margin: 7.2vw auto 0;
    }
    .service-item {
      width: 42vw;
      height: 53.33vw;
      margin-bottom: 4.67vw;
      overflow: hidden;
    }

    .service-content {
      height: 0;
      padding: 0 3.2vw;
      background-color: rgba(51, 51, 51, .92);
      overflow: hidden;
    }

    .service-item:hover .service-content {
      height: 53.33vw;
      max-height: 53.33vw;
    }

    .condition-tt {
      margin-top: 6vw;
      margin-bottom: 2vw;
      font-size: 3.2vw;
      color: #fff;
    }

    .condition-content {
      margin-bottom: 5.73vw;
      font-size: 2.2vw;
      line-height: 1.6em;
      color: #fff;
    }

    .condition-content span {
      font-weight: bold;
    }

    .condition-content li:not(:last-child) {
      margin-bottom: 2.67vw;
    }

    .service-info {
      width: 100%;
      height: 7.87vw;
      line-height: 7.87vw;
      font-size: 3.2vw;
    }
  }*/

/*=====================================
  process
  =============================================*/
.process {
  width: 100%;
  padding-top: 160px;
  height: 670px;
  background: url(../images/processbg_02.jpg) repeat;
}

.process-tt {
  font-weight: normal;
  font-size: 42px;
  color: #fff;
}

.process-tt-sub {
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
}

/*  @media screen and (max-width: 1024px) {
    .process {
      padding-top: 17.33vw;
      height: 78.67vw;
    }

    .process-tt {
      font-size: 5.6vw;
    }

    .process-tt-sub {
      font-size: 2.93vw;
    }
  }*/

/*===========
   kwicks
  ============*/

.kwicks {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 100px auto 0;
  transition: all 0.618s;
}

.kwicks li {
  position: relative;
  width: 142px;
  height: 136px;
  margin-right: 32px;
  overflow: hidden;
  transition: width 0.618s;
}

.kwicks li:last-child {
  margin-right: 0;
}

.kwicks-selected {
  width: 364px !important;
}

.process-icon {
  display: inline-block;
  width: 137px;
  height: 136px;
  background-image: url(../images/process.png);
}

.process-icon1 {
  background-position: -0px -0px;
}

.kwicks-selected .process-icon1 {
  background-position: -137px -0px;
}

.process-icon2 {
  width: 138px;
  background-position: -0px -136px;
}

.kwicks-selected .process-icon2 {
  background-position: -138px -136px;
}

.process-icon3 {
  width: 138px;
  background-position: -276px -136px;
}

.kwicks-selected .process-icon3 {
  background-position: -414px -136px;
}

.process-icon4 {
  background-position: -274px -0px;
}

.kwicks-selected .process-icon4 {
  background-position: -411px -0px;
}

.process-icon5 {
  width: 138px;
  background-position: -414px -272px;
}

.kwicks-selected .process-icon5 {
  background-position: -276px -272px;
}

.process-icon6 {
  width: 138px;
  background-position: -0px -272px;
}

.kwicks-selected .process-icon6 {
  background-position: -138px -272px;
}

.process-step {
  position: absolute;
  left: 157px;
  top: 0;
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.process-step-tt {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.process-info {
  font-size: 13px;
  color: #ffffff;
}

/* @media screen and (max-width: 1024px) {
    .kwicks {
      width: 160vw;
      justify-content: flex-start;
      margin: 10.27vw auto 0;
    }

    .kwicks li {
      width: 18.93vw;
      height: 18.13vw;
      margin-right: 4.27vw;
    }

    .kwicks-selected {
      width: 49vw !important;
    }

    .process-icon {
      width: 18.27vw;
      height: 18.13vw;
      background-size: 73.6vw 54.4vw;
    }

    .process-icon1 {
      background-position: -0px -0px;
    }

    .kwicks-selected .process-icon1 {
      background-position: -18.27vw -0px;
    }

    .process-icon2 {
      width: 18.4vw;
      background-position: -0px -18.13vw;
    }

    .kwicks-selected .process-icon2 {
      background-position: -18.4vw -18.13vw;
    }

    .process-icon3 {
      width: 18.4vw;
      background-position: -36.8vw -18.13vw;
    }

    .kwicks-selected .process-icon3 {
      background-position: -55.2vw -18.13vw;
    }

    .process-icon4 {
      background-position: -36.53vw -0px;
    }

    .kwicks-selected .process-icon4 {
      background-position: -54.8vw -0px;
    }

    .process-icon5 {
      width: 18.4vw;
      background-position: -55.2vw -36.27vw;
    }

    .kwicks-selected .process-icon5 {
      background-position: -36.8vw -36.27vw;
    }

    .process-icon6 {
      width: 18.4vw;
      background-position: -0px -36.27vw;
    }

    .kwicks-selected .process-icon6 {
      background-position: -18.4vw -36.27vw;
    }

    .process-step {
      left: 20.93vw;
      width: 26.67vw;
    }

    .process-step-tt {
      font-size: 2.4vw;
    }

    .process-info {
      font-size: 2vw;
    }
  }
*/
/*===================================
  adv
  ====================================*/
.adv {
  height: 786px;
  padding-top: 136px;
  background: url(../images/advantagesbg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.adv .service-tt,
.adv .service-tt-sub {
  display: none;
}

/* @media screen and (max-width: 1024px) {
    .adv {
      height: 90.93vw;
      padding-top: 10vw;
    }

    .adv .service-tt,
    .adv .service-tt-sub {
      display: block;
    }
  }
*/
/*===========
   adv-inner
  ===========*/
.adv-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.adv-info {
  float: left;
  width: 406px;
  height: 506px;
  padding: 34px 28px 0;
  background: #fff;
}

.adv-tt {
  margin-bottom: 60px;
  padding: 34px 24px;
  border: 1px solid #000;
  color: #333;
}

.adv-tt-b {
  font-size: 42px;
  line-height: 1em;
}

.adv-tt-m {
  margin-bottom: 24px;
  line-height: 1em;
  font-size: 38px;
}

.adv-tt-s {
  font-size: 20px;
}

.adv-detail {
  padding: 0 24px;
}

.adv-detail-tt {
  margin-bottom: 18px;
  color: #285baa;
  font-size: 18px;
  text-align: center;
}

.adv-detail-item {
  color: #333;
  line-height: 1.6em;
  font-size: 13px;
}

.adv-items {
  float: right;
  width: 760px;
  height: 506px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.adv-item {
  position: relative;
  width: 240px;
  height: 240px;
  color: #fff;
  border: 120px solid rgba(0, 0, 0, 0.4);
  transition: 0.618s ease;
}

.adv-item p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: 0.382s ease;
  opacity: 0.66;
}

.adv-item:hover,
.adv-item-active {
  border: 0px solid rgba(0, 0, 0, 0.4);
}

.adv-item:hover p,
.adv-item-active p {
  opacity: 0;
}

.adv-item1 {
  background: url(../images/advantage1.png) no-repeat center;
}

.adv-item2 {
  background: url(../images/advantage2.png) no-repeat center;
}

.adv-item3 {
  background: url(../images/advantage3.png) no-repeat center;
}

.adv-item4 {
  background: url(../images/advantage4.png) no-repeat center;
}

.adv-item5 {
  background: url(../images/advantage5.png) no-repeat center;
}

.adv-item6 {
  background: url(../images/advantage6.png) no-repeat center;
}

#advInnerMobile {
  display: none;
}

/*@media screen and (max-width: 1024px) {
    .adv-inner {
      display: none;
    }

    #advInnerMobile {
      display: block;
    }

    .adv-inner-mobile {
      width: 89.6vw;
      height: 49.47vw;
      margin: 7.73vw auto 0;
      padding: 3.87vw 3.47vw;
      background: rgba(255, 255, 255, 1);
      border-radius: 1.87vw;
    }

    .adv-item {
      float: left;
      width: 32vw;
      height: 32vw;
      border: none;
    }

    .adv-detail-mobile {
      float: right;
      width: 46.67vw;
      height: 32vw;
      padding: 0 3.33vw;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border: 1px solid rgba(51, 51, 51, 1);
    }

    .adv-detail-tt {
      margin-bottom: 2.4vw;
      font-size: 3vw;
    }

    .adv-detail-item {
      font-size: 2.2vw;
    }

    .adv-item1,
    .adv-item2,
    .adv-item3,
    .adv-item4,
    .adv-item5,
    .adv-item6 {
      background-size: 100% 100%;
    }
  }*/

/*=================================================
  offer
  ====================================================*/
.offer {
  position: relative;
  padding-top: 162px;
  height: 927px;
  background: url(../images/processbg_02.jpg) repeat;
}

.offers {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.offer-img {
  box-sizing: content-box;
  padding-right: 20px;
  width: 225px;
  /* height: 318px; */
  cursor: pointer;
}

.offer-img:last-child {
  padding-right: 0;
}

#offerDetail {
  display: none;
  position: absolute;
  left: 50%;
  top: 60%;
  width: 340px;
  height: 482px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.offerDetailMask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#offerSwiper {
  position: relative;
  margin-top: 100px;
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}

#offerSwiper .swiper-pagination {
  bottom: -72px;
}

.offer-pagination {
  position: relative;
  margin-top: 72px;
}

#offerSwiperH5 {
  display: none;
}

/*@media screen and (max-width: 1024px) {
    .offer {
      padding-top: 17.33vw;
      height: 111.07vw;
    }

    .offer-img {
      padding-right: 0;
 
      height: 54.13vw;
      width: 100%;
 
    }

    #offerDetail {
      width: 45.33vw;
      height: 64.27vw;
    }

    #offerSwiper {
      display: none;
    }

    .offer-pagination {
      display: none;
    }

    #offerSwiperH5 {
      display: block;
      margin-top: 9.87vw;
    }
  }*/
/*===============================================
  team
   ===============================================*/
.team {
  height: 810px;
  padding-top: 110px;
  background: url(../images/teambg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.team-wrap {
  position: relative;
}
.team #teamSwiper {
  width: 1200px;
  height: 450px;
  margin: 50px auto 0;
  /* overflow: visible; */
}

.team-xx {
  width: 216px;
  height: 450px;
  background-color: #fff;
  display: none;
}
.team-xx-lx {
  width: 100%;
  padding-top: 30px;
}
.team-xx-lx .intro {
  width: 182px;
  margin: 0 auto;
  font-size: 13px;
  height: 150px;
  overflow: hidden;
  line-height: 22px;
  color: #333333;
}
.team-xx-lx .wxxx {
  text-align: center;
  font-size: 13px;
}
.team-xx-lx .wxxx img {
  width: 113px;
  height: 113px;
  margin: 20px auto;
}
.team-xx-lx .wxxx p {
  line-height: 22px;
}

.team-xx-g {
  width: 216px;
  height: 450px;
  overflow: hidden;
  padding: 20px 0px;
}
.team-xx-i {
  width: 174px;
  margin: 0 auto;
}
.team-xx-i .name {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.team-xx-i .zhiwei {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.team-xx-i .xian {
  width: 50px;
  height: 4px;
  background-color: #000;
  margin: 15px auto;
}
.team-xx-i .description {
  width: 100%;
  height: 88px;
  overflow: hidden;
  font-size: 13px;
  line-height: 22px;
}
.team-xx-g .photo {
  width: 174px;
  margin: 0 auto;
  text-align: center;
}
.team-xx-g .photo .sj {
  width: 19px;
  height: 13px;
  margin: 20px auto;
}
.team-xx-g .photo .team-photo {
  width: 174px;
  height: 174px;
  border-radius: 100%;
}
/*===============================================
   news
   ===============================================*/

.news {
  position: relative;
  padding-top: 140px;
  height: 1000px;
  background: url(../images/processbg_02.jpg) repeat;
}
.news-tt {
  color: #fff;
}
.news-container {
  position: relative;
  padding-top: 100px;
  height: 632px;
  background: url(../images/newsconbg.jpg) center 100px no-repeat;
}
.news-container-c {
  width: 1200px;
  height: 482px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -600px;
  clear: both;
}
.news-container-left {
  float: left;
}
.news-container-right {
  float: right;
}
.news-container-list {
  width: 583px;
}
.news-container-list-t {
  height: 25px;
  line-height: 25px;
  padding: 0 20px 0 35px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.news-container-list-t .more {
  font-size: 20px;
  color: #fff;
  float: right;
}
.news-container-list-t .more:hover {
  border-bottom: 1px solid #c1c0c0;
  color: #c1c0c0;
}
.strategy {
  padding: 19px 26px;
}
.strategy li {
  clear: both;
  padding: 15px 0px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #a0a0a0;
}
.strategy li:last-of-type {
  border: none;
}
.strategy-img {
  width: 94px;
  height: 94px;
  display: block;
  float: left;
}
.strategy-img img {
  width: 94px;
  height: 94px;
  border: none;
}
.strategy-con {
  float: right;
  width: 420px;
  padding: 10px 0px;
}
.strategy-con a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}
.strategy-con a:hover {
  color: #285baa;
}
.strategy-con p {
  font-size: 13px;
  color: #777;
  line-height: 20px;
}

.case {
  padding: 34px 10px;
}
.case li {
  width: 281px;
  height: 470px;
  overflow: hidden;
  float: left;
  border-right: 1px dashed #a0a0a0;
}
.case li:last-of-type {
  border: none;
}
.case .case-img {
  width: 246px;
  height: 292px;
  display: block;
  margin: 0 auto 25px;
}
.case .case-tt {
  width: 246px;
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 auto 10px;
}
.case .case-tt:hover {
  color: #285baa;
}
.case p {
  width: 246px;
  font-size: 13px;
  color: #777;
  line-height: 20px;
  margin: 0 auto;
}
/*===============================================
   comment
   ===============================================*/
.comment {
  height: 940px;
  padding-top: 130px;
  background: url(../images/footerbg.png) no-repeat center;
  background-size: cover;
}
.comment-tt {
  color: #333333;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
}
.commentbg {
  position: relative;
  width: 1200px;
  height: 600px;
  margin: 60px auto 0;
}

.contentbg-img {
  width: 100%;
  height: 100%;
}
.commentbg-tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  height: 58px;
  line-height: 58px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  background-color: #2d61a8e0;
}
.comment-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 386px;
  height: 600px;
  background: rgba(51, 51, 51, 0.95);
  z-index: 1;
  overflow: hidden;
}

.comment-item {
  width: 324px;
  margin: 0 auto;
  overflow: hidden;
}
.commentbg .swiper-pagination {
  left: -170px !important;
}
.avatur {
  float: left;
  width: 52px;
  height: 52px;
  background: url(../images/comment.png);
}

.avatur1 {
  background-position: -0px -0px;
}

.avatur2 {
  background-position: -52px -0px;
}

.avatur3 {
  background-position: -104px -0px;
}

.avatur4 {
  background-position: -208px -0px;
}

.avatur5 {
  background-position: -260px -0px;
}

.avatur6 {
  background-position: -156px -0px;
}

.comment-content {
  float: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 256px;
}

.name {
  width: 100%;
  padding-top: 4px;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
}

.date {
  color: #999999;
  font-size: 12px;
}

.star {
  width: 79px;
  height: 11px;
  margin: 4px 0 18px;
  background: url(../images/comment.png);
  background-position: -312px -0px;
}

.star2 {
  background-position: -391px -0px;
}

.comment-text {
  width: 100%;
  min-height: 66px;
  padding: 13px 16px;
  font-size: 13px;
  color: #333333;
  line-height: 1.6em;
  border-radius: 8px;
  background-color: #fff;
}

.comment-wrap .swiper-container {
  height: 474px;
  margin-top: 65px;
}

.arrow-top {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.arrow-bottom {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

/*@media screen and (max-width: 1024px) {
    .comment {
      display: none;
    }
  }*/

/*=================================================
   footer
   =================================================*/
.footer {
  position: fixed;
  bottom: -128px;
  left: 0;
  width: 100%;
  height: 128px;
  background: url(../images/footerbg_03.jpg) repeat-x center;
  background-color: #285baa;
  z-index: 1000;
  transition: all 0.618s;
}

.footer-inner {
  width: 1024px;
  margin: 0 auto;
}

.footer-left {
  float: left;
  width: 630px;
  height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-tit {
  margin-bottom: 14px;
  font-size: 22px;
  color: #fffefe;
  font-weight: bolder;
}

.footer-input-wrap {
  width: 600px;
  height: 44px;
}

.footer-input {
  float: left;
  width: 400px;
  height: 44px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 42px;
  color: #fffefe;
  border: 1px solid #ffffff;
  border-right: none;
  background-color: rgba(15, 64, 141, 0.54);
  outline: none;
  border-radius: 0;
}

.footer-input::-webkit-input-placeholder {
  color: #81a7e2;
}

.footer-input:-moz-placeholder {
  color: #81a7e2;
}

.footer-input:-ms-input-placeholder {
  color: #81a7e2;
}

.footer-button {
  float: left;
  width: 200px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fffefe;
  text-align: center;
  background: #e0251e;
  cursor: pointer;
}

.footer-button:hover,
.confirm:hover {
  background: #d00b03;
}

.footer-right {
  float: right;
  height: 128px;
  width: 340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-qrcode {
  width: 113px;
}

.footer-qrcode-tip {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  line-height: 1.8em;
  color: #fffefe;
}

.footer-qrcode-tip::after {
  content: '<<<';
  left: -31px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 13px;
  line-height: 1em;
}

.footer-show {
  bottom: 0;
}

/*===============================
  footer-code-h5
  ================================*/
.footer-code-h5 {
  display: none;
}

/*@media screen and (max-width: 1024px) {
    .footer-code-h5 {
      display: block;
      height: 70.27vw;
      background: url(../images/footerbg.png) no-repeat center;
      background-size: cover;
    }

    .footer-code-wrap {
      height: 42.13vw;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .footer-qrcode {
      width: 31.2vw;
      margin-right: 13.6vw;
    }

    .footer-qrcode-tip {
      font-size: 3.2vw;
      line-height: 1.4em;
      color: #333333;
    }

    .footer-qrcode-tip::after {
      left: -8vw;
      font-size: 2.93vw;
      line-height: 1em;
    }

    .wechart {
      width: 35.2vw;
      height: 6.67vw;
      margin-top: 1.6vw;
      line-height: 6.67vw;
      font-weight: bold;
      text-align: center;
      color: #fff;
      background-color: #333333;
    }
  }*/

/*@media screen and (max-width: 1024px) {
    .dia-content {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 86.67vw;
      height: 81.87vw;
    }

    .logo {
      width: 19.33vw;
      margin: 11.47vw auto 9.6vw;
    }

    .success-wrap {
      width: 84vw;
      height: 27.87vw;
      font-size: 2.13vw;
      line-height: 2em;
      border: 0.5px solid rgba(51, 51, 51, 1);
    }

    .success {
      margin-top: 2.13vw;
      font-size: 5vw;
      line-height: 2em;
    }

    .right {
      width: 5.87vw;
      margin-left: 2.67vw;
    }

    .close {
      right: 4.67vw;
      top: 4.67vw;
      width: 3.87vw;
    }

    .dialog-visible {
      display: block;
    }
  }*/
