div.about-banner{
    height: 980px;
    padding-top: 95px;
    text-align: center;
    background-position: initial!important;
}
div.about-banner h2{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 35px;
    color: #232323;
}
div.about-banner p{
    width: 710px;
    text-align: center;
    margin: 0 auto;
    color: #333;
    line-height: 28px;
    font-size: 17px;
    font-weight: 500;
}
div.vision {
    background-color: #F4F9FC;
    position: relative;
}
div.vision div.content {
    display: flex;
    justify-content: left;
    padding-top: 0;
    padding-bottom: 6rem;
    max-width: unset;
}
div.vision div.left {
}
div.vision div.left img {
    border-radius: 15px;
    transform: translateY(-20px);
}
div.vision div.right {
    width: 40%;
    position: relative;
    transition: 0.8s all ease;
}
div.vision div.right h2 {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0 0 2.8rem;
    text-align: left;
    line-height: 60px;
}
div.vision div.right>p {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 3rem;
    color: #666;
}
div.vision-percent div.plan {
    margin-bottom: 2.5rem;
}
div.vision-percent p{
    color: #1b1b1b;
    margin-bottom: 0.5rem;
    font-size: 17px;
}
div.vision-percent span{
    margin-bottom: 0;
    color: #666;
}
div.vision-percent div.plan>div:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
div.vision-percent div.plan>div.bar {
    width: 100%;
    height: 11px;
    border-radius: 1rem;
}
div.vision-percent div.plan>div.bar span {
    display: block;
    width: 0%;
    height: 100%;
    background-color: #052090;
    position: relative;
    border-radius: 1rem;
    transition: 2s all ease-out;
}
div.vision-percent div.plan>div.bar span::before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    background-color: #fff;
    border: 3px solid #052090;
    border-radius: 50%;
    top: -5px;
    right: 0;
}
section.applications-prospect{
    padding: 126px 0;
    padding-bottom: 100px;
    overflow: hidden;
}  
  section.applications-prospect .content{
    display: flex;
    justify-content: space-between;
  }
  section.applications-prospect .content>div{
    width: 48%;
    padding-top: 100px;
  }
  section.applications-prospect .content section{
    width: 52%;
    position: relative;
    padding-left: 60px;
  }
  section.applications-prospect .content section video{
    height: 740px;
    border-radius: 15px;
    width: 920px;
    border-radius: 10px;
    position: relative;
  }
  section.applications-prospect .content section:before{
    width: 90px;
    height: 90px;
    border-radius: 50%;
/*    background: url('../img/play-blue.svg') no-repeat center/cover;*/
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    cursor: pointer;
  }
  section.applications-prospect .content section.active:before{
    display: none;
  }
  section.applications-prospect .content h2{
    font-size: 3.1rem;
    text-align: left;
    margin-bottom: 25px;
    line-height: 60px;
    font-weight: bold;
    position: relative;
  }
  section.applications-prospect .content div>p{
      margin-bottom: 40px;
      font-size: 17px;
      color: #666666;
      line-height: 28px;
      padding-right: 6rem;
  }
  section.applications-prospect ul{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-right: 20px;
  }
  section.applications-prospect ul strong{
      font-size: 40px;
      font-weight: 600;
      display: block;
      color: #05208b;
  }
  section.applications-prospect ul span{
      display: inline-block;
      font-size: 43px;
      margin-bottom: 10px;
  }
   section.applications-prospect ul p{
        color: #757575;
        font-size: 17px;
   }
.choose_us {
    padding-top:120px;
    padding-bottom: 540px;
}
.choose_us .subtitle {
    margin-bottom: 1rem;
}
.choose_us .choose_us-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.choose_us .choose_us-title h2 {
    text-align: left;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold;
}

p.contact {
    text-align: center;
    margin-top: 120px;
    font-size: 17px;
}

p.contact>a {
    color: var(--hover-color);
    text-decoration: underline;
}

.choose_us-title_right {
    position: relative;
    width: 560px;
    margin-bottom: 1rem;
}

.choose_us-title_right p {
    margin-bottom: 30px;
    color: #666666;
}


.choose_us .swiper-box {
    position: relative;
}

.choose_us .swiper-box .swiper-button-prev, .choose_us .swiper-box .swiper-container-rtl .swiper-button-next {
    left: -60px;
    right: auto;
    background-size: 18px 44px;
}
.choose_us .swiper-box .swiper-button-prev:after, .choose_us .swiper-box .swiper-button-next:after {
    color: #333;
    font-size: 30px;
}
.choose_us .swiper-box .swiper-button-next,
.choose_us .swiper-box .swiper-container-rtl .swiper-button-prev {
    right: -100px;
    left: auto;
    background-size: 18px 44px;
}

.choose_us-item {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding-top: 5rem;
    padding-bottom: 50px;
}

.choose_us .choose_us-main {
    padding: 15px 10px;
}

