.phone-section {
    display: none;
}
video{
    max-width: 100%;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
    color: #404040;
}
.jszcbox .jszcimg{
	width: 50px;
}
.center {
    max-width: 1600px;
    margin: 0 auto;
}

.headSouch {
    position: relative;
}

.headSouch form {
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 33333;
    display: flex;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    background-color: #fff;
    display: none;

}

.headSouch form input {
    border: none;
    outline: none;
    background-color: #fff;
    font-size: 16px;
}

@media screen and (max-width:1001px) {
    .all_indextop {
        display: none;
    }

    header {
        display: none;
    }

    .phone-section {
        display: block;
    }

    .phone-logo {
        width: 40%;
    }

    .phone-head {
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
        justify-content: space-between;
        background-color: #fff;
        /* position: fixed; */
        top: 0;
        left: 0;
    }

    .close {
        background-color: #8fc42e;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .close img {
        width: 30px;
    }

    .phone-listnav {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 3;
    }

    .phonelist-nav {
        width: 100%;
        background-color: #8fc42e;
        line-height: 48px;
    }

    .phonelist-nav a {
        color: #fff;
        font-size: 14px;
        padding: 0 15px;
    }

    .phonelist-nav1 {
        flex-direction: column;
        align-items: stretch;
        padding-left: 20px;
    }

    .phonelist-nav1 a {
        display: block;
    }

    .phonelist-nav {
        border-bottom: 1px solid #ffffff;
    }

    .phonelist-nav:last-child {
        border-bottom: none;
    }

    .phonelist-navtop>a {
        width: 50%;
    }

    .phonelist-navtop div {
        flex-grow: 1;
        flex-direction: row-reverse;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .phonelist-navtop div img {
        width: 16px;
    }

    .phonelist-nav1 {
        display: none;
    }

    .menucl-img2 {
        display: none;
    }

}

.all_indextop {
    width: 100%;
    height: 30px;
    background-color: #000000;
}

.all_indextop .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.all_indextop .right>a {
    display: inline-block;
    margin-right: 32px;
}

.n_switch a,
.n_switch {
    color: #fff;
    font-size: 12px;
}

.n_switch a {
    margin: 0 5px;
}

.n_switch img {
    margin-right: 10px;
}

.head_mumo {
    width: 60%;
}

.head_mumo .on {
    color: #8fc42e;
}

.head_mumo a {
    color: #000000;
    font-size: 19px;
    transition: all 0.5s;
}

.head_mumo a:hover {
    color: #8fc42e;

}

.index_logo {
    margin: 15px 0;
}

.in_banner {
    width: 100%;
    position: relative;
}

.banner_flxed {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 49px;
    color: #000000;
    transform: translate(0, -50%);
}

.banner_flxed :last-child {
    font-size: 23px;
    color: #95c932;
    line-height: 3
}

.newscp {
    margin-top: 100px;
}

.bo_title span:first-child {
    font-size: 39px;
    color: #69717a;
    position: relative;
}

.bo_title span:first-child::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 3px;
    background-color: #95c932;
    left: 0;
    bottom: -20px;
}

.bo_title span:last-child {
    font-size: 24px;
    color: #aeaeae;
}


.cp_list {
    margin-top: 61px;
    flex-wrap: wrap;
}

.cp_box {
    position: relative;
    display: block;
    width: 49.5%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4%;
    background-color: #f4f4f4;
}

.cp_box>img {
    transition: all 0.5s;
    margin-left: 10px;
}

.cp_box:hover>img {
    transform: scale(1.1);
}

.cp_boxt {
    position: absolute;
    top: 11%;
    right: 8%;
    text-align: right;
    color: #000000;
}

.cp_boxt p {
    font-size: 40px;
    margin-bottom: 15px;
}

.cp_boxt p:nth-child(2) {
    font-size: 21px;
}

.cp_boxt p:last-child {
    font-size: 17px;
    color: #8fc42e;
}

.see_mave {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    color: #212121;
    font-size: 17px;
    margin: 80px auto;
    border: 1px solid #000000;
    text-align: center;
}

.in_about {
    width: 100%;
    min-height: 200px;
    background: url(../aboutback.jpg) 100% center no-repeat;
    margin-top: 80px;
}

.in_about {
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 6%;
}


