body {
    color: #333;
    font-size: 14px;
    font-family: "è„™æ¥¼è„—æˆ®è„—åºè„™ç¯“è„—é™†è„—ç‚‰è„™æ¼èŠ’éˆ§îƒå¥½â‘©å“å¨„è„™æ¼è„—ç¦„èŠ’éˆ§îƒ¦ï¿½", "Arial", Helvetica, "è„™æ¼è„—ç¦„èŠ’éˆ§îƒ¦æºå…Ÿã£å®çŸ«â‘©å“è‰™", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;


}
.pic img{height: 184px;}
.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;

}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    /* max-width: 100%; */
    display: inline-block;
    vertical-align: middle;
    /* height: 200px; */
}

.container {
    width: 1430px;
}

.header {
 
    background-size: cover;
    height: 100px;
}

.logo {
    height: 100px;
    line-height: 100px;
}

.logo-sm {
    display: none;
}

.header-right {
    padding-top: 36px;
}

.search-index {
    position: relative;
    width: 350px;
    padding-right: 46px;
}

.search-index .form-control {
    width: 100%;
    border-radius: 4px 0 0 4px;
    height: 32px;
    box-shadow: none;
    border: none;
    background: #e9e9e9;
    border-radius: 22px;
}

.btn-ss {
    position: absolute;
    right: 34px;
    top: -8px;
    /* width: 50px; */
    /* height: 32px; */
    /* border-radius: 0 4px 4px 0; */
    /* background: url(../images/search.png) center no-repeat !important; */
}

.heade-link {
    line-height: 22px;
    margin-left: 20px;
}

.heade-link a {
    display: inline-block;
    font-size: 18px;
    color: #555;
   
    padding-left: 5px;
}

.dh1 {
    background: #018b01;
    width: 100%;
}

.nav-list li {
    float: left;
    position: relative;
    z-index: 10000;
    width:20%;
}

.nav-list li a {
    display: block;
    font-size: 18px;
    color: #fff;
 line-height: 24px;
    padding: 10px 4px;
}

.nav-list li a.active,
.nav-list li a:hover {
    background: #49a148;
    color: #fff;
}

.nav-down {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    color: #555;
}

.nav-down li {
    float: none;
    width: 100%;
}

.nav-down {
    display: none;
}

.nav-list li:hover .nav-down {
    display: block;
}

