@charset "utf-8";
.nygsjj {
    margin-top: 86px;
}

.nygsjjbox {
    display: flex;
}

.nygsjjbox>div {
    width: 50%;
}

.nygsjjbox_l {
    padding-right: 68px;
}

.nygsjjbox_limg {
    overflow: hidden;
}

.nygsjjbox_limg img {
    width: 100%;
    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 {
   
    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: #222;
}

.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: #f39700;
}

.nygsjjbox_rjsbox p {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 25px;
    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 {
    font-size: 60px;
    color: #dfdfdf;
    font-family: 'BEBAS';
    text-transform: uppercase;
}

.nyzcbox_lh {
    font-size: 30px;
    color: #222333;
}

.nyzcbox_lx {
    margin-top: 20px;
    width: 42px;
    height: 1px;
    background-color: #df252a;
}

.nyzcbox_lp {
    margin-top: 20px;
}

.nyzcbox_lp p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-bottom: 10px;
}

.nyzcbox_rimg {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.nyzcbox_rimg 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;
}

.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(243,151,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(243,151,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: #f39700;
}


/* 企业文化 */

.nyqywh {
    margin-top: 90px;
    margin-bottom: 90px;
}

.nyqywhbox {
    display: flex;
}

.nyqywhbox_l {
    width: calc(50% - 40px);
    padding-right: 95px;
}

.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: #222333;
    padding-left: 30px;
}

.nyqywhbox_lmin {
    margin-top: 30px;
}

.nyqywhbox_lmin_item {
    display: flex;
    align-items: center;
}

.nyqywhbox_lmin_iteml {
    width: 30%;
    font-size: 18px;
    color: #222333;
}

.nyqywhbox_lmin_itemr {
    font-size: 15px;
    color: #666666;
}

.nyqywhbox_lmin_itemr p {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 25px;
    word-break: break-all;
}

.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: #dfdfdf;
    font-family: 'BEBAS';
    text-transform: uppercase;
    text-align: center;
}

.nyfzlcbox_p {
    margin-top: 5px;
    text-align: center;
    font-size: 30px;
    color: #222333;
}

.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 #f39700;
    display: flex;
    flex-direction: column;
}

.nyfzlc_slide_boxn {
    font-size: 30px;
    color: #f39700;
    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: #f39700;
    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: #f39700;
}

.nyfzlc_slideb {
    border-top: 2px solid #f39700;
}

.nyfzlc_wrapper .nyfzlc_slide:nth-child(even) .nyfzlc_slidet {
    order: 1;
    border-bottom: 0;
    justify-content: flex-end;
    border-top: 2px solid #f39700;
}

.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 #f39700;
}

.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: #f39700;
}

.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: #222333;
}

.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: #222333;
}

.nyryzsbox_la {
    margin-top: 65px;
}

.nyryzsbox_la span {
    font-size: 18px;
    color: #222;
    font-family: 'BEBAS';
    vertical-align: middle;
    text-transform: uppercase;
}

.nyryzsbox_la i {
    font-size: 14px;
    color: #222;
    vertical-align: middle;
    padding-left: 5px;
}

.nyryzsbox_r {
    position: relative;
    width: 68%;
    padding: 130px 0 130px 130px;
    background-color: #f39700;
}

.nyryzs_slide {
    background-color: #fff;
}

.nyryzs_slidea {
    display: block;
    padding-bottom: 15px;
}

.nyryzs_slideimg {
    overflow: hidden;
}

.nyryzs_slideimg img {
    width: 100%;
    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;
}

.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: #df252a;
    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: #f39700;
    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: #222;
}

.nyhzkhbox_lb {
    margin-top: 50px;
}

.nyhzkh_slide_img {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 0px;
}

.nyhzkh_slide_img img {
    width: 100%;
    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: #222;
    font-family: 'BEBAS';
    vertical-align: middle;
    text-transform: uppercase;
}

.nyhzkhbox_ra i {
    font-size: 14px;
    color: #222;
    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 {}
    .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 {
        padding: 20px 15px;
    }
    .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: 16px;
    }
    .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;
    }
    .nyqywhbox_lmin_item {
        padding: 0;
    }
    .nyqywhbox_lmin_iteml {
        width: 35%;
    }
    .nyqywhbox_lmin_itemr {
        width: 100%;
    }
    .nyqywhbox_lmin_itemr p {
        font-size: 12px;
    }
    .nyqywhbox_r {
        margin-top: 0;
    }
}

.xclb {
    margin-top: 0px;
}

.xclbbox {
    display: flex;
    flex-wrap: wrap;
}

.xclbbox .xclbbox_item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
}

.xclbbox .xclbbox_item:nth-child(4n) {
    margin-right: 0;
}

.xclbbox_item_img {
    overflow: hidden;
}

.xclbbox_item_img img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xclbbox_item_txt {
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #222333;
}

