/*main*/
.banner-row {
  width: 100%;
  margin: 0 auto;
}
.banner-row .banner-wrap {
  margin: 0 auto;
}
.banner-row .banner-wrap img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
.tit-sec {
  width: 100%;
  text-align: center;
  padding: 0rem 0 0.8rem 0;
}
.tit-sec .tit-bt {
  font-weight: 700;
  font-size: 0.6rem;
}
.tit-sec .tit-bt {
  position: relative;
  background: #1b5bb4;
  width: 5rem;
  height: 1.12rem;
  top: 0%;
  margin: 0 auto;
  color: #fff;
  -webkit-transform: skewx(-30deg);
  -ms-transform: skewx(-30deg);
  transform: skewx(-30deg);
}
.tit-sec .tit-bt span {
  display: block;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  line-height: 1.12rem;
}
.tit-sec .tit-bt.bt-pro {
  background: #1b5bb4;
}
.tit-sec .tit-bt.bt-yw {
  background: #8FC31F /* #95931f */ /* #ea2121 */;
}
.tit-sec .tit-bt.bt-youshi {
  background: #2AA7F9;
}
.tit-sec .tit-bt.bt-case {
  background: #222424 /* #FFFF01; */;
}
.tit-sec .tit-bt.bt-news {
  background: #fbb904;
}
.tit-sec .tit-bt.bt-solu {
  background: #d4ee1f;
}
.tit-sec .tit-bt.bt-shouhou {
  background: #0fec6b;
}
.tit-sec .tit-bt.bt-liucheng {
  background: #0acefb;
}
.tit-sec .tit-des {
  font-size: 0.32rem;
  position: relative;
  display: inline-block;
  line-height: 0.7rem;
}
.tit-sec .tit-des i:first-child {
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  top: 50%;
  left: -0.3rem;
  transform: translateY(-50%);
  background: #645f5f;
}
.tit-sec .tit-des i:last-child {
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  top: 50%;
  right: -0.3rem;
  transform: translateY(-50%);
  background: #645f5f;
}
.tit-sec .tit-des::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 1px;
  top: 50%;
  left: -3.3rem;
  transform: translateY(-50%);
  background: #645f5f;
}
.tit-sec .tit-des::after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 1px;
  top: 50%;
  right: -3.3rem;
  transform: translateY(-50%);
  background: #645f5f;
}
.shouhou-con img {
  width: 100%;
}
.shouhou_row {
  margin: 0 auto;
  padding: 1rem 0;
}
.shouhou-con2 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.shouhou-con2 .pic-item {
  width: 49%;
}
.shouhou-con2 .pic-item img {
  display: block;
  width: 100%;
}
.shouhou-con2 .pic-item:nth-of-type(1),
.shouhou-con2 .pic-item:nth-of-type(2) {
  margin-bottom: 0.44rem;
}
.case_row {
  margin: 0 auto;
  padding: 1.1rem 0;
  position: relative;
  background: #f5f5f5;
}
.case-box {
  justify-content: space-between;
  height: auto;
  flex-wrap: wrap;
}
.case-box li {
  width: 18.8%;
  border: 1px solid #f7e8e8;
  border: 1px solid #eee;
  margin-bottom: 0.36rem;
  display: block;
  border-radius: 0.14rem;
  background: #fff;
}
.case-box li .pic {
  width: 100%;
  text-align: center;
}
.case-box li .pic img {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
  border-radius: 0.2rem;
}
.case-box li:hover {
  /* border: 2px solid #fff; */
  box-shadow: 0 0 15px 1px #c9c9c9;
}
.case-box li:hover img {
  border-radius: 0.2rem;
}
.swiper-wrapper {
  height: auto;
}
.swiper-pagination.case22 {
  margin: 4px auto;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-pagination.case22 .swiper-pagination-bullet {
  margin-right: 8px;
  background: #ccc;
  width: 0.24rem;
  height: 0.24rem;
}
.swiper-pagination.case22 .swiper-pagination-bullet-active {
  background: #1E8EF4;
}
.jieshao-sec {
  padding: 0 0 0rem 0;
}
.jieshao-sec .jieshao-wrap {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.jieshao-sec .jieshao-wrap .jieshao-item {
  width: 20%;
  font-size: 0.36rem;
  color: #00a0ff;
  text-align: center;
  font-weight: bold;
}
.jieshao-sec .jieshao-wrap .jieshao-item span {
  font-weight: bold;
  font-size: 0.4rem;
  color: #00a0ff;
  display: block;
}
.jieshao-sec .jieshao-wrap .jieshao-item span b {
  font-size: 1rem;
  color: #000;
}
.gywm-des {
  font-size: 0.3rem;
  color: #000;
  line-height: 0.6rem;
  text-indent: 2em;
  padding: 1rem 0;
}
.pict {
  justify-content: center;
  flex-wrap: nowrap;
}
.pict .pict1 {
  width: 50%;
}
.pict .pict1 img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
  .nav_row {
    padding-right: 0.44rem;
    padding-left: 0.44rem;
  }
  .tit-sec {
    width: 100%;
    text-align: center;
    padding: 0rem 0 1rem 0;
    /* .tit-bt.bt-pro::before{content: "";position: absolute; top:50%;transform: translateY(-50%);
        background: #14ec4a; width: 5rem; height: 3rem;
        -webkit-transform: skewx(-30deg);
        -ms-transform: skewx(-30deg);
        transform: skewx(-30deg);
    } */
  }
  .tit-sec .tit-bt {
    font-weight: 700;
    font-size: 1.16rem;
    width: 8.26rem;
    height: 1.8rem;
  }
  .tit-sec .tit-bt span {
    line-height: 1.84rem;
  }
  .tit-sec .tit-bt.bt-pro {
    position: relative;
  }
  .tit-sec .tit-des {
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
    line-height: 1.7rem;
  }
  .tit-sec .tit-des i:first-child {
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    top: 50%;
    left: -0.54rem;
    transform: translateY(-50%);
    background: #f77208;
  }
  .tit-sec .tit-des i:last-child {
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    top: 50%;
    right: -0.54rem;
    transform: translateY(-50%);
    background: #f77208;
  }
  .tit-sec .tit-des::before {
    position: absolute;
    content: "";
    width: 3.6rem;
    height: 1px;
    top: 50%;
    left: -3.9rem;
    transform: translateY(-50%);
    background: #f77208;
  }
  .tit-sec .tit-des::after {
    position: absolute;
    content: "";
    width: 3.6rem;
    height: 1px;
    top: 50%;
    right: -3.9rem;
    transform: translateY(-50%);
    background: #f77208;
  }
  .tit2-sec {
    padding: 0 0.5rem;
    padding-top: 0.64rem;
    margin-bottom: 0.6rem;
  }
  .tit2-sec .tit2-bt {
    font-size: 0.9rem;
    padding-left: 1.6rem;
  }
  .tit2-sec .tit2-bt .iconfont:before {
    font-size: 1.1rem;
  }
  .tit2-sec .tit2-more {
    margin-top: 0;
  }
  .tit2-sec .tit2-more .links {
    font-size: 0.7rem;
  }
  .tit2-sec .tit2-bt.bt23 {
    padding-left: 2.1rem;
  }
  .shouhou_row {
    padding: 1rem 0.44rem;
  }
  .shouhou-con img {
    width: 100%;
  }
  .shouhou-con2 {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shouhou-con2 .pic-item {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.6rem;
  }
  .shouhou-con2 .pic-item img {
    display: block;
    width: 100%;
  }
  .shouhou-con2 .pic-item:nth-of-type(1),
  .shouhou-con2 .pic-item:nth-of-type(2),
  .shouhou-con2 .pic-item:nth-of-type(3) {
    margin-bottom: 0.34rem;
  }
  .pict {
    justify-content: center;
    flex-wrap: wrap;
  }
  .pict .pict1 {
    width: 100%;
    padding: 0 0.6rem;
  }
  .pict .pict1 img {
    width: 100%;
  }
  .case-box {
    padding: 0 0.6rem;
  }
  .case-box li {
    width: 32.3333333%;
  }
  .swiper-pagination.case22 {
    margin: 4px auto;
    left: 50%;
    bottom: -1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .swiper-pagination.case22 .swiper-pagination-bullet {
    margin-right: 8px;
    background: #ccc;
    width: 0.5rem;
    height: 0.5rem;
  }
  .swiper-pagination.case22 .swiper-pagination-bullet-active {
    background: #1E8EF4;
  }
  .jieshao-sec {
    padding: 0 0 0rem 0;
  }
  .jieshao-sec .jieshao-wrap {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .jieshao-sec .jieshao-wrap .jieshao-item {
    width: 20%;
    font-size: 0.78rem;
    color: #00a0ff;
    text-align: center;
  }
  .jieshao-sec .jieshao-wrap .jieshao-item span {
    font-weight: bold;
    font-size: 0.78rem;
    color: #00a0ff;
    display: block;
    font-weight: normal;
  }
  .jieshao-sec .jieshao-wrap .jieshao-item span b {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .gywm-des {
    font-size: 0.78rem;
    line-height: 1.18rem;
    padding: 1rem 0.8rem;
    text-align: justify;
  }
}