.banner {
    margin: 0 auto;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .slick-dots {
    bottom: 30px;
}

.ljgd {
    font-size: 18px;
    color: #fff;
    padding: 10px 40px;
    display: block;
    background: #018b01;
    position: absolute;
    bottom: 23%;
    left: 17%;
}

.banner .slick-dots li {
    margin: 0 12px;
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: auto;
}

.banner .slick-dots li button {
    background: transparent;
}

.banner .slick-dots li button::before {
    display: none;
}

.banner .slick-dots li.slick-active button {
    width: 32px;
    height: 32px;
    border-radius: 0%;
    background: url(../images/banner-ico.png);
    border: none;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.phone-search {
    display: none;
}

.search-box {
    position: fixed;
    left: 50%;
    display: none;
    top: 50%;
    width: 800px;
    height: 54px;
    background: #fff;
    padding-right: 115px;
    margin-left: -400px;
    z-index: 1000010;
}

.search-box .form-control {
    height: 54px;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    border: none;
}

.modal {
    z-index: 100000001;
}

.modal-backdrop {
    z-index: 10000000;
}

.modal-box {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000010;
}

.btn-search,
.btn-search:hover,
.btn-search:focus {
    position: absolute;
    right: 0;
    background: #018b01;
    top: 0;
    /* width: 115px; */
    /* height: 54px; */
    border: none;
    border-radius: 0;
    padding: 0;
    padding: 11px;
}

.modal-back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.search-box-lg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}


.nav-list-two-nav-item:hover,
.news-list-tt a:hover,
.notice-list a,
.gg-list li a:hover,
.article-list li a:hover,
.img-ul-tt a:hover,
.ld-a:hover {
    color: #347c33 !important;
}

.mt-list-tt a:hover,
.bottom-tt a:hover,
.bottom-ul li a:hover,
.friends-list li a:hover,
.nav-list li a:hover {
    text-decoration: none !important;
}

.logo img.logo-s {
    display: none;
}

.home-link a:hover,
.more-box a:hover,
.friends-box a:hover {
    text-decoration: underline !important;
}

.news-ul-tt a:hover,
.news-txt li div a:hover,
.tz-ul-tt a:hover,
.cg-ul-tt a:hover {
    color: #347c33;
}

.tz-ul-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.title a:hover,
.list-more:hover {
    color: #347c33;

}

.dt-ul li a:hover,
.dt-list-p a:hover,
.bottom-ul li a:hover,
.img-slick-tt a:hover,
.article-link p a:hover {
    color: #347c33;
}

.home-a a:hover {
    text-decoration: underline !important;
}

.search-a {
    display: none;
}

.dt-list li:hover .dt-list-date {
    background: #347c33;
}

.logo-nav {
    display: none;
}

.list-left-top .nav-click {
    color: #fff;
}



/*one*/
.one {
    width: 100%;
    padding: 70px 0;
    background: url(../images/zhyw-bj.png)top center no-repeat;
    background-size: 100% 100%;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 50px 0;
    color: #333;
}


.yw-left {
    width: 48%;
    height: 633px;
    overflow: hidden;
}

.news-ul-a {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 43px;
}

.news-ul-a li {
    padding: 10px 100px 10px 40px;
    box-sizing: border-box;
    background: url(../images/jiantou.png)right 30px center no-repeat;
}

.news-ul-a li:hover {
    background: #018b01 url(../images/01.png)right 30px center no-repeat;
}

.news-ul-a li:hover .txt-elise a {
    color: #fff;
}

.news-ul-a li:hover .news-date {
    color: #fff;
}

.news-ul-a li:hover .news-date span {
    color: #fff;
}



.news-date {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 10px;
    font-weight: bold;
    margin-right: 15px;
}

.news-ul-a-right {
    padding: 11.7px 0;
}

.news-ul-a-tt a {
    font-size: 22px;
    color: #282828;
    line-height: 37px;
    height: 74px;
    overflow: hidden;

}

.news-date span {
    font-size: 36px;
    color: #018b01;
    font-family: -webkit-pictograph;
    line-height: 47px;
}

.txt-elise {
    font-size: 22px;
    color: #000;
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    padding: 4px 0;
    height: 74px;
    overflow: hidden;
}


.yw-right {
    width: 51%;
    height: 633px;
    overflow: hidden;
    background: #fff;
}

.yw-right .aa {
    display: block;
    position: relative;
    padding-top: 53%;
    width: 100%;
}

.yw-right .aa img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.yw-right .aa img:hover {
    transform: scale(1.1);
    transition: 1s all;
}

.jyxx-left img:hover {
    transform: scale(1.1);
    transition: 1s all;
}

.kydt a img:hover {
    transform: scale(1.1);
    transition: 1s all;
}

.zt-t a img:hover {
    transform: scale(1.1);
    transition: 1s all;
}

.yw-right .aa .news-date {
    position: absolute;
    width: 124px;
    height: 112px;
    right: 0px;
    top: 10%;
    background: url(../images/time-jt.png)center no-repeat;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-right: 0px;
    font-family: serif;

}

.yw-right .aa .news-date span {
    color: #fff;
    font-size: 36px;
    font-family: serif;
    margin-top: 15px;
    display: inline-block;
}


.yw-right a {
    height: auto;
    width: 100%;
    display: block;
    background: #fff;
    padding: 35px;
    box-sizing: border-box;
    padding-bottom: 107px;
}

.yw-right a:hover h2 {
    color: #018b01;
}

.yw-right a h2 {
    width: 100%;
    font-size: 22px;
    color: #282828;
    line-height: 30px;
    margin: 0px;
    font-weight: bold;
    text-align: left;
    height: 56px;
    overflow: hidden;
}

.yw-right a p {
    display: block;
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    text-align: left;
    margin-top: 20px;
}

.yw-right .slick-dots {
    right: auto;
    bottom: 32px;
    left: 27px;
    width: 100%;
    text-align: left;
    background: url(../images/yx-jt.png)right 50px center no-repeat;
    height: 66px;
    line-height: 66px;
}

.yw-right .slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 50%;

}

.yw-right .slick-dots li::after {
    width: 10px;
    height: 1px;
    background: #333;
    display: block;
}

.yw-right .slick-dots .slick-active {
    border: 1px solid #018b01;
}

.yw-right .slick-dots .slick-active button {
    color: #018b01;
}

.yw-right .slick-dots li button {
    color: #282828;
    font-size: 16px;
}

.yw-right .slick-dots li button::before {
    display: noen !important;
    color: transparent;
}


.ckgd {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    display: inline-block;
}

.ckgd a {
    width: 187px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url(../images/ckgd.png)center no-repeat;
    display: inline-block;
}


/*two*/
.two {
    width: 100%;
    padding: 70px 0;
    background: url(../images/tzgg-bj.png)top center no-repeat;
    background-size: 100%;
}

.two .title {
    margin: 10px 0 10px 0;
}

.tzgg .news-ul-a {
    background: transparent;
}

.tzgg .news-ul-a li {
    width: 33.333%;
    float: left;
    padding-bottom: 30px;
    padding: 20px 30px 30px 30px;
}