.in_about>p:first-child {
    color: #272728;
    font-size: 40px;
    display: flex;
    align-items: center;
    padding-top: 130px;
    padding-left: 10%;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

.in_about>p:first-child img {
    margin-left: 20px;
}

.indexe {
    font-size: 19px;
    color: #8e949a;
    text-align: right;
    width: 70%;
    line-height: 1.8;
    padding-top: 30px;
}

.sit_list {
    width: 360px;
    margin-top: 45px;
}

.si_box {
    width: 24%;
    text-align: center;
    font-size: 17px;
    color: #303030;
    line-height: 1.5;
    text-align: center;
}

.abou_foot {
    width: 100%;
    height: 60px;
    margin: 100px auto 40px;
    background-color: #a1cc52;
    padding: 0 2%;
    box-sizing: border-box;
}

.abpu_cent {
    width: 60%;
}

.abou_centlist {
    font-size: 23px;
    color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.abou_centlist img {
    padding-right: 15px;
}

.index_video {
    margin-top: 100px;
}


.video_list {
    margin-top: 100px;
    flex-wrap: wrap;
    justify-content: start;
}

.video_box {
    position: relative;
    display: block;
    border-radius: 4%;
    overflow: hidden;
    width: 32%;
    margin-right: 1.3%;
    margin-bottom: 40px;
}

.video_box img:nth-child(1) {
    max-width: none;
    width: 100%;
}

.video_box>img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inequipment_list {
    flex-wrap: wrap;
    margin-top: 100px;
}

.inequipment_list .equipment_box {
    width: 32%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4%;
}

.inequipment_list .equipment_box>img {
    transition: all 0.5s;
}

.inequipment_list .equipment_box:hover>img {
    transform: scale(1.1);
}

.inequipment_list .diyf {
    width: 66%;
}

.equipment_box {
    position: relative;
}

.name_time {
    position: absolute;
    bottom: 7%;
    left: 6%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
}

.inequipment_list .equipment_box:hover .name_time {
    opacity: 1;
}

.name_time .right {
    font-size: 25px;
    color: #ffffff;
    font-weight: 300;
    margin-left: 5px;
}

.name_time .right p:last-child {
    font-size: 30px;
    font-size: 500;
    margin-top: 10px;
}

.index_last {
    max-width: 100%;
    text-align: center;
    font-size: 39px;
    color: #fff;
    padding: 120px 0 60px;
    background: url(../indexlast.jpg) 100% center no-repeat;
    cursor: pointer;
}

.index_last img {
    margin-top: 15px;
}

.foot_logo {}

.foot_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
    padding-bottom: 110px;
}

.foot_toplx {
    margin-top: 30px;
    margin-bottom: 60px;
}

.foot_toplx span {
    font-size: 28px;
    color: #95c932;
    margin-left: 10px;
}

.foot_toplx p:last-child {
    font-size: 18px;
    color: #757475;
    text-align: center;
    line-height: 1.8;
}

.foot_move {
    width: 100%;
    align-items: stretch;
}

.foot_move .left {
    display: flex;
    width: 64%;
    justify-content: space-between;
}

.foot_move .left a {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.8;
}

.foot_move .left ul li:nth-child(1) a {
    font-size: 21px;
    color: #000000;
}

.foot_move .right {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 20%;
    text-align: center;
    font-size: 15px;
    color: #606060;
    line-height: 1.8;
}

footer {
    background-color: #f2f2f2;
}

.foot_lastjiaz {
    width: 100%;
    font-size: 14px;
    color: #404040;
    padding: 16px 0;
    background-color: #e6e6e6;
}

.banner_center {
    background: url(../banner_title.png) 100% center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 315px;
    height: 150px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #333333;
    box-sizing: border-box;
    padding: 15px 42px 0 0;
}


.banner_center p {
    color: #8fc42e;
    font-size: 20px;
    line-height: 2;
}

.n_banner {
    position: relative;
}

.websitePath {
    max-width: 100%;
    height: 72px;
    border: 1px solid #efefef;
}

.websitePath a {
    color: #333333;
}

.websitePath_center {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #69717a;
}

.websitePath_center img {
    margin-right: 5px;
}

.websitePath_center a {
    margin: 0 5px;
}

.cp_listcenter {
    align-items: stretch;

}

.cp_nlist {
    margin-top: 45px;
}

.cp_listcenter .left {
    width: 19%;
    background-color: #f7f7f7;

}

.cp_listcenter .right {
    width: 79%;
}

.cp_listnamrtop {
    background-color: #8fc42e;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px 8%;
    font-size: 26px;
    line-height: 2;

}

.cp_listnamrtop p:last-child {
    font-size: 16px;
    line-height: 1;
}

.cp_listnamrcenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #f7f7f7;
}

