.zhuheBox {
    box-sizing: content-box;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/lunbo/banner7.png") no-repeat;
    background-size: 100% 100%;
}

.banner_content {
    height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_content_left {
    margin-right: 340px;
}

.banner_content_left .main-title {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner_content_left .main-subtitle {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
}

.banner_content_left .main-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 550px;
    margin: 50px 0 40px 0;
}

.banner_content_left .banner_bottom_btn {
    display: flex;
}

.banner_content_left .banner_bottom_btn .bottom_btn {
    display: flex;
    width: 160px;
    height: 46px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-right: 20px;
    cursor: pointer;
}

.banner_content_left .banner_bottom_btn .bottom_btn:hover {
    color: #2672F0;
    background-color: #ffffff;
}

.banner_content_right {
    position: relative;
    margin-top: 300px;
}

.banner_content_right .img {
    position: absolute;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.img1 {
    bottom: 0;
    left: 0;
}

.img2 {
    bottom: -54px;
    left: -168px;
}

.img3 {
    bottom: -130px;
    left: -290px;
}

.img4 {
    bottom: -174px;
    left: -335px;
}

.dingzhi {
    padding: 50px 0;
    background: #ffffff;
}
.titlebd {
    text-align: center;
    padding: 50px 0;
}

.titlebd .titlebd_t {
    color: #323232;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
}

.titlebd .titlebd_des {
    font-size: 24px;
    line-height: 63px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.50);
}

.service .list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.service .list .item {
    padding: 50px 30px;
    flex: 0 0 25%;
    max-width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.service .list .item .svgImg {
    margin-bottom: 30px;
    text-align: center;

    svg:hover{
        cursor: pointer;
        transform: scale(1.1);
    }

    svg:active{
        cursor: pointer;
        animation: rotateAndFade 2s linear infinite;
    }
}

@keyframes rotateAndFade {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0;
    }
}

.service .list .item .title {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service .list .item .text {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.quality-list {
    width: 1200px;
    margin: 0 auto;
}

.quality-list .list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.quality-list .list .item {
    padding: 50px 40px;
    flex: 0 0 25%;
    max-width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.quality-list .list .item .svgImg {
    margin-bottom: 30px;
    text-align: center;
}

.quality-list .list .item .title {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.quality-list .list .item .text {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 90px;
}

.quality-list .list .item .footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}

.quality-list .list .item .footer-btn>span {
    color: #014AE0;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.programme {
    background: #FAFAFA;
}

.programme .programme-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.programme .programme-list .left-list-item {
    display: flex;
    flex-direction: column;
}

.programme .programme-list .left-list-item .item {
    width: 595px;
    height: 150px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.programme .programme-list .left-list-item .item .item-right {
    margin-left: 30px;
}

.programme .programme-list .left-list-item .item .item-right .item-title {
    color: #014AE0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.programme .programme-list .left-list-item .item .item-right .item-subtitle {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}


.programme .programme-list .right-list-item {
    display: flex;
    flex-direction: column;
}

.programme .programme-list .right-list-item .item {
    width: 595px;
    height: 150px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.programme .programme-list .right-list-item .item .item-right {
    margin-left: 30px;
}

.programme .programme-list .right-list-item .item .item-right .item-title {
    color: #014AE0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.programme .programme-list .right-list-item .item .item-right .item-subtitle {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.procedure {

}

.procedure .procedure-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.procedure .procedure-list .item {
    display: flex;
    width: 200px;
    height: 250px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(180deg, #E7EFFD 0%, #FFF 100%);
}

.procedure .procedure-list .item .item-step {
    color: #014AE0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.procedure .procedure-list .item .item-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.procedure .procedure-list .item .item-content {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}


.procedure .procedure-list-bottom {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.procedure .procedure-list-bottom .item {
    display: flex;
    width: 200px;
    height: 250px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(180deg, #E7EFFD 0%, #FFF 100%);
}

.procedure .procedure-list-bottom .item .item-step {
    color: #014AE0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.procedure .procedure-list-bottom .item .item-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.procedure .procedure-list-bottom .item .item-content {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.footer-bottom {
    margin: 30px auto 100px auto;
    text-align: center;
}