.xclbbox .xclbbox_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xclbbox .xclbbox_item:hover .xclbbox_item_txt {
    color: #f7931d;
}

@media screen and (max-width: 992px) {
    .xclbbox .xclbbox_item {
        width: 49%!important;
        margin-right: 2%!important;
        margin-bottom: 10px;
    }
    .xclbbox_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .xclbbox_item_txt {
        font-size: 14px;
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .xclbbox_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .foot {
        margin-top: 50px;
    }
	.nyby{height: 150px;}
	.xclb{margin-top:20px;}
}
/* 客户列表 */

.khlb {

}

.khlbbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.khlbbox .khlbbox_item {
    width: 16%;
    margin-right: 0.8%;
    margin-bottom: 30px;
}

.khlbbox .khlbbox_item:nth-child(6n) {
    margin-right: 0;
}

.khlbbox_itemimg {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.khlbbox_itemimg>img {
    width: 90%;
    margin: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.khlbbox .khlbbox_item:hover img {
    /* transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1); */
}

.khlbbox .khlbbox_item:hover .khlbbox_itemp {
    color: #f7931d;
}

.khlbbox_itemp {
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #222333;
}

.ntfy {
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .khlbbox .khlbbox_item {
        width: 23.5% !important;
        margin-right: 2% !important;
    }
    .khlbbox_item:nth-child(4n) {
        margin-right: 0!important;
    }
}

@media screen and (max-width: 992px) {
    .khlbbox_itemp {
        font-size: 14px;
        padding: 10px;
    }
    .khlbbox .khlbbox_item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .khflbox .khflbox_item {
        font-size: 14px;
        width: 33.33%;
    }
    .khlbbox .khlbbox_item {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .khlbbox_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .foot {
        margin-top: 50px;
    }
}
/* 证书列表 */

.zslbbox {
    display: flex;
    flex-wrap: wrap;
}

.zslb .zslb_item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.zslb_itemimg {
    overflow: hidden;
    border: 1px solid #ddd;
}

.zslb_itemimg img {
    width: 100%;
    margin: auto;
	padding: 20px;
}

.zslb_itemtxt {
    padding: 20px 0;
    font-size: 15px;
    color: #222333;
    text-align: center;
}

.zslb .zslb_item:nth-child(4n) {
    margin-right: 0;
}

.zslb .zslb_item:hover .zslb_itemimg {
    border-color: #f7931d;
}

.zslb .zslb_item:hover .zslb_itemtxt {
    color: #f7931d;
}

@media screen and (max-width: 992px) {
    .zslbbox .zslb_item {
        width: 32%!important;
        margin-right: 2%!important;
    }
    .zslb_item:nth-child(3n) {
        margin-right: 0 !important;
    }
    .zslb_itemtxt {
        font-size: 14px;
    }
    .zslbbox .zslb_item {
        width: 49%!important;
        margin-right: 2%!important;
    }
    .zslb_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .zslb_itemtxt {
        font-size: 12px;
        padding: 10px;
    }
    .foot {
        margin-top: 0;
		padding-top: 0;
    }
}

@media screen and (max-width: 768px) {}

/* 内页联系方式 */

.nylxfs {
    margin-top: 95px;
}

.nylxfsbox {
    display: flex;
}

.nylxfsbox_l {
    width: 34%;
    padding-right: 50px;
}

.nylxfsbox_ltitle {
    font-family: 'BEBAS';
    /* width: 260px; */
    /* word-break: keep-all; */
    text-transform: uppercase;
    font-size: 68px;
    color: #dfdfdf;
    line-height: 72px;
}

.nylxfsbox_lh {
    margin-top: 10px;
    font-size: 36px;
    color: #222333;
}

.nylxfsbox_lx {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #f7931d;
}

.nylxfsbox_lp {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #666;
}

.nylxfsbox_limg {
    margin-top: 20px;
    height: 140px;
    overflow: hidden;
}

.nylxfsbox_limg img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    border-radius: 10px;
}

.nylxfsbox_r {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
}

.nylxfsbox_r_item {
    width: 48%;
    margin-right: 4%;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.nylxfsbox_r_item:nth-child(2n) {
    margin-right: 0;
}

.nylxfsbox_r_itemtitle {
    margin-top: 60px;
    width: 222px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #f7931d;
    margin-left: -20px;
}

.nylxfsbox_r_itembox {
    margin-top: 30px;
    padding-left: 50px;
}

.nylxfsbox_r_itembox p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #222333;
}

.nylxfsbox_r_itembox strong {
    font-size: 20px;
    color: #222;
    font-weight: normal;
    font-family: 'BEBAS';
}


/* 内页分公司 */

.nyfgs {
    margin-top: 55px;
    padding: 85px 0;
    background-color: #f4f4f4;
}

.nyfgsbox {
    display: flex;
}

.nyfgsbox_l {
    width: 34%;
    padding-right: 50px;
}

.nyfgsbox_ltitle {
    font-family: 'BEBAS';
    font-size: 50px;
    color: #dfdfdf;
    text-transform: uppercase;
}

.nyfgsbox_lh {
    font-size: 36px;
    color: #222333;
}

.nyfgsbox_lqh {
    margin-top: 30px;
}

.nyfgsl_slide {
    padding: 15px 15px;
}

.nyfgsl_slide span {
    position: relative;
}

.nyfgsl_slide span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #222333;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nyfgsl_slide:hover span::before {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

.nyfgsbox_r {
    width: 66%;
}

.nyfgsr_top .swiper-slide {
    padding-left: 20px;
}

.nyfgsr_slide_item {
    height: 360px;
}

.nyfgsr_slide .nyfgsr_slide_item {
    /* overflow: hidden; */
    height: 360px;
    background-color: #fff;
    display: flow-root;
}

.nyfgsr_slide_itemtiele {
    margin-top: 60px;
    width: 222px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #f7931d;
    margin-left: -20px;
}

.nyfgsr_slide_itembox {
    margin-top: 30px;
    padding-left: 50px;
}

.nyfgsr_slide_itembox p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #222333;
}

.nyfgsr_slide_itembox p strong {
    font-size: 20px;
    color: #f7931d;
    font-family: 'BEBAS';
}

.nyfgsl_slide.swiper-slide-thumb-active span {
    color: #f7931d;
}

.nyfgsl_slide.swiper-slide-thumb-active span::before {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

.nyfgsr_slide.swiper-slide-active .nyfgsr_slide_item {
    background-color: #f7931d;
}

.nyfgsr_slide.swiper-slide-active .nyfgsr_slide_itemtiele {
    background-color: #222333;
    color: #fff;
}

.nyfgsr_slide.swiper-slide-active .nyfgsr_slide_itembox p,
.nyfgsr_slide.swiper-slide-active .nyfgsr_slide_itembox a {
    color: #fff;
}

.nyfgsr_slide.swiper-slide-active .nyfgsr_slide_itembox strong {
    color: #fff;
}


/* 地图导航 */

.dtdh {
    margin-top: 90px;
}

.dtdh_title {
    text-align: center;
}

.dtdh_titleh {
    font-family: 'BEBAS';
    font-size: 68px;
    color: #dfdfdf;
    text-transform: uppercase;
}

.dtdh_titlep {
    font-size: 30px;
    color: #222333;
}

.dtdh_box {
    margin-top: 30px;
    height: 500px;
    border: 1px solid #f5f5f5;
}


/* 在线留言 */

.zxly {
    margin-top: 90px;
    display: flex;
}

.zxly_title span {
    font-family: 'BEBAS';
    font-size: 60px;
    color: #dfdfdf;
    text-transform: uppercase;
}

.zxly_title b {
    margin-left: 20px;
    font-size: 36px;
    color: #222333;
}

.zxly_box {
    margin-top: 35px;
}

.zxly_boxh {
    font-size: 14px;
    color: #666666;
}

.zxly_from {
    margin-top: 15px;
    border-top: 2px solid #f7931d;
}

.zxly_from_item {
    display: flex;
    height: 102px;
    border-bottom: 1px solid #d8d8d8;
}

.zxly_from_iteml {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d8d8d8;
}

.zxly_from_iteml span {
    font-size: 18px;
    color: #222;
}

.zxly_from_iteml i {
    font-size: 18px;
    color: #f36a6b;
}

.zxly_from_itemr {
    width: 67%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.zxly_from_itemrinput {
    width: 30%;
    height: 40px;
    border: 1px solid #d8d8d8;
    color: #222;
    font-size: 15px;
    padding-left: 10px;
}

.zxly_from_itemrinput:focus,
.zxly_from_itemrtextarea:focus {
    box-shadow: 0 0 1px 1px #f7931d;
    border-color: #f7931d;
}

.zxly_from_itemrinput::-webkit-input-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_itemrinput:-moz-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_itemrinput:-ms-input-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_item.zxlyct {
    height: 310px;
}

.zxly_from_itemrtextarea {
    width: 60%;
    height: 250px;
    border: 1px solid #d8d8d8;
    resize: none;
    outline: none;
    padding: 10px;
    color: #222;
}

.zxly_from_itemr .hand {
    margin-left: 20px;
}

.zxly_from_itemrtextarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_itemrtextarea:-moz-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_itemrtextarea:-ms-input-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_yzm {
    position: relative;
}

.zxly_from_tj {
    padding: 55px 0;
    display: flex;
    justify-content: center;
}

.zxly_from_tjbox {
    width: 335px;
    height: 68px;
    text-align: center;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    background-color: #222333;
    border: 0;
    font-size: 18px;
    color: #fff;
}

.zxly_from_tjbox:hover {
    background-color: #df252a;
}

@media screen and (max-width: 1600px) {
    .nylxfsbox_r_item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }
    .nylxfsbox_r_itemtitle,
    .nyfgsr_slide_itemtiele {
        margin-top: 40px;
    }
    .nylxfsbox_r_itembox,
    .nyfgsr_slide_itembox {
        margin-top: 30px;
        padding-left: 15px;
    }
    .nylxfsbox_itembox_item,
    .nyfgsr_itembox_item {
        margin-bottom: 10px;
    }
    .nylxfsbox_itembox_item span,
    .nyfgsr_itembox_item span {
        font-size: 14px;
    }
    .nylxfsbox_itembox_item b,
    .nyfgsr_itembox_item b {
        font-size: 14px;
    }
    .nylxfsbox_itembox_item b.tel,
    .nyfgsr_itembox_item b.tel {
        font-size: 18px;
    }
    .nylxfsbox_ltitle {
        font-size: 58px;
        line-height: 60px;
    }
    .nylxfsbox_lh,
    .nyfgsbox_lh {
        font-size: 32px;
    }
    .dtdh_titleh {
        font-size: 58px;
    }
    .zxly_title span {
        font-size: 58px;
    }
    .zxly_title b {
        font-size: 30px;
    }
    .zxly_from_itemrinput {
        width: 50%;
    }
    .zxly_from_itemrtextarea {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .nylxfsbox_ltitle {
        width: 100px;
        font-size: 40px;
        line-height: 42px;
    }
    .nylxfsbox_lh,
    .nyfgsbox_lh,
    .dtdh_titlep,
    .zxly_title b {
        font-size: 26px;
    }
    .dtdh_titleh,
    .zxly_title span,
    .nyfgsbox_ltitle {
        font-size: 40px;
    }
    .nylxfsbox_l,
    .nyfgsbox_l {
        padding-right: 25px;
    }
    .nylxfsbox_r_itemtitle {
        /* margin-left: 0; */
    }
    .nylxfsbox_r_itemtitle,
    .nyfgsr_slide_itemtiele {
        margin-top: 25px;
        width: 180px;
        font-size: 15px;
    }
    .nylxfsbox_r_itembox,
    .nyfgsr_slide_itembox {
        margin-top: 30px;
        padding: 0 10px;
    }
    .nylxfsbox_itembox_item,
    .nyfgsr_itembox_item {
        margin-bottom: 5px;
    }
    .zxly_from_itemrinput {
        width: 70%;
    }
    .zxly_from_itemrtextarea {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .nylxfs {
        margin-top: 60px;
    }
    .nylxfsbox {
        flex-wrap: wrap;
    }
    .nylxfsbox>div {
        width: 100%;
    }
    .nylxfsbox_l,
    .nyfgsbox_l {
        padding-right: 0;
    }
    .nylxfsbox_ltitle {
        width: 100%;
    }
    .nylxfsbox_lh {
        margin-top: 5px;
    }
    .nylxfsbox_lx {
        display: none;
    }
    .nylxfsbox_lp {
        margin-top: 10px;
        font-size: 13px;
    }
    .nylxfsbox_limg {
        display: none;
    }
    .nylxfsbox_r {
        margin-top: 20px;
    }
    .nylxfsbox_r_item {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 15px;
    }
    .nylxfsbox_r_itembox,
    .nyfgsr_slide_itembox {
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .nylxfsbox_r_itemtitle,
    .nyfgsr_slide_itemtiele {
        margin-left: -15px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .nylxfsbox_r_itembox p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .nyfgs {
        padding: 50px 0;
        margin-top: 50px;
    }
    .nyfgsbox {
        flex-wrap: wrap;
    }
    .nyfgsbox>div {
        width: 100%;
    }
    .nyfgsbox_lqh {
        margin-top: 20px;
        background: #fff;
    }
    .nyfgsbox_r {
        margin-top: 20px;
    }
    .dtdh {
        margin-top: 50px;
    }
    .dtdh_box {
        height: 300px;
    }
    .zxly {
        margin-top: 50px;
    }
    .zxly_box {
        margin-top: 20px;
    }
    .nyfgsr_slide .nyfgsr_slide_item {
        height: auto;
    }
    .nyfgsr_slide_itembox p {
        font-size: 14px;
    }
    .zxly_from_iteml {
        width: 100px;
    }
    .zxly_from_iteml span {
        font-size: 15px;
    }
    .zxly_from_itemr {
        width: calc(100% - 100px);
    }
    .zxly_from_itemrtextarea {
        width: 100%;
    }
    .zxly_from_itemrinput {
        width: 100%;
    }
    .zxly_from_tj {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .zxly_from_tjbox {
        width: 180px;
        height: 40px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {}