.cp_listbox {
    width: 88%;
    background-color: #fff;
    margin-bottom: 16px;
    line-height: 60px;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 5%;
    color: #333333;
}

.cp_listnamrcenter {
    margin-top: 7px;
    padding-top: 29px;
}

/* .cp_listnamrcenter .choose{
    background-color: #8fc42e;
    color: #fff;
} */

.nav_title {
    font-size: 18px;
    color: #69717a;
    border-bottom: 1px solid #f7f7f7;
    line-height: 60px;
    position: relative;
}

.nav_title a {
    color: #000000;
}

.nav_title::after {
    content: "";
    width: 44px;
    height: 3px;
    background-color: #8fc42e;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cp_fllist {
    flex-wrap: wrap;
    justify-content: start;
}

.cp_listnavs {
    width: 23%;
    margin-right: 1.5%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    border: 2px solid #f4f4f4;
    transition: all 0.5s;
}

.cp_listnavs:hover {
    border: 2px solid #8fc42e;
}

.cp_listnavs:hover .cpnaxstitle {
    background-color: #8fc42e;
    color: #fff;
}

.cpnaxstitle {
    text-align: center;
    font-size: 18px;
    color: #69717a;
    line-height: 3;
    position: relative;
    transition: all 0.3s;

}

.cpnaxstitle::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #d2d2d2;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.cplistimg {
    width: 100%;
    overflow: hidden;
}

.cplistimg img {
    width: 100%;
    max-width: none;
}

.n_about_title {
    text-align: center;
    padding-top: 57px;
    padding-bottom: 50px;
}

.n_about_title p:nth-child(1) {
    font-size: 39px;
    color: #69717a;
    position: relative;
}

.n_about_title p:nth-child(1)::after {
    position: absolute;
    left: 50%;
    bottom: -23px;
    content: "";
    width: 55px;
    height: 3px;
    background-color: #8fc42e;
    transform: translate(-50%, 0);
}

.n_about_title p:nth-child(2) {
    font-size: 20px;
    color: #aeaeae;
    margin-top: 35px;
}


.n_about_top {
    width: 100%;
    align-items: stretch;
}

.n_about_top .left {
    width: 38%;
}

.n_about_top .right {
    width: 60%;
    font-size: 15px;
    color: #747474;
    line-height: 1.5;
}

.n_about_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 110px;
}

.n_about_bnav {
    border-left: 1px solid #d2d2d2;
    padding-left: 15px;
    padding-top: 35px;
    padding-bottom: 60px;
}

.n_about_bnav p:nth-child(1) {
    font-size: 35px;
    color: #8fc42e;
    position: relative;
}

.n_about_bnav p:nth-child(1)::after {
    content: "";
    height: 100%;
    width: 2px;
    left: -16px;
    top: 0;
    position: absolute;
    background-color: #8fc42e;
}

.n_about_bnav p:nth-child(1) span:last-child {
    font-size: 18px;
}

.n_about_bnav p:nth-child(2) {
    font-size: 18px;
    color: #69717a;
    line-height: 1.8;
}

.n_qywh {
    max-width: 100%;
    background: url(../about_back.jpg) 100% center no-repeat;
    background-size: cover;
    padding-bottom: 160px;
}

.n_qywh_cont {
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}

.n_qywh_contnav {
    width: 48%;
    align-items: stretch;
    padding: 19px 60px;
    min-height: 255px;
    border-radius: 4%;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 87px;
    position: relative;
}

.n_qywh_contnav .left {
    margin-top: 40px;
}

.n_qywh_contnav .right {
    position: absolute;
    right: 59px;
    top: 16px;
}

.n_qywh_cont_title p {
    font-size: 27px;
    color: #222222;
    line-height: 1.8;
}

