.ClientTop {
    max-width: calc(1920px * 0.7);
    height: 750px;
    position: relative;
}

.ClientDown {
    width: calc(1220px * 0.7);
    height: 295px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: calc(40px * 0.7) ;
    margin: 0 auto;
    margin-top: calc(295px * 0.7);
    margin-bottom: calc(120px * 0.7);

}

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

.ClientDown_left {
    display: flex;
    width: 50%;
}

.ClientDown_left img:hover {
    cursor: pointer;
}

.ClientDown_left .ClientDown_left_t p:hover {
    cursor: pointer;
}
.ClientDown_left .ClientDown_left_t p a{
    color: #FFFFFF;
}
.ClientDown_left img {
    width: calc(210px * 0.7);
    height: auto;
    border-radius: 20px 20px 20px 20px;
    margin: 30px;
}


.ClientDown_left .ClientDown_left_t p:nth-child(1) {
    font-size: calc(48px * 0.7);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: calc(56px * 0.7);
    margin-top: 39px;
}

.ClientDown_left .ClientDown_left_t p:nth-child(2) {
    margin-top: 20px;
}

.ClientDown_left .ClientDown_left_t p:nth-child(3) {
    margin-top: 24px;
}

.ClientDown_left .ClientDown_left_t p:nth-child(2),
.ClientDown_left .ClientDown_left_t p:nth-child(3) {
    font-size: calc(24px * 0.7);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: calc(28px * 0.7);
}

.ClientDown_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.ClientDown_right p:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #7B7B7B;
}

.ClientDown_right_t img {
    width: calc(36px * 0.7);
    height: auto;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 2px solid #FFFFFF;
}

.ClientDown_right_t span {
    font-size: calc(28px * 0.7);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: calc(33px * 0.7);
}

.ClientDown_right p {
    margin-top: 70px;
    margin-right: 123px;
    width: calc(280px * 0.7);
    height: calc(90px * 0.7);
    background: #FFF36B;
    border-radius: 60px 60px 60px 60px;
    text-align: center;
    line-height: calc(90px * 0.7);
    font-size: calc(28px * 0.7);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.ClientDown_right_t {
    line-height: calc(33px * 0.7);
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-top: 22px;
    margin-right: 120px;
}

.ClientTop .ClientBg {
    position: absolute;
    max-width: calc(1920px * 0.7);
    height: auto;
    top: 0;
    z-index: -10;
    left: 0;
}
.ClientTop .ClientBg img{
    width: calc(1920px * 0.7);
    height: calc(1080px * 0.7);
}


.ClientTop .down {
    width: 100%;
    overflow: hidden;

}

.downLeft {
    margin: 50px;
    float: left;
}

.downLeft:hover {
    cursor: pointer;
}

.downLeft img {
    width: calc(315px * 0.7);
    height: auto;
}

.downRight {
    width: calc(275px * 0.7);
    height: calc( 65px * 0.7);
    margin-top: 50px;
    margin-right: 150px;
    background: #fff36b;
    border-radius: 51px 51px 51px 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: calc(28px * 0.7);
}

.downRight:hover {
    cursor: pointer;
    background-color: #7B7B7B !important;
    color: #FFFFFF;
}

.downRight img {
    width: calc(31px * 0.7);
    height: auto;
    margin-right: calc(8px * 0.7);
}

.downRight span {

    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    line-height: calc(33px * 0.7);
}

.line {
    max-width: calc(1160px * 0.7);
    height: 1px;
    background: #7B7B7B;
    margin: 0 auto;
    margin-top: 10px;
}

.line_l {
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: calc(38px * 0.7);
    font-size: calc(26px * 0.7);
    margin-right: 7px;
}

.line_c {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 47px;
}

.line_r {
    font-size: calc(26px * 0.7);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: calc(30px * 0.7);
    margin: 0 10px;
}