.pro_a {
  overflow: hidden;
  padding: 6.25% 0 12%;
}
.pro_ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10%;
}
.pro_ul li .bgcolor {
  background-color: #f4f4f4;
  height: 100%;
  width: 1920px;
  top: 18%;
  left: 8%;
  position: absolute;
}
.pro_ul li .imgbox {
  overflow: hidden;
}
.pro_ul li .imgbox img {
  width: 100%;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
.pro_ul li .imgbox,
.pro_ul li .textbox {
  width: 100%;
}
.pro_ul li .textbox .title {
  font-size: 36px;
  color: #333333;
  margin-bottom: 48px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_ul li .textbox .te {
  line-height: 28px;
  color: #666666;
  font-size: 16px;
  height: 84px;
  margin-bottom: 74px;
}
.pro_ul li:nth-child(2n + 1) .textbox {
  padding: 4.3% 0 0 7%;
}
.pro_ul li:nth-child(2n) .imgbox {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pro_ul li:nth-child(2n) .textbox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 4.3% 7% 0 0;
}
.pro_ul li:nth-child(2n) .bgcolor {
  left: auto;
  right: 8%;
}
.pro_ul li:nth-child(2n) .fadeInRight {
  -webkit-animation-name: fadeInLeft;
     -moz-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.pro_ul li:nth-child(2n) .fadeInRight_qs50 {
  -webkit-animation-name: fadeInLeft_qs50;
     -moz-animation-name: fadeInLeft_qs50;
          animation-name: fadeInLeft_qs50;
}
.pro_ul li:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pro_ul li:hover .textbox .title {
  color: #0752ab;
}
.pro_ul li:last-child {
  margin-bottom: 0;
}
.pro_b {
  padding: 70px 0;
  background: url(../images/pro_08.jpg) no-repeat center / cover;
}
.pro_b .wrap {
  padding: 3.6458% 0;
  background: #fff;
}
.pro_b .wrap .indiv {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pro_b .wrap .left {
  width: 40%;
}
.pro_b .wrap .left .bigimg {
  margin-bottom: 12px;
}
.pro_b .wrap .left .bigimg img {
  width: 100%;
}
.pro_b .wrap .left .swiperbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro_b .wrap .left .swiperbox .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 28px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-position: center center;
  background-repeat: no-repeat;
}
.pro_b .wrap .left .swiperbox .prev_img {
  margin-right: 20px;
  background-image: url(../images/prev_img.png);
}
.pro_b .wrap .left .swiperbox .next_img {
  margin-left: 18px;
  background-image: url(../images/next_img.png);
}
.pro_b .wrap .left .swiperbox .btn:hover {
  background-color: #0752ab;
}
.pro_b .wrap .left .swiperbox .swiper-slide {
  position: relative;
  cursor: pointer;
}
.pro_b .wrap .left .swiperbox .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pro_b .wrap .left .swiperbox .check::after {
  border: 1px solid #0752ab;
}
.pro_b .wrap .right {
  width: 50.833%;
}
.pro_b .wrap .right .box {
  padding-top: 65px;
}
.pro_b .wrap .right .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #0752ab;
  margin-bottom: 40px;
}
.pro_b .wrap .right .te {
  text-align: justify;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.pro_c {
  padding-bottom: 6.25%;
}
.pro_c .indiv {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.pro_c .con-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
.pro_c .tbar {
  background: #0752ab;
  line-height: 80px;
  height: 80px;
  margin-bottom: 60px;
}
.pro_c .tbar span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.pro_c .tbar span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.pro_c .bk-box {
  margin-bottom: 40px;
}
.pro_c .bk-box .bktl {
  font-size: 18px;
  color: #0752ab;
  padding-left: 13px;
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro_c .bk-box .bktl::after {
  content: "";
  width: 3px;
  background: url(../images/line.jpg) no-repeat center center / cover;
  height: 100%;
  left: 0;
  top: 0;
}
.pro_c .bk-box .te-div {
  color: #666666;
  line-height: 28px;
  font-size: 16px;
}
.pro_c .bk-box .te-div strong {
  font-size: 16px;
  font-weight: 400;
}
.pro_c .bk-box .te-div .info-ul li {
  position: relative;
  padding-left: 12px;
}
.pro_c .bk-box .te-div .info-ul li::after {
  content: "";
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: 0;
  top: 13px;
  background-color: #666666;
}
.pro_c .bk-box .te-div .js-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.pro_c .bk-box .te-div .js-ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  height: 160px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: solid 1px #dae1ec;
  padding: 30px 40px 0 40px;
  -webkit-box-shadow: 0px 10px 0px #dae1ec;
     -moz-box-shadow: 0px 10px 0px #dae1ec;
          box-shadow: 0px 10px 0px #dae1ec;
  text-align: center;
}
.pro_c .bk-box .te-div .js-ul li .tl {
  color: #444444;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.pro_c .bk-box .te-div .js-ul li .te {
  color: #666666;
  line-height: 22px;
}
.pro_c .bk-box .te-div .js-ul li:nth-child(4n) {
  margin-right: 0;
}
.pro_c .bk-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .pro_ul li .textbox .title {
    font-size: 30px;
  }
  .pro_b .wrap .right .title {
    font-size: 24px;
  }
  .pro_c .tbar {
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .pro_ul li .textbox .title {
    font-size: 24px;
  }
  .pro_ul li .textbox .te {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  .pro_b .wrap .right .title {
    font-size: 18px;
  }
  .pro_c .bk-box .te-div .js-ul li {
    margin-right: 14px;
    height: 188px;
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 1024px) {
  .pro_b .wrap .right .title {
    font-size: 18px;
    line-height: 32px;
  }
  .pro_b .wrap .right .te {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .pro_a {
    padding-bottom: 60px;
  }
  .pro_ul li {
    display: block;
    margin-bottom: 20px;
  }
  .pro_ul li .bgcolor {
    display: none;
  }
  .pro_ul li .wow {
    opacity: 1;
  }
  .pro_ul li .imgbox {
    -webkit-animation-name: none!important;
       -moz-animation-name: none!important;
            animation-name: none!important;
  }
  .pro_ul li .textbox {
    -webkit-animation-name: none!important;
       -moz-animation-name: none!important;
            animation-name: none!important;
    background-color: #f4f4f4;
    padding: 30px 20px!important;
  }
  .pro_ul li .textbox .title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .pro_ul li .textbox .te {
    height: auto;
    margin-bottom: 24px;
  }
  .pro_b .wrap {
    padding: 5% 0 40px;
  }
  .pro_b .wrap .left,
  .pro_b .wrap .right {
    width: 100%;
  }
  .pro_b .wrap .right .box {
    padding-top: 30px;
  }
  .pro_b .wrap .right .title {
    margin-bottom: 20px;
  }
  .pro_c .bk-box .te-div .js-ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro_c .bk-box .te-div .js-ul li {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .pro_c .bk-box .te-div .js-ul li:last-child {
    margin-bottom: 0;
  }
}