.n_qywh_cont_title p:nth-child(2) {
    font-size: 16px;
    color: #8fc42e;
    position: relative;
}

.n_qywh_cont_title p:nth-child(2)::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    background-color: #8fc42e;
    width: 78px;
    height: 1px;
}

.n_qywh_cont_memo {
    font-size: 22px;
    color: #747474;
    margin-top: 36px;
    line-height: 33px;
}

.n_qywhcint {
    position: relative;
}

.n_qygy_lsast {
    align-items: stretch;
    position: absolute;
    bottom: -290px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.n_qygy_lsanav {
    background-color: #8fc42e;
    width: 26%;
    padding: 35px 35px;
    box-sizing: border-box;
    border-radius: 5%;
}

.n_qygy_lsanav:nth-child(1) {
    width: 46%;
}

.n_lsanavt_title {
    font-size: 27px;
    color: #fff;
    position: relative;
}

.n_lsanavt_title p:last-child {
    font-size: 16px;
    line-height: 3;
}

.n_lsanavt_title::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    background-color: #fff;
    width: 78px;
    height: 1px;
}

.n_lsanavt_cont {
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    padding-top: 28px;
}

.n_fzlc {
    margin-top: 200px;
}

.n_fzlclist {
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
}

.n_fzlclist .left,
.n_fzlclist .right {
    width: 45%;
}

.n_fzlclist .left {
    padding-top: 90px;
}




.n_fzlc_box {
    border-top: 1px solid #e5e5e5;
    align-self: flex-end;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    box-sizing: border-box;
    padding: 50px 5% 35px 5%;
    margin-bottom: 40px;
}

.n_fzlc_box span {
    font-size: 33px;
    vertical-align: middle;
}

.n_fzlc_box:hover .n_fzlc_near {}

.n_fzlc_near {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
    font-size: 18px;
    color: #8fc42e;
    background-color: #fff;
    border: 1px solid #8fc42e;
    padding: 8px 11px;
    text-align: center;
}


.n_fzlclist .left .n_fzlc_box .n_fzlc_near {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    transform: translate(0, -50%);
    color: 18px;
    color: #8fc42e;
    background-color: #fff;
    border: 1px solid #8fc42e;
    padding: 8px 11px;
    text-align: center;
}

.changchu {
    width: 4%;
    height: 100%;
    background-color: #8fc42e;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0);
}

