h2{
    padding: 60px 0px;
    margin: 0 auto;
}
.banner_main_left .logo {
    width: 124px;
    height: 29px;
    margin-bottom: 25px;
}

.banner_main span {
    /* margin-top: 0px; */
}

.introduce {
    background: #f7f8fb;
}

.introduce_main {
    padding: 60px 0px;
    display: flex;
    align-items: center;
}

.introduce_main_l {
    width: 466px;
    height: 224px;
}

.introduce_main_r {
    width: 523px;
    margin-left: 67px;
}

.introduce_main_r h2 {
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    padding: 0px;
}

.introduce_main_r p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 31px;
}

.pressure {
    background-color: #fff;
    padding: 60px 0px;
}

.pressure_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pressure_main_l {
    width: 636px;
}

.pressure_main_l h2 {
    font-weight: 500;
    text-align: left;
    padding: 0px;
}

.pressure_main_l p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 31px;
    padding: 30px 0px 22px 0px;
}

.pressure_main_l ul {
    width: 100%;
    padding: 28px 0px;
    background: linear-gradient(176deg, #f5f7f9 6%, #ffffff 100%);
    box-shadow: -8px -8px 20px 0px #ffffff, 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
}

.pressure_main_l ul li {
    display: flex;
    align-items: center;
    padding-bottom: 12px;

}

.pressure_main_l ul li:last-child {
    padding-bottom: 0px;
}

.pressure_main_l ul li img {
    width: 32px;
    height: 32px;
    margin-left: 12px;
}

.pressure_main_l ul li span {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #333333;
    line-height: 20px;
    margin-left: 5px;
}

.pressure_main_r {
    width: 427px;
    height: 422px;
}

.data {
    padding: 60px 0px;
    background-image: url(https://files.yuanian.com/yuanian/public_image/product_bg_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.data_main {
    width: 1000px;
    margin: 0 auto;
}

.data_main h2 {
    font-weight: 500;
    padding: 0px;
}

.data_main p {
    width: 803px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 27px;
    padding: 28px 0px 20px 0px;
    margin: 0 auto;
}

.data_main .img_box {
    width: 1000px;
    height: 276px;
    background: linear-gradient(176deg, #f5f7f9 6%, #ffffff 100%);
    box-shadow: -8px -8px 20px 0px #ffffff, 0px 8px 8px 0px rgba(55, 99, 170, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
}

.data_main .img_box img {
    width: 875px;
    height: 233px;
}

.promote {
    background-color: #fff;
    padding-bottom: 60px;
}

.promote_main h2 {
    line-height: 42px;
}

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

.promote_content dl {
    width: 450px;
    height: 193px;
    padding: 23px 60px 0px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.promote_content dl:nth-child(1) {
    background-image: url(/static/yuanian/page_image/Al/xyjt/bg1.png);
}

.promote_content dl:nth-child(2) {
    background-image: url(/static/yuanian/page_image/Al/xyjt/bg2.png);
}

.promote_content dl dt h6 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 25px;
}

.promote_content dl dt h6 span {
    width: 29px;
    height: 29px;
    background: #d0171b;
    border-radius: 50%;
    display: inline-block;
    font-size: 22px;
    text-align: center;
    color: #fff;
}

.promote_content dl dd {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 29px;
    padding-top: 13px;
}

.person {
    background: #f7f8fb;
    padding: 40px 0px 60px 0px;
}

.person_main {
    width: 1139px;
    height: 386px;
    background-image: url(/static/yuanian/page_image/Al/xyjt/rw-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.person_main_main {
    padding: 127px 40px 0px 110px;
    display: flex;
}

.person_main_main_l {
    width: 345px;
    height: 237px;
    position: relative;
}

.play {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.person_main_main_r {
    width: 600px;
    position: relative;
    margin-left: 45px;
}

.person_main_main_r .yh {
    width: 77px;
    height: 77px;
    position: absolute;
    right: 8px;
    top: 10px;
}

.person_main_main_r .name {
    font-size: 20px;
    color: #1E4F9F;
    font-weight: 600;
    padding-top: 20px;
}

.person_main_main_r .position {
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
    color: #323232;
    line-height: 20px;
    padding: 15px 0px;
}

.person_main_main_r .line {
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #D0171B;
}

.person_main_main_r p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: rgba(102, 102, 102, 0.90);
    line-height: 28px;
    padding-top: 40px;
}
.layui-layer-video{
    width: 600px !important;
}
.main_one{
    text-align: center;
    margin: 0 auto;
}
.main_one video{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    h2{
        padding: 30px 0px;
    }
    .layui-layer-video{
        width: 350px !important;
        left: 50% !important;
        transform: translate(-50%);
    }
    .introduce_main {
        display: inherit;
        padding: 30px 0px;
    }

    .introduce_main_l {
        width: 100%;
        height: 100%;
    }

    .introduce_main_r {
        width: 100%;
        margin-left: 0px;
        padding-top: 20px;
    }

    .pressure {
        background-color: #fff;
        padding: 30px 0px;
    }

    .pressure_main {
        display: inherit;
    }

    .pressure_main_l {
        width: 100%;
    }

    .pressure_main_l h2 {
        width: 100%;
        text-align: center;
    }

    .pressure_main_l ul li span {
        margin-right: 10px;
    }

    .pressure_main_l ul li {
        display: flex;
        align-items: flex-start;
    }

    .pressure_main_l ul li img {
        margin-top: -2px;
    }

    .pressure_main_r {
        display: none;
    }

    .data_main {
        width: 100%;
    }

    .data_main p {
        width: 92%;
    }

    .data_main .img_box {
        width: 100%;
        height: auto;
    }

    .promote_content {
        display: inherit;
    }

    .promote_content dl {
        width: auto;
        height: auto;
        padding: 24px 30px;
    }

    .person_main {
        width: 100%;
        height: auto;
        background-image: none;
    }

    .person_main_main {
        padding: 0px;
        display: inherit;
    }

    .person_main_main_l {
        margin: 0 auto;
        width: 92%;
        height: auto;
    }

    .person_main_main_r {
        width: 94%;
        margin-left: 0px;
        margin: 0 auto;
    }

    .data {
        padding: 30px 0px;
    }

    .data_main .img_box img {
        width: 90%;
        height: auto;
    }

    .promote_content dl:nth-child(1) {
        margin-bottom: 10px;
    }

    .promote {
        padding-bottom: 30px;
    }

    .person {
        padding: 30px 0px;
    }
}
