html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static;box-sizing: border-box;min-width: 1200px}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
*{box-sizing: border-box}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer;color: #9a9a9a;display: inline-block}
a:hover{text-decoration:underline;outline:none;color: #0087dd;transition:all 0.5s ease;}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
.bx-img-hover{
    overflow: hidden;
}
.bx-img-hover:hover img{
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}
input::-webkit-input-placeholder{
    color: #d9d9d9;
}
textarea::-webkit-input-placeholder{
    color: #d9d9d9;
}
.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lz-flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lz-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #ececec;
}

.clearfix{ clear: both;  display: table;  content: " ";}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important}
/*img*/
img{border:0;vertical-align:middle;max-width: 100%;object-fit: cover;transition: all 0.5s}
a img,img{-ms-interpolation-mode:bicubic}
.fl{float: left;}
.fr{float: right;}
.container{width: 1400px;margin: 0 auto;}

.zn-hade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.10);
    height: 120px;
    z-index: 5;
}
.ny-hade{
    position: relative;
    box-shadow: 0 2px 8px 2px rgba(200, 202, 203, 0.5)
}
.zn-hade .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zn-hade .zn-logo{
    height: 70px;
}
.zn-hade .zn-logo img{
    height: 70px;
}
.zn-hade .zn-nav{
    display: flex;
    align-items: center;
}
.zn-hade .zn-nav .zn-login{
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}
.ny-hade .zn-nav .zn-login{
    font-size: 16px;
    color: #333;
    padding-left: 20px;
}
.zn-hade .zn-nav .zn-login a{
    font-size: 16px;
    color: #fff;
}
.ny-hade .zn-nav .zn-login a{
    font-size: 16px;
    color: #333;
}
.zn-hade .zn-nav .zn-login a:hover{
    color: #008a00;
}
.zn-hade .zn-nav ul{
    display: flex;
    align-items: center;
}
.zn-hade .zn-nav ul li{
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.zn-hade .zn-nav ul li a{
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.ny-hade .zn-nav ul li a{
    color: #333;
}
.zn-hade .zn-nav ul li a:before{
    content: '';
    position: absolute;
    bottom: 40px;
    width: 20px;
    height: 2px;
    left: 50%;
    transform: translate(-50%);

}
.zn-hade .zn-nav ul li:hover a:before,
.zn-hade .zn-nav ul li.cur a:before{
    background: #fff;
}
.zn-hade .zn-nav ul li:hover a,
.zn-hade .zn-nav ul li.cur a{
    background: #008a00;
    color: #fff;
}

.zn-banner{
    position: relative;
}
.banner-img{
    text-align: center;
    /*height: 100vh;*/
}
.banner-img img{
    height: 100%;
    width: 100%;
}
.banner-fd{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;

}
.banner-fd .container{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.banner-fd .banner-tet span{
    display: block;
    width: 40px;
    height: 5px;
    background: #fff;
}
.banner-fd .banner-tet p{
    font-size: 30px;
    color: #fff;
    padding: 40px 0;
}
.banner-fd .banner-tet h3{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
.banner-fd .banner-tet a{
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 24px;
    text-align: center;
    background: #008a00;
    color: #fff;
    margin-top: 60px;
}
.banner-fd .banner-tet a:hover{
    opacity: 0.8;
}
.banner-fd  .banner-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 120px;
    text-align: center;
    background: rgba(0, 138, 0, 0.45);
    border-radius: 10px 10px 0 0;
    line-height: 120px;
    font-size: 24px;
    color: #fff;
    cursor:pointer;
}
.banner-fd  .banner-btn i{
    display: inline-block;
    background: url(../images/icon-zyk.png);
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 10px;
}
.banner-fd  .banner-btn:hover{
    background: #008a00;
}

.ptb60{
    padding: 60px 0;
}
.index-title{
    position: relative;
    font-size: 36px;
    color: #333;
    padding-left: 50px;
    font-weight: bold;
}
.index-title2{
    color: #fff;
}
.index-title:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #333;
    left: 0;
    top: 50%;
    transform: translate(-50%);
}
.index-title2:before{
    background: #fff;
}
.zn-variety-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zn-variety-but{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    color: #a1a1a1;
}
.zn-variety-but div{
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    font-size: 25px;
    color: #a1a1a1;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.zn-variety-but div:hover{
    color: #008a00;
}
.zn-variety-div{
    /*padding-top: 45px;*/
    /*height: 325px;*/
}
.zn-variety-div .swiper{
    position: relative;
    width: 100%;
    padding-top: 45px;
    height: 325px;
    overflow: hidden;
}
.zn-variety-div .variety-li{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s;
    height: 280px;
}
.zn-variety-div .variety-li .div-tet{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.zn-variety-div .variety-li .div-tet p{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
    width: 100%;
    z-index: 5;
    color: #fff;
}
.zn-variety-div .variety-li .div-tet p:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    left: 20px;
    top: 0;
}
.zn-variety-div .variety-li:hover .div-tet{
    background: no-repeat;
}
.zn-variety-div .variety-li:hover{
    margin-top: -20px;
    transition: all 0.5s;
}
.zn-about-sy{
    background: url(../images/sy-bj1.jpg) no-repeat center;
    height: 680px;
    background-size: cover;
}
.about-sy-icon{
    padding-top: 50px;
    width: 580px;
}
.about-sy-icon ul li{
    width: 120px;
    height: 120px;
    border: solid 1px #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s;
}
.about-sy-icon ul li img{
    width: 45px;
    height: 45px;
}
.about-sy-icon ul li p{
    font-size: 16px;
    color: #fff;
    padding-top: 1px;
}
.about-sy-icon ul li:hover{
    background: #008a00;
    border: none;
}
.about-sy-tet{
    padding-top: 20px;
}
.about-sy-tet ul{
    overflow: hidden;
}
.about-sy-tet ul li{
  float: left;
    margin-top: 50px;
    color: #fff;
    text-align: center;
    margin-right: 60px;
    min-width: 140px;
}
.about-sy-tet ul li h3{
    font-size: 36px;
    font-weight: bold
}
.about-sy-tet ul li h3 span{
    font-size: 18px;
    font-weight: lighter;
}
.about-sy-tet ul li p{
    font-size: 18px;
}
.about-sy-tet ul li a{
    line-height: 85px;
    font-size: 18px;
    color: #fff;
}
.about-sy-tet ul li a:hover{
    opacity: 0.8;
}
.sy-resource-top{
    display: flex;
    justify-content: space-between;
}
.sy-resource-top .div-fl p{
    width: 550px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.sy-resource-top .div-fl ul{
    width: 550px;
    padding-top: 28px;
}
.sy-resource-top .div-fl ul li{
   width: 80px;
    height: 80px;
    font-size: 16px;
    color: #fff;
    background: #008a00;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}
.sy-resource-top .div-fl ul li.li2{
    background: #0056b7;
}
.sy-resource-top .div-fl ul li.li3{
    background: #50009b;
}
.sy-resource-top .div-fl ul li.li4{
    background: #edb200;
}

.sy-resource-top .div-fl,
.sy-resource-top .div-fr{
  width: calc(50% - 20px);
}
.sy-resource-top .div-fr ul li{
    position: relative;
    width: calc(50% - 20px);
    border-radius: 10px;
    height: 280px;
}
.sy-resource-top .div-fr ul li a{
    display: block;
}
.sy-resource-ul ul li{
    position: relative;
    width: 320px;
    border-radius: 10px;
    height: 280px;
}
.sy-resource-top .div-fr ul li .div-tet,
.sy-resource-ul ul li .div-tet{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sy-resource-top .div-fr ul li .div-tet p,
.sy-resource-ul ul li .div-tet p{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
    width: 100%;
    z-index: 5;
    color: #fff;
}
.sy-resource-top .div-fr ul li .div-tet p:before,
.sy-resource-ul ul li .div-tet p:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    left: 20px;
    top: 0;
}
.sy-resource-ul{
    padding-top: 40px;
}
.sy-moer{
    padding-top: 60px;
    text-align: center;
}
.sy-moer a{
    width: 220px;
    line-height: 60px;
    display: inline-block;
    border: solid 1px #008a00;
    border-radius: 30px;
    font-size: 24px;
    color: #008a00;
    text-align: center;
}
.sy-moer a:hover{
    background: #008a00;
    color: #fff;
}
.title3{
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.title3 span{
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #333;
    vertical-align: middle;
    margin: 0 15px;
}
.zn-news-sy{
    background: #f9f9f9;
}
.sy-news ul{
   overflow: hidden;
    margin: 0 -20px;
}
.sy-news ul li{
    float: left;
    width: 33.3%;
    padding: 40px 20px 0 20px;
}
.sy-news ul li a{
    display: block;
    padding: 20px;
    background: #fff;
    border: solid 2px #fff;
}
.sy-news ul li .time{
    font-size: 14px;
    color: #008a00;
}
.sy-news ul li h3{
    font-size: 18px;
    color: #333333;
    font-weight: inherit;
    margin: 10px 0;
}
.sy-news ul li p{
    font-size: 14px;
    color: #9a9a9a;
    line-height: 25px;
}
.sy-news ul li .moer-p{
    font-size: 14px;
    color: #008a00;
}
.sy-news ul li a:hover{
    border: solid 2px #008a00;
}
.footer{
    background: #1c1c1c;
    border-top:solid 10px #008a00 ;
    overflow: hidden;
}
.footer .sy-link{
    border-bottom: solid 1px #9a9a9a;
    display: flex;
}
.footer .sy-link .tet-fl{
    height: 100px;
    width: 140px;
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    padding-left: 40px;
    background: url(../images/icon-yqlj.png) no-repeat left center;
}
.footer .sy-link .tet-a{
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer .sy-link .tet-a a{
    font-size: 14px;
    color: #ffffff;
    margin-right: 40px;
}
.footer .sy-link .tet-a a:hover{
    color: #9a9a9a;
}
.footer .sy-link .tet-a a:last-child{
    margin: 0;
}
.footer .footer-div{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.footer .footer-div .footer-dh{
    background: url(../images/icon-dh.png) no-repeat left top;
    padding-left: 70px;
}
.footer .footer-div .footer-dh p{
    font-size: 14px;
    color: #008a00;
}
.footer .footer-div .footer-dh h3{
    font-size: 24px;
    color: #008a00;
    font-weight: bold;
}
.footer .footer-div .footer-dz p{
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 20px;
}
.footer .footer-div .footer-ewm img{
    width: 90px;
    height: 90px;
}
.footer .footer-div .footer-ewm p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

/*关于我们*/
.zn-about-one{
    background-color: #f9f9f9;
    padding: 70px 0 120px 0;
}
.zn-about-one .container{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.zn-about-one .about-fl{
    width: calc(100% - 550px);
    padding-bottom: 60px;
}
.zn-about-one .about-fl ul{
    overflow: hidden;
}
.zn-about-one .about-fl ul li{
    position: relative;
    width: 50%;
    float: left;
    font-size: 18px;
    color: #333;
    padding: 0 20px;
    margin-bottom: 20px;
}
.zn-about-one .about-fl ul li:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #008a00;
    left: 0;
    top: 8px;
}
.zn-about-one .about-fl ul li a{
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.zn-about-one .about-fr{
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 500px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    z-index: 4;
}
.zn-about-one .about-fr span{
    display: inline-block;
    width: 40px;
    height: 10px;
    background-color: #008a00;
}
.zn-about-one .about-fr h3{
    font-size: 36px;
    color: #333;
    margin: 0px 0 35px 0;
}
.zn-about-one .about-fr p{
    font-size: 16px;
    color: #666;
    line-height: 25px;
    height: 125px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.zn-about-one .about-fr a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #008a00;
    border-radius: 20px;
    float: right;
    margin-top: 35px;
}
.zn-about-one .about-fr a:hover{
    opacity: .8;
}
.zn-about-two{
    padding: 60px 0;
}
.zn-about-two .container{
    display: flex;
    justify-content: space-between;
}
.zn-about-two .tuo-fl{
    position: relative;
    width: 50%;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
}
.zn-about-two .tuo-fl .img1,
.zn-about-two .tuo-fl .img2{
    width: calc(50% - 40px);
}
.zn-about-two .tuo-fl .img2{
    position: absolute;
    right: 20px;
    bottom: 0;
}
.zn-about-two .tuo-fl .img2 .tet{
    background-color: #008a00;
    border-radius: 10px;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
}

.zn-about-two .tuo-fr{
    width: 50%;
    padding: 0 40px 0 100px;
}


.zn-about-two .tuo-fr span{
    display: inline-block;
    width: 40px;
    height: 10px;
    background-color: #008a00;
}
.zn-about-two .tuo-fr h3{
    font-size: 36px;
    color: #333;
    margin: 0px 0 35px 0;
}
.zn-about-two .tuo-fr p{
    font-size: 18px;
    color: #666;
    line-height: 35px;
    height: 280px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.zn-about-three{
    padding-bottom: 60px;
}
.zn-about-three ul{
    background: #f9f9f9;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}
.zn-about-three ul li{
    background: #fff;
    border-radius: 5px;
    width: 24.5%;
}
.zn-about-three ul li a{
    display: block;
    padding: 40px;
}
.zn-about-three ul li .icon-p{
  width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}
.zn-about-three ul li .icon-p .img-b{
    display: none;
}
.zn-about-three ul li .icon-p img{
    width: 45px;
    height: 45px;
}
.zn-about-three ul li h3{
    font-size: 60px;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
}
.zn-about-three ul li h3 span{
    font-size: 24px;
    padding-left: 5px;
}
.zn-about-three ul li p{
    font-size: 16px;
    color: #9a9a9a;
    line-height: 30px;
}
.zn-about-three ul li:hover a{
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}
.zn-about-three ul li:hover .icon-p{
     background: #008a00;
 }
.zn-about-three ul li:hover .img-b{
    display: block;
}
.zn-about-three ul li:hover .img-a{
    display: none;
}

.ab-title span{
    display: inline-block;
    width: 40px;
    height: 10px;
    background-color: #008a00;
}
.ab-title h3{
    font-size: 36px;
    color: #333;
    margin: 0px 0 30px 0;
}

.zn-about-four{
    padding: 60px 0;
    background: #f9f9f9;
}
.zn-about-four ul{
    overflow: hidden;
}
.zn-about-four ul li{
    width: 20%;
    padding: 10px;
    float: left;
}
.zn-about-four ul li a{
    display: block;
    overflow: hidden;
    text-align: center;
}
.zn-about-four ul li img{
    height: 80px;
}
.about-five{
    display: flex;
    justify-content: space-between;
}
.about-five .five-fl,
.about-five .five-fr{
    width: 50%;
}
.about-five .five-fl .input{
    width: 480px;
    height: 60px;
    border-radius: 10px;
    border: solid 1px #d9d9d9;
    overflow: hidden;
    margin-bottom: 20px;
}
.about-five .five-fl .input input{
    width: 100%;
    height: 60px;
    font-size: 18px;
    outline: none;
    border: none;
    text-indent: 20px;
}
.about-five .five-fl .but{
    width: 160px;
    height: 60px;
    border: none;
    outline: none;
    background: #008a00;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.about-five .five-fl .but:hover{
    opacity: 0.8;
}


/*联系我们*/
.ny-banner{
    position: relative;
    text-align: center;
}
.ny-banner .tet{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.ny-banner .tet h3{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.ny-banner .tet p{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.ContactUs{
    padding: 40px 0 60px 0;
}
.ContactUs-title{
    background: #f9f9f9;
    padding: 20px;
}
.ContactUs-title h3{
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #008a00;
    font-weight: lighter;
}
.mb-nav{
    font-size: 14px;
    color: #9a9a9a;
}
.mb-nav a{
    color: #9a9a9a;
}
.mb-nav a:hover{
    color: #008a00;
}
.ContactUs-mian{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.ContactUs-mian .div-fl{
    width: 500px;
}
.ContactUs-mian .div-fl .li{
    background: #f9f9f9;
    padding: 40px 20px 40px 55px;
}
.ContactUs-mian .div-fl .li:last-child{
    margin-top: 40px;
}
.ContactUs-mian .div-fl .li h3{
    font-size: 24px;
    color: #333;
}
.ContactUs-mian .div-fl .li p{
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    padding-left: 30px;
}
.ContactUs-mian .div-fl .li .p1{
    background: url(../images/icon-dz.png) no-repeat left center;
    background-size: 20px;
}
.ContactUs-mian .div-fl .li .p2{
    background: url(../images/icon-dh1.png) no-repeat left center;
    background-size: 20px;
}
.ContactUs-mian .div-fr{
    width: calc(100% - 550px);
    height: 440px;
}
.ContactUs-mian .div-fr img{
    height: 100%;
}

/*新闻资讯*/
.ny-news{
    padding-top: 40px;
}
.ny-news-top{
    background: #f9f9f9;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ny-news-top .top-fl a{
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    text-align: center;
    border-radius: 20px;
    font-weight: lighter;
    margin-right: 10px;
}
.ny-news-top .top-fl a.cur,
.ny-news-top .top-fl a:hover{
    color: #fff;
    background: #008a00;
}
.news-list{
    padding-top: 20px;
}
.news-list ul{
    overflow: hidden;
}
.news-list ul li{
    float: left;
    padding: 20px;
    width: 50%;
}
.news-list ul li a{
    display: block;
    background: #f9f9f9;
    padding: 40px;
}
.news-list ul li .tet{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-list ul li h3{
    width: 70%;
    font-size: 18px;
    color: #333;
    background: url(../images/icon-xw.png) no-repeat left center;
    padding-left: 50px;
    font-weight: 100;
}
.news-list ul li .time{
    font-size: 18px;
    color: #9a9a9a;
}
.news-list ul li p{
    font-size: 14px;
    color: #9a9a9a;
    line-height: 25px;
    margin-top: 10px;
    min-height: 50px;
}
.news-list ul li .more{
    color: #008a00;
}
.news-list ul li:hover h3{
    color: #008a00;
}

.news-fy{
    text-align: center;
    padding:20px 0 60px 0;
}
.news-fy a{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #9a9a9a;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    line-height: 50px;
    border-radius: 10px;
    border: solid 1px #fff;
}
.news-fy a:hover,
.news-fy a.cur{
    background: #008a00;
    color: #fff;
    border: solid 1px #008a00;
}
.news-fy a.but-fl{
    border: solid 1px #008a00;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.news-fy a.but-fl:hover{
    background: #fff;
}
.news-fy a.but-fl img{
    position: relative;
    top: -2px;
}
.news-fy a.but-fr{
    border: solid 1px #008a00;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}
.news-fy a.but-fr:hover{
    background: #fff;
}
.news-fy a.but-fr img{
    position: relative;
    top: -2px;
}
.ny-news{
    padding-bottom: 60px;
}
.detail-title{
    padding: 40px 0;
    text-align: center;
    border-bottom: solid 1px #f9f9f9;
}
.detail-title h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.detail-title span{
    font-size: 18px;
    color: #9a9a9a;
}
.detail-mian{
    padding: 40px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.detail-mian .img{
    display: block;
    margin: 20px auto;
}
.news-detail-but{
    text-align: center;
}
.news-detail-but a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    background: #008a00;
}
.news-detail-but a.list{
    background:#008a00  url(../images/xq-icon.png) no-repeat left 20px center;
    padding: 0 20px 0 65px;
}
.news-detail-but a:hover{
    opacity: 0.8;
}

/*资源库*/

.ny-Resources{
    padding: 40px 0 40px 0;
}
.ny-Resources-top h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.Resources-sx{
    margin-top: 40px;
    border: solid 1px #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
}
.Resources-sx .li{
    display: flex;
    align-items: center;
}
.Resources-sx .li .tet{
    font-size: 14px;
    width: 160px;
    background: #f9f9f9;
    line-height: 60px;
    text-align: center;
    color: #9a9a9a;
}
.Resources-sx .li ul{
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
}
.Resources-sx .li ul li{
    margin-left: 20px;
    border: solid 1px #df0000;
    line-height: 30px;
    padding: 0 10px 0 10px;
    font-size: 14px;
    color: #9a9a9a;

}
.Resources-sx .li ul li span{
    vertical-align: middle;
}
.Resources-sx .li ul li i{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../images/icon-gb.png) no-repeat  center;
    margin-left: 10px;
    cursor: pointer;
}
.Resources-sx .li.li-x{
    border-top: solid 1px #e9e9e9;
}
.Resources-sx .li .saix-a{
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
}
.Resources-sx .li .saix-a  a{
    margin-left: 20px;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    border-radius: 15px;
}
.Resources-sx .li .saix-a  a:hover,
.Resources-sx .li .saix-a  a.cur{
    background: #008a00;
    color: #fff;
}
.Resources-ss{
    padding: 20px;
    background: #f9f9f9;
    margin-top: 40px;
}
.Resources-ss .cous{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 420px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px;
}
.Resources-ss .cous input{
    height: 40px;
    border: none;
    outline: none;
    font-size: 14px;
    width: 80%;
}

.Resources-ss .paix{
    font-size: 14px;
    color: #9a9a9a;
}
.Resources-ss .paix .lulaanl{
    margin-left: 30px;
    cursor: pointer;
}
.Resources-list{
    background: #f9f9f9;
    padding-top: 20px;
}

.Resources-list ul{
    overflow: hidden;
    margin: 0 -20px;
    padding-bottom: 20px;
}
.Resources-list ul li{
    width: 50%;
    float: left;
    padding: 20px;
}
.Resources-list ul li a{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.Resources-list ul li .pic,
.Resources-list ul li .pic img{
    width: 240px;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.Resources-list ul li .tet{
    width: calc(100% - 270px);
}
.Resources-list ul li .tet h3{
    font-size: 24px;
    color: #333;
    font-weight: 100;
}
.Resources-list ul li .tet span{
    font-size: 14px;
    color: #9a9a9a;
}
.Resources-list ul li .tet .div-fr{
    font-size: 14px;
    color: #008a00;
    line-height: 25px;
    padding-right: 30px;
}
.Resources-list ul li .tet .div-fl{
    width: 50%;
}
.Resources-list ul li .tet .div-fr i{
    display: inline-block;
    width: 22px;
    height: 25px;
    vertical-align: middle;
    background: url(../images/icon-llan.png) no-repeat center;
}
.Resources-list ul li .gaishu{
    padding-top: 20px;
}
.Resources-list ul li .gaishu .p{
    font-size: 16px;
    color: #9a9a9a;
    width: calc(100% - 160px)
}
.Resources-list ul li .gaishu .p p{
    position: relative;
    padding-left: 10px;
}
.Resources-list ul li .gaishu .p p:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #008a00;
}

.Resources-list ul li .gaishu .but{
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #008a00;
    border-radius: 25px 0  0 25px;
}
.Resources-list ul li:hover h3{
    color: #008a00;
}
.Resources-list ul li:hover .but{
    opacity: 0.8;
}

.ny-ResourcesD{
    background: #f9f9f9;
    padding: 30px 0 60px 0;
    min-height: 500px;
}

.ResourcesD-title{
    background: #fff;
    padding:40px;
    margin-top: 30px;
}
.ResourcesD-title .div-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ResourcesD-title .div-top span{
    display: block;
    width: 40px;
    height: 10px;
    background: #008a00;
}
.ResourcesD-title .div-top h3{
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.ResourcesD-title .div-top .div-fr{
    font-size: 14px;
    color: #008a00;
    line-height: 25px;
}
.ResourcesD-title .div-top .div-fr i{
    display: inline-block;
    width: 22px;
    height: 25px;
    vertical-align: middle;
    background: url(../images/icon-llan.png) no-repeat center;
}
.ResourcesD-gs{
    padding-top: 30px;
}
.ResourcesD-gs h4{
    padding: 0px 0 0px 30px;
    font-size: 18px;
    color: #008a00;
    font-weight: bold;
    background: url(../images/zy-icon.png) no-repeat left center;
}
.ResourcesD-gs p{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 20px;
}

.ResourcesD-xq{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.ResourcesD-xq .pic{
  width: calc(100% - 480px);
}
.ResourcesD-xq .pic img{
    height: 100%;
}
.ResourcesD-xq .tet{
    width: 440px;
    padding: 40px;
    background:#fff  url(../images/zy-img-bj.png) no-repeat right 10px bottom 10px;
}
.ResourcesD-xq .tet .top{
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #008a00;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 40px;
}
.ResourcesD-xq .tet .top span{
    width: 40px;
    height: 5px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.ResourcesD-xq .tet p{
    font-size: 18px;
    color: #9a9a9a;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.ResourcesD-xq .tet p:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #008a00;
}
.ResourcesD-gc .title{
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0;
}
.ResourcesD-gc-d{
    background: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ResourcesD-gc-d .div-fl{
    width: calc(100% - 460px);
}
.ResourcesD-gc-d .div-fl .sujtu{
    display: flex;
}
.ResourcesD-gc-d .div-fl .time-z{
    position: relative;
    width: 60px;
}
.ResourcesD-gc-d .div-fl .time-z .a1{
    position: absolute;
    width: 20px;
    height: 5px;
    background: #f9f9f9;
    top: 0;
    right: -20px;
}
.ResourcesD-gc-d .div-fl .time-z .a2{
    position: absolute;
    width: 20px;
    height: 5px;
    background: #f9f9f9;
    top: 20%;
    right: -20px;
}
.ResourcesD-gc-d .div-fl .time-z .a3{
    position: absolute;
    width: 20px;
    height: 5px;
    background: #f9f9f9;
    top: 40%;
    right: -20px;
}
.ResourcesD-gc-d .div-fl .time-z .a4{
     position: absolute;
     width: 20px;
     height: 5px;
     background: #f9f9f9;
     top: 60%;
     right: -20px;
 }
.ResourcesD-gc-d .div-fl .time-z .a5{
    position: absolute;
    width: 20px;
    height: 5px;
    background: #f9f9f9;
    top: 80%;
    right: -20px;
}
.ResourcesD-gc-d .div-fl .time-z .riqi1{
    position: absolute;
    right: -9px;
    font-size: 16px;
    color: #d9d9d9;
    z-index: 3;
}
.ResourcesD-gc-d .div-fl .time-z .riqi1.cur{
    color: #008a00;
}
.ResourcesD-gc-d .div-fl .time-z .riqi1 span{
    width: 15px;
    height: 15px;
    background: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.ResourcesD-gc-d .div-fl .time-z .riqi1.cur span{
    background: #008a00;
}
.ResourcesD-gc-d .div-fl .pic{
    position: relative;
    width: calc(100% - 60px);
    border-bottom: solid 4px #f9f9f9;
    border-left: solid 4px #f9f9f9;
    padding-bottom: 50px;
}
.ResourcesD-gc-d .div-fl .pic .swiper{
    overflow: hidden;
}
.ResourcesD-gc-d .div-fl .pic .swiper .variety-li img{
    border-radius: 10px;
}
.ResourcesD-gc-d .div-fl .pic .nyr{
    position: absolute;
    bottom: -40px;
    left: 10%;
    text-align: center;
    z-index: 5;
}
.ResourcesD-gc-d .div-fl .pic .nyr span{
    display: inline-block;
    width: 25px;
    height: 15px;
    border-radius: 10px;
    background: #008a00;
}
.ResourcesD-gc-d .div-fl .pic .nyr p{
    font-size: 16px;
    color: #9a9a9a;
}
.swiper-but{
    position: relative;
    height: 70px;
    text-align: right;
}
.swiper-but .swiper-button-fl{
    font-size: 40px;
    color: #d9d9d9;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.plf50{
    padding: 0 50px;
    overflow: hidden;
}
.swiper-but .swiper-button-fr{
    font-size: 40px;
    color: #d9d9d9;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.swiper-but .swiper-pagination{
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 30px;
    border:solid 1px #d9d9d9;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 30px;
}

.ResourcesD-input{
    text-align: right;
    padding-top: 10px;
}
.ResourcesD-input input{
    display: inline-block;
    vertical-align: middle;
}
.ResourcesD-input .in-tet{
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    font-size: 14px;
    text-indent: 10px;
    outline: none;
}
.ResourcesD-input .in-but{
    height: 30px;
    background: #008a00;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
    padding:0 10px;
    border-radius: 5px;
    cursor: pointer;
}

.ResourcesD-gc-d .div-fr{
    width: 400px;
    height: auto;
    padding: 30px;
    border: solid 1px #ececec;
}
.ResourcesD-gc-d .div-fr h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #008a00;
}
.ResourcesD-gc-d .div-fr p{
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
    padding-top: 10px;
}
.ResourcesD-gc-d .div-fr .ssjc{
    display: flex;
    justify-content: center;
    padding: 30px 0 10px 0;
}
.ResourcesD-gc-d .div-fr .ssjc .fl-wdj{
    height: 140px;
    width: 140px;
}
.ResourcesD-gc-d .div-fr .ssjc .fr-tq .dy{
     height: 60px;
    display: flex;
    align-items: flex-end;
 }
.ResourcesD-gc-d .div-fr .ssjc .fr-tq .dy img{
     height: 60px;
 }
.ResourcesD-gc-d .div-fr .ssjc .fr-tq .dy span{
    font-size: 16px;
    color: #9a9a9a;
}
.ResourcesD-gc-d .div-fr .ssjc .fr-tq .wd{
    font-size: 48px;
    color: #333;
    padding-top: 10px;
    padding-left: 10px;
}
.ResourcesD-gc-d .div-fr ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ResourcesD-gc-d .div-fr ul li{
   width: calc(50% - 10px);
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #008a00;
    margin-top: 20px;
}
.ResourcesD-gc-d .div-fr ul li.li2{
  background: #0056b7;
}
.ResourcesD-gc-d .div-fr ul li.li3{
    background: #50009b;
}
.ResourcesD-gc-d .div-fr ul li.li4{
    background: #edb200;
}

.ResourcesD-tb .title {
    font-size: 30px;
    font-weight: bold;
    padding: 30px  0;
}
.ResourcesD-tb-d{
    background: #fff;
    padding: 40px;
}

.ResourcesD-ys .title {
    font-size: 30px;
    font-weight: bold;
    padding: 30px  0;
}
.ResourcesD-ys-d{
    background: #fff;
    padding: 40px;
}
.ResourcesD-ys-d ul li{
    width: calc(25% - 20px);
    display: flex;
    align-items: center;
    background: #e86200;
    border-radius: 10px;
    padding: 25px 40px;
}
.ResourcesD-ys-d ul li.li2{
    background: #006cc8;
}
.ResourcesD-ys-d ul li.li3{
    background: #8800c1;
}
.ResourcesD-ys-d ul li.li4{
    background: #edd31e;
}
.ResourcesD-ys-d ul li .pic{
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ResourcesD-ys-d ul li .tet{
    padding-left: 25px;
}
.ResourcesD-ys-d ul li .tet h3{
   font-size: 36px;
   font-weight: bold;
    color: #fff;
    line-height: 25px;
    padding-top: 5px;
}
.ResourcesD-ys-d ul li .tet span{
    font-size: 18px;
    font-weight: lighter;
    padding-left: 10px;
    color: #fff;
}
.ResourcesD-ys-d ul li .tet p{
    font-size: 16px;
    color: #fff;
}









@media (max-width: 1420px){
    .container{width: 1200px;}
    .zn-variety-div .swiper{
        position: relative;
        width: 100%;
        padding-top: 45px;
        height: 280px;
        overflow: hidden;
    }
    .sy-resource-top .div-fl p {
        width: 550px;
        margin-top: 15px;
        font-size: 16px;
        line-height: 30px;
        height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .sy-resource-top .div-fl ul{
        width: 550px;
        padding-top: 20px;
    }
    .sy-resource-top .div-fr ul li {
        height: 235px;
    }
    .zn-variety-div .variety-li{
        height: 235px;
    }
    .sy-resource-ul ul li{
        width: 270px;
        height: 235px;
    }
    .zn-about-two .tuo-fr p{
        font-size: 16px;
        color: #666;
        line-height: 25px;
        height: 200px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }
}