.changchimg {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.n_fzlc_box:hover .n_fzlc_near {
    color: #fff;
    background-color: #f49a42;
    border: 1px solid #f49a42;

}

.n_fzlclist .left .n_fzlc_box:hover .n_fzlc_near {
    color: #fff;
    background-color: #f49a42;
    border: 1px solid #f49a42;

}


.n_hover {
    max-width: 100%;
    background: url(../hovreimg.jpg) 100% center no-repeat;
    background-size: 100% 100%;
}

.n_hoverswi {
    padding: 40px 0 80px;
    position: relative;
}

.left_hocwe {
    position: absolute;
    left: -84px;
    top: 35%;
}


img {
    outline: none;
}

.left_hocwe2 {
    position: absolute;
    right: -84px;
    top: 35%;
}

.n_hoverswiper .swiper-slide img {
    max-width: none;
    width: 100%;
}


.n_downcont {
    justify-content: center;
    background-color: #f6f6f6;
    line-height: 60px;
    font-size: 15px;

}

.n_downcont a {
    color: #333333;
    margin: 0 40px;
    display: inline-block;
    border-bottom: 2px solid #f6f6f6;

}

.n_downcont a:hover {
    border-bottom: 2px solid #8fc42e;
}

.n_downcontall {
    padding-top: 70px;
    padding-bottom: 50px;
}

.n_donwnquer {
    margin-bottom: 80px;
}

.n_donwnquernav {
    justify-content: start;
    flex-wrap: wrap;
}

.n_donwnquerbox {
    width: 32%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px 22px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    margin-left: 1%;
    margin-bottom: 25px;
}

.n_donwnquerbox:hover {
    background-color: #8fc42e;
    border: 1px solid #8fc42e;
    color: #fff;

}


.n_donwnqueimg img:nth-child(2) {
    display: none;
}

.n_donwnquerbox:hover .n_donwnqueimg img:nth-child(1) {
    display: none;
}


.n_donwnquerbox:hover .n_donwnqueimg img:nth-child(2) {
    display: block;
}

.lxwm_n {
    margin-top: 80px;
    margin-bottom: 100px;
}

.lxwm_title {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    line-height: 4;
}

.lxwm_cont {
    border-radius: 15px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 1%;
}

.lxwm_ntitle {
    font-size: 22px;
    line-height: 3;
    color: #333333;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 10px;
}

.lxwm_list {
    flex-wrap: wrap;
    justify-content: start;
}
.lx_ly{
    width: 50%;
}
.lxwm_list_aaa {
    width: 25%;
}
.lx_ly_lest{
    width: 100%;
}
.lx_ly_lest .lx_ly_lest2{
    width: 95%;
}
.lxwm_box {
    width: 25%;
    display: flex;
    align-items: center;
    margin: 30px 0;
    line-height: 1.8;
}

.lxwm_box_a {
    display: flex;
    align-items: center;
    margin: 30px 0;
    line-height: 1.8;
}
.lxwm_box_a img{
    margin-right: 15px;
}
.lxwm_box img {
    margin-right: 15px;
}

.name_lxwm {
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
}

.mzidi p:nth-child(1) {
    color: #999999;
}

.lxwm_form {
    background-color: #f7f7f7;
    width: 100%;
    padding-bottom: 100px;
}

.lxwmform {
    width: 1200px;
    align-items: stretch;
}

.lxwmform .left,
.lxwmform .right {
    width: 48%;
}

.lxwmform_input input {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    background-color: #efefef;
    outline: none;
    border: 1px solid #efefef;
}

.lxwmform_input p {
    font-size: 15px;
    color: #333333;
    line-height: 3;
}

.lxwmform_input textarea {
    height: 110px;
    width: 100%;
    background-color: #efefef;
    outline: none;
    border: 1px solid #efefef;
    font-size: 16px;
    line-height: 1.8;
}

.gormtiji {
    margin: 45px auto 0;
    display: block;
    font-size: 18px;
    color: #fff;
    background-color: #8fc42e;
    padding: 20px 80px;
    border: none;
}

.form_lastbac {
    background: url(../formlast.jpg) 100% center no-repeat;
    background-size: 100% 100%;
}

.form_lastbac .left {
    color: #fff;
    font-size: 25px;
    line-height: 2;
    padding: 60px 0;
}

.form_lastbac .left p:nth-child(2) {
    font-size: 15px;
}

.form_lastbac .right {
    background-color: #d7e1c5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px 50px;
    font-size: 18px;
    color: #333333;
}

.form_lastbac .right img {
    margin-right: 10px;
}

.n_nczp {
    background: url(../rczpback.jpg) 100% center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.n_rczplx .top {
    text-align: center;
    padding: 65px 0 86px;
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
}

.n_rczplx .top p:nth-child(1) {
    font-size: 16px;
    color: #69717a;
    font-weight: bold;
}

.n_nczp_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    width: 33%;
}

.n_nczp_box img {
    display: block;
    margin-bottom: 8px;
    width: 15%;
}

.n_about_img img:nth-child(2) {
    display: none;
}

.n_about_boxtitle {
    display: flex;
    font-size: 16px;
    color: #333333;
    align-items: center;
    height: 60px;
    padding: 0 2%;
}

.n_about_boxtitle img {
    padding: 0 15px 0 0;
}

.n_zhiwei {
    max-width: 100%;
    background: url(../rcbjstu.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 30px;
}


.n_about_listbox {
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}

.n_about_bcont {
    padding: 0 2%;
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding-bottom: 24px;
    border-top: 1px solid #d8d8d8;
    display: none;
}

.n_about_bcont b {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin-top: 12px;
}

.rencaiclick .n_about_img img:nth-child(1) {
    display: none;
}

.rencaiclick .n_about_img img:nth-child(2) {
    display: block;
}

.rencaiclick .n_about_boxtitle {
    color: #8fc42e;
}

.rencaiclick .n_about_bcont {
    display: block;
}

.qygacont {
    width: 100%;
    flex-wrap: wrap;
    justify-content: start;
}

.detail_cent {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 50px 40px;
}

.n_detaicont {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.n_detaicont img {
    max-width: none;
    width: 100%;
}

.n_dead {
    padding-bottom: 50px;
}

.n_into {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 16px;
    color: #333333;
}


.n_cpdetail {
    align-items: stretch;
    padding: 60px 0;
}

.n_cpdetail .left {
    width: 47%;
}

.mySwiper33 {
    box-sizing: border-box;
    padding: 20px 66px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;

}

.mySwiper2 .swiper-slide img {
    margin: 0 auto;
    display: block;
}

.mySwiper33 .swiper-slide {}

.mySwiper33 .swiper-slide img {
    width: 60px;
    display: block;
    margin: 40px auto;
    /*padding: 20px;*/
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    max-width: none;
    width: 65%;
}

.n_cpdetail .right {
    width: 50%;
    background-color: #f6f6f6;
    padding: 2%;
    box-sizing: border-box;
}

.cp_deatop {
    border-bottom: 1px solid #e1e1e1;
    font-size: 22px;
    color: #333333;
    line-height: 2.3;
}

.cp_deatop span:nth-child(1) {
    font-size: 45px;
    color: #8fc42e;
    font-weight: bold;
    line-height: 1.4;
}

.cpdeta_title {
    font-size: 35px;
    color: #333;
    font-weight: bold;
    line-height: 1.9;
}

.cpdeta_title h1 {
    font-size: 35px;
    color: #333;
    font-weight: bold;
    line-height: 1.9;
}

.cp_maclist {
    margin: 8px 0;
}

.cp_maclist>p {
    font-size: 25px;
    color: #69717a;
    line-height: 3;
    padding-left: 5%;
    position: relative;
}

.cp_maclist>p::after {
    position: absolute;
    content: "";
    width: 6%;
    height: 2px;
    background-color: #8fc42e;
    left: 0;
    top: 50%;
}

.cp_maclisttiao {
    padding: 15px 25px;
    font-size: 15px;
    color: #666666;
    background-color: #fff;
    line-height: 2;
    min-height: 30px;
}

.aaaa_box {
    margin: 0 20px;
}

.cp_maclisttiao .aaaa {
    position: relative;
}

.cp_maclisttiao .aaaa::after {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    background-color: #666666;
}

.cp_maclisttiao h1 {
    font-size: 15px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    font-weight: normal;
}

.cp_maclisttiao h1::after {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    background-color: #666666;
}

.cp_maclisttiao .n_donwnquerbox {
    width: 48%;
    padding: 10px 22px;

    margin-left: 0%;
    margin-bottom: 0px;
}


.swiperbaneer .swiper-button-next,
.swiper-button-prev {
    color: #000000;
}

.swiperbaneer .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 47px;
    right: auto;
}

.swiperbaneer .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 47px;
    left: auto;
}

.swiperbaneer .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
    left: 0;
    width: 100%;
}

