.sec01 {
    position: relative;
}

.sec01 .bg img {
    width: 100%;
}

.sec01 .inner {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-60%);
    margin: 0 auto;
}

.sec01 .l1 {
    font-size: 14px;
    margin-bottom: 20px;
}

.sec01 .l2 {
    font-size: 38px;
    line-height: 1.42;
    margin-bottom: 34px;
}

.sec01 .l3 {
    color: #595959;
    font-size: 16px;
}

.sec02 {
    position: relative;
    padding: 3.57% 0 4.58%;
    color: #595959;
    background: #fff;
}

.sec02 .inner {
    position: relative;
    z-index: 1;
}

.sec02 .hd {
    width: 57.5%;
    line-height: 1.78;
    margin-bottom: 7.14%;
}

.sec02 .bd .l1 {
    font-size: 24px;
    color: #00b1e2;
    letter-spacing: 5px;
    margin-bottom: 6.2%;
}

.sec02 .bd ul {
    display: flex;
    justify-content: space-between;
    padding: 0 8.7%;
}

.sec02 .bd li {
    width: 18%;
    text-align: center;
}

.sec02 .bd li .circle {
    position: relative;
    padding-bottom: 100%;
    /*border: 1px dashed #00b1e2;*/
    border-radius: 50%;
    font-size: 30px;
    color: #00b1e2;
    margin-bottom: 32px;
}

.sec02 .bd li .circle span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec02 .bd li .circle svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    fill: #00b1e2;
    margin-bottom: 25px;
    /*transition: transform 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);*/
}
.sec02 .bd li .circle span svg{
    transform: scale(1);
    opacity: 1;

}
.sec02 .bd .visible li .circle span svg{
   /* animation:jyanime 1.5s ease 2s 1 forwards ;*/
   /* transition: all 1.5s ease 2s;*/
}
@keyframes jyanime {
    to{opacity: 1; transform: scale(1);}
}


.sec02 .bd li .circle span svg{
    transition: transform 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
}
.sec02 .bd li .circle:hover span svg{
    transform:rotateY(-180deg);
}

.sec02 .bd li .bigCircleSvg,.sec02 .bd li .bigCircleSvg svg{
    width:100%;
    height:100%;
}
.sec02 .bd li .bigCircleSvg .svgline1{
    stroke:#00b1e2;
    stroke-width:1;
    stroke-dasharray:1;
    stroke-dashoffset:1;
}
.sec02 .bd .visible .svgline2{
    stroke-width:2;
    stroke:#fff;
    stroke-dashoffset:0;
    stroke-dasharray: 376.38;
    animation: dashb 2s linear alternate forwards;
}
@keyframes dashb {
    to {stroke-dashoffset: -376.38;stroke-dasharray: 376.38;}
}





.sec02 .bd li p {
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.67;
    margin: 0 -100px;
}

.sec03 {
    position: relative;
    background: linear-gradient(140deg, #3ca0dd, #005ead);
}

.sec02 .bg,
.sec03 .bg {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 97%;
    top: 0;

}

.sec02 .bg:before,
.sec03 .bg:before {
    content: '';
    display: block;
    padding-bottom: 17%;
}

.sec02 .bg svg,
.sec03 .bg svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #f7f8f8;
    opacity: .05;
}

.sec03 .inner {
    text-align: center;
    display: flex;
}

.sec03 a {
    width: 50%;
    color: #fff;
    padding: 4.29% 0 5.71%;
    box-sizing: border-box;
}

.sec03 .icon {
    position: relative;
    width: 280px;
    margin: 0 auto 5.7%;
}

.sec03 .icon:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.sec03 .icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 1s ease;
}
.sec03 .icon img:hover{
    transform: translate3d(0, 35px, 0);
}



.sec03 .l1 {
    font-size: 45px;
    margin-bottom: 4.29%;
}

