@charset "UTF-8";
.banner-box {
  position: relative;
}

.banner-box .swiper-slide {
  width: 100%;
}

.banner-box #banner img {
  width: 100%;
}

.banner-box #banner {
  --swiper-pagination-color: #EB0B2BFF;
  /* 两种都可以 */
}

.banner-box .swiper-horizontal > .swiper-pagination-bullets {
  bottom: calc(100% - 95%);
}

.main {
  padding-top: 122px;
}

.main .product-box {
  text-align: center;
  padding-bottom: 1.1818rem;
}

.main .product-box .header-area {
  margin-bottom: 60px;
}

.main .product-box .header-area .title-x {
  margin-bottom: 10px;
}

.main .product-box .header-area .title-x h1 {
  font-size: 40px;
  font-weight: 700;
}

.main .product-box .header-area .h-describe {
  width: 58%;
  margin: auto;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.main .product-box .product-mian {
  margin-bottom: 45px;
}

.main .product-box .product-mian .product-item .item-are {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
}

.main .product-box .product-mian .product-item .item-are .product-item-picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .product-box .product-mian .product-item .item-are .product-item-picture img {
  max-width: 100%;
  max-height: 420px;
  vertical-align: middle;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are {
  background-color: #fff;
  padding: 60px;
  max-width: 590px;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are h5 {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are p {
  max-height: 142px;
  min-height: 142px;
  line-height: 34px;
  margin-bottom: 46px;
  font-size: 22px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button {
  display: block;
  width: 84%;
  height: 50px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button .act-bgcolor {
  position: absolute;
  top: 0;
  left: -100%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: #FF1919;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button .orig-bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #EB0B2BFF;
  border-radius: inherit;
  z-index: 1;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button .text-are {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button:hover .act-bgcolor {
  left: 0;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button i {
  width: 30px;
  height: 15px;
  background: url("../static-img/comm-arrows-white-icon.webp") no-repeat;
  background-size: contain;
}

.main .product-box .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  line-height: 58px;
  border: 1px solid #EB0B2BFF;
  border-radius: 30px;
}

.main .product-box .more span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #EB0B2BFF;
}

.main .product-box .more i {
  width: 30px;
  height: 15px;
  background: url("../static-img/comm-arrows-red-icon.webp") no-repeat;
  background-size: contain;
}

.main .corporate-box {
  padding-bottom: 1.1818rem;
}

.main .corporate-box .header-area {
  margin-bottom: 60px;
  position: relative;
}

.main .corporate-box .header-area .title-x {
  margin-bottom: 10px;
}

.main .corporate-box .header-area .title-x h1 {
  font-size: 40px;
  font-weight: 700;
}

.main .corporate-box .header-area .h-describe {
  width: 58%;
  font-size: 18px;
  color: #666;
}

.main .corporate-box .header-area .link-but {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.main .corporate-box .header-area .link-but span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #EB0B2BFF;
}

.main .corporate-box .header-area .link-but i {
  width: 30px;
  height: 15px;
  background: url("../static-img/comm-arrows-red-icon.webp") no-repeat;
  background-size: contain;
}

.main .corporate-box .corporate-container .conta-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
}

.main .corporate-box .corporate-container .conta-top .conta-picture-are {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.main .corporate-box .corporate-container .conta-top .conta-picture-are img {
  max-height: 420px;
  vertical-align: middle;
}

.main .corporate-box .corporate-container .conta-top .conta-text {
  max-width: 480px;
  padding: 50px;
}

.main .corporate-box .corporate-container .conta-top .conta-text h5 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .corporate-box .corporate-container .conta-top .conta-text p {
  min-height: 73px;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main .corporate-box .corporate-container .conta-top .conta-text .conta-date {
  min-height: initial;
}

.main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button {
  display: block;
  width: 80%;
  height: 50px;
  margin-top: 80px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button .act-bgcolor {
  position: absolute;
  top: 0;
  left: -100%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: #FF1919;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
}

.main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button .orig-bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #EB0B2BFF;
  border-radius: inherit;
  z-index: 1;
}

.main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button .text-are {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button:hover .act-bgcolor {
  left: 0;
}

.main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button i {
  width: 30px;
  height: 15px;
  background: url("../static-img/comm-arrows-white-icon.webp") no-repeat;
  background-size: contain;
}

.main .corporate-box .corporate-container .conta-mx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}

.main .corporate-box .corporate-container .conta-mx .item {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
}

.main .corporate-box .corporate-container .conta-mx .item .item-picture-are {
  height: calc(100% - 207px);
  max-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.main .corporate-box .corporate-container .conta-mx .item .item-picture-are img {
  max-width: 100%;
  max-height: 100%;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are {
  padding: 20px;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are h5 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-date {
  font-size: 14px;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button {
  display: block;
  width: 80%;
  height: 50px;
  margin-top: 26px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button .act-bgcolor {
  position: absolute;
  top: 0;
  left: -100%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: #FF1919;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button .orig-bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #EB0B2BFF;
  border-radius: inherit;
  z-index: 1;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button .text-are {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button:hover .act-bgcolor {
  left: 0;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button i {
  width: 30px;
  height: 15px;
  background: url("../static-img/comm-arrows-white-icon.webp") no-repeat;
  background-size: contain;
}

.main .about-box {
  margin-bottom: 1.1818rem;
}

.main .about-box .header-area {
  margin-bottom: 60px;
  position: relative;
}

.main .about-box .header-area .title-x {
  margin-bottom: 10px;
}

.main .about-box .header-area .title-x h1 {
  font-size: 40px;
  font-weight: 700;
}

.main .about-box .header-area .h-describe {
  width: 58%;
  font-size: 18px;
  color: #666;
}

.main .about-box .header-area .link-but {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.main .about-box .header-area .link-but span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #EB0B2BFF;
}

.main .about-box .header-area .link-but i {
  width: 30px;
  height: 15px;
  background: url("../static-img/comm-arrows-red-icon.webp") no-repeat;
  background-size: contain;
}

.main .about-box .about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.main .about-box .about-container .about-text-are {
  max-width: 480px;
  padding: 50px;
}

.main .about-box .about-container .about-text-are p {
  margin-bottom: 62px;
  height: 210px;
  line-height: 26px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.main .about-box .about-container .about-text-are .about-link-button {
  display: block;
  width: 80%;
  height: 50px;
  margin-top: 26px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.main .about-box .about-container .about-text-are .about-link-button .act-bgcolor {
  position: absolute;
  top: 0;
  left: -100%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: #FF1919;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
}

.main .about-box .about-container .about-text-are .about-link-button .orig-bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #EB0B2BFF;
  border-radius: inherit;
  z-index: 1;
}

.main .about-box .about-container .about-text-are .about-link-button .text-are {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .about-box .about-container .about-text-are .about-link-button:hover .act-bgcolor {
  left: 0;
}

.main .about-box .about-container .about-text-are .about-link-button span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.main .about-box .about-container .about-text-are .about-link-button i {
  width: 30px;
  height: 15px;
  background: url("../static-img/comm-arrows-white-icon.webp") no-repeat;
  background-size: contain;
}

.main .about-box .about-container .about-picture-are {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.main .about-box .about-container .about-picture-are img {
  max-height: 420px;
  vertical-align: middle;
}

.main .customer-box {
  padding-bottom: 1.1818rem;
}

.main .customer-box .header-area {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .customer-box .header-area .title-x {
  margin-bottom: 10px;
}

.main .customer-box .header-area .title-x h1 {
  font-size: 40px;
  font-weight: 700;
}

.main .customer-box .header-area .h-describe {
  font-size: 18px;
  color: #666;
}

.main .customer-box .header-area .cust-swiper-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .customer-box .header-area .cust-swiper-but .cust-evaluation_prev {
  position: initial;
  width: 54px;
  height: 54px;
  margin-top: initial;
  background: url("../static-img/cust-evaluation-j-act.webp") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .customer-box .header-area .cust-swiper-but .cust-evaluation_prev::after {
  content: none;
}

.main .customer-box .header-area .cust-swiper-but .cust-evaluation_next {
  position: initial;
  width: 54px;
  height: 54px;
  margin-top: initial;
  margin-left: 20px;
  background: url("../static-img/cust-evaluation-j-act.webp") no-repeat;
  background-size: contain;
}

.main .customer-box .header-area .cust-swiper-but .cust-evaluation_next::after {
  content: none;
}

.main .customer-box .header-area .cust-swiper-but .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url("../static-img/cust-evaluation-j.webp") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .customer-box .header-area .cust-swiper-but .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url("../static-img/cust-evaluation-j.webp") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .customer-box .customer-swiper-box {
  margin: auto;
  position: relative;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper {
  padding: 20px 0;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item {
  padding: .3182rem;
  border: 1px solid #C8C8C8FF;
  border-radius: 15px;
  background-color: #EFF2F1FF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item:hover {
  background-color: #fff;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .2273rem;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info h6 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info .starLevel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info .starLevel-list .xin {
  width: 22px;
  height: 22px;
  margin-right: .0364rem;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info .starLevel-list .xin img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info .date-area {
  padding-left: 20px;
  font-size: 16px;
  color: #999;
  position: relative;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info .date-area::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../static-img/date-icon.webp") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .cust-evaluation-text {
  height: 358px;
  padding-right: 6px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .cust-evaluation-text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .cust-evaluation-text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .cust-evaluation-text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .answer-box {
  margin-bottom: 1.1818rem;
}

.main .answer-box .header-area {
  margin-bottom: 60px;
}

.main .answer-box .header-area .title-x {
  margin-bottom: 10px;
}

.main .answer-box .header-area .title-x h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.main .answer-box .header-area .h-describe {
  width: 58%;
  margin: auto;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.main .answer-box .answer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  margin-bottom: 45px;
}

.main .answer-box .answer-container .item {
  width: 50%;
  padding: 42px;
  background-color: #fff;
}

.main .answer-box .answer-container .item h5 {
  padding-left: 40px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.main .answer-box .answer-container .item h5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../static-img/answer1-icon.webp") no-repeat;
  background-size: contain;
}

.main .answer-box .answer-container .item p {
  padding-left: 40px;
  height: 192px;
  font-size: 18px;
  overflow-y: auto;
}

.main .answer-box .answer-container .item p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .answer-box .answer-container .item p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .answer-box .answer-container .item p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .answer-box .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  margin: auto;
  line-height: 58px;
  border: 1px solid #EB0B2BFF;
  border-radius: 30px;
}

.main .answer-box .more span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #EB0B2BFF;
}

.main .answer-box .more i {
  width: 30px;
  height: 15px;
  background: url("../static-img/comm-arrows-red-icon.webp") no-repeat;
  background-size: contain;
}

.main .contact-box {
  padding: .9091rem 0;
  background-color: #2C2C2CFF;
}

.main .contact-box .header-area {
  margin-bottom: 60px;
}

.main .contact-box .header-area .title-x {
  margin-bottom: 10px;
}

.main .contact-box .header-area .title-x h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.main .contact-box .header-area .h-describe {
  width: 58%;
  font-size: 18px;
  color: #fff;
}

.main .contact-box .contact-main form .form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.main .contact-box .contact-main form .form-contact .item {
  width: 100%;
}

.main .contact-box .contact-main form .form-contact .item input {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  background-color: transparent;
  border: 1px solid #9999;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}

.main .contact-box .contact-main form .form-contact .item input:focus {
  border-color: #35736EFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.main .contact-box .contact-main form .form-contact .item textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 12px;
  font-size: 16px;
  color: #fff;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .contact-box .contact-main form .form-contact .item textarea::-webkit-input-placeholder {
  color: #cfccd6 !important;
}

.main .contact-box .contact-main form .form-contact .style-flex {
  width: calc((100% - 40px) / 3);
}

.main .contact-box .contact-main form .send {
  width: 220px;
  height: 50px;
  margin-left: auto;
  background-color: #EB0B2BFF;
  border-radius: 26px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .contact-box .contact-main form .send i {
  width: 22px;
  height: 22px;
  background: url("../static-img/comm-contact-icon.webp") no-repeat;
  background-size: contain;
}

.main .contact-box .contact-main form .send span {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1680px) {
  .main .product-box .product-mian .product-item .item-are .product-item-text-are {
    padding: 46px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-text {
    max-width: 463px;
    padding: 38px;
  }
  .main .corporate-box .corporate-container .conta-mx .item .item-picture-are {
    max-height: 258px;
  }
  .main .about-box .about-container .about-text-are {
    padding: 38px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-picture-are img,
  .main .about-box .about-container .about-picture-are img {
    max-height: 398px;
  }
}

@media screen and (max-width: 1440px) {
  .main .product-box .product-mian .product-item .item-are .product-item-text-are {
    padding: 38px;
    max-width: 518px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-text {
    max-width: 425px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-picture-are img {
    max-height: 370px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button {
    margin-top: 55px;
  }
  .main .corporate-box .corporate-container .conta-mx .item .item-picture-are {
    max-height: 236px;
  }
  .main .about-box .about-container .about-text-are {
    max-width: 400px;
    padding: 30px;
  }
  .main .about-box .about-container .about-picture-are img {
    max-height: 382px;
  }
  .main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info .starLevel-list .xin {
    width: 18px;
    height: 18px;
  }
  .main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info .date-area {
    font-size: 14px;
  }
  .main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .cust-evaluation-text {
    height: 268px;
  }
}

@media screen and (max-width: 1366px) {
  .main .product-box .product-mian .product-item .item-are .product-item-text-are {
    max-width: 442px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-picture-are img {
    max-height: 352px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-text {
    max-width: 400px;
    padding: 29px;
  }
  .main .corporate-box .corporate-container .conta-mx .item .item-picture-are {
    max-height: 226px;
  }
  .main .about-box .about-container .about-text-are p {
    height: 186px;
    -webkit-line-clamp: 7;
  }
  .main .about-box .about-container .about-picture-are img {
    max-height: 352px;
  }
}

@media screen and (max-width: 1280px) {
  .main .product-box .product-mian .product-item .item-are .product-item-picture img {
    max-height: 335px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are h5 {
    font-size: 26px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are p {
    max-height: 106px;
    min-height: 106px;
    line-height: 26px;
    font-size: 18px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button span {
    font-size: 16px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-text {
    max-width: 377px;
    padding: 17px 20px;
  }
  .main .corporate-box .corporate-container .conta-mx .item .item-picture-are {
    max-height: 212px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-picture-are img {
    max-height: 327px;
  }
  .main .about-box .about-container .about-text-are p {
    height: 135px;
    line-height: 28px;
    -webkit-line-clamp: 5;
  }
  .main .about-box .about-container .about-text-are {
    max-width: 382px;
  }
  .main .about-box .about-container .about-picture-are img {
    max-height: 325px;
  }
  .main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info h6 {
    font-size: 16px;
  }
  .main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .item-haed .haed-info .starLevel-list .xin {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .main .product-box .product-mian .product-item .item-are .product-item-text-are {
    max-width: 366px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are h5,
  .main .corporate-box .corporate-container .conta-top .conta-text h5,
  .main .corporate-box .corporate-container .conta-mx .item .item-text-are h5 {
    font-size: 18px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are p,
  .main .corporate-box .corporate-container .conta-top .conta-text p,
  .main .corporate-box .corporate-container .conta-mx .item .item-text-are p,
  .main .about-box .about-container .about-text-are p {
    font-size: 14px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button,
  .main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button,
  .main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button,
  .main .about-box .about-container .about-text-are .about-link-button {
    height: 40px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button span,
  .main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button span,
  .main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button span,
  .main .about-box .about-container .about-text-are .about-link-button span {
    font-size: 14px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-picture img {
    max-height: 314px;
  }
  .main .product-box .header-area .title-x h1,
  .main .corporate-box .header-area .title-x h1,
  .main .about-box .header-area .title-x h1,
  .main .customer-box .header-area .title-x h1,
  .main .answer-box .header-area .title-x h1,
  .main .contact-box .header-area .title-x h1 {
    font-size: 28px;
  }
  .main .product-box .header-area .h-describe,
  .main .corporate-box .header-area .h-describe,
  .main .about-box .header-area .h-describe,
  .main .customer-box .header-area .h-describe,
  .main .answer-box .header-area .h-describe,
  .main .contact-box .header-area .h-describe {
    font-size: 14px;
  }
  .main .product-box .more {
    line-height: 45px;
  }
  .main .product-box .more span {
    font-size: 16px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-text {
    max-width: 287px;
  }
  .main .about-box .about-container .about-text-are {
    max-width: 290px;
  }
  .main .customer-box .customer-swiper-box #cust-evaluation-swiper .item .cust-evaluation-text {
    font-size: 13px;
  }
  .main .customer-box .header-area .cust-swiper-but .cust-evaluation_prev,
  .main .customer-box .header-area .cust-swiper-but .cust-evaluation_next {
    width: 42px;
    height: 42px;
  }
  .main .answer-box .answer-container .item {
    padding: 28px;
  }
  .main .answer-box .answer-container .item h5 {
    font-size: 20px;
  }
  .main .answer-box .answer-container .item h5::after {
    width: 24px;
    height: 24px;
  }
  .main .answer-box .answer-container .item p {
    font-size: 14px;
  }
  .main .answer-box .more {
    width: 29%;
    line-height: 42px;
  }
  .main .answer-box .more span {
    font-size: 14px;
  }
  .main .contact-box .contact-main form .form-contact .item input {
    height: 50px;
  }
  .main .contact-box .contact-main form .send {
    height: 45px;
  }
  .main .contact-box .contact-main form .send i {
    width: 18px;
    height: 18px;
  }
  .main .contact-box .contact-main form .send span {
    font-size: 16px;
  }
  .main .corporate-box .header-area .link-but span,
  .main .about-box .header-area .link-but span {
    font-size: 15px;
  }
  .main .corporate-box .header-area .link-but i,
  .main .about-box .header-area .link-but i {
    width: 25px;
    height: 12px;
  }
  .main .corporate-box .corporate-container .conta-top .conta-picture-are img,
  .main .about-box .about-container .about-picture-are img {
    max-height: 248px;
  }
}

@media screen and (max-width: 768px) {
  .main .product-box .product-mian .product-item .item-are {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .product-box .product-mian .product-item .item-are:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .corporate-box .corporate-container .conta-mx .item {
    width: 100%;
  }
  .main .corporate-box .corporate-container .conta-top,
  .main .corporate-box .corporate-container .conta-mx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .corporate-box .corporate-container .conta-top .conta-text,
  .main .about-box .about-container .about-text-are {
    max-width: initial;
  }
  .main .about-box .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .corporate-box .corporate-container .conta-top .conta-picture-are,
  .main .corporate-box .corporate-container .conta-mx .item .item-picture-are,
  .main .about-box .about-container .about-picture-are {
    max-height: 280px;
  }
  .main .answer-box .answer-container .item {
    padding: 14px;
  }
  .main .answer-box .answer-container .item p {
    height: 152px;
  }
  .main .answer-box .answer-container .item h5 {
    font-size: 16px;
  }
  .main .answer-box .answer-container .item h5::after {
    width: 20px;
    height: 20px;
  }
  .main .contact-box .contact-main form .form-contact .item input {
    height: 45px;
    font-size: 14px;
  }
  .main .contact-box .contact-main form .send {
    width: 163px;
    height: 40px;
  }
  .main .contact-box .contact-main form .send i {
    width: 16px;
    height: 16px;
  }
  .main .contact-box .contact-main form .send span {
    font-size: 14px;
  }
  .main .contact-box .contact-main form .form-contact .style-flex {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 65px;
  }
  .main .product-box .header-area .title-x h1,
  .main .corporate-box .header-area .title-x h1,
  .main .about-box .header-area .title-x h1,
  .main .customer-box .header-area .title-x h1,
  .main .answer-box .header-area .title-x h1,
  .main .contact-box .header-area .title-x h1 {
    font-size: 20px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are h5,
  .main .corporate-box .corporate-container .conta-top .conta-text h5,
  .main .corporate-box .corporate-container .conta-mx .item .item-text-are h5 {
    font-size: 16px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are p,
  .main .corporate-box .corporate-container .conta-top .conta-text p,
  .main .corporate-box .corporate-container .conta-mx .item .item-text-are p,
  .main .about-box .about-container .about-text-are p {
    margin-bottom: 30px;
  }
  .main .product-box .header-area .h-describe,
  .main .corporate-box .header-area .h-describe,
  .main .about-box .header-area .h-describe,
  .main .customer-box .header-area .h-describe,
  .main .answer-box .header-area .h-describe,
  .main .contact-box .header-area .h-describe {
    width: 100%;
    font-size: 12px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are .item-link-button i,
  .main .product-box .more i,
  .main .corporate-box .corporate-container .conta-top .conta-text .conta-link-button i,
  .main .corporate-box .corporate-container .conta-mx .item .item-text-are .conta-link-button i,
  .main .about-box .about-container .about-text-are .about-link-button i,
  .main .answer-box .more i {
    width: 24px;
    height: 12px;
  }
  .main .corporate-box .header-area .link-but,
  .main .about-box .header-area .link-but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    position: initial;
    margin-top: 12px;
  }
  .main .product-box .product-mian .product-item .item-are .product-item-text-are {
    padding: 22px;
  }
  .main .product-box .more,
  .main .answer-box .more {
    width: 72%;
    line-height: 40px;
  }
  .main .product-box .more span,
  .main .answer-box .more span {
    font-size: 12px;
  }
  .main .customer-box .header-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18px;
  }
  .main .customer-box .header-area .title-x {
    text-align: center;
  }
  .main .customer-box .header-area .cust-swiper-but {
    margin: auto;
    margin-top: 40px;
  }
  .main .customer-box .header-area .cust-swiper-but .cust-evaluation_prev,
  .main .customer-box .header-area .cust-swiper-but .cust-evaluation_next {
    width: 40px;
    height: 40px;
  }
  .main .answer-box .answer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .answer-box .answer-container .item {
    width: 100%;
  }
  .main .contact-box .header-area {
    margin-bottom: 30px;
  }
  .main .contact-box .contact-main form .form-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .contact-box .contact-main form .form-contact .item {
    width: 100%;
  }
  .main .contact-box .contact-main form .send {
    width: 132px;
    height: 35px;
  }
}