.article_wrap {
  padding: 80px 0 120px;
}
.article_wrap .article_title {
  font-size: 50px;
  color: #006bb7;
  text-align: center;
  font-family: "OPPOSanB";
  margin-bottom: 40px;
}
.article_wrap .ot {
  font-size: 18px;
  color: #535353;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.article_wrap .ot .time {
  margin-right: 30px;
}
.article_wrap .ot img {
  margin-right: 10px;
}
.article_wrap .content {
  border-bottom: 1px solid #dcdcdc;
  padding: 70px 0 90px;
}
.article_wrap .content p {
  margin-bottom: 30px;
}
.article_wrap .content p img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.article_wrap .content p, .article_wrap .content .ckwx_box div {
  font-size: 18px;
  color: #434343;
  line-height: 30px;
}
.article_wrap .bottom {
  padding-top: 45px;
}
.article_wrap .bottom a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.article_wrap .bottom .prev {
  margin-right: 30px;
  background: url("../images/arrow-left.png") no-repeat center;
}
.article_wrap .bottom .prev:hover {
  border-color: #006bb7;
  background: #006bb7 url("../images/arrow-left-active.png") no-repeat center;
}
.article_wrap .bottom .next {
  background: url("../images/arrow-right.png") no-repeat center;
}
.article_wrap .bottom .next:hover {
  border-color: #006bb7;
  background: #006bb7 url("../images/arrow-right-active.png") no-repeat center;
}

.list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list li {
  margin-bottom: 70px;
  width: 32%;
  margin-right: 2%;
}
.list li:nth-child(3n) {
  margin-right: 0;
}
.list li .info {
  padding-top: 30px;
}
.list li .title {
  font-size: 20px;
  color: #434343;
  font-family: "OPPOSanB";
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
}
.list li .time {
  font-size: 16px;
  color: #434343;
  font-family: "OPPOSanB";
  margin-bottom: 16px;
}
.list li .desc {
  font-size: 16px;
  color: #434343;
  line-height: 24px;
  margin-bottom: 20px;
}
.list li .poster {
  overflow: hidden;
}
.list li .poster img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.list li .btn {
  width: 120px;
  height: 36px;
  font-size: 14px;
  color: #434343;
  font-family: "OPPOSanB";
  border: 1px solid #434343;
  border-radius: 18px;
  padding: 0 20px;
}
.list li:hover .time, .list li:hover .title {
  color: #006bb7;
}
.list li:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.list li:hover .btn {
  background-color: #006bb7;
  color: #fff;
  border-color: #006BB7;
}

.paging,
.pping {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.paging form {
  position: relative;
  width: 68px;
  height: 37px;
  border: solid 1px #e8e8e8;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}

.paging form input {
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  font-size: 16px;
}

.paging form .iconfont {
  font-size: 13px;
}

.pagNum {
  width: 100%;
  position: absolute;
  top: 100%;
  left: -1px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  display: none;
}

.pagNum li {
  padding: 5px 15px 5px 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.pagNum li:hover {
  color: #00A2BD;
}

.pping,
.pping li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.pping a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 40px;
  height: 37px;
  border: 1px solid #e8e8e8;
  font-size: 18px;
  color: #000;
}

.pping a:hover,
.pping a.active {
  background: #006BB7;
  color: #fff;
}

.col-title-box-1 {
  height: auto;
  padding: 60px 0;
  background-color: #eef4f7;
}
.col-title-box-1 .title {
  font-size: 40px;
  color: #006bb7;
  text-align: center;
  font-family: "OPPOSanB";
  margin-bottom: 30px;
}
.col-title-box-1 p {
  font-size: 16px;
  color: #313131;
  line-height: 30px;
}

.process_wrap {
  padding: 60px 0 120px;
}
.process_wrap .cont {
  width: 880px;
  margin: 90px auto 0;
  padding: 25px 35px;
  background-color: #eef4f7;
  border-radius: 20px;
}
.process_wrap .cont .il {
  font-size: 18px;
  color: #006bb7;
  font-family: "OPPOSanB";
  line-height: 36px;
}

.process_wrap .cont .il a{
  color: #006bb7;
}

.process_wrap .cont .c1 {
  margin-right: 20px;
}

.teci_wrap {
  padding: 80px 0 120px;
}
.teci_wrap ul li {
  margin-bottom: 60px;
}
.teci_wrap ul li .index {
  width: 50px;
  font-family: "OPPOSanB";
  font-size: 32px;
  color: #fff;
  height: 50px;
  background: url(../images/number.png) no-repeat center;
  margin-right: 10px;
}
.teci_wrap ul li .name {
  font-family: "OPPOSanM";
  font-size: 40px;
  color: #006bb7;
}
.teci_wrap ul li .title {
  margin-bottom: 20px;
}
.teci_wrap ul li .content {
  font-size: 18px;
  color: #313131;
  line-height: 30px;
}
.teci_wrap ul li .content img {
  max-width: 100%;
}
.teci_wrap ul li .content .imgbox {
  margin-top: 40px;
  text-align: center;
}
.teci_wrap .ot {
  margin-top: 40px;
}
.teci_wrap .ot .tit {
  font-size: 18px;
  color: #313131;
  font-family: "OPPOSanB";
}
.teci_wrap .ot .link {
  margin-top: 15px;
}
.teci_wrap .ot .link .item {
  font-size: 18px;
  line-height: 48px;
}
.teci_wrap .ot .link .item a {
  color: #006bb7;
  text-decoration: underline;
}

@media only screen and (max-width: 999px) {
  .col-title-box-1 {
    padding: 30px 15px;
  }
  .col-title-box-1 .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .col-title-box-1 p {
    font-size: 14px;
    line-height: 22px;
  }
  .teci_wrap {
    padding: 30px 0;
  }
  .teci_wrap ul li .index {
    width: 40px;
    font-size: 24px;
    height: 40px;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
  .teci_wrap ul li .name {
    font-size: 24px;
  }
  .teci_wrap ul li .content {
    font-size: 15px;
    line-height: 24px;
  }
  .teci_wrap ul li {
    margin-bottom: 20px;
  }
  .teci_wrap ul li .content .imgbox {
    margin-top: 30px;
  }
  .teci_wrap .ot .link .item {
    font-size: 16px;
    line-height: 24px;
  }
  .process_wrap {
    padding: 30px 0;
  }
  .process_wrap img {
    width: 100%;
  }
  .process_wrap .cont {
    width: 93%;
    margin: 30px auto 0;
    padding: 20px 15px;
    border-radius: 12px;
    display: block;
  }
  .process_wrap .cont .il {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .code_img {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process_wrap .cont img {
    width: 110px;
  }
  .col-title-box {
    font-size: 23px;
    padding: 20px 0;
    height: auto;
  }
  .article_wrap {
    padding: 30px 0;
  }
  .article_wrap .article_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .article_wrap .ot {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .article_wrap .content {
    padding: 30px 0;
  }
  .article_wrap .content p, .article_wrap .content .ckwx_box div {
    font-size: 16px;
    line-height: 24px;
  }
  .article_wrap .content p {
    margin-bottom: 16px;
  }
  .article_wrap .bottom {
    padding-top: 25px;
  }
  .article_wrap .bottom a {
    width: 40px;
    height: 40px;
  }
  .list li {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .list li .info {
    padding-top: 15px;
  }
}