.tzgg .news-ul-a-tt a {
    font-size: 18px;
    color: #282828;
    height: 75px;
    display: inline-block;
    overflow: hidden;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg .news-ul-a li {
    background: url(../images/jiantou.png)left 100px bottom 30px no-repeat;
}

.tzgg .news-ul-a li:hover {
    box-shadow: 4px 5px 10px #49a148;
    ;
}

.tzgg .news-ul-a li:hover a {
    font-weight: bold;
    color: #49a148;
}

.tzgg .news-date span {
    color: #018b01 !important;
}

.tzgg .news-date {
    color: #333 !important;
}


/*three*/
.three {
    width: 100%;
    padding: 70px 0;
    background: url(../images/jxxx-bj.png)top center no-repeat;
    background-size: 100% 100%;
}

.three .title {
    margin: 10px 0 50px 0;
}

.three li {
    width: 49%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    padding: 25px;
}

.three li:nth-child(even) {
    float: right;
}

.three li a {
    width: 100%;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three span {
    display: inline-block;
    width: 100%;
    height: 28px;
    font-size: 14px;
    color: #018b01;
    line-height: 20px;
    background: url(../images/jiantou.png)right 20px center no-repeat;
}

.three li:hover {
    background: #018b01;
}

.three li:hover a {
    color: #fff;
}

.three li:hover span {
    color: #fff;
    background: url(../images/01.png)right 20px center no-repeat;
}



/*four*/
.four {
    width: 100%;
    padding: 70px 0;
    background: url(../images/rcpy-bj.png)top center no-repeat;
    background-size: 100% 100%;
}

.foer .title {
    margin: 10px 0 50px 0;
}

.rcpy-l {
    width: 65%;
    float: left;
}

.rcpy-t {
    width: 100%;
    padding: 7% 7% 7% 40%;
    background: url(../images/rcpy-tp.png)center no-repeat;
    background-size: 100% 100%;
}

.rcpy-t span {
    font-size: 14px;
    color: #fff;
    text-align: left;
    display: block;
    margin-bottom: 30px;
}

.rcpy-t a {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 25px;
    display: block;
    height: 60px;
    overflow: hidden;
}

.rcpy-t p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.rcpy-jt {
    width: 31px;
    height: 9px !important;
    line-height: 0px !important;
    margin-top: 50px;
}

.rcpy-jt img {
    width: 100%;
}

.rcpy-r {
    width: 33%;
    float: right;
}

.rcpy-r-l {
    width: 100%;
    display: inline-block;
}

.rcpy-r-l li {
    width: 100%;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    display: inline-block;
}

.rcpy-r-l li a {
    font-size: 22px;
    color: #111;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rcpy-r-l li p {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    margin: 15px 0;
    height: 56px;
    overflow: hidden;
}

.rcpy-r-l li span {
    display: inline-block;
    width: 100%;
    height: 28px;
    font-size: 14px;
    color: #018b01;
    line-height: 20px;
    background: url(../images/jiantou.png)right 20px center no-repeat;
}

.rcpy-r-l li:hover {
    background: #018b01;
}

.rcpy-r-l li:hover a {
    color: #fff;
}

.rcpy-r-l li:hover p {
    color: #fff;
}

.rcpy-r-l li:hover span {
    color: #fff;
    background: url(../images/01.png)right 20px center no-repeat;
}


/*five*/
.five {
    width: 100%;
    padding: 70px 0;
    background: url(../images/jyxx-bj.png)top center no-repeat;
    background-size: 100% 100%;
}

.five .title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 50px 0;
    color: #333;
}

.jyxx-left {
    width: 49%;
    max-height: 650px;
    overflow: hidden;
    position: relative;
}

.jyxx-left img {
    width: 100%;
}

.jyxx-left a {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: url(../images/jyxx-tp-bj.png)center no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    padding: 30px;
    display: block;
    padding-right: 140px;
}

.jyxx-left a img {
    width: auto;
    position: absolute;
    right: 40px;
    top: 40px;
}

.jyxx-right {
    width: 49%;
}



/*six*/
.six {
    width: 100%;
    padding: 70px 0;
    background: url(../images/kydt-bj.png)top center no-repeat;
    background-size: 100%;
}

.six .title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 50px 0;
    color: #fff;
}
.kydt2{display: none;}
.kydt a {
    display: flex;
    margin: 0 7px;
    position: relative;
    padding-top: 62%;
    overflow: hidden;
    background: #f1f1f1;
    text-align: center;
    justify-content: center;
}

.kydt a img {
    position: absolute;
    left: unset;
    top: 0;
    width: auto;
    max-width: unset;
    height: 85%;
    margin: auto;
    text-align: center;
}

.kydt {
    margin: 0 -8px;
}

.kydt .slick-dots {
    display: none !important;
}

.kydt p {
    font-size: 16px;
    color: #111;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    bottom: -3px;
    padding-left: 13px;
}

.kydt .slick-prev {
    left: -30px;
    width: 25px;
    height: 38px;
    background: url(../images/left.png) center no-repeat;
    margin-top: -19px;
    display: none !important;
}

.kydt .slick-next {
    right: -30px;
    width: 25px;
    height: 38px;
    background: url(../images/right.png) center no-repeat;
    margin-top: -19px;
    display: none !important;
}