.sec03 .l1 span {
    position: relative;
    display: inline-block;
    transition: color .3s ease;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.sec03 .l1 svg {
    display: block;
    width: 100%;
    height: 4px;
    fill: #fff;
    opacity: 0;
    transition: opacity .3s ease
}

.sec03 a.on .l1 svg,
.sec03 a:hover .l1 svg {
    opacity: 1;
}

.sec03 .l2 {
    font-size: 22px;
    text-indent: .6em;
}

.sec04 {
    color: #595959;
    background: #f4f4f4;
}

.sec04 .inner {
    position: relative;
    padding: 4.69% 0 5.73%;
}

.sec04 .hd {
    margin-bottom: 76px;
}

.sec04 .hd .l1 {
    font-size: 18px;
    margin-bottom: 14px;
}

.sec04 .hd .l2 {
    font-size: 48px;
    margin-bottom: 44px;
    color: #000;
}

.sec04 .hd .l3 {
    font-size: 16px;
    color: #595959;
}

.sec04 .bd {
    font-size: 14px;
    line-height: 2.29;
    margin-bottom: 64px;
}

.sec04 .ft {
    width: 144px;
    font-size: 13px;
    text-align: center;
    line-height: 2.3;
    color: #595959;
}

.sec04 .ft img {
    width: 100%;
}

.sec04 .pic {
    position: absolute;
    right: 10.29%;
    bottom: 0;
    width: 25%;
}

.sec04 .pic img {
    width: 100%;
}
.newsec01{overflow: hidden;}
.newsec01 .l2{ margin-bottom:0; }
.newsec01 .text{padding-left: 1.7rem; box-sizing: border-box;}
.newsec01 .bg{ position: absolute; z-index: 1; }
.newsec01 .inner{
    position: relative;
    z-index: 2;
    top:0;
    padding: 12.8% 0 14.8%;
    transform: unset;
}
.newsec02{
    padding: 0.7rem 0 0;
}

.newsec02 .bref{
    font-size: 0.16rem;
    color: #595959;
    line-height: 2.3;
    padding-left: 1.7rem;
    box-sizing: border-box;

 }

.newsec02 .circleCont .cont{
    width: 8.8rem;
    height: 2.6rem;
    background: url('../img/service/1.png') no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    margin: 1.2rem auto 1.2rem;

}

.newsec02 .circleCont .twoLineZc{ font-size: 0.18rem; color: #1a6eb5; position: absolute;  top: 1.8rem; left: 50%; transform: translateX(-50%); }

.newsec02 .texta,.newsec02 .textb{
    border-radius: 50%;
    position: absolute;
}
.newsec02 .texta,.newsec02 .textb .img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newsec02 .texta{
    width: 0.72rem;
    height: 0.72rem;
    background: #d6eff9;
    color: #1a6eb5;
    font-size: 0.16rem;
    opacity: 1;
    transform: scale(0) translateY(20px);
}
.newsec02 .texta1{
    top: 0.6rem;
    left:-0.36rem;
}
.newsec02 .texta2{
    bottom: 0;
    left:1.1rem;
}
.newsec02 .texta3{
    bottom: -0.36rem;
    left:4.06rem;
}
.newsec02 .texta4{
    bottom: -0.06rem;
    right: 1.28rem;
}
.newsec02 .texta5{
    top: 0.6rem;
    right:-0.36rem;
}
.newsec02 .textb{
    text-align: center;
    color: #1a6eb5;
    font-size: 0.15rem;
}
.newsec02 .textb .img{
    width: 0.7rem;
    height: 0.7rem;
    background: #3ca0dd;
    border-radius: 50%;
}
.newsec02 .textb p{
    margin-top: 0.1rem;
}
.newsec02 .textb1 img{
    width: 0.3rem;
    height: 0.3rem;
}
.newsec02 .textb1{
    top: 0.18rem;
    left:2.4rem;
    animation: circleMove 10s linear infinite alternate forwards;
}
.newsec02 .textb2 .img{
    width: 1.05rem;
    height: 1.05rem;
}
@keyframes circleMove {
    0%{transform: translate(0,0);}
    20%{transform: translate(0,-7px);}
    40%{transform: translate(7px,0);}
    60%{transform: translate(6px,6px);}
    80%{transform: translate(-7px,0px);}
    80%{transform: translate(0px,-5px);}
}
.newsec02 .textb2 {
    top: 0.18rem;
    left:calc(50% - 0.525rem);
    top:-0.525rem;
    color: #fff;
    font-size: 0.17rem;
    animation: circleMove 11s linear infinite alternate forwards;
}
.newsec02 .textb3{
    top: 0.18rem;
    right:2.4rem;
    animation: circleMove 9s linear infinite alternate forwards;
}
.newsec02 .textb2 img{
    width: 0.34rem;
    height: 0.27rem;
}
.newsec02 .textb3 img{
    width: 0.28rem;
    height: 0.26rem;
}
.newsec03 .two{
    background: linear-gradient(to right,#3ca0dd,#005ead) no-repeat;
    
}
.newsec03 .tab li{
   width: 1.8rem;
   height: 1.8rem;
   display: flex;
    flex-direction: column;
    align-items: center ;
    justify-content: center;
    cursor: pointer;
  
}
.newsec03 .tab li:hover,.newsec03 .tab li.on{
    background: #55aadf;
}

.newsec03 .tab .sjJt{
    /* 写一个朝上的三角形 */
    content: '';
    width: 0;
    height: 0;
    border-width: 0.1rem;
    border-style: solid;
    border-color: transparent transparent #55aadf transparent;
    position: absolute;
    top: -0.19rem;
    left: 2.5rem;
    transform: translateX(-50%);
}

.newsec03 .tab li p{
    color: #ffffff;
    font-size: 0.17rem;
}
.newsec03 .tab{
    padding: 0 calc((100% - (1.8rem * 6))/2);
    box-sizing: border-box;
    position: relative;
}
.newsec03 .tab ul{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.newsec03 .tab li img{
    width: 0.42rem;
    height: 0.42rem;
    margin-bottom: 0.24rem;
}
.newsec03 .one{
    padding-bottom: 31.97%;
    position: relative;
    background-image: url('../img/service/2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media all and (min-width: 2000px){
    .newsec03 .one{  padding-bottom: 29.97%; }
}
.newsec03 .one .imglist{
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,visibility 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.newsec03 .one .imglist.on{
    opacity: 1;
    visibility: visible;
}

.newsec03 .one .inner{ display: flex; justify-content: flex-end; height: 100%; align-items: center; }
.newsec03 .one .text{
    color: #595959;
    text-align: right;
    margin-right: 1.7rem;
    transform: translateY(-0.5rem);
}
.newsec03 .one .text .p1{font-size: 0.28rem; margin-top: 0.4rem;}
.newsec03 .one .text .p2{font-size: 0.17rem; margin: 0.1rem 0 0.3rem;}
.newsec03 .one .text .p3{font-size: 0.15rem; line-height: 1.7; margin-top: 0.6rem;}
.newsec03 .one .text .icon{
    width: 0.58rem;
    height: 0.58rem;
}
img{width: 100%;}



.newsec04{position: relative; overflow: hidden;}
.newsec04 .bjCircle{
    width: 200%;
    height: 100%;
    background: #f5fafd url('../img/service/4.jpg') no-repeat;
    position: absolute;
    background-size: auto 100%;
    background-position: left center;
    left: calc(50% - 1rem);
    top:0;
}
.newsec04 .inner{
    display: flex;
    justify-content: space-between;
    padding: 5.36% 1.7rem 5.26%;
    box-sizing: border-box;
    position: relative;
}
.newsec04 p{
   color: #595959;
}
.newsec04 .text1 .p1{  
    font-size: 0.17rem;
 }
 .newsec04 .text1 .p2{  
    font-size: 0.26rem;
    font-weight: bold;
    margin: 0.16rem 0 0.36rem;
 }
 .newsec04 .text1 .p3{  
    font-size: 14px;
    line-height: 1.7;
 }
 .newsec04 .text2 {margin-top: 1.55rem;}
 .newsec04 .text2 .ewm{
    width: 1.84rem;
    min-width:151px;;
    margin-left: -0.06rem;
     margin-top: 0.1rem;
     margin-bottom: 0.1rem;
 }
 .newsec04 .text2 .hotline{  
   width: 1.2rem;
 }
 .newsec04 .text2 .p2{
    font-size: 0.17rem;
    margin-top: 10px;
    color: #3392d2;
 }
 .newsec04 .text2 .p3{
    font-size: 0.14rem;
    padding-left: 0.08rem;
 }
 .newsec04 .right{height: 100%;}
 .newsec04 .right .telimg{
    width: 6.8rem;
    position: absolute;
    bottom: 0;
    left: -0.4rem;
 }
 .newsec04 .right .telimg img{
    transform: translate(-240px, 700px);
    opacity: 0;
 }

 .newsec04 .right .an{
    position: absolute;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    background: #2384c9;
    font-size: 0.14rem;
    color: #fff;
    padding:0 0.26rem;
    transform: translate(-50px,0px);
    opacity: 0;
    overflow: hidden;
    
 }
 .newsec04 .right .an1{
    left: 2.54rem;
    top: 0.7rem;
 }
 .newsec04 .right .an2{
     left: 1.5rem;
     top: 2rem;
 }
 .newsec04 .right .an3{
    right: -0.9rem;
    top: 3.2rem;
    transform: translate(50px,0px);
 }

 .anim {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.newsec04 .an:hover > .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}
.newsec04 .an:hover > .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.newsec05 .one .inner{padding-left: 1.7rem; box-sizing: border-box;}
.newsec05 .one{ background: linear-gradient(to right, #00a1e3,#005fb3 40%) no-repeat; padding: 0.98rem 0 1.4rem; position: relative;}
.newsec05 .one p{ font-size: 0.35rem; color: #fff; font-weight: bold; }
.newsec05 .one .promise{ width: 10.85rem; position: absolute; left:50%; transform: translateX(-50%);top: -0.54rem;}
.newsec05 .two{ background: #f0f8fd; padding-bottom: 0.6rem; }
.newsec05 .two .inner{ padding: 0 1.7rem; box-sizing: border-box; }
.newsec05 .two ul{width: 100%; margin: 0 auto; background: #ffffff;  position: relative; top:-0.7rem; }
.newsec05 .two ul li{ padding: 0 1.18rem; box-sizing: border-box;  }
.newsec05 .two ul li:hover{
    background: url('../img/service/liBj.png') no-repeat; background-position: center bottom; background-size: 100% auto;
}
.newsec05 .two ul li:nth-child(1){ padding-top: 0.32rem; }
.newsec05 .two ul li:last-child{ padding-bottom: 0.32rem; }
.newsec05 .two ul li .cont{ border-bottom: 1px dotted #009cdf; display: flex; justify-content: space-between; align-items: center; padding: 0.34rem 0.24rem 0.34rem; }
.newsec05 .two ul li:last-child .cont{border-bottom: none;}
.newsec05 .two ul li .img{ width:1.94rem; height:1.94rem; border: 1px dotted #009cdf; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(to top, rgba(60,160, 221,0.1), transparent 60% ) no-repeat;}
.newsec05 .two ul li .img img{width: 0.79rem; height: 0.79rem; transition:transform 1s ease  }
.newsec05 .two ul li:hover .img img{transform: scale(1.1)}
.newsec05 .two ul .text{text-align: right; max-width:calc(100% - 2.4rem) }
.newsec05 .two ul .text .p1{font-size: 0.26rem; color: #333333; padding-right: 0.1rem;}
.newsec05 .two ul .text .p2{font-size: 14px; color: #5f5f60; margin-top: 0.4rem; line-height: 1.8;}

@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out-pseudo {
    0% {
      background: rgba(0, 0, 0, 0.4);
    }
    100% {
      background: transparent;
    }
  }



@media all and (max-width: 1480px) {
    .sec01 .l2 {
        font-size: 36px;
    }

    .sec02 .bd li .circle {
        font-size: 23px;
        margin-bottom: 29px;
    }

    .sec02 .bd li .circle svg {
        height: 45px;
    }

    .sec02 .bd li p {
        font-size: 15px;
    }

    .sec03 .icon {
        width: 210px;
    }

    .sec03 .l1 {
        font-size: 34px;
    }

    .sec03 .l1 svg {
        height: 3px;
    }

    .sec03 .l2 {
        font-size: 17px;
    }

    .sec04 .hd .l2 {
        font-size: 36px;
    }
    .newsec04 .text2 .hotline {width: 1.6rem; }
    .newsec02 .texta,
    .newsec04 .text2 .p3,
    .newsec04 .text2 .p2,
    .newsec04 .text1 .p1,
    .newsec04 .right .an{font-size: 12px;}
    .newsec02 .bref{font-size: 14px;}
    .newsec03 .one .text .p3{font-size: 14px;}
    .newsec05 .two ul .text .p2{font-size: 13px;}
    .newsec03 .tab li p{font-size: 13px;}
    .newsec03 .tab{padding: 0 calc((100% - (2rem* 6)) / 2);}
    .newsec03 .tab li{width: 2rem;}
}







@media all and (max-width: 767px) {
    .sec01 .inner {
        top: 13.07vw;
        padding-left: 7.47vw;
        transform: none;
        box-sizing: border-box;
    }

    .sec01 .l2 {
        font-size: 6.4vw;
        line-height: 1.35;
        margin-bottom: 2.67vw;
    }

    .sec01 .l3 {
        font-size: 3.2vw;
    }

    .sec02 {
        padding: 0;
    }

    .sec02 .inner {
        padding: 13.73vw 4.27vw 14.27vw; box-sizing: border-box;
    }

    .sec02 .hd {
        width: auto;
        font-size: 3.46vw;
        line-height: 1.54;
        color: #595959;
        margin-bottom: 12.53vw;
    }

    .sec02 .bd .l1 {
        font-size: 4.27vw;
        letter-spacing: .5vw;
        margin-bottom: 7.6vw;
    }

    .sec02 .bd ul {
        padding: 0 6.8vw;
        display: block;
    }

    .sec02 .bd li {
        display: flex;
        align-items: center;
        width: auto;
        margin-right: 0;
        margin-bottom: 6.93vw;
    }

    .sec02 .bd li:last-child {
        margin-bottom: 0;
    }

    .sec02 .bd li .circle {
        width: 27.3vw;
        height: 27.3vw;
        font-size: 3.47vw;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .sec02 .bd li .circle svg {
        height: 8.8vw;
        margin-bottom: 3.47vw;
    }

    .sec02 .bd li p {
        flex: 1;
        margin: 0 0 0 7vw;
        font-size: 3.6vw;
        line-height: 1.63;
    }

    .sec03 {
        overflow: hidden;
    }

    .sec02 .bg {
        width: 100%;
        top: 2px;
    }

    .sec02 .bg svg {
        fill: #e4e4e4;
        opacity: .2;
    }

    .sec03 .bg {
        top: -2vw;
        width: 100%;
    }

    .sec03 .bg svg {
        opacity: .0285;        
    }

    .sec03 .inner {
        padding: 0 5.86vw;box-sizing: border-box;
    }

    .sec03 a {
        width: auto;
        padding: 9.33vw 0 7.33vw;
    }

    .sec03 a:first-child {
        margin-right: 9.6vw;
    }

    .sec03 .icon {
        width: 30.67vw;
        margin-bottom: 4vw;
    }

    .sec03 .l1 {
        font-size: 4.53vw;
        margin-bottom: 3.33vw;
    }

    .sec03 .l1 span {
        margin-bottom: 1.2vw;
    }

    .sec03 .l1 svg {
        height: .4vw;
    }

    .sec03 .l2 {
        font-size: 3.2vw;
        line-height: 1.45;
        color: #d8eef8;
        text-indent: 0;
    }

    .sec04 {
        padding: 0;
    }

    .sec04 .inner {
        padding: 13.33vw 7.07vw 14.67vw;box-sizing: border-box;
    }

    .sec04 .hd {
        margin-bottom: 8.93vw;
    }

    .sec04 .hd .l1 {
        font-size: 4.27vw;
        color: #000;
        margin-bottom: 3.33vw;
    }

    .sec04 .hd .l2 {
        font-size: 5.33vw;
        color: #000;
        margin-bottom: 6vw;
    }

    .sec04 .hd .l3 {
        font-size: 3.2vw;
    }

    .sec04 .pic {
        right: 7.6vw;
        width: 37.33vw;
    }

    .sec04 .bd {
        font-size: 3.2vw;
        line-height: 1.33;
        margin-bottom: 33.2vw;
    }

    .sec04 .bd .l1 {
        font-size: 4.27vw;
        color: #000;
        line-height: 1;
        margin-bottom: 3.33vw;
    }

    .sec04 .ft {
        width: auto;
        text-align: left;
    }

    .sec04 .ft img {
        width: 33.33vw;
    }

    .newsec01{height:9.6rem;}
    .newsec01 .inner{ padding: 0; top:2.36rem;}
    .newsec01 .inner .text{ padding-left:0.7rem;}
    .newsec01 .l1{ font-size: 0.3rem;}
    .newsec02{padding-top: 0.85rem;}
    .newsec02 .bref{font-size: 0.26rem; padding: 0 0.9rem; box-sizing: border-box; text-align: left;line-height: 2.2;}
    .newsec02 .circleCont{width:100%;}
    .newsec02 .circleCont .cont {
        width: 100%;
        height: 5.92rem;
        background: url(../img/service/sp_1.png) no-repeat;
        background-position: center;
        background-size: 100% auto;
        margin-top: 0.88rem;
        margin-bottom: 0.9rem;
    }
    .newsec02 .textb .img {
        width: 1.36rem;
        height: 1.36rem;
    }
    .newsec02 .textb2 .img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .newsec02 .textb {
        font-size: 0.2rem;
        color: #fff !important;
    }
    .newsec02 .textb1{
        top: 1.2rem;
        left: 1.6rem;
    }
    .newsec02 .textb2 {
        font-size: 0.24rem;
        left: calc(50% - 0.725rem);
        top: 0rem;
    }
    .newsec02 .textb3{
        top: 1.2rem;
        right: 1.66rem;
    }
    .newsec02 .textb1 img {
        width: 0.45rem;
        height: 0.45rem;
    }
    .newsec02 .textb2 img {
        width: 0.49rem;
        height: 0.38rem;
    }
    .newsec02 .textb3 img {
        width: 0.40rem;
        height: 0.38rem;
    }
    .newsec02 .texta{
        width:0.14rem; height:0.14rem; background: #3c9edb;
        top:unset;
    }
    .newsec02 .texta span{
        position: absolute;
        bottom: -0.58rem;
        font-size: 0.28rem;
        white-space: nowrap;
    }
    .newsec02 .texta1 {
        bottom: 1.16rem;
        left: 1rem;
    }
    .newsec02 .texta2 {
        bottom: 0.92rem;
        left: 2.4rem;
    }
    .newsec02 .texta3 {
        bottom: 0.84rem;
        left: 3.76rem;
    }
    .newsec02 .texta4 {
        bottom: 0.92rem;
        right: 2.2rem;
    }
    .newsec02 .texta5 {
        bottom: 1.2rem;
        right: 0.83rem;
    }
    .newsec02 .circleCont .twoLineZc{
        position: absolute;
        font-size: 0.3rem;
        color: #1A6EB5;
        bottom: 1.9rem;
        top:auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .newsec03 .one .inner{align-items: flex-start;justify-content:center;}
    .newsec03 .one{padding-bottom: 11rem; background-image: url(../img/service/sp_4.jpg);background-size: cover;  background-position: center;}
    .newsec03 .one .imglist{}
    .newsec03 .one .text{margin-left:0; margin-right: 0; text-align: center; margin-top: 1.14rem; transform: translateY(0);}
    .newsec03 .one .text .p3{font-size: 0.26rem; color: #666666;line-height: 1.8;margin-top: 0.36rem}
    .newsec03 .one .text .p1{font-size: 0.38rem;}
    .newsec03 .one .text .icon{width: 0.8rem; height: 0.8rem;}
    .newsec03 .two{background: none;}
    .newsec03 .tab{padding: 0; background: linear-gradient(to right,#3ca0dd,#005ead) no-repeat;}
    .newsec03 .tab ul{overflow: unset;}
    .newsec03 .tab li{width:calc(100% / 3); height: 2.04rem;}
    .newsec03 .tab li:hover{background: none;}
    .newsec03 .tab li.on {  background: #55aadf; }
    .newsec03 .tab li p{font-size: 0.26rem;}
    .newsec03 .tab li img{width: 0.55rem; height: 0.55rem;}
    .newsec03 .tab .sjJt{left:calc((100% / 3) / 2); display: none;}
    .newsec03 .zdyScrollbar{height: 1px; background: rgba(0,94,171,0.35); margin-top: 0.52rem;}
    .newsec03 .zdyScrollbar .swiper-scrollbar-drag{
        height: 2px; background: #55a8dd;top: -0.5px;
    }

    /*.newsec03 .one .imglist {  background-image: url(../img/service/sp_2.jpg); background-size: 100% auto; }
  .newsec03 .one .imglist2 {  background-image: url(../img/service/sp_2.jpg); }
   .newsec03 .one .imglist3 {  background-image: url(../img/service/sp_2.jpg); }
   .newsec03 .one .imglist4 {  background-image: url(../img/service/sp_2.jpg); }
   .newsec03 .one .imglist5 {  background-image: url(../img/service/sp_2.jpg); }
   .newsec03 .one .imglist6 {  background-image: url(../img/service/sp_2.jpg); }*/

    .newsec04 .left{padding: 1.48rem 0 1.44rem;display: flex; flex-direction: column;  align-items: center; }
    .newsec04 .inner{padding: 0; flex-direction: column;}
    .newsec04 .text1 p{ text-align: center;}
    .newsec04 .text1 .p1 { font-size: 0.34rem; color: #000202;}
    .newsec04 .text1 .p2 { font-size: 0.44rem; color: #000202; margin: 0.3rem 0 0.5rem;}
    .newsec04 .text1 .p3 { font-size: 0.26rem; color: #666666;}
    .newsec04 .text2 { margin-top: 1.2rem; text-align: center;}
    .newsec04 .text2 .hotline {
        width: 2.7rem; margin-left: 0.3rem;
    }
    .newsec04 .text2 .p2{font-size: 0.42rem;}
    .newsec04 .text2 .ewm {
        width: 3.1rem;
        min-width: unset;
        margin-top: 0.2rem;
        margin-left: 0;
    }
    .newsec04 .text2 .p3{font-size: 0.26rem; margin-top: 0.2rem;}
    .newsec04 .bjCircle{width: 100%;background: #f5fafd; position: relative; height: 10.37rem; left:0;}
    .newsec04 .right .an{
        font-size: 0.28rem;
        height: 0.8rem;
        line-height: 0.8rem;
        border-radius: 0.4rem;
        padding: 0 0.46rem;
    }
    .newsec04 .right .an1 {
        left: 1.5rem;
        top: 1.34rem;
    }
    .newsec04 .right .an2 {
        left: 2.47rem;
        top: 2.78rem;
    }
    .newsec04 .right .an3 {
        left: 1.4rem;
        top: 4.27rem;
        right:unset;
        transform: translate(-50px,0px);
    }
    .newsec04 .right .telimg{
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .newsec04 .right .telimg img{bottom: -0.4rem; position: relative;}
    .newsec05 .one .promise{width: 100%; top: -0.3rem;}
    .newsec05 .two{padding-bottom: 0;}
    .newsec05 .two .inner{padding:0 0.35rem;}
    .newsec05 .two ul{top:-1.3rem;}
    .newsec05 .two ul li{ padding: 0 0.24rem; }
    .newsec05 .two ul li:hover{background: none;}
    .newsec05 .two ul li .img{width: 1.9rem; height: 1.9rem;}
    .newsec05 .two ul li .cont{flex-direction: column; padding: 0.66rem 0.16rem 0.7rem}
    .newsec05 .two ul .text{ max-width: 100%; text-align: left; margin-top: 0.68rem; }
    .newsec05 .two ul .text .p1{font-size: 0.38rem;}
    .newsec05 .two ul .text .p2{font-size: 0.26rem;}
    .newsec05 .one{ padding: 0.88rem 0 2.3rem; }
    .newsec05 .one .inner{padding-left: 0.4rem;}
    .newsec05 .one p{font-size: 0.34rem;}
}