.swiperbaneer .swiper-pagination-bullet {
    width: 74px;
    height: 3px;
    opacity: 1;
    border-radius: 0;
    background-color: #fff;
}

.swiperbaneer .swiper-pagination-bullet-active {
    background: #747474;
}

.swiperbaneer .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.showpages {
    margin: 80px auto 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showpages a {
    font-size: 16px;
    color: #b5b5b5;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 8px;
    border: 1px solid #b5b5b5;
    transition: all 0.4s;
}

.showpages a:hover,
.showpages .pages {
    border: 1px solid #8fc42e;
    color: #fff;
    background-color: #8fc42e;
}

.zhezhao {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
}

.index_videoss {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: 80%;
    display: none;
}

.mySwiper2 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 81px;
    right: auto;
    color: #000000;
}

.mySwiper2 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 81px;
    left: auto;
    color: #000000;

}

.n_sp .video_list {
    margin-top: 0px;
    margin-bottom: 60px;
    align-items: start;
}

.n_cpaaa {
    border: 1px solid #e8e8e8;
    padding: 50px 40px;
    width: 100%;
    margin: 0 auto;

}

.n_cpaaa table {
    width: 100%;
}

.n_cpaaa p {
    color: #fff;
    background-color: #8fc42e;
    border: 1px solid #cae09d;
    width: 100%;
    height: 61px;
    font-size: 26px;
    text-align: center;
    line-height: 61px;
}

.n_cpaaa_t1 td {
    background-color: #e6e7e9;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 15px 0px;
}

