/* -----------Common Style----------- */
#news .row {
  display: block;
}

#news .owl-buttons i {
  font-size: 20px;
}
#news .content_wrap p {
  margin-bottom: 10px;
}

.crm-form{
  /* background: #121416; */
  padding: 0px 0 50px;
}
.create-form-ul{
  display:inline-flex;
}
.create-form-ul .create-form-li{
  width: 50%;
}
.create-form-ul .create-form-li:last-child{
  padding-left:50px;
  /* color: #fff; */
  align-content: space-around;
  position: relative;
}
.create-form-ul .create-form-li  .contact{
  background: var(--color-primary);
  width: 150px;
  line-height: 41px;
  cursor: pointer;
  display: block;
  height: 41px;
  text-align: center;
  color: #fff;
  \: relative;
  border-radius: 4px;
  bottom: 0;
  position: absolute;
}
.create-form-ul .create-form-li h3{
  font-size:36px;
  font-weight:bold;
  top: 0;
  display: block;
  position: absolute;
  padding-top: 10px;
}
.create-form-ul .create-form-li p{
  margin-top: 104px;
  font-size:16px;
}
.inquirbox .row {
  margin-top: 15px;
}
 
.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #D9D9D9;
  background: transparent;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #fff;
  box-sizing: border-box;background: transparent;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  border-color: #999;
  outline: 0
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox input.submit {
  /* margin: 0 auto; */
  /* width: 106px; */
  line-height: 41px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 17px;
  =: 35px;
  cursor: pointer;
  width: 100%;
}

.inquirbox input.submit:hover {
  background: var(--btn-bg-hover);
}



/*----*/



.sutong-factory {
  padding: 0 0 90px;
}

.sutong-factory h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #dadada;
  display: inline-block;
}
 
.sutong-factory h3::after {
  display: block;
  content: '';
      height: 4px;
    width: 70px;
  background: var(--color-primary);
  margin: 10px auto 0 0
}

.sutong-factory .list {
  margin: 60px 0 0;
  position: relative
}

.sutong-factory .swiper-slide {
  text-align: center
}

.sutong-factory .swiper-slide .pic {
  width: 100%;
  display: block
}

.sutong-factory .swiper-slide img {
  width: 100%
}

.sutong-factory .swiper-slide p {
  font-size: 18px;
  color: var(--title-text-color);
  line-height: 32px;
  font-weight: 700;
  margin: 23px 0 0
}

.sutong-factory .bot {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 50px auto 0
}

.sutong-factory .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden
}

.sutong-factory .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7
}

.sutong-factory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px
}

.sutong-factory .bot .page {
  font-size: 0
}

.sutong-factory .swiper-button-prev,
.sutong-factory .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: 0 0;
  margin-top: 0;
  text-align: center;
  color: var(--title-text-color);
  display: inline-block;
  border-radius: 0
}

.sutong-factory .swiper-button-next::after,
.sutong-factory .swiper-button-prev::after {
  display: none
}

.sutong-factory .swiper-button-prev i,
.sutong-factory .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block
}

.sutong-factory .swiper-button-next,
.sutong-factory .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px
}

.sutong-factory .swiper-button-prev:hover,
.sutong-factory .swiper-button-next:hover {
  color: var(--color-primary)
}


@media screen and (max-width: 1441px) {

  .sutong-factory h3::before {
    font-size: 90px
  }

  .sutong-factory h3 {
    font-size: 38px
  }
}

@media screen and (max-width: 1367px) {

  .sutong-factory h3::before {
    font-size: 80px
  }

  .sutong-factory h3 {
    font-size: 36px
  }
}

@media screen and (max-width: 1281px) {

  .sutong-factory h3::before {
    font-size: 70px
  }

  .sutong-factory h3 {
    font-size: 34px
  }
}

@media screen and (max-width: 1171px) {

  .sutong-factory h3::before {
    font-size: 60px
  }

  .sutong-factory h3 {
    font-size: 32px
  }
}


@media screen and (max-width: 992px) {
  .sutong-factory h3::before {
    font-size: 50px
  }

  .sutong-factory h3 {
    font-size: 30px
  }

  .sutong-factory {
    padding: 40px 0
  }

  .sutong-factory h3 {
    text-align: center
  }

  .sutong-factory h3::before {
    left: 0;
    right: 0;
    text-align: center;
    top: -20px
  }

  .sutong-factory h3::after {
    margin: 10px auto 0
  }

  .sutong-factory .list {
    margin: 30px 0 0
  }

  .sutong-factory .swiper-slide p {
    font-size: 17px;
    line-height: 28px;
    margin: 20px 0 0
  }

  .sutong-factory .bot {
    width: 100%;
    margin: 30px auto 0
  }
}

@media screen and (max-width: 576px) {


      .sutong-factory h3::before {
        font-size: 30px;
    }
}

