@charset "UTF-8";
@import url(reset.min.css);
@import url(swiper.min.css);
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_direction_row_reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.dh {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.letterBig {
  text-transform: uppercase;
}
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1350,
.wrap {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.font300 {
  font-size: 300px;
}
@media (max-width:1600px) {
  .font300 {
    font-size: 280px;
  }
}
@media (max-width:1560px) {
  .font300 {
    font-size: 260px;
  }
}
@media (max-width:1470px) {
  .font300 {
    font-size: 240px;
  }
}
@media (max-width:1366px) {
  .font300 {
    font-size: 220px;
  }
}
@media (max-width:1200px) {
  .font300 {
    font-size: 200px;
  }
}
@media (max-width:1024px) {
  .font300 {
    font-size: 180px;
  }
}
@media (max-width:768px) {
  .font300 {
    font-size: 160px;
  }
}
@media (max-width:480px) {
  .font300 {
    font-size: 140px;
  }
}
@media (max-width:360px) {
  .font300 {
    font-size: 120px;
  }
}
.font150 {
  font-size: 150px;
}
@media (max-width:1600px) {
  .font150 {
    font-size: 140px;
  }
}
@media (max-width:1560px) {
  .font150 {
    font-size: 130px;
  }
}
@media (max-width:1470px) {
  .font150 {
    font-size: 120px;
  }
}
@media (max-width:1366px) {
  .font150 {
    font-size: 110px;
  }
}
@media (max-width:1200px) {
  .font150 {
    font-size: 100px;
  }
}
@media (max-width:1024px) {
  .font150 {
    font-size: 90px;
  }
}
@media (max-width:768px) {
  .font150 {
    font-size: 64px;
  }
}
@media (max-width:480px) {
  .font150 {
    font-size: 50px;
  }
}
@media (max-width:360px) {
  .font150 {
    font-size: 40px;
  }
}
.font140 {
  font-size: 140px;
}
@media (max-width:1600px) {
  .font140 {
    font-size: 130px;
  }
}
@media (max-width:1560px) {
  .font140 {
    font-size: 120px;
  }
}
@media (max-width:1470px) {
  .font140 {
    font-size: 110px;
  }
}
@media (max-width:1366px) {
  .font140 {
    font-size: 100px;
  }
}
@media (max-width:1200px) {
  .font140 {
    font-size: 90px;
  }
}
@media (max-width:1024px) {
  .font140 {
    font-size: 80px;
  }
}
@media (max-width:768px) {
  .font140 {
    font-size: 54px;
  }
}
@media (max-width:480px) {
  .font140 {
    font-size: 40px;
  }
}
@media (max-width:360px) {
  .font140 {
    font-size: 30px;
  }
}
.font100 {
  font-size: 100px;
}
@media (max-width:1600px) {
  .font100 {
    font-size: 72px;
  }
}
@media (max-width:1470px) {
  .font100 {
    font-size: 62px;
  }
}
@media (max-width:1024px) {
  .font100 {
    font-size: 52px;
  }
}
@media (max-width:768px) {
  .font100 {
    font-size: 34px;
  }
}
.font90 {
  font-size: 90px;
}
@media (max-width:1600px) {
  .font90 {
    font-size: 72px;
  }
}
@media (max-width:1470px) {
  .font90 {
    font-size: 62px;
  }
}
@media (max-width:1024px) {
  .font90 {
    font-size: 52px;
  }
}
@media (max-width:768px) {
  .font90 {
    font-size: 34px;
  }
}
.font80 {
  font-size: 80px;
}
@media (max-width:1600px) {
  .font80 {
    font-size: 62px;
  }
}
@media (max-width:1470px) {
  .font80 {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .font80 {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .font80 {
    font-size: 32px;
  }
}
.font74 {
  font-size: 74px;
}
@media (max-width:1600px) {
  .font74 {
    font-size: 60px;
  }
}
@media (max-width:1470px) {
  .font74 {
    font-size: 50px;
  }
}
@media (max-width:1024px) {
  .font74 {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .font74 {
    font-size: 30px;
  }
}
.font70 {
  font-size: 70px;
}
@media (max-width:1600px) {
  .font70 {
    font-size: 60px;
  }
}
@media (max-width:1470px) {
  .font70 {
    font-size: 50px;
  }
}
@media (max-width:1024px) {
  .font70 {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .font70 {
    font-size: 30px;
  }
}
.font62 {
  font-size: 62px;
}
@media (max-width:1600px) {
  .font62 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .font62 {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .font62 {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .font62 {
    font-size: 28px;
  }
}
.font60 {
  font-size: 60px;
}
@media (max-width:1600px) {
  .font60 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .font60 {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .font60 {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .font60 {
    font-size: 28px;
  }
}
.font55 {
  font-size: 55px;
}
@media (max-width:1600px) {
  .font55 {
    font-size: 46px;
  }
}
@media (max-width:1470px) {
  .font55 {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .font55 {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .font55 {
    font-size: 27px;
  }
}
.font50 {
  font-size: 50px;
}
@media (max-width:1600px) {
  .font50 {
    font-size: 46px;
  }
}
@media (max-width:1470px) {
  .font50 {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .font50 {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .font50 {
    font-size: 27px;
  }
}
.font48 {
  font-size: 48px;
}
@media (max-width:1600px) {
  .font48 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .font48 {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .font48 {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .font48 {
    font-size: 25px;
  }
}
.font46 {
  font-size: 46px;
}
@media (max-width:1600px) {
  .font46 {
    font-size: 43px;
  }
}
@media (max-width:1470px) {
  .font46 {
    font-size: 36px;
  }
}
@media (max-width:1024px) {
  .font46 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .font46 {
    font-size: 27px;
  }
}
.font44 {
  font-size: 44px;
}
@media (max-width:1600px) {
  .font44 {
    font-size: 42px;
  }
}
@media (max-width:1470px) {
  .font44 {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .font44 {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .font44 {
    font-size: 26px;
  }
}
.font42 {
  font-size: 42px;
}
@media (max-width:1600px) {
  .font42 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .font42 {
    font-size: 36px;
  }
}
@media (max-width:1024px) {
  .font42 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .font42 {
    font-size: 24px;
  }
}
.font40 {
  font-size: 40px;
}
@media (max-width:1600px) {
  .font40 {
    font-size: 38px;
  }
}
@media (max-width:1470px) {
  .font40 {
    font-size: 33px;
  }
}
@media (max-width:1024px) {
  .font40 {
    font-size: 29px;
  }
}
@media (max-width:768px) {
  .font40 {
    font-size: 24px;
  }
}
.font36 {
  font-size: 36px;
}
@media (max-width:1600px) {
  .font36 {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .font36 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .font36 {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .font36 {
    font-size: 20px;
  }
}
.font32 {
  font-size: 32px;
}
@media (max-width:1600px) {
  .font32 {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .font32 {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .font32 {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  .font32 {
    font-size: 20px;
  }
}
.font30 {
  font-size: 30px;
}
@media (max-width:1600px) {
  .font30 {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .font30 {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .font30 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .font30 {
    font-size: 18px;
  }
}
.font28 {
  font-size: 28px;
}
@media (max-width:1600px) {
  .font28 {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .font28 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .font28 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .font28 {
    font-size: 16px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width:1600px) {
  .font26 {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .font26 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .font26 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .font26 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width:1600px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .font24 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .font24 {
    font-size: 14px;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width:1600px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .font22 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .font22 {
    font-size: 12px;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width:1600px) {
  .font20 {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .font20 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .font20 {
    font-size: 12px;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width:1600px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .font18 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .font18 {
    font-size: 12px;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width:1600px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .font16 {
    font-size: 12px;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width:1470px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .font14 {
    font-size: 12px;
  }
}
.font12 {
  font-size: 12px;
}
/* ------------------------------  内外边距 */
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200 {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .wap,
  .mobile {
    display: block !important;
  }
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
.radius_16 {
  border-radius: 16px;
}
@media (max-width:1600px) {
  .radius_16 {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
  .radius_16 {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
  .radius_16 {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
  .radius_16 {
    border-radius: 8px;
  }
}
.pagination {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagination li {
  margin: 0 2px;
  display: inline-block;
}
@media (max-width: 480px) {
  .pagination li {
    margin: 0 2px;
  }
  .pagination li > * {
    padding: 5px 12px !important;
  }
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  color: #1a1a1a;
}
.pagination li > a,
.pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
  border: 0;
  padding: 5px 13px;
}
@media (max-width:1470px) {
  .pagination li > a,
  .pagination li > span {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .pagination li > a,
  .pagination li > span {
    font-size: 12px;
  }
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #1a1a1a;
}
.pagination > .disabled,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
}
.pagination.pagination2 .active > a,
.pagination.pagination2 .active > span,
.pagination.pagination2 .active > a:hover,
.pagination.pagination2 .active > span:hover,
.pagination.pagination2 .active > a:focus,
.pagination.pagination2 .active > span:focus {
  color: white;
  background-color: #e93a3a;
}
.pagination.pagination2 li > a,
.pagination.pagination2 li > span {
  font-size: 14px;
  color: #000000;
}
@media (max-width:1470px) {
  .pagination.pagination2 li > a,
  .pagination.pagination2 li > span {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .pagination.pagination2 li > a,
  .pagination.pagination2 li > span {
    font-size: 12px;
  }
}
.pagination.pagination2 > li > a:hover,
.pagination.pagination2 > li > span:hover,
.pagination.pagination2 > li > a:focus,
.pagination.pagination2 > li > span:focus {
  color: white;
  background-color: #e93a3a;
}
.pagination.pagination2 > .disabled,
.pagination.pagination2 > .disabled > span,
.pagination.pagination2 > .disabled > span:hover,
.pagination.pagination2 > .disabled > span:focus,
.pagination.pagination2 > .disabled > a,
.pagination.pagination2 > .disabled > a:hover,
.pagination.pagination2 > .disabled > a:focus {
  color: #000000;
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes tran_boost {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
/* --------------------------------------  视频弹窗 */
.videotape {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videotex {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videotex video {
  width: 100%;
  object-fit: fill;
}
.videotex .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #e93a3a;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.videotex .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #e93a3a;
  color: #fff;
}
.videotex .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videotex .video video,
.videotex .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videotex {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videotex {
    width: 100%;
    max-width: 100%;
  }
  .videotex .close {
    right: 0;
    top: -40px;
  }
}
/* --------------------------------------  表单 */
.selfForm .zs {
  font-size: 12px;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.selfForm .zs::before {
  position: absolute;
  content: "\e602";
  font-family: "iconfont";
  right: 0;
  font-size: 8px;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  color: #555555;
}
.selfForm .xl {
  display: none;
}
.header_nbsp {
  widows: 100%;
  height: 100px;
}
@media (max-width:1366px) {
  .header_nbsp {
    height: 80px;
  }
}
@media (max-width:990px) {
  .header_nbsp {
    display: none;
  }
}
.activeShow {
  transform: translateX(100%);
}
/* --------------------------------------  PC端头部  END*/
/* --------------------------------------  手机版头部 */
.m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 0 1px 0 #eee;
}
.m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.m_header_box .header_title .logo {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.m_header_box .header_title .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.m_header_box .header_title .logo img {
  max-height: 30px;
}
.m_header_box .header_title .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.m_header_box .header_title .menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.m_header_box .header_title .menu_btn::after,
.m_header_box .header_title .menu_btn::before,
.m_header_box .header_title .menu_btn i {
  width: 70%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -35%;
  transform-origin: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m_header_box .header_title .menu_btn::before {
  content: '';
  margin-top: -8px;
}
.m_header_box .header_title .menu_btn::after {
  content: '';
  margin-top: 6px;
}
.m_header_box .header_title .menu_btn.active i {
  opacity: 0;
}
.m_header_box .header_title .menu_btn.active::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
  background: #e93a3a;
}
.m_header_box .header_title .menu_btn.active::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
  background: #e93a3a;
}
.m_header_box .header_title .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
}
.m_header_box .header_title .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m_header_box .header_title .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
.m_header_box .header_title .head_btn .link span {
  opacity: 0.6;
}
.m_header_box .header_title .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m_header_box .header_title .head_btn .link a:hover {
  opacity: 1;
}
.m_header_box .header_title .head_btn:hover .icon {
  filter: invert(1);
}
.m_header_box .header_title .head_btn:hover .link {
  color: #000;
}
.m_header_box .header_title .head_btn:hover .link a,
.m_header_box .header_title .head_btn:hover .link span {
  color: #000;
}
.m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #f7f7f7;
  display: none;
  overflow: hidden;
}
.m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.m_header_box .header_body .menu_nav ul {
  margin: 0;
  padding: 0;
}
.m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.m_header_box .header_body .menu_nav ul li .one a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: #282f36;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.m_header_box .header_body .menu_nav ul li .one a .subtitle {
  font-size: 14px;
  margin-right: 10px;
}
.m_header_box .header_body .menu_nav ul li .one a .title {
  font-size: 14px;
}
.m_header_box .header_body .menu_nav ul li .one .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  color: #282f36;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m_header_box .header_body .menu_nav ul li .one .icon i {
  font-size: 8px;
}
.m_header_box .header_body .menu_nav ul li .one.active a {
  color: #e93a3a;
}
.m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: #e93a3a;
}
.m_header_box .header_body .menu_nav ul li .one.active.is_active .icon {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.m_header_box .header_body .menu_nav ul li ul {
  border-top: 1px solid #e93a3a;
  display: none;
}
.m_header_box .header_body .menu_nav ul li ul li {
  border: 0;
  margin: 15px 0;
}
.m_header_box .header_body .menu_nav ul li ul li a {
  font-size: 13px;
  padding: 0 0 0 20px;
  color: #333;
  position: relative;
}
.m_header_box .header_body .menu_nav ul li ul li a .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: #333;
}
.m_header_box .header_body .menu_nav ul li ul li a .icon i {
  font-size: 8px;
}
.m_header_box .header_body .menu_nav ul li ul li a.active {
  color: #e93a3a;
}
.m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: #e93a3a;
}
.m_header_box .header_body .menu_nav ul li ul li ul {
  border: 0;
  display: none;
}
.m_header_box .header_body .menu_nav ul li ul li ul li a {
  padding: 10px 0 10px 35px;
  font-size: 12px;
  color: #999;
}
.m_header_box .header_body .menu_nav ul li ul li ul li a:before {
  content: '';
  width: 5px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
  z-index: 1;
}
.m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
  background: #e93a3a;
}
.m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
.m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 50px;
  background: #fff;
  overflow: hidden;
}
.m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
.m_header_box .header_body .menu_form .center form button {
  width: 70px;
}
.m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
}
.m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
.m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
.m_header_box .header_body .menu_lang .one a.active {
  background: #e93a3a;
  color: #fff;
}
@media (max-width:990px) {
  .m_header_box {
    display: block;
  }
}
.m_header_nbsp {
  width: 100%;
  height: 60px;
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  .m_header_nbsp {
    display: block;
  }
}
/*  --------------------------------------  手机版头部  END*/
/*  --------------------------------------  首页默认样式*/
.idx_title .title {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-family: "Bahnschrift";
}
@media (max-width:1600px) {
  .idx_title .title {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .idx_title .title {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .idx_title .title {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .idx_title .title {
    font-size: 25px;
  }
}
.idx_title .subtitle {
  font-size: 24px;
  color: #000;
  margin-top: min(3.38541667vw, 65px);
  margin-bottom: min(2.08333333vw, 40px);
}
@media (max-width:1600px) {
  .idx_title .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .idx_title .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .idx_title .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    margin-top: 32.5px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    margin-bottom: 20px;
  }
}
.idx_title .content {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media (max-width:1600px) {
  .idx_title .content {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_title .content {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_title .subtitle {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
}
/* --------------------------------------   按钮公共样式 */
.pageButton {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media (max-width:1600px) {
  .pageButton {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .pageButton {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .pageButton {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .pageButton {
    width: 145px;
  }
}
@media (max-width:990px) {
  .pageButton {
    width: 125px !important;
    height: 35px !important;
  }
}
.pageButton:hover {
  border-radius: 20px;
}
.allMeun {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 2% 5%;
  height: 100%;
  z-index: 9999999;
  background: #000a19;
  transition: all 0.8s;
  overflow: hidden;
}
.allMeun ul {
  margin-left: 10%;
}
.allMeun ul a {
  color: white;
  font-size: 48px;
  font-weight: 900;
  margin: 1% 0;
  display: block;
  transition: all 0.3s;
}
@media (max-width:1600px) {
  .allMeun ul a {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .allMeun ul a {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .allMeun ul a {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .allMeun ul a {
    font-size: 25px;
  }
}
.allMeun ul a:hover {
  color: #e77f2a;
}
@media (max-width:768px) {
  .allMeun ul a {
    font-size: 30px;
  }
}
@media (max-width:768px) and (max-width:1600px) {
  .allMeun ul a {
    font-size: 26px;
  }
}
@media (max-width:768px) and (max-width:1470px) {
  .allMeun ul a {
    font-size: 22px;
  }
}
@media (max-width:768px) and (max-width:1024px) {
  .allMeun ul a {
    font-size: 20px;
  }
}
@media (max-width:768px) and (max-width:768px) {
  .allMeun ul a {
    font-size: 18px;
  }
}
.allMeun .close {
  color: white;
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width:1600px) {
  .allMeun .close {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .allMeun .close {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .allMeun .close {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .allMeun .close {
    font-size: 18px;
  }
}
/* --------------------------------------   按钮公共样式 end */
/* --------------------------------------   分页 */
.pager_in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: min(3.125vw, 60px);
  grid-gap: 3px;
}
@media (max-width:1024px) {
  .pager_in {
    margin-top: 30px;
  }
}
.pager_in .it {
  width: 47px;
  height: 35px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #000;
}
@media (max-width:1600px) {
  .pager_in .it {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .pager_in .it {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .pager_in .it {
    font-size: 12px;
  }
}
.pager_in .it:hover,
.pager_in .it.active {
  background: #e93a3a;
  color: white;
  transition: all 0.5s;
}
.pager_in .pagination-prev {
  width: 100%;
  height: 100%;
  background: url(../images/contact/pagination-prev.svg) no-repeat center;
  display: block;
}
.pager_in .pagination-prev:hover {
  background: url(../images/contact/-pagination-prev.svg) no-repeat center;
}
.pager_in .pagination-next {
  width: 100%;
  height: 100%;
  background: url(../images/contact/pagination-next.svg) no-repeat center;
  display: block;
}
.pager_in .pagination-next:hover {
  background: url(../images/contact/-pagination-next.svg) no-repeat center;
}
/* --------------------------------------   分页 end */
/* 视频弹窗 */
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #e93a3a;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #e93a3a;
  color: #fff;
}
.videobox .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videobox .video video,
.videobox .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
.call {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
  padding: 10px 0;
  text-align: center;
  display: none;
}
.call a {
  width: 90%;
  line-height: 30px;
  background-color: #e93a3a;
  color: white;
  font-size: 14px;
  margin: auto;
  border-radius: 24px;
}
@media (max-width:1470px) {
  .call a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .call a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .call {
    display: block;
  }
}
.pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.pop .bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.pop .pop-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 40px;
  transform: translate(-50%, -50%);
}
.pop .cont {
  padding: 30px;
  background-color: #fff;
  max-height: 80vh;
  overflow: auto;
}
.pop .cont p {
  margin-bottom: 24px;
  color: #777777;
  opacity: 0.8;
}
.pop .cont p:last-child {
  margin-bottom: 0;
}
.pop .close {
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 6;
  width: 20px;
}
.pop.pop-video .cont {
  padding: 0;
  max-height: initial;
  background-color: transparent;
}
.pop.pop-video .cont video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* 头部 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  margin: auto;
}
#header .header-wrap {
  padding: 0 65px;
  height: 80px;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .header-wrap .logo {
  float: left;
  width: 206px;
  height: 52px;
  margin-top: 13px;
}
#header .header-wrap .head-right {
  float: right;
  line-height: 80px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .header-wrap .nav {
  position: relative;
  float: left;
}
#header .header-wrap .nav dl {
  float: left;
  margin-right: 52px;
  position: relative;
  z-index: 10;
}
#header .header-wrap .nav dl:hover {
  z-index: 20;
}
#header .header-wrap .nav dd {
  display: none;
  width: 140px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -70px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
#header .header-wrap .nav dd .ovs {
  height: 100%;
  padding: 20px 0 10px;
}
#header .header-wrap .nav dd a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .header-wrap .nav dd a.active,
#header .header-wrap .nav dd a:hover {
  color: #e93a3a !important;
}
#header .header-wrap .nav dd a.active::before,
#header .header-wrap .nav dd a:hover::before {
  opacity: 1;
}
#header .header-wrap .nav dt a {
  font-size: 18px;
  color: #fff;
}
#header .header-wrap .nav dt a.on {
  color: #e93a3a !important;
}
#header .header-wrap .nav a[href='javascript:;'] {
  cursor: default;
}
.nav-but-wrap {
  margin: 20px 52px 0 0;
  position: relative;
  display: inline-block;
  float: right;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.menu-icon {
  height: 40px;
  width: 30px;
  padding-top: 12px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}
.menu-icon-line {
  float: right;
  height: 2px;
  width: 30px;
  display: block;
  background-color: #fff;
  margin-bottom: 9px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}
.menu-icon-line-left {
  width: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon-line-right {
  width: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon:hover .menu-icon-line,
.menu-icon:hover .menu-icon-line-left,
.menu-icon:hover .menu-icon-line-right {
  width: 30px;
  background-color: #e93a3a;
}
.header-phone i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 30px;
  background: url(../images/icon-phone-m.svg) no-repeat center;
  background-size: cover;
  margin-right: 5px;
}
.header-phone {
  float: right;
  height: 40px;
  padding: 5px 25px 5px 20px;
  margin-top: 18px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background: #e93a3a;
  border-radius: 20px 20px 20px 0px;
  -webkit-border-radius: 20px 20px 20px 0px;
  -moz-border-radius: 20px 20px 20px 0px;
  -ms-border-radius: 20px 20px 20px 0px;
  -o-border-radius: 20px 20px 20px 0px;
}
.header-phone a {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
#header.on .header-wrap,
#header.onsb .header-wrap,
#header .header-pc.on .header-wrap {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#header.on .header-wrap .logo,
#header.onsb .header-wrap .logo,
#header .header-pc.on .header-wrap .logo {
  background: url(../images/-logo.svg) no-repeat center;
  background-size: cover;
}
#header.on .header-wrap .logo img,
#header.onsb .header-wrap .logo img,
#header .header-pc.on .header-wrap .logo img {
  opacity: 0;
}
#header.on .header-wrap .nav dt a,
#header.onsb .header-wrap .nav dt a,
#header .header-pc.on .header-wrap .nav dt a {
  color: #4f4f4f;
}
#header.on .menu-icon-line,
#header.onsb .menu-icon-line,
#header .header-pc.on .menu-icon-line {
  background-color: #343434;
}
#header.on .menu-icon:hover .menu-icon-line,
#header.onsb .menu-icon:hover .menu-icon-line,
#header .header-pc.on .menu-icon:hover .menu-icon-line,
#header.on .menu-icon:hover .menu-icon-line-left,
#header.onsb .menu-icon:hover .menu-icon-line-left,
#header .header-pc.on .menu-icon:hover .menu-icon-line-left,
#header.on .menu-icon:hover .menu-icon-line-right,
#header.onsb .menu-icon:hover .menu-icon-line-right #header .header-pc.on .menu-icon:hover .menu-icon-line-right {
  background-color: #e93a3a;
}
/* 侧边 */
.tool-bar {
  position: fixed;
  right: -100px;
  top: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tool-bar.on {
  right: 15px;
}
.tool-bar a.shangqiao {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}
.tool-bar a.totop {
  background-color: #e93a3a;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
}
.tool-bar a {
  width: 75px;
  height: 75px;
  background-color: #fff;
  display: block;
  padding-top: 20px;
  cursor: pointer;
}
.tool-bar a.consultation {
  display: none;
}
.tool-bar i.iconfont {
  display: block;
  width: 28px;
  height: 25px;
  margin: 0 auto;
  margin-bottom: 4px;
  background: no-repeat center;
  background-size: 28px 25px;
}
.tool-bar i.icon-shangqiao {
  background-image: url(../images/icon-shangqiao.svg);
}
.tool-bar i.icon-consultation {
  background-image: url(../images/icon-consultation.svg);
}
.tool-bar i.icon-weChat {
  background-image: url(../images/icon-weChat.svg);
}
.tool-bar i.icon-phone {
  background-image: url(../images/icon-phone.svg);
}
.tool-bar i.icon-top {
  background-image: url(../images/icon-top.svg);
}
.tool-bar a span {
  display: block;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #5c5c5c;
}
.tool-bar a.totop span {
  color: #fff;
}
.tool-bar.top .totop {
  visibility: inherit;
  opacity: 1;
}
/* 导航弹窗 */
.navbar-fixed {
  width: calc(100% - 200px);
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 1000;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.navbar-fixed.show {
  left: 200px;
}
.menu-nav {
  height: 100%;
  padding: 20px 100px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.services-bar-intro p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
.services-bar-intro h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.services-bar {
  background: url(../images/map.png) no-repeat center;
  background-size: contain;
}
.services-bar .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background: rgba(255, 255, 255, 0.75);
}
.services-bar .list .item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.services-bar .country-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #e93a3a;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
}
.services-bar .country-item h4:after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background: #e93a3a;
  position: relative;
  left: 0;
  bottom: -5px;
}
.services-bar .country-item p {
  font-size: 14px;
  line-height: 2;
  color: #333;
  margin-bottom: 60px;
  padding-right: 80px;
}
.navbar-fixed .country-item .list {
  display: block;
  margin: 0;
  background: transparent;
}
.navbar-fixed .country-item .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  grid-gap: 20px;
  max-width: initial;
  padding: 0;
}
.navbar-fixed .country-item .list .item .wx-code {
  max-width: 110px;
}
.navbar-fixed .country-item .list .item .wx-code p {
  padding: 0;
  margin: 0;
}
.services-bar .index-form h3 {
  font-size: 0;
  margin-bottom: 10px;
}
.services-bar .index-form h3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.services-bar .index-form h3 a {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: #333;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}
.services-bar .index-form p {
  font-size: 14px;
  line-height: 2;
  color: #333;
  margin-bottom: 30px;
}
.services-bar .index-form .form-group {
  margin-bottom: 20px;
}
.navbar-fixed ul {
  height: 100vh;
  width: 100%;
  padding-top: 145px;
  padding-right: 250px;
  overflow-y: auto;
}
.form-group a.phone {
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: 'D-DIN';
  line-height: 32px;
  color: #e93a3a;
  margin-bottom: 4px;
}
.form-group a.email {
  display: block;
  font-size: 16px;
  font-family: 'D-DIN';
  line-height: 19px;
  color: #adadad;
}
.close-menu {
  position: absolute;
  right: 100px;
  top: -50px;
  width: 50px;
  height: 50px;
  background: url(../images/icon-close.svg) no-repeat center #e93a3a;
  background-size: 16px 16px;
  padding-top: 50px;
  cursor: pointer;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.navbar-fixed.show .close-menu {
  top: 0;
}
.model-bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
/* 尾部 */
.footer {
  background: #1b1b1b;
  padding-top: 74px;
  color: #868686;
}
.footer-top {
  margin-bottom: 70px;
}
.footer-top .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  margin-bottom: 36px;
  position: relative;
}
.footer-top .title:after {
  content: "";
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.footer-nav {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-nav li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.footer-nav li a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #868686;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-nav li a:hover {
  color: #fff;
}
.footer-top .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-top .item {
  width: 27%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-top .item.item2 {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}
.footer-top .item.item4 {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 10px;
}
.footer-logo {
  margin-bottom: 40px;
  align-items: flex-end;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer-logo a {
  display: block;
  width: 100%;
}
.footer-logo img,
.footer-logo svg {
  max-width: 253px;
}
.footer-logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color: #8b8b8b;
  margin-left: 14px;
  white-space: nowrap;
}
.footer-info p {
  font-size: 14px;
  color: #b7b7b7;
  padding-right: 30px;
  margin-bottom: 40px;
}
.footer-info .footer-navs {
  overflow: hidden;
}
.footer-info .footer-navs li {
  float: left;
  margin-right: 20px;
}
.footer-info .footer-navs a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #b7b7b7;
  text-decoration: underline;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-info .footer-navs a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-tel p {
  font-size: 14px;
  line-height: 1.5;
  color: #b7b7b7;
}
.footer-tel .tel {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  color: #e93a3a;
  font-family: 'D-DIN';
}
.footer-address p {
  font-size: 14px;
  line-height: 1.5;
  color: #b7b7b7;
  margin-bottom: 15px;
}
.btn-contact {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  padding: 14px 34px;
  background: #e93a3a;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 29px 29px 29px 0;
  -webkit-border-radius: 29px 29px 29px 0;
  -moz-border-radius: 29px 29px 29px 0;
  -ms-border-radius: 29px 29px 29px 0;
  -o-border-radius: 29px 29px 29px 0;
}
.btn-contact:hover {
  color: #fff;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
}
.wx-code p {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #868686;
}
.wx-code img {
  margin-bottom: 10px;
}
.footer-link {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
.footer-link span {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  vertical-align: middle;
}
.friend-link {
  display: block;
  overflow: hidden;
}
.friend-link li {
  float: left;
  margin-right: 20px;
}
.friend-link li:nth-child(1) {
  margin-right: 0;
}
.friend-link li a {
  font-size: 14px;
  line-height: 1.5;
  color: #868686;
  display: inline-block;
}
.friend-link li a[href='javascript:;'] {
  cursor: default;
}
.friend-link li a:hover {
  color: #fff;
}
.friend-link li:nth-child(1) a:hover {
  color: #868686;
}
.copyright {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright p {
  font-size: 14px;
  line-height: 26px;
  color: #868686;
}
/* index */
.index-swiper.swiper-pointer-events {
  touch-action: pan-y;
}
.index-swiper .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.index-swiper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index-swiper .swiper-pagination {
  height: 0;
  text-align: left;
  width: 1410px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  margin: auto;
}
.index-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
}
.index-swiper .swiper-pagination span {
  width: 35px;
  height: 3px;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.index-swiper .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.index-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: h_schedule 4s 1 linear forwards;
  -webkit-animation: h_schedule 4s 1 linear forwards;
}
.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 700;
  cursor: pointer;
  outline: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: unset !important;
}
.index-swiper .swiper-button-prev {
  left: 0;
  background: url(../images/prev.png) no-repeat center rgba(255, 255, 255, 0.2);
  background-size: 14px 26px;
}
.index-swiper .swiper-button-next {
  right: 0;
  background: url(../images/next.png) no-repeat center rgba(255, 255, 255, 0.2);
  background-size: 14px 26px;
}
.index-swiper .swiper-slide {
  height: 100vh;
}
.index-swiper .swiper-slide .bg {
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-swiper .videoBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-filter: alpha(opacity=50);
}
.index-swiper .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-swiper .videoBox .bg {
  display: none;
}
.index-swiper video {
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.index-swiper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
}
.index-swiper .text {
  position: absolute;
  top: 36.09259vh;
  left: 0;
}
.index-swiper .en {
  font-family: 'Luminari';
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.index-swiper .cn {
  font-size: 30px;
  line-height: 46px;
  color: #fff;
  margin-top: 52px;
  font-weight: 300;
}
.index-swiper .cn b {
  font-size: 70px;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
}
.index-swiper:hover .swiper-button-next,
.index-swiper:hover .swiper-button-prev {
  opacity: 1;
}
.index-swiper:hover .swiper-button-prev {
  left: 20px;
}
.index-swiper:hover .swiper-button-next {
  right: 20px;
}
.index-section {
  padding: 100px 0 85px;
}
.about-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-intro .about-img {
  width: 35%;
  position: relative;
}
.about-intro .about-img img {
  max-width: 100%;
}
.about-intro .about-img .psa-img {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.about-intro .about-text {
  width: 65%;
  padding-left: 90px;
}
.about-intro .about-text .about-title {
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 15px;
  margin-top: -60px;
  font-weight: 500;
}
.about-intro .about-text p {
  font-size: 18px;
  line-height: 30px;
  color: #808080;
  margin-bottom: 15px;
}
.about-intro .about-text .number-zimu {
  margin-top: 60px;
  padding: 0;
  overflow: hidden;
}
.number-zimu .number:last-child::before {
  display: none;
}
.number-zimu .number::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d5d5d5;
  position: absolute;
  right: 0;
  top: 0;
}
.number-zimu .number {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.number-zimu span i:nth-child(1) {
  font-size: 54px;
  line-height: 1;
  color: #e93a3a;
  font-family: 'D-DIN';
}
.number-zimu span i:nth-child(2) {
  font-size: 16px;
  line-height: 1;
  color: #333333;
}
.number-zimu .number span {
  display: block;
}
.index_consulting {
  height: 600px;
  background: url(../images/index/index6bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_consulting .consulting {
  background: #fff;
  padding: 50px 60px 55px 60px;
}
.index_consulting .consulting .le {
  width: 43.15%;
  padding-right: 14px;
}
.index_consulting .consulting .le .h1 {
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 500;
}
.index_consulting .consulting .le .p {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}
.index_consulting .consulting .le .phone {
  margin-top: 30px;
  color: #e93a3a;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  background: url(../images/index/index6-ico1.svg) no-repeat;
  background-position: left 50%;
  padding-left: 50px;
  font-family: 'D-DIN';
}
.index_consulting .consulting .ri {
  width: calc(100% - 43.15%);
}
.index_consulting .consulting .ri .p {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.radio:before,
.radio:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  transition: 0.3s ease;
}
.index_consulting .consulting .form-radio {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.radio:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  box-sizing: border-box;
}
.radio:before {
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.form-radio label:last-child {
  margin-right: 0;
}
.form-radio label {
  position: relative;
  padding-left: 25px;
  margin-right: 45px;
  cursor: pointer;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.radio:checked:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #e93a3a;
}
.radio:checked:before {
  border-color: #e93a3a;
}
.form-radio .radio {
  background: transparent;
  border: 0;
}
.form-radio .radio:focus {
  background: transparent;
  border: 0;
}
.radio:checked:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #e93a3a;
}
.form-radio .radio {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
  top: 1px;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.radio {
  width: 62px;
  height: 0px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background-color: #d8d8d8;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.index-form label {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.index-form input {
  font-size: 14px;
  color: #333;
  height: 42px;
  line-height: 36px;
  background: #F7F8F9;
  border: 1px solid #dbdbdb;
  /* border-bottom: 2px solid #c4c4c4; */
  border-radius: 4px;
}
.index-form .formbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.index-form .col-md-6 {
  max-width: 355px;
  float: left;
  width: 49%;
}
.index-form input:focus {
  background: #fff5f5;
  border: 1px solid #e93a3a;
  box-shadow: none;
}
.index-form .form-group {
  margin-bottom: 25px;
}
.btn-contact:hover {
  color: #fff;
  border-radius: 40px;
}
.btn-contact {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  padding: 11px 40px;
  background: #e93a3a;
  border-radius: 100px 100px 100px 2px;
  display: inline-block;
  transition: all 0.5s;
  cursor: pointer;
}
.index-news {
  background: #eff2f5;
  padding: 70px 0;
}
.index-title {
  text-align: center;
  margin-bottom: 50px;
}
.index-title .title-m {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.index-title .title-l {
  font-size: 36px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}
.index-news .index-news-list.row {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-news .index-news-list .col-md-4 {
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.index-news .index-news-list .col-md-4 a {
  display: block;
  transition: all 0.5s;
}
.index-news .index-news-list .col-md-4 a:hover {
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
}
.index-news-list .item-img {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  background: no-repeat center;
  background-size: cover;
}
.index-news-list .item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-list .item-text {
  background: #fff;
  padding: 50px;
}
.index-news-list .item-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 700;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-list .item-intro {
  font-size: 16px;
  line-height: 21px;
  height: 63px;
  margin-bottom: 20px;
  color: #818181;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-news-list .item-foot {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.index-news-list .item-foot .more {
  float: right;
}
.index-news-list .item-foot .icon-more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/index/icon-news.svg) no-repeat center right;
  background-size: cover;
  transition: all 0.5s;
}
.index-news-list .list-item:hover .icon-more {
  background-position: center left;
}
.index-news-list .tags span {
  display: inline-block;
  margin-right: 20px;
  padding-left: 5px;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 30px;
  position: relative;
}
.index-news-list .tags span:after {
  content: "";
  width: 2px;
  height: 2px;
  background: #7f7f7f;
  position: absolute;
  left: 0;
  top: 14px;
}
.index-news-list .list-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-news-list .list-item:hover .item-title {
  color: #e93a3a;
}
.index-news .tac {
  display: none;
}
.index-video {
  width: 100%;
  height: 816px;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index-video .video-box {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.index-video .video-box .content {
  height: 100%;
}
.index-video .video-box .index-title {
  margin-top: 212px;
}
.index-video .at-img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  z-index: 2;
}
.index-video.on .video-box {
  background: rgba(0, 0, 0, 0.6);
}
.index-video .index-title {
  text-align: center;
}
.index-video .index-title .title-m {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
}
.index-video .index-title .title-l {
  font-size: 60px;
  font-weight: 300 !important;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 35px;
  text-align: center;
}
.index-video video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.index-video .video-box .ico {
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.index-design-list.row {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-design-list.row .col-md-4 {
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
  list-style: none;
  width: 33.333333%;
}
.index-design-list .list-item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: all 0.5s;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.index-design-list .list-item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
}
.index-design-list .list-item i {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
  transition: all 0.5s;
  display: none;
}
.index-design-list .list-item .item-img {
  position: relative;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
}
.index-design-list img {
  width: 100%;
}
.index-design-list .item-text {
  padding: 30px;
}
.index-design-list .title span:nth-child(1) {
  display: inline;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  color: #000000;
  margin-bottom: 2px;
  margin-right: 5px;
}
.index-design-list .title span:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  color: #919191;
  padding: 0 7px;
}
.index-design-list .item-text .intro {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #808080;
  margin-top: 4px;
}
.index-button {
  padding: 14px 42px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  background: #e93a3a;
  border-radius: 100px 100px 100px 2px;
  display: table;
  margin: 30px auto 0 auto;
  transition: all 0.5s;
}
.index-button:hover {
  color: #fff;
  background: #e93a3a;
  opacity: 1;
  border-radius: 100px;
}
.index-design {
  padding: 0;
  margin-bottom: 60px;
}
.container-fluid {
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-left: auto;
}
.index-appline {
  margin-bottom: 60px;
}
.index-appline .appbox {
  position: relative;
}
.index-appline .appbox .appSwiper {
  height: 685px;
}
.index-appline .appSwiper .swiper-slide {
  height: 685px;
  background: no-repeat center;
  background-size: cover;
}
.index-appline .appSwiper .swiper-slide .slide-box {
  display: none;
}
.index-appline .appSwiper::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.index-appline .appSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-appline .applist {
  width: 38.8%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: rgba(233, 58, 58, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-appline .applist .itembox {
  width: 74.766%;
}
.index-appline .applist .item {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  padding: 0 60px;
  transition: all 0.3s;
  max-width: 557px;
  position: relative;
  cursor: pointer;
}
.index-appline .applist .item::after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 128px;
  transition: all 0.4s;
  opacity: 0;
}
.index-appline .applist .item.on::after {
  width: 60px;
  opacity: 1;
}
.index-appline .applist .item em {
  width: 7px;
  height: 7px;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 73px;
  transition: all 0.4s;
}
.index-appline .applist .item.on em {
  border-radius: 0;
  background: #fff;
}
.index-appline .applist .item em::after {
  content: '';
  border: 7px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 23px;
  height: 8px;
  position: absolute;
  top: -6px;
  left: -10px;
  transition: all 0.4s;
  opacity: 0;
}
.index-appline .applist .item em::before {
  content: '';
  border: 7px solid #fff;
  border-right: none;
  border-top: none;
  width: 23px;
  height: 8px;
  position: absolute;
  bottom: -6px;
  left: -10px;
  transition: all 0.3s;
  opacity: 0;
}
.index-appline .applist .item.on em::after {
  top: -14px;
  left: -11px;
  opacity: 1;
}
.index-appline .applist .item.on em::before {
  bottom: -14px;
  left: -11px;
  opacity: 1;
}
.index-appline .applist .item.on {
  background: rgba(255, 255, 255, 0.4);
}
.index-appline .applist .item span {
  margin-right: 20px;
}
@media screen and (max-width: 1520px) {
  .index-swiper .text {
    padding: 0 60px;
  }
  .menu-nav {
    padding: 20px 60px;
  }
  .navbar-fixed .form-radio label {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1460px) {
  .content,
  .index-swiper .swiper-pagination {
    width: auto;
    padding: 0 60px;
    margin: 0 auto;
  }
  .container-fluid {
    padding: 0 60px;
  }
  .index-swiper .en {
    font-size: 34px;
  }
  .index-swiper .cn {
    font-size: 22px;
    line-height: 38px;
    margin-top: 40px;
  }
  .index-swiper .cn b {
    font-size: 55px;
    margin-bottom: 20px;
  }
  .index-design-list .item-text {
    padding: 24px 20px;
  }
  .index-video {
    height: 680px;
  }
  .index-video .video-box .index-title {
    margin-top: 126px;
  }
  .index-video .video-box .ico img {
    max-width: 80px;
  }
  .index-news-list .item-text {
    padding: 24px 20px;
  }
  .tool-bar.on {
    right: 4px;
  }
  .index-appline .applist .itembox {
    width: 86%;
  }
  .index_consulting .consulting {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1366px) {
  .form-radio label {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .index-swiper .text {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .header-pc {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .content,
  .index-swiper .swiper-pagination {
    width: auto;
    padding: 0 40px;
    margin: 0 auto;
  }
  .index-swiper .text,
  .container-fluid {
    padding: 0 40px;
  }
  #header .header-mobile .header {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    height: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  #header .header-mobile .header .logo {
    width: 152px;
    height: 38px;
    margin: 14px 0 0 40px;
    float: left;
    background: url(../images/logo.svg) no-repeat center;
    background-size: cover;
  }
  #header .header-mobile .header .ham {
    float: right;
    position: relative;
    width: 65px;
    height: 65px;
  }
  #header .header-mobile .header .ham span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 1px;
    margin-left: -14px;
    width: 28px;
    height: 2px;
    background-color: white;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  #header .header-mobile .header .ham span:first-child {
    transform: translateY(-8px);
  }
  #header .header-mobile .header .ham span:last-child {
    transform: translateY(8px);
  }
  #header .header-mobile .header .ham.on span:first-child {
    transform: rotate(135deg);
  }
  #header .header-mobile .header .ham.on span:nth-child(2) {
    transform: scale(0);
  }
  #header .header-mobile .header .ham.on span:last-child {
    transform: rotate(-135deg);
  }
  #header .header-mobile.active .header {
    background-color: #fff;
  }
  #header .header-mobile.active .header .logo {
    background-image: url(../images/-logo.svg);
    background-size: cover;
  }
  #header .header-mobile.active .header .ham span {
    background-color: #e93a3a;
  }
  #header.onsb .header-mobile {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #header.onsb .header-mobile .logo {
    background-image: url(../images/-logo.svg);
    background-size: cover;
  }
  #header.onsb .header-mobile .ham span {
    background-color: #e93a3a;
  }
  .navBox {
    width: 100%;
    height: calc(100vh - 65px);
    background: #f7f7f7;
    display: none;
    overflow: hidden;
  }
  .navBox .menu_info {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .navBox .nav-ri {
    width: 100%;
    height: auto;
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 40px 30px;
  }
  .navBox .menu_form {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0 40px;
    overflow: hidden;
  }
  .navBox .menu_form .center {
    width: 100%;
    height: 50px;
    background: #fff;
    overflow: hidden;
  }
  .navBox .menu_form .center form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
  }
  .navBox .menu_form .center form input {
    flex: 1;
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    color: #282f36;
    border: 0;
  }
  .navBox .menu_form .center form button {
    width: 70px;
    height: 100%;
    background: url(../images/search-ico.png) no-repeat center #e93a3a;
  }
  .navBox .menu_lang {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0 40px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
  .navBox .menu_lang .one {
    width: auto;
    height: 36px;
    margin-right: 10px;
    overflow: hidden;
  }
  .navBox .menu_lang .one a {
    width: 100%;
    height: 100%;
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    color: #282f36;
  }
  .navBox .menu_lang .one a.active {
    background: #e93a3a;
    color: #fff;
  }
  .navBox a {
    display: block;
  }
  .navBox li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .navBox li.on dt .ico {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .navBox li a.on {
    color: #e93a3a;
  }
  .navBox dt {
    position: relative;
    font-size: 16px;
    color: #282f36;
  }
  .navBox dt .ico {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/ico-nav.png) no-repeat center;
    background-size: 8px 14px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .navBox dd {
    display: none;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #e93a3a;
  }
  .navBox dd a {
    padding: 0 0 0 20px;
    position: relative;
  }
  .navBox dd a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(../images/ico-nav.png) no-repeat center;
    background-size: 6px 10px;
  }
  .navBox .ul_box .ul_nei_nav {
    display: none;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    display: none;
  }
  .index-swiper .swiper-slide .bg {
    background: no-repeat 68% center;
    background-size: cover;
  }
  .tool-bar a {
    padding-top: 10px;
  }
  .tool-bar a.consultation,
  .tool-bar a.weChat,
  .tool-bar a.phone {
    display: none;
  }
  .tool-bar i.iconfont {
    background-size: 20px 18px;
    margin-bottom: 0;
  }
  .index-title .title-l {
    font-size: 30px;
  }
  .about-intro .about-text .about-title,
  .index-video .index-title .title-l,
  .index_consulting .consulting .le .h1 {
    font-size: 28px;
  }
  .about-intro .about-text p {
    font-size: 16px;
    line-height: 30px;
  }
  .index-section.index-about {
    padding: 70px 0;
  }
  .about-intro .about-img {
    padding-top: 70px;
  }
  .about-intro .about-text .about-title {
    margin-top: 0;
  }
  .number-zimu span i:nth-child(1) {
    font-size: 36px;
  }
  .number-zimu span i:nth-child(2) {
    font-size: 14px;
  }
  .about-intro .about-text .number-zimu {
    margin-top: 30px;
  }
  .index-appline {
    padding: 0 40px;
  }
  .index-appline .appbox {
    overflow: hidden;
  }
  .index-appline .appbox .appSwiper {
    height: auto;
  }
  .index-appline .appSwiper .swiper-slide {
    width: 520px;
    height: auto;
    background: none;
    background-size: 0;
  }
  .index-appline .appSwiper .swiper-slide .slide-box {
    display: block;
  }
  .index-appline .appSwiper::after,
  .index-appline .applist {
    display: none;
  }
  .appSwiper .swiper-slide .num {
    font-family: 'D-DIN';
    font-size: 24px;
    color: #333;
    line-height: 1;
  }
  .appSwiper .swiper-slide .h1 {
    font-size: 20px;
    color: #333;
    line-height: 1.4;
    margin: 6px 0 24px;
  }
  .appSwiper .swiper-slide .img {
    width: 100%;
    height: 360px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .index-design-list .title span:nth-child(1) {
    font-size: 18px;
  }
  .index-design-list .title span:nth-child(2) {
    font-size: 12px;
    line-height: inherit;
  }
  .index-design-list .item-text .intro {
    font-weight: normal;
  }
  .index-news-list .item-title {
    font-weight: 500;
  }
  .index-news-list .item-intro {
    font-size: 14px;
  }
  .index-design .index-button {
    margin: 0 auto;
  }
  .index-video {
    height: 520px;
  }
  .index-video .video-box .ico img {
    max-width: 50px;
  }
  .index_consulting {
    height: auto;
    padding: 70px 0;
    display: block;
  }
  .index_consulting .consulting {
    padding: 50px 30px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer-link {
    display: none;
  }
  .footer-top {
    display: none;
    margin-bottom: 50px;
  }
  .footer-top .item.item3 {
    width: auto;
    min-width: 415px;
    display: none;
  }
  .footer-top .item.item4 {
    width: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: initial;
  }
  .spage-number button {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .spage-number button:first-child {
    width: 80px;
    margin-right: 3px;
  }
  .spage-number button:last-child {
    width: 80px;
    margin-left: 3px;
  }
  .spage-number .spage-after,
  .spage-before {
    width: 40px;
  }
  .spage-skip {
    line-height: 40px;
  }
  .spage-skip input {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .spage-skip button {
    width: 80px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .index {
    position: relative;
    z-index: 2;
  }
  .index .index-swiper {
    height: 680px;
  }
  .index .index-swiper video {
    display: none;
  }
  .index .index-swiper .videoBox .bg {
    display: block;
  }
  .index .index-swiper .swiper-slide {
    height: 680px;
  }
  .index .index-swiper .swiper-slide .text {
    top: 200px;
  }
}
@media screen and (max-width: 979px) {
  .about-intro .about-img {
    display: none;
  }
  .about-intro .about-text {
    width: auto;
    padding: 0;
  }
  .index-design-list.row,
  .index-news .index-news-list.row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .index-design-list.row .col-md-4,
  .index-news .index-news-list .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .index-design-list .item-text,
  .index-news-list .item-text {
    padding: 20px 14px;
  }
  .index_consulting .consulting .le {
    float: none;
    width: auto;
    padding: 0;
  }
  .index_consulting .consulting .ri {
    float: none;
    width: auto;
  }
  .index_consulting .consulting .le .p {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-mobile .header .logo {
    margin: 14px 0 0 17.5px;
  }
  .navBox .nav-ri {
    padding: 17.5px;
  }
  .content,
  .index-swiper .swiper-pagination,
  .index-appline {
    padding: 0 17.5px;
  }
  .index-swiper .text,
  .container-fluid {
    padding: 0 17.5px;
  }
  .pop .pop-wrap {
    padding: 0 17.5px;
  }
  .pop .close {
    right: 17.5px;
  }
  .index .index-swiper {
    height: 530px;
  }
  .index .index-swiper .swiper-slide {
    height: 530px;
  }
  .index .index-swiper .swiper-slide .text {
    top: 200px;
  }
  .tool-bar a {
    width: 60px;
    height: 60px;
  }
  .index-swiper .en {
    font-size: 20px;
  }
  .index-swiper .cn {
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
  }
  .index-swiper .cn b {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .index-design-list .title span:nth-child(1) {
    font-size: 16px;
    line-height: 25px;
  }
  .index-design-list .title span:nth-child(2) {
    font-size: 12px;
    display: none;
  }
  .index-design-list .item-text .intro {
    font-size: 11px;
    line-height: 15px;
  }
  .index-design-list .item-text {
    padding: 10px 15px;
  }
  .index-design-list .list-item .item-img {
    border-radius: 10px 10px 0px 0px;
  }
  .index-design-list .list-item {
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  }
  .index-design-list.row .col-md-4 {
    margin-bottom: 15px;
    width: 100%;
  }
  .index-title .title-m {
    font-size: 13px;
    line-height: 24px !important;
    color: #7f7f7f;
    margin-bottom: 10px;
  }
  .index-title .title-l {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    animation-delay: 100ms;
  }
  .index-news-list .item-text {
    padding: 15px;
  }
  .index-news-list .item-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .index-news-list .item-intro {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    height: auto;
  }
  .index-news-list .item-foot .icon-more {
    height: 22px;
    width: 22px;
  }
  .index-news-list .tags span {
    font-size: 11px;
    line-height: 13px;
  }
  .index-news-list .tags span:after {
    top: 5px;
  }
  .index-news .index-news-list .col-md-4:last-child {
    margin-bottom: 0;
  }
  .index-news .index-news-list .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .index .index-news .index-news-list .col-md-4 {
    display: none;
  }
  .index .index-news .index-news-list .col-md-4:first-child,
  .index-news .tac {
    display: block;
  }
  .index-title .title-l {
    font-size: 24px;
  }
  .about-intro .about-text .about-title,
  .index-video .index-title .title-l,
  .index_consulting .consulting .le .h1 {
    font-size: 24px;
  }
  .about-intro .about-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .index-section.index-about,
  .index-news {
    padding: 50px 0;
  }
  .about-intro .about-text .about-title {
    margin-bottom: 10px;
  }
  .number-zimu .number {
    width: 50%;
    margin-top: 20px;
  }
  .number-zimu .number::before {
    height: 28%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .number-zimu .number:nth-child(2)::before {
    display: none;
  }
  .about-intro .about-text .number-zimu {
    margin: 0;
  }
  .number-zimu span i:nth-child(1) {
    font-size: 24px;
  }
  .number-zimu .number span {
    font-size: 12px;
  }
  .index-appline .appSwiper .swiper-slide {
    width: 290px;
    opacity: 0.2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .index-appline .appSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .appSwiper .swiper-slide .img {
    height: 250px;
  }
  .appSwiper .swiper-slide .num {
    font-size: 20px;
  }
  .appSwiper .swiper-slide .h1 {
    font-size: 16px;
    margin: 3px 0 20px;
  }
  .index-video {
    height: 340px;
  }
  .index-video .video-box .index-title {
    margin-top: 66px;
  }
  .index_consulting .consulting {
    padding: 30px 14px;
  }
  .index_consulting .consulting .le .h1 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .index_consulting .consulting .le .p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 20px;
    display: none;
  }
  .index_consulting .consulting .le .phone {
    padding-left: 20px;
    margin-top: 0;
    font-size: 20px;
    background-size: 16px 16px;
  }
  .footer-tel .tel {
    font-size: 28px;
  }
  .index_consulting .consulting .le,
  .index_consulting .consulting .ri {
    width: auto;
  }
  .index_consulting .consulting .ri .p {
    display: none;
  }
  .index-form .form-group {
    margin-top: 6px !important;
    display: block !important;
    margin-bottom: 0;
  }
  .form-radio label {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .index-form .formbox {
    margin-top: 0;
  }
  .index-form .col-md-6 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .index-form input {
    height: 34px;
    line-height: 30px;
    font-size: 13px;
  }
  .btn-contact {
    padding: 11px 21px;
    line-height: 15px;
    font-size: 14px;
    margin-top: 20px;
  }
  .index_consulting {
    height: auto;
    padding: 20px 0;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .index-design {
    margin-bottom: 30px;
  }
  .index-button {
    font-size: 13px;
    padding: 11px 21px;
    margin: 20px auto 0 auto;
    line-height: 15px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-info .footer-navs {
    text-align: center;
  }
  .footer-info .footer-navs li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .footer-top {
    margin-bottom: 20px;
    display: block;
  }
  .footer-top .item {
    width: 100%;
  }
  .footer-top .item .footer-logo,
  .footer-top .item .footer-info p,
  .footer-top .item.item2,
  .footer-top .item.item4 {
    display: none;
  }
  .footer-top .list {
    display: block;
    text-align: center;
  }
  .footer-tel p,
  .footer-address p {
    text-align: center;
    margin-bottom: 0;
  }
  .footer-address .btn-contact {
    display: none;
  }
  .footer-top .item.item3 {
    min-width: auto;
    margin-bottom: 20px;
  }
  .wx-code {
    float: none;
    margin: auto;
  }
  .copyright p {
    text-align: left;
    line-height: 24px;
  }
  .copyright {
    padding: 20px 0;
  }
}
.service-box1 {
  overflow: hidden;
  background-color: #f9fafc;
}
.service-box1 .content {
  height: 100%;
}
.service-box1 .wrap-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.service-box1 .text {
  width: 42.9%;
}
.service-box1 .text h1 {
  font-size: 60px;
  color: #a0aec0;
  line-height: 1.4;
  margin-bottom: min(0.625vw, 12px);
}
@media (max-width:1600px) {
  .service-box1 .text h1 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .service-box1 .text h1 {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .service-box1 .text h1 {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .service-box1 .text h1 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .service-box1 .text h1 {
    margin-bottom: 6px;
  }
}
.service-box1 .text p {
  font-size: 18px;
  color: #a0afc0;
  line-height: 2;
}
@media (max-width:1600px) {
  .service-box1 .text p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .service-box1 .text p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .service-box1 .text p {
    font-size: 12px;
  }
}
.service-box1 .text .index-button {
  display: inline-block;
  margin-top: min(0.83333333vw, 16px);
  background-color: #000000;
  color: #fff;
}
@media (max-width:1024px) {
  .service-box1 .text .index-button {
    margin-top: 8px;
  }
}
.service-box1 .text .index-button:hover {
  background-color: #e93a3a;
}
.bg-attachment {
  width: 100%;
  height: 100vh;
  background: right no-repeat;
  background-attachment: fixed;
  background-size: auto 100%;
  background-position: right 86px;
}
.bg-attachment.bg1 {
  background-color: #f9fafc;
}
.bg-attachment.bg2 {
  background-color: #818cf8;
}
.bg-attachment.bg3 {
  background-color: #f5f5f7;
}
.bg-attachment.bg4 {
  background-color: #1a1b1d;
}
.bg-attachment.bg2 .text h1,
.bg-attachment.bg4 .text h1 {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}
.bg-attachment.bg2 .text h1 .active,
.bg-attachment.bg4 .text h1 .active {
  color: white;
}
.bg-attachment.bg2 .text h1 .text-highlight,
.bg-attachment.bg4 .text h1 .text-highlight {
  background-image: linear-gradient(transparent calc(100% - var(--line-size)), #ffffff var(--line-size));
}
.bg-attachment.bg2 .text p,
.bg-attachment.bg4 .text p {
  color: white;
}
.bg-attachment.bg2 .text a,
.bg-attachment.bg4 .text a {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.4);
}
.service-box1 #parallax {
  float: right;
  max-width: 100%;
  width: 73%;
  margin-right: -17.5%;
}
.service-box2 {
  padding-bottom: min(3.64583333vw, 70px);
}
@media (max-width:1024px) {
  .service-box2 {
    padding-bottom: 35px;
  }
}
.service-box2 .item {
  width: 100%;
  padding: min(3.02083333vw, 58px) 0 min(3.02083333vw, 58px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  grid-gap: 40px;
}
@media (max-width:1024px) {
  .service-box2 .item {
    padding: 29px 0 29px 0;
  }
}
.service-box2 .item::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e1e2e3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-box2 .item::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #e93a3a;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-box2 .title,
.service-box2 .scope-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service-box2 .scope-list {
  grid-gap: 20px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .service-box2 .scope-list {
    grid-gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.service-box2 .scope-list {
  margin-bottom: 10px;
}
.service-box2 .num {
  font-family: 'D-DIN';
  font-size: 26px;
  color: #333333;
  line-height: 1;
  min-width: 40px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width:1600px) {
  .service-box2 .num {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .service-box2 .num {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .service-box2 .num {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .service-box2 .num {
    font-size: 16px;
  }
}
.service-box2 .name {
  font-size: 74px;
  color: #333333;
  line-height: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width:1600px) {
  .service-box2 .name {
    font-size: 60px;
  }
}
@media (max-width:1470px) {
  .service-box2 .name {
    font-size: 50px;
  }
}
@media (max-width:1024px) {
  .service-box2 .name {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .service-box2 .name {
    font-size: 30px;
  }
}
.service-box2 .en {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .service-box2 .en {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .service-box2 .en {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .service-box2 .en {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .service-box2 .en {
    margin-bottom: 10px;
  }
}
.service-box2 .scope-item {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  line-height: 33px;
  padding: 0 14px;
  border: 1px solid #7e7f7f;
  margin-left: 10px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width:1600px) {
  .service-box2 .scope-item {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .service-box2 .scope-item {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .service-box2 .scope-item {
    font-size: 12px;
  }
}
.service-box2 .scope {
  text-align: right;
  flex: 1;
}
.service-box2 .item:hover::after {
  width: 100%;
  left: 0;
}
.service-box2 .item:hover .num,
.service-box2 .item:hover .name {
  color: #e93a3a;
}
.service-box2 .item:hover .name {
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
}
.service-box2 .scope-item:hover {
  border-color: #e93a3a;
  color: #e93a3a;
}
.service-box3 {
  padding: min(9.375vw, 180px) 0 min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .service-box3 {
    padding: 90px 0 30px 0;
  }
}
.service-box3 .title {
  text-align: center;
  position: relative;
  animation-fill-mode: inherit;
}
.service-box3 .red {
  position: absolute;
  right: -98px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 39.3%;
}
.service-box3 .text {
  text-align: center;
  margin-top: min(8.33333333vw, 160px);
}
@media (max-width:1024px) {
  .service-box3 .text {
    margin-top: 80px;
  }
}
.service-box3 h1:first-child em {
  font-size: 70px;
}
@media (max-width:1600px) {
  .service-box3 h1:first-child em {
    font-size: 60px;
  }
}
@media (max-width:1470px) {
  .service-box3 h1:first-child em {
    font-size: 50px;
  }
}
@media (max-width:1024px) {
  .service-box3 h1:first-child em {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .service-box3 h1:first-child em {
    font-size: 30px;
  }
}
.service-box3 h1 {
  font-size: 60px;
  color: #b2b2b2;
  line-height: 1;
}
@media (max-width:1600px) {
  .service-box3 h1 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .service-box3 h1 {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .service-box3 h1 {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .service-box3 h1 {
    font-size: 28px;
  }
}
.service-box3 h1 em {
  font-family: 'arial';
  font-size: 70px;
  font-weight: bold;
  letter-spacing: -2px;
}
@media (max-width:1600px) {
  .service-box3 h1 em {
    font-size: 60px;
  }
}
@media (max-width:1470px) {
  .service-box3 h1 em {
    font-size: 50px;
  }
}
@media (max-width:1024px) {
  .service-box3 h1 em {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .service-box3 h1 em {
    font-size: 30px;
  }
}
.service-box3 h1 .text-highlight {
  font-size: 60px;
  color: #000000;
}
@media (max-width:1600px) {
  .service-box3 h1 .text-highlight {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .service-box3 h1 .text-highlight {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .service-box3 h1 .text-highlight {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .service-box3 h1 .text-highlight {
    font-size: 28px;
  }
}
.service-box3 p {
  font-size: 24px;
  color: #000000;
  line-height: 1.85;
  text-align: center;
  font-weight: 600;
}
@media (max-width:1600px) {
  .service-box3 p {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .service-box3 p {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .service-box3 p {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .service-box3 p {
    font-size: 14px;
  }
}
:root {
  --bg-color-hsl: 59, 3%, 94%;
  --bg-color: hsl(var(--bg-color-hsl));
  --bg-color-translucent: hsla(var(--bg-color-hsl), 0.95);
  --bg-color-highlight: #e93a3a;
  --color-text: #333333;
  --color-text-highlight: #333333;
  --page-width: 80ch;
  --paragraph-font-size: 1.4rem;
  --header-font-size: 4rem;
  --space: 2rem;
  --padding: 8vmin;
  --duration: 3s;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
}
.dark-mode {
  --bg-color-hsl: 0, 0%, 7%;
  --bg-color: hsl(var(--bg-color-hsl));
  --bg-color-translucent: hsla(var(--bg-color-hsl), 0.95);
  --bg-color-highlight: hsl(238, 70%, 40%);
  --color-text: hsl(0, 0%, 80%);
  --color-text-highlight: hsl(0, 0%, 100%);
}
.text-highlight {
  all: unset;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: color calc(var(--duration) / 4) var(--ease), background-color calc(var(--duration) / 4) var(--ease), background-size var(--duration) var(--ease);
}
.text-highlight.active {
  color: black;
  font-weight: bold;
  background-size: 100% 100%;
}
[data-highlight=background] .text-highlight {
  background-image: linear-gradient(var(--bg-color-highlight), var(--bg-color-highlight));
}
[data-highlight=half] .text-highlight {
  --line-size: 0.5em;
  background-image: linear-gradient(transparent calc(100% - var(--line-size)), var(--bg-color-highlight) var(--line-size));
}
[data-highlight=underline] .text-highlight {
  --line-size: 0.05em;
}
.text-highlight::before,
.text-highlight::after {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.text-highlight::before {
  content: " [highlight start] ";
}
.text-highlight::after {
  content: " [highlight end] ";
}
/* 111 */
.about .z_about_warp {
  width: 91.66%;
  padding: 6.25vw 8.33vw;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/about/aboutbg.jpg) no-repeat center;
  background-size: cover;
}
.z_about_tit .h3 {
  font-size: 80px;
  line-height: 60px;
  color: #3a3a3a;
  font-weight: bold;
  font-family: 'en';
}
.z_about_tit .z_line {
  width: 115px;
  height: 15px;
  margin: 2.08vw 0;
}
.z_about_tit .z_line em {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/about/line.jpg) left;
  background-position: center center;
  -webkit-animation: scrollBad 5s linear infinite;
  -moz-animation: scrollBad 5s linear infinite;
  animation: scrollBad 5s linear infinite;
}
@keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -110px 0;
  }
}
.z_about_tit h4 {
  font-size: 1.5625vw;
  font-weight: bold;
}
.z_about_desc {
  width: 565px;
  line-height: 32px;
  font-size: 15px;
  color: #737373;
  margin: 3.125vw 0;
}
.z_about_desc p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: justify;
}
.z_about_num {
  margin-top: 5vw;
}
.z_about_num li {
  display: inline-block;
  margin-right: 3.8vw;
  text-align: center;
}
.z_about_num li h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  /*  display: flex;
    align-items: center; */
  line-height: 54px;
  font-family: 'D-DIN';
}
.z_about_num li h3 em {
  font-weight: bold;
  font-size: 54px;
  margin-right: 10px;
}
.z_about_num li h4 {
  color: #acacac;
}
.z_about_culture {
  width: 91.66%;
  min-height: 86.3vw;
  color: #fff;
  padding: 0 5.7vw;
  box-sizing: border-box;
  margin-left: 8.34%;
  background: url(../images/about/culture_bg.jpg) no-repeat bottom right;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  padding-top: 700px;
  display: flex;
  align-items: flex-end;
}
.about .main {
  position: relative;
}
.z_about_culture .text {
  padding-bottom: 8.85vw;
}
.z_about_culture .text h1 {
  font-size: 3.85vw;
  line-height: 3.85vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.56vw;
}
.z_about_culture .text p {
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width:1600px) {
  .z_about_culture .text p {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .z_about_culture .text p {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .z_about_culture .text p {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .z_about_culture .text p {
    font-size: 16px;
  }
}
.aboutUs2 {
  position: relative;
  overflow: hidden;
}
.aboutUs2 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: min(4.6875vw, 90px) 0 min(4.6875vw, 90px);
  z-index: 2;
}
@media (max-width:1024px) {
  .aboutUs2 .content {
    padding: 45px 0 45px 0;
  }
}
.aboutUs2-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.aboutUs2 .cons {
  position: absolute;
  width: 100%;
  min-width: 1410px;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.aboutUs2 .cons div {
  height: 100%;
}
.aboutUs2 .cons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutUs2 ul {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
}
.aboutUs2 ul li {
  width: 33.33333%;
  float: left;
}
.aboutUs2 ul li p {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
@media (max-width:1600px) {
  .aboutUs2 ul li p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .aboutUs2 ul li p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .aboutUs2 ul li p {
    font-size: 12px;
  }
}
.aboutUs2 ul li p:nth-child(1) {
  line-height: 1.4;
}
.aboutUs2 ul li span {
  color: #e93a3a;
  font-size: 100px;
}
@media (max-width:1600px) {
  .aboutUs2 ul li span {
    font-size: 72px;
  }
}
@media (max-width:1470px) {
  .aboutUs2 ul li span {
    font-size: 62px;
  }
}
@media (max-width:1024px) {
  .aboutUs2 ul li span {
    font-size: 52px;
  }
}
@media (max-width:768px) {
  .aboutUs2 ul li span {
    font-size: 34px;
  }
}
.clearflex::after {
  content: '';
  clear: both;
  display: block;
}
.aboutUs2 .p1 {
  font-size: 32px;
  line-height: 1.4;
  color: #333;
  text-align: center;
}
@media (max-width:1600px) {
  .aboutUs2 .p1 {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .aboutUs2 .p1 {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .aboutUs2 .p1 {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  .aboutUs2 .p1 {
    font-size: 20px;
  }
}
.aboutUs2 .p2 {
  font-size: 62px;
  color: #e93a3a;
  line-height: 1.4;
  margin: min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  text-align: center;
}
@media (max-width:1600px) {
  .aboutUs2 .p2 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .aboutUs2 .p2 {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .aboutUs2 .p2 {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .aboutUs2 .p2 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .aboutUs2 .p2 {
    margin: 20px 0 20px;
  }
}
.aboutUs2 .p3 {
  text-align: center;
  padding: 0 14%;
}
.aboutUs2 .ps {
  margin-top: min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .aboutUs2 .ps {
    margin-top: 30px;
  }
}
.aboutUs2 .p3 a {
  margin: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  font-size: 20px;
  display: inline-block;
  color: #777777;
  line-height: 1.6;
}
@media (max-width:1024px) {
  .aboutUs2 .p3 a {
    margin: 0 10px 0 10px;
  }
}
@media (max-width:1600px) {
  .aboutUs2 .p3 a {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .aboutUs2 .p3 a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .aboutUs2 .p3 a {
    font-size: 12px;
  }
}
.aboutUs2 .p3 a:hover {
  color: #fb4549;
}
.intro-all-ts {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
.intro-all {
  width: 80%;
  margin: 5% auto;
  transition: 0.5s;
  margin-bottom: 0;
  max-width: 100%;
}
#intro {
  background: url(../images/about/about-us-img2.jpg) 50% 100% no-repeat fixed;
  color: white;
  height: 900px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -1;
}
.intro-all h3 {
  padding-top: 300px;
  font-size: 80px;
  line-height: 120px;
  font-weight: 700;
  text-align: center;
  transition: 0.5s;
}
.intro-all h4 {
  padding-top: 14px;
  font-size: 32px;
  text-align: center;
}
#second {
  background: url(../images/about/about-us-img3.png) 50% no-repeat fixed;
  color: white;
  height: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 99;
  transition: 0.5s;
}
.about .about-npm2 {
  padding-bottom: 65px;
}
.about .about-npm2 h3 {
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.about .about-npm2 p {
  font-size: 16px;
  line-height: 32px;
  color: #7f7f7f;
  max-width: 1150px;
  margin: auto;
  text-align: center;
}
.about .about-npm2 p em {
  color: #e93a3a;
}
.webservice1 .sort-banner,
.webservice2 .sort-banner,
.webservice3 .sort-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.webservice1 .sort-banner .bg,
.webservice2 .sort-banner .bg,
.webservice3 .sort-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  animation: z-zoom 1s linear 1;
}
.webservice1 .sort-banner .content,
.webservice2 .sort-banner .content,
.webservice3 .sort-banner .content {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.webservice1 .sort-banner .sevr1 {
  font-size: 20px;
  color: #fff;
  background: #e93a3a;
  padding: 0 min(1.14583333vw, 22px) 0 min(1.14583333vw, 22px);
  line-height: 40px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  display: table;
}
@media (max-width:1600px) {
  .webservice1 .sort-banner .sevr1 {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice1 .sort-banner .sevr1 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr1 {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr1 {
    padding: 0 11px 0 11px;
  }
}
.webservice1 .sort-banner .sevr2 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  margin-top: min(1.82291667vw, 35px);
}
@media (max-width:1600px) {
  .webservice1 .sort-banner .sevr2 {
    font-size: 40px;
  }
}
@media (max-width:1470px) {
  .webservice1 .sort-banner .sevr2 {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr2 {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .webservice1 .sort-banner .sevr2 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr2 {
    margin-top: 17.5px;
  }
}
.webservice1 .sort-banner .sevr2 em {
  font-size: 90px;
  color: #e93a3a;
  font-weight: bold;
  display: block;
  margin-top: min(0.78125vw, 15px);
}
@media (max-width:1600px) {
  .webservice1 .sort-banner .sevr2 em {
    font-size: 72px;
  }
}
@media (max-width:1470px) {
  .webservice1 .sort-banner .sevr2 em {
    font-size: 62px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr2 em {
    font-size: 52px;
  }
}
@media (max-width:768px) {
  .webservice1 .sort-banner .sevr2 em {
    font-size: 34px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr2 em {
    margin-top: 7.5px;
  }
}
.webservice1 .sort-banner .sevr3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  margin-top: min(1.82291667vw, 35px);
}
@media (max-width:1600px) {
  .webservice1 .sort-banner .sevr3 {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .webservice1 .sort-banner .sevr3 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr3 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .webservice1 .sort-banner .sevr3 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr3 {
    margin-top: 17.5px;
  }
}
.webservice1 .sort-banner .sevr3 em {
  font-size: 14px;
  color: #919191;
  font-weight: bold;
  letter-spacing: -1px;
  display: block;
  line-height: 1.2;
  margin-top: min(0.3125vw, 6px);
}
@media (max-width:1470px) {
  .webservice1 .sort-banner .sevr3 em {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .webservice1 .sort-banner .sevr3 em {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner .sevr3 em {
    margin-top: 3px;
  }
}
.webservice1 .sort-banner ul {
  margin-top: min(2.34375vw, 45px);
}
@media (max-width:1024px) {
  .webservice1 .sort-banner ul {
    margin-top: 22.5px;
  }
}
.webservice1 .sort-banner ul li {
  float: left;
  margin-right: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .webservice1 .sort-banner ul li {
    margin-right: 15px;
  }
}
.webservice1 .sort-banner li .img {
  text-align: center;
  margin: auto;
}
.webservice1 .sort-banner ul li p {
  font-size: 16px;
  color: #ffffff;
  margin-top: min(0.78125vw, 15px);
}
@media (max-width:1600px) {
  .webservice1 .sort-banner ul li p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice1 .sort-banner ul li p {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice1 .sort-banner ul li p {
    margin-top: 7.5px;
  }
}
.webservice1 .webserv-npm1 {
  background: url(../images/about/webserv-bg1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: min(4.42708333vw, 85px) 0 min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 {
    padding: 42.5px 0 45px 0;
  }
}
.webservice1 .webserv-npm1 .tab-ul {
  display: flex;
  justify-content: center;
  margin-top: min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-ul {
    margin-top: 30px;
  }
}
.webservice1 .webserv-npm1 .tab-ul .li {
  margin-right: min(2.08333333vw, 40px);
  border-radius: 20px;
  border-bottom-left-radius: 0;
  background: #fff;
  border: 1px solid #e9e9e9;
  width: 232px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-ul .li {
    margin-right: 20px;
  }
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm1 .tab-ul .li {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm1 .tab-ul .li {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm1 .tab-ul .li {
    font-size: 12px;
  }
}
.webservice1 .webserv-npm1 .tab-ul .li:last-child {
  margin-right: 0;
}
.webservice1 .webserv-npm1 .tab-ul .li em {
  margin-right: min(0.83333333vw, 16px);
  width: 20px;
  height: 20px;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-ul .li em {
    margin-right: 8px;
  }
}
.webservice1 .webserv-npm1 .tab-ul .li.on,
.webservice1 .webserv-npm1 .tab-ul .li:hover {
  color: #fff;
  background: #e93a3a;
  box-shadow: 0px 4px 10px 0 rgba(233, 58, 58, 0.69);
  border: 1px solid #e93a3a;
}
.webservice1 .webserv-npm1 .tab-ul .li:nth-child(1) em {
  background: url(../images/about/ico7.png);
}
.webservice1 .webserv-npm1 .tab-ul .li.on:nth-child(1) em,
.webservice1 .webserv-npm1 .tab-ul .li:nth-child(1):hover em {
  background: url(../images/about/ico7on.png);
}
.webservice1 .webserv-npm1 .tab-ul .li:nth-child(2) em {
  background: url(../images/about/ico8.png);
}
.webservice1 .webserv-npm1 .tab-ul .li.on:nth-child(2) em,
.webservice1 .webserv-npm1 .tab-ul .li:nth-child(2):hover em {
  background: url(../images/about/ico8on.png);
}
.webservice1 .webserv-npm1 .tab-ul .li:nth-child(3) em {
  background: url(../images/about/ico9.png);
}
.webservice1 .webserv-npm1 .tab-ul .li.on:nth-child(3) em,
.webservice1 .webserv-npm1 .tab-ul .li:nth-child(3):hover em {
  background: url(../images/about/ico9on.png);
}
.webservice1 .webserv-npm1 .tab-ul .li:nth-child(4) em {
  background: url(../images/about/ico10.png);
}
.webservice1 .webserv-npm1 .tab-ul .li.on:nth-child(4) em,
.webservice1 .webserv-npm1 .tab-ul .li:nth-child(4):hover em {
  background: url(../images/about/ico10on.png);
}
.webservice1 .webserv-npm1 .tab-box .tab-item .le {
  width: 68.39%;
  height: 100%;
  overflow: hidden;
}
.webservice1 .webserv-npm1 .tab-box .tab-item .ri {
  width: 31.61%;
  background: #ffffff;
  height: 100%;
  padding: 0 min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  padding-top: min(3.90625vw, 75px);
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri {
    padding: 0 20px 0 20px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri {
    padding-top: 37.5px;
  }
}
.webservice1 .webserv-npm1 .tab-box .tab-item .swiper-wrapper {
  /* 通过改变animation-timing-function 制作弹性切换效果 */
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.webservice1 .webserv-npm1 .tab-box {
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  padding-top: min(1.04166667vw, 20px);
  padding-bottom: min(1.04166667vw, 20px);
  margin-top: min(2.60416667vw, 50px);
  background: #fff;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box {
    padding: 0 10px 0 10px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box {
    padding-top: 10px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box {
    padding-bottom: 10px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box {
    margin-top: 25px;
  }
}
.webservice1 .webserv-npm1 .tab-box .tab-item {
  display: none;
}
.webservice1 .webserv-npm1 .tab-box .tab-item:nth-child(1) {
  display: block;
}
.webservice1 .webserv-npm1 .tab-box .tab-item .ri h5 {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  color: #444444;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri h5 {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri h5 {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri h5 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri h5 {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri h5 {
    margin-bottom: 10px;
  }
}
.webservice1 .webserv-npm1 .tab-box .tab-item .ri p {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  color: #666666;
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri p {
    font-size: 12px;
  }
}
.webservice1 .webserv-npm1 .tab-box .tab-item .ri a {
  font-size: 16px;
  color: #fff;
  background: #e93a3a;
  line-height: 36px;
  border-radius: 18px;
  border-bottom-left-radius: 0;
  padding: 0 min(1.19791667vw, 23px) 0 min(1.19791667vw, 23px);
  transition: all 0.5s;
  margin: auto;
  margin-top: min(6.51041667vw, 125px);
  display: table;
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri a {
    padding: 0 11.5px 0 11.5px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri a {
    margin-top: 62.5px;
  }
}
.webservice1 .webserv-npm1 .tab-box .tab-item .ri a:hover {
  border-radius: 100px;
}
.webservice1 .webserv-npm1 .tab-box .tab-item .swiper-lie {
  margin-top: min(2.86458333vw, 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .swiper-lie {
    margin-top: 27.5px;
  }
}
.webservice1 .webserv-npm1 .tab-box .tab-item .swiper-button-next {
  position: relative;
  background: url(../images/about/next.png);
  width: 50px;
  height: 15px;
  transition: all 0.4s;
  right: auto;
  margin-left: min(2.8125vw, 54px);
  pointer-events: all;
  opacity: 1;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .swiper-button-next {
    margin-left: 27px;
  }
}
.webservice1 .webserv-npm1 .tab-box .tab-item .swiper-button-next:hover {
  background: url(../images/about/nexton.png);
}
.webservice1 .webserv-npm1 .tab-box .tab-item .swiper-button-prev {
  position: relative;
  background: url(../images/about/prev.png);
  width: 50px;
  height: 15px;
  transition: all 0.4s;
  opacity: 1;
  pointer-events: all;
}
.webservice1 .webserv-npm1 .tab-box .tab-item .swiper-button-prev:hover {
  background: url(../images/about/prevon.png);
}
.webservice1 .webserv-npm1 .tab-box .tab-item .le .swiper-containe {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.webservice1 .webserv-npm1 .tab-box .tab-item .le .swiper-slide {
  overflow: hidden;
  border-left: 1px solid transparent;
}
.webservice1 .webserv-npm1 .tab-box .tab-item .le .swiper-slide img {
  width: 100%;
}
.webservice1 .webserv-npm1 .swiper-pagination {
  opacity: 0;
}
.webservice1 .webserv-npm1 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.webservice1 .webserv-npm2 .tile {
  margin-top: 85px;
}
.webservice1 .webserv-npm2 .tile p {
  font-size: 18px;
  color: #666666;
  text-align: center;
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm2 .tile p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm2 .tile p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm2 .tile p {
    font-size: 12px;
  }
}
.webservice1 .webserv-npm2 .tile h5 {
  font-size: 36px;
  color: #444444;
  font-weight: bold;
  line-height: 1.4;
  margin-top: min(1.30208333vw, 25px);
  text-align: center;
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm2 .tile h5 {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm2 .tile h5 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm2 .tile h5 {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm2 .tile h5 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm2 .tile h5 {
    margin-top: 12.5px;
  }
}
.webservice1 .webserv-npm2 ul {
  background: url(../images/about/figure.png) no-repeat;
  background-position: center bottom;
  padding-top: 80px;
}
.webservice1 .webserv-npm2 ul li {
  background: linear-gradient(#f8f8f8, #f5f5f5, #f6f6f6);
  position: relative;
  padding-left: 70px;
  font-size: 20px;
  color: #666666;
  line-height: 1.8;
  font-weight: 400;
  height: 99px;
  border-top: 2px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  border-left: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  box-shadow: 0 3px 10px 0px #e5e5e5;
  display: flex;
  align-items: center;
  width: 389px;
  border-radius: 6px;
  margin-bottom: 60px;
  float: left;
}
.webservice1 .webserv-npm2 ul li:nth-child(2n) {
  float: right;
  margin-left: 630px;
}
.webservice1 .webserv-npm2 ul li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 33px;
  width: 20px;
  height: 34px;
  background: url(../images/about/ico11.png) no-repeat;
  background-size: 100%;
}
.webservice1 .webserv-npm3 {
  padding: min(5.10416667vw, 98px) 0 min(2.08333333vw, 40px);
  background: url(../images/about/webserv-bg2.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 {
    padding: 49px 0 20px 0;
  }
}
.webservice1 .webserv-npm3 .name {
  color: white;
}
.webservice1 .webserv-npm3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: min(4.42708333vw, 85px);
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 ul {
    margin-top: 42.5px;
  }
}
.webservice1 .webserv-npm3 li {
  width: 33.33333%;
  padding: 0 16px;
  margin-bottom: min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 li {
    margin-bottom: 25px;
  }
}
.webservice1 .webserv-npm3 .box {
  height: 100%;
  background-image: url(../images/about/sem.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: min(2.60416667vw, 50px) 0 min(2.29166667vw, 44px);
  padding-left: min(1.30208333vw, 25px);
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 .box {
    padding: 25px 0 22px 0;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 .box {
    padding-left: 12.5px;
  }
}
.webservice1 .webserv-npm3 li:hover .box {
  background-image: url(../images/about/semon.png);
}
.webservice1 .webserv-npm3 li h6 {
  font-size: 26px;
  line-height: 1.4;
  color: #444444;
  font-weight: bold;
  transition: all 0.4s;
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm3 li h6 {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm3 li h6 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 li h6 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm3 li h6 {
    font-size: 16px;
  }
}
.webservice1 .webserv-npm3 li .p {
  margin-top: min(1.04166667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 li .p {
    margin-top: 10px;
  }
}
.webservice1 .webserv-npm3 li .p p {
  font-size: 20px;
  color: #666666;
  margin-right: min(2.34375vw, 45px);
  transition: all 0.4s;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm3 li .p p {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm3 li .p p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 li .p p {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm3 li .p p {
    margin-right: 22.5px;
  }
}
.webservice1 .webserv-npm3 li:hover h6 {
  color: #fff;
}
.webservice1 .webserv-npm3 li:hover .p p {
  color: #fff;
}
.webservice1 .webserv-npm4 {
  padding: min(4.58333333vw, 88px) 0 min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 {
    padding: 44px 0 25px 0;
  }
}
.webservice1 .webserv-npm4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: min(2.86458333vw, 55px);
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul {
    margin-top: 27.5px;
  }
}
.webservice1 .webserv-npm4 ul li {
  width: 33.33333%;
  padding: 0 16px;
  margin-bottom: min(2.08333333vw, 40px);
  transition: all 0.4s;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul li {
    margin-bottom: 20px;
  }
}
.webservice1 .webserv-npm4 li .img {
  overflow: hidden;
}
.webservice1 .webserv-npm4 li .pb {
  padding-bottom: 60%;
}
.webservice1 .webserv-npm4 ul li em {
  font-size: 16px;
  color: #e93a3a;
  text-align: center;
  display: block;
  font-weight: bold;
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm4 ul li em {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm4 ul li em {
    font-size: 12px;
  }
}
.webservice1 .webserv-npm4 ul li h6 {
  font-size: 26px;
  color: #444444;
  text-align: center;
  margin-top: min(0.26041667vw, 5px);
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm4 ul li h6 {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm4 ul li h6 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul li h6 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm4 ul li h6 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul li h6 {
    margin-top: 2.5px;
  }
}
.webservice1 .webserv-npm4 ul li p {
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 1.6;
  margin-top: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .webservice1 .webserv-npm4 ul li p {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice1 .webserv-npm4 ul li p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul li p {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul li p {
    margin-top: 10px;
  }
}
.webservice1 .webserv-npm4 ul li .text {
  transition: all 0.4s;
  padding: min(1.71875vw, 33px) 0 min(1.82291667vw, 35px);
  padding-right: min(0.52083333vw, 10px);
  padding-left: min(0.52083333vw, 10px);
  box-shadow: 0 -3px 10px 0 #dadada;
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul li .text {
    padding: 16.5px 0 17.5px 0;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul li .text {
    padding-right: 5px;
  }
}
@media (max-width:1024px) {
  .webservice1 .webserv-npm4 ul li .text {
    padding-left: 5px;
  }
}
.webservice1 .webserv-npm4 ul li:hover .box {
  box-shadow: 0 5px 10px 0 #dadada;
}
.webservice2 .sort-banner .sevr1 {
  font-size: 26px;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  background: url(../images/about/bubbles.png) no-repeat;
  background-size: 100%;
  width: 409px;
  height: 67px;
  line-height: 55px;
  text-align: center;
}
@media (max-width:1600px) {
  .webservice2 .sort-banner .sevr1 {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .webservice2 .sort-banner .sevr1 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .sevr1 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .webservice2 .sort-banner .sevr1 {
    font-size: 16px;
  }
}
.webservice2 .sort-banner .sevr2 {
  font-size: 55px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width:1600px) {
  .webservice2 .sort-banner .sevr2 {
    font-size: 46px;
  }
}
@media (max-width:1470px) {
  .webservice2 .sort-banner .sevr2 {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .sevr2 {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .webservice2 .sort-banner .sevr2 {
    font-size: 27px;
  }
}
.webservice2 .sort-banner .sevr2 em {
  font-size: 80px;
  display: block;
  letter-spacing: 5px;
  font-weight: 400;
}
@media (max-width:1600px) {
  .webservice2 .sort-banner .sevr2 em {
    font-size: 62px;
  }
}
@media (max-width:1470px) {
  .webservice2 .sort-banner .sevr2 em {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .sevr2 em {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .webservice2 .sort-banner .sevr2 em {
    font-size: 32px;
  }
}
.webservice2 .sort-banner .sevr3 {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: min(2.60416667vw, 50px);
}
@media (max-width:1600px) {
  .webservice2 .sort-banner .sevr3 {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice2 .sort-banner .sevr3 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice2 .sort-banner .sevr3 {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .webservice2 .sort-banner .sevr3 {
    width: 145px;
  }
}
@media (max-width:990px) {
  .webservice2 .sort-banner .sevr3 {
    width: 125px !important;
    height: 35px !important;
  }
}
.webservice2 .sort-banner .sevr3:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .sevr3 {
    margin-top: 25px;
  }
}
.webservice2 .sort-banner .text {
  width: 100%;
}
.webservice2 .webserv-npm1 {
  padding: min(4.6875vw, 90px) 0 min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm1 {
    padding: 45px 0 25px 0;
  }
}
.webservice2 .webserv-npm1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: min(2.91666667vw, 56px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm1 .list {
    margin-top: 28px;
  }
}
.webservice2 .webserv-npm1 .list .item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 20%;
}
.webservice2 .webserv-npm1 .list .item .item-box {
  height: 100%;
  background: no-repeat center;
  background-image: url(../images/about/ulico10.png);
  background-size: cover;
  border-radius: 5px;
  display: block;
  padding: 0 min(1.5625vw, 30px) 0 min(1.5625vw, 30px);
  padding-top: min(1.5625vw, 30px);
  padding-bottom: min(1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm1 .list .item .item-box {
    padding: 0 15px 0 15px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm1 .list .item .item-box {
    padding-top: 15px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm1 .list .item .item-box {
    padding-bottom: 15px;
  }
}
.webservice2 .webserv-npm1 .list .item .item-box .img {
  width: 43px;
  overflow: hidden;
  margin-right: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm1 .list .item .item-box .img {
    margin-right: 15px;
  }
}
.webservice2 .webserv-npm1 .list .item .item-box .text-box {
  flex: 1;
}
.webservice2 .webserv-npm1 .list .item .item-box .text-box .text {
  font-size: 20px;
  color: #666666;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm1 .list .item .item-box .text-box .text {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm1 .list .item .item-box .text-box .text {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm1 .list .item .item-box .text-box .text {
    font-size: 12px;
  }
}
.webservice2 .webserv-npm1 .list .item .item-box .more {
  font-size: 20px;
  color: white;
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm1 .list .item .item-box .more {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm1 .list .item .item-box .more {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm1 .list .item .item-box .more {
    font-size: 12px;
  }
}
.webservice2 .webserv-npm1 .list .item:last-child .item-box {
  background-image: url(../images/about/ulico11.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.webservice2 .webserv-npm2 {
  background: #eff2f5;
  padding: min(5.20833333vw, 100px) 0 min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm2 {
    padding: 50px 0 50px 0;
  }
}
.webservice2 .webserv-npm2 .le {
  border-radius: 10px;
  overflow: hidden;
  width: 55.3%;
}
.webservice2 .webserv-npm2 .ri {
  width: 44.7%;
  padding-left: 3%;
  padding-top: min(2.34375vw, 45px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm2 .ri {
    padding-top: 22.5px;
  }
}
.webservice2 .webserv-npm2 .ri ul {
  margin-top: min(1.82291667vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm2 .ri ul {
    margin-top: 17.5px;
  }
}
.webservice2 .webserv-npm2 .ri li {
  border-radius: 5px;
  padding: min(1.25vw, 24px) 0 min(1.25vw, 24px);
  background: #fff;
  width: 43.8%;
  float: left;
  color: #666666;
  font-size: 20px;
  text-align: center;
  margin-right: 3.65%;
  margin-bottom: 5.48%;
  box-shadow: 0 0 10px 0 #e8ebee;
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm2 .ri li {
    padding: 12px 0 12px 0;
  }
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm2 .ri li {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm2 .ri li {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm2 .ri li {
    font-size: 12px;
  }
}
.webservice2 .webserv-npm2 .ri li:nth-child(2n) {
  margin-right: 0;
}
.webservice2 .webserv-npm2 .ri a {
  width: 192px;
  text-align: center;
  background: #e93a3a;
  line-height: 58px;
  border-radius: 18px;
  transition: all 0.5s;
  color: #fff;
  font-size: 18px;
  margin: auto;
  margin-top: min(2.08333333vw, 40px);
  display: block;
  border-bottom-left-radius: 0;
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm2 .ri a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm2 .ri a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm2 .ri a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm2 .ri a {
    margin-top: 20px;
  }
}
.webservice2 .webserv-npm2 .ri a:hover {
  border-radius: 18px;
}
.webservice2 .webserv-npm3 {
  background: url(../images/about/webserv-bg3.jpg) no-repeat center;
  background-size: cover;
  padding: min(4.16666667vw, 80px) 0 min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm3 {
    padding: 40px 0 30px 0;
  }
}
.webservice2 .webserv-npm3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: min(3.38541667vw, 65px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm3 ul {
    margin-top: 32.5px;
  }
}
.webservice2 .webserv-npm3 li {
  border-radius: 5px;
  width: 48.9%;
  padding: 50px 55px 50px 20.5%;
  margin-bottom: 3.54%;
  background-color: #fff;
  background-position: 40px 50%;
  background-repeat: no-repeat;
  background-size: 28.88%;
}
.webservice2 .webserv-npm3 li:nth-child(1) {
  background-image: url(../images/about/cor1.png);
}
.webservice2 .webserv-npm3 li:nth-child(2) {
  background-image: url(../images/about/cor2.png);
}
.webservice2 .webserv-npm3 li:nth-child(3) {
  background-image: url(../images/about/cor3.png);
}
.webservice2 .webserv-npm3 li:nth-child(4) {
  background-image: url(../images/about/cor4.png);
}
.webservice2 .webserv-npm3 li h6 {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm3 li h6 {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm3 li h6 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm3 li h6 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm3 li h6 {
    font-size: 14px;
  }
}
.webservice2 .webserv-npm3 li p {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  margin: min(1.04166667vw, 20px) 0 min(1.40625vw, 27px);
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm3 li p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm3 li p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm3 li p {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm3 li p {
    margin: 10px 0 13.5px;
  }
}
.webservice2 .webserv-npm3 li a {
  width: 140px;
  text-align: center;
  line-height: 30px;
  border-radius: 18px;
  transition: all 0.5s;
  color: #999999;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  display: block;
  border-bottom-left-radius: 0;
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm3 li a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm3 li a {
    font-size: 12px;
  }
}
.webservice2 .webserv-npm3 li a:hover {
  border-radius: 18px;
  background: #e93a3a;
  border: 1px solid #e93a3a;
  color: #fff;
}
.webservice2 .webserv-npm4 {
  padding: min(4.6875vw, 90px) 0 min(3.90625vw, 75px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm4 {
    padding: 45px 0 37.5px 0;
  }
}
.webservice2 .webserv-npm4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.webservice2 .webserv-npm4 li {
  padding: 0 20px;
  width: 20%;
}
.webservice2 .webserv-npm4 li .box {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px 0 #eeeded;
  transition: all 0.4s;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.webservice2 .webserv-npm4 li .text {
  width: 100%;
}
.webservice2 .webserv-npm4 li:last-child {
  margin-right: 0;
}
.webservice2 .webserv-npm4 li:hover .box {
  box-shadow: 0 0 15px 0 #dadada;
  margin-top: min(-2.1875vw, -42px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm4 li:hover .box {
    margin-top: -21px;
  }
}
.webservice2 .webserv-npm4 li .img {
  margin-bottom: min(1.30208333vw, 25px);
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm4 li .img {
    margin-bottom: 12.5px;
  }
}
.webservice2 .webserv-npm4 li p {
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm4 li p {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm4 li p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm4 li p {
    font-size: 12px;
  }
}
.webservice2 .webserv-npm4 li a {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 36px;
  min-width: 160px;
  padding: 0 min(1.71875vw, 33px) 0 min(1.71875vw, 33px);
  margin: auto;
  margin-top: min(1.30208333vw, 25px);
  margin-bottom: min(1.30208333vw, 25px);
  display: table;
  border: 1px solid #efefef;
  border-radius: 36px;
  transition: all 0.4s;
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm4 li a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm4 li a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm4 li a {
    padding: 0 16.5px 0 16.5px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm4 li a {
    margin-top: 12.5px;
  }
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm4 li a {
    margin-bottom: 12.5px;
  }
}
.webservice2 .webserv-npm4 li:hover a {
  color: #fff;
  background: #e93a3a;
  border: 1px solid #e93a3a;
  border-bottom-left-radius: 0;
}
.webservice2 .webserv-npm4 ul {
  margin-top: min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .webservice2 .webserv-npm4 ul {
    margin-top: 45px;
  }
}
.webservice3 .sort-banner .sevr1 {
  background: url(../images/about/bubbles1.png) no-repeat center;
  background-size: 100%;
  font-size: 26px;
  color: #444444;
  line-height: 57px;
  height: 67px;
  width: 329px;
  text-align: center;
}
@media (max-width:1600px) {
  .webservice3 .sort-banner .sevr1 {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .webservice3 .sort-banner .sevr1 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .sevr1 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .webservice3 .sort-banner .sevr1 {
    font-size: 16px;
  }
}
.webservice3 .sort-banner .sevr2 {
  font-size: 80px;
  color: #444444;
  line-height: 1.2;
  letter-spacing: 5px;
  margin-top: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .webservice3 .sort-banner .sevr2 {
    font-size: 62px;
  }
}
@media (max-width:1470px) {
  .webservice3 .sort-banner .sevr2 {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .sevr2 {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .webservice3 .sort-banner .sevr2 {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .sevr2 {
    margin-top: 10px;
  }
}
.webservice3 .sort-banner .sevr2 em {
  color: #e93a3a;
  font-weight: bold;
  margin-left: min(0.78125vw, 15px);
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .sevr2 em {
    margin-left: 7.5px;
  }
}
.webservice3 .sort-banner .sevr3 {
  font-size: 20px;
  color: #666666;
  margin-top: min(1.5625vw, 30px);
}
@media (max-width:1600px) {
  .webservice3 .sort-banner .sevr3 {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice3 .sort-banner .sevr3 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .sevr3 {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .sevr3 {
    margin-top: 15px;
  }
}
.webservice3 .sort-banner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: min(3.85416667vw, 74px);
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .list {
    margin-top: 37px;
  }
}
.webservice3 .sort-banner .list .item {
  margin-right: min(0.83333333vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/about/set3-bg1.png);
  background-size: 100% 100%;
  padding: min(0.83333333vw, 16px) 0 min(0.83333333vw, 16px);
  padding-left: min(0.9375vw, 18px);
  padding-right: min(0.9375vw, 18px);
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .list .item {
    margin-right: 8px;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .list .item {
    padding: 8px 0 8px 0;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .list .item {
    padding-left: 9px;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .list .item {
    padding-right: 9px;
  }
}
.webservice3 .sort-banner .list .item .text {
  flex: 1;
  font-size: 18px;
  color: #666666;
  margin-left: min(0.625vw, 12px);
}
@media (max-width:1600px) {
  .webservice3 .sort-banner .list .item .text {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice3 .sort-banner .list .item .text {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice3 .sort-banner .list .item .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .list .item .text {
    margin-left: 6px;
  }
}
.webservice3 .sort-banner ul {
  display: flex;
  margin-top: min(4.0625vw, 78px);
}
@media (max-width:1024px) {
  .webservice3 .sort-banner ul {
    margin-top: 39px;
  }
}
.webservice3 .sort-banner .sevr4 {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: min(3.125vw, 60px);
}
@media (max-width:1600px) {
  .webservice3 .sort-banner .sevr4 {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice3 .sort-banner .sevr4 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice3 .sort-banner .sevr4 {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .webservice3 .sort-banner .sevr4 {
    width: 145px;
  }
}
@media (max-width:990px) {
  .webservice3 .sort-banner .sevr4 {
    width: 125px !important;
    height: 35px !important;
  }
}
.webservice3 .sort-banner .sevr4:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .webservice3 .sort-banner .sevr4 {
    margin-top: 30px;
  }
}
.webservice3 .sort-banner .sevr4:hover {
  border-radius: 18px;
}
.webservice3 .webserv-npm1 {
  padding: min(4.6875vw, 90px) 0 min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm1 {
    padding: 45px 0 45px 0;
  }
}
.webservice3 .webserv-npm1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: min(5.98958333vw, 115px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm1 ul {
    margin-top: 57.5px;
  }
}
.webservice3 .webserv-npm1 li {
  width: 33.333333%;
  padding: 0 12px;
}
.webservice3 .webserv-npm1 .box {
  height: 100%;
  box-shadow: 0 2px 4px 0 #eeeded;
  position: relative;
  top: 0;
  transition: all 0.4s;
  padding-bottom: min(2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm1 .box {
    padding-bottom: 20px;
  }
}
.webservice3 .webserv-npm1 li .img {
  margin-bottom: min(1.30208333vw, 25px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm1 li .img {
    margin-bottom: 12.5px;
  }
}
.webservice3 .webserv-npm1 li .text {
  width: 100%;
}
.webservice3 .webserv-npm1 li p {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
  text-align: center;
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm1 li p {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice3 .webserv-npm1 li p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm1 li p {
    font-size: 12px;
  }
}
.webservice3 .webserv-npm1 li:hover .box {
  top: -40px;
  box-shadow: 0 0 15px 0 #dadada;
}
.webservice3 .webserv-npm1 li a {
  font-size: 16px;
  color: #999999;
  width: 140px;
  text-align: center;
  line-height: 36px;
  transition: all 0.5s;
  border: 1px solid #e2e2e2;
  display: block;
  border-radius: 18px;
  border-bottom-left-radius: 0;
  margin: auto;
  margin-top: min(1.30208333vw, 25px);
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm1 li a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm1 li a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm1 li a {
    margin-top: 12.5px;
  }
}
.webservice3 .webserv-npm1 li a:hover {
  border-radius: 18px;
  background: #e93a3a;
  color: #fff;
}
.webservice3 .webserv-npm2 {
  position: relative;
}
.webservice3 .webserv-npm2 img {
  width: 100%;
}
.webservice3 .webserv-npm2 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: min(7.08333333vw, 136px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm2 .content {
    padding-top: 68px;
  }
}
.webservice3 .webserv-npm2 .page-title .name {
  font-size: 50px;
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 46px;
  }
}
@media (max-width:1470px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 39px;
  }
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 33px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 27px;
  }
}
.webservice3 .webserv-npm2 a {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  margin-top: min(3.125vw, 60px);
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm2 a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice3 .webserv-npm2 a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm2 a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .webservice3 .webserv-npm2 a {
    width: 145px;
  }
}
@media (max-width:990px) {
  .webservice3 .webserv-npm2 a {
    width: 125px !important;
    height: 35px !important;
  }
}
.webservice3 .webserv-npm2 a:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm2 a {
    margin-top: 30px;
  }
}
.webservice3 .webserv-npm3 {
  background: url(../images/about/webserv-bg5.jpg);
  background-size: cover;
  background-position: center;
  padding: min(4.6875vw, 90px) 0 min(3.64583333vw, 70px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm3 {
    padding: 45px 0 35px 0;
  }
}
.webservice3 .webserv-npm3 .page-title .text,
.webservice3 .webserv-npm3 .page-title .name {
  color: white;
}
.webservice3 .webserv-npm3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
  margin-top: min(2.86458333vw, 55px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm3 ul {
    margin-top: 27.5px;
  }
}
.webservice3 .webserv-npm3 li {
  padding: 0 22px;
  width: 33.33333%;
  margin-bottom: 40px;
}
.webservice3 .webserv-npm3 .box {
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 min(1.97916667vw, 38px) 0 min(1.97916667vw, 38px);
  padding-top: min(2.39583333vw, 46px);
  padding-bottom: min(2.39583333vw, 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm3 .box {
    padding: 0 19px 0 19px;
  }
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm3 .box {
    padding-top: 23px;
  }
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm3 .box {
    padding-bottom: 23px;
  }
}
.webservice3 .webserv-npm3 .ico {
  width: 87px;
  margin-right: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm3 .ico {
    margin-right: 15px;
  }
}
.webservice3 .webserv-npm3 .text {
  flex: 1;
}
.webservice3 .webserv-npm3 ul li h5 {
  font-weight: bold;
  font-size: 24px;
  color: #444444;
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm3 ul li h5 {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .webservice3 .webserv-npm3 ul li h5 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm3 ul li h5 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm3 ul li h5 {
    font-size: 14px;
  }
}
.webservice3 .webserv-npm3 ul li p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-top: min(0.78125vw, 15px);
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm3 ul li p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm3 ul li p {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm3 ul li p {
    margin-top: 7.5px;
  }
}
.webservice3 .webserv-npm4 {
  padding: min(4.6875vw, 90px) 0 min(7.1875vw, 138px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm4 {
    padding: 45px 0 69px 0;
  }
}
.webservice3 .webserv-npm4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: min(2.86458333vw, 55px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm4 ul {
    margin-top: 27.5px;
  }
}
.webservice3 .webserv-npm4 li {
  width: 16.666667%;
  padding: 0 20px;
}
.webservice3 .webserv-npm4 .box {
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-shadow: 0 2px 4px 0 #eeeded;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.webservice3 .webserv-npm4 ul li:nth-child(even) .box {
  top: 48px;
}
.webservice3 .webserv-npm4 ul li:hover .box {
  box-shadow: 0 0 15px 0 #dadada;
}
.webservice3 .webserv-npm4 ul li .img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm4 ul li .img {
    margin-bottom: 10px;
  }
}
.webservice3 .webserv-npm4 ul li h6 {
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  margin-bottom: min(0.41666667vw, 8px);
  letter-spacing: 0.5px;
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm4 ul li h6 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm4 ul li h6 {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice3 .webserv-npm4 ul li h6 {
    margin-bottom: 4px;
  }
}
.webservice3 .webserv-npm4 ul li p {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm4 ul li p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm4 ul li p {
    font-size: 12px;
  }
}
@-webkit-keyframes z-zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1460px) {
  .webservice1 .webserv-npm2 ul li:nth-child(2n) {
    margin-left: calc(100vw - 901px);
  }
}
@media screen and (max-width: 1280px) {
  .z_about_desc {
    width: 40vw;
  }
  .z_about_culture .text {
    padding-bottom: 5.85vw;
  }
  .z_about_culture {
    min-height: 1100px;
    padding-top: 790px;
  }
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri a {
    margin: 5vw auto 0;
  }
  .webservice1 .webserv-npm1 .tab-box .tab-item .swiper-lie {
    margin-top: 3vw;
  }
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri {
    padding: 30px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .about .z_about_warp {
    position: relative;
    width: 100%;
    background-size: 64%;
    background-position: right bottom;
    padding: 60px 17.5px 0 17.5px;
  }
  .z_about_desc {
    width: 100%;
  }
  .z_about_tit .h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .z_about_desc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .z_about_culture {
    min-height: 350px;
    padding-top: 0;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  .z_about_culture .text {
    padding-bottom: 0;
  }
  .aboutUs2 ul li span {
    font-size: 24px;
    line-height: 1;
  }
  .aboutUs2 ul li p:nth-child(1) {
    line-height: 1;
  }
  .aboutUs2 .p1 {
    font-size: 16px;
    width: 76%;
    margin: auto;
  }
  .aboutUs2 .p2 {
    font-size: 18px;
    line-height: 30px;
    width: 76%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aboutUs2 .p3 {
    padding: 0;
  }
  .aboutUs2 .p3 a {
    font-size: 12px;
    line-height: 24px;
    margin: 0 10px 0 0;
  }
  .z_about_num li h3 em {
    font-size: 24px;
  }
  .z_about_num li h3 {
    line-height: 1;
  }
  .z_about_num li {
    margin-bottom: 20px;
  }
  .intro-all {
    width: 100% !important;
  }
  #intro {
    height: 400px;
  }
  #second {
    background-size: 100% !important;
    background-attachment: scroll !important;
    background-position: 0 !important;
    height: 400px;
  }
  .intro-all h3 {
    font-size: 24px;
    padding-top: 0;
    line-height: 30px;
  }
  #intro .wrap {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  .second-al .wrap {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-direction: column;
  }
  .intro-all h4 {
    font-size: 12px;
    line-height: 12px;
  }
  .about .about-npm2 h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .about .about-npm2 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .about .about-npm2 {
    padding-bottom: 30px;
  }
  .z_about_tit h4 {
    font-size: 24px;
  }
  .z_about_culture .text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .z_about_culture .text h1 {
    font-size: 16px;
  }
  .webservice1 .webserv-npm2 .tile {
    margin-top: 35px;
  }
  .webservice1 .webserv-npm1 .txt-box p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .webservice1 .webserv-npm2 .tile p {
    font-size: 16px;
  }
  .webservice1 .webserv-npm2 .tile h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .webservice1 .webserv-npm2 ul {
    background: #fff;
    padding-top: 30px;
  }
  .webservice1 .webserv-npm2 ul li {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
    height: 65px;
  }
  .webservice1 .webserv-npm2 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .webservice1 .webserv-npm2 ul li:before {
    width: 9px;
    height: 15px;
    left: 15px;
  }
  .webserv-npm4 {
    padding-bottom: 30px;
  }
  .webservice2 .webserv-npm1 {
    padding: 35px 0;
  }
  .webservice2 .webserv-npm1 .tile p {
    font-size: 16px;
  }
  .webservice2 .webserv-npm1 .tile h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .webservice2 .webserv-npm1 .tile .em {
    font-size: 14px;
    margin-top: 10px;
  }
  .webservice2 .webserv-npm1 .tile .em em {
    width: 1px;
    height: 10px;
    margin: 0 15px;
    vertical-align: unset;
  }
  .webservice2 .webserv-npm1 ul li {
    width: 32%;
    margin-right: 0;
    font-size: 14px;
    display: block;
    height: auto;
    line-height: 24px;
    padding: 25px 0 25px 10px;
  }
  .webservice2 .webserv-npm1 ul li::before {
    width: 15px;
    top: 10px;
    bottom: auto;
    height: 30px;
  }
  .webservice2 .webserv-npm1 ul li:last-child {
    padding: 15px 0;
  }
  .webservice2 .webserv-npm2 {
    padding: 35px 0;
  }
  .webservice2 .webserv-npm2 .ri p {
    font-size: 16px;
    margin-top: 10px;
  }
  .webservice2 .webserv-npm2 .ri h5,
  .webservice2 .webserv-npm2 .ri h5 em {
    font-size: 20px;
    line-height: 26px;
  }
  .webservice2 .webserv-npm2 .ri ul {
    margin-top: 20px;
    justify-content: space-between;
  }
  .webservice2 .webserv-npm2 .ri li {
    width: 49%;
    margin-right: 0;
    padding: 14px 5px;
  }
  .webservice2 .webserv-npm3 {
    padding: 35px 0;
  }
  .webservice2 .webserv-npm3 .head-til p {
    font-size: 16px;
  }
  .webservice2 .webserv-npm3 .head-til h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .webservice2 .webserv-npm3 li {
    width: 48%;
  }
}
@media (max-width:1200px) {
  .about .z_about_culture {
    background-attachment: initial !important;
  }
}
@media (max-width:1200px) {
  .about .intro-all-ts #intro {
    background-attachment: initial !important;
  }
}
.case .caselist-main {
  padding: min(4.16666667vw, 80px) 0 min(3.125vw, 60px);
  background: #f7fafc;
}
@media (max-width:1024px) {
  .case .caselist-main {
    padding: 40px 0 30px 0;
  }
}
.case .tabBox .tab-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: min(2.70833333vw, 52px);
}
@media (max-width:1024px) {
  .case .tabBox .tab-name {
    margin-bottom: 26px;
  }
}
.case .tabBox .tab-name a {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  margin: 0 min(0.625vw, 12px) 0 min(0.625vw, 12px);
  font-size: 16px;
  letter-spacing: 0;
  width: auto;
  height: 52px;
  background-color: transparent;
  color: #333333;
  overflow: visible;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}
@media (max-width:1600px) {
  .case .tabBox .tab-name a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .case .tabBox .tab-name a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .case .tabBox .tab-name a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .case .tabBox .tab-name a {
    width: 145px;
  }
}
@media (max-width:990px) {
  .case .tabBox .tab-name a {
    width: 125px !important;
    height: 35px !important;
  }
}
.case .tabBox .tab-name a:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .case .tabBox .tab-name a {
    padding: 0 20px 0 20px;
  }
}
@media (max-width:1024px) {
  .case .tabBox .tab-name a {
    margin: 0 6px 0 6px;
  }
}
@media (max-width:1600px) {
  .case .tabBox .tab-name a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .case .tabBox .tab-name a {
    font-size: 12px;
  }
}
.case .tabBox .tab-name a.on,
.case .tabBox .tab-name a:hover {
  background-color: #e93a3a;
  color: white;
}
@media (max-width:768px) {
  .case .tabBox .tab-name {
    flex-wrap: initial;
    -ms-flex-wrap: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: inherit;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .case .caselist-main {
    padding: 30px 0;
  }
}
/* sub navigation */
.inner_nav {
  display: none;
}
@media (max-width:768px) {
  .inner_nav {
    position: relative;
    margin-bottom: 30px;
    margin-left: -17.5px;
    margin-right: -17.5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .inner_nav .title {
    width: 100%;
    height: 45px;
    overflow: hidden;
    position: relative;
    background-color: #e93a3a;
    text-align: center;
  }
  .inner_nav .title h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    position: relative;
  }
  .inner_nav .title h3::before {
    content: '';
    width: 12px;
    height: 6px;
    background: url(../images/inner_navdown.png) no-repeat center;
    background-size: 12px 6px;
    position: absolute;
    right: -20px;
    bottom: 50%;
    margin-bottom: -3px;
  }
  .inner_nav .innernav_list {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top: 45px;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 3;
  }
  .inner_nav .innernav_list li {
    width: 50%;
    float: left;
  }
  .inner_nav .innernav_list li:first-child {
    width: 100%;
  }
  .inner_nav .innernav_list li a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4ebf2;
    color: #808080;
    font-size: 14px;
    background-color: #fff;
  }
  .inner_nav .innernav_list li.on a {
    color: #e93a3a;
  }
}
.case-d .editor-main {
  padding: min(4.16666667vw, 80px) 0 min(3.125vw, 60px);
  background: #f4f6f8;
}
@media (max-width:1024px) {
  .case-d .editor-main {
    padding: 40px 0 30px 0;
  }
}
.case-d .sort-banner {
  height: 650px;
  display: none;
}
.case-d .editor-content p {
  margin-bottom: min(3.64583333vw, 70px);
}
@media (max-width:1024px) {
  .case-d .editor-content p {
    margin-bottom: 35px;
  }
}
.case-d .editor-content p:last-child {
  margin-bottom: 0;
}
.case-d .case-d-btn {
  margin: min(2.60416667vw, 50px) 0 min(3.64583333vw, 70px);
}
@media (max-width:1024px) {
  .case-d .case-d-btn {
    margin: 25px 0 35px;
  }
}
.case-d .more-case .more-title {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  margin-bottom: min(1.5625vw, 30px);
}
@media (max-width:1600px) {
  .case-d .more-case .more-title {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .case-d .more-case .more-title {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .case-d .more-case .more-title {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .case-d .more-case .more-title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .case-d .more-case .more-title {
    margin-bottom: 15px;
  }
}
@media (max-width:1200px) {
  .case-d .editor-main {
    padding: 50px 0 20px;
  }
}
@media (max-width:768px) {
  .case-d .sort-banner {
    height: 450px;
  }
  .case-d .sort-banner .sort-text {
    top: 40%;
  }
  .case-d .editor-main {
    padding: 30px 0 10px;
  }
  .case-d .more-case .more-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.news .newslist-main {
  padding: min(4.16666667vw, 80px) 0 min(3.125vw, 60px);
  background: #f7fafc;
}
@media (max-width:1024px) {
  .news .newslist-main {
    padding: 40px 0 30px 0;
  }
}
.news .newslist-main .col-md-4 {
  margin-bottom: 28px;
}
.news .tabBox .tab-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: min(2.70833333vw, 52px);
}
@media (max-width:1024px) {
  .news .tabBox .tab-name {
    margin-bottom: 26px;
  }
}
.news .tabBox .tab-name a {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  margin: 0 min(0.625vw, 12px) 0 min(0.625vw, 12px);
  font-size: 16px;
  letter-spacing: 0;
  width: auto;
  height: 52px;
  background-color: transparent;
  color: #333333;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}
@media (max-width:1600px) {
  .news .tabBox .tab-name a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .news .tabBox .tab-name a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .news .tabBox .tab-name a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .news .tabBox .tab-name a {
    width: 145px;
  }
}
@media (max-width:990px) {
  .news .tabBox .tab-name a {
    width: 125px !important;
    height: 35px !important;
  }
}
.news .tabBox .tab-name a:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .news .tabBox .tab-name a {
    padding: 0 20px 0 20px;
  }
}
@media (max-width:1024px) {
  .news .tabBox .tab-name a {
    margin: 0 6px 0 6px;
  }
}
@media (max-width:1600px) {
  .news .tabBox .tab-name a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news .tabBox .tab-name a {
    font-size: 12px;
  }
}
.news .tabBox .tab-name a.on,
.news .tabBox .tab-name a:hover {
  background-color: #e93a3a;
  color: white;
}
@media (max-width:768px) {
  .news .tabBox .tab-name {
    flex-wrap: initial;
    -ms-flex-wrap: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: inherit;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .news .newslist-main {
    padding: 30px 0;
  }
}
.news-d .editor-main {
  padding: min(4.16666667vw, 80px) 0 min(3.125vw, 60px);
  background: #f7fafc;
}
@media (max-width:1024px) {
  .news-d .editor-main {
    padding: 40px 0 30px 0;
  }
}
.news-d .news-d-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.news-d .news-d-box .col-md-8 {
  width: 65.3%;
}
.news-d .news-d-box .col-md-4 {
  width: 33.33333%;
}
.news-d .news-d-box .white {
  padding: min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  padding-left: min(1.04166667vw, 20px);
  padding-right: min(1.04166667vw, 20px);
  background-color: #fff;
}
@media (max-width:1024px) {
  .news-d .news-d-box .white {
    padding: 10px 0 10px 0;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box .white {
    padding-left: 10px;
  }
}
@media (max-width:1024px) {
  .news-d .news-d-box .white {
    padding-right: 10px;
  }
}
.news-d .editor-head {
  margin-bottom: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .news-d .editor-head {
    margin-bottom: 15px;
  }
}
.news-d .editor-head h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  margin-bottom: min(0.52083333vw, 10px);
}
@media (max-width:1600px) {
  .news-d .editor-head h1 {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .news-d .editor-head h1 {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .news-d .editor-head h1 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .news-d .editor-head h1 {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .news-d .editor-head h1 {
    margin-bottom: 5px;
  }
}
.news-d .editor-head p.time {
  font-size: 14px;
  color: #666;
  margin: min(0.78125vw, 15px) 0 min(0.52083333vw, 10px);
}
@media (max-width:1470px) {
  .news-d .editor-head p.time {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news-d .editor-head p.time {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .news-d .editor-head p.time {
    margin: 7.5px 0 5px;
  }
}
.news-d .editor-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.95em;
  margin-bottom: 20px;
}
@media (max-width:1600px) {
  .news-d .editor-content p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news-d .editor-content p {
    font-size: 12px;
  }
}
.news-d .editor-content p.tac {
  margin-top: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .news-d .editor-content p.tac {
    margin-top: 20px;
  }
}
.news-d .editor-content video,
.news-d .editor-content img {
  max-width: 100%;
}
.news-d .users {
  width: 100%;
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-bottom: min(0.78125vw, 15px);
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .news-d .users {
    padding-bottom: 7.5px;
  }
}
@media (max-width:1024px) {
  .news-d .users {
    margin-bottom: 10px;
  }
}
.news-d .users_img {
  text-align: center;
  margin-top: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .news-d .users_img {
    margin-top: 20px;
  }
}
.news-d .users_img img {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 80px;
  width: 80px;
}
.news-d .users_name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin: min(0.52083333vw, 10px) 0 min(0.52083333vw, 10px);
  text-align: center;
}
@media (max-width:1600px) {
  .news-d .users_name {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .news-d .users_name {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .news-d .users_name {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .news-d .users_name {
    margin: 5px 0 5px;
  }
}
.news-d .small-banners {
  display: none;
}
.news-d .users_jie {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 10px 0 10px 0;
  text-align: center;
  color: #666;
}
.news-d .users_tit {
  width: 80%;
  padding: min(0.26041667vw, 5px) 0 min(0.26041667vw, 5px);
  padding-left: min(1.04166667vw, 20px);
  padding-right: min(1.04166667vw, 20px);
  text-align: center;
  margin: 0 auto;
  color: #666;
  margin-bottom: min(0.26041667vw, 5px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .news-d .users_tit {
    padding: 2.5px 0 2.5px 0;
  }
}
@media (max-width:1024px) {
  .news-d .users_tit {
    padding-left: 10px;
  }
}
@media (max-width:1024px) {
  .news-d .users_tit {
    padding-right: 10px;
  }
}
@media (max-width:1024px) {
  .news-d .users_tit {
    margin-bottom: 2.5px;
  }
}
.news-d .users_tit .col-xs-4,
.news-d .users_num .col-xs-4 {
  min-width: 64px;
}
.news-d .users_num {
  width: 80%;
  padding: min(0.26041667vw, 5px) 0 min(0.26041667vw, 5px);
  padding-left: min(1.04166667vw, 20px);
  padding-right: min(1.04166667vw, 20px);
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .news-d .users_num {
    padding: 2.5px 0 2.5px 0;
  }
}
@media (max-width:1024px) {
  .news-d .users_num {
    padding-left: 10px;
  }
}
@media (max-width:1024px) {
  .news-d .users_num {
    padding-right: 10px;
  }
}
@media (max-width:1600px) {
  .news-d .users_num {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news-d .users_num {
    font-size: 12px;
  }
}
.news-d .recommend {
  padding: 0 min(0.78125vw, 15px) 0 min(0.78125vw, 15px);
  background: #fff;
  border-radius: 4px;
  padding-bottom: min(0.78125vw, 15px);
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .news-d .recommend {
    padding: 0 7.5px 0 7.5px;
  }
}
@media (max-width:1024px) {
  .news-d .recommend {
    padding-bottom: 7.5px;
  }
}
@media (max-width:1024px) {
  .news-d .recommend {
    margin-bottom: 10px;
  }
}
.news-d .recommend_tit {
  padding: min(0.78125vw, 15px) 0 min(0.78125vw, 15px);
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width:1024px) {
  .news-d .recommend_tit {
    padding: 7.5px 0 7.5px 0;
  }
}
.news-d .recommend_news {
  padding: min(0.78125vw, 15px) 0 min(0.78125vw, 15px);
  font-size: 14px;
  color: #666;
}
@media (max-width:1024px) {
  .news-d .recommend_news {
    padding: 7.5px 0 7.5px 0;
  }
}
@media (max-width:1470px) {
  .news-d .recommend_news {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news-d .recommend_news {
    font-size: 12px;
  }
}
.news-d .recommend_news ol {
  list-style: decimal;
  list-style-position: inside !important;
}
.news-d .recommend_news li {
  list-style: decimal;
  list-style-position: inside !important;
  line-height: 2.5;
}
.news-d .recommend_tags {
  margin: 0;
  padding: min(0.78125vw, 15px) 0 min(0.78125vw, 15px);
  display: inline-block;
}
@media (max-width:1024px) {
  .news-d .recommend_tags {
    padding: 7.5px 0 7.5px 0;
  }
}
.news-d .recommend_tagd {
  margin-bottom: min(0.26041667vw, 5px);
  margin-right: min(0.15625vw, 3px);
  display: inline-block;
  font-weight: 400;
  padding: 0 min(0.41666667vw, 8px) 0 min(0.41666667vw, 8px);
  font-size: 14px;
  text-align: center;
  color: #007bff;
  background: #e5f2ff;
  border-radius: 2px;
}
@media (max-width:1024px) {
  .news-d .recommend_tagd {
    margin-bottom: 2.5px;
  }
}
@media (max-width:1024px) {
  .news-d .recommend_tagd {
    margin-right: 1.5px;
  }
}
@media (max-width:1024px) {
  .news-d .recommend_tagd {
    padding: 0 4px 0 4px;
  }
}
@media (max-width:1470px) {
  .news-d .recommend_tagd {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .news-d .recommend_tagd {
    font-size: 12px;
  }
}
@media (max-width:1200px) {
  .news-d .editor-main {
    padding: 50px 0;
  }
}
@media (max-width:768px) {
  .news-d .editor-main {
    padding: 30px 0;
  }
  .news-d .editor-main .news-d-box {
    display: block;
    margin: 0;
  }
  .news-d .editor-main .news-d-box .col-md-8 {
    width: 100%;
  }
  .news-d .editor-main .news-d-box .col-md-4 {
    width: 100%;
    margin-top: 20px;
  }
}
.zimu-box {
  overflow: hidden;
}
@media (max-width:768px) {
  .about .aboutUs2 {
    padding-top: 45px;
  }
  .about .aboutUs2-slide {
    width: 900px;
    margin-bottom: -45px;
  }
}
.contact .contact-main {
  padding: min(3.64583333vw, 70px) 0 min(3.64583333vw, 70px);
  background: #f6f9fb;
}
@media (max-width:1024px) {
  .contact .contact-main {
    padding: 35px 0 35px 0;
  }
}
.contact .contact-box {
  background: #fff;
  padding: min(2.60416667vw, 50px) 0 min(2.60416667vw, 50px);
  padding-left: min(3.125vw, 60px);
  padding-right: min(3.125vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .contact .contact-box {
    padding: 25px 0 25px 0;
  }
}
@media (max-width:1024px) {
  .contact .contact-box {
    padding-left: 30px;
  }
}
@media (max-width:1024px) {
  .contact .contact-box {
    padding-right: 30px;
  }
}
.contact .contact-main .contact-box.row {
  margin-left: -12px;
  margin-right: -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact .contact-main .col-md-6 {
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
  list-style: none;
  width: 50%;
}
.contact .contact-icon-list {
  margin-top: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .contact .contact-icon-list {
    margin-top: 10px;
  }
}
.contact .contact-icon {
  padding-left: 100px;
  padding: 25px 0 25px 80px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.contact .contact-icon:nth-child(1) a {
  font-size: 28px;
  font-weight: 700;
  font-family: DINAlternate-Bold, DINAlternate;
  color: #e93a3a;
}
@media (max-width:1600px) {
  .contact .contact-icon:nth-child(1) a {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .contact .contact-icon:nth-child(1) a {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .contact .contact-icon:nth-child(1) a {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .contact .contact-icon:nth-child(1) a {
    font-size: 16px;
  }
}
.contact .contact-icon .iconfont {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -28px;
  background: pink;
}
.contact .contact-icon .icon-map {
  background: url(../images/icon-chat.svg) no-repeat center;
  background-size: 52px 52px;
}
.contact .contact-icon .icon-email {
  background: url(../images/icon-envelope.svg) no-repeat center;
  background-size: 50px 50px;
}
.contact .contact-icon .icon-address {
  background: url(../images/icon-map.svg) no-repeat center;
  background-size: 52px 52px;
}
.contact .contact-icon .title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #333333;
  margin-bottom: min(0.20833333vw, 4px);
}
@media (max-width:1600px) {
  .contact .contact-icon .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contact-icon .title {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .contact .contact-icon .title {
    margin-bottom: 2px;
  }
}
.contact .contact-icon a {
  color: #666666;
}
.contact .contact-icon p {
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
}
@media (max-width:1470px) {
  .contact .contact-icon p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .contact .contact-icon p {
    font-size: 12px;
  }
}
.contact .contact-main .col-md-6.index-msg-intro {
  padding-right: min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .contact .contact-main .col-md-6.index-msg-intro {
    padding-right: 25px;
  }
}
.contact .index-msg-intro .msg-title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  margin-bottom: min(1.82291667vw, 35px);
}
@media (max-width:1600px) {
  .contact .index-msg-intro .msg-title {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .contact .index-msg-intro .msg-title {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .contact .index-msg-intro .msg-title {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .contact .index-msg-intro .msg-title {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .contact .index-msg-intro .msg-title {
    margin-bottom: 17.5px;
  }
}
.contact .msg-intro p {
  font-size: 14px;
  line-height: 2.4;
  color: #666666;
}
@media (max-width:1470px) {
  .contact .msg-intro p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .contact .msg-intro p {
    font-size: 12px;
  }
}
.contact .index-form .title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .contact .index-form .title p {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .contact .index-form .title p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .index-form .title p {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .contact .index-form .title p {
    margin-bottom: 10px;
  }
}
@media (max-width:1200px) {
  .contact .contact-main {
    padding: 50px 0;
  }
}
@media (max-width:768px) {
  .contact .contact-main {
    padding: 30px 0;
  }
  .contact .contact-main .contact-box {
    display: block;
    padding: 15px;
  }
  .contact .contact-main .contact-box .col-md-6 {
    width: 100%;
    padding: 0;
  }
  .contact .index-msg-intro .msg-title {
    font-size: 16px;
  }
  .contact .msg-intro p {
    line-height: 1.8;
  }
  .contact .contact-icon {
    padding: 16px 0 16px 50px;
  }
  .contact .contact-icon .iconfont {
    width: 30px;
    height: 26px;
    background-size: 26px 26px;
  }
}
.sort-banner {
  height: 560px;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.sort-banner .content {
  height: 100%;
  position: relative;
}
.sort-banner .sort-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sort-banner .title {
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .sort-banner .title {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .sort-banner .title {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .sort-banner .title {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .sort-banner .title {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .sort-banner .title {
    margin-bottom: 10px;
  }
}
.sort-banner .intro {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  overflow: hidden;
}
@media (max-width:1470px) {
  .sort-banner .intro {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .sort-banner .intro {
    font-size: 12px;
  }
}
.sort-banner .line {
  width: 53px;
  height: 2px;
  margin-bottom: min(1.04166667vw, 20px);
  position: relative;
}
@media (max-width:1024px) {
  .sort-banner .line {
    margin-bottom: 10px;
  }
}
.sort-banner .line::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0%;
  right: 0;
  animation: h-line 3s 0.3s linear both infinite;
  -webkit-animation: h-line 3s 0.3s linear both infinite;
}
@media (max-width:768px) {
  .sort-banner {
    height: 280px;
  }
  .sort-banner .sort-text {
    top: 75%;
  }
}
.page-title {
  text-align: center;
}
.page-title .text {
  font-size: 18px;
  color: #666666;
  line-height: 1.4;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .page-title .text {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .page-title .text {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .page-title .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .page-title .text {
    margin-bottom: 10px;
  }
}
.page-title .names {
  font-size: 44px;
  color: #444444;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .page-title .names {
    font-size: 42px;
  }
}
@media (max-width:1470px) {
  .page-title .names {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .page-title .names {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .page-title .names {
    font-size: 26px;
  }
}
.page-title .name {
  font-size: 36px;
  color: #444444;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .page-title .name {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .page-title .name {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .page-title .name {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .page-title .name {
    font-size: 20px;
  }
}
.page-title .text2 {
  font-size: 22px;
  color: #e93a3a;
  line-height: 1.2;
  text-align: center;
  margin-top: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .page-title .text2 {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .page-title .text2 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .page-title .text2 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .page-title .text2 {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .page-title .text2 {
    margin-top: 10px;
  }
}
.page-title .text2 em {
  position: relative;
  padding-right: min(1.35416667vw, 26px);
  margin-right: min(1.35416667vw, 26px);
}
@media (max-width:1024px) {
  .page-title .text2 em {
    padding-right: 13px;
  }
}
@media (max-width:1024px) {
  .page-title .text2 em {
    margin-right: 13px;
  }
}
.page-title .text2 em::before {
  content: '';
  width: 1px;
  height: 100%;
  border-right: 1px solid #999999;
  position: absolute;
  right: 0;
  top: 0;
}
.page-title .text2 em:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-title .text2 em:last-child::before {
  display: none;
}
@media (max-width:1600px) {
  .service .service-box1 .bg-attachment {
    background-size: auto 86%;
  }
}
@media (max-width:1200px) {
  .service .service-box1 .bg-attachment {
    background-size: auto 70%;
  }
}
@media (max-width:1024px) {
  .service .service-box1 .bg-attachment {
    height: auto;
    padding: 100px 0;
    background-size: auto 60%;
    background-attachment: inherit;
    background-position: right center;
  }
}
@media (max-width:768px) {
  .service .service-box1 .bg-attachment {
    padding: 50px 0;
    background-position: 9999px;
  }
  .service .service-box1 .bg-attachment.bg3,
  .service .service-box1 .bg-attachment.bg4 {
    display: none;
  }
  .service .service-box1 .bg-attachment .text {
    width: 100%;
  }
  .service .service-box1 .bg-attachment .text h1 {
    font-size: 36px;
  }
  .service .service-box1 .bg-attachment .text p {
    line-height: 1.4;
  }
}
@media (max-width:768px) and (max-width:1600px) {
  .service .service-box1 .bg-attachment .text h1 {
    font-size: 32px;
  }
}
@media (max-width:768px) and (max-width:1470px) {
  .service .service-box1 .bg-attachment .text h1 {
    font-size: 28px;
  }
}
@media (max-width:768px) and (max-width:1024px) {
  .service .service-box1 .bg-attachment .text h1 {
    font-size: 24px;
  }
}
@media (max-width:768px) and (max-width:768px) {
  .service .service-box1 .bg-attachment .text h1 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .service .service-box2 .list .item {
    display: block;
  }
  .service .service-box2 .list .item .scope {
    margin-top: 20px;
  }
  .service .service-box2 .list .item .en {
    display: none;
  }
}
@media (max-width:768px) {
  .service .service-box2 .list .item .num {
    font-size: 20px;
    min-width: 20px;
    position: absolute;
    right: 0;
    top: 29px;
    opacity: 0.4;
  }
  .service .service-box2 .list .item .name {
    font-size: 36px;
  }
  .service .service-box2 .list .item .scope {
    margin-top: 10px;
  }
  .service .service-box2 .list .item .scope-item {
    margin-top: 5px;
    margin-left: 5px;
  }
  .service .service-box2 .list .item .scope-list {
    margin: 0;
  }
}
@media (max-width:768px) and (max-width:1600px) {
  .service .service-box2 .list .item .name {
    font-size: 32px;
  }
}
@media (max-width:768px) and (max-width:1470px) {
  .service .service-box2 .list .item .name {
    font-size: 28px;
  }
}
@media (max-width:768px) and (max-width:1024px) {
  .service .service-box2 .list .item .name {
    font-size: 24px;
  }
}
@media (max-width:768px) and (max-width:768px) {
  .service .service-box2 .list .item .name {
    font-size: 20px;
  }
}
@media (max-width:1200px) {
  .service .service-box3 {
    padding: 50px 0 20px;
  }
  .service .service-box3 .text {
    margin-top: 40px;
  }
}
@media (max-width:768px) {
  .service .service-box3 .red {
    right: -46px;
  }
  .service .service-box3 h1 {
    font-size: 24px;
  }
  .service .service-box3 h1 .text-highlight {
    font-size: 24px;
  }
  .service .service-box3 h1 em {
    font-size: 24px;
  }
  .service .service-box3 h1 img {
    max-width: 34px;
  }
  .service .service-box3 h1 em {
    letter-spacing: 0;
  }
  .service .service-box3 p {
    font-weight: 300;
    line-height: 1.6;
  }
}
@media (max-width:768px) and (max-width:1600px) {
  .service .service-box3 h1 {
    font-size: 18px;
  }
}
@media (max-width:768px) and (max-width:1470px) {
  .service .service-box3 h1 {
    font-size: 16px;
  }
}
@media (max-width:768px) and (max-width:1024px) {
  .service .service-box3 h1 {
    font-size: 15px;
  }
}
@media (max-width:768px) and (max-width:768px) {
  .service .service-box3 h1 {
    font-size: 14px;
  }
}
@media (max-width:1600px) {
  .webservice1 .sort-banner li .img {
    width: 50px;
    margin: auto;
  }
}
@media (max-width:768px) {
  .webservice1 .sort-banner {
    height: 530px;
  }
  .webservice1 .sort-banner .sevr2 {
    margin-top: 10px;
  }
  .webservice1 .sort-banner li {
    margin-bottom: 10px;
  }
  .webservice1 .sort-banner li .img {
    width: 32px;
  }
  .webservice1 .sort-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
  }
}
.webservice1 .webserv-npm1 {
  padding: 50px 0;
}
@media (max-width:1200px) {
  .webservice1 .webserv-npm1 .swiper-lie {
    display: none !important;
  }
  .webservice1 .webserv-npm1 .swiper-pagination {
    opacity: 1;
  }
}
@media (max-width:990px) {
  .webservice1 .webserv-npm1 .tab-box .tab-item .le {
    float: none;
    margin: auto;
  }
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri {
    float: none;
    width: 100%;
  }
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri p {
    line-height: 1.4;
  }
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri a {
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .webservice1 .webserv-npm1 .tab-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .webservice1 .webserv-npm1 .tab-ul .li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .webservice1 .webserv-npm1 .tab-box {
    margin-top: 20px;
  }
  .webservice1 .webserv-npm1 .tab-box .tab-item .le {
    width: 100%;
  }
  .webservice1 .webserv-npm1 .tab-box .tab-item .ri {
    padding: 20px 0 0;
  }
}
.webservice1 .mobile-internet-box2 {
  overflow: hidden;
  padding-top: min(4.47916667vw, 86px);
}
@media (max-width:1024px) {
  .webservice1 .mobile-internet-box2 {
    padding-top: 43px;
  }
}
.webservice1 .mobile-internet-box2 .Box {
  padding-top: 38px;
  margin-top: min(3.4375vw, 66px);
  position: relative;
}
@media (max-width:1024px) {
  .webservice1 .mobile-internet-box2 .Box {
    margin-top: 33px;
  }
}
.webservice1 .mobile-internet-box2 .Box .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 34%;
}
.webservice1 .mobile-internet-box2 .Box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 62px;
}
.webservice1 .mobile-internet-box2 .Box .list .item {
  width: 27.5%;
}
.webservice1 .mobile-internet-box2 .Box .list .item .item-box {
  padding: 0 min(1.30208333vw, 25px) 0 min(1.5625vw, 30px);
  padding-top: min(1.04166667vw, 20px);
  padding-bottom: min(1.04166667vw, 20px);
  height: 100%;
  background-color: #f1f2f3;
  border: 1px solid white;
  box-shadow: 0px 0px 15px 0px #d5d5d5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:1024px) {
  .webservice1 .mobile-internet-box2 .Box .list .item .item-box {
    padding: 0 12.5px 0 15px;
  }
}
@media (max-width:1024px) {
  .webservice1 .mobile-internet-box2 .Box .list .item .item-box {
    padding-top: 10px;
  }
}
@media (max-width:1024px) {
  .webservice1 .mobile-internet-box2 .Box .list .item .item-box {
    padding-bottom: 10px;
  }
}
.webservice1 .mobile-internet-box2 .Box .list .item .item-box .text {
  font-size: 20px;
  color: #666666;
  margin-left: min(1.04166667vw, 20px);
  flex: 1;
  line-height: 1.6;
}
@media (max-width:1600px) {
  .webservice1 .mobile-internet-box2 .Box .list .item .item-box .text {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .webservice1 .mobile-internet-box2 .Box .list .item .item-box .text {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice1 .mobile-internet-box2 .Box .list .item .item-box .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .webservice1 .mobile-internet-box2 .Box .list .item .item-box .text {
    margin-left: 10px;
  }
}
@media (max-width:1200px) {
  .webservice1 .mobile-internet-box2 {
    padding-top: 50px;
  }
  .webservice1 .mobile-internet-box2 .Box .list {
    margin-bottom: min(5.20833333vw, 100px);
  }
}
@media (max-width:1200px) and (max-width:1024px) {
  .webservice1 .mobile-internet-box2 .Box .list {
    margin-bottom: 50px;
  }
}
@media (max-width:768px) {
  .webservice1 .mobile-internet-box2 {
    padding-bottom: 40px;
  }
  .webservice1 .mobile-internet-box2 .Box {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  .webservice1 .mobile-internet-box2 .Box .list {
    margin-bottom: 10px;
  }
  .webservice1 .mobile-internet-box2 .Box .list .item {
    width: 49%;
  }
  .webservice1 .mobile-internet-box2 .Box .list .item img {
    height: 20px;
  }
  .webservice1 .mobile-internet-box2 .Box .bg {
    position: static;
    width: auto;
    text-align: center;
    display: none;
  }
}
.webservice1 .webserv-npm3 {
  padding: 50px 0;
}
.webservice1 .webserv-npm3 ul {
  margin-left: -12px;
  margin-right: -12px;
}
.webservice1 .webserv-npm3 ul li {
  padding: 0 12px;
}
@media (max-width:768px) {
  .webservice1 .webserv-npm3 ul {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 30px;
  }
  .webservice1 .webserv-npm3 ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 10px;
  }
  .webservice1 .webserv-npm3 ul li .box {
    padding: 20px 10px;
  }
  .webservice1 .webserv-npm3 ul li .box .p p {
    margin-right: 14px;
  }
}
.webservice1 .webserv-npm4 {
  padding: 50px 0;
}
.webservice1 .webserv-npm4 ul {
  margin-left: -17px;
  margin-right: -17px;
}
.webservice1 .webserv-npm4 ul li {
  padding: 0 17px;
}
@media (max-width:768px) {
  .webservice1 .webserv-npm4 ul {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 30px;
  }
  .webservice1 .webserv-npm4 ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 10px;
  }
}
.webservice2 .sort-banner {
  height: 100vh;
}
.webservice2 .sort-banner .content {
  position: relative;
  height: 100%;
}
.webservice2 .sort-banner .sort-text {
  top: 45%;
}
.webservice2 .sort-banner .float-list {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: min(1.92708333vw, 37px);
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .float-list {
    margin-bottom: 18.5px;
  }
}
.webservice2 .sort-banner .float-list .float-list-slide .item {
  text-align: center;
}
.webservice2 .sort-banner .float-list .float-list-slide .item .item-box {
  height: 100%;
  padding: min(1.5625vw, 30px) 0 min(1.35416667vw, 26px);
  padding-right: min(0.3125vw, 6px);
  padding-left: min(0.3125vw, 6px);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box {
    padding: 15px 0 13px 0;
  }
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box {
    padding-right: 3px;
  }
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box {
    padding-left: 3px;
  }
}
.webservice2 .sort-banner .float-list .float-list-slide .item .item-box .name {
  font-size: 24px;
  color: #e93a3a;
  margin-bottom: min(0.72916667vw, 14px);
}
@media (max-width:1600px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box .name {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box .name {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box .name {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box .name {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box .name {
    margin-bottom: 7px;
  }
}
.webservice2 .sort-banner .float-list .float-list-slide .item .item-box .text {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
}
@media (max-width:1600px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box .text {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box .text {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .webservice2 .sort-banner .float-list .float-list-slide .item .item-box .text {
    font-size: 12px;
  }
}
@media (max-width:1470px) {
  .webservice2 .sort-banner .float-list {
    padding: 0 60px;
  }
}
@media (max-width:1200px) {
  .webservice2 .sort-banner .sort-text .sevr1 {
    width: 349px;
    height: 56px;
    line-height: 45px;
  }
  .webservice2 .sort-banner .float-list {
    padding: 0 40px;
  }
}
@media (max-width:768px) {
  .webservice2 .sort-banner {
    height: 530px;
  }
  .webservice2 .sort-banner .sort-text .sevr1 {
    width: 230px;
    height: 40px;
    line-height: 31px;
    font-size: 14px;
  }
  .webservice2 .sort-banner .sort-text a {
    margin-top: 20px;
  }
  .webservice2 .sort-banner .float-list {
    padding: 0 17.5px;
  }
  .webservice2 .sort-banner .swiper-slide {
    width: 260px;
  }
  .webservice2 .sort-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
  }
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm1 .list .item .item-box .img {
    width: 32px;
  }
}
@media (max-width:1200px) {
  .webservice2 .webserv-npm1 {
    padding: 50px 0;
  }
  .webservice2 .webserv-npm1 .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .webservice2 .webserv-npm1 .list .item {
    width: 33.3333%;
    padding: 0 12px;
  }
  .webservice2 .webserv-npm1 .list .item:last-child {
    margin: auto;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm1 .list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .webservice2 .webserv-npm1 .list .item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 10px;
  }
  .webservice2 .webserv-npm1 .list .item .item-box {
    padding: 20px 10px;
  }
  .webservice2 .webserv-npm1 .list .item .item-box .img {
    width: 24px;
    margin-right: 10px;
  }
  .webservice2 .webserv-npm1 .list .item:last-child {
    margin: 0;
    margin-bottom: 10px;
  }
}
.webservice2 .webserv-npm2 .page-title .name {
  color: #e93a3a;
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm2 .ri a {
    width: 150px;
    line-height: 42px;
  }
}
@media (max-width:1200px) {
  .webservice2 .webserv-npm2 {
    padding: 50px 0;
  }
  .webservice2 .webserv-npm2 .ri a {
    margin-top: 0;
  }
}
@media (max-width:990px) {
  .webservice2 .webserv-npm2 .le {
    width: 75%;
    float: none;
    margin: auto;
  }
  .webservice2 .webserv-npm2 .ri {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .webservice2 .webserv-npm2 .ri li {
    margin-bottom: 10px;
  }
  .webservice2 .webserv-npm2 .ri a {
    margin-top: 10px;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm2 .le {
    width: 100%;
  }
}
.webservice2 .webserv-npm3 .page-title .text,
.webservice2 .webserv-npm3 .page-title .name {
  color: white;
}
@media (max-width:1600px) {
  .webservice2 .webserv-npm3 li {
    padding: 50px 55px 50px 15.5%;
    background-size: 21%;
  }
}
@media (max-width:1470px) {
  .webservice2 .webserv-npm3 li {
    padding: 40px 40px 40px 13.5%;
    background-size: 16%;
  }
}
@media (max-width:1200px) {
  .webservice2 .webserv-npm3 {
    padding: 50px 0 30px;
  }
  .webservice2 .webserv-npm3 li {
    padding: 30px 20px 30px 10.5%;
    background-position: 20px 50%;
    background-size: 14%;
    margin-bottom: 20px;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm3 ul {
    margin-top: 30px;
  }
  .webservice2 .webserv-npm3 li {
    padding: 70px 10px 30px 10px;
    background-position: 10px 14px;
    background-size: 30%;
  }
  .webservice2 .webserv-npm3 li .text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .webservice2 .webserv-npm3 li h6 {
    line-height: 1.2;
  }
  .webservice2 .webserv-npm3 li p {
    line-height: 1.4;
  }
  .webservice2 .webserv-npm3 li a {
    width: 80%;
    margin: auto;
    margin-bottom: 0;
  }
}
@media (max-width:1200px) {
  .webservice2 .webserv-npm4 ul {
    margin-left: -14px;
    margin-right: -14px;
  }
  .webservice2 .webserv-npm4 ul li {
    padding: 0 14px;
  }
}
@media (max-width:1200px) {
  .webservice2 .webserv-npm4 {
    padding: 50px 0 30px;
  }
  .webservice2 .webserv-npm4 ul {
    margin-top: 40px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .webservice2 .webserv-npm4 ul li {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .webservice2 .webserv-npm4 ul li a {
    min-width: auto;
    width: 80%;
    margin: auto;
    padding: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .webservice2 .webserv-npm4 ul li:hover .box {
    margin-top: 0;
  }
}
@media (max-width:990px) {
  .webservice2 .webserv-npm4 ul li {
    width: 33.3333%;
  }
}
@media (max-width:768px) {
  .webservice2 .webserv-npm4 ul {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 30px;
  }
  .webservice2 .webserv-npm4 ul li {
    padding: 0 6px;
    width: 50%;
  }
}
.webservice3 .sort-banner {
  height: 100vh;
}
.webservice3 .sort-banner .content {
  position: relative;
  height: 100%;
}
.webservice3 .sort-banner .sort-text {
  top: 50%;
}
.webservice3 .sort-banner .sort-text .list .item .ico {
  width: 25px;
}
@media (max-width:1470px) {
  .webservice3 .sort-banner .sort-text .sevr1 {
    line-height: 38px;
    height: 49px;
    width: 240px;
  }
  .webservice3 .sort-banner .sort-text .list .item .ico {
    width: 20px;
  }
}
@media (max-width:768px) {
  .webservice3 .sort-banner {
    height: 530px;
  }
  .webservice3 .sort-banner .sort-text .sevr1 {
    width: 200px;
    height: 40px;
    line-height: 31px;
    font-size: 14px;
  }
  .webservice3 .sort-banner .sort-text .sevr2 {
    letter-spacing: 0;
  }
  .webservice3 .sort-banner .sort-text .sevr3 {
    width: 72%;
    line-height: 1.2;
  }
  .webservice3 .sort-banner .sort-text .list {
    margin-top: 20px;
  }
  .webservice3 .sort-banner .sort-text .list .item {
    padding: 8px;
    margin-right: 6px;
  }
  .webservice3 .sort-banner .sort-text .list .item .ico {
    width: 10px;
  }
  .webservice3 .sort-banner .sort-text a {
    margin-top: 20px;
  }
  .webservice3 .sort-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 1;
  }
}
@media (max-width:1200px) {
  .webservice3 .webserv-npm1 {
    padding: 50px 0;
  }
  .webservice3 .webserv-npm1 ul {
    margin-top: 40px;
  }
  .webservice3 .webserv-npm1 ul li:hover .box {
    top: 0;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm1 ul {
    margin-top: 20px;
  }
  .webservice3 .webserv-npm1 li {
    width: 100%;
    margin-top: 20px;
  }
  .webservice3 .webserv-npm1 li .img {
    margin: auto;
    margin-bottom: 10px;
  }
}
@media (max-width:1470px) {
  .webservice3 .webserv-npm2 .content {
    width: 100%;
  }
}
@media (max-width:1200px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 36px;
  }
}
@media (max-width:1200px) and (max-width:1600px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 32px;
  }
}
@media (max-width:1200px) and (max-width:1470px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 28px;
  }
}
@media (max-width:1200px) and (max-width:1024px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 24px;
  }
}
@media (max-width:1200px) and (max-width:768px) {
  .webservice3 .webserv-npm2 .page-title .name {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm2 {
    height: 240px;
  }
  .webservice3 .webserv-npm2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    object-fit: cover;
    object-position: 50% 50%;
  }
  .webservice3 .webserv-npm2 .content {
    padding-top: 50px;
  }
  .webservice3 .webserv-npm2 .page-title a {
    margin-top: 10px;
  }
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm3 ul {
    margin-left: -14px;
    margin-right: -14px;
  }
  .webservice3 .webserv-npm3 ul li {
    padding: 0 14px;
  }
  .webservice3 .webserv-npm3 .ico {
    width: 60px;
  }
}
@media (max-width:1470px) {
  .webservice3 .webserv-npm3 .ico {
    width: 45px;
  }
}
@media (max-width:1200px) {
  .webservice3 .webserv-npm3 {
    padding: 50px 0 20px;
  }
  .webservice3 .webserv-npm3 ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .webservice3 .webserv-npm3 ul li {
    padding: 0 12px;
  }
}
@media (max-width:990px) {
  .webservice3 .webserv-npm3 .box {
    display: block;
  }
  .webservice3 .webserv-npm3 .box .text {
    margin-top: 10px;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm3 {
    padding: 50px 0 40px;
  }
  .webservice3 .webserv-npm3 ul {
    margin-left: -6px;
    margin-right: -6px;
  }
  .webservice3 .webserv-npm3 ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 10px;
  }
  .webservice3 .webserv-npm3 ul li .box {
    padding: 20px 10px;
  }
  .webservice3 .webserv-npm3 ul li .box .ico {
    width: 30px;
  }
}
@media (max-width:1600px) {
  .webservice3 .webserv-npm4 ul {
    margin-left: -14px;
    margin-right: -14px;
  }
  .webservice3 .webserv-npm4 ul li {
    padding: 0 14px;
  }
}
@media (max-width:1200px) {
  .webservice3 .webserv-npm4 {
    padding: 50px 0 30px;
  }
  .webservice3 .webserv-npm4 ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .webservice3 .webserv-npm4 ul li {
    padding: 0 12px;
    margin-bottom: 20px;
    width: 33.3333%;
  }
  .webservice3 .webserv-npm4 ul li .box {
    text-align: center;
  }
  .webservice3 .webserv-npm4 ul li .box p {
    text-align: center;
  }
  .webservice3 .webserv-npm4 ul li:nth-child(even) .box {
    top: 0;
  }
}
@media (max-width:768px) {
  .webservice3 .webserv-npm4 {
    padding: 50px 0 40px;
  }
  .webservice3 .webserv-npm4 ul {
    margin-left: -6px;
    margin-right: -6px;
  }
  .webservice3 .webserv-npm4 ul li {
    padding: 0 6px;
    margin-bottom: 10px;
    width: 50%;
  }
  .webservice3 .webserv-npm4 ul li .box {
    text-align: left;
  }
  .webservice3 .webserv-npm4 ul li .box h6 {
    margin: 0;
  }
  .webservice3 .webserv-npm4 ul li .box p {
    text-align: left;
  }
}
.visual-merchandising .sort-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.visual-merchandising .sort-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  animation: z-zoom 1s linear 1;
}
.visual-merchandising .sort-banner .content {
  position: relative;
  height: 100%;
  z-index: 3;
}
.visual-merchandising .sort-banner .sort-text {
  top: 45%;
}
.visual-merchandising .sort-banner .sort-text .title {
  position: relative;
  font-size: 70px;
  color: #444444;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .visual-merchandising .sort-banner .sort-text .title {
    font-size: 60px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .sort-banner .sort-text .title {
    font-size: 50px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .sort-text .title {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .sort-banner .sort-text .title {
    font-size: 30px;
  }
}
.visual-merchandising .sort-banner .sort-text .title::before {
  content: '';
  width: 1em;
  height: 1em;
  font-size: 36px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 0;
  border: 6px solid #fff;
  transform: translateY(-100%);
}
@media (max-width:1600px) {
  .visual-merchandising .sort-banner .sort-text .title::before {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .sort-banner .sort-text .title::before {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .sort-text .title::before {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .sort-banner .sort-text .title::before {
    font-size: 20px;
  }
}
.visual-merchandising .sort-banner .sort-text .title em,
.visual-merchandising .sort-banner .sort-text .title em:nth-child(n+9) {
  color: #e93a3a;
}
.visual-merchandising .sort-banner .sort-text .intro {
  font-size: 22px;
  color: #666666;
  line-height: 2;
}
@media (max-width:1600px) {
  .visual-merchandising .sort-banner .sort-text .intro {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .sort-banner .sort-text .intro {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .sort-text .intro {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .sort-banner .sort-text .intro {
    font-size: 12px;
  }
}
.visual-merchandising .sort-banner .sort-text a {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: min(2.60416667vw, 50px);
}
@media (max-width:1600px) {
  .visual-merchandising .sort-banner .sort-text a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .sort-banner .sort-text a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .sort-banner .sort-text a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .visual-merchandising .sort-banner .sort-text a {
    width: 145px;
  }
}
@media (max-width:990px) {
  .visual-merchandising .sort-banner .sort-text a {
    width: 125px !important;
    height: 35px !important;
  }
}
.visual-merchandising .sort-banner .sort-text a:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .sort-text a {
    margin-top: 25px;
  }
}
.visual-merchandising .sort-banner .float-list {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: min(1.92708333vw, 37px);
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .float-list {
    margin-bottom: 18.5px;
  }
}
.visual-merchandising .sort-banner .float-list .float-list-slide .item {
  text-align: center;
}
.visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box {
  height: 100%;
  padding: min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  padding-right: min(1.875vw, 36px);
  padding-left: min(1.875vw, 36px);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box {
    padding: 20px 0 20px 0;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box {
    padding-right: 18px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box {
    padding-left: 18px;
  }
}
.visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .name {
  font-size: 28px;
  color: #e93a3a;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .name {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .name {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .name {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .name {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .name {
    margin-bottom: 10px;
  }
}
.visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .text {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
}
@media (max-width:1600px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .text {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .text {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .sort-banner .float-list .float-list-slide .item .item-box .text {
    font-size: 12px;
  }
}
.visual-merchandising .sort-banner .float-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width:1470px) {
  .visual-merchandising .sort-banner .float-list {
    padding: 0 60px;
  }
}
@media (max-width:1200px) {
  .visual-merchandising .sort-banner .float-list {
    padding: 0 40px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .sort-banner {
    height: 530px;
  }
  .visual-merchandising .sort-banner .sort-text .title {
    color: white;
  }
  .visual-merchandising .sort-banner .sort-text .title::before {
    width: 0.5em;
    height: 0.5em;
    top: -5px;
    border: 2px solid #fff;
  }
  .visual-merchandising .sort-banner .sort-text .intro {
    color: white;
  }
  .visual-merchandising .sort-banner .sort-text a {
    margin-top: 20px;
  }
  .visual-merchandising .sort-banner .float-list {
    padding: 0 17.5px;
  }
  .visual-merchandising .sort-banner .swiper-slide {
    width: 260px;
  }
  .visual-merchandising .sort-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
  }
}
.visual-merchandising .visual-merchandising-box1 {
  padding: min(4.6875vw, 90px) 0 min(4.42708333vw, 85px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 {
    padding: 45px 0 42.5px 0;
  }
}
.visual-merchandising .visual-merchandising-box1 .Box {
  margin-top: min(3.33333333vw, 64px);
  box-shadow: 0px 0px 25px 0px #d5d5d5;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box {
    margin-top: 32px;
  }
}
.visual-merchandising .visual-merchandising-box1 .Box .tab-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #efefef;
  text-align: center;
}
.visual-merchandising .visual-merchandising-box1 .Box .tab-name a {
  width: 20%;
  font-size: 24px;
  color: #555555;
  line-height: 1.4;
  padding: min(1.14583333vw, 22px) 0 min(1.14583333vw, 22px);
  position: relative;
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box1 .Box .tab-name a {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box1 .Box .tab-name a {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .tab-name a {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box1 .Box .tab-name a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .tab-name a {
    padding: 11px 0 11px 0;
  }
}
.visual-merchandising .visual-merchandising-box1 .Box .tab-name a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #e93a3a;
  position: absolute;
  top: 0;
  left: 0;
}
.visual-merchandising .visual-merchandising-box1 .Box .tab-name a.on {
  background-color: #fff;
  color: #e93a3a;
}
.visual-merchandising .visual-merchandising-box1 .Box .tab-name a.on::before {
  width: 100%;
}
.visual-merchandising .visual-merchandising-box1 .Box .tab-wrap {
  padding: min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  padding-left: min(2.08333333vw, 40px);
  padding-right: min(2.08333333vw, 40px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .tab-wrap {
    padding: 20px 0 20px 0;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .tab-wrap {
    padding-left: 20px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .tab-wrap {
    padding-right: 20px;
  }
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box .img {
  width: 72.9%;
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box .img .pb {
  padding-bottom: 49.5%;
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box {
  width: 27.1%;
  text-align: center;
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box {
    padding: 0 10px 0 10px;
  }
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box .text {
  width: 100%;
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box h5 {
  font-size: 28px;
  color: #444444;
  margin-bottom: min(0.9375vw, 18px);
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box h5 {
    font-size: 24px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box h5 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box h5 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box h5 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box h5 {
    margin-bottom: 9px;
  }
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box p {
  font-size: 20px;
  color: #666666;
  line-height: 2;
  text-align: center;
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box p {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box p {
    font-size: 12px;
  }
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box a {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  margin-top: min(2.86458333vw, 55px);
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box a {
    width: 145px;
  }
}
@media (max-width:990px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box a {
    width: 125px !important;
    height: 35px !important;
  }
}
.visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box a:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box a {
    margin-top: 27.5px;
  }
}
@media (max-width:1200px) {
  .visual-merchandising .visual-merchandising-box1 {
    padding: 50px 0;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box1 .tabBox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .visual-merchandising .visual-merchandising-box1 .tabBox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .visual-merchandising .visual-merchandising-box1 .tabBox::-webkit-scrollbar-thumb {
    background-color: #076ebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .visual-merchandising .visual-merchandising-box1 .tabBox .tab-name {
    font-size: 0;
    overflow: visible;
    position: relative;
    display: block;
  }
  .visual-merchandising .visual-merchandising-box1 .tabBox .tab-name a {
    width: auto;
    padding: 10px 20px;
    display: inline-block;
    background-color: #efefef;
  }
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box {
    display: block;
  }
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .img {
    width: 100%;
    margin: auto;
  }
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box {
    width: auto;
    padding: 0;
    margin-top: 20px;
  }
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box .p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .visual-merchandising .visual-merchandising-box1 .Box .wrap-box .text-box .p p {
    width: 50%;
    padding: 0 10px;
  }
}
.visual-merchandising .visual-merchandising-box2 {
  background: url(../images/visual-merchandising/visual-merchandising-box2-bg.jpg);
  padding: min(4.16666667vw, 80px) 0 min(4.16666667vw, 80px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box2 {
    padding: 40px 0 40px 0;
  }
}
.visual-merchandising .visual-merchandising-box2 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.visual-merchandising .visual-merchandising-box2 .wrap-box .text-box {
  width: 56%;
  padding-top: min(1.40625vw, 27px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box {
    padding-top: 13.5px;
  }
}
.visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: min(3.64583333vw, 70px) 0 min(4.42708333vw, 85px);
  margin-left: -22px;
  margin-right: -22px;
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list {
    margin: 35px 0 42.5px;
  }
}
.visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item {
  width: 25%;
  padding: 0 22px;
}
.visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item .img {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item .img {
    margin-bottom: 10px;
  }
}
.visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item .text {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  text-align: center;
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item .text {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item .text {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item .text {
    font-size: 12px;
  }
}
.visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .down a {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .down a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .down a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .down a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .down a {
    width: 145px;
  }
}
@media (max-width:990px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .down a {
    width: 125px !important;
    height: 35px !important;
  }
}
.visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .down a:hover {
  border-radius: 20px;
}
.visual-merchandising .visual-merchandising-box2 .wrap-box .imgbg {
  width: 39.5%;
}
@media (max-width:1200px) {
  .visual-merchandising .visual-merchandising-box2 {
    padding: 50px 0;
  }
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item {
    padding: 0 12px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box2 .wrap-box {
    display: block;
  }
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box {
    width: auto;
  }
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .visual-merchandising .visual-merchandising-box2 .wrap-box .text-box .list .item {
    width: 50%;
    margin-bottom: 15px;
  }
  .visual-merchandising .visual-merchandising-box2 .wrap-box .imgbg {
    width: 80%;
    margin: auto;
    margin-top: 20px;
    display: none;
  }
}
.visual-merchandising .visual-merchandising-box3 {
  background: url(../images/visual-merchandising/visual-merchandising-box3-bg.jpg) no-repeat center;
  background-size: cover;
  padding: min(3.90625vw, 75px) 0 min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box3 {
    padding: 37.5px 0 50px 0;
  }
}
.visual-merchandising .visual-merchandising-box3 .page-title .name {
  color: white;
}
.visual-merchandising .visual-merchandising-box3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}
.visual-merchandising .visual-merchandising-box3 .list .item {
  padding: 0 22px;
  margin-top: 40px;
  width: 33.33333%;
}
.visual-merchandising .visual-merchandising-box3 .list .item .item-box {
  height: 100%;
  padding: min(2.39583333vw, 46px) 0 min(2.39583333vw, 46px);
  padding-right: min(8.69791667vw, 167px);
  padding-left: min(1.875vw, 36px);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box {
    padding: 23px 0 23px 0;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box {
    padding-right: 83.5px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box {
    padding-left: 18px;
  }
}
.visual-merchandising .visual-merchandising-box3 .list .item .item-box .text {
  position: relative;
  z-index: 1;
}
.visual-merchandising .visual-merchandising-box3 .list .item .item-box .text h5 {
  font-size: 24px;
  color: #444444;
  margin-bottom: min(0.625vw, 12px);
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .text h5 {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .text h5 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .text h5 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .text h5 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .text h5 {
    margin-bottom: 6px;
  }
}
.visual-merchandising .visual-merchandising-box3 .list .item .item-box .text p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .text p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .text p {
    font-size: 12px;
  }
}
.visual-merchandising .visual-merchandising-box3 .list .item .item-box .ico {
  height: 90px;
  position: absolute;
  right: 13px;
  bottom: 20px;
  overflow: hidden;
}
.visual-merchandising .visual-merchandising-box3 .list .item .item-box .ico img {
  height: 90px;
}
@media (max-width:1200px) {
  .visual-merchandising .visual-merchandising-box3 {
    padding: 50px 0;
  }
  .visual-merchandising .visual-merchandising-box3 .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .visual-merchandising .visual-merchandising-box3 .list .item {
    padding: 0 12px;
  }
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .ico {
    height: 50px;
  }
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .ico img {
    height: 50px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box3 .list .item {
    width: 50%;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box3 .list {
    margin-top: 30px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .visual-merchandising .visual-merchandising-box3 .list .item {
    padding: 0 6px;
    margin-top: 10px;
  }
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box {
    padding: 20px 0px 20px 10px;
  }
  .visual-merchandising .visual-merchandising-box3 .list .item .item-box .ico {
    display: none;
  }
}
.visual-merchandising .visual-merchandising-box4 {
  padding: min(4.42708333vw, 85px) 0 min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 {
    padding: 42.5px 0 45px 0;
  }
}
.visual-merchandising .visual-merchandising-box4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
  margin-top: min(4.42708333vw, 85px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list {
    margin-top: 42.5px;
  }
}
.visual-merchandising .visual-merchandising-box4 .list .item {
  padding: 0 22px;
  width: 25%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.visual-merchandising .visual-merchandising-box4 .list .item .item-box {
  height: 100%;
  padding: min(1.04166667vw, 20px) 0 min(3.125vw, 60px);
  padding-right: min(1.45833333vw, 28px);
  padding-left: min(1.45833333vw, 28px);
  background-color: #fff;
  border: 3px solid #f8f8f8;
  border-radius: 5px;
  position: relative;
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box {
    padding: 10px 0 30px 0;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box {
    padding-right: 14px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box {
    padding-left: 14px;
  }
}
.visual-merchandising .visual-merchandising-box4 .list .item .item-box .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up {
    margin-bottom: 10px;
  }
}
.visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
  width: 251px;
  height: 70px;
  line-height: 60px;
  padding-left: min(1.875vw, 36px);
  margin-left: min(-1.45833333vw, -28px);
  transform: translateX(-7px);
  background: url(../images/visual-merchandising/visual-merchandising-box4-nameBg.png) no-repeat center;
  font-size: 26px;
  color: #fff;
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    padding-left: 18px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    margin-left: -14px;
  }
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    font-size: 16px;
  }
}
.visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .en {
  font-size: 18px;
  color: #999999;
  line-height: 1;
  margin-bottom: 11px;
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .en {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .en {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .en {
    font-size: 12px;
  }
}
.visual-merchandising .visual-merchandising-box4 .list .item .item-box .text {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .text {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .text {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .text {
    font-size: 12px;
  }
}
.visual-merchandising .visual-merchandising-box4 .list .item:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.visual-merchandising .visual-merchandising-box4 .list .item:hover .item-box {
  box-shadow: 0px 0px 15px 0px #d5d5d5;
}
@media (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    width: 179px;
    height: 50px;
    background-size: 100%;
    font-size: 22px;
    line-height: 44px;
    transform: translateX(-4px);
  }
}
@media (max-width:1600px) and (max-width:1600px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    font-size: 18px;
  }
}
@media (max-width:1600px) and (max-width:1470px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    font-size: 16px;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    font-size: 14px;
  }
}
@media (max-width:1600px) and (max-width:768px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    font-size: 12px;
  }
}
@media (max-width:1200px) {
  .visual-merchandising .visual-merchandising-box4 {
    padding: 50px 0;
  }
  .visual-merchandising .visual-merchandising-box4 .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .visual-merchandising .visual-merchandising-box4 .list .item {
    padding: 0 12px;
  }
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    transform: translateX(1px);
  }
  .visual-merchandising .visual-merchandising-box4 .list .item:hover {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width:1024px) {
  .visual-merchandising .visual-merchandising-box4 .list {
    margin-top: 20px;
  }
  .visual-merchandising .visual-merchandising-box4 .list .item {
    width: 50%;
    margin-top: 20px;
  }
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    transform: translateX(-10px);
  }
}
@media (max-width:768px) {
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .name {
    transform: translateX(-5px);
  }
  .visual-merchandising .visual-merchandising-box4 .list .item .item-box .up .en {
    display: none;
  }
}
.mobile-internet .sort-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.mobile-internet .sort-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  animation: z-zoom 1s linear 1;
}
.mobile-internet .sort-banner .content {
  position: relative;
  height: 100%;
  z-index: 3;
}
.mobile-internet .sort-banner .sort-text {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-internet .sort-banner .sort-text .slogan {
  min-width: 329px;
  background: url(../images/mobile-internet/banner-dbx.png) no-repeat;
  background-size: 100%;
  height: 67px;
  font-size: 26px;
  color: white;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  letter-spacing: 2px;
}
@media (max-width:1600px) {
  .mobile-internet .sort-banner .sort-text .slogan {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .sort-banner .sort-text .slogan {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .sort-banner .sort-text .slogan {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .mobile-internet .sort-banner .sort-text .slogan {
    font-size: 16px;
  }
}
.mobile-internet .sort-banner .sort-text .title {
  position: relative;
  font-size: 80px;
  color: #fff;
  line-height: 1.4;
  margin: min(1.5625vw, 30px) 0 min(1.5625vw, 30px);
}
@media (max-width:1600px) {
  .mobile-internet .sort-banner .sort-text .title {
    font-size: 62px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .sort-banner .sort-text .title {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .sort-banner .sort-text .title {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .mobile-internet .sort-banner .sort-text .title {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .sort-banner .sort-text .title {
    margin: 15px 0 15px;
  }
}
.mobile-internet .sort-banner .sort-text .intro {
  font-size: 22px;
  color: #fff;
  line-height: 2;
  margin-bottom: min(2.70833333vw, 52px);
}
@media (max-width:1600px) {
  .mobile-internet .sort-banner .sort-text .intro {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .sort-banner .sort-text .intro {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .sort-banner .sort-text .intro {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .mobile-internet .sort-banner .sort-text .intro {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .sort-banner .sort-text .intro {
    margin-bottom: 26px;
  }
}
.mobile-internet .sort-banner .sort-text .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}
.mobile-internet .sort-banner .sort-text .list .item {
  padding: 0 23px;
  margin-bottom: min(0.83333333vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1024px) {
  .mobile-internet .sort-banner .sort-text .list .item {
    margin-bottom: 8px;
  }
}
.mobile-internet .sort-banner .sort-text .list .item .text {
  font-size: 18px;
  color: white;
  margin-left: min(0.41666667vw, 8px);
}
@media (max-width:1600px) {
  .mobile-internet .sort-banner .sort-text .list .item .text {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .sort-banner .sort-text .list .item .text {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .mobile-internet .sort-banner .sort-text .list .item .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .sort-banner .sort-text .list .item .text {
    margin-left: 4px;
  }
}
.mobile-internet .sort-banner .sort-text a {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: min(3.85416667vw, 74px);
}
@media (max-width:1600px) {
  .mobile-internet .sort-banner .sort-text a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .sort-banner .sort-text a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .mobile-internet .sort-banner .sort-text a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .mobile-internet .sort-banner .sort-text a {
    width: 145px;
  }
}
@media (max-width:990px) {
  .mobile-internet .sort-banner .sort-text a {
    width: 125px !important;
    height: 35px !important;
  }
}
.mobile-internet .sort-banner .sort-text a:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .mobile-internet .sort-banner .sort-text a {
    margin-top: 37px;
  }
}
@media (max-width:768px) {
  .mobile-internet .sort-banner {
    height: 530px;
  }
  .mobile-internet .sort-banner .sort-text .slogan {
    min-width: 200px;
    height: 40px;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0px;
  }
  .mobile-internet .sort-banner .sort-text .title {
    margin: 0 0 12px;
  }
  .mobile-internet .sort-banner .sort-text a {
    margin-top: 20px;
  }
  .mobile-internet .sort-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
  }
}
.mobile-internet .mobile-internet-box1 {
  padding: min(4.27083333vw, 82px) 0 min(2.60416667vw, 50px);
  background-color: #eff2f5;
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 {
    padding: 41px 0 25px 0;
  }
}
.mobile-internet .mobile-internet-box1 .tab-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: min(1.97916667vw, 38px) 0 min(3.54166667vw, 68px);
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .tab-name {
    margin: 19px 0 34px;
  }
}
.mobile-internet .mobile-internet-box1 .tab-name a {
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .tab-name a {
    padding: 0 10px 0 10px;
  }
}
.mobile-internet .mobile-internet-box1 .tab-name a .a-box {
  min-width: 200px;
  height: 60px;
  background-color: #f1f2f3;
  border: 1px solid white;
  box-shadow: 0px 0px 15px 0px #d5d5d5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mobile-internet .mobile-internet-box1 .tab-name a .a-box .text {
  font-size: 20px;
  color: #666666;
  margin-left: min(0.625vw, 12px);
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box1 .tab-name a .a-box .text {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box1 .tab-name a .a-box .text {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .tab-name a .a-box .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .tab-name a .a-box .text {
    margin-left: 6px;
  }
}
.mobile-internet .mobile-internet-box1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.mobile-internet .mobile-internet-box1 .list .item {
  padding: 0 15px;
  margin-bottom: 40px;
  width: 50%;
}
.mobile-internet .mobile-internet-box1 .list .item .item-box {
  background-color: #fff;
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
  padding-top: min(1.04166667vw, 20px);
  padding-bottom: min(1.04166667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box {
    padding: 0 10px 0 10px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box {
    padding-top: 10px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box {
    padding-bottom: 10px;
  }
}
.mobile-internet .mobile-internet-box1 .list .item .item-box .img {
  width: 40.5%;
  overflow: hidden;
}
.mobile-internet .mobile-internet-box1 .list .item .item-box .img .pb {
  padding-bottom: 112%;
}
.mobile-internet .mobile-internet-box1 .list .item .item-box .text-box {
  width: 54%;
}
.mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
  font-size: 26px;
  color: #444444;
  margin: min(1.35416667vw, 26px) 0 min(1.14583333vw, 22px);
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    margin: 13px 0 11px;
  }
}
.mobile-internet .mobile-internet-box1 .list .item .item-box .text-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.mobile-internet .mobile-internet-box1 .list .item .item-box .text-box li {
  width: 60%;
  padding-right: 8px;
}
.mobile-internet .mobile-internet-box1 .list .item .item-box .text-box li:nth-of-type(even) {
  width: 40%;
}
.mobile-internet .mobile-internet-box1 .list .item .item-box .text-box p {
  font-size: 18px;
  color: #666666;
  line-height: 2;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box p {
    font-size: 12px;
  }
}
@media (max-width:1200px) {
  .mobile-internet .mobile-internet-box1 {
    padding: 50px 0 10px;
  }
  .mobile-internet .mobile-internet-box1 .tab-name a {
    padding: 0 8px;
  }
  .mobile-internet .mobile-internet-box1 .tab-name a .a-box {
    min-width: 140px;
    height: 45px;
  }
  .mobile-internet .mobile-internet-box1 .tab-name a .a-box img {
    height: 14px;
  }
  .mobile-internet .mobile-internet-box1 .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .mobile-internet .mobile-internet-box1 .list .item {
    padding: 0 12px;
  }
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 24px;
    margin: 12px 0 4px;
  }
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box li {
    width: 100%;
  }
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box li:nth-of-type(even) {
    width: 100%;
  }
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box p {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width:1200px) and (max-width:1600px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 18px;
  }
}
@media (max-width:1200px) and (max-width:1470px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 16px;
  }
}
@media (max-width:1200px) and (max-width:1024px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 15px;
  }
}
@media (max-width:1200px) and (max-width:768px) {
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box1 .tab-name {
    margin: 20px 0;
    margin-left: -7px;
    margin-right: -7px;
  }
  .mobile-internet .mobile-internet-box1 .tab-name a {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 10px;
  }
  .mobile-internet .mobile-internet-box1 .tab-name a .a-box {
    min-width: auto;
  }
  .mobile-internet .mobile-internet-box1 .list .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .mobile-internet .mobile-internet-box1 .list .item .item-box .text-box .name {
    margin: 0 0 4px;
  }
}
.mobile-internet .mobile-internet-box2 {
  overflow: hidden;
  padding-top: min(4.47916667vw, 86px);
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box2 {
    padding-top: 43px;
  }
}
.mobile-internet .mobile-internet-box2 .Box {
  padding-top: 38px;
  padding-bottom: 17px;
  margin-top: min(3.4375vw, 66px);
  position: relative;
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box2 .Box {
    margin-top: 33px;
  }
}
.mobile-internet .mobile-internet-box2 .Box .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 37%;
}
.mobile-internet .mobile-internet-box2 .Box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 68px;
}
.mobile-internet .mobile-internet-box2 .Box .list .item {
  width: 27.5%;
}
.mobile-internet .mobile-internet-box2 .Box .list .item .item-box {
  padding: 0 min(0.52083333vw, 10px) 0 min(1.04166667vw, 20px);
  padding-top: min(1.04166667vw, 20px);
  padding-bottom: min(1.04166667vw, 20px);
  height: 100%;
  background-color: #f1f2f3;
  border: 1px solid white;
  box-shadow: 0px 0px 15px 0px #d5d5d5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box2 .Box .list .item .item-box {
    padding: 0 5px 0 10px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box2 .Box .list .item .item-box {
    padding-top: 10px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box2 .Box .list .item .item-box {
    padding-bottom: 10px;
  }
}
.mobile-internet .mobile-internet-box2 .Box .list .item .item-box .text {
  font-size: 20px;
  color: #666666;
  margin-left: min(1.04166667vw, 20px);
  flex: 1;
  line-height: 1.6;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box2 .Box .list .item .item-box .text {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box2 .Box .list .item .item-box .text {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box2 .Box .list .item .item-box .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box2 .Box .list .item .item-box .text {
    margin-left: 10px;
  }
}
@media (max-width:1200px) {
  .mobile-internet .mobile-internet-box2 {
    padding-top: 50px;
  }
  .mobile-internet .mobile-internet-box2 .Box .list {
    margin-bottom: min(5.20833333vw, 100px);
  }
}
@media (max-width:1200px) and (max-width:1024px) {
  .mobile-internet .mobile-internet-box2 .Box .list {
    margin-bottom: 50px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box2 {
    padding-bottom: 40px;
  }
  .mobile-internet .mobile-internet-box2 .Box {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  .mobile-internet .mobile-internet-box2 .Box .list {
    margin-bottom: 10px;
  }
  .mobile-internet .mobile-internet-box2 .Box .list .item {
    width: 49%;
  }
  .mobile-internet .mobile-internet-box2 .Box .list .item img {
    height: 20px;
  }
  .mobile-internet .mobile-internet-box2 .Box .bg {
    position: static;
    width: auto;
    text-align: center;
    display: none;
  }
}
.mobile-internet .mobile-internet-box3 {
  padding-top: min(4.53125vw, 87px);
  background: url(../images/mobile-internet/mobile-internet-box3Bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 {
    padding-top: 43.5px;
  }
}
.mobile-internet .mobile-internet-box3 .page-title .text,
.mobile-internet .mobile-internet-box3 .page-title .name {
  color: white;
}
.mobile-internet .mobile-internet-box3 .Box {
  margin-top: min(3.33333333vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box {
    margin-top: 32px;
  }
}
.mobile-internet .mobile-internet-box3 .Box .tabBox {
  width: 23.7%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 min(1.04166667vw, 20px) 0 min(1.04166667vw, 20px);
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .tabBox {
    padding: 0 10px 0 10px;
  }
}
.mobile-internet .mobile-internet-box3 .Box .tab-name {
  width: 100%;
}
.mobile-internet .mobile-internet-box3 .Box .tab-name a {
  font-size: 18px;
  display: block;
  color: white;
  padding: min(0.9375vw, 18px) 0 min(0.9375vw, 18px);
  margin-bottom: min(2.08333333vw, 40px);
  border-radius: 20px 20px 20px 0;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-name a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-name a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-name a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-name a {
    padding: 9px 0 9px 0;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-name a {
    margin-bottom: 20px;
  }
}
.mobile-internet .mobile-internet-box3 .Box .tab-name a:last-child {
  margin-bottom: 0;
}
.mobile-internet .mobile-internet-box3 .Box .tab-name a.on {
  background-color: #e93a3a;
  color: white;
}
.mobile-internet .mobile-internet-box3 .Box .tab-wrap {
  padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px);
  padding-left: min(1.5625vw, 30px);
  padding-right: min(1.5625vw, 30px);
  flex: 1;
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-wrap {
    padding: 15px 0 15px 0;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-wrap {
    padding-left: 15px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-wrap {
    padding-right: 15px;
  }
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box .img {
  width: 64.2%;
  overflow: hidden;
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box .img .pb {
  padding-bottom: 64.9%;
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box {
  width: 38.8%;
  text-align: center;
  padding: 0 min(0.52083333vw, 10px) 0 min(2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box {
    padding: 0 5px 0 20px;
  }
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box .text {
  width: 100%;
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
  font-size: 26px;
  color: white;
  margin-bottom: min(1.35416667vw, 26px);
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 23px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    margin-bottom: 13px;
  }
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box p {
  font-size: 18px;
  color: white;
  line-height: 2;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box p {
    font-size: 12px;
  }
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box a {
  font-size: 16px;
  color: white;
  line-height: 36px;
  border: 1px solid white;
  border-radius: 18px;
  padding: 0 min(1.5625vw, 30px) 0 min(1.5625vw, 30px);
  margin: auto;
  margin-top: min(5.20833333vw, 100px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box a {
    padding: 0 15px 0 15px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box a {
    margin-top: 50px;
  }
}
.mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box a:hover {
  background-color: #e93a3a;
  border-color: #e93a3a;
}
@media (max-width:1200px) {
  .mobile-internet .mobile-internet-box3 {
    padding-top: 50px;
  }
  .mobile-internet .mobile-internet-box3 .Box .tab-name a {
    margin-bottom: min(1.5625vw, 30px);
  }
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 24px;
  }
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box p {
    line-height: 1.4;
  }
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box a {
    margin-top: 20px;
  }
}
@media (max-width:1200px) and (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .tab-name a {
    margin-bottom: 15px;
  }
}
@media (max-width:1200px) and (max-width:1600px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 18px;
  }
}
@media (max-width:1200px) and (max-width:1470px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 16px;
  }
}
@media (max-width:1200px) and (max-width:1024px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 15px;
  }
}
@media (max-width:1200px) and (max-width:768px) {
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box h5 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box3 .Box {
    display: block;
  }
  .mobile-internet .mobile-internet-box3 .Box .tabBox {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
  }
  .mobile-internet .mobile-internet-box3 .Box .tabBox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .mobile-internet .mobile-internet-box3 .Box .tabBox::-webkit-scrollbar-thumb {
    background-color: #076ebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .mobile-internet .mobile-internet-box3 .Box .tabBox .tab-name {
    font-size: 0;
    overflow: visible;
    position: relative;
    display: block;
  }
  .mobile-internet .mobile-internet-box3 .Box .tabBox .tab-name a {
    width: auto;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
  }
  .mobile-internet .mobile-internet-box3 .Box .wrap-box {
    display: block;
  }
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .img {
    width: 100%;
  }
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .mobile-internet .mobile-internet-box3 .Box .wrap-box .text-box p {
    text-align: center;
  }
}
.mobile-internet .mobile-internet-box4 {
  padding: min(4.42708333vw, 85px) 0 min(5.10416667vw, 98px);
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box4 {
    padding: 42.5px 0 49px 0;
  }
}
.mobile-internet .mobile-internet-box4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: min(4.42708333vw, 85px);
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box4 .list {
    margin-top: 42.5px;
  }
}
.mobile-internet .mobile-internet-box4 .list .item {
  padding: 0 16px;
  width: 33.3333%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-internet .mobile-internet-box4 .list .item .item-box {
  display: block;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.mobile-internet .mobile-internet-box4 .list .item .item-box .img {
  overflow: hidden;
}
.mobile-internet .mobile-internet-box4 .list .item .item-box .img .pb {
  padding-bottom: 59.5%;
}
.mobile-internet .mobile-internet-box4 .list .item .item-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: min(2.08333333vw, 40px) 0 min(2.08333333vw, 40px);
  padding-right: min(1.51041667vw, 29px);
  padding-left: min(1.51041667vw, 29px);
  border: 2px solid #f8f8f8;
  border-top: none;
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text {
    padding: 20px 0 20px 0;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text {
    padding-right: 14.5px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text {
    padding-left: 14.5px;
  }
}
.mobile-internet .mobile-internet-box4 .list .item .item-box .text .t1 {
  font-size: 20px;
  color: #666666;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t1 {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t1 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t1 {
    font-size: 12px;
  }
}
.mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  background-color: transparent;
  border: 1px solid #efefef;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
    width: 145px;
  }
}
@media (max-width:990px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
    width: 125px !important;
    height: 35px !important;
  }
}
.mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2:hover {
  border-radius: 20px;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
    font-size: 12px;
  }
}
.mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2:hover {
  color: white;
  background-color: #e93a3a;
}
.mobile-internet .mobile-internet-box4 .list .item:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.mobile-internet .mobile-internet-box4 .list .item:hover .item-box {
  box-shadow: 0px 0px 15px 0px #d5d5d5;
}
@media (max-width:1600px) {
  .mobile-internet .mobile-internet-box4 .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .mobile-internet .mobile-internet-box4 .list .item {
    padding: 0 12px;
  }
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text {
    padding-left: min(1.04166667vw, 20px);
    padding-right: min(1.04166667vw, 20px);
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text {
    padding-left: 10px;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text {
    padding-right: 10px;
  }
}
@media (max-width:1200px) {
  .mobile-internet .mobile-internet-box4 .list .item .item-box .text .t2 {
    display: none;
  }
  .mobile-internet .mobile-internet-box4 .list .item:hover {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width:480px) {
  .mobile-internet .mobile-internet-box4 .list {
    margin-top: 10px;
  }
  .mobile-internet .mobile-internet-box4 .list .item {
    width: 100%;
    margin-top: 20px;
  }
}
.new-media .sort-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.new-media .sort-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  animation: z-zoom 1s linear 1;
}
.new-media .sort-banner .content {
  position: relative;
  height: 100%;
  z-index: 3;
}
.new-media .sort-banner .sort-text {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-media .sort-banner .sort-text .slogan {
  min-width: 465px;
  background: url(../images/new-media/banner-dbx.png) no-repeat;
  background-size: 100%;
  height: 104px;
  font-size: 30px;
  color: white;
  text-align: center;
  display: inline-block;
  line-height: 90px;
}
@media (max-width:1600px) {
  .new-media .sort-banner .sort-text .slogan {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .new-media .sort-banner .sort-text .slogan {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .new-media .sort-banner .sort-text .slogan {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .new-media .sort-banner .sort-text .slogan {
    font-size: 18px;
  }
}
.new-media .sort-banner .sort-text .title {
  position: relative;
  font-size: 80px;
  line-height: 1.4;
  margin: min(0vw, 0px) 0 min(1.5625vw, 30px);
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffdd77), to(#ff9872));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}
@media (max-width:1600px) {
  .new-media .sort-banner .sort-text .title {
    font-size: 62px;
  }
}
@media (max-width:1470px) {
  .new-media .sort-banner .sort-text .title {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .new-media .sort-banner .sort-text .title {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .new-media .sort-banner .sort-text .title {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .new-media .sort-banner .sort-text .title {
    margin: 0px 0 15px;
  }
}
.new-media .sort-banner .sort-text .intro {
  font-size: 22px;
  color: #fff;
  line-height: 2;
  margin-bottom: min(3.64583333vw, 70px);
}
@media (max-width:1600px) {
  .new-media .sort-banner .sort-text .intro {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .new-media .sort-banner .sort-text .intro {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .new-media .sort-banner .sort-text .intro {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .new-media .sort-banner .sort-text .intro {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .new-media .sort-banner .sort-text .intro {
    margin-bottom: 35px;
  }
}
.new-media .sort-banner .sort-text .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
}
.new-media .sort-banner .sort-text .list .item {
  padding: 0 27px;
  text-align: center;
}
.new-media .sort-banner .sort-text .list .item .ico {
  height: 50px;
  overflow: hidden;
}
.new-media .sort-banner .sort-text .list .item .ico img {
  height: 50px;
}
.new-media .sort-banner .sort-text .list .item .text {
  font-size: 20px;
  color: white;
  margin-top: min(0.625vw, 12px);
}
@media (max-width:1600px) {
  .new-media .sort-banner .sort-text .list .item .text {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .new-media .sort-banner .sort-text .list .item .text {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new-media .sort-banner .sort-text .list .item .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .new-media .sort-banner .sort-text .list .item .text {
    margin-top: 6px;
  }
}
.new-media .sort-banner .sort-text a {
  width: 192px;
  height: 40px;
  border-radius: 20px 20px 20px 0;
  background-color: #e93a3a;
  font-size: 18px;
  color: white;
  position: relative;
  overflow: hidden;
  letter-spacing: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: min(3.85416667vw, 74px);
}
@media (max-width:1600px) {
  .new-media .sort-banner .sort-text a {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .new-media .sort-banner .sort-text a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .new-media .sort-banner .sort-text a {
    font-size: 12px;
  }
}
@media (max-width:1150px) {
  .new-media .sort-banner .sort-text a {
    width: 145px;
  }
}
@media (max-width:990px) {
  .new-media .sort-banner .sort-text a {
    width: 125px !important;
    height: 35px !important;
  }
}
.new-media .sort-banner .sort-text a:hover {
  border-radius: 20px;
}
@media (max-width:1024px) {
  .new-media .sort-banner .sort-text a {
    margin-top: 37px;
  }
}
@media (max-width:1470px) {
  .new-media .sort-banner .sort-text .slogan {
    min-width: 370px;
    height: 80px;
    line-height: 72px;
  }
  .new-media .sort-banner .sort-text .list {
    margin-left: -16px;
    margin-right: -16px;
  }
  .new-media .sort-banner .sort-text .list .item {
    padding: 0 16px;
  }
  .new-media .sort-banner .sort-text .list .item .ico {
    height: 30px;
  }
  .new-media .sort-banner .sort-text .list .item .ico img {
    height: 30px;
  }
}
@media (max-width:1200px) {
  .new-media .sort-banner .sort-text .slogan {
    min-width: 305px;
    height: 65px;
    line-height: 59px;
  }
}
@media (max-width:768px) {
  .new-media .sort-banner {
    height: 530px;
  }
  .new-media .sort-banner .sort-text .slogan {
    min-width: 218px;
    height: 47px;
    line-height: 46px;
    font-size: 14px;
  }
  .new-media .sort-banner .sort-text .intro {
    margin-bottom: 25px;
  }
  .new-media .sort-banner .sort-text .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .new-media .sort-banner .sort-text .list .item {
    padding: 0 10px;
  }
  .new-media .sort-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
  }
}
.new-media .new-media-box1 {
  padding-top: min(5.20833333vw, 100px);
  background: url(../images/new-media/new-media-box1Bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width:1024px) {
  .new-media .new-media-box1 {
    padding-top: 50px;
  }
}
.new-media .new-media-box1 .Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.new-media .new-media-box1 .Box .tabBox {
  order: 2;
  width: 35.5%;
  background: #fff;
  position: relative;
}
.new-media .new-media-box1 .Box .tabBox::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
}
.new-media .new-media-box1 .Box .tab-name a {
  position: relative;
  display: block;
  font-size: 20px;
  padding: min(1.77083333vw, 34px) 0 min(1.77083333vw, 34px);
  padding-left: min(5.20833333vw, 100px);
  color: #6b6b6b;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width:1600px) {
  .new-media .new-media-box1 .Box .tab-name a {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .new-media .new-media-box1 .Box .tab-name a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box1 .Box .tab-name a {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box1 .Box .tab-name a {
    padding: 17px 0 17px 0;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box1 .Box .tab-name a {
    padding-left: 50px;
  }
}
.new-media .new-media-box1 .Box .tab-name a em {
  width: 7px;
  height: 7px;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: min(5.20833333vw, 100px);
  transform: translateX(10px);
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width:1024px) {
  .new-media .new-media-box1 .Box .tab-name a em {
    margin-left: 50px;
  }
}
.new-media .new-media-box1 .Box .tab-name a em::after {
  content: '';
  border: 7px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 23px;
  height: 8px;
  position: absolute;
  top: -6px;
  left: -10px;
  transition: all 0.4s;
  opacity: 0;
}
.new-media .new-media-box1 .Box .tab-name a em::before {
  content: '';
  border: 7px solid #fff;
  border-right: none;
  border-top: none;
  width: 23px;
  height: 8px;
  position: absolute;
  bottom: -6px;
  left: -10px;
  transition: all 0.3s;
  opacity: 0;
}
.new-media .new-media-box1 .Box .tab-name a::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #e93a3a;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-media .new-media-box1 .Box .tab-name a::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #c2c2c2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.new-media .new-media-box1 .Box .tab-name a.on {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: white;
  background-color: #e93a3a;
}
.new-media .new-media-box1 .Box .tab-name a.on em {
  border-radius: 0;
  background: #fff;
}
.new-media .new-media-box1 .Box .tab-name a.on em::after {
  top: -14px;
  left: -11px;
  opacity: 1;
}
.new-media .new-media-box1 .Box .tab-name a.on em::before {
  bottom: -14px;
  left: -11px;
  opacity: 1;
}
.new-media .new-media-box1 .Box .tab-name a.on::after {
  opacity: 1;
}
.new-media .new-media-box1 .Box .tab-name a.on::before {
  opacity: 0;
}
.new-media .new-media-box1 .Box .tab-wrap {
  order: 1;
  width: 56%;
}
.new-media .new-media-box1 .Box .tab-wrap .text h5 {
  font-size: 36px;
  color: #444444;
  line-height: 1.4;
  margin-bottom: min(0.52083333vw, 10px);
}
@media (max-width:1600px) {
  .new-media .new-media-box1 .Box .tab-wrap .text h5 {
    font-size: 32px;
  }
}
@media (max-width:1470px) {
  .new-media .new-media-box1 .Box .tab-wrap .text h5 {
    font-size: 28px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box1 .Box .tab-wrap .text h5 {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box1 .Box .tab-wrap .text h5 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box1 .Box .tab-wrap .text h5 {
    margin-bottom: 5px;
  }
}
.new-media .new-media-box1 .Box .tab-wrap .text p {
  font-size: 18px;
  color: #666666;
  line-height: 1.4;
}
@media (max-width:1600px) {
  .new-media .new-media-box1 .Box .tab-wrap .text p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .new-media .new-media-box1 .Box .tab-wrap .text p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box1 .Box .tab-wrap .text p {
    font-size: 12px;
  }
}
.new-media .new-media-box1 .Box .tab-wrap .img {
  margin-top: min(2.86458333vw, 55px);
  overflow: hidden;
}
@media (max-width:1024px) {
  .new-media .new-media-box1 .Box .tab-wrap .img {
    margin-top: 27.5px;
  }
}
.new-media .new-media-box1 .Box .tab-wrap .img .pb {
  padding-bottom: 65.5%;
}
@media (max-width:1200px) {
  .new-media .new-media-box1 .Box .tab-wrap {
    width: 60%;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box1 .Box {
    display: block;
  }
  .new-media .new-media-box1 .Box .tabBox {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
  }
  .new-media .new-media-box1 .Box .tabBox::before {
    display: none;
  }
  .new-media .new-media-box1 .Box .tabBox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .new-media .new-media-box1 .Box .tabBox::-webkit-scrollbar-thumb {
    background-color: #076ebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .new-media .new-media-box1 .Box .tabBox .tab-name {
    font-size: 0;
    overflow: visible;
    position: relative;
    display: block;
  }
  .new-media .new-media-box1 .Box .tabBox .tab-name a {
    width: auto;
    padding: 10px 20px 10px 30px;
    margin: 0;
    display: inline-block;
  }
  .new-media .new-media-box1 .Box .tabBox .tab-name a::before,
  .new-media .new-media-box1 .Box .tabBox .tab-name a::after {
    display: none;
  }
  .new-media .new-media-box1 .Box .tabBox .tab-name a em {
    width: 3px;
    height: 3px;
    transform: none;
    margin-left: 14px;
  }
  .new-media .new-media-box1 .Box .tabBox .tab-name a em::before {
    border: 3px solid #fff;
    border-right: none;
    border-top: none;
    width: 12px;
    height: 4px;
    bottom: -3px;
    left: -5px;
  }
  .new-media .new-media-box1 .Box .tabBox .tab-name a em::after {
    border: 3px solid #fff;
    border-left: none;
    border-bottom: none;
    width: 12px;
    height: 4px;
    top: -3px;
    left: -5px;
  }
  .new-media .new-media-box1 .Box .tabBox .tab-name a.on em::before {
    bottom: -7px;
    left: -5px;
  }
  .new-media .new-media-box1 .Box .tabBox .tab-name a.on em::after {
    top: -7px;
    left: -5px;
    opacity: 1;
  }
  .new-media .new-media-box1 .Box .tab-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .new-media .new-media-box1 .Box .tab-wrap .img {
    margin-top: 20px;
  }
}
.new-media .new-media-box2 {
  padding-top: min(4.47916667vw, 86px);
}
@media (max-width:1024px) {
  .new-media .new-media-box2 {
    padding-top: 43px;
  }
}
.new-media .new-media-box2 .wrap-box {
  margin-top: min(3.125vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .new-media .new-media-box2 .wrap-box {
    margin-top: 30px;
  }
}
.new-media .new-media-box2 .wrap-box .list-box {
  width: 54.6%;
  margin-left: -25px;
  margin-right: -25px;
  padding-top: min(2.1875vw, 42px);
}
@media (max-width:1024px) {
  .new-media .new-media-box2 .wrap-box .list-box {
    padding-top: 21px;
  }
}
.new-media .new-media-box2 .wrap-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.new-media .new-media-box2 .wrap-box .list .item {
  padding: 0 25px;
  margin-bottom: min(2.60416667vw, 50px);
  width: 50%;
  text-align: center;
}
@media (max-width:1024px) {
  .new-media .new-media-box2 .wrap-box .list .item {
    margin-bottom: 25px;
  }
}
.new-media .new-media-box2 .wrap-box .list .item .item-box {
  height: 100%;
  padding: 0 12px;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0px 0px 5px 0px #d5d5d5;
}
.new-media .new-media-box2 .wrap-box .list .item .item-box .text {
  font-size: 22px;
  color: #666666;
  line-height: 1.4;
  padding: min(0.9375vw, 18px) 0 min(0.9375vw, 18px);
}
@media (max-width:1600px) {
  .new-media .new-media-box2 .wrap-box .list .item .item-box .text {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .new-media .new-media-box2 .wrap-box .list .item .item-box .text {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box2 .wrap-box .list .item .item-box .text {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box2 .wrap-box .list .item .item-box .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box2 .wrap-box .list .item .item-box .text {
    padding: 9px 0 9px 0;
  }
}
.new-media .new-media-box2 .wrap-box .list .item:hover .item-box {
  background-color: #e93a3a;
  box-shadow: 0px 0px 5px 0px rgba(233, 58, 58, 0.6);
}
.new-media .new-media-box2 .wrap-box .list .item:hover .item-box .text {
  color: white;
}
.new-media .new-media-box2 .wrap-box .img {
  width: 41.4%;
}
@media (max-width:1200px) {
  .new-media .new-media-box2 {
    padding-top: 50px;
  }
  .new-media .new-media-box2 .wrap-box .list-box {
    margin-left: -12px;
    margin-right: -12px;
  }
  .new-media .new-media-box2 .wrap-box .list-box .item {
    padding: 0 12px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box2 .wrap-box .list-box {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 0;
  }
  .new-media .new-media-box2 .wrap-box .list-box .item {
    padding: 0 6px;
  }
  .new-media .new-media-box2 .wrap-box .img {
    display: none;
  }
}
.new-media .new-media-box3 {
  background: url(../images/new-media/new-media-box3Bg.jpg) no-repeat center;
  background-size: cover;
  padding: min(4.47916667vw, 86px) 0 min(4.16666667vw, 80px);
}
@media (max-width:1024px) {
  .new-media .new-media-box3 {
    padding: 43px 0 40px 0;
  }
}
.new-media .new-media-box3 .page-title .text,
.new-media .new-media-box3 .page-title .name {
  color: white;
}
.new-media .new-media-box3 .wrap-box {
  margin-top: min(3.4375vw, 66px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: min(3.125vw, 60px) 0 min(3.125vw, 60px);
  padding-right: min(2.60416667vw, 50px);
  padding-left: min(2.08333333vw, 40px);
  background-color: white;
}
@media (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box {
    margin-top: 33px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box {
    padding: 30px 0 30px 0;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box {
    padding-right: 25px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box {
    padding-left: 20px;
  }
}
.new-media .new-media-box3 .wrap-box .le-img {
  width: 31.1%;
  overflow: hidden;
}
.new-media .new-media-box3 .wrap-box .list-box {
  width: 65.2%;
}
.new-media .new-media-box3 .wrap-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.new-media .new-media-box3 .wrap-box .list .item {
  padding: 0 30px;
  margin-bottom: 55px;
  width: 50%;
}
.new-media .new-media-box3 .wrap-box .list .item .item-box {
  height: 100%;
  display: block;
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: min(1.40625vw, 27px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box {
    padding-bottom: 13.5px;
  }
}
.new-media .new-media-box3 .wrap-box .list .item .item-box .img {
  width: 20%;
  overflow: hidden;
}
.new-media .new-media-box3 .wrap-box .list .item .item-box .text-box {
  width: 70.5%;
}
.new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
  font-size: 30px;
  color: #444444;
  margin-bottom: min(1.14583333vw, 22px);
}
@media (max-width:1600px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    margin-bottom: 11px;
  }
}
.new-media .new-media-box3 .wrap-box .list .item .item-box .text-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.new-media .new-media-box3 .wrap-box .list .item .item-box .text-box li {
  width: 55%;
  padding-right: 8px;
}
.new-media .new-media-box3 .wrap-box .list .item .item-box .text-box li:nth-of-type(even) {
  width: 45%;
}
.new-media .new-media-box3 .wrap-box .list .item .item-box .text-box p {
  font-size: 18px;
  color: #666666;
  line-height: 2;
}
@media (max-width:1600px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box p {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box p {
    font-size: 12px;
  }
}
.new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .more {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  line-height: 2;
  position: relative;
  background: url(../images/new-media/new-media-box3-more.png) no-repeat right center;
  padding-right: min(1.45833333vw, 28px);
}
@media (max-width:1600px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .more {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .more {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .more {
    padding-right: 14px;
  }
}
.new-media .new-media-box3 .wrap-box .list .item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.new-media .new-media-box3 .wrap-box .list .item:nth-last-child(-n + 2) .item-box {
  border: none;
}
@media (max-width:1600px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .img {
    width: 16%;
  }
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box {
    width: 76.5%;
  }
}
@media (max-width:1200px) {
  .new-media .new-media-box3 .wrap-box .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .new-media .new-media-box3 .wrap-box .list .item {
    padding: 0 12px;
    margin-bottom: min(2.60416667vw, 50px);
  }
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box li {
    width: 100%;
  }
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box li:nth-of-type(even) {
    width: 100%;
  }
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box p {
    font-size: 12px;
    line-height: 1.4;
  }
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .more {
    font-size: 12px;
  }
}
@media (max-width:1200px) and (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box .list .item {
    margin-bottom: 25px;
  }
}
@media (max-width:1200px) and (max-width:1600px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 18px;
  }
}
@media (max-width:1200px) and (max-width:1470px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 16px;
  }
}
@media (max-width:1200px) and (max-width:1024px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 15px;
  }
}
@media (max-width:1200px) and (max-width:768px) {
  .new-media .new-media-box3 .wrap-box .list .item .item-box .text-box .name {
    font-size: 14px;
  }
}
@media (max-width:990px) {
  .new-media .new-media-box3 .wrap-box .le-img {
    width: 37.1%;
  }
  .new-media .new-media-box3 .wrap-box .list-box {
    width: 60.2%;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box3 .wrap-box {
    padding: 30px 14px 10px 14px;
    display: block;
  }
  .new-media .new-media-box3 .wrap-box .le-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: none;
  }
  .new-media .new-media-box3 .wrap-box .list-box {
    width: 100%;
  }
  .new-media .new-media-box3 .wrap-box .list-box .list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .new-media .new-media-box3 .wrap-box .list-box .list .item {
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .new-media .new-media-box3 .wrap-box .list-box .list .item .item-box .img {
    width: 24px;
    margin-right: 10px;
  }
  .new-media .new-media-box3 .wrap-box .list-box .list .item .item-box .text-box {
    flex: 1;
  }
}
.new-media .new-media-box4 {
  padding: min(4.58333333vw, 88px) 0 min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .new-media .new-media-box4 {
    padding: 44px 0 45px 0;
  }
}
.new-media .new-media-box4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: min(3.64583333vw, 70px);
  margin-left: -21px;
  margin-right: -21px;
}
@media (max-width:1024px) {
  .new-media .new-media-box4 .list {
    margin-top: 35px;
  }
}
.new-media .new-media-box4 .list .item {
  width: 16.66666667%;
  padding: 0 21px;
}
.new-media .new-media-box4 .list .item .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.new-media .new-media-box4 .list .item .item-box .text {
  font-size: 22px;
  color: #666666;
}
@media (max-width:1600px) {
  .new-media .new-media-box4 .list .item .item-box .text {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .new-media .new-media-box4 .list .item .item-box .text {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box4 .list .item .item-box .text {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box4 .list .item .item-box .text {
    font-size: 12px;
  }
}
.new-media .new-media-box4 .list .item .item-box .text em {
  font-size: 18px;
  color: #999999;
  margin-right: min(0.9375vw, 18px);
}
@media (max-width:1600px) {
  .new-media .new-media-box4 .list .item .item-box .text em {
    font-size: 16px;
  }
}
@media (max-width:1470px) {
  .new-media .new-media-box4 .list .item .item-box .text em {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box4 .list .item .item-box .text em {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .new-media .new-media-box4 .list .item .item-box .text em {
    margin-right: 9px;
  }
}
.new-media .new-media-box4 .list .item:nth-child(odd) .text-box {
  order: 1;
  margin-top: min(1.40625vw, 27px);
}
@media (max-width:1024px) {
  .new-media .new-media-box4 .list .item:nth-child(odd) .text-box {
    margin-top: 13.5px;
  }
}
.new-media .new-media-box4 .list .item:nth-child(even) .text-box {
  margin-bottom: min(1.40625vw, 27px);
}
@media (max-width:1024px) {
  .new-media .new-media-box4 .list .item:nth-child(even) .text-box {
    margin-bottom: 13.5px;
  }
}
@media (max-width:1200px) {
  .new-media .new-media-box4 {
    padding: 50px 0;
  }
  .new-media .new-media-box4 .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .new-media .new-media-box4 .list .item {
    padding: 0 12px;
  }
}
@media (max-width:990px) {
  .new-media .new-media-box4 .list .item {
    width: 33.3333%;
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .new-media .new-media-box4 .list {
    margin-top: 0;
  }
  .new-media .new-media-box4 .list .item {
    width: 50%;
  }
  .new-media .new-media-box4 .list .item:nth-child(odd) .text-box {
    order: inherit;
    margin-top: 0;
    margin-bottom: min(1.40625vw, 27px);
  }
}
@media (max-width:768px) and (max-width:1024px) {
  .new-media .new-media-box4 .list .item:nth-child(odd) .text-box {
    margin-bottom: 13.5px;
  }
}
.case-list {
  background-color: #eff2f5;
  padding: min(3.90625vw, 75px) 0 min(4.6875vw, 90px);
}
@media (max-width:1024px) {
  .case-list {
    padding: 37.5px 0 45px 0;
  }
}
.case-list .index-design-list {
  margin-top: min(3.02083333vw, 58px);
}
@media (max-width:1024px) {
  .case-list .index-design-list {
    margin-top: 29px;
  }
}
.case-list .index-design-list li a .item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background-color: #fff;
  width: 90%;
  border-radius: 10px;
  padding: min(0.9375vw, 18px) 0 min(0.9375vw, 18px);
  padding-right: min(1.14583333vw, 22px);
  padding-left: min(1.14583333vw, 22px);
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width:1024px) {
  .case-list .index-design-list li a .item-text {
    padding: 9px 0 9px 0;
  }
}
@media (max-width:1024px) {
  .case-list .index-design-list li a .item-text {
    padding-right: 11px;
  }
}
@media (max-width:1024px) {
  .case-list .index-design-list li a .item-text {
    padding-left: 11px;
  }
}
.case-list .index-design-list li a:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.case-list .index-design-list li a:hover .item-text {
  opacity: 1;
  margin-bottom: min(1.5625vw, 30px);
}
@media (max-width:1024px) {
  .case-list .index-design-list li a:hover .item-text {
    margin-bottom: 15px;
  }
}
@media (max-width:1200px) {
  .case-list {
    padding: 50px 0;
  }
  .case-list .index-design-list li a .item-text {
    display: none;
  }
}
.service-consult {
  background-color: #eff2f5;
  padding-bottom: min(5.20833333vw, 100px);
}
@media (max-width:1024px) {
  .service-consult {
    padding-bottom: 50px;
  }
}
.service-consult .wrap-box {
  background-color: white;
  padding: min(3.64583333vw, 70px) 0 min(9.27083333vw, 178px);
  padding-right: min(3.125vw, 60px);
  padding-left: min(3.125vw, 60px);
}
@media (max-width:1024px) {
  .service-consult .wrap-box {
    padding: 35px 0 89px 0;
  }
}
@media (max-width:1024px) {
  .service-consult .wrap-box {
    padding-right: 30px;
  }
}
@media (max-width:1024px) {
  .service-consult .wrap-box {
    padding-left: 30px;
  }
}
.service-consult .wrap-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 125px;
}
.service-consult .wrap-box .list .item {
  width: 25%;
  padding: 0 25px;
  text-align: center;
}
.service-consult .wrap-box .list .item .item-box {
  position: relative;
  height: 100%;
  background-color: white;
  background: -webkit-linear-gradient(-145deg, #ecf5f9 0%, white 100%);
  background: -moz-linear-gradient(-145deg, #ecf5f9 0%, white 100%);
  background: -o-linear-gradient(-145deg, #ecf5f9 0%, white 100%);
  background: -ms-linear-gradient(-145deg, #ecf5f9 0%, white 100%);
  background: linear-gradient(-145deg, #ecf5f9 0%, white 100%);
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0px #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 min(0.9375vw, 18px) 0 min(0.9375vw, 18px);
  margin-bottom: min(3.75vw, 72px);
}
@media (max-width:1024px) {
  .service-consult .wrap-box .list .item .item-box {
    padding: 0 9px 0 9px;
  }
}
@media (max-width:1024px) {
  .service-consult .wrap-box .list .item .item-box {
    margin-bottom: 36px;
  }
}
.service-consult .wrap-box .list .item .item-box .text-box {
  width: 100%;
}
.service-consult .wrap-box .list .item .item-box .text {
  font-size: 22px;
  color: #666666;
  line-height: 2;
  margin-bottom: min(2.60416667vw, 50px);
}
@media (max-width:1600px) {
  .service-consult .wrap-box .list .item .item-box .text {
    font-size: 18px;
  }
}
@media (max-width:1470px) {
  .service-consult .wrap-box .list .item .item-box .text {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .service-consult .wrap-box .list .item .item-box .text {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .service-consult .wrap-box .list .item .item-box .text {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .service-consult .wrap-box .list .item .item-box .text {
    margin-bottom: 25px;
  }
}
.service-consult .wrap-box .list .item .item-box .more {
  font-size: 16px;
  color: #666666;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #efefef;
  background-color: white;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media (max-width:1600px) {
  .service-consult .wrap-box .list .item .item-box .more {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .service-consult .wrap-box .list .item .item-box .more {
    font-size: 12px;
  }
}
.service-consult .wrap-box .list .item .item-box .more:hover {
  background-color: #e93a3a;
  color: white;
  border-radius: 20px 20px 20px 0;
}
.service-consult .wrap-box .list .item .item-box::before {
  content: '';
  width: 0;
  height: 0;
  border: 12px solid #fff;
  border-top-color: #fff;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.service-consult .wrap-box .list .item .scope {
  width: 12px;
  height: 12px;
  background-color: #e93a3a;
  position: relative;
  border-radius: 50%;
  margin: auto;
}
.service-consult .wrap-box .list .item .scope::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #e93a3a;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  opacity: 0.2;
  animation: h_map 2s 0.6s linear alternate infinite;
  -webkit-animation: h_map 2s 0.6s linear alternate infinite;
}
.service-consult .wrap-box .list .item:nth-child(2n-1) {
  -webkit-transform: translateY(-69px);
  transform: translateY(-69px);
}
@media (max-width:1470px) {
  .service-consult .wrap-box .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .service-consult .wrap-box .list .item {
    padding: 0 12px;
  }
}
@media (max-width:1200px) {
  .service-consult .wrap-box .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .service-consult .wrap-box .list .item {
    padding: 0 7px;
  }
}
@media (max-width:1024px) {
  .service-consult .wrap-box .list {
    margin-top: 0;
  }
  .service-consult .wrap-box .list .item {
    width: 50%;
    margin-top: 60px;
  }
  .service-consult .wrap-box .list .item .item-box {
    margin-bottom: 24px;
  }
  .service-consult .wrap-box .list .item:nth-child(2n-1) {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width:768px) {
  .service-consult .wrap-box {
    padding: 30px 14px 68px;
  }
  .service-consult .wrap-box .list {
    margin-top: -30px;
  }
  .service-consult .wrap-box .list .item .item-box .more {
    width: 90%;
  }
}
.text-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newslist-main .slide-box {
  padding: 0 3px;
  margin-bottom: 28px;
}
.newslist-main .slide-box .news-slide {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  background-color: white;
  z-index: 1;
}
.newslist-main .slide-box .news-slide .swiper-slide a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.newslist-main .slide-box .news-slide .swiper-slide a .img {
  width: 66%;
  overflow: hidden;
}
.newslist-main .slide-box .news-slide .swiper-slide a .img .pb {
  padding-bottom: 61.1%;
}
.newslist-main .slide-box .news-slide .swiper-slide a .img .pb img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri {
  width: 34%;
  padding: 50px 30px 50px 40px;
  padding: 0 min(1.5625vw, 30px) 0 min(2.08333333vw, 40px);
  padding-top: min(2.60416667vw, 50px);
  padding-bottom: min(2.60416667vw, 50px);
}
@media (max-width:1024px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri {
    padding: 0 15px 0 20px;
  }
}
@media (max-width:1024px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri {
    padding-top: 25px;
  }
}
@media (max-width:1024px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri {
    padding-bottom: 25px;
  }
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-time {
  font-size: 16px;
  color: #808080;
  line-height: 1;
  margin: min(1.04166667vw, 20px) 0 min(1.35416667vw, 26px);
}
@media (max-width:1600px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-time {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-time {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-time {
    margin: 10px 0 13px;
  }
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-title {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1600px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-title {
    font-size: 26px;
  }
}
@media (max-width:1470px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-title {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-title {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-title {
    font-size: 18px;
  }
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-intro {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width:1600px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-intro {
    font-size: 15px;
  }
}
@media (max-width:1470px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-intro {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-intro {
    font-size: 12px;
  }
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-foot {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-foot .more {
  float: right;
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .item-foot .icon-more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/index/icon-news.svg) no-repeat center right;
  background-size: cover;
  transition: all 0.5s;
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .tags span {
  display: inline-block;
  margin-right: 20px;
  padding-left: 5px;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 30px;
  position: relative;
}
.newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .tags span:after {
  content: "";
  width: 2px;
  height: 2px;
  background: #7f7f7f;
  position: absolute;
  left: 0;
  top: 14px;
}
.newslist-main .slide-box .news-slide .swiper-slide a:hover .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.newslist-main .slide-box .news-slide .swiper-slide a:hover .item-title {
  color: #e93a3a;
}
.newslist-main .slide-box .news-slide .swiper-slide a:hover .item-foot .icon-more {
  background-position: center left;
}
.newslist-main .slide-box .news-slide .swiper-pagination {
  opacity: 1;
  width: 34%;
  padding: 0 min(1.5625vw, 30px) 0 min(2.08333333vw, 40px);
  left: auto;
  right: 0;
  text-align: left;
}
@media (max-width:1024px) {
  .newslist-main .slide-box .news-slide .swiper-pagination {
    padding: 0 15px 0 20px;
  }
}
.newslist-main .slide-box .news-slide .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  background-color: #333;
  border-radius: 0;
  opacity: 0.5;
  position: relative;
  margin: 0 4px 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newslist-main .slide-box .news-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  opacity: 1;
}
@media (max-width:768px) {
  .newslist-main .slide-box .news-slide .swiper-slide a {
    display: block;
  }
  .newslist-main .slide-box .news-slide .swiper-slide a .img {
    width: 100%;
  }
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri {
    width: 100%;
    padding: 15px;
    display: block;
  }
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .name {
    padding: 0;
  }
  .newslist-main .slide-box .news-slide .swiper-slide a .slide-ri .introduction {
    padding-right: 0;
  }
  .newslist-main .slide-box .news-slide .swiper-pagination {
    width: 100%;
    padding: 0 20px;
    top: 37%;
    text-align: center;
    bottom: auto;
  }
  .newslist-main .slide-box .news-slide .swiper-pagination .swiper-pagination-bullet {
    background-color: white;
    width: 15px;
  }
  .newslist-main .slide-box .news-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}
.map-img {
  background: #f6f9fb;
  text-align: center;
}
