.banner_main_left .logo {
    width: 135px;
    height: 37px;
    margin-bottom: 25px;
}

.introduce {
    background: #fff;
}

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

.introduce_main_l {
    width: 511px;
    height: 361px;
}

.introduce_main_r {
    width: 560px;

}

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

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

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

.pressure h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 40px;
    width: 1100px;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
}

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

.pressure_main_l dl {
    width: 592px;
    height: 128px;
    padding: 22px 22px 0px 22px;
    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 dl:nth-child(1) {
    margin-bottom: 20px;
}

.pressure_main_l dl dt {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.pressure_main_l dl dt img {
    width: 32px;
    height: 32px;
}

.pressure_main_l dl dt h6 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 22px;
    margin-left: 6px;
}

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

.pressure_main_r {
    width: 447px;
    height: 320px;
    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);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pressure_main_r img {
    width: 399px;
    height: 273px;
}

.person {
    padding: 40px 0px 60px 0px;
}

.person_main {
    width: 1139px;
    height: 386px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/smgk/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;
}

.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 {
    padding-top: 20px;
    font-size: 22px;
    font-weight: 700;
    text-align: justify;
    color: #003793;
    line-height: 30px;
}

.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: 25px;
    height: 4px;
    background: #d0171b;
    border-radius: 2px;
}

.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: 30px;
}

.stage {
    background: #f7f8fb;
    padding: 30px 0px;
}

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

.stage-main-l {
    width: 400px;
    height: 339px;
}

.stage-main-r {
    width: 633px;
}

.stage-main-r ul {
    padding-top: 43px;
    display: flex;
    flex-wrap: wrap;
}

.stage-main-r ul li {
    width: 285px;
    height: 70px;
    padding-left: 20px;
    background: linear-gradient(180deg, #f5f7f9, #ffffff);
    border: 1px solid #ffffff;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 70px;
    margin-bottom: 15px;
}

.stage-main-r ul li:nth-child(2n) {
    margin-left: 18px;
}


.stage-main-r ul li span {
    min-width: 24px;
    height: 24px;
    background: #d0171b;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    display: inline-block;
    margin-right: 13px;
}

.stage-main-r h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 43px;
    padding: 0px;
}

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

.promote_main h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    line-height: 42px;
    padding: 0px 0px 60px 0px;
}

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

.promote_content dl {
    width: 465px;
    height: 193px;
    padding: 23px 45px 0px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 20px 0px rgb(1 49 128 / 20%), -8px -8px 20px 0px #ffffff, 1px 1px 0px 0px #ffffff inset;
}

.promote_content dl:nth-child(1) {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/smgk/icon-bg1.png);
}

.promote_content dl:nth-child(2) {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/smgk/icon-bg2.png);
}

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

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

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

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

.data_main h2 {
    font-weight: 500;
    padding: 0px;
    font-size: 28px;
    text-align: center;
    color: #323232;
    line-height: 40px;
}

.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: 439px;
    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: 937px;
    height: 401px;
}

.post {
    padding: 60px 0px;
}

.post-main {
    width: 1180px;
    height: 290px;
    /* background-image: url(https://files.yuanian.com/yuanian/page_image/Al/smgk/post_bg.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-main-l {
    width: 600px;
    height: 252px;
    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;
}

.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: 27px 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: 460px;
    height: 252px;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.company-main {
    width: 91%;
    float: right;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.company-main-l img {
    width: 594px;
    height: 263px;
}

.company-main-r {
    height: 263px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Al/smgk/js-r.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.company-main-r p{
    width: 483px;
    padding: 45px 100px 0px 76px;
    font-size: 16px;
    text-align: justify;
    color: #666666;
    line-height: 30px;
}
.company-main-r p span {
    font-size: 42px;
    font-weight: 700;
    color: #003793;
    line-height: 59px;
}

#ljgd_main {
    display: flex;
}

#ljgd_main .ljgd_main_a {
    width: 540px;
}

#ljgd_main .ljgd_main_a:last-child {
    margin-right: 0px;
}
@media screen and (max-width: 1024px) {
    .banner_main_left p{
        width: 345px;
    }
    .banner_main{
        width: 365px;
    }
    .introduce_main {
        display: inherit;
        padding: 30px 0px;
    }

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

    .introduce_main_r {
        width: 100%;
        padding-top: 20px;
    }
    .introduce_main_r p {
        width: 100%;
    }
    .pressure {
        padding: 30px 0px;
    }
    .pressure h2 {
        text-align: center;
        width: 92%;
        margin: 0 auto;
        padding: 0px 0px 30px 0px;
    }
    .pressure_main {
        display: inherit;
    }
    .pressure_main_l dl {
        width: auto;
        padding: 22px;
    }
    .pressure_main_r {
        display: none;
    }
    .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;
    }
    .stage-main {
        display: inherit;
    }
    .stage-main-l {
        width: 100%;
        height: 100%;
    }
    .stage-main-r {
        width: auto;
    }
    .stage-main-r ul li:nth-child(2n) {
        margin-left: 0px;
    }
    .stage-main-r ul li {
        width: 100%;
    }

    .promote {
        padding: 30px 0px;
    }
    .promote_main h2 {
        padding: 0px 0px 30px 0px;
    }
    .promote_content {
        display: inherit;
    }

    .promote_content dl {
        width: auto;
        height: auto;
        padding: 24px 30px;
    }
    .promote_content dl:nth-child(1) {
        margin-bottom: 10px;
    }
    .data {
        padding: 30px 0px;
    }
    .data_main {
        width: 100%;
    }

    .data_main p {
        width: 92%;
    }

    .data_main .img_box {
        width: 100%;
        height: auto;
    }
    .data_main .img_box img {
        width: 90%;
        height: auto;
    }
    .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;
    }
    .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;
    }
    .company-main {
        width: 92%;
        float: unset;
        overflow: hidden;
        display: inherit;
        justify-content: center;
        margin: 0 auto;
    }

    .company-main-l img {
        width: auto;
        height: auto;
    }
    .company-main-r {
        height: auto;
    }
    .company-main-r p {
        width: auto;
        padding: 5%;
    }


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

}
