body {
    background: #F5F5F7
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06)
}

.service1 {
    position: relative
}

.service1 img {
    width: 100%
}

.service1 .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1440px;
    z-index: 5
}

.service1 .wrap .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    margin: 0 0 28px
}

.service1 .wrap .p2 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 32px
}

.service2 {
    padding: 100px 0 120px
}

.service2 .wrap {
    width: 1440px;
    margin: auto
}

.service2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin: 0 0 50px
}

.service2 .wrap .content {
    display: flex;
    justify-content: space-between
}

.service2 .wrap .content .item {
    width: 460px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 50px 50px 35px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer
}

.service2 .wrap .content .item .common_bg {
    opacity: 0;
    transition: .6s ease
}

.service2 .wrap .content .item:hover .common_bg {
    opacity: 1
}

.service2 .wrap .content .item:hover .more p {
    color: #007EBC
}

.service2 .wrap .content .item:hover .more .iconfont {
    color: #007EBC
}

.service2 .wrap .content .item .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #000000
}

.service2 .wrap .content .item .p2 {
    width: 305px;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    margin: 32px 0 0 0
}

.service2 .wrap .content .item .more {
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;
    gap: 0 8px
}

.service2 .wrap .content .item .more p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    transition: .6s ease
}

.service2 .wrap .content .item .more .iconfont {
    color: #333333;
    font-size: 14px;
    transition: .6s ease
}

.service3 {
    padding: 0
}

.service3 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center
}

.service3 .wrap .content {
    margin: 60px 0 0 0;
    display: flex;
    justify-content: center
}
.service3 .wrap .content .item_flex{
    display: flex;
}
.service3 .wrap .content .next {
    margin: 80px 16px 0 16px
}

.service3 .wrap .content .next img {
    width: 49px
}

.service3 .wrap .content .item:hover .circle {
    border: 3px solid transparent !important
}

.service3 .wrap .content .item:hover .circle:after {
    opacity: 1
}

.service3 .wrap .content .item:hover .circle .iconfont, .service3 .wrap .content .item:hover .circle p {
    color: #fff
}

.service3 .wrap .content .item:hover .text {
    color: #333
}


.service3 .wrap .content .item.bor .circle {
    background: transparent;
    border: 3px solid #007EBC
}

.service3 .wrap .content .item .circle {
    width: 200px;
    height: 200px;
    background: #FDFEFE;
    border-radius: 50%;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 3px solid transparent;
    transition: .6s ease
}

.service3 .wrap .content .item .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(235deg, #009B4C, #007EBC);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0;
    transition: .6s ease
}

.service3 .wrap .content .item:hover .iconfont img:first-child{
    opacity: 0;
}
.service3 .wrap .content .item:hover .iconfont img:nth-child(2){
    opacity: 1!important;
}
.service3 .wrap .content .item_flex:nth-child(2) .item .circle .iconfont{
    transform: scale(1.3);
}

.service3 .wrap .content .item .circle .iconfont {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #007EBC;
    transition: .6s ease;
    position: relative;
}
.service3 .wrap .content .item .circle .iconfont img{
    transition: .6s;
    object-fit: contain;
}
.service3 .wrap .content .item .circle .iconfont img:nth-child(2){
    position: absolute;
    opacity: 0;
}

.service3 .wrap .content .item .circle p {
    font-weight: 500;
    font-size: 18px;
    color: #007EBC;
    margin: 12px 0 0 0;
    transition: .6s ease
}

.service3 .wrap .content .item .xia {
    width: 30px;
    height: 26px;
    margin: 0 auto 33px;
    background: linear-gradient(0deg, #007EBC, rgba(255, 255, 255, 0));
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0)
}

.service3 .wrap .content .item .text {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    transition: .6s ease
}

.service4 {
    padding: 120px 0
}

.service4 .wrap {
    width: 1440px;
    margin: auto
}

.service4 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin: 0 0 50px
}

.service4 .wrap .content {
    display: flex;
    height: 450px
}

.service4 .wrap .content .l, .service4 .wrap .content .r {
    width: 50%;
    height: 100%
}

.service4 .wrap .content .l {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.service4 .wrap .content .l .big_iconfont {
    color: #333333;
    font-size: 54px;
    margin: 0 0 42px
}

.service4 .wrap .content .l .p1 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin: 0 0 30px
}

.service4 .wrap .content .l .tel {
    font-weight: 800;
    font-size: 36px;
    color: #000000
}

.service4 .wrap .content .l .more {
    margin: 53px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px
}

.service4 .wrap .content .l .more p {
    font-weight: bold;
    font-size: 16px;
    color: #007EBC
}

