body {
    font-size: 14px;
    font-family: 'Noto Sans SC','PingFang SC ', sans-serif;
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
}
:root {
    --padding:80px 10px;
    --margin:90px auto;
    --m80:80px 0;
    --m50:50px 0;
    --f80:80px;
    --f70:70px;
    --f60:60px;
    --f50:50px;
    --f48:48px;
    --f40:40px;
    --f36:36px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --border: #eee solid 1px;
    --wrapper: 1460px;
    --main-color: #009106;
    --main2-color: linear-gradient(30deg, #00956d,#006b4e);
    --main3-color: #006b4e;
    --listbg: #fff;
 }
body a {
    color: #000;
        text-decoration: none !important;
    transition: all ease 0.3s;
}
a:hover, a:focus {
    color: var(--main-color);
    text-decoration: underline;
}
body li {
    list-style-type: none; 
}

p,
ul,
li,
h5,
h4,
h3,
h2,
h1 {
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
}

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

input {
    outline: none
}

.non_width {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
}



.mbx_w {
    color: #000;
    font-size: 16px;
}
.ymbt {
    display: block;
    line-height: 1.35;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 32px;
    padding-top: 35px;
    font-weight: bold;
}
.plate_bt {
    text-align: center;
}




/*mianbaoxie------------------------------------------------*/


/*daohang------------------------------------------------*/
.head{

}
.head.headera{
    
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    top: 0;
}
.head:hover{
}
.headw{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headw .logo{
    
            clear: left;
        margin-left: 0%;
        margin-right: 0px;
        width: 19.400000000000002%;
}
.headw .logo img{}
.web_nav{
    display: none;
         
}
.web_nav span{}
.headw .nav{
    margin-left: 0%;
    margin-right: 0px;
    clear: none;
}
.headw .nav ul{
    display: flex;
    flex-wrap: wrap;
    
}
.headw .nav ul li{
       width: 114px;
       margin: 0%;
}
.headw .nav ul li a{height: 84px;line-height: 84px;white-space: nowrap;text-align: center;font-size: 16px;color: #333;-webkit-transition: .5s;-o-transition: .5s;-moz-transition: .5s;transition: .5s;display: block;text-align: center;}
.headw .nav ul li:hover a{
    color: #00956d;
    
}
.headw .souc{
            width: 5.17%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
}
.headw .souc .icon{
    
        width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
}
/*daohang------------------------------------------------*/
/*banner-------------------------------------------------*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    width: 100%;
}

.banner .banner_gund {
    position: absolute;
    bottom: 4% !important;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.banner .banner_gund span {
    opacity: 1;
    width: 18px;
    background: #c9c9c9;
    height: 8px;
    border-radius: 0px;
    transition: all ease .5s;
}

.banner .banner_gund span.swiper-pagination-bullet-active {
    background: #0053af;
    width: 36px;
}

.swiper-pagination{}
.swiper-pagination span{
    background: #fff;
    width: 13px;
    height: 13px;
    opacity: 0.5;
}
.swiper-pagination span.swiper-pagination-bullet-active{
    opacity: 1;
    background: var(--main-color);
}
/*banner-------------------------------------------------*/
/*fudongkefu------------------------------------------------*/

/*fudongkefu------------------------------------------------*/

/*jinchangxiaoguo----------------------------------------------*/
.frtop {
    opacity: 0;
    transform: translatey(100%);
    transition: all .5s ease-out;
}

.started .frtop {
    opacity: 1;
    transform: none;
}

.frleft {
    transform: translate(-200%);
    opacity: 0;
    transition: all .75s ease-out;
}

.frright {
    transform: translate(200%);
    opacity: 0;
    transition: all .75s ease-out;
}

.started .frleft {
    opacity: 1;
    transform: none;
}

.started .frright {
    opacity: 1;
    transform: none;
}

/*jinchangxiaoguo----------------------------------------------*/


.fyan {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
margin-top: 20px;}

.page-status,
.page-index,
.page-last {

    display: none;
}

.page-pre,
.page-next {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    background-color: #ddd;
    line-height: 30px;
}

.page-pre:hover,
.page-next:hover {
    background-color: #00956d;
}

.page-pre:hover a,
.page-next:hover a {
    color: #fff;
}

.page-pre a,
.page-next a {
    display: block;
    color: #fff;
}

.page-next a {}

.page-numbar {
    display: inline-block;
    margin: 0px 3px;
}

.page-numbar a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    background: #f9f9f9;
    line-height: 30px;
    color: #999;
}

.page-numbar a:hover {
    background-color: #00956d;
    color: #fff;
}



.lxfs{
    display: flex;
    align-items: center;
}
.lxfs_a{}
.lxfs_a a{
    color: var(--main-color);
    font-size: 16px;
    margin-right: 37px;
}
.lxfs_b{
    display: flex;
    border-radius: 0px 20px 0px 20px;
    background: var(--main-color);
    padding: 0px 0px;
}
.lxfs_b .dyy{
    color: #fff;
    border-right: solid 1px #fff;
    padding: 10px 22px;
}
.lxfs_b .sous{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
}

.plate_pro{
    background: url(../images/home1.png) no-repeat;
    background-size: cover;
    padding: 32px 0 40px;
}

.plate_bt{
    font-size: 36px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.plate_bt:after{
    content:'';
    display: inline-block;
    width: 90px;
    background: var(--main-color);
    height: 3px;
    margin-top: 16px;
}
.plate_prow {
}
.profl_list{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.profl_list_yiji{
    border: solid 1px #eee;
    width: 49%;
    background: #fff;
    transition: all ease .8s;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profl_list_yiji:hover{
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 18%);
}
.profl_list_yiji .yiji{
    width: 45%;
}
.profl_list_yiji .yiji .img{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.profl_list_yiji .yiji .img img{
    height: 83%;
}

.profl_list_erji h3:after{
    content:'';
    display: inline-block;
    background: var(--main-color);
    width: 60px;
    height: 2px;
    margin-top: 9px;
}
.profl_list_erji:hover h3{
    color: var(--main-color);
}
.profl_list_erji{
    width: 50%;
}
.profl_list_erji h3{
    color: #333;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    transition: all ease .8s;
    margin-bottom: 9px;
}
.profl_list_erji .erji{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.profl_list_erji .erji .img{}
.profl_list_erji .erji .img img{}
.profl_list_erji .erji h4{
    margin: 0;
    font-weight: 500;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}
.profl_list_erji .erji:hover h4{
    color: var(--main-color);
}
.plate_jjfn{
    background: #f5fbf8;
    padding: 32px 0 40px;
}
.plate_jjfnw {
    display: flex;
    justify-content: space-between;
}
.jjfa_bt{
    width: 25%;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 700px;
    display: flex;
    justify-content: space-between;
}
.jjfa_bt span{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #eee;
}
.jjfa_bt span.on{
    background: #c6e7de;
    color: #333;
}
.jjfa_bt_nr{
    width: 75%;
}
.jjfa_bt_nrw{
}
.jjfa_bt_nrw.active{
    display: block;
}
.jjfa_bt_nr_l{
    position: absolute;
    left: 0%;
    width: 26%;
    height: 100%;
    background: rgb(0 0 0 / 43%);
    display: flex;
    flex-direction: column;
    z-index: 9;
    display: none;
}
.jjfa_bt_nr_l span{
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.jjfa_bt_nr_l span.on{
    background: var(--main-color);
}
.jjfa_bt_nr_r{
    width: 100%;
    position: relative;
    display: none;
}
.jjfa_bt_nr_r.active{
    display: block;
}
.jjfa_bt_nr_r .img{
    height: 700px;
    overflow: hidden;
    position: relative;
}
.jjfa_bt_nr_r .img.active{
    display: flex;
}
.jjfa_bt_nr_r .img img{
    height: 100%;
}
.jjfa_bt_nr_r .img:after{
    content:'';
    background: url(../images/pic_case_mask.png);
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%;
    left: 0%;
    background-size: cover;
}
.jjfnnr_ms{
    position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 5%;
    z-index: 5;
}
.jjfnnr_ms h4{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.jjfnnr_ms p{
    color: #fff;
    line-height: 1.4;
    margin-top: 10px;
}
.jjfnnr_ms a{
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    padding: 7px 19px;
    display: inline-block;
    margin-top: 33px;
}
.plate_fwzc{
    background: url(../images/home1.png) no-repeat;
    background-size: cover;
    padding: 32px 0 40px;
}
.plate_fwzcw {
    display: flex;
    justify-content: space-between;
}
.plate_fwzcw .list{
    cursor: pointer;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #daedf6;
    border-radius: 10px;
    box-shadow: 0 5px 6px #dcdcdc;
}
.plate_fwzcw .list .img{
    overflow: hidden;
}
.plate_fwzcw .list .img img{
    width: 100%;
    transition: all ease .8s;
}
.plate_fwzcw .list:hover .img img{
   transform: scale(1.1);
}
.plate_fwzcw .list .nr{
    text-align: center;
    box-sizing: border-box;
    padding: 25px 10px;
    background: #fff;
} 
.plate_fwzcw .list .nr img{
    display: block;
    margin: auto;
    margin-bottom: 12px;
    height: 43px;
}
.plate_fwzcw .list .nr h2{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    transition: 0.4s;
}
.plate_fwzcw .list .nr h4{
    font-size: 16px;
    color: #666666;
    font-weight: 500;
} 
.plate_fwzcw .list .nr span{
    font-size: 14px;
    color: #ffffff;
    background: var(--main-color);
    padding: 5px 15px;
    background-size: 100% 100%;
    margin-top: 16px;
    transition: 0.4s;
    border-radius: 50px;
    display: inline-block;
} 

.plate_necas{
    background: #f5fbf8;
    padding: 32px 0 40px;
}
.plate_necasw{
    display: flex;
    justify-content: space-between;
}
.plate_necasw .left{
    width: 24%;
    position: relative;
    padding-bottom: 50px;
}
.case_list{overflow: hidden;background: #fff;}
.plate_necasw .plate_bt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.plate_necasw .right{
    width: 76%;
    padding-left: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 50px;
}
.plate_necasw .list{
    width: 32%;
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    background: #fff;
}
.plate_necasw .case_list .list{
    width: 100%;
}
.plate_necasw .list .img{
    overflow: hidden;
}
.plate_necasw .list .img img{
    width: 100%;
    transition: all ease .8s;
}
.plate_necasw .list:hover .img img{
 transform: scale(1.1);
}
.plate_necasw .list .nr{
    background: #ffffff;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
}
.plate_necasw .list .nr h2{
    font-size: 18px;
}

.plate_necasw .list:hover .nr h2{
    color: var(--main3-color);
}

.foot{
    padding-top: 70px;
    background: var(--main-color);
}
.footw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footw .left{
    width: 69%;
}
.footw .left .t{
    display: flex;
    justify-content: space-between;
}
.footw .left .t .dbnav{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 73px;
}
.footw .left .t .dbnav h2{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 21px;
}
.footw .left .t .dbnav a{
    color: #fff;
    line-height: 1.8;
}
.footw .left .b{
    border-top: solid 1px #ffffff;
    padding-top: 20px;
    margin-top: 30px;
    padding-bottom: 25px;
    color: #fff;
}
.footw .left .b a{
    color: #fff;
}

.footw  .right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footw  .right h2{
    margin: 0%;
    font-size: 30px;
    color: #fff;
}
.footw  .right h4{
    margin: 0%;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}
.footw  .right p{
    color: #fff;
    opacity: 0.5;
    text-align: right;
}
.footw  .right a{
    background: #fff;
    display: inline-block;
    border-radius: 10px 0px 10px 0px;
    padding: 12px 27px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}

.anniu{
    font-size: 14px;
    color: #ffffff;
    background: var(--main-color);
    padding: 5px 15px;
    background-size: 100% 100%;
    margin-top: 16px;
    transition: 0.4s;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    right: 0%;
    bottom: 0%;
}

.nybanner{position: relative;}
.nybanner .bj{
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nybanner .bj img{
    height: 100%;
}

.nybanner_wz{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nybanner_wz h2{
    color: #fff;
    font-size: 42px;
    text-shadow: 0 0 4px rgb(0 0 0 / 34%);
}

.ny_nav{
    background: #f5f9fb;
    height: 73px;
    line-height: 73px;
    border-bottom: 1px solid #e5e5e5;
}
.ny_navw{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ny_navwr{}
.ny_navwr .bt{
    display: flex;
}
.ny_navwr .bt h3{
    margin-right: 37px;
    cursor: pointer;
}
.ny_navwr .bt h3.on{
    color: var(--main-color);
}
.ny_navwr a{
    position: relative;
    font-weight: bolder;
    font-size: 18px;
    color: #333333;
    padding: 0 15px;
    margin-right: 15px;
    height: 73px;
    line-height: 73px;
    display: inline-block;
}
.ny_navwr a:hover{
    color: var(--main-color);
}
.ny_navwr a.on{}
.ny_navwr a.on:after{
    content:'';
    position: absolute;
    bottom: 0%;
    width: 50%;
    left: 25%;
    height: 2px;
    background: var(--main-color);
    border: 0%;
}
.ny_navwr a:hover:after{
    content:'';
    position: absolute;
    bottom: 0%;
    width: 50%;
    left: 25%;
    height: 2px;
    background: var(--main-color);
    border: 0%;
}
.ny_navwl{}
.mbx_w{
    font-size: 14px;
    font-weight: bold;
}
.mbx_w a{}

.about_nr{
    padding: 32px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.about_nrw_lr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about_nrw_lrl{
    width: 43%;
}
.about_nrw_lrl img{
    width: 94%;
    border: solid 1px #eee;
    padding: 3%;
}
.about_nrw_lrr{
    width: 54%;
}
.about_nrw_lrr p{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}
.about_nrw_lrr h4{
    font-size: 24px;
    margin: 19px 0px;
}
.abukl{
}
.abukl li{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    position: relative;
    padding-left: 30px;
}
.abukl li:after{
    content:'';
    position: absolute;
    left: 0%;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    left: 14px;
    top: 11px;
    transform: rotate(45deg);
}
.abukl li span{
    color: var(--main-color);
}
.about_nrw_lrb{
    width: 100%;
    margin-top: 17px;
}
.about_nrw_lrb h4{
    font-size: 24px;
    margin: 19px 0px;
}
.about_nrw_lrb p{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.news_list{
    padding: 32px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.news_listw{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.news_list .newsfa_li{width: 23.5%;margin-right: 2%;margin-bottom: 2%;background: #ffffff;box-shadow: 0 0 6px #cccccc;}
.news_list .newsfa_li:nth-of-type(4n) {
    margin-right: 0;
}
.news_list .newsfa_li .newsfa_left{}
.news_list .newsfa_li .newsfa_left .newsfa_Img {
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_list .newsfa_li .newsfa_left .newsfa_Img img{
    transition: all ease .8s;
    width: 100%;
    height: 100%;
}
.news_list .newsfa_li:hover .newsfa_left .newsfa_Img img{
    transform: scale(1.1);
}
.news_list .newsfa_li .newsfa_right{
    padding: 7%;
}
.news_list .newsfa_li .newsfa_right h3{
    font-weight: 500;
}

.news_djfl{}
.news_djfl .fl{
       display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.news_djfl .fl a{
    background: #eee;
    color: #666;
    margin: 0px 10px;
    border-radius: 10px 0px 10px 0px;
    font-size: 16px;
    padding: 11px 35px;
            margin-bottom: 12px;
}
.news_djfl .fl a:hover{
    background: var(--main-color);
    color: #fff;
}
.news_djfl .fl a.on{
       background: var(--main-color);
    color: #fff;
}
.news_djfl .ss{
    margin: 28px 0px;
}

.news_djfl .ss form {
    display: flex;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    border: solid 1px var(--main-color);
} 
.news_djfl .ss input{
    width: 80%;
    width: calc(100% - 130px);
    border: 0px;
    font-size: 16px;
    padding: 0px 15px;
}
.news_djfl .ss button{
    width: 100px;
    border: 0px;
    height: 54px;
    background: var(--main-color);
    color: #fff;
    border: 0px;
    font-size: 18px;
} 

.rczx_nr{
    padding: 32px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

.rczx_nra {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 32px 0 40px;
    position: relative;
    margin: 32px auto;
}
.rczx_nral{
    width: 50%;
}
.rczx_nra:after{
    content:'';
    position: absolute;
    right: 0%;
    width: 56%;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
}
.rczx_nral img{
    width: 100%;
}
.rczx_nrar h2{
    font-size: 42px;
}
.rczx_nrar .nr{
    margin: 10% 0%;
}
.rczx_nrar .nr .hx{
    width: 60px;
    height: 3px;
    background: var(--main-color);
    margin: 14px 0px;
}
.rczx_nrar .nr h3{
    font-size: 24px;
    color: var(--main-color);
}
.rczx_nrar .nr p{
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.rczx_nrar{
    width: 40%;
    padding: 0% 5%;
}

.rczx_nrb{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.rczx_nrbl{
    width: 47%;
}
.rczx_nrbl img{
    width: 100%;
    max-width: 100%;
}
.rczx_nrbr{
    width: 43%;
    padding-left: 5%;
}
.rczx_nrbr h4{
    font-size: 24px;
    color: var(--main-color);
}
.rczx_nrbr .hx{
    width: 60px;
    height: 3px;
    background: var(--main-color);
    margin: 14px 0px;
}
.rczx_nrbr p{
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.rczx_nr_qt{
    padding: 32px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/rc4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.rczx_nr_qtw{}
.rczx_nr_qtw h4{
    font-size: 24px;
    color: var(--main-color);
}
.rczx_nr_qtw .hx{
    width: 60px;
    height: 3px;
    background: var(--main-color);
    margin: 14px 0px;
}
.rczx_nr_qtwl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
}
.rczx_nr_qtwl .list{
    width: 41%;
    margin-bottom: 3%;
    background: var(--main-color);
    color: #fff;
    border-radius: 20px;
    padding: 5% 4%;
}
.rczx_nr_qtwl .list h2{
    text-align: center;
    font-weight: 500;
}
.rczx_nr_qtwl .list p{
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-top: 10px;
}

.zplist {
    margin-top: 50px;
}
.zplist_bt{
    background: var(--main-color);
    display: flex;
}
.zplist_btP{}
.zplist_bt > div{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0px;
}
.zplist .a{
    width: 26%;
    padding: 1.5% 2%;
}
.zplist .b{
    width: 16%;
    padding: 1.5% 2%;
}
.zplist .c{
    width: 16%;
    padding: 1.5% 2%;
}
.zplist .d{
    width: 16%;
    padding: 1.5% 2%;
}
.zplist .e{
    width: 6%;
    padding: 1.5% 2%;
}
.zplist .e img{
    width: 23px;
    transition: all ease .8s;
}
.ext_yxsj{
    border-bottom: solid 1px #eee;
}
.ext_yxsjt{
    display: flex;
}
.ext_yxsjt > div{
    font-size: 18px;
    color: #666;
}
.ext_yxsjb{
    border-top: solid 1px #eee;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    height: 0px;
    overflow: hidden;
    transition: all ease .8s;
}

.active .ext_yxsjb{
    height: 260px;
}
.ext_yxsjbw{
    padding: 2% 4%;
}
.active .ext_yxsjt .e img{
    transform: rotate(180deg);
}

.rczp_zpfl{
    margin-bottom: 50px;
}
.rczp_zpflw{
}
.rczp_zpflw h2{
    font-size: 30px;
}
.rczp_zpflw h4{
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: var(--main-color);
    border-bottom: dashed 1px #eee;
    padding-bottom: 1%;
    margin-bottom: 1%;
    margin-top: 1%;
    width: 500px;
}
.rczp_zpflw p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.contact_nrkd{
    padding: 40px 0px;
}
.contact_nr{
}
.dt{
    padding: 40px 0px;
}
.contact_nrw{
    border: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
}

.contact_nrl{
    width: 17%;
    border-right: solid 1px #eee;
    margin-right: 3%;
    padding: 3%;
}
.contact_nrl h4{
    font-size: 18px;
    font-weight: 500;
    color: #999;
}
.contact_nrl h2{
    font-size: 36px;
}
.contact_nrl a{
    background: var(--main-color);
    display: inline-block;
    border-radius: 10px 0px 10px 0px;
    padding: 12px 27px;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
}
.contact_nrr{
    width: 74%;
}
.contact_nrr h4{
    font-size: 28px;
    color: var(--main-color);
    margin-bottom: 9px;
}
.contact_nrr p{
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.maeaggs {
    padding: 2%;
    background: #eee;
    margin-bottom: 40px;
}
.contact_bt {}
.contact_bt h2{
    font-size: 18px;
    font-weight: 500;
    color: #999;
}
.contact_bt h3{
    font-size: 36px;
}
.maeaggs form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.maeaggs form input{
    width: 30%;
    background: #fff;
    border: 0px;
    padding: 1.5% 1.5%;
    font-size: 16px;
    margin-bottom: 0.5%;
}
.maeaggs form textarea{
    width: 100%;
    border: 0;
    margin-top: 0.5%;
    height: 240px;
    padding: 1%;
    font-size: 16px;
    font-family: 'Noto Sans SC', 'PingFang SC ', sans-serif;
}
.maeaggs form button{
    width: 100%;
    border: 0;
    background: var(--main-color);
    color: #fff;
    font-size: 22px;
    margin-top: 0.5%;
    height: 62px;
}


.zplist .aa{
    width: 38%;
    padding: 1.5% 2%;
}
.zplist .bb{
    width: 12%;
    padding: 1.5% 2%;
}
.zplist .cc{
    width: 12%;
    padding: 1.5% 2%;
}
.zplist .dd{
    width: 12%;
    padding: 1.5% 2%;
}

.sxsx {
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    padding: 30px 35px;
    margin-bottom: 20px;
    background: #fdfdfd;
}
.sxsx  p{
    margin-bottom: 8px;
}
.sxsx  p span{
    font-size: 14px;
    color: #666;
    margin-right: 40px;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.sxsx p a{
    display: inline-block;
    background: #999;
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
}

.sxsx p a.btnbtn-info{
    background: var(--main-color);
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.sxsx p a.active{
     background: var(--main-color);
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
}
.sxsx p a:hover{
       background: var(--main-color);
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
}

.fwjsnr {padding-bottom: 40px;}
.fwjsnrw{
    background: #f5fbf7;
    padding: 3%;
    padding-top: 5%;
}
.fwjsnrw img{
    width: 100%;
}
.fwjsnrw h4{
    margin-top: 4%;
    font-size: 20px;
    margin-bottom: 1%;
}
.fwjsnrw p{
    font-size: 16px;
    color: #999;
    line-height: 1.8;
}

.fwwkdz{
    margin-top: 25px;
    background: #f5f5f5;
    padding: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.fwwkdz .list{
    width: 50%;
    margin-bottom: 3%;
}
.fwwkdz .list h2{
    font-size: 20px;
    margin-bottom: 11px;
}
.fwwkdz .list p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.plate_bt_ms{
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.jjfn_xqnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.jjfn_xqnrl{
    width: 50%;
}
.jjfn_xqnrl img{
    width: 100%;
}
.jjfn_xqnrr{
    width: 47%;
}
.jjfn_xqnrr h1{}
.jjfn_xqnrr .hx{
    width: 60px;
    height: 3px;
    background: var(--main-color);
    margin-top: 10px;
    margin-bottom: 20px;
}
.jjfn_xqnrr .nr{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.jjfn_xqnr_case {
    padding: 40px 0px;
    \: 40px 0px;
}

.jjfn_xqnr_case_list {position: relative;display: flex;flex-direction: column;}
.jjfn_xqnr_case_list .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding-bottom: 3%;
    padding-top: 3%;
    border-bottom: solid 1px #eee;
}
.jjfn_xqnr_case_list .list .img{
    width: 22%;
}
.jjfn_xqnr_case_list .list .img img{
    width: 100%;
}
.jjfn_xqnr_case_list .list .nr{
    width: 72%;
}
.jjfn_xqnr_case_list .list .nr h2{
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Âº3ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ */
    overflow: hidden;
}
.jjfn_xqnr_case_list .list .nr p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Âº3ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ */
    overflow: hidden;
}


.jjfn_xqnr_case_list .list a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jjfn_xqnr_pro {
    background: url(../images/home1.png) no-repeat;
    background-size: cover;
    padding: 32px 0 40px;
}
.jjfn_xqnr_pro_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jjfn_xqnr_pro .list{
    width: 23.5%;
    background: #fff;
    border: solid 1px #eee;
    box-shadow: 0 0 9px rgb(0 0 0 / 21%);
}
.jjfn_xqnr_pro .list .img{
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jjfn_xqnr_pro .list .img img{
    height: 55%;
    transition: all ease .8s;
}
.jjfn_xqnr_pro .list .nr{
    text-align: center;
}
.jjfn_xqnr_pro .list .nr h2{
    font-weight: 500;
    font-size: 18px;
    color: #333;
    padding: 5% 6%;
    text-align: left;
}

.jjfn_xqnr_pro .list:hover{}
.jjfn_xqnr_pro .list:hover .img img{
    transform: scale(1.1);
}
.jjfn_xqnr_pro .list:hover .nr h2{
    color: var(--main-color);
}

.ckgd{
    font-size: 14px;
    color: #ffffff;
    background: var(--main-color);
    padding: 8px 15px;
    background-size: 100% 100%;
    margin-top: 16px;
    transition: 0.4s;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    width: 92px;
    text-align: center;
    margin-top: 20px;
}
.pro_fljs {
    padding: 40px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pro_fljsl{
    width: 45%;
    padding-top: 20px;
}
.pro_fljsl h2{
    font-size: 42px;
}
.pro_fljsl .hx{
    width: 60px;
    height: 3px;
    background: var(--main-color);
    margin-top: 10px;
    margin-bottom: 20px;
}
.pro_fljsl p{
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.pro_fljsr{
    width: 50%;
}
.pro_fljsr img{
    width: 100%;
}


.pro_erjifl{
    background: #f5f5f5;
    padding: 40px 0px;
}
.pro_erjiflw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_erjiflw .list{
    width: 45%;
    background: #fff;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
}
.pro_erjiflw .list .img{
    width: 41%;
}
.pro_erjiflw .list .img img{
    width: 100%;
}
.pro_erjiflw .list .nr{
    width: 53%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.pro_erjiflw .list .nr h4{
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.pro_erjiflw .list .nr .hx{
    width: 70%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #ffffff, #000000);
}

.zifen{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zifen a{
    width: 43%;
    font-size: 16px;
    line-height: 2;
    position: relative;
    padding-left: 6%;
}
.zifen a:after{
    content:'';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
    left: 0%;
    top: 43%;
}
.pro_erjiflw .list .nr .ckd{
    font-size: 14px;
    color: #ffffff;
    background: var(--main-color);
    padding: 5px 15px;
    background-size: 100% 100%;
    transition: 0.4s;
    border-radius: 50px;
    display: inline-block;
}

.pro_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0px;
}
.pro_list .list{
    width: 23.1%;
    margin-right: 2%;
    border: solid 1px #eee;
    margin-bottom: 2%;
}
.pro_list .list:nth-child(4n){
    margin-right: 0%;
}
.pro_list a{}
.pro_list a .img{
    overflow: hidden;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_list a .img img{
    width: auto;
    padding: 10%;
    transition: all ease .8s;
    height: 74%;
}
.pro_list a .nr{
    text-align: center;
}
.pro_list a .nr h2{
    font-weight: 500;
    background: #f5f5f5;
    padding: 20px 0px;
    transition: all ease .8s;
}
.pro_list a:hover{}
.pro_list a:hover .img img{
    transform: scale(1.1);
}
.pro_list a:hover .nr h2{
    background: var(--main-color);
    color: #fff;
}


.pro_xq{position: relative;background: url(../images/home1.png) no-repeat;background-size: cover;padding: 32px 0 40px;}
.pro_xqw{display: flex;justify-content: space-between;align-items: flex-start;}
.pro_xqwl{width: 50%;}
.pro_xqwl .gallery-topa{border: solid 1px #eee;margin-bottom: 20px;}
.pro_xqwl .gallery-topa .swiper-slide{
    height: 500px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_xqwl .gallery-topa .swiper-slide img{width: auto;padding: 10%;height: 70%;}

.pro_xqwl .gallery-thumbsa{

}
.pro_xqwl .gallery-thumbsa .swiper-slide{height: 100px;display: flex;align-items: center;justify-content: center;background: #fff;cursor: pointer;}
.pro_xqwl .gallery-thumbsa .swiper-slide img{max-width: 80%;height: 70%;}
.pro_xqwr{width: 45%;}
.pro_xqwr h1{font-size: var(--f24);color: #000;font-weight: 500;margin-bottom: 30px;}
.pro_xqwr .fl{font-size: 16px;color: #666;background: #f5f5f5;padding: 15px 20px;margin-bottom: 30px;}
.pro_xqwr .fl a{
    color: #666;
}
.pro_xqwr .nr{margin-bottom: 30px;line-height: 24px;font-size: 16px;color: #999;}
.pro_xqwr .zx{margin-bottom: 30px;display: flex;}
.pro_xqwr .zx a{display: inline-block;padding: 10px 20px;background: var(--main-color);color: #fff;text-align: center;font-size: 14px;border-radius: 5px;width: 160px;transition: all 0.5s;position: relative;overflow: hidden;margin-right: 10px;}
.pro_xqwr .fx{display: flex;}
.pro_xqwr .fx img{max-width: 27px;}
.pro_xqwr .fx a{color: #999;font-size: 16px;}
.pro_xqnr{
    padding-bottom: 80px;
}
.pro_xqnrw{
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
}

.pro_xqnrw .nr{width: 70%;}

.pro_xqnrw .xgcp{
    width: 26%;
}
.pro_xqnrw .xgcp .bt{
  position: relative;
}

.pro_xqnrw .xgcp .bt h3{
    font-size: 36px;
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pro_xqnrw .xgcp .bt .hx{
    position: absolute;
    width: 144px;
    height: 3px;
    background: var(--main-color);
    bottom: 0%;
}
.pro_xqnrw .xgcp .pro_list {
    display: flex;
    flex-direction: column;
}
.pro_xqnrw .xgcp .pro_list .list{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
}
.pro_xqnrw .xgcp .pro_list .list .nr{
    width: 100%;
}
.pro_xqnrw .nr .nrw{
    display: none;
}
.pro_xqnrw .nr .nrw.active{
    display: block;
}
.pro_xqnrw .nr .nrw .bt{
    position: relative;
}
.pro_xqnrw .nr .nrw .bt h3{
    font-size: 36px;
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pro_xqnrw .nr .nrw .bt .hx{
    position: absolute;
    width: 144px;
    height: 3px;
    background: var(--main-color);
    bottom: 0%;
}
.pro_xqnrw .nr .nrw .xq{}
.pro_xqnrw .nr .nrw .xq img{
    width: 100%;
}
.pro_xqnrw .nr p{
        font-size: 16px;
    line-height: 32px;
}
.pro_xqnrw .nr td, th {
    border: solid 1px #ccc;
    line-height: 30px;
    padding: 5px 5px 5px 10px;
    font-size: 16px;
}
.nr_xs{}
.nr_xsw{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nr_xsw > div{
    font-size: 14px;
    color: #999;
}
.nr_xsw > div a{
    font-size: 14px;
    color: #999;
}
.nr_xsw > div a:hover{
    color: #00956d;
}
.nr_xsw .nr_xswl{
    font-size: 14px;
    color: #999;
}
.nr_xsw .nr_xswr{
    font-size: 14px;
    color: #999;
}
.news{
    padding: var(--m80);
    position: relative;
    background: #f5f5f5;
}
.newsw{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.newswl{
    margin-left: 0;
    clear: left;
    margin-right: 5%;
    width: 75%;
    background: #fff;
    padding: 3%;
}
.newswl .bt{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.newswl .cs{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin: 20px 0;
}
.newswl .csl{
    margin: 0%;
    display: flex;
}
.newswl .csl li{
    margin-right: 20px;
    color: #666;
}
.newswl .csl li a{
    color: #666;
}
.newswl .csl li span{}
.newswl .csr{
    margin: 0%;
}
.newswl .csr li{
    color: #666;
}
.newswl .csr li span{}
.newswl .nr{
    padding: 20px 0;
    line-height: 1.8;
    color: #666;
}
.newswr{
    width: 22%;
    background: #fff;
    border-top: var(--main-color) solid 5px;
    padding: 3%;
}
.newswr h2{
    font-size: 24px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newswr ul {}
.newswr ul li{
    border-bottom: dashed 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.newswr ul li a{
    color: #666;
}
.newswr ul li a:hover{
    color: var(--main-color);
}
.pro_xqmb {
    background: #f5f5f5;
    display: flex;
}

.pro_xqmbw {
    display: flex;
    height: 60px;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.prozx_dt {
    margin-top: 100px;
    margin-bottom: 60px;
}

.prozx_dtw {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prozx_dtw h2 {
    font-size: 36px;
}

.prozx_dtw p {
    font-size: 16px;
    color: #666;
    margin-top: 7px;
    line-height: 1.6;
    text-align: center;
}

.prozx_dtw form {
    width: 50%;
    margin: 0;
    border: solid 1px #eee;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.prozx_dtw form input {
    border: 0px;
    width: 65%;
    height: 50px;
    font-size: 14px;
    padding: 0px 17px;
    background: url(../images/cpss.png) center left;
    background-repeat: no-repeat;
    background-position-x: 12px;
}

.prozx_dtw form button {
    background: var(--main-color);
    color: #fff;
    border: 0px;
    width: 100px;
    height: 52px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.jszl_listw {
    margin: 100px 0px;
}

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

.jszl_list .list {
    width: 45%;
    border: solid 1px #eee;
    margin-bottom: 2%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    background: #f5f5f5;
}

.jszl_list .list .img {
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
}

.jszl_list .list .img img {
    width: 100%;
}

.jszl_list .list .nr {
    width: 65%;
}

.jszl_list .list .nr h3 {
    font-size: 20px;
}

.jszl_list .list .nr p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jszl_list .list .nr .an {
    display: flex;
    margin-top: 30px;
}

.jszl_list .list .nr .an .ckgd {
}

.jszl_list .list .nr .an .ckgd a {
    width: 100px;
    display: block;
    background: var(--main3-color);
    text-align: center;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
}

.jszl_list .list .nr .an .jrdb {
    width: 100px;
    display: block;
    background: #333;
    text-align: center;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    margin-left: 7px;
    cursor: pointer;
}

@media (max-width: 1560px){
    
    .non_width {
    width: 1200px;
    max-width: 94%;
    margin: 0 auto;
}

.news_djfl .fl a {
    background: #eee;
    color: #666;
    margin: 0px 10px;
    border-radius: 10px 0px 10px 0px;
    font-size: 14px;
    padding: 11px 20px;
}
    
    .plate_bt {
    font-size: 32px;

}
.profl_list_erji .erji h4 {
  
    font-size: 14px;
  
}
.jjfa_bt span {
    font-size: 20px;
   
}

.headw .nav ul li {
    width: 88px;
    margin: 0%;
}
.headw .nav ul li a {
 
    font-size: 14px;
    
}
.ny_navwr a {
 
       font-size: 15px;
   
}
.lxfs_b .dyy {
    color: #fff;
    border-right: solid 1px #fff;
    padding: 10px 9px;
}
.lxfs_b .sous {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.plate_bt_ms {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
}
.footw .left .t .dbnav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 53px;
}
}

@media (max-width: 1080px){
    .web_nav {
    display: block;
            margin-left: 30vw;
}
.web_nav span {
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
    margin: 6px 0px;
}

.headw .nav {
              width: 100%;
              margin-left: 0%;
              margin-right: 0px;
              clear: none;
              display: none;
              position: fixed;
              top: 102px;
              height: 100vh;
              background-color: rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 15px rgb(0 0 0 / 20%);
              left: 0%;
              z-index: 999;
    }
    .lxfs {
    display: flex;
    align-items: center;
    display: none;
}
.headw .logo img {
    width: 100%;
}
.headw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.headw .logo {
    clear: left;
    margin-left: 0%;
    margin-right: 0px;
    width: 30%;
}
.headw .nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
    .headw .nav ul li a {
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        height: 40px;
    }
    
    .profl_list_yiji {
    border: solid 1px #eee;
    width: 100%;
    background: #fff;
    transition: all ease .8s;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profl_list_yiji {
    border: solid 1px #eee;
    width: 100%;
    background: #fff;
    transition: all ease .8s;
    margin-bottom: 1%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.profl_list_yiji .yiji {
    width: 100%;
}
.profl_list_erji {
    width: 100%;
    padding: 7%;
}
.yiji .img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.profl_list_yiji .yiji .img img {
    height: auto;
    width: 100%;
}
.plate_jjfnw {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.jjfa_bt {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.jjfa_bt_nr {
    width: 100%;
}
.jjfa_bt_nr_l {
    position: relative;
    left: 0%;
    width: 100%;
    height: auto;
    background: rgb(0 0 0 / 43%);
    display: flex;
    flex-direction: row;
    z-index: 9;
    flex-wrap: wrap;
}
.jjfa_bt_nr_l span {
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 20%;
}
.jjfa_bt_nr_r .img {

    height: auto;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.jjfnnr_ms {
    position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 5%;
    z-index: 5;
}

.plate_fwzcw .list {
    cursor: pointer;
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    border: 1px solid #daedf6;
    border-radius: 10px;
    box-shadow: 0 5px 6px #dcdcdc;
    margin-bottom: 5%;
}
.plate_fwzcw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plate_necasw {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.plate_necasw .left {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.plate_necasw .list {
    width: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    background: #fff;
}
.plate_necasw .right {
    width: 100%;
    padding-left: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 5%;
}
.footw .left {
    width: 69%;
    display: none;
}
.footw .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footw .right p {
    color: #fff;
    opacity: 0.5;
    text-align: left;
    margin: 0;
}
.foot {
    padding-top: 40px;
    background: var(--main-color);
    padding-bottom: 20px;
}
.pro_fljs {
   
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro_fljsl {
    width: 100%;
    padding-top: 20px;
}
.pro_fljsr {
    width: 100%;
}
.ny_navw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ny_nav {
    background: #fff;
    height: auto;
    line-height: normal;
    border-bottom: 0px solid #e5e5e5;
}

.ny_navwr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.ny_navwr a {
    position: relative;
    font-weight: bolder;
    color: #333333;
    padding: 0%;
    margin-right: 0%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    background: #f5f5f5;
    width: 47%;
    border-radius: 6px;
    margin-top: 3%;
    text-align: center;
}
.ny_navwl {
    width: 100%;
    margin-top: 7%;
}
.pro_fljsl h2 {
    font-size: 36px;
}
.pro_erjiflw .list {
    width: 100%;
    background: #fff;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
}
.pro_erjiflw .list {
    width: 100%;
    background: #fff;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7%;
}
.pro_fljsl p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.pro_list .list {
    width: 47%;
    margin-right: 2%;
    border: solid 1px #eee;
    margin-bottom: 2%;
}
.pro_list a .img {
    overflow: hidden;
    height: 12
    8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_list a .img img {
    width: 80%;
    padding: 9%;
    transition: all ease .8s;
    height: auto;
}
.pro_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 23px 0px;
}
.pro_list a .nr h2 {
    font-weight: 500;
    background: #f5f5f5;
    padding: 20px 0px;
    transition: all ease .8s;
    font-size: 14px;
}
.pro_xqw {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pro_xqwl {
    width: 100%;
}
.pro_xqwl .gallery-topa .swiper-slide img {
    width: 80%;
    padding: 10%;
    height: auto;
}
.pro_xqwr {
    width: 100%;
    margin-top: 6%;
}
.pro_xqnrw {
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro_xqnrw .nr {
    width: 100%;
}
.pro_xqnrw .xgcp {
    width: 100%;
}
.pro_xqnrw .nr .nrw .bt h3 {
    font-size: 24px;
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pro_xqnrw .xgcp .bt h3 {
    font-size: 24px;
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.jjfn_xqnrl {
    width: 100%;
    margin-bottom: 5%;
}
.jjfn_xqnrr {
    width: 100%;
}   
.newsw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newswl {
    margin-left: 0;
    clear: left;
    margin-right: 0%;
    width: 100%;
    background: #fff;
    padding: 6%;
}
.newswr {
    width: 100%;
    background: #fff;
    border-top: var(--main-color) solid 5px;
    padding: 3%;
}
.news {
    padding: 5% 0%;
    position: relative;
    background: #f5f5f5;
    margin-top: 5%;
}
.newswl .cs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}
.newswl .csl {
    margin: 0%;
    display: flex;
    flex-wrap: wrap;
}
.newswl .csl li {
    margin-right: 20px;
    color: #666;
    margin-left: 0%;
}
.news_list .newsfa_li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #ffffff;
    box-shadow: 0 0 6px #cccccc;
}
.newswl .nr img{
        max-width: 100%;
    height: auto;
    
}
.plate_fwzc {
    background: url(../images/home1.png) no-repeat;
    background-size: cover;
    padding: 5% 0%;
    margin-top: 5%;
}
.ext_yxsjt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.zplist .aa {
    width: 100%;
    padding: 1.5% 2%;
}
.zplist .cc {
    width: 100%;
    padding: 1.5% 2%;
}
.zplist .dd {
    width: 100%;
    padding: 1.5% 2%;
}
.zplist .e {
    width: 100%;
    padding: 1.5% 2%;
}
.ext_yxsjt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 6%;
}
.zplist_bt {
    background: var(--main-color);
    display: flex;
    display: none;
}
.sxsx {
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    padding: 5%;
    margin-bottom: 20px;
    background: #fdfdfd;
    margin-bottom: 6%;
}
.maeaggs form input {
    width: 100%;
    background: #fff;
    border: 0px;
    padding: 2% 3%;
    font-size: 16px;
    margin-bottom: 1.5%;
    height: 47px;
}
.about_nrw_lrl {
    width: 100%;
}
.about_nrw_lrr {
    width: 100%;
}
.rczx_nra {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 32px 0 40px;
    position: relative;
    margin: 32px auto;
    flex-wrap: wrap;
}
.rczx_nral {
    width: 100%;
}
.rczx_nrar {
    width: 100%;
    padding: 0% 5%;
}
.rczx_nra:after {
    content: '';
    position: absolute;
    right: 0%;
    width: 56%;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.rczx_nrar h2 {
    font-size: 32px;
    margin-top: 50px;
}
.rczx_nrar .nr h3 {
    font-size: 18px;
    color: var(--main-color);
}
.rczx_nrb {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rczx_nrbl {
    width: 100%;
}
.rczx_nrbr {
    width: 100%;
    padding-left: 0%;
    margin-top: 5%;
}
.rczx_nr_qtwl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.rczx_nr_qtwl .list {
    width: 100%;
    margin-bottom: 7%;
    background: var(--main-color);
    color: #fff;
    border-radius: 10px;
    padding: 6%;
}
.contact_nrw {
    border: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    flex-wrap: wrap;
}
.contact_nrl {
    width: 100%;
    border-right: solid 1px #eee;
    margin-right: 0%;
    padding: 6%;
}
.contact_nrr {
    width: 100%;
}
.contact_nrr h4 {
    font-size: 22px;
    color: var(--main-color);
    margin-bottom: 9px;
}

.contact_nrr p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}
}