.zt-t {
    width: 100%;
display: inline-block;
margin-bottom: 40px;
}

.zt-t a {
    display: block;
    margin-right: 1%;
    position: relative;
    padding-top: 4%;
    width: 24.25%;
    float: left;
}

.zt-t a:nth-child(4) {
    margin-right: 0%;
}

.zt-t a img {
    width: 100%;
    display: inline-block;
}

.zt-t a p {
    font-size: 28px;
    font-weight: b;
    color: #fff;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*seven*/
.seven {
    width: 100%;
    padding: 70px 0;
    background: url(../images/tpfc-bj.png)top center no-repeat;
    background-size: 100%;
}

.seven .title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 50px 0;
    color: #fff;
}

.wrap {
    position: relative;
    width: 100%;
    height: 560px;
    margin: 50px auto 100px auto;
}

.content {
    position: absolute;
    width: 100%;
    height: auto;
}

.content li {
    position: absolute;
    background-size: 100% 100% !important;
    cursor: pointer;

}

.content li p {
    position: absolute;
    bottom: -50px;
    width: 100%;
    color: #282828;
    text-align: center;
    display: inline-block;
}

.wrap a {
    position: absolute;
    display: none;
    z-index: 9;
    top: 50%;
    width: 47px;
    height: 48px;
    margin-top: -30px;
    font: 36px/60px "ç€¹å¬©ç¶‹";
    text-align: center;
    text-decoration: none;
    color: #fff;

}

.wrap .prev:hover {
    background: url(../images/right.png);
    transform: rotate(180deg);
}
.wrap .next:hover {
    background: url(../images/right.png);
    transform: rotate(0deg);
}
.prev {
    left: -80px;
    display: block !important;background: url(../images/left.png);
}

.next {
    right: -80px;
    display: block !important;
    background: url(../images/left.png)center no-repeat;
    transform: rotate(180deg);
}





/*eight*/
.eight {
    width: 100%;
    padding: 50px 0;
    background: #018b01;
}

.eight a {
    width: 16.6666%;
    float: left;
    display: block;
    text-align: center;
}

.eight a img {
    width: auto;
    display: block;
    margin: auto;
}

.eight a p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}

.eight a:hover img {
    transform: rotateZ(360deg);
    transition: 1s all;
}


footer {
    width: 100%;
    padding: 20px 0 50px 0;
    background: #2f2a29;
}

.yqlj {
    border-bottom: 1px solid #c1c1c1;
    display: inline-block;
    width: 100%;
}

.yqlj-l {
    width: calc(100% - 110px);
}

.yqlj-l h3 {
    font-size: 16px;
    margin: 0px;
    color: #fff;
    line-height: 70px;
    float: left;
}

.yqlj-l a {
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    float: left;
    margin-left: 20px;
}

.yqlj-r {
    float: right;
    width: 90px;
    line-height: 70px;
}

.yqlj-r ul {
    padding-top: 8px;
    text-align: center;
    font-size: 0;
}

.yqlj-r ul li {
    display: inline-block;
    margin-left: 35px;
    position: relative;
    text-align: center;
}

.yqlj-r ul li:first-child {
    margin-left: 0;
}

.yqlj-r ul li a {
    display: block;
}

.yqlj-r ul li a img {
    vertical-align: middle;
}

.yqlj-r ul li a p {
    color: #fff;
}

.yqlj-r ul li div {
    position: absolute;
    bottom: 75%;
    right: 0;
    display: none;
    padding: 3px;
    width: 100px;
    display: none;
    background: #fff;
}

.yqlj-r ul li:nth-child(1) div {
    left: 47%;
    transform: translateX(-50%);
}

.yqlj-r ul li div img {
    display: block;
    width: 100%;
}

.yqlj-r ul li:hover div {
    display: block;
}

