.content {
    width: 80%;
    padding: 3% 10%;
    position: relative;
}
.content .title {
    margin: 50px 0 30px;
}
.content .title h2 {
    text-align: center;
    padding: 20px 0;
}
.content .content-box {
    width: 100%;
    color: #676767;
    background-color: #f5f5f5ff;
}
.content .content-box p {
    line-height: 20px;
    padding: 5% 10%;

}
.content .content-box img {
    width: 100%;
}

.contact-us {
    width: 80%;
    padding: 0 10% 5%;
    background-color: #fff;
}
.contact-us .title {
    margin: 50px 0 30px;
}
/* .contact-us .title h3 {
    text-align: center;
    padding: 20px 0;
} */
.contact-us .contact-box {
    width: 100%;
    color: #676767;
}
.contact-us .contact-box > div:first-child {
    width: 100%;
    border-bottom: 1px solid #DADADA;
}

.contact-us .contact-box ul {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.contact-us .contact-box .active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background-color: #00F0FF;
    transition: 1s;
}
.contact-us .contact-box ul li {
    text-align: center;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
}
.contact-us .contact-box .address {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.contact-us .contact-box .address div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.contact-us .contact-box .address div p {
    width: 100%;
}
.contact-us .contact-box img {
    width: 40%;
}


@media (min-width: 1600px){
    .content .content-box p {
        line-height: 30px;
    }
}
.crumbs {
    width: 80%;
    padding: 1% 10%;
}
.crumbs a {
    display: inline-block;
    color: #007aff;
    font-size: 16px;
    padding: 10px;
}
.crumbs a.last-node {
    color: #676767;
}
.about-us-nav {
    width: 100%;
    position: relative;
    z-index: 50;
    background-color: #fff;
    box-shadow:1px 8px 44px 0 rgb(34 41 60 / 10%);
}
.about-tabs{
    align-items: center;
    position: relative;
}
.about-tabs-center{
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.about-tabs-container {
    width: 80%;
    height: 60px;
    padding: 0 10%;
}
.active-bg{
    transition: all .35s;
    position: absolute;
    width: 164px;
    height: 36px;
    border-radius: 18px;
    background-color: #107eef;
    top: 11px;
}
.about-tabs-li{
    position: relative;
    width: 180px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(101,105,119,.8);
    float: left;
}
.about-tab-active{
    color: #fff;
}
.hand{
    cursor: pointer;
}
.hand:hover{
    color: #107eef;
}
.about-tab-active .hand:hover{
    color: #fff;
}
.content-img{
    width: 320px;
    position: absolute;
}
.content-text{
    padding-left: 380px;
    min-height: 360px;
}
.content-text .content-text-titel{
    padding: 40px 0;
}
.content-text .content-text-titel h2{
    font-size: 25px;
    position: relative;
}
.content-text .content-text-titel h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 38px;
    height: 6px;
    width: 50px;
    background-color: #107eef;
}
.content-wedo{
    width: 80%;
    padding: 3% 10%;
    position: relative;
    background:#f3f3f4 url("../images/containBg.jpg") no-repeat top center;
}
.content-wedo h2,.content-wedo .content-wedo-cus{
    text-align: center;
}
.content-wedo h2{
    font-size: 25px;
}
.content-wedo .content-wedo-cus{
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.content-wedo-box{
    align-items:flex-start;
    display:flex;
    justify-content:flex-start;
}
.content-wedo-box-img{width: 60%;}
.content-wedo-box-img img{border-radius: 30px;}
.content-wedo-box-text{width: 40%;}
.content-wedo-box-text h3{
    position: relative;
    margin-bottom: 50px;
    font-size: 25px;
}
.content-wedo-box-text h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 45px;
    height: 1px;
    width: 70%;
    background-color: #a0a3a7;
}
.content-wedo-box-text-item .content-wedo-box-text-t{
    font-weight: bold;
    margin-bottom: 5px;
}
.content-wedo-box-text-item{
    margin-top: 25px;
}
.on-content{
    width: 80%;
    padding: 3% 10%;
    position: relative;
}
.swiper-button-prev{
    left:120px;
}
.swiper-button-next{
    right: 120px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 12px;
    font-weight: bold;
}
.swiper-button-next, .swiper-button-prev{
    color: #737787;
    box-shadow:0 4px 34px 0 #dfe5f5;
    border-radius:50%;
    transition:all .35s;
    background-color: #fff;
    width:var(--swiper-navigation-size);;
}
.swiper-button-prev:hover{
    color: #fff;
    background-color: #107eef;
}
.swiper-button-next:hover{
    color: #fff;
    background-color: #107eef;
}
.swiper-slide{
    
}
.onBg-box-shadow{
    padding: 10px;
}
.onBg-padding{
    padding: 8px;
    border-radius: 25px;
    box-shadow:0px 0px 5px #e5e5e5;
}
.onBg-background{
    padding: 50px 0;
    border-radius: 25px;
    background-color: #f8f9fa;
}
.swiper-slide{
    font-size: 13px;
    background:unset;
    overflow:unset;
}
.onBg-background p{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #171920;
    width: 224px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 70px auto auto;
}
.onBg-line{
    width: 34px;
    height: 2px;
    background: #9ea1b1;
    border-radius: 1px;
    margin: 18px auto auto;
    transition: all .35s;
}
.onBg-img{
    margin: auto;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.on-content-x h2,.on-content-x .on-content-cus{
    text-align: center;
}
.on-content-x h2{
    margin-top: 50px;
    font-size: 25px;
}
.on-content-x .on-content-cus{
    font-size: 19px;
    margin-top: 20px;
}
.lc-img{
    padding: 0 10%;
    z-index: 2;
    position: relative;
    
}
.lc-img-box{
    position: relative;
    width: 390px;
}
.lc-img-main{
    margin: auto;
    width: 370px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.lc-content{
    background-color: #f2f3f4;
    padding: 3% 0 4% 0;
    background:#f3f3f4 url("../images/lcTlBg.jpg") no-repeat center;
    position: relative;
    overflow: hidden;
}
.lc-img-rader{
    background-color: #fff;
    padding: 10px 10px 100px 10px;
    border-radius: 10px;
    position: relative;
}
.lc-img-text{
    background-color: #fff;
    position: absolute;
    width: 280px;
    height: 100px;
    padding: 20px;
    border-radius: 20px;
    left: 37px;
    bottom: 6px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}
.lc-img-box .swiper-button-next{
    top: 306px;
    right: -401px;
    border-radius:unset;
    width: 150px;
    padding-left: 50px;
    justify-content:left;
    color: #fff;
    background-color: #ced2de;
    box-shadow:unset;
}
.lc-img-box .swiper-button-disabled{
    opacity: unset;
}
.lc-img-box .swiper-button-next:hover{
    background-color: #107eef;
}
.lc-img-box .swiper-button-next:after{
    padding-left:88px;
}
.lc-img-box .swiper-button-prev{
    top: 306px;
    left: 390px;
    border-radius:unset;
    width: 150px;
    padding-right: 50px;
    justify-content:right;
    color: #fff;
    background-color: #ced2de;
    box-shadow:unset;
}
.lc-img-box .swiper-button-prev:hover{
    background-color: #107eef;
}
.lc-img-box .swiper-button-prev:after{
    position: absolute;
    left: 13px;
}
.lc-content-title{
    background-color: #f2f3f4;
    padding: 30px 0;
}
.lc-time-box{
    padding-top: 160px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.lc-time-box-line{
    width: 100%;
    height: 3px;
    background: #ced2de;
}
.lc-time-box-bor{
    width: 12px;
    height: 12px;
    background: #eaedf5;
    border: 4px solid #fff;
    box-shadow: 0 6px 17px 1px #eaedf5;
    border-radius: 50%;
    display: flex;
    flex: none;
    position: relative;
}
.swiper-slide-active .lc-time-box-bor{
    background: #1f60fe;
}
.lc-time-box-bor-top{
    font-size: 16px;
    font-weight: 500;
    color: #808495;
    line-height: 26px;
    width: 280px;
    padding: 0 6px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: -160px;
    text-align: center;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.lc-time-box-bor-bottom{
    font-size: 34px;
    font-weight: 500;
    color: #808495;
    text-align: center;
    width: 280px;
    padding: 0 6px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    height: 130px;
    bottom: -160px;
    line-height: 26px;
}
.lc-time-box-bor-top-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.lc-time-box-bor-bottom-t{
    display: flex;
    justify-content: center;
}
.lc-time-box-bor-top span,.lc-time-box-bor-bottom-t span{
    font-size: 14px;
    margin-top: 18px;
}
.lc-time{
    position: absolute;
    top: 7px;
    width: 100%;
    height: 100%;
    padding-left: 10%;
}
.swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .lc-time-box-bor-top{
    font-size: 16px;
}
.swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lc-time-box-bor-bottom{
    font-size: 16px;
}
.swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .lc-time-box-bor-top, .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .lc-time-box-bor-bottom{
    font-size: 34px;
    line-height: unset;
}
.swiper-container .swiper-wrapper .swiper-slide-active.swiper-slide:nth-child(odd) .lc-time-box-bor-bottom{
    color: #1f60fe;
}
.swiper-container .swiper-wrapper .swiper-slide-active.swiper-slide:nth-child(2n) .lc-time-box-bor-top{
    color: #1f60fe;
}

.cooperation .p-content-x h2{
    font-size: 25px;
    color: #333;
}
.cooperation .p-content-x p{
    font-size: 19px;
    margin-top: 20px;
    color: #333;
}
.cooperation .service-type p{
    display: flex;
    position: relative;
    padding: 7px;
    border-radius: 25px;
    background-color: #eaebeb;
    border-bottom: unset;
}
.cooperation .service-type p span{
    padding: 10px 60px;
    font-size: 15px;
    color: #333;
}
.cooperation .service-type p span.font-weight{
    color: #fff;
    background-color: #0054ff;
    border-radius: 25px;
    font-weight:normal;
}
.cooperation .service-type p::after{
    content:unset;
}
.cooperation .service-type p span:hover{
    font-weight:normal;
}

.about-us-nav-height{
    height: 60px;
}
.product-contents .productMain {
    position: relative;
    max-width: 100%;
    min-height: calc(100vh - 72px);
    display: flex;
    justify-content: flex-end
}

.product-contents .productMain .productMainBox {
    width: 100%;
    min-height: calc(100vh - 72px);
    background-image: url("../images/pBgHs.jpg");
    background-size: 90%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox {
    width: 50.9%;
    height: calc(100vh - 72px);
    position: absolute;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft {
    margin-top: 22vh;
    width: 480px;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .title {
    margin-bottom: 40px;
    width: 440px
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .title .titleLeft {
    position: relative
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .title .titleLeft .titleLTop {
    font-size: 94px;
    font-weight: 700;
    color: #e9f0f7
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .title .titleLeft .titleLBottom {
    font-size: 30px;
    font-weight: 800;
    color: #22293c;
    margin-top: -30px;
    width: 360px
}


.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .line {
    width: 440px;
    height: 1px;
    background: #e9f0f7;
    margin-bottom: 28px
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .proinx {
    font-size: 16px;
    font-weight: 500;
    color: #5a5d6e;
    line-height: 34px;
    margin-bottom: 40px
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .productUlDian {
    position: absolute;
    left: 0;
    top: 52px
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .productUlDian .productUlLi {
    width: 8px;
    height: 8px;
    background: #ced2de;
    border-radius: 50%;
    margin-bottom: 12px;
    transition: all .35s
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .productUlDian .productUlLi:last-child {
    margin-bottom: 0
}

.product-contents .productMain .productMainBox .prodcutDoLeftBox .prodcutDoLeft .productUlDian .productUlLiActive {
    background-color: #73c883!important
}

.product-contents .productMain .productMainBox .prodcutDoRightBox {
    width: 49.1%;
    height: 100%;
    transition: background-color .6s ease-in-out;
    position: absolute;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    background: rgb(232, 239, 255);
}

.product-contents .productMain .productMainBox .prodcutDoRightBox .prodcutDoRightImg {
    width: 27.8%;
    height: 86%;
    transition: all .6s ease-in-out;
    background:#e8efff url("../images/pBgLc.jpg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left;
    -webkit-mask-position: left;
    background-size:70%;
}

.product-contents .productMain .productMainBoxFixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

.product-contents .productMain .productMainBoxBottom {
    bottom: 0!important;
    left: 0
}
.product-contents .productMain .productMainBoxBottom .prodcutDoLeftBox{
    bottom: -40px;
}

.product-contents .productMain .prodcutDoImgBox {
    width: 100%;
    margin-left: 50.9%;
    position: relative;
    z-index: 6
}

.product-contents .productMain .prodcutDoImgBox .ul {
    width: 100%
}

.product-contents .productMain .prodcutDoImgBox .ul .li {
    position: relative;
    width: 100%;
    height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box
}

.product-contents .productMain .prodcutDoImgBox .ul .li .liImg {
    height: 448px;
    min-width: 580px;
    max-width: 704px;
    border-radius: 24px;
    overflow: hidden;
    margin-left: -5vw;
    box-shadow: 1px 9px 13px 1px rgba(25,27,32,.1)
}

.product-contents .productMain .prodcutDoImgBox .ul .li .liImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 2s ease
}

@media screen and (max-width: 1366px) {
    .product-contents .productMain .prodcutDoImgBox .ul .li .liImg {
        height:368px
    }
}


.product-contents .productMainBottom {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.product-contents .productMainBottom .left {
    width: 50.9%;
    height: 23vh;
    background-color: #fff
}

.product-contents .productMainBottom .right {
    width: 49.1%;
    height: 23vh;
    background: rgb(232, 239, 255);
}
.productUlText{
    display: none;
}

.textActive{
    display: inline-block;
}