.desc-wrap h2 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    margin: 81px 0 19px;
    text-align: center;
}
.desc-wrap small {
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    text-align: center;
    margin-bottom: 40px;
}
.desc-wrap p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}



.desc-wrap.t11 {
    margin: 159px 0 127px;
}
.desc-wrap.t11 .wrap {
    width: 260px;
    height: 260px;
    border: 10px solid rgba(3, 95, 189, .15);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.desc-wrap.t11 .wrap > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    transform: translateY(100%);
    border-radius: 50%;
}
.desc-wrap.t11 .wrap:hover > img {
    transform: translateY(0);
}
.desc-wrap.t11 h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 20px 0 10px;
}
.desc-wrap.t11 span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}



.desc-wrap.t12 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}





.desc-wrap.t13  {
    margin-top: 120px;
}
.desc-wrap.t13 .desc .icons {
    display: flex;
    justify-content: center;
}
.desc-wrap.t13 .desc img {
    display: block;
    width: 48px;
    object-fit: contain;
}
.desc-wrap.t13 .desc img + img {
    margin-left: 53px;
}
.desc-wrap.t13 .desc {
    flex: 1;
    width: 0%;
}
.desc-wrap.t13 .desc h2 {
    margin-top: unset;
}
.desc-wrap.t13 .cover {
    width: 580px;
    height: 580px;
    border-radius: 50%;
    overflow: hidden;
}
.desc-wrap.t13 .cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desc-wrap.t13 .rw {
    display: flex;
    align-items: center;
}
.desc-wrap.t13 .rw + .rw {
    flex-direction: row-reverse;
    margin-top: 36px;
}




.desc-wrap.t14  {
    margin-top: 120px;
}
.desc-wrap.t14 .container {
    border-radius: 30px;
    background: #F2F6FA;
    padding: 80px 15px;
}
.desc-wrap.t14 h2 {
    margin: unset;
}
.desc-wrap.t14 form {
    max-width: 900px;
    margin: 0 auto;
}
.desc-wrap.t14 .rw {
    display: flex;
    margin-bottom: 30px;
}
.desc-wrap.t14 .input-wrap {
    flex: 1;
    background: #fff;
}
.desc-wrap.t14 .input-wrap + .input-wrap {
    margin-left: 30px;
}
.desc-wrap.t14 button {
    border: unset;
    outline: unset;
    display: block;
    margin: 30px auto 0;
    width: 210px;
    height: 50px;
    background: #035FBD;
    color: #fff;
}


@media screen and (max-width: 640px) {
    .container {
        width: 100%;
    }
    .desc-wrap.t11 {
        margin: 0;
    }
    .desc-wrap h2 {
        margin: 40px 0 10px;
        font-size: 28px;
        line-height: 1.6;
    }
    .desc-wrap small {
        font-size: 14px;
        line-height: 1.4;
    }
    .desc-wrap.t11 .wrap {
        width: 170px;
        height: 170px;
        border-radius: 15px;
    }
    .desc-wrap.t11 .wrap .icon img {
        width: 40px;
    }
    .desc-wrap.t11 .wrap > img {
        border-radius: 8px;
    }
    .desc-wrap.t11 h3 {
        font-size: 18px;
        margin: 6px 0;
    }
    .desc-wrap.t11 span {
        font-size: 14px;
    }
    .desc-wrap.t11 .col {
        padding: 15px;
    }


    .desc-wrap.t13 {
        margin-top: 60px;
    }
    .desc-wrap.t13 .rw {
        display: flex;
        flex-direction: column-reverse;
    }
    .desc-wrap.t13 .rw + .rw {
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .desc-wrap.t13 .desc {
        flex: 1;
        width: unset;
    }
    .desc-wrap.t13 .cover {
        width: 100%;
        height: unset;
        border-radius: 8px;
    }
    .desc-wrap.t13 .desc img {
        width: 30px;
    }
    .desc-wrap.t13 .desc h2 {
        font-size: 24px;
    }
    .desc-wrap.t13 .desc img + img {
        margin-left: 20px;
    }
    .desc-wrap p {
        font-size: 14px;
    }
    .desc-wrap small {
        margin-bottom: 20px;
    }
    .desc-wrap.t14 {
        margin: 60px 15px;
    }
    .desc-wrap.t14 .input-wrap + .input-wrap {
        margin-left: 15px;
    }
    .desc-wrap.t14 .rw {
        margin-bottom: 15px;
    }
    .desc-wrap.t13 .desc .icons {
        margin-bottom: 20px;
    }
}