.bq {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.bq-l {
    width: 27%;
    text-align: left;
}

.bq-l img {
    width: auto;
    line-height: 100px;
}


.bq-r {
    width: 60%;
}

.bq-r p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.bq-r p:nth-child(even) {
    width: 100%;
}





/*é’æ¥„ã€ƒæ¤¤ï¿½*/
.inner {
    background: url(../images/body-bj.png)top center no-repeat;
    background-size: cover;
}

.left-width {
    width: 280px;
    margin-top: -100px;
    padding-bottom: 35px;
    z-index: 5;
    position: relative;
    background: #fff;
}

.left-width-tt {
    line-height: 100px;
    font-size: 26px;
    color: #fff;
    background: #018b01;
    text-align: center;
}

.left-nav-list li {
    background: #fff;
    padding: 0 20px;
}

.left-nav-list .active {
    background: #f8f9fd;
}

.left-nav-list .active a {
    /* background: url(../images/ej-jt.png)left 30px center no-repeat; */
}

.left-nav-list li a {
    display: block;
    font-size: 20px;
    color: #666;
    border-bottom: 1px #333 dashed;
    text-align: center;
    padding: 16px 0;
}

.left-nav-list li a:hover,
.left-nav-list li.active a {
    color: #018b01;
    border-bottom: 1px #018b01 dashed;
}

.nav-b {
    color: #fff;
    /* padding-left: 25px; */
    line-height: 70px;
    text-align: left;
}

.nav-b a {
    color: #fff;
}

.xtb2 {

    width: 16px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.right-width {
    width: calc(100% - 280px);
    padding-left: 40px;
    margin-top: -70px;
    z-index: 5;
    position: relative;
}

.local {
    height: auto;
    border-bottom: 1px solid #dbdbdb;
    /* margin-bottom: 40px; */
}

.local h2 {
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #018b01;
}

.leftpic {
    width: 349px;
    padding-left: 35px;
}

.new-ul li {
    padding: 30px 0;
    border-bottom: 1px #dbdbdb dashed;
}

.new-ul li .leftpic a {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: 57%;
}

.new-ul li .leftpic a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-ul li .rightnew {
    padding-bottom: 0px;
    width: calc(100% - 349px);
}

.list-da {
    float: left;
    width: 10%;
    text-align: center;
}

.list-da .years {
    line-height: 49px;
}

.rightnew a {
    display: block;
    width: 90%;
}

.new-ul li:hover {
    box-shadow: 1px 3px 15px #999;
}

.list-da .years {
    font-size: 14px;
    color: #333;
}

.list-da .days {
    font-size: 42px;
    color: #018b01;
    line-height: 50px;
    border-bottom: 4px solid #018b01;
    width: 47px;
    margin: auto;
}

.rightnew a {
    font-size: 22px;
    color: #282828;
    line-height: 26px;
    display: block;
    padding: 10px 0;
    display: block;
    width: 90%;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rightnew p {
    font-size: 16px;
    color: #909192;
    line-height: 30px;
    max-height: 60px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-ul li .wt {
    width: 100%;
}

.pagination li a {
    margin: 0 3px;
    border-radius: 0 !important;
    color: #333;
    background: none;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
}

.pagination>.active>a,
.pagination li a:hover,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #018b01;
    border-color: #018b01;
    color: #fff;
}

.page-box {
    padding: 30px 0 0 0;
}

.page-l {
    line-height: 25px;
    margin-right: 5px;
    margin-left: 15px;
}

.page-input {
    width: 40px;
    box-shadow: none;
    border-radius: 0;
    background: none;
    height: 25px;
}

.page-l-l {
    margin-left: 10px;
}

.page-number {
    height: 25px;
    line-height: 23px;
    border: solid 1px #ddd;
    padding: 0 5px;
    margin-left: 5px;
}

.page-box {
    display: inline-block;
}

.page-r {
    margin: 20px 0;
}




/*é¥å‰§å¢–é’æ¥„ã€ƒæ¤¤ï¿½*/
.picnew {
    margin-top: 68px;
}

.lbnr {
    background: #fff;
    padding-top: 30px;
}

.lbnr_left {
    width: 260px;
}

.lbnr_right {
    width: calc(100% - 260px);
    padding-left: 35px;
}

.lbnr_left h2 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: .22rem;
}

.lbhz {
    background: #f8f8f8;
    padding: .25rem .4rem .5rem;
}

.lbhz li {
    line-height: 50px;
    font-size: .18rem;
}

.lbhz li a {
    display: block;
    color: #555;

}

.lbhz li:hover a,
.lbhz li.on a {

}

.wz {
    background: #f8f8f8;
    line-height: 45px;
    padding-right: 15px;
}

.lbnr_right .wz h2 {
    font-size: .2rem;
    float: left;
    font-weight: bold;
    line-height: 43px;
    padding: 0 15px;
}

.wz .local {
    height: auto;
    line-height: 45px;
}

.picnew li {
    /* padding:20px 0; */
    background: #fff;
    margin-bottom: 30px;
}

.picnew li .pic-l {
    width: 350px;
    float: left;
height: 248px;
}

.picnew li .pic-l .imged {
    padding-top: 63%;
}

.picnew li .pic-r {
    width: calc(100% - 350px);
    padding: 20px;
    float: right;
    background: #fff;
}

.picnew li .pic-r a {
    display: block;
}

.picnew li .pic-r h3 {
    font-size: 22px;
    color: #111;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picnew li:hover {
    box-shadow: 1px 3px 15px #999;
}

.picnew li:hover .pic-r h3 {
    color: #018b01;
}

.picnew li:hover .pic-r p {
    color: #018b01;
}

.picnew li .pic-r .time {
    font-size: 16px;
    color: #666;

}

.picnew li .pic-r .zy {
    font-size: 16px;
    color: #111;
    line-height: 26px;
    height: 76px;
    overflow: hidden;
}

.picnew li .pic-r span {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.picnew li .pic-r span img {
    float: right;
}

.picnew li:hover .pic-r span {
   
}

.fynr {
    text-align: center;
    padding: 20px 0 10px 0;
}

.fynr li {
    display: inline-block;
    *display: inline;
    padding: 0 5px;
}

.fynr li a {
    display: inline-block;
    *display: inline;
    font-size: .14rem;
    color: #999;
    line-height: 30px;
    background: #f2f2f2;
    width: auto;
    height: 30px;
    padding: 0 10px;
}

.fynr .hover2>a {
    color: #fff;
}

.fynr li a:hover {
    color: #fff;
}


/*éå‘­î†æ¤¤ï¿½*/
.article-tt {
    font-size: 30px;
    color: #000;
    padding: 25px 0 10px;
    font-weight: bold;
}

.article-date {
    border-bottom: 2px solid #018b01;
    padding: 20px 0;
    color: #000;
    font-size: 16px;
}

.article-date>span {
    padding: 0 20px;
}

.article-p p {
    font-size: 20px;
    color: #000;
    line-height: 38px;
    text-align: justify;
}

.article-p {
    padding: 25px 0;
}

.article-p img {
    /* max-width: 600px; */
    margin: auto;
    display: block;
    padding: 10px 0;
    /* width: 100%; */
}

.article-a p a {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}

.article-a {
    padding-bottom: 31px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.about-p {
    padding: 10px 0;
}


/*ç”¯å £ç¥«é’æ¥„ã€ƒ*/
.ny-main1 {
    margin-top: 8px;
}

.ny-main1 ul {
    font-size: 0;
}

.ny-main1 ul li {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 28px;
    font-size: 0;
    width: 48%;
    margin-left: 3%;
    background: url(../images/rw-bj.png)center no-repeat;
    background-size: cover;
    box-shadow: 1px 3px 15px #999;
}

.ny-main1 ul li:hover {
    box-shadow: 5px 5px 20px #018b01;
}

.ny-main1 ul li:hover .zi1 h4 {
    color: #018b01;
}

.ny-main1 ul li:nth-child(2n + 1) {
    margin-left: 0;
}

.ny-main1 ul li .z {
    display: block;
}


.ny-main1 .aaa {
    float: left;
    width: 196px;
    height:183px;
    overflow: hidden;
}

.ny-main1 .zi1 {
    overflow: hidden;
    padding-left: 26px;
    padding-top: 22px;
    padding-right: 15px;
    padding-bottom: 17px;
    border-bottom: 2px solid transparent;
}

.ny-main1 .pic {
}

.ny-main1 .zi1 h4 {
    font-size: 28px;
    line-height: 30px;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-main1 .zi1 h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-main1 .zi1 p {
    font-size: 16px;
    line-height: 28px;
    height: 40px;
    overflow: hidden;
    color: #111;
    margin-top: 12px;
    font-weight: bold;
}

.ny-main1 .zi1 a {
    display: block;
}

.ny-main1 .zi1 span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #018b01;
    padding-top: 12px;
    border-top: 1px solid #ccc;
}








@media(max-width: 1600px) {
    .wrap{zoom: .9;left: 5%;}
    .next{    right: 80px;}
}


@media(max-width: 1479px) {

    .container {
        width: 1230px;
    }
    .news-ul-a{padding-bottom: 27px;}
    .news-ul-a li{padding: 10px 100px 10px 40px;}
    .logo-b img {
        width: 300px;
    }

.kyjz-ll{margin-bottom: 41px !important;}

    .footer-center {
        margin-left: 80px;
    }

    .nav-ul li {
        padding: 0 10px;
    }

    .nav-ul {
        margin: 0 -10px;
    }

    .nav-ul li a {
        font-size: 16px;
    }
    .rcpy-r-l li{    padding: 22px;margin-bottom: 25px;}
    .wrap{zoom: .77;left: 5%;height: 500px;}
    .ny-main1 .zi1 h4{font-size: 24px;}
    .ny-main1 .zi1 p{font-size: 12px;    height: 30px;margin-top: -13px;    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
    .ny-main1 .aaa{width: 150px;}
    .ny-main1 .zi1{ padding-top: 15px;padding-bottom: 10px;padding-left: 12px;}
    .ny-main1 .zi1 h3{margin-top: 5px;}

}

@media(max-width: 1279px) {

    .footer-right,
    .footer-left {
        width: 100%;
        text-align: center;
        float: none !important;
    }

    .footer-left p a {
        margin: 0 15px;
    }

    .ewm-c {
        display: inline-block;
        float: none !important;
        margin: 0 10px;
    }
   .kyjz h2{font-size: 24px !important;margin-bottom: 0px !important;}
    .logo img {
        width: 450px;
    }

    .container {
        width: 95%;
    }
    .news-ul-a-tt a{overflow: hidden;height: 66px;display: inline-block;font-size: 20px;}
    .nav-list li a {
        font-size: 15px;
    }
    .yw-right a h2{font-size: 20px;}
    .news-ul-a li {
        padding: 10px 100px 10px 40px;
    }
    .yw-right a{padding-bottom: 107px;}
    .nav-down li a {
        font-size: 12px;
    }

    .back-box {
        height: 450px;
    }

    .banner .slick-dots {
        margin-right: -470px;
    }

    .logo-b img {
        width: 250px;
    }
    .one{    padding: 50px 0;}
    .two{    padding: 50px 0;}
    .three{padding: 50px 0;}
    .four{padding: 50px 0;}
    .five{    padding: 50px 0;}
    .six{    padding: 50px 0;}
    .seven{padding: 50px 0;}
    .eight{padding: 50px 0;}v
    .title{font-size: 30px;    margin: 10px 0 30px 0;}
    .ckgd{    margin-top: 10px;}
    .five .title{font-size: 30px;    margin: 10px 0 30px 0;}
    .six .title{font-size: 30px;    margin: 10px 0 30px 0;}
    .seven .title{font-size: 30px;    margin: 10px 0 30px 0;}
    .eight .title{font-size: 30px;    margin: 10px 0 30px 0;}
    .zt-t a p{font-size: 24px;line-height: 50px;}
    .wrap{zoom: .7;left: 5%;height: 500px;}
    .next {
        right: 90px;
    }
    .wrap .content{left: 2%;}
 


}

@media(max-width: 1200px) {
    .wrap{zoom: .6;left: 9%;height: 500px;display: none;}
    .next {
        right: 300px;
    }
    .kydt2{display: block;}
}

@media(max-width: 1100px) {
     .tzgg .news-ul-a li{
        width: 50%;  
        padding: 15px 15px 20px 15px;
    background: url(../images/jiantou.png)left 100px bottom 10px no-repeat;
        }
        .rcpy-r-l li p{margin: 10px 0;}

        .jyxx-right .news-ul-a-right{padding: 0px 0;}
        .jyxx-right  .news-date{padding: 0px;}
        .yqlj-l{width: 100%;}
        .yqlj-r{float: left !important;}
        .bq-l{width: 100%;margin-bottom: 30px;text-align: center;}
        .bq-r{width: 100%;}


         }


@media(max-width: 991px) {

    .nav-box {
        width: 100% !important;
        height: 50px;
  
        background-size: cover;
    }

    .logo-sm {
        position: absolute;
        display: block;
        left: 15px;
        top: 5px;
    }

    .logo-sm img {
        height: 40px;
    }

    .container {
        width: 90%
    }

    .header {
        position: relative;
        z-index: 1000000;
        height: 50px;
        display: none;
    }

    .header .container {
        width: 100%;
    }

    .yw-left{width: 100%;height:auto;}
    .yw-right{width: 100%;height:auto;}
    .yw-right{max-height:unset;}
    .header .pull-right {
        display: none;
    }

    .header-right {
        display: none;
    }

    .logo img {
        height: 30px;
    }

    .logo {
        height: 50px;
        line-height: 50px;
    }

    .nav-list {
        position: absolute;
        box-shadow: 1px 2px 3px #ddd;
        border-top: solid 1px #eee;
        top: 50px;
        z-index: 1000;
        display: none;
        max-height: 80vh;
        overflow-y: auto;
        left: 0;
        right: 0;
        border-top: solid 1px #fff;
        background: #fff;
    }

 .kyjz h2{font-size:24px !important;}

    .nav-list li {
        float: none;
        margin: 0;
        width: 100%;
    }

    .nav-list li a {
        display: block;
        border: none;
        background: none !important;
        line-height: 40px;
        color: #333 !important;
        padding: 0 15px;
        text-align: left;
        font-size: 16px;
    }

    .nav-list li a.active {
        color: #333;
    }

    .header-a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        text-align: center;
    }

    .header-a a {
        display: inline-block;
        margin: 0 10px;
        float: none;
    }

    .header-a a.icon03 {
        display: none;
    }

    .header-a .pull-right {
        width: 100%;
    }

    .back-box {
        height: 400px;
    }

    .mt-list-lg li a {
        height: 96px;
    }

    .nav-down {
        position: static;
        background: none;
    }

    .nav-down li a {
        padding-left: 25px;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .nav-list li {
        position: relative;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #333;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .phone-search {
        position: absolute;
        right: 60px;
        top: 0;
        line-height: 50px;
        display: block;
    }

    .search-box {
        width: 600px;
        margin-left: -300px;
    }

    .logo-b {
        width: 100%;
        text-align: center;
        padding: 0 0 20px 0;
    }

    .page-one {
        padding-bottom: 10px;
    }
    .one {
        padding: 30px 0;
        background: #f1fff1;
    }
    .two {
        padding: 30px 0;
    }
    .three {
        padding: 30px 0;
    }
    .four {
        padding: 30px 0;
    }
    .news-ul-a-tt a{font-size: 18px;}
    .title {
        font-size: 26px;
        margin: 10px 0 20px 0;
    }
    .news-date{font-size: 14px;}
    .news-date span{font-size: 30px;}
    .news-ul-a li {
        padding: 0px 70px 1.5px 10px;    background: url(../images/jiantou.png)right 15px center no-repeat;
    }
    .three li{width: 100%;}
    .rcpy-l{width: 100%;}
    .rcpy-r{width: 100%;}
    .jyxx-left a{ padding-right: 10px; font-size: 20px;padding: 18px;}
    .jyxx-left a img{display: none;}
    .jyxx-left{width: 100%;}
    .jyxx-right{width: 100%;}
    .news-ul-a li{margin: 15px 0;}
    .zt-t a p{font-size: 20px;line-height: 40px;}
    .eight a img{max-width: 80%;}
    .eight a p{    margin-top: 8px;}

    .left-width{width: 100%;}
    .right-width{width: 100%;margin-top: 15px;    padding-left: 0px;}
    .nav-b{color: #333;line-height: 20px;padding-bottom: 10px;}
    .nav-b a{color: #333;}
    .article-tt{font-size: 24px;}
    .article-p p{font-size: 18px;line-height: 32px;}
    .txt-elise{font-size: 16px !important;line-height: 20px;}
    .article-a p a{font-size: 16px !important;line-height: 20px;}


}


@media(max-width: 800px) {
    .picnew li .pic-l{width: 100%;text-align: center;}
    .picnew li .pic-r{width: 100%;}
    .picnew li .pic-r h3{ white-space: unset;}
    .picnew li .pic-r .zy{height: auto;}
    .ny-main1 ul li{width: 100%; margin-left: 0%;}
.yw-right a h2{
    height: 56px;
    overflow: hidden;
}

.kyjz{width:100% !important;margin-bottom:40px;}
 .kyjz h2{font-size:28px !important;}
}

@media(max-width: 768px) {
.kyjz-l{width: 100% !important;padding-top: 60% !important;}
.kyjz-r{width: 100% !important;}
.search-box .form-control{font-size:14px;}
    .search-a {
        position: absolute;
        right: 60px;
        top: 14px;
        z-index: 1000;
        display: block;

    }
.article-p table{
    overflow-x: auto;
    width: 100%;
    display: block;
}

.article-p table tbody{

    width:1000px;
    display: block;
}





    .container {
        width: 100%;
    }

    .slick-bottom a {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }

    .header {
        position: relative;
    }

    .banner .slick-prev {
        width: 24px;
        height: 48px;
        background-size: 100% auto;
        margin-top: -24px;
    }

    .banner .slick-next {
        width: 24px;
        height: 48px;
        background-size: 100% auto;
        margin-top: -24px;
    }

    .ljgd {
        padding: 7px 15px;
        left: 10%;
        font-size: 16px;
    }

    .search-box {
        width: auto;
        margin-left: 0;
        left: 15px;
        right: 15px;
    }

    .list-banner {
        height: auto;
        padding-top: 50%;
    }

    .nav-b {
        display: block;
    }
    .tzgg .news-ul-a li{
        width: 100%; 
        padding: 5px 0px 15px 0px;
    }
    .zt-t a p{font-size: 16px;line-height: 30px;}
    .zt-t a{width: 49%;margin-right: 0px;}
    .zt-t a:nth-child(even){float: right;}
    .kydt a img{height: 75%;}

    .six{    background-size: 100% 31%;}
    .ckgd a{width: 120px;
        height: 36px;
        line-height: 36px;    background-size: 100% 100%;}
        .yw-right .aa .news-date{display: none;}
        .seven{background-size: 100% 32%;}

        .bq-r p{width: 100% !important;text-align: center;}
        .yqlj-l h3{line-height: 36px;}
        .yqlj-l a{line-height: 36px;}
        .left-width-tt{    line-height: 60px;
            font-size: 26px;}
        .left-nav-list li a{    line-height: 50px;
            font-size: 20px;}
            .left-width{margin-top: 10px;}
            .article-tt {
                font-size: 20px;
            }
            .article-p p {
                font-size: 16px;
                line-height: 28px;
            }
            .article-a p a {
                font-size: 14px !important;
                line-height: 18px;
            }

            .list-da{width: 70px;}
            .new-ul li{    padding: 21px 0;}
            .rightnew a{width:calc(100% - 70px);margin-bottom: 0px;height: auto;}
            .list-da .days{height: 45px;line-height: 45px;}
            .list-da .years{height: 52px;line-height: 52px;}
            .local{margin-bottom: 20px;}
}

@media(max-width: 600px) {
    .eight a{width: 33.333%;margin-bottom: 20px;}
    .eight a img {
        width: auto;
    }
}

@media(max-width: 500px) {


}



@media(max-width: 420px) {
    .logo-sm {
        width: 64%;
        line-height: 40px;
    }

    .logo-sm img {
        height: 30px;
    }
 .kyjz h2{font-size:24px !important;}
}