@charset "utf-8";


.banner {
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background:   repeat-x;
    background-position: center bottom;
}

.banner .slick-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #fff;
    z-index: 9;
    font-size: 24px;
}

.banner .slick-prev,
.banner .slick-next {
    width: 56px;
    height: 56px;
    z-index: 9;
}

.banner .slick-prev {
    left: 100px;
    background: url(/images/banner-l.png) no-repeat;
    background-position: center center;
}

.banner .slick-next {
    right: 100px;
    background: url(/images/banner-r.png) no-repeat;
    background-position: center center;
}

.banner .slick-dots {
    font-size: 0;
    text-align: center;
    bottom: 40px;
    width: auto;
    right: 46%;
    left: auto;
}

.banner .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background: #49a506;
}

.banner-more {
    position: absolute;
    left: 50%;
    margin-left: 40px;
    bottom: 30px;
    z-index: 99;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #49a506;
}

.banner-more::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #fff;
    height: 15px;
}

.banner-more a {
    color: #fff;
    font-size: 14px;
    display: block;
}




.index {
    overflow: hidden;
    font-size: 0;
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
.section0{background:#49a506;display:none;}
.section0 .kslj{
     padding-top: 30px;
     padding-bottom: 30px;
}
.section0 .kslj li{
     float:left;
     width:16.66%;
     text-align:center;
     margin:5px 0 5px;
     
}
.section0 .kslj li a{
     display:block;
}
.section0 .kslj li a img{height:43px;}
.section0 .kslj li p{
     line-height:20px;
     font-size:15px;
     color:#fff;
     padding:15px 0 0;
}



.title {
    position: relative;
    line-height: 36px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.title h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    font-family: "ËÎÌå";
    text-align: center;
}

.title a {
    position: absolute;
    right: 0;
    top: 60px;
    padding-left: 30px;
    background: url(/images/tit-more.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #49a506;
}

.title a:hover {
    color: #0970da;
}

.title-w h2 {
    color: #fff;
}

.title-w a {
    color: #fff;
    background: url(/images/tit-more-w.png) no-repeat;
    background-position: right center;
}




.s1-l {
    float: left;
    width: 720px;
}

.s1-r {
    overflow: hidden;

}

.s1-l ul.s1-lpic-box {
    padding-right: 40px;
    position: relative;
}

.s1-l ul.s1-lpic-box .slick-list {
    padding-bottom: 20px;
}

.s1-l ul.s1-lpic-box li a p {
    position: absolute;
    left: 0;
    height: 60px;
    line-height: 60px;
    right: 170px;
    background-color: #49a506;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); */
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    bottom: -20px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-l ul.s1-linfo-box {
    position: relative;
    z-index: 9;
    background: #fff;
    padding-right: 40px;

}

.s1-l ul li a {
    display: block;
    position: relative;
}





.s1-l ul li a .pic {
    padding-top: 65%;
}

.slick-dots {
    font-size: 0;
    bottom: 25px;
    left: 0;

}

.slick-dots li {
    width: 7px;
    height: 7px;
    background-color: #dddddd;
    border-radius: 50%;
    margin: 0 12px;
}

.slick-dots li.slick-active {
    background-color: #bb1616;
}



.s1-l .slick-prev, .s1-l .slick-next {
    width: 40px;
    height: 40px;
    right: 0;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.s1-l .slick-prev {
    background: url(/images/s1-ll.png) no-repeat;
    background-position: center center;
    bottom: 60px;
    z-index: 8;
}

.s1-l .slick-next {
    background: url(/images/s1-lr.png) no-repeat;
    background-position: center center;
    bottom: 20px;
    z-index: 8;
}


.s1-linfo-box.s1-list li a {
    padding-bottom: 0;
    padding-top: 20px;
    border: none;
}

.s1-linfo-box.s1-list li a .s1-info h3 {
    white-space: normal;
    height: 60px;
    overflow: hidden;
}

.s1-list li a {
    display: block;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7;
}

.s1-list li:nth-child(1) a {
    padding-top: 15px;
}


.s1-data {
    float: left;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    width: 100px;
}

.s1-data span {
    font-size: 24px;
}

.s1-info {
    overflow: hidden;
    padding-left: 30px;
    border-left: 1px solid #d7d7d7;
}

.s1-info h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-info p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;
    margin-top: 5px;
}

.s1-list li a:hover .s1-info h3 {
    color: #49a506;
}



.s1-r {
    overflow: hidden;
}

.s2-c>ul {
    margin: 0 -12px;
}

.s2-c ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 30px;
    margin: 0 12px;
    background-color: #f7f7f7;
    transition: all 0.3s;
}

.s2-data {
    float: left;
    width: 90px;
    position: relative;
}

.s2-data b {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #49a506;
    font-size: 40px;
    border-radius: 50%;
    font-weight: normal;
    transition: all 0.3s;
    position: relative;
}

.s2-data b::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 30px;
    border-top: 1px dashed #49a506;
    top: 50%;
    transform: translateY(-50%);
}

.s2-data span {
    display: block;
    width: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}

.s2-info {
    overflow: hidden;
    padding-left: 15px;
}

.s2-info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
}

.s2-info p {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #666666;
    margin-top: 25px;
}

.s2-c ul li a:hover {
    background: url(/images/s2-ahover.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.s2-c ul li a:hover .s2-data b {
    background: #0a437e;
}

.s2-c ul li a:hover .s2-info h3 {
    color: #49a506;
}

.s2-c .slick-dots {
    position: static;
    margin-top: 30px;
    font-size: 0;
}

.s2-c .slick-dots li {
    width: 14px;
    height: 4px;
    background-color: #bababa;
    border-radius: 0;
    margin: 0 2px;
}

.s2-c .slick-dots li.slick-active {
    background-color: #49a506;
}



.section3 {
    background: url(/images/s3-bj.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 60px;
    margin-top: 60px;
}

.s3-c ul {
    overflow: hidden;
}

.s3-c ul li {
    float: left;
    width: 49%;
}

.s3-c ul li:nth-child(-n+2) {
    margin-bottom: 40px;
}

.s3-c ul li:nth-child(2n+1) {
    margin-right: 2%;
}

.s3-c ul li a {
    display: block;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    position: relative;
}

.s3-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 40px;
    background: #fff;
    z-index: 7;
}

.s3-pic {
    position: relative;
    z-index: 9;
    float: left;
    width: 270px;
    margin-right: 20px;
}

.s3-pic .pic {
    padding-top: 78%;
}

.s3-info {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.s3-info h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
    height: 60px;
    color: #000000;
}

.s3-info p {
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #666666;
    margin-top: 10px;
}

.s3-info span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.s3-c ul li a:hover .s3-info h3 {
    color: #49a506;
}



.s4-l {
    float: left;
    width: 37.14%;
}

.s4-r {
    float: right;
    width: 60%;
}

.section4 .title h2 {
    text-align: left;
}

.first-list a {
    display: block;
    overflow: hidden;
}


.first-pic {
    float: left;
    width: 160px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-right: 25px;
    border: solid 1px #eeeeee;
}

.first-pic .pic {
    padding-top: 65.5%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.first-info {
    overflow: hidden;
}

.first-info h3 {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #49a506;
}

.first-info h3 span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: normal;
}

.first-info p {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
    margin-top: 5px;
}

.i-list {
    padding-top: 8px;
}

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 60px;
    background: url(/images/dtd-left.png) no-repeat;
    background-position: left center;
    background-size: 8px;
    padding-left: 20px;
    padding-right: 90px;
    border-bottom: 1px solid #e3e3e3;
}

.i-list li:last-child {
    margin-bottom: 0px;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
}

.i-list li a:hover {
    color: #6cbe2f;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
    font-size: 14px;
}


.s4-r ul li {
    float: left;
    width: 32%;
    padding-right: 10px;
}

.s4-r ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.s4-r ul li a {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 10px;
    padding-right: 20px;
    background: url(/images/s3-rr.png) no-repeat;
    background-position: right center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s4-r ul li a:hover {
    color: #6cbe2f;
    background: url(/images/s3-rr-hover.png) no-repeat;
    background-position: right center;
}


.section5 {    padding-bottom: 55px;
    position: relative;
}

.section5 .title h2 {
    text-align: left;
}

.section5::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: #fff;
    z-index: 7;
}








.aside {
    position: fixed;
    /* right: -100px; */
    right: 0;
    top: 50%;
    width: 120px;
    transform: translateY(-50%);
    margin-top: 50px;
    z-index: 1000;
    transition: all 0.3s;
    background-color: #49a506;
    border-radius: 10px 0px 0px 10px;
 
}

.aside.show {
    right: -120px;
}

.aside ul li a {
    display: block;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 10px 0;
}

.aside ul li a img {
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
}

.aside ul li a p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.aside ul li a:hover {
    background: #5ec017;
}

.aside-toggle{    position: absolute;
    right: 100%;
    width: 30px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/s2-rright-g.png) no-repeat;
background-size: 100% 100%;
   } 
.aside-toggle.on{
 background: url(/images/s2-rright-g-act.png) no-repeat;
background-size: 100% 100%;
}



@media screen and (max-width:1700px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1620px) {}

@media screen and (max-width:1420px) {
    .banner .slick-prev {
        left: 20px;
    }

    .banner .slick-next {
        right: 20px;
    }

    .title h2 {
        font-size: 30px;
    }

    .s3-pic {
        width: 230px;
    }

    .s3-info p {
        height: 60px;
    }

}



@media screen and (max-width:1200px) {
    .title h2 {
        font-size: 26px;
    }

    .s1-l {
        width: 600px;
    }

    .s1-list li a {
        padding: 20px 0;
    }

    .s1-data {
        font-size: 26px;
        width: 80px;
    }

    .s1-data span {
        font-size: 20px;
    }

    .s1-info {
        padding-left: 20px;
    }

    .s2-data b {
        font-size: 24px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .s2-data {
        width: 70px;
    }
}


@media screen and (max-width:1024px) {
    .section0{display:block;}
    .s1-info h3, .s2-info h3, .s3-info h3 {
        font-size: 16px;
    }

    .s1-linfo-box.s1-list li a .s1-info h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto;
    }

    .banner .slick-prev, .banner .slick-next {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .banner .slick-slide a p {
        font-size: 20px;
    }


    .title h2 {
        font-size: 22px;
    }

    .aside {
        display: none;
    }

    .aside.show {
        display: none;
    }


    .title {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .title a {
        top: 35px;
        font-size: 14px;
    }

    .s1-l {
        float: none;
        width: auto;
    }

    .s1-r .s1-list li:nth-child(1) a {
        padding-top: 20px;
        border-top: 1px solid #d7d7d7;
        margin-top: 20px;
    }

    .s1-l ul.s1-lpic-box {
        padding-right: 0;
    }

    .s1-l ul.s1-linfo-box {
        padding-right: 0;
    }

    .s1-l ul.s1-lpic-box li a p {
        bottom: 0;
        line-height: 40px;
        height: 40px;
        font-size: 18px;
        right: 40px;
    }

    .s1-l ul.s1-lpic-box .slick-list {
        padding-bottom: 0;
    }

    .s1-l .slick-next {
        bottom: 0;
    }

    .s1-l .slick-prev {
        bottom: 40px;
    }

    .s2-c ul li a {
        padding: 15px;
    }

    .s2-info p {
        margin-top: 15px;

    }

    .s3-pic {
        width: 160px;
    }

    .s3-info span {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .s3-info h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: auto;
    }

    .s3-c ul li a {
        padding: 10px
    }

    .s4-l {
        float: none;
        width: auto;
    }

    .s4-r {
        float: none;
        width: auto;
    }

    .s4-r ul li a {
        font-size: 16px;
    }

   
   .s1-l ul li a .pic {
       padding-top: 60%;
   }

}

@media screen and (max-width:768px) {
    .title {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .title h2 {
        text-align: left;
    }

    .banner .slick-slide a p {
        font-size: 16px;
        bottom: 5px;
        display: none;
    }

    .banner .slick-dots {
        bottom: 15px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .banner-more {
        bottom: 9px;
        line-height: 24px;
        height: auto;
        width: 50px;
        margin-left: 21px;
    }

    .banner-more::before {
        left: -15px;
    }

    .banner .slick-prev {
        left: 10px;
    }

    .banner .slick-next {
        right: 10px;
    }

    .s1-list li a {
        padding: 10px 0;
    }

    .s3-c ul li:nth-child(-n+2) {
        margin-bottom: 0;
    }

    .s3-c ul li {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .s3-c ul li:nth-child(1) {
        margin-top: 0;
    }

    .s3-c ul li:nth-child(2n+1) {
        margin-right: 0;
    }

    .s3-c ul li a::before {
        bottom: 0;
    }

    .s4-r ul li {
        width: 49%;
    }

    .s4-r ul li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .s4-r ul li:nth-child(2n) {
        margin-left: 2%;
    }

    .section3 {
        margin-top: 35px;
        padding-bottom: 35px;
    }
    .first-pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

   .first-pic .pic {
        padding-top: 55.5%;
   }

}

@media screen and (max-width:600px) {
   .section0 .kslj{padding-top: 10px;padding-bottom: 10px;}
   .section0 .kslj li{width: 33.33%;    margin: 6px 0 6px;}
   .section0 .kslj li a img{height:30px;}
   .section0 .kslj li p{font-size:14px;padding: 10px 0 0;}
}

@media screen and (max-width:480px) {
    .s3-pic {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

   .s3-pic .pic {
        padding-top: 54%;
   }
  .banner .slick-dots {right: 39%;}

}

#adu0{
   z-index:10000 !important;
}





























