
*{
    box-sizing: border-box;
}
header{
    z-index: 99;
    /*position: relative !important;*/
}
.header{
    position: relative !important;
}
.heads{
    padding: 43px 0;
    background: #fff ;
    z-index: 101;
}
.m1420{
    width: 1420px;
    margin: auto;
}
.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logos{
    width: 400px;
    height: 74px;
    display: block;
    position: relative;
}
.head h3{
    font-size: 50px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 900;
color: #0C81CF;
line-height: 70px;
}
.sh{
    width: 290px;
    height: 40px;
    background: #fff;

    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.08);
border-radius: 3px;
position: absolute;
bottom: -25px;
right: 0%;
padding-right: 10px;
display: none;
overflow: hidden;

}
.msh{ 
    display: block;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 2rem auto;
}
.sh input{
    float: left;
    height: 40px;
    width: 255px;
    border: none;
    outline: none;
    padding-left: 10px;
}
.crux{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50px;
    background: #C6DACF;
    font-size: 20px;
font-family: STSongti-SC-Bold, STSongti-SC;
font-weight: bold;
color: #000000;
padding: 0 20px;
margin-bottom: 40px;
}
.crux span{
    color: #14683D;
}
.sh img{
    float: left;
    width: 25px;
    margin-top: 7px;
}
.sear-l{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sear i{
    display: none !important;
}
.logos img{
    width: 100%;
    height: 100%;
}
.head-list{
    display: flex;
    align-items: center;
}
.head-list li{
    padding: 0 17px;
    position: relative;
}
.head-list a{
    line-height: 28px;
    color: #000;
    font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 900;
}
.head-list li:hover .head-listlm{display: block;}
.head-listlm{
    display: none;
    width: 160%;
    position: absolute;
    left: -2rem;
    background: #fff;
    text-align: center;
    padding: 1.5rem 0;
}
.head-listlm a{
    display: block;
    padding: 1rem 0;
}
.head-listlm a:hover {color:#14683D;}

.search{
    width: 30px;
    height: 30px;
}
.search img{
    width: 100%;
    height: 100%;
}
.banner{
    height: 370px;
    background: url("../images/tybj.png")
    100% no-repeat;
    position: relative;
    width: 100%;
}
.op{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #14683D;
    opacity: 0.92;
}
.op1{
    background: #0C81CF;
}
.ban-tab{
    padding-top: 90px;
    text-align: center;
}
.ban-tab h1{
    font-size: 60px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 84px;
    margin: 0;
}
.tab{
    margin-top: 40px;
}
.tab a{
    font-size: 27px;
    /*font-size: 36px;*/
font-family: STSongti-SC-Black, STSongti-SC;

color: #FFFFFF;
line-height: 50px;
margin: 0 20px;
display: inline-block;
position: relative;
}
.ac{
    color: #FFC601 !important;
}
.ac::after{
    content: '';
    width: 80%;
    height: 1px;
    background: #FFC601;
    position: absolute;
    left: 10%;
    bottom: -5px;

}
.news{
    background: #F6F6F6;
    padding: 40px 0;
}
.news-title{
    font-size: 36px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #000000;
line-height: 70px;
text-align: center;
margin: 20px 0 50px 0;
}
.news-list li{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.news-list li:hover{
    background: #14683D;
}

.news-list li a{
    display: flex;
    justify-content: space-between;
}
.data{
    width: 100px;
height: 98px;
background: #14683D;
border-radius: 2px;
padding: 5px;
}
.data p{
    color: #FFFFFF;

line-height: 45px;
text-align: center;
font-size: 32px;
}
.data span{
    display: block;
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}
.news-img{
    width: 300px;
    height: 200px;
}
.news-font{
    width: 892px;
height: 147px;
font-size: 16px;
font-family: STSongti-SC-Regular, STSongti-SC;
font-weight: 400;
color: #000000;
line-height: 22px;
}
.news-font h5{
    font-size: 20px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 900;
color: #000000;
line-height: 28px;
}
.news-font p{
    font-size: 16px;
font-family: STSongti-SC-Regular, STSongti-SC;
font-weight: 400;
color: #000000;
line-height: 22px;
margin-top: 25px;
overflow: hidden;
}
.news-list li:hover h5{
    color: #fff;
}
.news-list li:hover p{
    color: #fff;
}
.page{
    padding: 20px 0 30px 0;
    text-align: center;
}
.introduce{
    padding: 30px 0;
}
.introduce-font{
    padding-bottom: 20px;
}
.introduce-font img {
    max-width: 100%;
    height: auto;
}
.p1{
    font-size: 20px;
font-family: STSongti-SC-Regular, STSongti-SC;
font-weight: 400;
color: #000000;
line-height: 28px;
margin-top: 20px;
}
.p2{
    margin-top: 20px;
    font-size: 20px;
font-family: STSongti-SC-Regular, STSongti-SC;
font-weight: 400;
color: #000000;
line-height: 28px;
text-indent: 2em;
}
.name{
    text-align: center;
    margin-bottom: 30px;
}
.name p{
    font-size: 20px;
font-family: STSongti-SC-Regular, STSongti-SC;
font-weight: 400;
color: #000000;
line-height: 28px;
margin: 10px 0;

}
.lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lists li{
    margin-bottom: 30px;
    width: 694px;
height: 300px;
background: #FFFFFF;
border-right: 4px solid #14683D;
box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.08);
}
.lists li a{
    display: flex;
    justify-content: space-between;
}
.lists li img{
    width: 218px;
    height: 300px;
}
.lists li div{
    padding: 20px;
    width: 450px;
}
.lists li div h3{
    font-size: 30px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #000000;
line-height: 50px;
}
.lists li div h3 span{
    font-size: 20px;
font-family: STSongti-SC-Bold, STSongti-SC;
font-weight: bold;
color: #14683D;
font-weight: 500;
margin-left: 10px;
line-height: 45px !important;
}
.lists li div p{
    font-size: 24px;
font-family: STSongti-SC-Regular, STSongti-SC;
font-weight: 400;
color: #000000;
line-height: 45px;
height: 135px;
margin-top: 20px;
}
.item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item li{
    background: #fff;
    width: 453px;
    margin-bottom: 30px;
}
.introduce{
    background: #F6F6F6;
}
.item li a{
    display: block;
    background: #fff;
}
.item li img{
    width: 100%;
    display: block;
}
.item li a{
    font-size: 22px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #000000;

text-align: center;
}
.item li a p{
    line-height: 43px;
}
.click{
    text-align: center;
    font-size: 18px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #999999;
line-height: 28px;
padding: 30px 0;
border-top: 1px dashed #000;
}
.click span{
    margin: 0 10px;
}
.int-img{
    text-align: center;
    margin-top: 20px;
}
.list1 li{
    margin-bottom: 30px;
}
.list1 li a{
    background: #fff;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    font-size:17px;
    align-items: center;

font-weight: bold;
color: #000000;
    padding: 10px 20px;
}
.list1 li a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.list1 li a span:first-child{
    width: 100%;
}
.list1 li a span:last-child{
    width: 20%;
    text-align: right;
}
.introduce .m1420 {/*width: 75%;*/}

.list1 li a i{
    /*width: 1050px;*/
    /*height: 1px;*/
    /*border-top: 1px dashed #000;*/
}
.list3{
    display: flex;
    justify-content: space-between;

}
.list3 li{
    background: url(../images/bj.png) 100% 100% no-repeat;
    width: 106px;
    font-family: STSongti-SC-Regular, STSongti-SC;
    height: 600px;
    padding-top: 74px;
    font-size: 30px;
    padding-left: 25px;
    padding-right: 25px;
color: #000000;
line-height: 50px;
text-align: center;

}
.hd{

    background-color: rgba(25, 113, 181, 1);
}
.hd-c{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.log{
    display: flex;
    align-items: center;
}
.log h3{
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    font-family: STSongti-SC-Black;
    font-weight: 500;
    margin-left: 20px;
    color: #fff;
}
.bor{
    z-index: 9;
    width: 2px;
    height: 64px;
    background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0) 100% );
    margin-left: 20px;
}
.ewm{
    width: 140px;
    height: 140px;
}
.nav-list{
    background: #497CD5;
}
.nav-list ul{
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
.nav-list ul a{
    display: flex;
    align-items: center;
    font-size: 18px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #FFFFFF;
}
.nav-list ul a img{
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: block;
}
.zs-banner{
    padding: 0 20px;
    background: #497CD5;
}
.zs-banner img{
    width: 100%;
}
.zs-js{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.js1{
    width: 305px;
    line-height: 50px;
    text-align: center;
    background: #497CD5;
    font-size: 18px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.js2{
    width: 500px;
    line-height: 50px;
    text-align: center;
    background: #497CD5;
    font-size: 18px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.zs-js img{
    width: 25px;
    margin-right: 10px;
}
.js-news{
    padding: 40px 0 30px 0;
    display: flex;
    justify-content: space-between;
}
.js-news>div{
    width: 48%;
}
.js-news-title{
    font-size: 24px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 900;
color: #497CD5;
padding-bottom: 20px;
border-bottom: 1px solid #999;
}
.js-news-title a{
    font-size: 18px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
display: inline-block;
margin-left: 20px;

}
.js-news ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.js-news ul li p{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;text-overflow: ellipsis;
    font-size: 22px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #000000;
}
.js-news ul li{
    margin-top: 20px;
}
.js-news ul li span{
    font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
}
.zj-item{
    background: #F6F6F6;
    padding: 80px 0;
}
.zj-item ul{
    display: flex;
    justify-content: space-between;
}
.zj-item ul li{
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 20px;
    position: relative;
}
.zj-item ul li p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 20px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #fff ;
}
.zj-item ul li img{
    width: 90px;
    max-height: 90px;
    margin-top: 20px;
}
.zj-item ul li:nth-child(1){
    background: #7AA9EC;
}
.zj-item ul li:nth-child(2){
    background: #A4CC4F;
}
.zj-item ul li:nth-child(3){
    background: #C06B97;
}
.zj-item ul li:nth-child(4){
    background: #F3AF3D;
}
.zj-item ul li:nth-child(5){
    background: #D0BA77;
}
.zj-item ul li:nth-child(6){
    background: #63D7CB;
}
.js-b ul{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.js-b ul li{
    width: 260px;
}
.js-b ul li img{
    width: 100%;
}
.js-b-lx{
    width: 250px;
    padding: 20px;
    position: relative;
}
.js-b-lx a{
    /*border: 1px solid #999;*/
    display: block;
    padding: 5px 10px;
    margin-bottom: 20px ;
    text-align: center;
     position: relative;
}
.js-b-lx a img{
   /*height: 30px;*/
   max-width: 100%;
}

.ewm01{ position: absolute;display:none;z-index: 2;
      left: -70%;
    top: -70%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.ewm01 img{}
.js-b-lx a:hover .ewm01{ display:block;}

.foot1{
    padding: 40px 0;
    background: #0C81CF;
}
.foot1 p{
    font-size: 18px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #FFFFFF;
line-height: 28px;
text-align: center;
}
.head1{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 20px 0;
    background: #0000000e;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.logo1{
    display: block;
    padding: 10px;
    background: #14683D;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.pt{
    position: relative;
}
.head1 li a{
    font-size: 20px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #FFFFFF;
margin: 0 30px;
}
.pt-r{
    position: absolute;
    right: 0;
    top: -10px;
}
.pt-r a{
    margin-left: 20px;
    font-size: 16px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #FFFFFF;
}
.pt-r a img{
    width: 18px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
}
.en-news{
    background: url(../images/52210ab847134b8c9732a6dfcaae944b.gif) 100% no-repeat;
    padding: 50px 0;
 
    width: 100%;
}
.en-news {

}

.en-news ul li{
    width: 320px;
    background: #fff;
    margin-bottom: 20px;
}
.en-news ul li img{
    width: 100%;
}
.en-news ul li h5{
    font-size: 24px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #000000;
text-align: center;
margin-bottom: 10px;
}
.en-news ul li div{
    padding: 10px;
}
.en-news ul li p {
    font-size: 16px;
    font-family: STSongti-SC-Bold, STSongti-SC;
    /* font-weight: bold; */
    color: #666666;
}
.en-news2{
    padding: 70px 0;
}
.en-left{
    width: 40%;

}
.en-right{
    width: 58%;
    
}
.en-news2 .js-news-title{
    font-size: 22px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 900;
color: #000000;
border: none;
}
.en-news2 .js-news-title a{
    font-size: 18px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #14683D;
}
.en-left ul li{
    margin-bottom: 15px;
}
.en-left ul li a{
    display: flex;
    justify-content: space-between;
}
.en-data{
    width: 15%;
    text-align: center;
    font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #14683D;
}
.en-data span{
    display: block;
    font-size: 18px;
    padding: 5px ;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 5px;
background: #14683D;
}
.en-font{
    width: 83%;
}
.en-font h5{
    font-size: 18px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 600;
color: #000000;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.en-font p{
    font-size: 16px;
font-family: STSongti-SC-Regular, STSongti-SC;
font-weight: 400;
color: #000000;
}
.en-right li{
    position: relative;
    width: 48%;
    margin-bottom: 20px;
}
.en-right li img{
    width: 100%;
    display: block;
}
.en-news2{
    display: flex;
    justify-content: space-between;
}
.en-right li p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.616);
    font-size: 16px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 900;
color: #FFFFFF;
text-align: center;
line-height: 35px;
}
.en-right ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.en-news3{
    padding: 50px 0;
    width: 100%;
    background: url(../images/e09ba1e75c2e4228aa12a44a59cdfa48.gif) 100% no-repeat;
}
.news3-l{
    width: 50%;
    padding: 50px 20px;
    background-image: url(../images/4580473396414ba5829f2d6772eb50cf.gif) ;

}
.news3-r{
    width: 50%;
    padding-top: 57px;
    overflow: hidden;
}
.news3-l .js-news-title{
    font-size: 20px;
    border: none;
    color: #000;
}
.news3-l a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #000000;
line-height: 55px;
border-bottom: 1px solid #999;
}
.n-img2{
    display: none;
}
.cl p{
    color: #14683D;
}
.cl .n-img1{
    display: none;
}
.cl .n-img2{
    display: block !important;
}
.news3-l a:hover .n-img1{
    display: none;
}
.news3-l a:hover .n-img2{
    display: block;
}
.news3-l a p{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news3-l a img{
    width: 15px;
}
.news3-r li{
    display: none;
    width: 100%;
    background: #fff;
}
.news3-r li img{
    width: 100%;
    display: block;
}
.news3-r li p{
    font-size: 20px;
font-family: STSongti-SC-Black, STSongti-SC;
font-weight: 500;
color: #000000;
line-height: 55px;
text-align: center;
}
.foot2{
    padding: 50px 0;
    background: #323534;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot2 img{
    width: 150px;
    margin-right: 30px;
}
.foot2 h5{
    font-size: 18px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
margin-bottom: 10px;
}
.foot2 p{
    font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 30px;
}

.news-list1 .news-font{
    width: 1244px;
    height: auto;
    -webkit-line-clamp: 2; 
overflow: hidden;  
text-overflow: ellipsis;  
white-space: nowrap; 
}
@media(max-width:970px){
    
    .ewm01{ position: relative;z-index: 2;
          left: auto;
        top: auto;
    }
    .list1 li a span:last-child {
    width: 32% !important;
    text-align: right;
}
    .m1420{
        width: 100% !important;
        padding: 0 10px;
    }
    .list1 li{
        margin-bottom: 20px;
    }
    .list1 li a {
        line-height: 40px;
        font-size: 18px;
    }
    .list1 li a i{
        display: none;
    }
    .click{
        padding: 20px 0;
        font-size: 12px;
    }
    .click span{
        margin: 0 5px;
    }
    .int-img img{
        width: 100%;
    }
    .banner{
        height: auto;
        padding-bottom: 20px;
    }
    .ban-tab{
        padding: 20px 0;
    }
    .ban-tab h1{
        font-size: 30px;
        line-height: 54px;
        padding-top: 2%;
        /*padding-top: 24%;*/
    }
    .tab{
        margin-top: 20px;
    }
    .tab a{
        font-size: 18px;
        font-family: STSongti-SC-Black, STSongti-SC;
        color: #FFFFFF;
        line-height: 40px;
        margin: 0 15px;
    }
    .news{
        padding: 20px 0;
    }
    .news-title {
        font-size: 30px;
        font-family: STSongti-SC-Black, STSongti-SC;
        font-weight: 500;
        color: #000000;
        line-height: 54px;
        text-align: center;
        margin: 10px 0 20px 0;
    }
    .news-list li{
        padding: 10px;
        margin-bottom: 20px;
        position: relative;
    }
    .news-list li a{
        display: block;
    }
    .news-img{
        width: 100%;
        height: auto;
    }
    .news-img img{
        width: 100%;
        height: auto;
    }
    .data{
        width: 60px;
        height: 60px;
        background: rgba(20, 104, 61, 0.76);
        border-radius: 2px;
        padding: 5px;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 11;
    }
    .data p {
        color: #FFFFFF;
        line-height: 30px;
        text-align: center;
        font-size: 20px;
    }
    .data span {
        display: block;
        text-align: right;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }
    .news-font{
        width: 100%;
        height: auto;
    }
    .news-font h5{
        font-size: 18px;
        overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    }
    .news-font p {
        font-size: 15px;
        font-family: STSongti-SC-Regular, STSongti-SC;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .ac::after {
        content: '';
        width: 80%;
        height: 1px;
        background: #FFC601;
        position: absolute;
        left: 10%;
        bottom: 0px;
    }
    .p1{
        font-size: 18px;
        margin-top: 10px;
    }
    .p2{
        font-size: 18px;
        margin-top: 10px;
    }
    .lists li{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .lists li img{
        width: 30%;
        height: auto;
    }
    .lists li div{
        width: 68%;
        padding: 10px;
    }
    .lists li div h3{
        font-size: 22px;
        line-height: 35px;
    }
    .lists li div h3 span{
        font-size: 14px;
    }
    .lists li div p{
        height: auto;
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
    }
    .item li{
        width: 100%;
        margin-bottom: 20px;
    }
    .item li a{
        font-size: 18px;
    }
    .list3{
        display: block;
    }
    .list3 li{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        background: #fff;
        padding: 10px ;
        font-size: 20px;
        line-height: 40px;
        border-left: 4px solid #14683D;
    }
    .zs-js{
        flex-wrap: wrap;
    }
    .js1{
        width: 33%;
        line-height: 40px;
        font-size: 16px;
        margin-bottom: 1px;
    }
    .js2{
        width: 100%;
        line-height: 40px;
        font-size: 16px;
    }
    .zs-js img{
        width: 18px;
    }
    .zs-banner{
        padding: 0 10px;
    }
    .js-news{
        margin: 30px 0;
        flex-wrap: wrap;
    }
    .js-news>div{
        width: 100%;
        margin-bottom: 30px;
    }
    .js-news-title{
        font-size: 20px;
    }
    .js-news-title a{
        font-size: 16px;
    }
    .js-news ul li p{
        font-size: 18px;
    }
    .js-news ul li span{
        font-size: 14px;
    }
    .zj-item ul{
        flex-wrap: wrap;
    }
    .zj-item ul li{
        width: 48%;
        margin-bottom: 10px;
        height: 180px;
    }
    .zj-item ul li p{
        font-size: 18px;
    }
    .zj-item ul li img{
        width: 70px;
        max-height: 70px;
    }
    .js-b ul{
        flex-wrap: wrap;
    }
    .js-b ul li{
        width: 48%;
        margin-bottom: 10px;
    }
    .js-b-lx{
        width: 100%;
    }
    .foot1 p{
        font-size: 15px;
    }
    .en-news{
        padding: 30px 0;
    }
    .flex{
        flex-wrap: wrap;
    }
    .en-news ul li{
        width: 48%;
    }
    .en-news ul li h5{
        font-size: 18px;
    }
    .en-news ul li p{
        font-size: 15px;
    }
    .en-left{
        width: 100%;
        margin-bottom: 10px;
    }
    .en-news2{
        display: block;
    }
    .en-right{
        width: 100%;
    }
    .news3-l{
        width: 100%;
        padding: 10px;
        background: #D9E7E0;
    }
    .news3-r{
        display: none;
    }
    .foot2{
        display: block !important;
        text-align: center;
        padding:20px 10px;
        width: 100%;
    }
    .foot2 p{
        width: 100%;
        display: block;
    }
    .foot2 img {
        width: 100px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .foot2 div{
        width: 100%;
    }
    .crux{
        font-size: 16px;
        font-weight: 500;
    }
    .list1 li a{
        font-size: 16px;
        font-weight: 500;
    }
    .news-list1 li a{
        display: flex;
    }
    .news-list1 .news-font{
        width: 80%;
    }
    .news-list1 .data{
        position: relative;
    }
}

.lists.change0313 li img{object-fit: cover}