.banner_main_left .logo {
    width: 128px;
    height: 33px;
    margin-bottom: 14px;
}

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

.introduce {
    background: #fff;
}

.introduce_main {
    display: flex;
}

.introduce_main_l img {
    width: 481px;
    height: 415px;
}

.introduce_main_r {
    width: 523px;
    margin-left: 52px;
    padding-top: 60px;
}

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


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

.pressure {
    background: #f7f8fb;
    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 26px 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 img {
    width: 427px;
    height: 368px;
}

/* 职位 */
.post {
    padding: 40px 0px 60px 0px;
}

.post-main {
    width: 1180px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/sdzg/js-bg.png);
    background-size: 100% 326px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-main-l {
    width: 706px;
    height: 256px;
    background: linear-gradient(205deg, #ffffff 17%, #f6f7fb 93%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
    position: relative;
    margin-top: 50px;
}

.post-main-l .yh-img {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 22px;
    left: 12px;
}

.post-main-l h6 {
    font-size: 18px;
    font-weight: 700;
    text-align: justify;
    color: #003793;
    line-height: 25px;
    margin: 30px 0px 8px 22px;
}

.post-main-l p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #323232;
    line-height: 28px;
    padding: 0px 30px 0px 22px;
}


.post-main-r {
    width: 391px;
    height: 320px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 49px;
}

.post-main-r img {
    width: 360px;
    height: 290px;
}

.system {
    height: 542px;
    background: #020032;
    overflow: hidden;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/sdzg/xt-l.png);
    background-size: 554px 542px;
    background-position: top left;
    background-repeat: no-repeat;
}

.yd-system {
    display: none;
}

.system-main {
    padding: 54px 0px 0 45px;
    box-sizing: border-box;
    height: 100%;
}

.system-main h2 {
    padding: 0px;
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 40px;
    /* margin-left: 554px; */
    margin-bottom: 52px;
    margin-left: 18%;
}

.system-main-list {
    width: 72%;
    /* margin: 52px auto 0; */
    float: right;
}

.system-main-list .swiper {
    overflow: hidden;
}

.system-main-list .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    float: left;
}

.system-main-list .swiper-wrapper dl {
    width: 98%;
    height: 270px;
    background: #f3f5f8;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/sdzg/xt-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 20px 0px rgba(1, 49, 128, 0.20), 1px 1px 0px 0px #ffffff inset;
}

.system-main-list .swiper-wrapper dl dt {
    padding: 26px 27px 15px 27px;
    display: flex;
    align-items: center;
}

.system-main-list .swiper-wrapper dl dt img {
    width: 32px;
    height: 32px;
}

.system-main-list .swiper-wrapper dl dt h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 22px;
    margin-left: 8px;
}

.system-main-list .swiper-wrapper dl dd ul {
    padding: 0px 28px 0px 50px;
}

.system-main-list .swiper-wrapper dl dd ul li {
    display: flex;
    margin-bottom: 7px;
}

.system-main-list .swiper-wrapper dl dd ul li span {
    min-width: 6px;
    height: 6px;
    background: #fb0000;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
}

.system-main-list .swiper-wrapper dl dd ul li p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 26px;
    margin-left: 10px;
}

.alone li p {
    font-size: 12px !important;
}

.swiper-button-right,
.swiper-button-left {
    background: #edeff3;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.20), 1px 2px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset, 0px -2px 0px 0px #ffffff inset;
    border-radius: 50%;
    background-size: 10px 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 30px;
    top: auto;
    right: auto;
    left: auto;
}

.swiper-button-right {
    margin-left: 17%;
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right_hide.png);
}

.swiper-button-left {
    margin-left: 12.6%;
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left_hide.png);
}

.swiper-button-right:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right.png);
}

.swiper-button-left:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left.png);
}



#zxtd {
    background: #f7f8fb;
    padding-bottom: 40px;
}

#zxtd .info,
#zxtd .yd-info {
    width: 949px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 27px;
    margin: 0 auto;
    margin-top: -43px;
    padding-bottom: 25px;
}

#zxtd .yd-info {
    display: none;
}

#zxtd #zxtd_main dl {
    width: 305px;
    height: 185px;
    padding: 25px 24px 0;
}

#zxtd #zxtd_main .zxtd_main_left dl:nth-child(1) dd p {
    letter-spacing: -0.7px;
}

.zxtd_main_right dl {
    height: 416px !important;
    background-image: url(/static/yuanian/page_image/Al/xhjt/dl-bg.png) !important;
}

.zxtd_main_bottom dl {
    padding: 25px 26px 0;
    width: 492px !important;
    height: 148px !important;
}

.zxtd_main_bottom dl:last-child {
    margin-right: 0px !important;
}

#ljgd_main {
    display: flex;
}

#ljgd_main .ljgd_main_a {
    width: 540px;
}

#ljgd_main .ljgd_main_a:last-child {
    margin-right: 0px;
}

#ljgd_main .ljgd_main_a p {
    width: 100%;
}


@media screen and (max-width: 1024px) {
    .banner {
        background-position: top left;
    }
    .introduce_main {
        display: inherit;
        padding: 0px 0px 30px 0px;
    }

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

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

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

    .introduce_main_r p {
        width: 100%;
    }

    .pressure {
        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;
    }

    .post {
        padding: 30px 0px;
    }

    .post-main {
        width: 92%;
        height: auto;
        background-image: none;
        display: inherit;
    }

    .post-main-l {
        width: auto;
        height: auto;
        background: none;
        box-shadow: none;
        margin-top: 0px;
    }

    .post-main-r {
        width: auto;
        height: auto;
        margin-top: 20px;
    }

    .post-main-r img {
        width: 100%;
        height: 100%;
    }

    .post-main-l h6 {
        margin: 0px 0px 8px 0px;
    }

    .post-main-l p {
        padding: 0px;
    }

    .system {
        display: none;
    }

    .yd-system {
        display: block;
        padding-bottom: 20px;
    }
    .yd-system h2{
        padding-top: 0px;
    }

    .yd-system dl {
        width: 90%;
        height: auto;
        padding: 5%;
        margin-bottom: 10px;
        background-image: url(https://files.yuanian.com/yuanian/page_image/Al/sdzg/xt-bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 0px 1px 20px 0px rgba(1, 49, 128, 0.20), 1px 1px 0px 0px #ffffff inset;
    }

    .yd-system dl dt {
        display: flex;
        align-items: flex-start;
        padding-bottom: 15px;
    }

    .yd-system dl dt img {
        width: 32px;
        height: 32px;
    }

    .yd-system dl dt h3 {
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #323232;
        line-height: 22px;
        margin-left: 6px;
    }
    .yd-system dl dd ul li {
        display: flex;
        margin-bottom: 7px;
    }

    .yd-system dl dd ul li span {
        min-width: 6px;
        height: 6px;
        background: #fb0000;
        border-radius: 50%;
        display: inline-block;
        margin-top: 10px;
    }

    .yd-system dl dd ul li p {
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
        color: #666666;
        line-height: 26px;
        margin-left: 10px;
    }

    #zxtd {
        padding-bottom: 20px;
    }

    #zxtd .info {
        display: none;
    }

    #zxtd .yd-info {
        display: block;
        width: 92%;
        margin-top: -20px;
    }

    #zxtd #zxtd_main dl,
    .zxtd_main_right dl,
    .zxtd_main_bottom dl {
        padding: 5%;
        float: left;
        width: 90% !important;
        height: auto;
        margin-right: auto;
    }

    #ljgd_main {
        display: inherit;
    }

    #ljgd_main .ljgd_main_a {
        width: 90%;
    }
}
