@charset "UTF-8";
@import url("./iconfont/iconfont.css");
/** 主题文字 */
/** 详情文字 */
body {
  background-color: #fff;
  font-family: 'Microsoft YaHei';
  --containerLpadding: 15px;
  --containerRpadding: 15px;
  overflow-x: hidden;
}

body ul, body li, body h1, body h2, body h3, body h4, body h5, body p {
  padding: 0;
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
  color: #000;
  display: block;
}

body a:hover {
  color: #000;
  -webkit-user-select: none;
  text-decoration: none;
}

.clear {
  overflow: hidden;
}

.global-paging {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-paging .item {
  font-size: 18px;
  font-family: Arial;
  line-height: 1;
  color: #999999;
  min-width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 12px;
  padding: 0 10px;
  border-radius: 2px;
}

.global-paging .item.fontsize {
  font-size: 16px;
}

.global-paging .item.active, .global-paging .item:hover {
  background-color: #e0060d;
  color: #fff;
}

.cust-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.cust-dialog .cust-duce {
  padding: 0 50px;
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}

.cust-dialog .cust-duce .cust-box {
  width: 100%;
  padding: 40px 0;
}

.cust-dialog .cust-duce .cust-box .box-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.cust-dialog .cust-duce .cust-box .box-title .box-word {
  font-size: 30px;
  font-weight: bold;
}

.cust-dialog .cust-duce .cust-box .box-title .iconfont {
  font-size: 30px;
  color: #bbbbbb;
  cursor: pointer;
}

.cust-dialog .cust-duce .cust-box .box-row {
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.cust-dialog .cust-duce .cust-box .box-row .row-title {
  width: 8%;
  font-size: 16px;
  font-weight: bold;
}

.cust-dialog .cust-duce .cust-box .box-row .row-meks {
  width: 92%;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}

::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

::placeholder {
  color: #666666;
  font-size: 14px;
  line-height: 35px;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1200px;
  }
  .container.home {
    max-width: 1400px;
  }
}

.item-see {
  width: 120px;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 25px;
  background: linear-gradient(to right, #e0060d, #f7562a);
}

.item-see:hover {
  color: #fff;
}

.global-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.gobal-head {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gobal-head .gobal-word {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding-top: 20px;
  position: relative;
}

.gobal-head .gobal-word.white {
  color: #fff;
}

.gobal-head .gobal-word.white::before {
  background-color: #fff;
}

.gobal-head .gobal-word::before {
  position: absolute;
  content: '';
  width: 60px;
  transform: translate(50%);
  bottom: -5px;
  height: 3px;
  background-color: #e0060d;
}

.gobalation {
  height: 85px;
}

.global-banner {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.global-banner .banner-tit {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.global-banner .banner-meks {
  color: #fff;
  font-size: 22px;
  padding-top: 40px;
}

/**
  *   导航
  */
.global-bar {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
}

.global-bar .globa-add {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 8;
  box-shadow: 0px 0px 4px #fbfbfb;
}

.global-bar .globa-add .logo-img {
  padding-left: 40px;
}

.global-bar .globa-add .global-nav {
  display: flex;
  align-items: center;
}

.global-bar .globa-add .global-nav .nav-list {
  display: flex;
}

.global-bar .globa-add .global-nav .nav-list .nav-li {
  margin-right: 85px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.global-bar .globa-add .global-nav .nav-list .nav-li:last-child {
  margin-right: 55px;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .li-box {
  font-size: 17px;
  color: #333;
  height: 85px;
  line-height: 85px;
  position: relative;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .li-box.avtive::before {
  transform: scaleX(1);
}

.global-bar .globa-add .global-nav .nav-list .nav-li .li-box::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 22px;
  height: 2px;
  background-color: #e0060d;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: scaleX(0);
}

.global-bar .globa-add .global-nav .nav-list .nav-li .li-box:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .li-box:hover::before {
  transform: scaleX(1);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout {
  position: absolute;
  top: 85px;
  left: 0;
  display: none;
  width: 100%;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese {
  background-color: #fff;
  width: 100%;
  display: flex;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left {
  width: 28%;
  background-color: #f9f9f9;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 15px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item:last-child {
  margin-bottom: 0;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item .item-lisde {
  display: flex;
  align-items: center;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item .item-lisde .nav-img {
  width: 24px;
  height: 24px;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item .item-lisde .lisde-word {
  padding-left: 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
  color: #333333;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item .iconfont {
  color: #e0060d;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item.active .item-lisde .lisde-word {
  color: #e0060d;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item.active .iconfont {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item:hover .item-lisde .lisde-word {
  color: #e0060d;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item:hover .iconfont {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-right {
  width: 75%;
  padding: 40px 80px;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-right .nav-tag-page {
  display: flex;
  flex-wrap: wrap;
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-right .nav-tag-page .tag-item {
  font-size: 14px;
  min-width: 26%;
  padding-bottom: 40px;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-right .nav-tag-page .tag-item:hover {
  color: #e0060d;
  cursor: pointer;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-right .nav-tag-page.active {
  display: flex;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .plan-content {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 50px 0;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .plan-content .plan-list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .plan-content .plan-list .plan-item {
  width: calc(100% / 6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .plan-content .plan-list .plan-item:nth-child(n + 7) {
  margin-top: 30px;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .plan-content .plan-list .plan-item img {
  width: 40px;
  height: 35px;
  margin-right: 20px;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .plan-content .plan-list .plan-item a {
  min-width: 100px;
}

.global-bar .globa-add .global-nav .nav-list .nav-li .plan-content .plan-list .plan-item a:hover {
  color: #e0060d;
}

.global-bar .globa-add .global-nav .nav-call {
  display: flex;
  align-items: center;
  background-color: #e0060d;
  padding: 20px;
}

.global-bar .globa-add .global-nav .nav-call .iconfont {
  font-size: 30px;
  color: #fff;
}

.global-bar .globa-add .global-nav .nav-call .call-word {
  padding-left: 10px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.global-bar .global-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  position: relative;
}

.global-bar .global-phone .icon-caidan {
  font-size: 25px;
  cursor: pointer;
}

.global-bar .global-phone .phone-list {
  position: absolute;
  top: 0;
  padding: 15px 30px;
  width: 100%;
  display: none;
  left: 0;
  background-color: #fff;
}

.global-bar .global-phone .phone-list .close-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.global-bar .global-phone .phone-list .close-box .iconfont {
  cursor: pointer;
  font-size: 30px;
}

.global-bar .global-phone .phone-list .box-nav .box-row {
  padding-top: 15px;
}

.global-bar .global-phone .phone-list .box-nav .box-row .box-hang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.global-bar .global-phone .phone-list .box-nav .box-row .box-hang .icon-xiangyou1 {
  font-size: 22px;
  cursor: pointer;
}

.global-bar .global-phone .phone-list .box-nav .box-row .box-hang .icon-xiangyou1:hover {
  color: #e0060d;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con {
  display: none;
  padding-left: 20px;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row {
  padding-top: 20px;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .row-hang {
  display: flex;
  justify-content: space-between;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .row-hang .icon-xiangyou1 {
  font-size: 22px;
  cursor: pointer;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .row-hang .icon-xiangyou1:hover {
  color: #e0060d;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .row-hang .row-lside {
  display: flex;
  font-size: 16px;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .row-hang .row-lside img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .nav-con {
  display: none;
  padding-left: 20px;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .nav-con .list-row {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .nav-con .list-row .iconfont {
  font-size: 22px;
}

/**
  *   轮播
  */
.home-banner .swiper-wrapper .swiper-slide video {
  display: block;
  width: 100%;
}

.home-banner .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}

.home-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 10px;
  background-color: #ffffff !important;
}

.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  height: 8px;
  border-radius: 3px;
}

/**
  *   产品展示
  */
.show-list {
  padding-top: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.show-list .show-item {
  padding: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 0 10px #f5f5f5;
  margin-right: 40px;
  width: calc(100% / 3 - 27px);
  background-repeat: no-repeat;
  background-position: 96% 94%;
  margin-bottom: 30px;
  border-radius: 8px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  cursor: pointer;
}

.show-list .show-item:hover {
  border: 1px solid #e0060d;
}

.show-list .show-item:hover .item-head span {
  color: #e0060d;
}

.show-list .show-item:nth-child(3) {
  margin-right: 0;
}

.show-list .show-item:nth-child(6) {
  margin-right: 0;
}

.show-list .show-item:nth-child(9) {
  margin-right: 0;
}

.show-list .show-item .item-head {
  display: flex;
  align-items: center;
}

.show-list .show-item .item-head span {
  padding-left: 20px;
  font-size: 22px;
  font-weight: bold;
}

.show-list .show-item .item-meks {
  color: #666666;
  padding-top: 36px;
  padding-bottom: 50px;
}

/**
  *   解决方案
  */
.solut-out {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solut-out .solut-container .solut-content {
  padding-top: 50px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.solut-out .solut-container .solut-content .solut-lside {
  width: 71%;
}

.solut-out .solut-container .solut-content .solut-lside .solut-word {
  font-size: 18px;
  color: #333;
  padding-bottom: 50px;
  line-height: 30px;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item {
  padding: 20px 30px;
  background-color: #fff;
  margin-right: 30px;
  display: flex;
  border-radius: 8px;
  width: calc(100% / 3 - 20px);
  align-items: center;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .back {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to right, #e0060d, #f7562a);
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(3) {
  margin-right: 0;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(6) {
  margin-right: 0;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(n + 4) {
  margin-bottom: 0;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-left {
  z-index: 1;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-left .solut-img {
  width: 46px;
  height: 46px;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-left .solut-imgA {
  width: 46px;
  height: 46px;
  display: none;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-right {
  z-index: 1;
  padding-left: 15px;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-right .solut-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-right .solut-meks {
  font-size: 14px;
  color: #666666;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:hover .back {
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  opacity: 1;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:hover .solut-left .solut-img {
  display: none;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:hover .solut-left .solut-imgA {
  display: block;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:hover .solut-right .solut-title {
  color: #fff;
}

.solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:hover .solut-right .solut-meks {
  color: #fff;
}

.solut-out .solut-container .solut-content .solut-rside {
  padding-left: 50px;
  width: calc(40% - 50px);
  margin-right: -50px;
}

.solut-out .solut-container .solut-content .solut-rside img {
  width: 100%;
}

/**
  *   客户案例
  */
.stor-out {
  background-repeat: no-repeat;
  background-position: 100% 0%;
}

.stor-out .repeat-con {
  display: flex;
  align-items: center;
}

.stor-out .repeat-con .repeat-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #dddddd;
  display: flex;
  justify-content: center;
  padding: 12px;
  line-height: 25px;
  justify-content: center;
}

.stor-out .repeat-con .repeat-btn:hover {
  border: 2px solid #e0060d;
}

.stor-out .repeat-con .repeat-btn:hover .iconfont {
  color: #e0060d;
}

.stor-out .repeat-con .repeat-btn .iconfont {
  color: #dddddd;
  font-size: 28px;
}

.stor-out .repeat-banner {
  margin-top: 40px;
  padding: 0 40px;
}

.stor-out .repeat-banner .swiper-slide {
  width: 34%;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.stor-out .repeat-banner .swiper-slide .slide-item {
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  background-color: #fff;
  width: 100%;
  padding: 30px 50px;
  box-shadow: 0 0 10px #f1f1f1;
  border: 2px solid transparent;
}

.stor-out .repeat-banner .swiper-slide .slide-item .slide-img {
  text-align: center;
}

.stor-out .repeat-banner .swiper-slide .slide-item .slide-title, .stor-out .repeat-banner .swiper-slide .slide-item .slide-type, .stor-out .repeat-banner .swiper-slide .slide-item .slide-solve {
  display: none;
}

.stor-out .repeat-banner .swiper-slide .slide-item .slide-remks {
  padding: 50px 0;
  font-size: 14px;
}

.stor-out .repeat-banner .swiper-slide .slide-item .slide-remks .remks-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.stor-out .repeat-banner .swiper-slide .slide-item .center {
  margin: 0 auto;
}

.stor-out .repeat-banner .swiper-slide.swiper-slide-active {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.stor-out .repeat-banner .swiper-slide.swiper-slide-active .slide-item {
  box-shadow: 0 0 10px transparent;
  border: 2px solid #ee7e82;
}

/**
  *   公司简介
  */
.comp-out {
  background-repeat: no-repeat;
  background-size: cover;
}

.comp-out .comp-content .comp-pack {
  display: flex;
  padding-top: 60px;
  width: 100%;
  box-sizing: border-box;
}

.comp-out .comp-content .comp-pack .comp-lisde {
  width: 53%;
}

.comp-out .comp-content .comp-pack .comp-lisde .lisde-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 35px;
}

.comp-out .comp-content .comp-pack .comp-lisde .lside-meks {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.comp-out .comp-content .comp-pack .comp-lisde .lside-tag {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item {
  background-color: #fff;
  padding: 3px 33px;
  display: flex;
  border-radius: 27.5px;
  align-items: center;
  font-size: 20px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item:hover {
  color: #e0060d;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item .iconfont {
  margin-right: 20px;
  font-size: 33px;
  color: #e0060d;
  position: relative;
  z-index: 1;
}

.comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item .iconfont::after {
  position: absolute;
  bottom: 8px;
  right: 2px;
  z-index: -1;
  content: '';
  width: 21.5px;
  height: 21.5px;
  background-color: #fce6e6;
  border-radius: 50%;
}

.comp-out .comp-content .comp-pack .comp-rside {
  width: 45%;
  padding: 0px 40px 40px 85px;
}

.comp-out .comp-content .comp-pack .comp-rside .comp-con {
  border-radius: 40px 40px 40px 0;
  padding: 30px 45px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 25px;
}

.comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item:nth-child(2n) {
  border-left: 2px solid rgba(255, 255, 255, 0.6);
}

.comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item:nth-child(n + 3) {
  padding-top: 25px;
  padding-bottom: 0;
  border-bottom: none;
}

.comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item .comp-top {
  font-size: 36px;
  color: #e0060d;
  font-weight: bold;
}

.comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item .comp-bot {
  font-size: 18px;
}

/**
  *   新聞中心
  */
.news-out {
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.news-out .news-list {
  padding-top: 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.news-out .news-list .news-item {
  width: calc(100% / 3 - 27px);
  padding: 40px;
  background: #fff;
  margin-right: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px #f1f1f1;
  position: relative;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  color: #333333;
}

.news-out .news-list .news-item .new-img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
}

.news-out .news-list .news-item:hover {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  color: #ffffff;
  background: linear-gradient(to bottom, #e41312, #fb6630);
}

.news-out .news-list .news-item:hover .new-img {
  display: block;
  z-index: -1;
}

.news-out .news-list .news-item:hover .news-line {
  background-color: #fff;
}

.news-out .news-list .news-item:hover .news-more {
  color: #e0060d;
  background: #fff;
}

.news-out .news-list .news-item:last-child {
  margin-right: 0;
}

.news-out .news-list .news-item .news-tit {
  font-size: 20px;
  font-weight: bold;
}

.news-out .news-list .news-item .news-line {
  width: 46px;
  height: 5px;
  background-color: #e0060d;
  margin: 30px 0;
}

.news-out .news-list .news-item .news-time {
  font-size: 18px;
}

.news-out .news-list .news-item .news-meks {
  padding-top: 40px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-out .news-list .news-item .news-more {
  max-height: 50px;
  padding: 15px 25px;
  margin-top: 150px;
  width: 180px;
  z-index: 10;
}

/**
  *   底部
  */
.down-out {
  background-color: #2b2b2b;
}

.down-out .down-content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

.down-out .down-content .down-col {
  width: 25%;
}

.down-out .down-content .down-col .down-list {
  padding-top: 30px;
  color: #dddddd;
}

.down-out .down-content .down-col .down-list .down-title {
  font-size: 14px;
  color: #fff;
}

.down-out .down-content .down-col .down-list .down-cloumn {
  display: flex;
  font-size: 12px;
  padding-top: 15px;
}

.down-out .down-content .down-col .down-list .down-cloumn .cloumn-tit {
  min-width: 50px;
}

.down-out .down-content .down-col .down-list .down-cloumn .cloumn-tit.active {
  letter-spacing: 4px;
}

.down-out .down-content .down-col .down-method {
  padding-top: 30px;
}

.down-out .down-content .down-col .down-method .iconfont {
  font-size: 30px;
  color: #e5e5e5;
  margin-right: 20px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.down-out .down-content .down-col .down-method .iconfont:hover {
  color: #e0060d;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.down-out .down-content .down-col .down-method .iconfont:hover.icon-QQ-circle-fill .iconimg {
  display: block;
}

.down-out .down-content .down-col .down-method .iconfont:hover.icon-weixin .iconimg {
  display: block;
}

.down-out .down-content .down-col .down-method .iconfont:hover.icon-weibo .iconimg {
  display: block;
}

.down-out .down-content .down-col .down-method .iconfont:last-child {
  margin-right: 0;
}

.down-out .down-content .down-col .down-method .icon-weixin, .down-out .down-content .down-col .down-method .icon-QQ-circle-fill, .down-out .down-content .down-col .down-method .icon-weibo {
  position: relative;
}

.down-out .down-content .down-col .down-method .icon-weixin .iconimg, .down-out .down-content .down-col .down-method .icon-QQ-circle-fill .iconimg, .down-out .down-content .down-col .down-method .icon-weibo .iconimg {
  display: none;
  position: absolute;
  top: -120px;
  left: -30px;
}

.down-out .down-content .link-list {
  width: 18%;
}

.down-out .down-content .link-list .link-tit {
  font-size: 14px;
  color: #fff;
}

.down-out .down-content .link-list .link-duce {
  font-size: 12px;
  color: #dddddd;
}

.down-out .down-content .link-list .link-duce .link-tag {
  color: #dddddd;
  padding-top: 15px;
}

.down-out .down-content .link-list .link-duce .link-tag:hover {
  color: #e0060d;
}

.down-out .down-content .down-square {
  width: 17%;
  display: flex;
  justify-content: space-between;
}

.down-out .down-content .down-square .square-item {
  text-align: center;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
}

.down-out .down-content .down-square .square-item img {
  margin-bottom: 20px;
}

.down-out .down-text {
  width: 100%;
  background-color: #222222;
  text-align: center;
  color: #666666;
  padding: 20px;
  font-size: 12px;
}

.down-out .down-text a {
  display: inline;
}

/**
  *   产品与服务
  */
.duct-content {
  padding: 60px 0;
}

.duct-content .duct-pack {
  box-shadow: 0 0 8px #f1f1f1;
  padding: 0;
  margin-bottom: 40px;
}

.duct-content .duct-pack:last-child {
  margin-bottom: 0;
}

.duct-content .duct-pack .duct-tabs {
  width: 100%;
  display: flex;
}

.duct-content .duct-pack .duct-tabs .tabs-item {
  padding: 25px 0;
  width: calc(100% / 3);
  background-color: #eeeeee;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.duct-content .duct-pack .duct-tabs .tabs-item .tabs-word {
  padding-left: 20px;
  font-size: 24px;
}

.duct-content .duct-pack .duct-tabs .tabs-item.active {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background-color: #fff;
  color: #e0060d;
}

.duct-content .duct-pack .tabs-pack {
  display: none;
}

.duct-content .duct-pack .tabs-pack.active {
  display: block;
}

.duct-content .duct-pack .tabs-pack .tabs-top {
  padding: 40px;
  color: #999999;
}

.duct-content .duct-pack .tabs-pack .tabs-tagbot {
  border-top: 1px solid #eeeeee;
  min-height: 170px;
  padding: 0px 40px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 98% 80%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.duct-content .duct-pack .tabs-pack .tabs-tagbot .tabs-tag {
  width: calc(100% / 3);
  color: #333333;
  padding-top: 30px;
}

.duct-content .duct-pack .tabs-pack .tabs-tagbot .tabs-tag:hover {
  color: #e0060d;
}

/**
  *   产品详情头部
  */
.detail-head {
  padding-top: 1px;
}

.detail-head .pack-head {
  padding: 30px 20px;
  box-shadow: 1px 5px 4px #f7f7f7;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -50px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-head .pack-head .pack-left {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 24px;
}

.detail-head .pack-head .pack-left img {
  margin-right: 10px;
}

.detail-head .pack-head .pack-line {
  margin: 0 30px;
  width: 100%;
  background-color: #e0060d;
  height: 1px;
}

.detail-head .pack-head .pack-right {
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  color: #e0060d;
  position: relative;
}

.detail-head .pack-head .pack-right .iconfont {
  margin-left: 10px;
  transform: rotate(90deg);
  color: #bbbbbb;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.detail-head .pack-head .pack-right:hover .iconfont {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: rotate(270deg);
}

.detail-head .pack-head .pack-right .pack-list {
  position: absolute;
  top: 40px;
  left: -30px;
  z-index: 10;
  display: none;
  box-shadow: 0 0 5px #f1f1f1;
  background-color: #fff;
  padding: 15px 30px;
}

.detail-head .pack-head .pack-right .pack-list .item {
  color: #333;
  font-size: 14px;
  padding-bottom: 18px;
}

.detail-head .pack-head .pack-right .pack-list .item:hover {
  color: #e0060d;
}

.detail-head .pack-head .pack-right .pack-list .item:last-child {
  padding-bottom: 0;
}

/**
  *   产品详情
  */
.detail-outop {
  margin: 50px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.detail-outop .top-pack {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.detail-outop .top-pack .top-lside {
  padding-right: 150px;
  color: #333333;
}

.detail-outop .top-pack .top-lside .top-ltit {
  font-size: 30px;
  font-weight: bold;
}

.detail-outop .top-pack .top-lside .top-meks {
  padding-top: 50px;
  letter-spacing: 1px;
  font-size: 14px;
}

.detail-botout {
  background-color: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}

.detail-botout .detail-content {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.detail-botout .detail-content .detail-tit {
  font-size: 30px;
  padding: 40px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}

.detail-botout .detail-content .detail-duce {
  padding: 30px 50px;
}

.detail-botout .detail-content .detail-duce p {
  padding-bottom: 15px;
}

.detail-botout .detail-content .detail-duce .duce-center {
  padding-bottom: 20px;
  text-align: center;
}

/**
  *   相关案例
  */
.case-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.case-title.title {
  font-size: 28px;
}

.case-item {
  box-shadow: 0 0 6px #f7f7f7;
  padding: 30px;
  margin-right: 30px;
  width: calc(100% / 3 - 20px);
  background-color: #fff;
  height: 100%;
  cursor: pointer;
}

.case-item img {
  width: 100%;
  min-height: 160px;
  max-height: 160px;
}

.case-item:last-child {
  margin-right: 0;
}

.case-item:hover {
  transform: scale(1.01);
}

.case-item:hover .case-tit {
  color: #e0060d;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.case-item .case-tit {
  padding-top: 15px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.case-item .case-type {
  display: none;
}

.case-item .case-meks {
  font-size: 12px;
  color: #666666;
  min-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.case-item .case-solve {
  display: none;
}

.case-item .case-more {
  font-size: 14px;
  color: #e0060d;
  padding-top: 30px;
}

.case-out {
  padding-top: 60px;
  padding-bottom: 60px;
}

.case-out .case-content {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

/**
  *   解决方案
  */
.solove-out .solove-pack .solove-head {
  margin-top: -50px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 5px 4px #f7f7f7;
}

.solove-out .solove-pack .solove-head .solove-item {
  padding: 35px 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: calc(100% / 6);
  position: relative;
}

.solove-out .solove-pack .solove-head .solove-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e0060d;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.solove-out .solove-pack .solove-head .solove-item:hover .solve-img {
  display: none;
}

.solove-out .solove-pack .solove-head .solove-item:hover .solveac-img {
  display: block;
}

.solove-out .solove-pack .solove-head .solove-item:hover .solove-word {
  color: #e0060d;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.solove-out .solove-pack .solove-head .solove-item:hover::before {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scaleX(1);
}

.solove-out .solove-pack .solove-head .solove-item.active .solve-img {
  display: none;
}

.solove-out .solove-pack .solove-head .solove-item.active .solveac-img {
  display: block;
}

.solove-out .solove-pack .solove-head .solove-item.active .solove-word {
  color: #e0060d;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.solove-out .solove-pack .solove-head .solove-item.active::before {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scaleX(1);
}

.solove-out .solove-pack .solove-head .solove-item .solveac-img {
  display: none;
}

.solove-out .solove-pack .solove-head .solove-item .solove-word {
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
}

.solove-out .solove-pack .solove-trade {
  padding: 60px 0;
}

.solove-out .solove-pack .solove-trade .trade-pack {
  padding-top: 50px;
  display: flex;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-lisde {
  width: calc(65% - 40px);
  padding-right: 40px;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one {
  padding-bottom: 50px;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one .title {
  font-size: 22px;
  font-weight: bold;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one p {
  padding-top: 30px;
  font-size: 14px;
  color: #333;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one:last-child {
  padding-bottom: 0;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-risde {
  width: 35%;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-risde .risde-box {
  width: 100%;
  position: relative;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-risde .risde-box::before {
  position: absolute;
  left: -20px;
  top: -20px;
  content: '';
  width: 76px;
  height: 54px;
  background-color: #ef3d41;
  border-radius: 5px;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-risde .risde-box img {
  border-radius: 0 40px 0 40px;
  width: 100%;
}

.solove-out .solove-pack .solove-trade .trade-pack .trade-risde .risde-box .square {
  position: absolute;
  background-color: #e2e2e2;
  width: calc(100% - 30px);
  z-index: -1;
  left: 60px;
  height: calc(100% - 30px);
  top: 60px;
}

.solove-field {
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #f9f9f9;
  position: relative;
}

.solove-field .field-swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  height: 100%;
}

.solove-field .field-swiper .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2);
}

.solove-field .field-swiper .swiper-wrapper .swiper-slide .case-width {
  width: 100%;
}

.solove-field .swiper-pagination {
  bottom: 30px;
}

.solove-field .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e0060d;
}

.solove-field .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e0060d;
}

/**
  *   客户案例
  */
.cust-out {
  background-color: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
}

.cust-out .cust-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.cust-out .cust-list .case-item {
  height: auto;
  margin-bottom: 30px;
}

.cust-out .cust-list .case-item:nth-child(3) {
  margin-right: 0;
}

.cust-out .cust-list .case-item:nth-child(6) {
  margin-right: 0;
}

.cust-out .cust-list .case-item.custbotom {
  margin-bottom: 30px;
  width: calc(100% / 3 - 20px);
  flex: auto;
}

/**
  *   关于软服
  */
.about-head {
  margin-top: -50px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 5px 4px #f7f7f7;
}

.about-head .about-item {
  padding: 35px 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: calc(100% / 4);
  position: relative;
}

.about-head .about-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e0060d;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.about-head .about-item:hover .about-img {
  display: none;
}

.about-head .about-item:hover .aboutac-img {
  display: block;
}

.about-head .about-item:hover .about-word {
  color: #e0060d;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.about-head .about-item:hover::before {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scaleX(1);
}

.about-head .about-item.active .about-img {
  display: none;
}

.about-head .about-item.active .aboutac-img {
  display: block;
}

.about-head .about-item.active .about-word {
  color: #e0060d;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.about-head .about-item.active::before {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scaleX(1);
}

.about-head .about-item .aboutac-img {
  display: none;
}

.about-head .about-item .about-word {
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
}

.about-out {
  padding-top: 1px;
}

.about-out .about-pack {
  padding-top: 1px;
}

.about-out .about-pack .brief-out {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-out .about-pack .brief-out .brief-pack {
  padding-top: 50px;
  width: 100%;
  display: flex;
}

.about-out .about-pack .brief-out .brief-pack .brief-lside {
  width: calc(65% - 40px);
  padding-right: 40px;
}

.about-out .about-pack .brief-out .brief-pack .brief-lside .brief-title {
  font-size: 22px;
  font-weight: bold;
}

.about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks {
  padding-top: 35px;
  font-size: 14px;
  color: #333;
}

.about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks p {
  padding-bottom: 20px;
}

.about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks p :last-child {
  padding-bottom: 0;
}

.about-out .about-pack .brief-out .brief-pack .brief-ride {
  width: 35%;
}

.about-out .about-pack .brief-out .brief-pack .brief-ride img {
  width: 100%;
}

.about-out .about-pack .about-count {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}

.about-out .about-pack .about-count .count-item {
  width: 25%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-out .about-pack .about-count .count-item .count-num {
  font-size: 36px;
  color: #e0060d;
  font-weight: bold;
}

.about-out .about-pack .about-count .count-item .count-wrod {
  font-size: 18px;
  color: #333333;
}

.pointress {
  padding-top: 100px;
  margin-top: -100px;
}

.sophy-out {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.sophy-out .sophy-swiper {
  padding-top: 50px;
}

.sophy-out .sophy-swiper .swiper-button-prev, .sophy-out .sophy-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  top: 60%;
  border-radius: 50%;
  border: 2px solid #dddddd;
}

.sophy-out .sophy-swiper .swiper-button-prev:hover, .sophy-out .sophy-swiper .swiper-button-next:hover {
  border: 2px solid #e0060d;
}

.sophy-out .sophy-swiper .swiper-button-prev:hover::after, .sophy-out .sophy-swiper .swiper-button-next:hover::after {
  color: #e0060d;
}

.sophy-out .sophy-swiper .swiper-button-prev::after, .sophy-out .sophy-swiper .swiper-button-next::after {
  font-size: 25px;
  color: #dddddd;
  font-weight: bold;
}

.sophy-out .sophy-swiper .swiper-button-prev {
  left: 20%;
  z-index: 4;
}

.sophy-out .sophy-swiper .swiper-button-next {
  right: 20%;
  z-index: 4;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide {
  width: 800px;
  position: relative;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  display: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .sophy-item {
  border-radius: 10px;
  box-shadow: 0 0 10px #a7a7a7;
  color: #fff;
  background: linear-gradient(to bottom, #ff1e1f, #ff4549);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .sophy-item .back-img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item {
  border-radius: 10px;
  padding: 30px;
  height: 340px;
  background-color: #fefefe;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .back-img {
  display: none;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-img img {
  height: 100%;
  width: 100%;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con {
  width: 55%;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 40px;
}

.sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-meks {
  font-size: 14px;
  line-height: 30px;
}

.cess-out {
  padding: 60px 0;
  background-color: #fff;
}

.cess-out .cess-pack {
  padding-top: 50px;
}

.cess-out .cess-pack .cess-word {
  text-align: center;
  color: #666;
}

.cess-out .cess-pack .swiper-content {
  display: flex;
  position: relative;
  padding: 0 70px;
}

.cess-out .cess-pack .swiper-content .bot-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #eeeeee;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  top: 25%;
}

.cess-out .cess-pack .swiper-content .bot-btn:hover {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #e0060d;
}

.cess-out .cess-pack .swiper-content .bot-btn.golast {
  left: 0;
}

.cess-out .cess-pack .swiper-content .bot-btn.gonext {
  right: 0;
}

.cess-out .cess-pack .swiper-content .bot-btn .iconfont {
  font-size: 30px;
}

.cess-out .cess-pack .swiper-content .cess-swiper {
  padding-top: 50px;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  position: relative;
  padding-bottom: 140px;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cess-count {
  font-size: 36px;
  color: #333;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cess-count::after {
  background-color: #e0060d;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cess-mond {
  display: block;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-count {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  min-height: 54px;
  line-height: 54px;
  padding-bottom: 100px;
  position: relative;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-count::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  top: 60px;
  background-color: #dddddd;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-count::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dddddd;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-mond {
  display: none;
  position: absolute;
  top: 50%;
  left: -70%;
  padding: 40px 35px;
  color: #fff;
  border-radius: 5px;
  width: 500px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  background: linear-gradient(to right, #e82117, #fa612e);
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-prev, .cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  top: 32%;
  border-radius: 50%;
  border: 2px solid #dddddd;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-prev:hover, .cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-next:hover {
  border: 2px solid #e0060d;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-prev:hover::after, .cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-next:hover::after {
  color: #e0060d;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-prev::after, .cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-next::after {
  font-size: 25px;
  color: #dddddd;
  font-weight: bold;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-prev {
  left: -40px;
  z-index: 4;
}

.cess-out .cess-pack .swiper-content .cess-swiper .swiper-button-next {
  right: 0;
  z-index: 4;
}

.part-out {
  background-color: #f9f9f9;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
}

.part-out .part-duce .part-list {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.part-out .part-duce .part-list .swiper-pagination {
  bottom: -10px;
}

.part-out .part-duce .part-list .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e0060d;
}

.part-out .part-duce .part-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e0060d;
}

.part-out .part-duce .part-list .part-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.part-out .part-duce .part-list .part-item:hover .part-name {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #e0060d;
}

.part-out .part-duce .part-list .part-item:hover img {
  transform: scale(1.01);
}

.part-out .part-duce .part-list .part-item img {
  width: 235px;
  max-height: 115px;
  min-height: 115px;
}

.part-out .part-duce .part-list .part-item .part-name {
  padding-top: 20px;
}

/**
  *   新闻中心
  */
.news-out {
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
}

.news-out .news-duce {
  padding-bottom: 40px;
}

.news-out .news-duce .news-item {
  display: flex;
  position: relative;
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #dddddd;
}

.news-out .news-duce .news-item:hover .news-lside img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1.1);
}

.news-out .news-duce .news-item:hover::before {
  width: 100%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background-color: #e0060d;
}

.news-out .news-duce .news-item:hover .news-ride {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  box-shadow: 3px 1px 10px #f1f1f1;
}

.news-out .news-duce .news-item:hover .news-ride .ride-title {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  color: #e0060d;
}

.news-out .news-duce .news-item:first-child {
  margin-top: 0px;
}

.news-out .news-duce .news-item::before {
  position: absolute;
  content: '';
  width: 0;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  height: 1px;
  background-color: #dddddd;
  bottom: 0;
}

.news-out .news-duce .news-item .news-lside {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}

.news-out .news-duce .news-item .news-lside img {
  width: 100%;
}

.news-out .news-duce .news-item .news-ride {
  padding: 30px 40px;
  width: 65%;
  display: flex;
  border-radius: 0 5px 5px 0;
  justify-content: space-between;
  flex-direction: column;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.news-out .news-duce .news-item .news-ride .ride-title {
  color: #333333;
  font-size: 22px;
  font-weight: 500;
}

.news-out .news-duce .news-item .news-ride .ride-meks {
  color: #999999;
}

.news-out .news-duce .news-item .news-ride .ride-meks .clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news-out .news-duce .news-item .news-ride .ride-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-out .news-duce .news-item .news-ride .ride-more .more-btn {
  max-height: 40px;
  width: 140px;
  color: #e0060d;
  text-align: center;
  border: 1px solid #e0060d;
  border-radius: 20px;
  padding: 10px 32px;
  font-size: 14px;
}

.news-out .news-duce .news-item .news-ride .ride-more .more-time {
  color: #999999;
}

/**
  *   新闻详情
  */
.news-head {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to left, #f66e80 5%, #e7926e 70%, #f66e80 100%);
}

.news-head .news-amout {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.news-head .news-ctime {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
  color: #fff;
  font-size: 14px;
}

.news-head .news-ctime .ctime--one {
  padding-right: 15px;
}

.detail-out {
  background-color: #f9f9f9;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.detail-out .detail-con {
  background-color: #fff;
  padding: 50px;
  font-size: 14px;
}

.detail-out .detail-con p {
  padding-bottom: 10px;
}

.detail-out .detail-con .img-box {
  text-align: center;
}

.detail-out .detail-con .img-box img {
  width: 100%;
  max-height: 1200px;
}

.detail-out .switch-con {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.detail-out .switch-con .switch-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 20px;
  color: #333;
}

.detail-out .switch-con .switch-item:hover {
  color: #e0060d;
  cursor: pointer;
}

/**
  *   立即咨询
  */
.our-out {
  padding: 75px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-out .our-pack {
  display: flex;
  justify-content: space-between;
}

.our-out .our-pack .our-lisde {
  width: 45%;
}

.our-out .our-pack .our-lisde .our-tit {
  font-size: 30px;
  color: #e0060d;
  font-weight: bold;
}

.our-out .our-pack .our-lisde .our-pro {
  padding-top: 80px;
  padding-bottom: 40px;
}

.our-out .our-pack .our-lisde .our-pro .pro-item {
  font-size: 18px;
  padding-bottom: 30px;
}

.our-out .our-pack .our-lisde .our-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-out .our-pack .our-ride {
  width: 48%;
  padding: 0px 30px;
  background-color: #fff;
}

.our-out .our-pack .our-ride .ride-first {
  padding: 30px 0;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
}

.our-out .our-pack .our-ride .ride-first:last-child {
  border-bottom: none;
}

.our-out .our-pack .our-ride .ride-first .our-item {
  width: 50%;
  font-size: 14px;
  color: #333;
}

.our-out .our-pack .our-ride .ride-first .our-item:last-child {
  padding-right: 0;
}

.our-out .our-pack .our-ride .ride-first .our-item .item-peo {
  padding: 15px 0;
}

.leave-word-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.leave-word-container .leave-title {
  font-size: 30px;
  color: var(--text-color);
  font-weight: bold;
}

.leave-word-container .row {
  --bs-gutter-x: 0;
}

.leave-word-container .row .leave-col {
  padding-right: 20px;
  padding-top: 30px;
  display: flex;
}

.leave-word-container .row .leave-col .label {
  font-size: 18px;
  line-height: 45px;
  color: var(--text-color);
  min-width: 70px;
}

.leave-word-container .row .leave-col .label span {
  color: #e60000;
}

.leave-word-container .row .leave-col .input-box {
  flex: 1;
  background-color: #f5f5f5;
  padding: 0 10px;
  border-radius: 2px;
}

.leave-word-container .row .leave-col .input-box input {
  color: var(--text-color);
  border: none;
  padding: 0;
  outline: none;
  width: 100%;
  background-color: #f5f5f5;
  line-height: 45px;
  font-size: 18px;
}

.leave-word-container .row .leave-col .input-box textarea {
  color: var(--text-color);
  width: 100%;
  resize: none;
  border: none;
  padding: 0;
  outline: none;
  background-color: #f5f5f5;
  line-height: 34px;
  font-size: 18px;
  height: 102px;
  display: block;
}

.leave-word-container .leave-submit {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  border: none;
  background-color: #e0060d;
  line-height: 50px;
  padding: 0 40px;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
}

@media (max-width: 1600px) {
  .global-bar .globa-add .global-nav .nav-list .nav-li {
    margin-right: 60px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .nav-hidese .nav-left .nav-lside .nav-item {
    width: 60%;
  }
  .solut-out .solut-container .solut-content .solut-rside {
    margin-right: -45px;
  }
}

@media (max-width: 1400px) {
  .global-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li {
    margin-right: 40px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .li-box {
    height: 75px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .li-box::before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 10px;
    height: 2px;
    background-color: #e0060d;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform: scaleX(0);
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li:last-child {
    margin-right: 35px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout {
    top: 75px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item {
    width: 70%;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .plan-content {
    top: 75px;
  }
  .global-bar .globa-add .global-nav .nav-call {
    padding: 20px  15px;
  }
  .global-bar .globa-add .global-nav .nav-call .iconfont {
    font-size: 25px;
  }
  .global-bar .globa-add .global-nav .nav-call .call-word {
    font-size: 20px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-word {
    font-size: 16px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item {
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-right .solut-title {
    font-size: 18px;
  }
  .solut-out .solut-container .solut-content .solut-rside {
    padding-left: 30px;
    margin-right: -30px;
  }
  .news-out .news-list .news-item .news-tit {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-out .news-list .news-item .news-line {
    margin: 25px 0;
  }
  .news-out .news-list .news-item .news-time {
    font-size: 17px;
  }
  .news-out .news-list .news-item .news-meks {
    padding-top: 30px;
  }
  .news-out .news-list .news-item .news-more {
    margin-top: 130px;
  }
  .down-out .down-content .down-col {
    width: 30%;
  }
  .down-out .down-content .link-list {
    width: 15%;
  }
  .down-out .down-content .down-square {
    width: 20%;
  }
  .gobalation {
    height: 75px;
  }
  .stor-out .repeat-banner {
    padding: 0 20px;
  }
  .stor-out .repeat-banner .swiper-slide {
    width: 36%;
  }
  .stor-out .repeat-banner .swiper-slide img {
    width: 100%;
  }
  .global-banner {
    min-height: 350px;
  }
  .global-banner .banner-tit {
    font-size: 28px;
  }
  .global-banner .banner-meks {
    padding-top: 25px;
    font-size: 21px;
  }
  .detail-outop .top-pack .top-lside {
    padding-right: 130px;
  }
  .detail-outop .top-pack .top-lside .top-ltit {
    font-size: 28px;
  }
  .case-item .case-tit {
    padding-bottom: 15px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde {
    padding-right: 30px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-risde {
    width: 45%;
  }
  .sophy-out {
    padding: 40px 0;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide {
    width: 700px;
  }
  .sophy-out .sophy-swiper .swiper-button-prev {
    left: 8%;
  }
  .sophy-out .sophy-swiper .swiper-button-next {
    right: 8%;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-mond {
    left: -52%;
    width: 420px;
    padding: 35px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .global-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .show-list .show-item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(100% / 3 - 14px);
  }
  .show-list .show-item .item-head span {
    padding-left: 10px;
    font-size: 20px;
  }
  .show-list .show-item .item-meks {
    font-size: 15px;
  }
  .global-bar .globa-add .logo-img {
    padding-left: 20px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li {
    margin-right: 30px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .li-box {
    font-size: 15px;
    height: 55px;
    line-height: 55px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li:last-child {
    margin-right: 15px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout {
    top: 66px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .nav-hideseout .nav-hidese .nav-left .nav-lside .nav-item {
    width: 80%;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .plan-content {
    top: 66px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .global-bar .globa-add .global-nav .nav-list .nav-li .plan-content .plan-list .plan-item img {
    width: 35px;
    height: 30px;
    margin-right: 10px;
  }
  .global-bar .globa-add .global-nav .nav-call {
    padding: 18px 10px;
  }
  .global-bar .globa-add .global-nav .nav-call .iconfont {
    font-size: 20px;
  }
  .global-bar .globa-add .global-nav .nav-call .call-word {
    font-size: 16px;
  }
  .solut-out .solut-container .solut-content .solut-lside {
    width: 70%;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-word {
    padding-bottom: 25px;
    font-size: 15px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item {
    padding: 14px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-right .solut-title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .solut-out .solut-container .solut-content .solut-rside {
    padding-left: 20px;
    margin-right: -10px;
    width: calc(40% - 10px);
  }
  .stor-out .repeat-banner {
    padding: 0 20px;
  }
  .stor-out .repeat-banner .swiper-slide {
    width: 40%;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item {
    padding: 30px 40px;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-img img {
    width: 100%;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-remks {
    padding: 30px 0;
    font-size: 13px;
  }
  .comp-out .comp-content .comp-pack {
    padding-top: 40px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lisde-title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-meks {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-tag {
    padding-top: 50px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item {
    font-size: 16px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item .iconfont {
    margin-right: 10px;
  }
  .comp-out .comp-content .comp-pack .comp-rside {
    padding: 0px 0px 0px 40px;
  }
  .comp-out .comp-content .comp-pack .comp-rside .comp-con {
    padding: 20px 30px;
  }
  .comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item .comp-top {
    font-size: 30px;
  }
  .comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item .comp-bot {
    font-size: 16px;
  }
  .detail-head .pack-head .pack-left {
    font-size: 22px;
  }
  .detail-head .pack-head .pack-line {
    margin: 0 20px;
  }
  .detail-head .pack-head .pack-right {
    font-size: 16px;
  }
  .news-out .news-list .news-item {
    padding: 30px;
    margin-right: 30px;
    width: calc(100% / 3);
  }
  .news-out .news-list .news-item .news-tit {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-out .news-list .news-item .news-line {
    margin: 25px 0;
  }
  .news-out .news-list .news-item .news-time {
    font-size: 16px;
  }
  .news-out .news-list .news-item .news-meks {
    padding-top: 30px;
  }
  .news-out .news-list .news-item .news-more {
    margin-top: 100px;
  }
  .down-out .down-content .down-col {
    width: 35%;
  }
  .down-out .down-content .link-list {
    width: 15%;
    padding-left: 20px;
  }
  .down-out .down-content .down-square {
    width: 24%;
  }
  .gobalation {
    height: 66px;
  }
  .global-banner .banner-tit {
    font-size: 28px;
  }
  .global-banner .banner-meks {
    padding-top: 20px;
  }
  .duct-content .duct-pack .duct-tabs .tabs-item .tabs-word {
    font-size: 22px;
  }
  .duct-content .duct-pack .tabs-pack .tabs-top {
    padding: 30px 40px;
  }
  .detail-outop .top-pack .top-lside {
    width: 60%;
    padding-right: 60px;
  }
  .detail-outop .top-pack .top-lside .top-ltit {
    font-size: 24px;
  }
  .detail-outop .top-pack .top-lside .top-meks {
    padding-top: 30px;
  }
  .detail-outop .top-pack .top-ride {
    width: 40%;
  }
  .detail-outop .top-pack .top-ride img {
    width: 100%;
  }
  .detail-botout .detail-content .detail-tit {
    padding: 30px;
    font-size: 27px;
  }
  .case-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
  }
  .case-title.title {
    font-size: 25px;
  }
  .case-item {
    padding: 22px;
  }
  .case-item img {
    min-height: 120px;
    max-height: 120px;
  }
  .case-item .case-tit {
    padding-bottom: 15px;
  }
  .solove-out .solove-pack .solove-head .solove-item {
    padding: 20px 0;
  }
  .solove-out .solove-pack .solove-head .solove-item .iconfont {
    font-size: 30px;
  }
  .solove-out .solove-pack .solove-head .solove-item .solove-word {
    font-size: 16px;
    padding-left: 15px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde {
    padding-right: 30px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one {
    padding-bottom: 25px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one p {
    padding-top: 20px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-risde {
    width: 45%;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-risde .risde-box .square {
    left: 50px;
    top: 50px;
  }
  .cust-dialog .cust-duce .cust-box .box-title .box-word {
    font-size: 25px;
  }
  .cust-dialog .cust-duce .cust-box .box-row .row-title {
    width: 10%;
  }
  .about-out .about-pack .brief-out {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-out .about-pack .brief-out .brief-pack {
    padding-top: 30px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks {
    padding-top: 25px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-ride {
    width: 40%;
  }
  .sophy-out .sophy-swiper {
    padding-top: 40px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide {
    width: 600px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item {
    height: 300px;
    padding: 25px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-meks {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .sophy-out .sophy-swiper .swiper-button-prev {
    left: 5%;
  }
  .sophy-out .sophy-swiper .swiper-button-next {
    right: 5%;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cess-count {
    font-size: 23px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-count {
    font-size: 20px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-mond {
    top: 45%;
    left: -63%;
    width: 370px;
    padding: 30px;
    font-size: 14px;
    line-height: 28px;
  }
  .part-out {
    padding: 30px 0;
  }
  .part-out .part-duce .part-list {
    padding-top: 35px;
  }
  .part-out .part-duce .part-list .part-item {
    padding: 18px;
  }
  .news-head .news-amout {
    font-size: 25px;
  }
  .news-head .news-ctime {
    padding-top: 30px;
  }
  .our-out {
    padding: 50px 0;
  }
  .our-out .our-pack .our-lisde .our-tit {
    font-size: 25px;
  }
  .our-out .our-pack .our-lisde .our-pro .pro-item {
    font-size: 16px;
  }
  .our-out .our-pack .our-ride {
    width: 52%;
    padding: 0 20px;
  }
  .our-out .our-pack .our-ride .ride-first .our-item {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .global-bar .global-phone .phone-list {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .global-bar .global-phone .phone-list::-webkit-scrollbar {
    width: 0;
  }
  .global-bar .global-phone .phone-list .nav-con .nav-row .row-hang .row-lside {
    font-size: 15px;
  }
  .global-bar .global-phone .phone-list .nav-con .nav-row .product-list .list-row {
    font-size: 15px;
  }
  .gobal-head {
    background-position: 50%;
    background-size: contain;
  }
  .gobal-head .gobal-word {
    font-size: 25px;
  }
  .show-list {
    padding-top: 30px;
  }
  .show-list .show-item {
    width: calc(100% / 2 - 20px);
  }
  .show-list .show-item:nth-child(3) {
    margin-right: 20px;
  }
  .show-list .show-item .item-head span {
    padding-left: 10px;
    font-size: 20px;
  }
  .show-list .show-item .item-meks {
    font-size: 15px;
  }
  .solut-out .solut-container .solut-content {
    padding-top: 25px;
  }
  .solut-out .solut-container .solut-content .solut-lside {
    width: 100%;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item {
    width: calc(100% / 3 - 10px);
    padding: 14px;
  }
  .stor-out .repeat-banner {
    padding: 0 10px;
  }
  .stor-out .repeat-banner .swiper-slide {
    width: 52%;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item {
    padding: 30px 40px;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-img img {
    width: 100%;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-remks {
    padding: 30px 0;
    font-size: 13px;
  }
  .part-out {
    padding: 30px 0;
  }
  .part-out .part-duce .part-list {
    padding-top: 35px;
  }
  .part-out .part-duce .part-list .part-item .part-name {
    padding-top: 10px;
  }
  .part-out .part-duce .part-list .part-item img {
    max-width: 100%;
    min-width: 100%;
  }
  .detail-head .pack-head {
    padding: 25px 15px;
  }
  .detail-head .pack-head .pack-left {
    font-size: 20px;
  }
  .detail-head .pack-head .pack-line {
    margin: 0 20px;
  }
  .detail-head .pack-head .pack-right {
    font-size: 15px;
  }
  .comp-out .comp-content .comp-pack {
    padding-top: 30px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lisde-title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-meks {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-tag {
    padding-top: 40px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item {
    padding: 8px 15px;
    font-size: 12px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item .iconfont {
    margin-right: 6px;
    font-size: 22px;
  }
  .comp-out .comp-content .comp-pack .comp-rside {
    padding: 0px 0px 0px 20px;
  }
  .comp-out .comp-content .comp-pack .comp-rside .comp-con {
    padding: 15px 22px;
  }
  .comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item .comp-top {
    font-size: 25px;
  }
  .comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item .comp-bot {
    font-size: 16px;
  }
  .news-out .news-list .news-item {
    padding: 25px;
    margin-right: 20px;
    width: calc(100% / 3);
  }
  .news-out .news-list .news-item .news-tit {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-out .news-list .news-item .news-line {
    margin: 15px 0;
  }
  .news-out .news-list .news-item .news-time {
    font-size: 15px;
  }
  .news-out .news-list .news-item .news-meks {
    padding-top: 20px;
  }
  .news-out .news-list .news-item .news-more {
    width: 120px;
    margin-top: 80px;
  }
  .down-out .down-content .down-col {
    width: 66%;
  }
  .down-out .down-content .link-list {
    width: 22%;
    padding-left: 0px;
  }
  .down-out .down-content .down-square {
    width: 35%;
  }
  .global-banner {
    min-height: 300px;
  }
  .global-banner .banner-tit {
    font-size: 25px;
  }
  .global-banner .banner-meks {
    padding-top: 15px;
    font-size: 20px;
  }
  .duct-content .duct-pack .duct-tabs .tabs-item .tabs-word {
    font-size: 18px;
    padding-left: 10px;
  }
  .duct-content .duct-pack .tabs-pack .tabs-top {
    padding: 30px 40px;
  }
  .detail-outop .top-pack .top-lside {
    width: 60%;
    padding-right: 40px;
  }
  .detail-outop .top-pack .top-lside .top-ltit {
    font-size: 18px;
  }
  .detail-outop .top-pack .top-lside .top-meks {
    padding-top: 15px;
    font-size: 13px;
  }
  .detail-outop .top-pack .top-ride {
    width: 40%;
  }
  .detail-outop .top-pack .top-ride img {
    width: 100%;
  }
  .detail-botout .detail-content .detail-tit {
    padding: 30px;
    font-size: 22px;
  }
  .detail-botout .detail-content .detail-duce .duce-center img {
    width: 100%;
  }
  .case-item {
    padding: 20px;
    margin-right: 15px;
    width: calc(100% / 3 - 10px);
  }
  .case-item img {
    max-height: 90px;
    min-height: 90px;
  }
  .case-item .case-tit {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .case-item .case-more {
    padding-top: 20px;
  }
  .case-out {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .solove-out .solove-pack .solove-head .solove-item {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
  }
  .solove-out .solove-pack .solove-head .solove-item .iconfont {
    font-size: 25px;
  }
  .solove-out .solove-pack .solove-head .solove-item .solove-word {
    padding-left: 0px;
    font-size: 14px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde {
    width: 60%;
    padding-right: 20px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one {
    padding-bottom: 20px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one .title {
    font-size: 20px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde .trade-one p {
    padding-top: 15px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-risde {
    width: 50%;
  }
  .cust-dialog .cust-duce {
    padding: 0 35px;
  }
  .cust-dialog .cust-duce .cust-box .box-title .box-word {
    font-size: 22px;
  }
  .cust-dialog .cust-duce .cust-box .box-row .row-title {
    width: 15%;
  }
  .cust-dialog .cust-duce .cust-box .box-row .row-meks {
    width: 85%;
  }
  .about-out .about-pack .brief-out .brief-pack {
    padding-top: 20px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside {
    width: calc(65% - 20px);
    padding-right: 20px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-title {
    font-size: 20px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks {
    padding-top: 15px;
    font-size: 13px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks p {
    padding-bottom: 10px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-ride {
    width: 50%;
  }
  .about-out .about-pack .about-count .count-item .count-num {
    font-size: 30px;
  }
  .about-out .about-pack .about-count .count-item .count-wrod {
    font-size: 16px;
  }
  .sophy-out {
    padding: 30px 0;
  }
  .sophy-out .sophy-swiper .swiper-button-prev, .sophy-out .sophy-swiper .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide {
    width: 600px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item {
    padding: 25px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con {
    width: 53%;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-meks {
    font-size: 13px;
    line-height: 25px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-img {
    width: 57%;
  }
  .sophy-out .sophy-swiper .swiper-button-prev {
    left: 5%;
  }
  .sophy-out .sophy-swiper .swiper-button-next {
    right: 5%;
  }
  .cess-out {
    padding: 30px 0;
  }
  .cess-out .cess-pack {
    padding-top: 30px;
  }
  .cess-out .cess-pack .swiper-content {
    padding: 0 50px;
  }
  .cess-out .cess-pack .swiper-content .bot-btn {
    width: 45px;
    height: 45px;
    top: 24%;
  }
  .cess-out .cess-pack .swiper-content .bot-btn .iconfont {
    font-size: 25px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper {
    padding-top: 30px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 100px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cess-count {
    font-size: 23px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-count {
    font-size: 20px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-mond {
    top: 40%;
    left: -45%;
    width: 370px;
    padding: 30px;
    font-size: 14px;
    line-height: 28px;
  }
  .news-out .news-duce .news-item .news-lside {
    width: 50%;
  }
  .news-out .news-duce .news-item .news-ride {
    padding: 20px;
  }
  .news-out .news-duce .news-item .news-ride .ride-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .news-out .news-duce .news-item .news-ride .ride-meks {
    font-size: 15px;
    padding: 10px 0;
  }
  .news-out .news-duce .news-item .news-ride .ride-more .more-btn {
    padding: 5px 20px;
    font-size: 13px;
  }
  .news-out .news-duce .news-item .news-ride .ride-more .more-time {
    font-size: 14px;
  }
  .news-head {
    padding: 50px 0;
  }
  .news-head .news-amout {
    font-size: 22px;
  }
  .news-head .news-ctime {
    padding-top: 25px;
  }
  .detail-out {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .detail-out .detail-con {
    padding: 35px;
  }
  .our-out {
    padding: 50px 0;
    position: relative;
  }
  .our-out .our-pack .our-lisde {
    width: 40%;
  }
  .our-out .our-pack .our-lisde .our-tit {
    font-size: 20px;
  }
  .our-out .our-pack .our-lisde .our-pro {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .our-out .our-pack .our-lisde .our-pro .pro-item {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .our-out .our-pack .our-lisde .our-area img {
    width: 80px;
    height: 80px;
  }
  .our-out .our-pack .our-ride {
    position: absolute;
    width: 58%;
    right: 0;
    top: 20px;
    padding: 0 20px;
  }
  .our-out .our-pack .our-ride .ride-first {
    padding: 15px 0;
  }
  .our-out .our-pack .our-ride .ride-first .our-item {
    font-size: 12px;
  }
  .cust-out {
    padding: 40px 0;
  }
  .cust-out .cust-list .case-item:nth-child(3) {
    margin-right: 0;
  }
  .cust-out .cust-list .case-item:nth-child(6) {
    margin-right: 0;
  }
  .cust-out .cust-list .case-item.custbotom {
    margin-bottom: 15px;
    width: calc(100% / 3 - 15px);
  }
}

@media (max-width: 768px) {
  .global-padding {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .show-list .show-item {
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 15px;
    width: calc(100% / 2 - 20px);
  }
  .show-list .show-item:nth-child(3) {
    margin-right: 20px;
  }
  .show-list .show-item .item-head span {
    padding-left: 5px;
    font-size: 17px;
    white-space: nowrap;
  }
  .show-list .show-item .item-meks {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .item-see {
    width: 100px;
    font-size: 12px;
    padding: 10px 15px;
  }
  .solut-out .solut-container .solut-content {
    padding-top: 25px;
  }
  .solut-out .solut-container .solut-content .solut-lside {
    width: 100%;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item {
    width: calc(100% / 2 - 15px);
    padding: 14px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-left .solut-img {
    width: 40px;
    height: 40px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-left .solut-imgA {
    width: 40px;
    height: 40px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-right .solut-title {
    font-size: 16px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item .solut-right .solut-meks {
    font-size: 13px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(3) {
    margin-right: 15px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(4) {
    margin-bottom: 25px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(n + 5) {
    margin-bottom: 0 !important;
  }
  .global-bar .global-phone {
    padding: 10px 20px;
  }
  .global-bar .global-phone .phone-list {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .global-bar .global-phone .phone-list::-webkit-scrollbar {
    width: 0;
  }
  .global-bar .global-phone .phone-list .box-nav .box-row .box-hang {
    font-size: 15px;
  }
  .global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row {
    padding-top: 15px;
  }
  .global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .row-hang .row-lside {
    font-size: 15px;
  }
  .global-bar .global-phone .phone-list .box-nav .box-row .nav-con .nav-row .nav-con .list-row {
    padding-top: 15px;
    font-size: 15px;
  }
  .stor-out {
    background-size: contain;
  }
  .stor-out .repeat-banner .swiper-slide {
    width: 54%;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item {
    padding: 30px;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-img img {
    width: 100%;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-remks {
    padding: 20px 0;
    font-size: 13px;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-remks .remks-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow: hidden;
  }
  .comp-out {
    background-position: 80%;
  }
  .comp-out .comp-content .comp-pack {
    display: block;
  }
  .comp-out .comp-content .comp-pack .comp-lisde {
    width: 100%;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-tag {
    padding-top: 25px;
  }
  .comp-out .comp-content .comp-pack .comp-lisde .lside-tag .tag-item {
    padding: 5px 20px;
  }
  .comp-out .comp-content .comp-pack .comp-rside {
    margin-top: 15px;
    width: 100%;
    padding: 0;
  }
  .comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item {
    padding-bottom: 15px;
  }
  .comp-out .comp-content .comp-pack .comp-rside .comp-con .comp-item:nth-child(n + 3) {
    padding-top: 15px;
  }
  .news-out .news-list {
    flex-wrap: wrap;
  }
  .news-out .news-list .news-item {
    padding: 20px;
    margin-right: 20px;
    width: calc(100% / 2 - 20px);
    margin-bottom: 20px;
  }
  .news-out .news-list .news-item:nth-child(2) {
    margin-right: 0px;
  }
  .news-out .news-list .news-item:nth-child(3) {
    margin-right: 20px;
  }
  .news-out .news-list .news-item .news-tit {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-out .news-list .news-item .news-line {
    margin: 15px 0;
  }
  .news-out .news-list .news-item .news-time {
    font-size: 15px;
  }
  .news-out .news-list .news-item .news-meks {
    padding-top: 20px;
  }
  .news-out .news-list .news-item .news-more {
    width: 120px;
    margin-top: 80px;
  }
  .down-out .down-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .down-out .down-content .down-col {
    width: 80%;
  }
  .down-out .down-content .link-list {
    width: 22%;
    padding-left: 0px;
  }
  .down-out .down-content .down-square {
    width: 20%;
    flex-wrap: wrap;
  }
  .global-banner {
    min-height: 270px;
  }
  .global-banner .banner-tit {
    font-size: 23px;
  }
  .global-banner .banner-meks {
    padding-top: 15px;
    font-size: 18px;
  }
  .duct-content .duct-pack .duct-tabs .tabs-item {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .duct-content .duct-pack .duct-tabs .tabs-item .tabs-word {
    font-size: 16px;
    padding-top: 10px;
    padding-left: 0;
  }
  .duct-content .duct-pack .tabs-pack .tabs-top {
    padding: 20px 30px;
    font-size: 14px;
  }
  .duct-content .duct-pack .tabs-pack .tabs-tagbot {
    padding: 0 30px;
    padding-bottom: 20px;
    min-height: 0;
  }
  .duct-content .duct-pack .tabs-pack .tabs-tagbot .tabs-tag {
    font-size: 14px;
    padding-top: 20px;
  }
  .detail-outop .top-pack {
    display: block;
  }
  .detail-outop .top-pack .top-lside {
    width: 100%;
    padding-right: 0px;
  }
  .detail-outop .top-pack .top-lside .top-ltit {
    font-size: 18px;
  }
  .detail-outop .top-pack .top-lside .top-meks {
    padding-top: 15px;
    font-size: 13px;
  }
  .detail-outop .top-pack .top-ride {
    margin-top: 20px;
    width: 100%;
  }
  .detail-outop .top-pack .top-ride img {
    width: 100%;
    height: 400px;
  }
  .detail-botout {
    padding: 25px 0;
  }
  .detail-botout .detail-content .detail-tit {
    padding: 20px;
    font-size: 20px;
  }
  .detail-botout .detail-content .detail-duce {
    padding: 30px;
  }
  .detail-botout .detail-content .detail-duce .duce-center {
    padding-bottom: 15px;
  }
  .detail-botout .detail-content .detail-duce .duce-center img {
    width: 100%;
  }
  .case-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  .case-title.title {
    font-size: 22px;
  }
  .case-item {
    padding: 20px;
    margin-right: 15px;
    width: calc(100% / 2 - 15px);
    margin-bottom: 15px;
  }
  .case-item img {
    max-height: 100px;
    min-height: 100px;
  }
  .case-item .case-tit {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .case-item .case-more {
    padding-top: 20px;
  }
  .solove-out .solove-pack .solove-head .solove-item {
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
  }
  .solove-out .solove-pack .solove-head .solove-item .iconfont {
    font-size: 23px;
  }
  .solove-out .solove-pack .solove-head .solove-item .solove-word {
    padding-top: 5px;
    font-size: 13px;
  }
  .solove-out .solove-pack .solove-trade {
    padding: 30px 0;
  }
  .solove-out .solove-pack .solove-trade .trade-pack {
    padding-top: 30px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde {
    width: 100%;
    padding-right: 0px;
  }
  .cust-dialog .cust-duce {
    padding: 0 30px;
  }
  .cust-dialog .cust-duce .cust-box {
    padding: 30px 0;
  }
  .cust-dialog .cust-duce .cust-box .box-title .box-word {
    font-size: 20px;
  }
  .cust-dialog .cust-duce .cust-box .box-row {
    padding-top: 10px;
  }
  .cust-dialog .cust-duce .cust-box .box-row .row-title {
    width: 18%;
  }
  .cust-dialog .cust-duce .cust-box .box-row .row-meks {
    width: 82%;
  }
  .cust-out .cust-list .case-item.custbotom {
    width: calc(100% / 2 - 15px);
    margin-bottom: 15px;
  }
  .cust-out .cust-list .case-item.custbotom:nth-child(3) {
    margin-right: 15px;
  }
  .cust-out .cust-list .case-item.custbotom:nth-child(6) {
    margin-right: 15px;
  }
  .cust-out .cust-list .case-item.custbotom:nth-child(odd) {
    margin-right: 15px;
  }
  .cust-out .cust-list .case-item.custbotom:nth-child(even) {
    margin-right: 0px;
  }
  .about-head {
    margin-top: -30px;
  }
  .about-head .about-item {
    padding: 20px 0;
  }
  .about-head .about-item .about-img {
    width: 25px;
    height: 25px;
  }
  .about-head .about-item .aboutac-img {
    width: 25px;
    height: 25px;
  }
  .about-head .about-item .about-word {
    font-size: 15px;
    padding-left: 10px;
  }
  .about-out .about-pack .brief-out {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-out .about-pack .brief-out .brief-pack {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside {
    width: 100%;
    padding-right: 0px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-title {
    font-size: 18px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks {
    padding-top: 15px;
    font-size: 13px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks p {
    padding-bottom: 10px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-ride {
    padding-top: 20px;
    width: 100%;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-ride img {
    height: 380px;
  }
  .about-out .about-pack .about-count {
    padding-bottom: 30px;
  }
  .about-out .about-pack .about-count .count-item .count-num {
    font-size: 25px;
  }
  .about-out .about-pack .about-count .count-item .count-wrod {
    font-size: 15px;
  }
  .sophy-out .sophy-swiper {
    padding-top: 30px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide {
    width: 516px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item {
    height: 260px;
    padding: 20px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .back-img {
    width: 80px;
    height: 80px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con {
    width: 53%;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-title {
    white-space: nowrap;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-meks {
    font-size: 12px;
    line-height: 25px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-img {
    width: 53%;
  }
  .sophy-out .sophy-swiper .swiper-button-prev {
    left: 0%;
  }
  .sophy-out .sophy-swiper .swiper-button-next {
    right: 0%;
  }
  .cess-out {
    padding: 30px 0;
  }
  .cess-out .cess-pack {
    padding-top: 30px;
  }
  .cess-out .cess-pack .cess-word {
    font-size: 14px;
  }
  .cess-out .cess-pack .swiper-content .bot-btn {
    width: 45px;
    height: 45px;
    top: 24%;
  }
  .cess-out .cess-pack .swiper-content .bot-btn .iconfont {
    font-size: 25px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper {
    padding-top: 30px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 100px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cess-count {
    font-size: 23px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-count {
    font-size: 20px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-mond {
    top: 40%;
    left: -60%;
    width: 320px;
    padding: 20px;
    font-size: 13px;
    line-height: 28px;
  }
  .part-out {
    padding: 20px 0;
  }
  .news-out .news-duce .news-item {
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .news-out .news-duce .news-item .news-ride {
    padding: 15px;
  }
  .news-out .news-duce .news-item .news-ride .ride-title {
    font-size: 15px;
  }
  .news-out .news-duce .news-item .news-ride .ride-meks {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .news-out .news-duce .news-item .news-ride .ride-more {
    margin-top: 10px;
  }
  .news-out .news-duce .news-item .news-ride .ride-more .more-btn {
    font-size: 12px;
  }
  .news-out .news-duce .news-item .news-ride .ride-more .more-time {
    font-size: 12px;
  }
  .detail-out {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .detail-out .detail-con {
    padding: 35px;
  }
  .detail-out .detail-con p {
    font-size: 13px;
  }
  .our-out {
    padding: 30px 0;
    position: relative;
  }
  .our-out .our-pack .our-lisde {
    width: 100%;
  }
  .our-out .our-pack .our-lisde .our-tit {
    font-size: 20px;
  }
  .our-out .our-pack .our-lisde .our-pro {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .our-out .our-pack .our-lisde .our-pro .pro-item {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .our-out .our-pack .our-lisde .our-area .ress-img {
    position: absolute;
    right: 30%;
  }
  .our-out .our-pack .our-lisde .our-area img {
    width: 100px;
    height: 100px;
  }
  .our-out .our-pack .our-ride {
    display: none;
  }
}

@media (max-width: 576px) {
  .global-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .show-list {
    padding-top: 20px;
  }
  .show-list .show-item {
    width: 100%;
    margin-right: 0;
  }
  .show-list .show-item .item-head span {
    padding-left: 10px;
  }
  .detail-head {
    margin: 0 6px;
  }
  .detail-head .pack-head {
    padding: 20px 15px;
  }
  .detail-head .pack-head .pack-left {
    font-size: 18px;
  }
  .detail-head .pack-head .pack-line {
    margin: 0 10px;
  }
  .detail-head .pack-head .pack-right {
    font-size: 14px;
  }
  .detail-head .pack-head .pack-right .pack-list {
    padding: 10px 15px;
    left: -17px;
  }
  .detail-head .pack-head .pack-right .pack-list .item {
    font-size: 12px;
  }
  .solut-out .solut-container .solut-content {
    padding-top: 15px;
  }
  .solut-out .solut-container .solut-content .solut-lside {
    width: 100%;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-word {
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item {
    width: 100%;
    padding: 14px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(3) {
    margin-right: 0px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(4) {
    margin-bottom: 10px;
  }
  .solut-out .solut-container .solut-content .solut-lside .solut-list .solut-item:nth-child(n + 5) {
    margin-bottom: 10px !important;
  }
  .stor-out .repeat-con .repeat-btn {
    width: 40px;
    height: 40px;
    line-height: 15px;
  }
  .stor-out .repeat-con .repeat-btn .iconfont {
    font-size: 25px;
  }
  .stor-out .repeat-banner {
    margin-top: 20px;
    padding: 0;
  }
  .stor-out .repeat-banner .swiper-slide {
    width: 100%;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item {
    padding: 20px 30px;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-img img {
    width: 100%;
  }
  .stor-out .repeat-banner .swiper-slide .slide-item .slide-remks {
    padding: 20px 0;
    font-size: 12px;
  }
  .news-out .news-list {
    padding-top: 20px;
  }
  .news-out .news-list .news-item {
    width: 100%;
    margin-right: 0;
  }
  .news-out .news-list .news-item:nth-child(3) {
    margin-right: 0;
  }
  .news-out .news-list .news-item:last-child {
    margin-bottom: 0;
  }
  .down-out .down-content {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .down-out .down-content .down-col {
    width: 100%;
  }
  .down-out .down-content .down-col .down-list {
    padding-top: 15px;
  }
  .down-out .down-content .down-col .down-method {
    padding-top: 15px;
    display: none;
  }
  .down-out .down-content .link-list {
    width: 22%;
    padding-left: 0px;
  }
  .down-out .down-content .down-square {
    padding-top: 20px;
    width: 60%;
    flex-wrap: nowrap;
  }
  .down-out .down-content .down-square .square-item img {
    margin-bottom: 10px;
  }
  .global-banner {
    min-height: 250px;
  }
  .global-banner .banner-tit {
    font-size: 19px;
  }
  .global-banner .banner-meks {
    padding-top: 10px;
    font-size: 16px;
  }
  .duct-content {
    padding: 30px 0;
  }
  .duct-content .duct-pack .duct-tabs .tabs-item {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .duct-content .duct-pack .duct-tabs .tabs-item img {
    width: 25px;
    height: 25px;
  }
  .duct-content .duct-pack .duct-tabs .tabs-item .tabs-word {
    font-size: 13px;
    padding-top: 10px;
    padding-left: 0;
  }
  .duct-content .duct-pack .tabs-pack .tabs-top {
    padding: 15px 20px;
    font-size: 13px;
  }
  .duct-content .duct-pack .tabs-pack .tabs-tagbot {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .duct-content .duct-pack .tabs-pack .tabs-tagbot .tabs-tag {
    font-size: 12px;
    padding-top: 15px;
  }
  .detail-outop {
    margin: 20px 0;
  }
  .detail-outop .top-pack {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  .detail-outop .top-pack .top-lside {
    width: 100%;
    padding-right: 0px;
  }
  .detail-outop .top-pack .top-lside .top-ltit {
    font-size: 16px;
  }
  .detail-outop .top-pack .top-lside .top-meks {
    padding-top: 15px;
    font-size: 12px;
  }
  .detail-outop .top-pack .top-ride {
    margin-top: 20px;
    width: 100%;
  }
  .detail-outop .top-pack .top-ride img {
    width: 100%;
    height: 300px;
  }
  .detail-botout {
    padding: 20px 0;
  }
  .detail-botout .detail-content .detail-duce {
    padding: 20px;
  }
  .detail-botout .detail-content p {
    font-size: 14px;
  }
  .case-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .case-title.title {
    font-size: 20px;
  }
  .case-item {
    width: 100%;
    margin-right: 0;
  }
  .case-item img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 290px;
    max-height: 105px;
    min-height: 105px;
  }
  .case-item:last-child {
    margin-right: 0;
  }
  .case-item .case-tit {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .case-item .case-more {
    padding-top: 20px;
  }
  .case-out {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .case-out .case-content {
    padding-top: 20px;
  }
  .solove-out .solove-pack .solove-head {
    flex-wrap: wrap;
  }
  .solove-out .solove-pack .solove-head .solove-item {
    width: calc(100% / 3);
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
  }
  .solove-out .solove-pack .solove-head .solove-item .solove-word {
    padding-top: 0px;
    font-size: 12px;
  }
  .solove-out .solove-pack .solove-trade {
    padding: 30px 0;
  }
  .solove-out .solove-pack .solove-trade .trade-pack {
    padding-top: 30px;
  }
  .solove-out .solove-pack .solove-trade .trade-pack .trade-lisde {
    width: 100%;
    padding-right: 0px;
  }
  .solove-field {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .solove-field .field-swiper {
    padding: 20px 10px;
  }
  .solove-field .field-swiper .swiper-wrapper .swiper-slide .case-padding {
    padding: 20px;
    margin-bottom: 0;
  }
  .solove-field .swiper-pagination {
    bottom: 20px;
  }
  .cust-dialog .cust-duce {
    padding: 0 15px;
  }
  .cust-dialog .cust-duce .cust-box {
    padding: 20px 0;
  }
  .cust-dialog .cust-duce .cust-box .box-title {
    align-items: center;
    padding-bottom: 0;
  }
  .cust-dialog .cust-duce .cust-box .box-title .box-word {
    font-size: 17px;
  }
  .cust-dialog .cust-duce .cust-box .box-title .iconfont {
    font-size: 20px;
  }
  .cust-dialog .cust-duce .cust-box .box-row {
    padding-top: 10px;
    display: block;
  }
  .cust-dialog .cust-duce .cust-box .box-row .row-title {
    width: 100%;
    font-size: 14px;
  }
  .cust-dialog .cust-duce .cust-box .box-row .row-meks {
    padding-top: 6px;
    font-size: 12px;
    width: 100%;
  }
  .cust-out .cust-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cust-out .cust-list .case-item.custbotom {
    width: 100%;
    margin-right: 0;
  }
  .cust-out .cust-list .case-item.custbotom:nth-child(odd) {
    margin-right: 0;
  }
  .cust-out .cust-list .case-item.custbotom:nth-child(even) {
    margin-right: 0;
  }
  .about-head .about-item {
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
  }
  .about-head .about-item .about-img {
    width: 20px;
    height: 20px;
  }
  .about-head .about-item .aboutac-img {
    width: 20px;
    height: 20px;
  }
  .about-head .about-item .about-word {
    font-size: 13px;
    padding-top: 5px;
    padding-left: 0px;
  }
  .about-out .about-pack .brief-out {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-out .about-pack .brief-out .brief-pack {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside {
    width: 100%;
    padding-right: 0px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-title {
    font-size: 18px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks {
    padding-top: 15px;
    font-size: 13px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-lside .brief-meks p {
    padding-bottom: 10px;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-ride {
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
  .about-out .about-pack .brief-out .brief-pack .brief-ride img {
    width: 300px;
    height: 300px;
  }
  .about-out .about-pack .about-count {
    padding-bottom: 20px;
  }
  .about-out .about-pack .about-count .count-item .count-num {
    font-size: 22px;
  }
  .about-out .about-pack .about-count .count-item .count-wrod {
    font-size: 15px;
  }
  .sophy-out {
    padding: 20px 0;
  }
  .sophy-out .sophy-swiper {
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sophy-out .sophy-swiper .swiper-button-prev, .sophy-out .sophy-swiper .swiper-button-next {
    width: 35px;
    height: 35px;
    top: 60%;
    border-radius: 50%;
    border: 2px solid #dddddd;
  }
  .sophy-out .sophy-swiper .swiper-button-prev::after, .sophy-out .sophy-swiper .swiper-button-next::after {
    font-size: 18px;
    color: #dddddd;
    font-weight: bold;
  }
  .sophy-out .sophy-swiper .swiper-button-prev:hover, .sophy-out .sophy-swiper .swiper-button-next:hover {
    border: 2px solid #dddddd;
  }
  .sophy-out .sophy-swiper .swiper-button-prev:hover::after, .sophy-out .sophy-swiper .swiper-button-next:hover::after {
    color: #dddddd;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item {
    height: 200px;
    padding: 17px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .back-img {
    width: 70px;
    height: 70px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con {
    width: 53%;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-title {
    white-space: nowrap;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-con .sophy-meks {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .sophy-out .sophy-swiper .swiper-wrapper .swiper-slide .sophy-item .sophy-img {
    width: 55%;
  }
  .cess-out {
    padding: 10px 0;
  }
  .cess-out .cess-pack {
    padding-top: 15px;
  }
  .cess-out .cess-pack .cess-word {
    font-size: 14px;
  }
  .cess-out .cess-pack .swiper-content {
    padding: 0 40px;
  }
  .cess-out .cess-pack .swiper-content .bot-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 22%;
  }
  .cess-out .cess-pack .swiper-content .bot-btn .iconfont {
    font-size: 25px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper {
    padding-top: 15px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide {
    height: 220px;
    padding-bottom: 0px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cess-count {
    font-size: 23px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-count {
    font-size: 20px;
  }
  .cess-out .cess-pack .swiper-content .cess-swiper .swiper-wrapper .swiper-slide .cess-mond {
    top: 38%;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 12px;
    line-height: 28px;
  }
  .news-out {
    padding: 25px 0;
  }
  .news-out .news-duce {
    padding-bottom: 20px;
  }
  .news-out .news-duce .news-item {
    margin-top: 20px;
    padding-bottom: 15px;
    align-items: center;
  }
  .news-out .news-duce .news-item .news-ride {
    padding: 10px;
  }
  .news-out .news-duce .news-item .news-ride .ride-title {
    font-size: 14px;
  }
  .news-out .news-duce .news-item .news-ride .ride-meks {
    font-size: 12px;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .news-out .news-duce .news-item .news-ride .ride-more {
    margin-top: 5px;
  }
  .news-out .news-duce .news-item .news-ride .ride-more .more-btn {
    padding: 3px 15px;
  }
  .global-paging .item {
    font-size: 15px;
  }
  .global-paging .item.fontsize {
    font-size: 14px;
  }
  .news-head {
    padding: 40px 0;
  }
  .news-head .news-amout {
    font-size: 18px;
  }
  .news-head .news-ctime {
    padding-top: 15px;
    font-size: 13px;
  }
  .detail-out {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .detail-out .detail-con {
    padding: 25px;
  }
  .detail-out .detail-con p {
    font-size: 13px;
  }
  .detail-out .switch-con {
    padding-top: 10px;
  }
  .detail-out .switch-con .switch-item {
    font-size: 13px;
    padding-top: 15px;
  }
  .detail-out .switch-con .switch-item .lase-word {
    white-space: nowrap;
  }
  .detail-out .switch-con .switch-item .lase-tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .our-out {
    padding: 30px 0;
    position: relative;
  }
  .our-out .our-pack .our-lisde {
    width: 100%;
  }
  .our-out .our-pack .our-lisde .our-tit {
    font-size: 20px;
  }
  .our-out .our-pack .our-lisde .our-pro {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .our-out .our-pack .our-lisde .our-pro .pro-item {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .our-out .our-pack .our-lisde .our-area .ress-img {
    position: absolute;
    right: 10%;
  }
  .our-out .our-pack .our-lisde .our-area img {
    width: 80px;
    height: 80px;
  }
  .our-out .our-pack .our-ride {
    display: none;
  }
  .leave-word-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .leave-word-container .leave-submit {
    margin-top: 22px;
    font-size: 15px;
    padding: -1px 10px;
  }
}
