.container {
  width: 1600px
}


  .ser-cont-list{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .ser-cont-list .ser-li{
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    text-align: center;
    flex: 1;
    margin-right: 20px;
    padding: 3vw;
  }
  
  .ser-cont-list .ser-li .iconfont{
    font-size: 3rem;
    color: rgba(14, 85, 164, 1);
  }
  .ser-cont-list .ser-li .ser-cn{
    font-size: 2rem;
    color: #333;
  }
  .ser-cont-list .ser-li .ser-en{
    text-transform: uppercase;
    color: #f2f2f2 !important;
    font-size: 1.6rem;
   }
  .ser-cont-list .ser-li:last-child{
    margin-right: 0;
  }
  .ser-cont-list .ser-li:hover{
    background-color: rgba(14, 85, 164, 1) !important;
  }
  .ser-cont-list .ser-li:hover .iconfont,.ser-cont-list .ser-li:hover .ser-cn,.ser-cont-list .ser-li:hover .ser-en{
    color: white;
  }
@media(max-width:768px){
.ser-cont-list .ser-li .ser-cn{
  font-size: 1.2rem;
  min-height: calc(1.2rem * 2 * 1.5);
}
.ser-cont-list .ser-li .ser-en{
  font-size: 1.2rem;
}
}
.tel {
  color: #333
}

.tel i {
  color: #333
}
@media screen and (max-width: 768px){
  .tel{
    position: absolute;
    right: 15vw;
  }
}

.nav-wrapper .nav-item .nav-item-link a.active {
  color: #333
}

.nav-wrapper .nav-item .nav-item-link a.active:after {
  background-color: #333
}

.nav-wrapper .nav-item:nth-child(1) {
  width: 9%
}

.product-center {
  background: url("../images/background.png") no-repeat;
  background-size: cover
}

.product-center .product-center-title {
  /* margin-top: 5rem */
}

.product-center .product-center-title .product-center-title-china,
.product-center .product-center-title .product-center-title-english {
  display: flex;
  align-items: center;
  justify-content: center
}

.product-center .product-center-title .product-center-title-china span,
.product-center .product-center-title .product-center-title-english span {
  font-size: 2.75rem;
  font-weight: bold;
  letter-spacing: 1px
}

.product-center .product-center-title .product-center-title-china span:nth-last-child(1),
.product-center .product-center-title .product-center-title-english span:nth-last-child(1) {
  color: rgba(14, 85, 164, 1);
  letter-spacing: 1px
}

.product-center .product-center-title .product-center-title-english {
  flex-direction: column
}

.product-center .product-center-title .product-center-title-english span {
  color: #999 !important;
  font-size: 1.5rem !important
}

.product-center .product-center-title .product-center-title-english .product-line-custom-styles {
  height: .3rem;
  background: rgba(14, 85, 164, 1);
  width: 4.375rem
}

.product-center .product-center-list {
  margin-top: 5rem
}

.product-center .product-center-list .product-center-list-data {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition-duration: .5s;
  width: 32.5%;
  padding-bottom: 2rem;
  position: relative;
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text a .background {
  width: 100%;
  height: 34rem;
  position: relative;
  background: url("../images/li-bg.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text a .background img {
  display: block;
  width: 68%;
  height: 74%;
  object-fit: contain
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text:nth-child(2) a .background img {
  width: 88%
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text a span {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin: 2rem 0;
  transition-duration: .3s
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text::after {
  content: '';
  border-bottom: 2px solid rgba(14, 85, 164, 1);
  width: 100%;
  position: absolute;
  height: 2px;
  background: #f00;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition-duration: 0.5s;
  transition-property: transform;
  z-index: 1;
  cursor: pointer
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text:hover {
  background: white;
  box-shadow: 0px 2px 18px 0px rgba(165, 165, 165, 0.21)
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text:hover::after {
  transform: scaleX(1);
  transform-origin: left center
}

.product-center .product-center-list .product-center-list-data .porudct-list-image-text:hover span {
  color: rgba(14, 85, 164, 1)
}

.product-center .porduct-center-bottom-more-button {
  padding-bottom: 2rem
}

.product-center .porduct-center-bottom-more-button .porduct-more-button {
  display: flex;
  align-items: center;
  justify-content: center
}

.product-center .porduct-center-bottom-more-button .porduct-more-button button {
  width: 12rem;
  padding: 1rem .5rem;
  background: white;
  border-radius: 3px;
  border: 1px solid black;
  transition-duration: .5s
}

.product-center .porduct-center-bottom-more-button .porduct-more-button button span {
  font-size: 1.4rem;
  font-family: Source Han Sans CN;
  font-weight: bold
}

.product-center .porduct-center-bottom-more-button .porduct-more-button button img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem
}

.product-center .porduct-center-bottom-more-button .porduct-more-button:hover button {
  background: #FF0000;
  border: 1px solid #f00
}

.product-center .porduct-center-bottom-more-button .porduct-more-button:hover button span {
  color: white
}

.product-center .porduct-center-bottom-more-button .porduct-more-button:hover button i {
  color: white
}

.service {
  background: url("../images/about.png");
  padding-bottom: 10rem;
  width: 100%;
  height: 100%
}

.title::after {
  background-color: rgba(14, 85, 164, 1)
}

.advantage {
  background: transparent
}

.ser-li:hover,
.ser-li.swiper-slide-thumb-active {
  color: rgba(14, 85, 164, 1)
}

.ser-li:hover .ser-en,
.ser-li.swiper-slide-thumb-active .ser-en {
  color: rgba(14, 85, 164, 1)
}

.ser-hd {
  background: rgba(14, 85, 164, 1)
}

.ser-tit {
  border-right: 1px solid white
}

.ser-list .ser-li p {
  white-space: nowrap
}

.ser-list .ser-li h4 {
  white-space: nowrap;
  font-weight: 550 !important
}

.about-pic {
  z-index: -1;
  margin-left: 0 !important
}

.about-pic img {
  /* height: 56rem */
}

.about-left {
  width: 54% !important
}

.more {
  background: rgba(14, 85, 164, 1);
  color: white;
  border: none
}

.more:hover {
  background: rgba(14, 85, 164, 1) !important;
  border: 1px solid transparent !important
}

.more:hover span {
  color: white !important
}

.atsx-layout {
  flex: none
}

.footer {
  background: transparent
}

.footer .form-content-data {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%
}

.footer .form-content-data .form-content-title-data {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.footer .form-content-data .form-content-title-data span {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFFFFF
}

.footer .form-content-data .form-content-title-data img {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 6rem
}

.footer .form-content-data .form-submit {
  margin-top: 2rem
}

.footer .form-content-data .form-submit .form-submit-input-data {
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
  width: 100%;
  height: 10rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.footer .form-content-data .form-submit .form-submit-input-data .form-submit-input-list-data {
  margin-right: 6rem
}

.footer .form-content-data .form-submit .form-submit-input-data .form-submit-input-list-data span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-right: .4rem
}

.footer .form-content-data .form-submit .form-submit-input-data .form-submit-input-list-data input {
  height: 3.6rem;
  width: 22rem;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  font-family: Source Han Sans CN;
  padding-left: 1rem;
  color: black
}

.footer .form-content-data .form-submit .form-submit-input-data .form-submit-input-list-data select {
  color: black;
  width: 22rem;
  height: 3.6rem;
  border: 1px solid #DCDFE6
}

.footer .form-content-data .form-submit .form-submit-input-data .form-submit-input-list-data select option {
  color: black;
  font-family: Source Han Sans CN
}

.footer form {
  display: flex
}

.footer .bottom-content-background-black {
  background: #313131;
  padding-top: 3.125rem;
  padding-bottom: 8rem
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text {
  width: 100%;
  display: flex;
  position: relative
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text span {
  color: white;
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text li {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin-top: 2rem
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text li::after {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.01);
  position: absolute;
  width: 100%;
  bottom: 7%;
  left: 0
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text li::before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.01);
  position: absolute;
  width: 100%;
  bottom: 8%;
  left: 0
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text .fist-place {
  width: 45%
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text .place {
  width: 11%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text .place a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text .first-place {
  width: 45%
}

.footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text .first-place li {
  margin-left: 5%
}

.footer .bottom-content-background-black .content-text {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer .bottom-content-background-black .content-text .exclusive {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start
}

.footer .bottom-content-background-black .content-text .exclusive span {
  margin-bottom: 1rem;
  font-size: 18px
}

.footer .bottom-content-background-black .content-text .center-number .center-number-image-box {
  width: 100%
}

.footer .bottom-content-background-black .content-text .center-number .center-number-image-box .wechat-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0
}

.footer .bottom-content-background-black .content-text .center-number .center-number-image-box .wechat-image img {
  width: 12rem;
  height: 12rem
}

.footer .bottom-content-background-black .content-text .center-number .center-number-image-box .wechat {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer .bottom-content-background-black .content-text .center-number .center-number-image-box .wechat img {
  width: 30px;
  height: 30px
}

.footer .bottom-content-background-black .content-text .center-number .center-number-image-box .wechat span {
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF
}

.footer .bottom-text-content {
  margin-top: 1.4rem
}

.footer .bottom-text-content .bottom-left-headquarters {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer .bottom-text-content .bottom-left-headquarters span {
  font-size: 14px;
  font-family: Microsoft YaHei
}

.footer-copy {
  background: #2B2B2B
}

.footer-copy i {
  background: url(../images/backtop.png) no-repeat top center
}

.ser-list .ser-li {
  padding: 60px
}

.about-left {
  padding-left: 2rem;
  background: rgba(14, 85, 164, 0.06)
}

.about .title::after {
  left: 50%;
  transform: translateX(-50%)
}

.abt-det {
  margin: 4rem 1rem 4rem;
  margin-right: 2rem;
  font-size: 1.4rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #555555;
  line-height: 4.2rem
}

.abt-det p {
  text-align: justify;
  line-height: 3.2rem;
  text-indent: 3.2rem;
  /* margin-bottom: 2rem; */
}

.ser-tit {
  font-size: 2rem;
  font-family: Source Han Sans CN;
  font-weight: 400
}

.ser-tit img {
  margin-right: .5rem
}

.compay {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem
}

.position-relative {
  position: relative
}

.position {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9
}

.product-list {
  display: flex;
  justify-content: space-between;
  margin-left: 1rem
}

.product-list .product {
  cursor: pointer;
  width: 25rem;
  background: white;
  padding: 30px 15px;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center
}

.product-list .product span {
  display: flex;
  flex-direction: column;
  transition-duration: .2s
}

.product-list .product span strong {
  transition-duration: .2s;
  font-size: 2.2rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  text-align: center
}

.product-list .product span:nth-child(1) {
  font-size: 4rem;
  margin-right: .5rem
}

.product-list .product:hover span {
  color: rgba(14, 85, 164, 1)
}

.product-list .product:hover span strong {
  color: rgba(14, 85, 164, 1)
}

.lnnovation-classification {
  margin-top: 10rem
}

.lnnovation-classification .lnnovation-classification-data .innovation-list {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title {
  background: #E8F1FC;
  padding: 2rem 3rem;
  border-radius: 2rem;
  padding-bottom: 3rem;
  padding-right: 12rem;
  position: relative;
  cursor: pointer;
  transition-duration: .5s
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title .innovation-title {
  padding-top: 3rem;
  display: flex;
  flex-direction: column
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title .innovation-title span {
  font-size: 2rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title .innovation-title span:nth-last-child(1) {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 1px
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title .innovation-desc {
  margin-top: 1.4rem;
  width: 60%
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title .innovation-desc span {
  font-size: 1.6rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  transition-duration: .5s
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title:nth-last-child(1) .innovation-desc {
  width: 100%;
  display: flex;
  flex-direction: column
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title:nth-last-child(1) .innovation-desc span {
  font-size: 1.8rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title:hover {
  background: rgba(255, 0, 0, 0.1)
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title:hover .innovation-icon .iconvation-data-icon span {
  color: white
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title:hover .innovation-icon .iconvation-data-icon::after {
  background: rgba(255, 0, 0, 0.4)
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title:hover .innovation-icon::after {
  background: rgba(14, 85, 164, 1)
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-icon {
  position: absolute;
  right: 13%;
  top: -13%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-icon .iconvation-data-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-icon .iconvation-data-icon span {
  top: 50%;
  left: 50%;
  font-size: 4rem;
  transform: translateX(50%);
  z-index: 1;
  color: white
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-icon .iconvation-data-icon::after {
  width: 90px;
  height: 90px;
  background: rgba(141, 188, 246, 0.4);
  content: '';
  position: absolute;
  border-radius: 50%;
  left: -13%;
  transition-duration: .5s
}

.lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-icon::after {
  content: '';
  width: 70px;
  height: 70px;
  background: rgba(141, 188, 246, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: -5px;
  transition-duration: .5s
}

.partner-list .parnter-list-image ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.partner-list .parnter-list-image ul li {
  width: 14%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f7f7f7;
  overflow: hidden;
  position: relative
}

.partner-list .parnter-list-image ul li img {
  display: block;
  width: 80%;
  height: 50%;
  object-fit: contain
}

.nav-item {
  margin: 0 2rem
}

.ser-list {
  border: none
}

.max-font {
  font-size: 18px;
  font-family: Barlow Light;
  color: #666666
}

.ser-li:hover.swiper-slide-thumb-active p {
  font-family: Barlow Light
}

.ser-li:hover.swiper-slide-thumb-active p span {
  color: rgba(14, 85, 164, 1) !important
}

.ser-li.swiper-slide-thumb-active p span {
  color: rgba(14, 85, 164, 1)
}

.form-content-data-active {
  display: none !important
}

.form-btn-div {
  display: flex;
  align-items: flex-end
}

.form-btn-div input {
  width: 140px;
  height: 36px;
  background: #FF0000;
  border-radius: 4px;
  border: none;
  color: white
}

.fixed-icon {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9
}

.fixed-icon .fixed-icon-data .fixed-icon-data-box ul li {
  padding: 8px 11px;
  background: white;
  margin-bottom: .5rem;
  border-radius: .5rem;
  box-shadow: 0px 2px 3px 0px rgba(91, 91, 91, 0.21);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.fixed-icon .fixed-icon-data .fixed-icon-data-box ul li .fixed-icon-data-box-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.fixed-icon .fixed-icon-data .fixed-icon-data-box ul li .fixed-icon-data-box-icons i {
  color: rgba(14, 85, 164, 1);
  font-size: 3rem;
  transition-duration: .5s
}

.fixed-icon .fixed-icon-data .fixed-icon-data-box ul li .fixed-icon-data-box-icons span {
  color: #999999;
  font-family: Source Han Sans CN;
  transition-duration: .5s
}

.fixed-icon .fixed-icon-data .fixed-icon-data-box ul li:hover {
  background: rgba(14, 85, 164, 1)
}

.fixed-icon .fixed-icon-data .fixed-icon-data-box ul li:hover .fixed-icon-data-box-icons i {
  color: white
}

.fixed-icon .fixed-icon-data .fixed-icon-data-box ul li:hover .fixed-icon-data-box-icons span {
  color: white
}

.swiper-news {
  margin-bottom: 50px
}

.bx .adv-cont .adv-item {
  padding: 0 128px
}

.bx .adv-cont .adv-item p {
  white-space: nowrap
}

.bx .adv-cont .adv-item h4 {
  text-align: left
}

.bx .adv-cont .adv-item h4 i {
  font-size: 4rem;
  font-weight: 600
}

.bx .adv-cont .adv-item:nth-child(1) {
  padding-left: 0
}

.bx .adv-cont .adv-item:last-child {
  padding-right: 0
}


@media screen and (max-width: 1600px) {
  .abt-det {
    -webkit-line-clamp: 12
  }
}

@media screen and (max-width: 1590px) {

  .container,
  .header-content {
    width: 90% !important
  }
  .nav-wrapper>.nav-item+.nav-item{
    padding: 0 15px;
  }

  .bx .adv-cont {
    width: 100%;
  }

  .bx .adv-cont .adv-item {
    padding: 0 75.5px !important
  }

  .bx .adv-cont .adv-item:nth-child(1) {
    padding-left: 0 !important
  }

  .bx .adv-cont .adv-item:last-child {
    padding-left: 0 !important
  }

  .product-list .product span strong {
    font-size: 1.8rem !important
  }

  .ser-list .ser-li {
    padding: 16px !important
  }

  .content-text .exclusive span {
    font-size: 14px !important
  }

  .footer .bottom-content-background-black .bottom-top-content .top-content-approach .home-top-left-text .first-place {
    width: 45% !important
  }

  .ser-list .ser-li h4 {
    font-size: 18px !important
  }

  .product-list .product span strong {
    font-size: 1.5rem !important
  }

  .lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title {
    padding: 2rem 1.5rem !important;
    width: 32%
  }

  .lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title .innovation-desc {
    width: 48% !important
  }

  .lnnovation-classification .lnnovation-classification-data .innovation-list .innovation-list-title:nth-last-child(1) .innovation-desc {
    width: 100% !important
  }

  .year {
    white-space: nowrap
  }

  .footer .bottom-content-background-black .content-text .exclusive {
    width: 45%
  }

  .footer .form-content-data .form-submit .form-submit-input-data .form-submit-input-list-data {
    margin-right: 3rem !important
  }

  .footer .form-content-data .form-content-title-data span {
    font-size: 18px !important
  }
}

@media screen and (max-width: 1400px) {

  .container,
  .header-content {
    width: 100% !important
  }

  .bx .adv-cont .adv-item {
    padding: 0 47px !important
  }

  .product-list .product span strong {
    font-size: 1.8rem !important
  }

  .ser-list .ser-li {
    padding: 16px !important
  }
}

@media only screen and (max-width: 700px) {
  #home-banner .swiper-pagination {
    width: 100% !important;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .container {
    width: 100% !important
  }

  .container .background {
    height: 18rem !important
  }

  .product-center .product-center-list {
    margin-top: 3rem;
  }

  .product-center .product-center-list .product-center-list-data .porudct-list-image-text a span {
    margin: 1rem 0
  }

  .product-center .porduct-center-bottom-more-button {
    display: none;
  }

  .product-center .product-center-title {
    margin-top: 0
  }

  .service {
    padding-bottom: 5rem;
  }

  .about-left {
    padding-left: 0 !important;
    width: 100% !important
  }

  .swiper-container {
    /* height: 36rem !important; */
    width: 100% !important
  }

  .swiper-container .swiper-pagination {
    width: 15% !important;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .form-content-data {
    display: none !important
  }

  .product-center-list-data {
    flex-direction: column
  }

  .product-center-list-data .porudct-list-image-text {
    width: 100% !important;
  }

  .product-center-list-data .porudct-list-image-text a {}

  .product-center-list-data .porudct-list-image-text::after {
    border: none !important
  }

  .product-list .product span strong {
    font-size: 1.2rem !important
  }

  #banner #video {
    height: 23rem
  }

  #banner .swiper-slide {
    /* min-height: auto !important;
    height: 100% !important */
  }

  .video-slide video {
    min-height: auto !important;
  }

  .ser-cont .ser-box-hd #thumbs {
    display: none
  }

  .ser-cont .ser-box-hd #thumbs .swiper-wrapper {
    height: 12rem
  }

  .ser-cont .ser-box-hd #thumbs .swiper-wrapper .ser-li {
    padding: 10px
  }


  .ser-cont .ser-info {
    display: flex;
    flex-direction: column
  }

  .ser-cont .ser-info .ser-img {
    width: 100%
  }

  .ser-cont .ser-info .ser-text {
    width: 100%
  }

  .ser-cont .ser-info .ser-text .ser-bd {
    margin-top: 1rem;
    width: 100%;
    height: 11.8rem;
    overflow: hidden;
    padding: 0 !important;
    padding: 0 1rem !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
  }

  .ser-cont .ser-info .ser-text .ser-hd {
    margin-top: 1rem
  }

  .ser-cont .ser-info .ser-text .ser-tit {
    font-size: 1.5rem
  }

  .ser-cont .ser-info .ser-text .ser-more img {
    height: 30px !important;
    width: 30px !important
  }

  .about .compay .title h4 {
    text-align: center
  }

  .about .about-cont .about-pic {
    width: 100%;
    margin-left: 0
  }

  .about .about-cont .about-pic img {
    /* height: 20rem */
  }

  .about .about-cont .about-left {
    width: 100% !important
  }

  .about .about-cont .about-left .abt-det {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-line-clamp:initial
  }
   .about .about-cont .about-left .abt-det p{
    line-height: 2;
    text-indent: 2.4rem;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
   }

  .about .about-cont .about-left .product-list {
    flex-wrap: wrap;
    display: flex;
    margin-right: 1rem;
    justify-content: space-between
  }

  .about .about-cont .about-left .product-list .product {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 1rem;
    margin-right: 0
  }

  .bx {
    margin: 0 1.5rem;
    margin-top: 2rem !important
  }

  .bx .adv-cont {
    flex-wrap: wrap;
    width: 100%
  }

  .bx .adv-cont .adv-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem !important;
    font-family: Source Han Sans CN;
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
  }

  .bx .adv-cont .adv-item h4 {
    font-size: 2.5rem
  }

  .bx .adv-cont .adv-item h4 i {
    font-size: 3rem;
    font-weight: 600
  }

  .bx .adv-cont .adv-item p {
    font-size: 1.5rem;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .bx .adv-cont .adv-item::after {
    display: none
  }

  .bx .adv-cont .adv-item:nth-child(2n) {
    border-right: none
  }

  .bx .adv-cont .adv-item:nth-last-child(1) {
    border-bottom: none;
    border-right: none;
  }

  .bx .adv-cont .adv-item:last-child {
    width: 100%;
  }

  #banner .banner-text-box span:nth-last-child(1) {
    font-size: 1.3rem !important;
    white-space: nowrap
  }

  .lnnovation-classification {
    margin-top: 6rem
  }

  .innovation-list {
    flex-direction: column
  }

  .innovation-list .innovation-list-title {
    margin-bottom: 7rem;
    width: 100% !important;
  }

  .innovation-list .innovation-list-title:last-child {
    margin-bottom: 0
  }

  .national-map {
    margin-top: 0 !important
  }

  #Footer .bottom-content-data .bottom-content-background-black {
    padding-bottom: 3rem
  }

  #Footer .bottom-content-data .bottom-content-background-black .bottom-top-content .top-content-approach .content-text {
    display: flex;
    flex-direction: column;
    margin-top: 2rem
  }

  #Footer .bottom-content-data .bottom-content-background-black .bottom-top-content .top-content-approach .content-text .center-number {
    width: 100% !important;
    margin-top: 1rem
  }

  #Footer .bottom-content-data .bottom-content-background-black .bottom-top-content .top-content-approach .content-text .center-number .center-number-image-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    width: 100%
  }

  #Footer .bottom-content-data .bottom-content-background-black .bottom-top-content .top-content-approach .content-text .center-number .center-number-image-box .wechat {
    width: 100%;
    margin-bottom: 0
  }

  #Footer .bottom-content-data .bottom-content-background-black .bottom-top-content .top-content-approach .content-text .center-number:nth-last-child(1) {
    display: none !important
  }

  #Footer .bottom-content-data .bottom-content-background-black .bottom-top-content .top-content-approach .bottom-text-content {
    margin-top: 2rem
  }

  #Footer .bottom-content-data .bottom-content-background-black .bottom-top-content .top-content-approach .bottom-text-content .bottom-left-headquarters {
    flex-direction: column;
    align-items: flex-start
  }

  #Footer .bottom-content-data .bottom-content-background-black .bottom-top-content .top-content-approach .bottom-text-content .bottom-left-headquarters span {
    margin-bottom: 1rem
  }

  #Footer .bottom-content-data .footer-copy {
    padding: 1.1rem 1rem
  }

  .parnter-list-image ul {
    justify-content: space-between !important
  }

  .parnter-list-image ul li {
    height: 6rem !important;
    width: 50% !important
  }

  .parnter-list-image ul li img {
    height: 60% !important
  }

  .exclusive {
    width: 100% !important
  }

  .wechat-image {
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important
  }

  .wechat {
    justify-content: flex-start !important
  }
}

a:hover {
  color: rgba(14, 85, 164, 1) !important
}

.ser-li:hover i,
.ser-li.swiper-slide-thumb-active i,
.ser-li:hover .ser-li.swiper-slide-thumb-active a,
.ser-li:hover .ser-li.swiper-slide-thumb-active .max-font,
.ser-li.swiper-slide-thumb-active a {
  color: rgba(14, 85, 164, 1)
}

.right-fixed-block i {
  font-size: 35px
}

@media screen and (max-width: 700px) {

  .home-top-left-text,
  .center-number {
    display: none !important
  }

  .exclusive span {
    font-size: 15px !important
  }

  .news-time .year {
    font-size: 1.2rem !important
  }

  .innovation-list-title {
    padding-left: 2rem !important
  }

  .innovation-desc span {
    white-space: nowrap
  }
}

.solution-container{
  padding-top: 50px;
}
.solution-container .solution-title{
  text-align: center;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
}
.solution-container .solution-text{
  padding: 0 10vw;
  font-size: 1.6rem;
  color: #333;
  line-height: 2;
  text-align: center;
  margin: 20px auto 40px;
  text-align: left;
  word-wrap: break-word;
    word-break: break-all;
  text-indent: 3.2rem;
}
.solution-container~.sectionUl{
  margin-top: 40px;
}
@media(max-width:992px){
.solution-container .solution-text{
  text-align: left;
  text-justify: inter-ideograph;
  word-wrap: break-word;
    word-break: break-all;
  text-indent: 3.2rem;
}
}
.page-text{
  word-wrap: break-word;
    word-break: break-all;
}