.service4 .wrap .content .l .more .iconfont {
    font-size: 14px;
    color: #007EBC
}

.service4 .wrap .content .r {
    overflow: hidden;
    border-radius: 0 15px 15px 0
}

.service4 .wrap .content .r:hover img {
    transform: scale(1.05)
}

.service4 .wrap .content .r img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.fixed_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: .6s ease
}

.fixed_alert.on {
    pointer-events: auto;
    opacity: 1
}

.fixed_alert.on .content {
    opacity: 1;
    transform: translateY(0)
}

.fixed_alert .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3)
}

.fixed_alert .content {
    width: 960px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 80px 80px 100px 80px;
    position: relative;
    z-index: 3;
    transform: translateY(20px);
    opacity: 0;
    transition: .6s ease
}

.fixed_alert .content .close {
    width: 44px;
    height: 44px;
    background: #007EBC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    transition: .3s ease
}

.fixed_alert .content .close:hover {
    background: #0370a6
}

.fixed_alert .content .close:hover svg {
    transform: rotate(-90deg)
}

.fixed_alert .content .close svg {
    width: 18px;
    height: 18px;
    transition: .6s
}

.fixed_alert .content .close svg path {
    fill: #fff
}

.fixed_alert .content .title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin: 0 0 38px
}

.fixed_alert .content .flex {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    padding: 31px 0 0 0
}

.fixed_alert .content .flex h5 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin: 0 0 20px;
    position: relative
}

.fixed_alert .content .flex h5:after {
    content: '';
    position: absolute;
    top: 9px;
    left: -18px;
    width: 6px;
    height: 6px;
    background: #007EBC;
    border-radius: 50%
}

.fixed_alert .content .flex p {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 30px
}

