.service-header{
    height: 408px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: url("/sitefiles/library/images/2021/8/d82c8b519897ca47.png");
}
.service-header .title{
    font-size: 56px;
    font-weight: bold;
    color: #ffffff;
}
.service-header .text{
    font-size: 30px;
    color: #ffffff;
    margin-top: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    margin-bottom: 60px;
}
.insurance-list{
    display: flex;
    margin-top: -80px;
    margin-bottom: 88px;
}
.insurance-list > div{
    display: flex;
    height: 160px;
    width: 25%;
    padding: 0 24px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
}

.insurance-list > div .title{
    font-size: 24px;
    margin-bottom: 20px;
}
.insurance-list > div .text{
    font-size: 18px;
    color: #999999;
}
.insurance-list > div.active .text{
    color: #ffffff;
}
.insurance-list > div.active{
    color: #ffffff;
    background: url("/sitefiles/library/images/2021/8/30f9ca5937e6d573.png") no-repeat;
}
.insurance-list > div:last-child{
    margin-right: 0;
}
.signal-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.signal-box .title{
    font-size: 24px;
    font-weight: bold;
    color: #0086E4;
    margin-bottom: 20px;
}
.signal-box .title{
    font-size: 24px;
    font-weight: bold;
    color: #0086E4;
    margin-bottom: 20px;
}
.signal-box .text{
    font-size: 20px;
}
.signal-box .text{
    font-size: 20px;
}
.signal-box .content{
    flex: 1;
}
.signal-box .process-list{
    display:flex;
    justify-content: space-between;
    margin-top: 35px;
}
.signal-box .process-list .item{
    text-align: center;
}
.signal-box .process-list .item .color-grey{
    margin-top: 10px;
}
.signal-box .process-list .arrow{
    min-width: 24px;
    height: 18px;
    margin-top: 45px;
    background-position: -973px 0; 
}
.signal-box .process-list .icon{
    width: 33px;
    height: 33px;
    margin-bottom: 9px;
}
.signal-box .process-list .icon1{
    background-position: -628px 0;
}
.signal-box .process-list .icon2{
    background-position: -672px 0;
}
.signal-box .process-list .icon3{
    background-position: -718px 0;
}
.signal-box .process-list .icon4{
    background-position: -762px 0;
}
.signal-box .process-list .icon5{
    background-position: -804px 0;
}
.signal-box .process-list .icon6{
    background-position: -848px 0;
}
.signal-box .process-list .icon7{
    background-position: -892px 0;
}
.signal-box .process-list .icon8{
    background-position: -933px 0;
}
.signal-box .signal1{
    width: 400px;
    height: 445px;
    background: url("/sitefiles/library/images/2021/8/2ab8c4584e2399b7.png") no-repeat;
}
.signal-box .signal2{
    width: 477px;
    height: 477px;
    background: url("/sitefiles/library/images/2021/8/4ff0f21aef4121f.png") no-repeat;
}
.signal-box .signal3{
    width: 457px;
    height: 454px;
    background: url("/sitefiles/library/images/2021/8/cb48d95c6e349bc4.png") no-repeat;
}