.choose_us-item::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 5%;
    width: 90%;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 5px;
    /* background-color:#051f8d; */
    z-index: 1;
}
.choose_us-item>*{
    position: relative;
    z-index: 2;
}
.choose_us-item>div{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.choose_us-item img {
    max-height: 55px;
    width: auto;
}

.choose_us-item h3 {
    margin-top: 35px;
    color: #242424;
    font-size: 24px;
    font-weight: 550;
    line-height: 42px;
}

.choose_us-item p {
    margin-top: 25px;
    margin-bottom: 2rem;
    font-size: 17px;
    line-height: 30px;
    color: #666666;
    padding: 0 2rem;
}

.choose_us-item a {
    color: #05208b;
    display: inline-block;
    padding-right: 25px;
    font-weight: 600;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
}
.choose_us-item a::after{
    position: absolute;
    right: 0;
    top: 57%;
    transform: translateY(-50%);
    content: "";
    width: 15px;
    height: 8px;
    background: url("../img/icon-arrow-right.svg")no-repeat center /cover;
}

.choose_us-item.swiper-slide:hover a{
    opacity: 1;
}
.choose_us-item.swiper-slide:hover::before {
    transform: translateY(15px);
}

div.renzheng {
    padding: 230px 0 420px;
    width: 100% ;
    overflow: hidden;
    background: url('../img/cer-bg.png') no-repeat center/cover;
}

div.renzheng .content {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

div.renzheng .content .ren-box {
    width: 30%;
    position: relative;
}
div.renzheng .content .swiper-box{
    width: 65%;
}
div.renzheng .ren-box span {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--hover-color);
}

div.renzheng .ren-box h2 {
    text-align: left;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
div.renzheng .ren-box p {
    
    line-height: 28px;
    color: #939393;
    margin-bottom: 40px;
}

div.renzheng .ren-box ul li {
    font-size: 22px;
    display: flex;
    align-items: center;
    color: var(--font-color);
    cursor: pointer;
    margin-bottom: 20px;
}

div.renzheng .ren-box ul li.active {
    color: var(--hover-color);
}

div.renzheng .ren-box ul li span {
    margin-right: 20px;
    font-size: 20px;
    margin-bottom: 0;
    color: var(--font-color);
}

div.renzheng .ren-box ul li.active span {
    color: var(--hover-color);
}

div.renzheng .renzheng-swiper .swiper-slide {
    height: 550px;
}

div.renzheng .renzheng-swiper .swiper-slide 
div.renzheng .swiper-box {
    width: 100%;
    /* position: absolute;
    left: 35%;
    top: -5%;
    max-height: 570px; */
    /* overflow: hidden; */
}

div.renzheng .renzheng-swiper {
    padding: 10px;
    width: 1140px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
}
.swiper-box{
    position: relative;
}
div.renzheng .renzheng-swiper  div.img a span,
div.renzheng .renzheng-swiper  div.img a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
}
div.ren-box .swiper-button-prev,
div.ren-box .swiper-container-rtl .swiper-button-next {   
    left: 0%;
    right: auto;
    background-size: 18px 44px;
    width: 80px;
    height: 80px;
    background-color: #939393;
    border-radius: 50%;
    top: auto;
    bottom: -35%;
}

div.ren-box .swiper-button-next, div.ren-box .swiper-container-rtl .swiper-button-prev {
    left: 30%;
    right: auto;
    background-size: 18px 44px;
    width: 80px;
    height: 80px;
    background-color: #05208b;
    border-radius: 50%;
    top: auto;
    bottom: -35%;
}

div.ren-box .swiper-button-next:after, div.ren-box .swiper-container-rtl .swiper-button-prev:after{
    color: white;
    font-size: 20px;
}
div.ren-box .swiper-button-prev:after{
    color: #333;
    font-size: 20px;
}
.swiper_you_like{
    overflow: visible;
    padding-bottom: 0.5rem;
}
.page-template-about .swiper_you_like .button_red{
    border-radius: 20rem;
    font-size: 14px;
    line-height: 0.8rem;
    margin-top: 40px;
}
.page-template-about .you_like-main .swiper-button-prev, .page-template-about .you_like-main .swiper-button-next{
    display: none;
}
.page-template-about #related .button_border{
    display: none;
}
.page-template-about .swiper_you_like .swiper-slide{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.page-template-about #related{
    overflow: hidden;
}
div.other-box{
    background-color: #F8F8F8;
    padding: 120px 0 ;
}
div.other-box .content{
    max-width: 1380px;
}
div.other-box span{
    display: block;
    text-align: center;
    color: var(--hover-color);
    margin-bottom: 30px;
    font-size: 18px;
}
div.other-box h2{
    font-size: 2.8rem;
    font-weight: bold;
}
div.other-box ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    width: 1380px;
}
div.other-box ul li{
    width: 49.3%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
div.other-box ul li .img-box{
    width: 100%;
    height: 405px;
    overflow: hidden;
}
div.other-box ul li:hover img{
    transform: scale(1.1);
}
div.other-box ul li .content-box{
    padding: 60px;
    text-align: center;
}
div.other-box  .content-box h3{
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 25px;
}
div.other-box  .content-box p{
    margin-bottom:30px;
    font-size: 17px;
}
div.other-box  .content-box a{
    font-size: 15px;
    width: 145px;
    padding: 11px 35px 11px 25px ;
}
div.other-box  .content-box a::after{
    right: 30px;
}
.page-template-about .product .item_img{
    height: 400px;
    background-color: white;
}
.page-template-about .product .item_text{
    padding: 46px 86px;
    padding-bottom: 56px;
}
.page-template-about .product .item_text p.title{
    font-size: 27px;
}
.page-template-about .product .item_text p.des{
    font-size: 16px;
}
.page-template-about .product .item_img .img{
    background-size: contain;
}