@media screen and (max-width: 1919px) {
    .service1 .wrap{
        width: 75vw;
    }
    .service1 .wrap .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.4583333333vw;
    }
    .service1 .wrap .p2{
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
    }
    .service2{
        padding: 5.2083333333vw 0px 6.25vw;
    }
    .service2 .wrap{
        width: 75vw;
    }
    .service2 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .service2 .wrap .content .item{
        width: 23.9583333333vw;
        height: 14.5833333333vw;
        border-radius: 0.625vw;
        padding: 2.6041666667vw 2.6041666667vw 1.8229166667vw;
    }
    .service2 .wrap .content .item .p1{
        font-size: 1.25vw;
    }
    .service2 .wrap .content .item .p2{
        width: 15.8854166667vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 1.6666666667vw 0px 0px;
    }
    .service2 .wrap .content .item .more{
        margin: 3.125vw 0px 0px;
        gap: 0px 0.4166666667vw;
    }
    .service2 .wrap .content .item .more p{
        font-size: 0.8333333333vw;
    }
    .service2 .wrap .content .item .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .service3 .wrap .title{
        font-size: 1.875vw;
    }
    .service3 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .service3 .wrap .content .next{
        margin: 4.1666666667vw 0.8333333333vw 0px;
    }
    .service3 .wrap .content .next img{
        width: 2.5520833333vw;
    }
    .service3 .wrap .content .item:hover .circle{
        border: 0.15625vw solid transparent !important;
    }
    .service3 .wrap .content .item.bor .circle{
        border: 0.15625vw solid rgb(0, 126, 188);
    }
    .service3 .wrap .content .item .circle{
        width: 10.4166666667vw;
        height: 10.4166666667vw;
        margin: 0px auto 1.4583333333vw;
        border: 0.15625vw solid transparent;
    }
    .service3 .wrap .content .item .circle::after{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0.5208333333vw 1.0416666667vw 0px;
    }
    .service3 .wrap .content .item .circle .iconfont{
        width: 1.6666666667vw;
        height: 1.6666666667vw;
    }
    .service3 .wrap .content .item .circle p{
        font-size: 0.9375vw;
        margin: 0.625vw 0px 0px;
    }
    .service3 .wrap .content .item .xia{
        width: 1.5625vw;
        height: 1.3541666667vw;
        margin: 0px auto 1.71875vw;
    }
    .service3 .wrap .content .item .text{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .service4{
        padding: 6.25vw 0px;
    }
    .service4 .wrap{
        width: 75vw;
    }
    .service4 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .service4 .wrap .content{
        height: 23.4375vw;
    }
    .service4 .wrap .content .l .big_iconfont{
        font-size: 2.8125vw;
        margin: 0px 0px 2.1875vw;
    }
    .service4 .wrap .content .l .p1{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .service4 .wrap .content .l .tel{
        font-size: 1.875vw;
    }
    .service4 .wrap .content .l .more{
        margin: 2.7604166667vw 0px 0px;
        gap: 0px 0.5208333333vw;
    }
    .service4 .wrap .content .l .more p{
        font-size: 0.8333333333vw;
    }
    .service4 .wrap .content .l .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .service4 .wrap .content .r{
        border-radius: 0px 0.78125vw 0.78125vw 0px;
    }
    .fixed_alert .content{
        width: 50vw;
        height: 31.25vw;
        border-radius: 0.625vw;
        padding: 4.1666666667vw 4.1666666667vw 5.2083333333vw;
        transform: translateY(1.0416666667vw);
    }
    .fixed_alert .content .close{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
        top: 1.0416666667vw;
        right: 1.5625vw;
    }
    .fixed_alert .content .close svg{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .fixed_alert .content .title{
        font-size: 1.25vw;
        margin: 0px 0px 1.9791666667vw;
    }
    .fixed_alert .content .flex{
        padding: 1.6145833333vw 0px 0px;
    }
    .fixed_alert .content .flex h5{
        font-size: 0.9375vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .fixed_alert .content .flex h5::after{
        top: 0.46875vw;
        left: -0.9375vw;
        width: 0.3125vw;
        height: 0.3125vw;
    }
    .fixed_alert .content .flex p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
}

@media screen and (max-width: 1024px) {
    .service1{
        margin: 60px 0 0 0;
    }
    .service1 .wrap{
        width: 90%;
    }
    .service1 img {
        height: 364px;
    }
    .service1 .wrap .p1 {
        font-size: 24px;
        margin: 0px 0px 25px;
    }
    .service1 .wrap .p2{
        font-size: 14px;
        line-height: 25px;
    }
    .service2{
        padding: 50px 0;
    }
    .service2 .wrap .title{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .service2 .wrap{
        width: 90%;
    }
    .service2 .wrap .content{
        flex-direction: column;
    }
    .service2 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 7px;
        padding: 30px 5%;
    }
    .service2 .wrap .content .item:not(:last-child) {
        margin: 0 0 15px;
    }
    .service2 .wrap .content .item .p1{
        font-size: 18px;
    }
    .service2 .wrap .content .item .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin: 7px 0 0 0;
    }
    .service2 .wrap .content .item .more{
        margin: 25px 0 0 0;
        gap: 10px;
    }
    .service2 .wrap .content .item .more p{
        font-size: 12px;
    }
    .service2 .wrap .content .item .more .iconfont{
        font-size: 12px;
    }
    .service3{
        padding: 20px 0;
    }
    .service3 .wrap .title{
        font-size: 24px;
    }
    .service3 .wrap .content{
        margin: 45px 0 0 0;
    }
    .service4 .wrap{
        width: 90%;
    }
    .service4 .wrap .title{
        font-size: 24px;
        margin: 0 0 22px;
    }
    .service4 .wrap .content{
        height: auto;
        flex-direction: column-reverse;
    }
    .service4 .wrap .content .l, .service4 .wrap .content .r{
        width: 100%;
    }
    .service4 .wrap .content .r{
        border-radius: 7px;
    }
    .service4 .wrap .content .l{
        padding: 35px 5%;
    }
    .service4 .wrap .content .l .big_iconfont{
        font-size: 28px;
        margin: 0 0 20px;
    }
    .service4 .wrap .content .l .p1{
        font-size: 13px;
        margin: 0 0 10px;
    }
    .service4 .wrap .content .l .tel {
        font-size: 28px;
    }
    .service4 .wrap .content .l .more {
        margin: 15px 0 0 0;
        gap: 0 7px;
    }
    .service4 .wrap .content .l .more p{
        font-size: 14px;
    }
    .service4 .wrap .content .l .more .iconfont{
        font-size: 14px;
    }
    .service3 .wrap .content .next{
        display: none;
    }
    .service3 .wrap .content .item .circle{
        width: 105px;
        height: 105px;
        margin: 0 auto 18px;
    }
    .service3 .wrap .content .item .circle .iconfont{
        width: 25px;
        height: 25px;
    }
    .service3 .wrap .content .item .circle p{
        margin: 7px 0 0 0;
        font-size: 13px;
    }
    .service3 .wrap .content .item .xia {
        width: 15px;
        height: 10px;
        margin: 0px auto 10px;
    }
    .service3 .wrap .content .item .text{
        font-size: 13px;
        line-height: 25px;
    }
    .service3 .wrap .content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .service3 .wrap .content .item_flex{
        justify-content: center;
    }
    .service3 .wrap .content{
        gap: 25px 0;
    }
}
