.contact-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact-container .title-image {
    width: 454px;
    height: 70px;
    margin-top: 24px;
    margin-bottom: 4px;
}
.contact-container .title-text {
    width: 160px;
    height: 56px;
    margin-bottom: 4px;
}
.contact-container .desc-text {
    font-weight: 500;
    font-size: 30px;
    color: #233863;
    line-height: 42px;
    margin-bottom: 48px;
}
.contact-container .desc-card-wrap {
    display: flex;
    margin-bottom: 48px;
}
.contact-container .desc-card-wrap .first-card {
    margin-right: 28px;
}
.contact-container .desc-card {
    width: 400px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 32px;
    background-image: url(../images/ziyun_bg.png);
    box-shadow: 0px 16px 26px 0px rgba(191, 217, 255, 0.35);
    border-radius: 13px;
    transition: all .3s;
}
.contact-container .desc-image {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-top: 5px;
}
.contact-container .desc-card-text {
    font-weight: 500;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 22px;
    text-wrap: wrap;
}
.contact-container .desc-card-text .spec-text {
    color: #229AF4;
}
.contact-container .click-btn {
    width: 300px;
    height: 109px;
    cursor: pointer;
    background: url("../images/contactBtn.png") no-repeat;
    background-size: cover;
}
.contact-container .click-btn:hover {
    background: url("../images/contactBtnHover.png") no-repeat;
    background-size: cover;
}
.contact-container .extra-text {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 116px;
}
.banner-title {
    margin:100px 0 30px 0;
    width: 500px;
    font-weight: 800;
    font-size: 56px;
    color: #233863;
    line-height: 70px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(to left, #4379FF 0%, #9461D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.yuyuezixun{
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
.yuyuezixun .box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.yuyuezixun .box .item{
    width: 400px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 32px;
    background-image: url("../images/ziyun_bg.png");
    box-shadow: 0px 16px 26px 0px rgba(191,217,255,0.35);
    border-radius: 13px;
    transition: all .3s;
}
.yuyuezixun .box .item:first-child{
    margin-right: 48px;
}
.yuyuezixun .box .item .img{
    width: 58px;
    height: 58px;
}
.yuyuezixun .box .item .img .hover{
    display: none;
}
.yuyuezixun .box .item .text{
    padding-left: 38px;
    width: calc(100% - 58px);
}
.yuyuezixun .box .item .text .tit{
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 22px;
    margin-bottom: 4px;
}
.yuyuezixun .box .item .text .des{
    font-weight: 400;
    font-size: 16px;
    color: #6B7B9B;
    line-height: 22px;
}
.yuyuezixun .box .item .text .tel{
    font-family: "D-DINExp-Bold";
    margin-top: 8px;
    font-size: 28px;
    color: #233863;
    line-height: 30px;
}
.yuyuezixun .box .item .text .btn{
    margin-top: 12px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: #229AF4;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.yuyuezixun .box .item:hover{
    background: #229AF4;
    box-shadow: 0px 16px 26px 0px rgba(191,217,255,0.5);
}
.yuyuezixun .box .item:hover .default{
    display: none;
}
.yuyuezixun .box .item:hover .hover{
    display: block;
}
.yuyuezixun .box .item:hover .text .tit{
    color: #ffffff;
}
.yuyuezixun .box .item:hover .text .des{
    color: #BFE3FF;
}
.yuyuezixun .box .item:hover .text .tel{
    color: #ffffff;
}
.yuyuezixun .box .item:hover .text .btn{
    background: #ffffff;
    color: #233863;
}
/*移动端*/
@media screen and (max-width: 768px) {
    .m-deep {
        background-image: url("../images/m-banner-bg-03.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 793px;
        height: auto;
    }
    .m-contact-box {
        position: relative;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m-deep .title-image {
        width: 327px;
        height: 50px;
        margin-bottom: 4px;
    }
    .m-deep .title-text {
        width: 160px;
        height: 56px;
        margin-bottom: 4px;
    }
    .m-deep .desc-text {
        width: 70%;
        font-weight: 500;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }
    .m-deep .desc-card {
        width: 90%;
        padding: 30px 16px;
        background-size: 100% 100%;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 32px;
        background-image: url(../images/ziyun_bg.png);
        box-shadow: 0px 16px 26px 0px rgba(191, 217, 255, 0.35);
        border-radius: 13px;
        transition: all .3s;
    }
    .desc-card .spec-text {
        color: #229AF4;
    }
    .m-deep .first-card {
        margin-bottom: 24px;
    }
    .m-deep .click-btn {
        width: 220px;
        height: 80px;
        cursor: pointer;
        background: url("../images/contactBtn.png") no-repeat;
        background-size: cover;
        margin-bottom: 4px;
    }
    .m-deep .extra-text {
        padding: 0 24px;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 26px;
    }
    .banner-title {
        margin:0px 0 10px 0;
    }
    .yuyuezixun{
        margin-top: 14px;
    }
    .yuyuezixun .box{
        display: block;
    }
    .yuyuezixun .box .item{
        width: 100%;
        padding: 30px 16px;
        background-size: 100% 100%;
    }
    .yuyuezixun .box .item:first-child{
        margin-right: 0;
        margin-bottom: 21px;
    }
    .yuyuezixun .box .item .text{
        padding-left: 20px;
    }
    .yuyuezixun .box .item .text .btn{
        margin-top: 8px;
    }
}