@charset "utf-8";
.nygsjj {
    margin-top: 86px;
}

.nygsjjbox {
    display: flex;
}

.nygsjjbox>div {
    width: 50%;
}

.nygsjjbox_l {
    padding-right: 68px;
}

.nygsjjbox_limg {
    overflow: hidden;
    height: 100%;
}

.nygsjjbox_limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nygsjjbox_limg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nygsjjbox_r {
    padding-left: 25px;
}

.nygsjjbox_rh {
    /* width: 120px; */
    margin-top: 20px;
    font-size: 68px;
    line-height: 70px;
    color: #dfdfdf;
    font-family: 'BEBAS';
    text-transform: uppercase;
    word-break: keep-all;
}

.nygsjjbox_rp {
    margin-top: 10px;
    font-size: 36px;
    color: #333;
}

.nygsjjbox_rjs {
    margin-top: 40px;
    height: 260px;
}

.nygsjjbox_rjsbox {
    padding: 10px 0;
    padding-right: 40px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.nygsjjbox_rjsbox::scrollbar {
    display: block;
	cursor: pointer;
}

.nygsjjbox_rjsbox::-webkit-scrollbar {
    width: 10px;
    height: 100%;
    background-color: #e9e9e9;
}

.nygsjjbox_rjsbox::-webkit-scrollbar-thumb {
    background-color: #315ba0;
}

.nygsjjbox_rjsbox p {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 10px;
    word-break: break-all;
}


/* 董事长致辞 */

.nyzc {
    margin-top: 100px;
}

.nyzcbox {
    display: flex;
}

.nyzcbox_l {
    width: calc(50% - 40px);
    padding-right: 130px;
}

.nyzcbox_r {
    width: calc(50% + 40px);
}

.nyzcbox_ltitle {
    margin-top: 30px;
    font-size: 60px;
    color: #dfdfdf;
    font-family: 'BEBAS';
    text-transform: uppercase;
}

.nyzcbox_lh {
    font-size: 30px;
    color: #333333;
}

.nyzcbox_lx {
    margin-top: 30px;
    width: 42px;
    height: 1px;
    background-color: #e20b0e;
}

.nyzcbox_lp {
    margin-top: 40px;
}
.nyzcbox_lp b{
    font-weight: 700;
}
.nyzcbox_lp p {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    margin-bottom: 8px;
}

.nyzcbox_rimg {
    overflow: hidden;
}

.nyzcbox_rimg img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyzcbox_rimg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 优势 */

.nyys {
    margin-top: 80px;
}

.nyys .container {
    overflow: hidden;
}

.nyysbox {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.nyys_item {
    margin: 0 10px;
}

.nyys_item .nyys_itema {
    position: relative;
    display: block;
    overflow: hidden;
}

.nyys_itema img {
    width: 100%;
}

.nyys_itemadwtxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyys_itemadwtxt_wb {
    height: 70px;
    line-height: 70px;
    background-color: rgba(49, 91, 160, 0.95);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.nyys_itemadwbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    opacity: 0;
}

.nyys_itemadwbox_big {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(49, 91, 160, 0.95);
}

.nyys_itemadwbox_bigtxt {
    width: 100%;
    padding: 0 35px;
    text-align: center;
}

.nyys_itemadwbox_bigtxth {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.nyys_itemadwbox_bigtxtp {
    margin-top: 20px;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
}

.nyys_itemadwbox_bigtxtimg {
    width: 50px;
}

.nyys_itemadwbox_bigtxtimg {
    margin: auto;
    margin-top: 50px;
}

.nyys_itemadwbox_bigtxtimg img {
    display: inline-block;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.nyys_item .nyys_itema:hover .nyys_itemadwtxt {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
}

.nyys_item .nyys_itema:hover .nyys_itemadwbox {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

.nyys_item .nyys_itema:hover .nyys_itemadwbox_bigtxtimg img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.nyys .owl-controls .owl-page.active span {
    background-color: #315ba0;
}


/* 企业文化 */

.nyqywh {
    margin-top: 90px;
    margin-bottom: 90px;
}

.nyqywhbox {
    display: flex;
}

.nyqywhbox_l {
    width: calc(50% - 40px);
    padding-right: 130px;
}

.nyqywhbox_r {
    width: calc(50% + 40px);
}

.nyqywhbox_ltitle {
    margin-top: 60px;
}

.nyqywhbox_ltitle span {
    font-size: 60px;
    color: #dfdfdf;
    font-family: 'BEBAS';
    text-transform: uppercase;
}

.nyqywhbox_ltitle b {
    font-size: 36px;
    color: #333333;
    padding-left: 30px;
}

.nyqywhbox_lmin {
    margin-top: 45px;
}

.nyqywhbox_lmin_item {
    height: 72px;
    line-height: 72px;
    padding: 0 35px;
    display: flex;
}

.nyqywhbox_lmin_iteml {
    width: 30%;
    font-size: 20px;
    color: #333333;
}

.nyqywhbox_lmin_itemr {
    width: 70%;
    font-size: 15px;
    color: #666666;
}

.nyqywhbox_lmin>div:nth-child(odd) {
    background-color: #f5f5f5;
}

.nyqywhbox_rimg {
    overflow: hidden;
}

.nyqywhbox_rimg img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyqywhbox_rimg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 发展历程 */

.nyfzlc {
    margin-top: 90px;
    padding: 80px 0 120px;
    background-color: #f5f5f5;
}

.nyfzlcbox_title {
    font-size: 60px;
    color: #315ba0;
    font-family: 'BEBAS';
    text-transform: uppercase;
    text-align: center;
}

.nyfzlcbox_p {
    margin-top: 5px;
    text-align: center;
    font-size: 30px;
    color: #333333;
}

.nyfzlcbox_lb {
    position: relative;
    margin-top: 70px;
}

.nyfzlcbox_lb .container {
    position: relative;
}

.nyfzlc_container {
    width: 100%;
}

.nyfzlc_slide {
    display: flex;
    flex-direction: column;
}

.nyfzlc_slide>div {
    height: 186px;
    padding: 0 50px;
    position: relative;
}

.nyfzlc_slidet {
    border-bottom: 2px solid #315ba0;
    display: flex;
    flex-direction: column;
}

.nyfzlc_slide_boxn {
    font-size: 30px;
    color: #315ba0;
    font-family: 'BEBAS';
}

.nyfzlc_slide_boxp {
    font-size: 15px;
    color: #666666;
    line-height: 25px;
}

.nyfzlc_slide_dwy {
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #315ba0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.nyfzlc_slide_dwx {
    position: absolute;
    top: 0;
    left: 13px;
    width: 1px;
    height: 100%;
    background-color: #315ba0;
}

.nyfzlc_slideb {
    border-top: 2px solid #315ba0;
}

.nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slidet {
    order: 1;
    border-bottom: 0;
    justify-content: flex-end;
    border-top: 2px solid #315ba0;
}

.nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slidet .nyfzlc_slide_dwy {
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slideb {
    border-top: 0;
    border-bottom: 2px solid #315ba0;
}

.nyfzlcbox_lbdwx {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #315ba0;
}

.nyfzlc_per,
.nyfzlc_next {
    position: absolute;
    top: 50%;
    height: 44px;
    width: 44px;
    line-height: 44px;
    cursor: pointer;
    outline: none;
}

.nyfzlc_per {
    left: 0;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
}

.nyfzlc_next {
    right: 0;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
}

.nyfzlc_per i,
.nyfzlc_next i {
    font-size: 44px;
    color: #333333;
}

.nyfzlc_per.swiper-button-disabled i,
.nyfzlc_next.swiper-button-disabled i {
    color: #bababa;
}


/* 荣誉证书 */

.nyryzs {
    margin-top: 125px;
}

.nyryzsbox {
    display: flex;
}

.nyryzsbox_l {
    width: 32%;
}

.nyryzsbox_lh {
    margin-top: 105px;
    width: 120px;
    font-size: 68px;
    line-height: 70px;
    color: #dfdfdf;
    font-family: 'BEBAS';
    text-transform: uppercase;
    word-break: keep-all;
}

.nyryzsbox_lp {
    margin-top: 15px;
    font-size: 36px;
    color: #333333;
}

.nyryzsbox_la {
    margin-top: 65px;
}

.nyryzsbox_la span {
    font-size: 18px;
    color: #333;
    font-family: 'BEBAS';
    vertical-align: middle;
    text-transform: uppercase;
}

.nyryzsbox_la i {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    padding-left: 5px;
}

.nyryzsbox_r {
    position: relative;
    width: 68%;
    padding: 130px 0 130px 130px;
    background-color: #315ba0;
}

.nyryzs_slide {
    background-color: #fff;
}

.nyryzs_slidea {
    display: block;
}

.nyryzs_slideimg {
    overflow: hidden;
}

.nyryzs_slideimg img {
    width: 100%;
    padding: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyryzs_slideimg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nyryzs_slidep {
    text-align: center;
    font-size: 15px;
    color: #666666;
    padding: 0 5px 15px;
}

.nyryzs_btnbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.nyryzs_btnbox>div {
    width: 110px;
    height: 60px;
    line-height: 60px;
    background-color: #e20b0e;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
    outline: none;
}

.nyryzs_btnbox i {
    font-size: 26px;
    color: #fff;
}

.nyryzs_btnboxper.swiper-button-disabled,
.nyryzs_btnboxnext.swiper-button-disabled {
    background-color: rgba(0, 0, 0, .7);
}

.nyryzs_btnboxper.swiper-button-disabled i,
.nyryzs_btnboxnext.swiper-button-disabled i {
    color: rgba(255, 255, 255, .3);
}

.nyryzsbox_rdw {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #315ba0;
    z-index: -1;
}


/* 合作客户 */

.nyhzkh {
    margin-top: 125px;
}

.nyhzkhbox {
    display: flex;
}

.nyhzkhbox>div {
    width: 50%;
}

.nyhzkhbox_l {
    padding-right: 66px;
}

.nyhzkhbox_limg img {
    width: 100%;
}

.nyhzkhbox_r {
    padding-left: 15px;
}

.nyhzkhbox_rh {
    width: 120px;
    font-size: 68px;
    line-height: 70px;
    color: #dfdfdf;
    font-family: 'BEBAS';
    text-transform: uppercase;
    word-break: keep-all;
}

.nyhzkhbox_rp {
    margin-top: 15px;
    font-size: 36px;
    color: #333;
}

.nyhzkhbox_lb {
    margin-top: 50px;
}

.nyhzkh_slide_img {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.nyhzkh_slide_img img {
    width: 80%;
    margin: auto;
    padding:0 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyhzkh_slide_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nyhzkhbox_ra {
    margin-top: 36px;
}

.nyhzkhbox_ra span {
    font-size: 18px;
    color: #333;
    font-family: 'BEBAS';
    vertical-align: middle;
    text-transform: uppercase;
}

.nyhzkhbox_ra i {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    padding-left: 5px;
}

.nyhzkhbox_limg {
    overflow: hidden;
}

.nyhzkhbox_limg img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyhzkhbox_limg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width: 1600px) {
    .nylinkbox .nylinkbox_item{
        margin-right: 20px;
    }
    .nygsjjbox_l {
        padding-right: 20px;
    }
    .nygsjjbox_r {
        padding-left: 10px;
    }
    .nygsjjbox_rh {
        font-size: 46px;
        line-height: 48px;
        margin-top: 10px;
    }
    .nygsjjbox_rp {
        font-size: 30px;
    }
    .nygsjjbox_rjs {
        margin-top: 15px;
        height: 240px;
    }
    .nyzcbox>div {
        width: 50%;
    }
    .nyzcbox_l {
        padding-right: 30px;
    }
    .nyzcbox_ltitle {
        font-size: 46px;
        line-height: 48px;
        margin-top: 10px;
    }
    .nyzcbox_lx {
        margin-top: 10px;
    }
    .nyzcbox_lp {
        margin-top: 15px;
    }
    .nyzcbox_lp p {
        margin-bottom: 10px;
    }
    .nyqywhbox>div {
        width: 50%;
    }
    .nyqywhbox_l {
        padding-right: 30px;
    }
    .nyqywhbox_ltitle {
        margin-top: 10px;
    }
    .nyqywhbox_ltitle span {
        font-size: 46px;
        line-height: 48px;
    }
    .nyqywhbox_ltitle b {
        font-size: 30px;
    }
    .nyqywhbox_lmin_item {
        height: 60px;
        line-height: 60px;
    }
    .nyfzlcbox_title {
        font-size: 46px;
        line-height: 48px;
    }
    .nyfzlc_slide>div {
        padding: 0 30px;
    }
    .nyryzsbox_lh {
        font-size: 46px;
        line-height: 48px;
    }
    .nyryzsbox_lp {
        font-size: 30px;
    }
    .nyryzsbox_r {
        padding: 100px 0 100px 100px;
    }
    .nyhzkhbox_l {
        padding-right: 30px;
    }
    .nyhzkhbox_rh {
        font-size: 46px;
        line-height: 48px;
    }
    .nyhzkhbox_rp {
        margin-top: 0;
        font-size: 30px;
    }
    .nyhzkhbox_lb {
        margin-top: 30px;
    }
    .nyys_itemadwbox_bigtxtimg {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .nygsjjbox_rh {
        margin-top: 0;
        font-size: 40px;
        line-height: 42px;
    }
    .nygsjjbox_rp {
        margin-top: 5px;
        font-size: 26px;
    }
    .nygsjjbox_rjs {
        height: 200px;
    }
    .nygsjjbox_rjsbox {
        padding-right: 20px;
        font-size: 14px;
        line-height: 23px;
    }
    .nyzcbox_ltitle {
        margin-top: 0;
        font-size: 40px;
        line-height: 42px;
    }
    .nyzcbox_lh {
        margin-top: 5px;
        font-size: 26px;
    }
    .nyzcbox_l {
        padding-right: 20px;
    }
    .nygsjjbox_rjsbox p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .nyzcbox_lp p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .nyzcbox_lx {
        display: none;
    }
    .nyzcbox_rimg {
        height: 100%;
    }
    .nyzcbox_rimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .nyys_itemadwbox_bigtxth {
        font-size: 28px;
    }
    .nyys_itemadwbox_bigtxtp {
        margin-top: 10px;
        font-size: 14px;
        line-height: 23px;
    }
    .nyqywhbox_ltitle span {
        font-size: 40px;
        line-height: 42px;
    }
    .nyqywhbox_ltitle b {
        padding-left: 15px;
        font-size: 26px;
    }
    .nyqywhbox_ltitle {
        margin-top: 0;
    }
    .nyqywhbox_lmin {
        margin-top: 30px;
    }
    .nyqywhbox_lmin_item {
        height: 52px;
        line-height: 52px;
    }
    .nyfzlcbox_title {
        font-size: 40px;
        line-height: 42px;
    }
    .nyfzlcbox_p {
        font-size: 26px;
    }
    .nyryzsbox_lh {
        font-size: 40px;
        line-height: 42px;
    }
    .nyryzsbox_lp {
        font-size: 26px;
    }
    .nyryzsbox_la {
        margin-top: 50px;
    }
    .nyfzlc_slide_boxp {
        font-size: 14px;
        line-height: 23px;
    }
    .nyryzs_slidep {
        font-size: 12px;
    }
    .nyryzsbox_r {
        padding: 85px 0 85px 85px;
    }
    .nyhzkhbox_rh {
        font-size: 40px;
        line-height: 42px;
    }
    .nyhzkhbox_rp {
        font-size: 26px;
    }
    .nyhzkhbox_l {
        padding-right: 20px;
    }
    .nyhzkhbox_lb {
        margin-top: 20px;
    }
    .nyhzkhbox_ra {
        margin-top: 25px;
    }
}

@media screen and (max-width: 992px) {
    .nygsjj {
        margin-top: 60px;
    }
    .nygsjjbox {
        flex-wrap: wrap;
    }
    .nygsjjbox>div {
        width: 100%;
    }
    .nygsjjbox_l {
        order: 1;
    }
    .nygsjjbox_r {
        padding-left: 0;
    }
    .nygsjjbox_rh {
        width: 100%;
        word-wrap: normal;
    }
    .nygsjjbox_l {
        margin-top: 30px;
        padding-right: 0;
    }
    .nygsjjbox_rjs {
        margin-top: 10px;
    }
    .nygsjjbox_rjsbox p {
        margin-bottom: 10px;
    }
    .nyys_itemadwtxt_wb{
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }
    .nyys_itemadwbox_bigtxth{
        font-size: 20px;
    }
    .nyys_itemadwbox_bigtxtimg img{
        max-width: 70%;
        margin: auto;
    }

    .nyzc {
        margin-top: 60px;
    }
    .nyzcbox {
        flex-wrap: wrap;
    }
    .nyzcbox>div {
        width: 100%;
    }
    .nyzcbox_lh {
        margin-top: 0;
    }
    .nyzcbox_l {
        padding-right: 0;
    }
    .nyzcbox_r {
        margin-top: 20px;
    }
    .nyys {
        margin-top: 60px;
        background: #f4f4f4;
        padding: 50px 0;
    }
    .nyqywh {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .nyqywhbox {
        flex-wrap: wrap;
    }
    .nyqywhbox>div {
        width: 100%;
    }
    .nyqywhbox_l {
        padding-right: 0;
    }
    .nyqywhbox_ltitle span {
        display: block;
    }
    .nyqywhbox_ltitle b {
        padding-left: 0;
    }
    .nyqywhbox_lmin {
        margin-top: 20px;
    }
    .nyqywhbox_r {
        margin-top: 30px;
    }
    .nyqywhbox_lmin_item{
        height: auto;
        line-height: 1.5;
        padding: 20px;
    }
    .nyqywhbox_lmin_iteml{
        font-size: 20px;
    }


    .nyfzlc {
        margin-top: 60px;
        padding: 50px 0;
    }
    .nyfzlcbox_lb {
        margin-top: 30px;
    }
    .nyfzlc_per {
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        z-index: 10;
    }
    .nyfzlc_next {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 10;
    }
    .nyfzlc_slide>div{
        padding-right: 0;
        height: 160px;
    }
    .nyfzlc_slide_boxn{
        font-size: 22px;
    }
    .nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slidet{
        justify-content: flex-start;
        padding-top: 20px;
    }


    .nyryzs {
        margin-top: 60px;
    }
    .nyryzsbox {
        flex-wrap: wrap;
    }
    .nyryzsbox>div {
        width: 100%;
    }
    .nyryzsbox_lh {
        margin-top: 0;
        width: 100%;
    }
    .nyryzsbox_lp {
        margin-top: 0;
    }
    .nyryzsbox_la {
        margin-top: 15px;
    }
    .nyryzsbox_r {
        margin-top: 20px;
    }
    .nyryzsbox_r {
        padding: 55px 0 55px 55px;
    }
    .nyryzs_btnbox>div{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        padding: 0;
    }
    .nyryzs_btnbox i{
        font-size: 20px;
    }





    .nyhzkh {
        margin-top: 60px;
    }
    .nyhzkhbox {
        flex-wrap: wrap;
    }
    .nyhzkhbox>div {
        width: 100%;
    }
    .nyhzkhbox_l {
        margin-top: 20px;
        padding-right: 0;
        order: 1;
    }
    .nyhzkhbox_r {
        padding-left: 0;
    }
    .nyhzkhbox_rh {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .nygsjjbox_rh {
        font-size: 36px;
        line-height: 38px;
    }
    .nygsjjbox_rp {
        font-size: 22px;
    }
    .nygsjjbox_rjsbox p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .nygsjjbox_rjsbox::-webkit-scrollbar {
        width: 5px;
    }
    .nyzcbox_ltitle {
        font-size: 36px;
        line-height: 38px;
    }
    .nyzcbox_lh {
        font-size: 22px;
    }
    .nyzcbox_lp p {
        font-size: 12px;
        line-height: 20px;
    }
    .nyqywhbox_ltitle span {
        font-size: 36px;
        line-height: 38px;
    }
    .nyqywhbox_ltitle b {
        font-size: 22px;
    }
    .nyfzlcbox_title {
        font-size: 36px;
        line-height: 38px;
    }
    .nyfzlcbox_p {
        font-size: 22px;
    }
    .nyfzlc_slide_boxp {
        font-size: 12px;
        line-height: 20px;
    }
    .nyryzsbox_lh {
        font-size: 36px;
        line-height: 38px;
    }
    .nyryzsbox_lp {
        font-size: 22px;
    }

    .nyryzs_btnbox {
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
    .nyhzkhbox_rh {
        font-size: 36px;
        line-height: 38px;
    }
    .nyhzkhbox_rp {
        font-size: 22px;
    }
    .nygsjj{
        margin-top: 40px;
    }
}