.compensation-box{
    display: flex;
}
.compensation-box .compensation-border{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.compensation-box .compensation-border > div{
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    position: relative;
}
.compensation-box .compensation-border.left > div:before{
    content: '';
    width: 0;
    height: 0;
    border: 15px solid;
    border-right: 0;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -20px;
    border-color: transparent white;
}
.compensation-box .compensation-border.right > div:before{
    content: '';
    width: 0;
    height: 0;
    border: 15px solid;
    border-left: 0;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -20px;
    border-color: transparent white;
}
.compensation-box .compensation-border > div .color-blue{
    display: flex;
    align-items: center;
}
.compensation-box .compensation-border > div .font20{
    line-height: 30px;
}
.compensation-box .compensation-center{
    width: 508px;
    height: 438px;
    margin: 30px 0;
    background: url("/sitefiles/library/images/2021/8/8304107baf5602cb.png") no-repeat;
}
.compensation-box .zys-icon{
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.compensation-box .compensation-icon1{
    background-position: -628px -38px;
}
.compensation-box .compensation-icon2{
    background-position: -710px -38px;
}
.compensation-box .compensation-icon3{
    background-position: -672px -38px;
}
.compensation-box .compensation-icon4{
    background-position: -754px -38px;
}
.compensation-footer{
    height: 455px;
    margin-top: 88px;
    background: url("/sitefiles/library/images/2021/8/f4f5365976c50366.png") no-repeat;
}
.compensation-footer .title{
    height: 167px;
    line-height: 167px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.compensation-list{
    display: flex;
    background: #ffffff;
    font-size: 20px;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0 0 32px rgb(51 51 51 / 10%);
}
.compensation-list .item{
    padding: 30px 20px;
    width: 100%;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px #e5f3fc solid;
}
.compensation-list .item .zys-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
}
.compensation-list .item:nth-child(1) .zys-icon{
    background-position: -440px -149px;
}
.compensation-list .item:nth-child(2) .zys-icon{
    background-position: -490px -149px;
}
.compensation-list .item:nth-child(3) .zys-icon{
    background-position: -542px -149px;
}
.compensation-list .item:nth-child(4) .zys-icon{
    background-position: -592px -149px;
}
.compensation-list .item:nth-child(5) .zys-icon{
    background-position: -644px -149px;
}
.compensation-list .item:nth-child(6) .zys-icon{
    background-position: -694px -149px;
}
.compensation-list .item:before{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #E5F3FC;
    right: -16px;
    top: 70px;
    box-sizing: border-box;
    background: url("/sitefiles/library/images/2021/8/44ce0824048cac28.png");
    background-position: -782px -31px;
}
.compensation-list .item:last-child{
    border-right: none;
}
.compensation-list .item:last-child:before{
    display: none;
}

.guarantee-footer{
    height: 606px;
    padding-top: 80px;
    background: url("/sitefiles/library/images/2021/8/f9f7899325742a97.png") no-repeat;
}
.guarantee-footer-list{
    display: flex;
    background: #ffffff;
    font-size: 20px;
    margin-top: 60px;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0 0 32px rgb(51 51 51 / 10%);
}
.guarantee-footer-list .item{
    padding: 30px 10px;
    width: 100%;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px #e5f3fc solid;
}
.guarantee-footer-list .item .radius{
    width: 66px;
    height: 66px;
    background: linear-gradient(0deg, #63BFFF 0%, #0086E4 100%);
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guarantee-footer-list .item .radius .zys-icon{
    width: 32px;
    height: 32px;
}
.guarantee-footer-list .item:nth-child(1) .zys-icon{
    background-position: 3px -226px;
}
.guarantee-footer-list .item:nth-child(2) .zys-icon{
    background-position: -37px -226px;
}
.guarantee-footer-list .item:nth-child(3) .zys-icon{
    background-position: -76px -226px;
}
.guarantee-footer-list .item:nth-child(4) .zys-icon{
    background-position: -113px -226px;
}
.guarantee-footer-list .item:nth-child(5) .zys-icon{
    background-position: -148px -226px;
}
.guarantee-footer-list .item:nth-child(6) .zys-icon{
    background-position: -186px -222px;
}
.guarantee-footer-list .item:nth-child(7) .zys-icon{
    background-position: -221px -224px;
}
.guarantee-footer-list .item:before{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #E5F3FC;
    right: -16px;
    top: 70px;
    box-sizing: border-box;
    background: #ffffff url("/sitefiles/library/images/2021/8/44ce0824048cac28.png");
    background-position: -782px -31px;
}
.guarantee-footer-list .item:last-child{
    border-right: none;
}
.guarantee-footer-list .item:last-child:before{
    display: none;
}
.guarantee-footer button{
    width: 360px;
    height: 72px;
    line-height: 72px;
    border-radius: 4px;
    margin-top: 60px;
    font-size: 24px;
}
.guarantee-footer button:hover{
    
}

.insurance-box{
    display: flex;
    padding-bottom: 64px;
    align-items: center;
}
.insurance-box .insurance-img{
    width: 466px;
    height: 366px;
    margin-right: 170px;
    background: url("/sitefiles/library/images/2021/8/b2c7b09a003b68d4.png");
}
.insurance-master-list{
    display: flex;
    border: 1px solid #EEEEEE;
    margin-top: 30px;
    margin-bottom: 60px;
}
.insurance-master-list .item{
    width: 100%;
    border-right: 1px solid #EEEEEE;
    text-align: center;
    padding-bottom: 30px;
}
.insurance-master-list .item:last-child{
    border-right: none;
}
.insurance-master-list .item .title{
    font-size: 20px;
    font-weight:bold;
    margin-top: 30px;
}
.insurance-master-list .item .text{
    font-size: 16px;
    margin-top: 18px;
}
.insurance-master-list .item .img {
    height: 210px;
    overflow: hidden;
}
.insurance-master-list .item .img img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.insurance-master-list .item .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.guarantee-box{
    display: flex;
    align-items: center;
    position: relative;
}
.guarantee-box .guarantee-bg{
    width: 545px;
    height: 521px;
    background: url("/sitefiles/library/images/2021/8/3f6deaf4e40ad92a.png");
}
.guarantee-box .guarantee-list{
    width: 100%;
    flex: 1;
    margin-left: 110px;
}
.guarantee-box .guarantee-list > div{
    display: flex;
}
.guarantee-box .guarantee-list > div .item{
    display: flex;
    align-items: center;
    font-size: 20px;
    width: 100%;
}
.guarantee-box .guarantee-list > div .zys-icon{
    width: 32px;
    height: 34px;
    margin-right: 10px;
}
.guarantee-box .guarantee-list > div .icon1{
    background-position: -622px -75px;
}
.guarantee-box .guarantee-list > div .icon2{
    background-position: -663px -75px;
}
.guarantee-box .guarantee-list > div .icon3{
    background-position: -699px -75px;
}
.guarantee-box .guarantee-list > div .icon4{
    background-position: -740px -75px;
}
.guarantee-box .guarantee-list > div .icon5{
    background-position: -781px -75px;
}
.guarantee-box .guarantee-list > div .icon6{
    background-position: -820px -75px;
}
.guarantee-box .guarantee-list > div span{
    flex: 1;
}