.n_cpaaa tr td::after {
    content: "";
    width: 1px;
    height: 38px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
}

.lesttd::after {
    display: none;
}

.n_cpaaa_t2 td {
    background-color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 15px 0px;
}

.n_cpaaa tr .td_ {
    text-align: left;
    padding-left: 10px;
}

.ul_box_1{
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}
.ul_box_1 li{
    width: 100%;
    height: 60px;
    position: relative;
    background-color: #fff;
    margin-bottom: 16px;
    line-height: 60px;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 5%;
    color: #333333;
}

.ul_box_1 li a{
    color: #333333;
}
.ul_box_2{
    display: none;
}

@media screen and (max-width:1650px) {
    .center {
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 5%;
        padding-right: 5%;
    }

    .cp_box>img {
        width: 50%;
        padding: 2%;
    }

    .in_about {
        background-size: 100% 100%;
    }

    .n_qygy_lsast {
        width: 95%;
        margin: 0 2.5%;
    }

    .n_qygy_lsast {
        bottom: -320px;
    }

    .n_hoveCont {
        padding: 0 8%;
    }
}

@media screen and (max-width:1300px) {
    .banner_flxed {
        font-size: 38px;
    }

    .n_qywh_cont {
        display: block;
    }

    .n_qywh_contnav {
        width: 100%;
    }

    .n_qygy_lsast {
        bottom: -440px;
    }

    .n_hoveCont {
        padding: 0 10%;
    }

    .cp_listnavs {
        width: 30%;
    }

    .video_list {
        flex-wrap: nowrap;
        height: 400px;
        flex-direction: column;
        overflow-x: auto;
        flex-wrap: wrap;
    }

    .video_box {
        width: 68%;
        height: 300px;
    }

    .n_downcont a {
        margin: 0 25px;
    }

    .lxwm_list_aaa {
        width: 50%;
    }

    .lxwm_box {
        width: 50%;
    }
}

@media screen and (max-width:1000px) {
    .header {
        display: none;
    }

    .banner_flxed {
        font-size: 25px;
    }

    .banner_flxed :last-child {
        font-size: 18px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
    }

    .swiperbaneer .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 25px;
    }

    .swiperbaneer .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 25px;
    }

    .cp_boxt p {
        font-size: 16px;
    }

    .cp_boxt p:nth-child(2) {
        font-size: 15px;
    }

    .cp_boxt p:last-child {
        font-size: 14px;

    }

    .in_about>p:first-child {
        font-size: 25px;
    }

    .abpu_cent {
        width: 80%;
    }

    .abou_centlist {
        font-size: 16px;
    }

    .inequipment_list .equipment_box {
        width: 48%;
    }

    .inequipment_list .firsta {
        width: 100%;
    }

    .index_last {
        font-size: 30px;
    }

    .foot_move .left {
        width: 75%;
    }

    .foot_lastjiaz {
        font-size: 12px;
    }

    .video_box {
        height: 400px;
        width: auto;
    }

    .video_list {
        height: 192px;
    }

    .video_box img:nth-child(1) {
        width: auto;
        height: 100%;
    }

    .cp_box {
        width: 100%;
    }

    .bo_title span:first-child {
        font-size: 22px;
    }

    .bo_title span:last-child {
        font-size: 17px;
        color: #aeaeae;
    }

    .see_mave {
        display: block;
        width: 163px;
        height: 34px;
        line-height: 34px;
        color: #212121;
        font-size: 15px;
        margin: 42px auto;
        border: 1px solid #000000;
        text-align: center;
    }

    .in_about>p:first-child {
        color: #272728;
        font-size: 40px;
        display: flex;
        align-items: center;
        padding-top: 62px;
        padding-left: 1%;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
        font-size: 18px;
    }

    .indexe {
        font-size: 14px;
        color: #8e949a;
        text-align: right;
        width: 100%;
        line-height: 1.8;
        padding-top: 30px;
    }

    .sit_list {
        width: 100%;
    }

    .abpu_cent {
        flex-direction: column;
    }

    .abou_foot {
        width: 94%;
        height: 122px;
        margin: 30px auto 20px;
        background-color: #a1cc52;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .abou_centlist {
        margin: 4px;
    }

    .index_last {
        font-size: 25px;
        padding: 59px 0 51px;
    }

    .foot_move {
        flex-wrap: wrap;
        align-items: center;
    }

    .foot_move .left,
    .foot_move .right {
        width: 100%;
    }

    .foot_move .left a {
        font-size: 12px;
    }

    .foot_move .left ul li:nth-child(1) a {
        font-size: 17px;
    }

    .foot_lastjiaz>div {
        flex-wrap: wrap;
    }

    /* 
    .in_banner {
        height: 200px;
        text-align: center;
    }

    .in_banner img {
        height: 100%;
        max-width: none;
        object-fit: cover;
    } */

    .banner_flxed {
        font-size: 18px;
    }

    .banner_flxed :last-child {
        font-size: 0.6rem;
    }

    .newscp {
        margin-top: 34px;
    }

    
    .banner_center {
        background: url(../banner_title.png) 100% center no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        height: 65px;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #333333;
        box-sizing: border-box;
        padding: 15px 42px 0 0;
    }

    .banner_center p {
        font-size: 0.4rem;
    }

    .n_about_title p:nth-child(1) {
        font-size: 28px;
    }

    .n_about_title p:nth-child(2) {
        font-size: 20px;
    }


    .n_about_title {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 26px;
    }

    .n_about_top {
        flex-wrap: wrap;
    }

    .n_about_top .left,
    .n_about_top .right {
        width: 100%;
        margin-bottom: 20px;
    }

    .n_about_bottom {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .n_about_bnav {
        width: 42%;
    }

    .n_about_bnav p:nth-child(2) {
        font-size: 12px;
    }

    .n_qywh_contnav .right {
        z-index: 1;
        opacity: 0.5;
    }

    .n_qywh_contnav .left {
        width: 100%;
        margin-top: 0;
        z-index: 3;
    }

    .n_qygy_lsast {
        position: relative;
        top: 0;
        left: 0;
        bottom: none;
        right: none;
        flex-wrap: wrap;
    }

    .n_qygy_lsanav:nth-child(1) {
        width: 100%;
    }

    .n_qygy_lsanav {
        width: 100%;
        margin: 5px 0;
    }



    .n_fzlc_box {
        font-size: 13px;
    }

    .left_hocwe2 {
        right: -37px;
        z-index: 2222;
    }

    .left_hocwe {
        left: -40px;
        z-index: 2222;

    }

    .n_hoverswi {
        padding: 0 6%;
    }


    .cp_listcenter {
        flex-wrap: wrap;
    }

    .cp_listcenter .left {
        width: 100%;
    }

    .cp_listcenter .right {
        width: 100%;
    }

    .cp_listnavs {
        width: 48%;
    }

    .n_cpdetail {
        flex-wrap: wrap;
    }

    .n_cpdetail .left {
        width: 100%;
    }

    .n_cpdetail .right {
        width: 100%;
    }

    .mySwiper2 .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 9px;
        left: auto;
        color: #000000;
    }

    .mySwiper2 .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 9px;
        right: auto;
        color: #000000;
    }

    .cp_deatop span:nth-child(1) {
        font-size: 35px;
    }

    .cpdeta_title h1 {
        font-size: 30px;
    }

    .n_nczp_center{
        flex-wrap: wrap;
    }

    .n_nczp_box{
        width: 100%;
        margin-bottom: 5px;
    }

    .n_donwnquerbox{
        width: 100%;
    }

    .lxwm_list_aaa{
        width: 100%;
    }
    .lxwm_box_a{
        box-sizing: border-box;
        padding:  0 5%;
    }

    .lxwm_box_a img{
        margin:  0 15px;
    }

    .lxwm_box{
        width: 100%;
    }

    .form_lastbac>div{
        flex-wrap: wrap;
        padding: 0 5% 15px 5%;
    }

    .n_detaicont{
        width: 100%;
    }
    .n_downcont{
        height: 70px;
        overflow-x: auto;
        flex-wrap:wrap;
        flex-direction: column;
    }
    .n_downcont a{
        width: 45%;
        text-align: center;
    }
    .n_downcont a {
        margin: 0 10px;
    }
    .lx_ly{
        width: 100%;
    }
    .lx_ly_lest .lx_ly_lest2{
        width: 90%;
    }
}