@charset "utf-8";

/* 轮播图 */

.banner img {
    display: block;
    width: 100%;
}


/* 二级导航 */

.sec_nav {
    /*margin-top: -120px;
    position: relative;
    z-index: 111;*/
   margin-top:30px;
}

.sec_nav::after {
    content: "";
    background: #ffffff;
    width: 486px;
    height: 160px;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
}

.sec_tit {
    padding: 7px 65px;
}

.sec_tit p:first-child {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
}

.sec_tit p:last-child {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #999999;
    opacity: 0.5;
}

.sec_nav ul {
    /*background-color: #009900;
    width: 82.85%;*/
    padding: 35px 15px 25px;
width: 100%;
}

.sec_nav li {
    display: inline-block;
    width: 16.6%;
    float: left;
}
.sec_nav li:nth-of-type(3) ,
.sec_nav li:nth-of-type(4) {
  width: 25.1%;
}
.sec_nav li a {
       text-align: center;
    border-right: solid 1px rgba(204, 204, 204, 0.6);
    position: relative;
       padding: 0px 40px 10px;
}

.sec_nav li:last-child a {
    border-right: none;
}
.sec_nav li span{
    position: relative;
     width:54px;
    height:54px;
    display:block;
   margin:auto;
}
.sec_nav li span img{
                 max-width: 100%;
		  max-height: 100%;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
}
.sec_nav li h2{
   font-size: 18px;
    line-height: 30px;
    color: #ffffff;
       font-weight: normal;
  margin-top:12px;
}
.sec_nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}

.sec_nav li:hover a:after {
    width: 100%;
}


/* 内容1 */
.ctbg1{
     background: url(../images/bg1.png) no-repeat;
    background-size: cover; 
   overflow: hidden;
   padding-bottom:95px;
}
.content1 {
    margin-top: 65px;

}

.c1_tit span {
    display: inline-block;
}

.c1_tit>span:first-child {
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
}

.c1_tit>span:nth-child(2) {
    font-size: 28px;
    font-weight: bold;
    color: #009900;
    line-height: 45px;
    margin-left: 0;
}

.c1_tit>span:nth-child(3) {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #999999;
    opacity: 0.5;
    margin-left: 20px;
}

.c1_tit a {
    float: right;
    padding-top: 10px;
}

.c1_tit a span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
}

.c1_tit a span:nth-child(2) {
    color: #ffffff;
    background-color: #edbb6b;
    border-radius: 50%;
    padding: 0 3px;
}

.c1_tit a:hover span {
    color: #009900;
}

.c1_con {
    margin-top: 35px;
    /* overflow: hidden; */
}

.ons {
    display: block !important;
}

.c1_left .c1_l1,
.c1_l2 {
    width: 420px;
}

.c1_left .fl:first-child {
    margin-right: 14px;
}

.c1_right {
    overflow: hidden;
}

.c1_left .pic {
    padding-top: 65%;
    position: relative;
}

.c1s_con h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    height: 48px;
   overflow: hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

}

.c1s_con>p {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    margin-top: 25px;
  overflow: hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.c1s_con>p.c1_more{
  height: auto;
}
.c1s_con {
    padding: 45px;
    background-color: #ffffff;
    box-shadow: -6px 0px 15px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 93px;
}

.c1_block {
    font-size: 24px;
    line-height: 49px;
    color: #ffffff;
    background: url(../images/block.png) no-repeat;
    height: 49px;
    width: 120px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.c1_block1 {
    font-size: 24px;
    line-height: 49px;
    color: #ffffff;
    background: url(../images/block.png) no-repeat;
    width: 120px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.c1_more {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding-right: 20px;
    background: url(../images/icon2.png) no-repeat right center;
   height: auto;
}

.c1_left a:hover h4 {
    color: #009900;
}

.c1_left a:hover .c1_more {
    background: url(../images/icon1.png) no-repeat right center;
}

.c1_right {
    padding-left: 45px;
}

.c1_right li {
    padding-bottom: 33px;
    border-bottom: solid 1px rgba(153, 153, 153, 0.3);
}

.c1_right h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 15px;
}

.c1_right span {
    font-size: 14px;
    color: #666;
   line-height: 20px;
height:40px;
  overflow: hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.c1_right li div {
    margin-top: 15px;
    margin-right: 40px;
}

.c1_right li div span {
    color: #999;
   height:auto;
  overflow: initial;
}

.c1_right li div span.m {
    font-size: 12px;
}

.c1_right li:first-child>span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    max-height: 48px;
    overflow: hidden;
}

.m {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    padding-right: 20px;
    background: url(../images/icon2.png) no-repeat right center;
}

.c1_right li a:hover h4 {
    color: #009900;
}

.c1_right li a:hover .m {
    color: #009900;
    background: url(../images/icon1.png) no-repeat right center;
}

.c1_date p {
    font-size: 26px;
    line-height: 45px;
    color: #999999;
}

.c1_date span {
    font-size: 14px;
    line-height: 10px;
    color: #999999;
}

.c1_cons {
    padding-top: 15px;
}

.c1_cons span.m {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
  height:auto;
}

.c1_cons p {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c1_right li a:hover .c1_cons p {
    color: #009900;
}

.c1_right li a:hover .c1_cons span {
    color: #009900;
}


/* 内容2 */

.content2 {
    position: relative;
}

.content2::before {
    content: "";
    background: url(../images/banner3.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 50%;
    margin-right: 34px;
    top: 0;
    height: 548px;
    z-index: -1;
}

.c2_left {
    width: 44%;
    padding-top: 60px;
}

.c2_data {
    width: 65px;
    height: 65px;
    border: solid 1px #009900;
}

.c2_data span:first-child {
    font-size: 26px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #009900;
}

.c2_data span {
    display: block;
    text-align: center;
}

.c2_right .c1_tit {
    margin-left: 10%;
}

.c2_right .c1_tit a {
    margin-right: -60px;
}

.c2_right ul li {
    display: inline-block;
}

.c2_right .c2_data span:first-child {
    font-size: 26px;
    line-height: 45px;
    color: #009900;
}

.c2_data span:last-child {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    background: #009900;
}

.c2_more a {
    display: none;
}

.c2_con ul {
    margin-top: 40px;
}

.c2_con ul li {
    margin-top: 20px;
}

.c2_con ul li p {
    line-height: 24px;
    margin-left: 104px;
    padding-right: 117px;
    height: 48px;
    overflow: hidden;
    margin-top: 9px;
        text-overflow:ellipsis;
        display:-webkit-box; 
       -webkit-line-clamp:2; 
       -webkit-box-orient:vertical;
}

.c2_con ul li a:hover p {
    color: #009900;
}

.c2_right {
    padding-top: 60px;
    position: absolute;
    max-height: 550px;
    left: 43.85%;
    right: 0;
    top: 0;
}

.c2_right .c1_tit li {
    cursor: pointer;
}

.c2_right .c1_tit li.on span:first-child {
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
    color: #333;
}

.c2_right .c1_tit li.on span:last-child {
    font-size: 28px;
    font-weight: bold;
    color: #009900;
    line-height: 45px;
    margin-left: 0;
}

.c2_right .c1_tit .c2_ts {
    font-size: 26px;
    line-height: 45px;
    color: #999999;
    margin-left: 50px;
}

.c2_more {
    margin-left: 49%;
}

.c2_boxs {
    position: relative;
    margin-top: 50px;
}

.c3_list {
    background: url(../images/list3.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.21);
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.c3_date {
    margin-right: 20px;
}

.c3_date span {
    display: block;
}

.c3_date span:first-child {
    font-size: 26px;
    line-height: 45px;
    color: #666666;
}

.c3_date span:last-child {
    font-size: 10px;
    line-height: 10px;
    color: #999999;
}

.c3_cons {
    overflow: hidden;
}

.c3_cons h4 {
    line-height: 24px;
    font-weight: bold;
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.c3_cons p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    height: 54px;
    overflow: hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

.c3_list:hover .c3_cons h4 {
    color: #ffffff;
}

.c3_list:hover .c3_date span {
    color: #ffffff;
}

.c3_list:hover .c3_cons p {
    color: #ffffff;
}

.c3_list:hover {
    background: #009900;
    transform: translateY(-30px);
}

.c3_box .slick-list {
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 20px;
  padding-right: 0px;
    margin-right: 80px;
}

.c3_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    z-index: -9;
}

.on {
    z-index: 9;
    opacity: 1;
    position: relative;
}

.c3_box button {
    font-size: 0;
    display: none;
}

.c3_box .slick-prev {
    background: url(../images/arr1.png) no-repeat center;
    background-size: cover;
    width: 16px;
    height: 33px;
    position: absolute;
    bottom: -20px;
    left: 0;
    cursor: pointer;
}

.c3_box .slick-next {
    background: url(../images/arr2.png) no-repeat center;
    background-size: cover;
    width: 16px;
    height: 33px;
    position: absolute;
    bottom: -20px;
    left: 140px;
    cursor: pointer;
}

.c3_box .slick-dots li span {
    font-size: 20px;
    color: #edbb6b;
}

.c3_box.slick-dots li span {
    font-size: 38px;
    line-height: 30px;
    color: #009900;
}

.c3_box .slick-dots {
    left: 26px;
    bottom: -25px;
    text-align: center;
    width: 100px;
    position: relative;
}

.c3_box .slick-dots li {
    display: none;
    font-size: 20px;
    color: #edbb6b;
    height: auto;
    margin: 0;
}

.c3_box .slick-dots li.slick-active {
    display: block;
}

.c3_box .slick-dots li.slick-active span {
    font-size: 38px;
    color: #009900;
    position: relative;
}


/* 板块3 */

.content3 {
    background: url(../images/banner4.png) no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 85px;
   overflow:hidden;
}

.c3 p {
    text-align: center;
}

.c3 span:first-child {
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
    color: #ffffff;
}

.c3 span:nth-child(2) {
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
    color: #edbb6b;
}

.c3 span:nth-child(3) {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 45px;
   color: rgba(249, 249, 249, 0.502);
}

.c3_slick {
    margin: 30px 56px 0 56px;
    padding: 0 20px;
}

.c3_slick .slick-list {
    padding-top: 30px;
}

.c3_lb {
    background-color: #ffffff;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
   overflow: hidden;
}

.c3_lb .img_box {
    margin: 0 auto;
}

.c3 .pic {
    padding-top: 56%;
}

.c3_lb p {
    margin-top: 25px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    height: 48px;
    padding-left: 28px;
    padding-right: 28px;
      box-sizing: border-box;
   overflow: hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  text-align: left;
}

.c3_lb ul {
  padding: 0px 28px;
    overflow: hidden;
}

.c3_lb ul p {
    margin-bottom: 15px;
    background: url(../images/icon9.png) no-repeat left center;
      padding: 0;
    height: auto;
   margin-top: 16px;
    margin-bottom: 10px;
}

.c3_lb ul p span:first-child {
    padding-left: 20px;
    font-size: 22px;
    line-height: 45px;
    color: #009900;
}

.c3_lb ul p span:last-child {
    font-size: 12px;
    color: #009900;
}

.c3_lb ul li {
    font-size: 14px;
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
    padding-left: 20px;
}

.c3_lb ul li:nth-child(2) {
    background: url(../images/icon10.png) no-repeat left center;
}

.c3_lb ul li:nth-child(3) {
    background: url(../images/icon11.png) no-repeat left center;
}

.c3_lb ul li:nth-child(4) {
    background: url(../images/icon12.png) no-repeat left center;
}

.ms {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    padding-right: 20px;
    background: url(../images/icon2.png) no-repeat right center;
  float: right;
    margin-right: 28px;
}

.c3_lb a:hover p {
    color: #009900;
}

.c3_lb a:hover .ms {
    background: url(../images/icon1.png) no-repeat right center;
    color: #009900;
}

.c3_slick button {
    font-size: 0;
    display: none;
}

.c3_slick .slick-prev {
    background: url(../images/arr_l.png) no-repeat;
    background-size: cover;
    border: none;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: -56px;
    cursor: pointer;
}

.c3_slick .slick-next {
    background: url(../images/arr_r.png) no-repeat;
    background-size: cover;
    border: none;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    right: -56px;
    cursor: pointer;
}


/* 板块4 */

.content4 {
    background-color: #f5f5f5;
    padding-top: 71px;
    padding-bottom: 80px;
}

.content4 ul {
    font-size: 0;
}

.content4 ul li {
    display: inline-block;
    width: 20%;
}

.content4 ul li a {
    text-align: center;
}

.content4 ul li a img {
    vertical-align: middle;
    transition: all 0.3s;
}

.content4 ul li p {
    margin-top: 30px;
    font-size: 18px;
}

.content4 li a:hover img {
    animation: icon-yh 0.6s linear;
}

.content4 ul li a:hover p {
    color: #009900;
    font-weight: bold;
}


/* 轮播图 */

.banner img {
    display: block;
    width: 100%;
}



@media screen and (max-width: 1400px) {

.sec_nav li a {
   padding:0px 25px;
}




    .c3_list {
        padding-left: 10px;
        padding-right: 10px;
    }
    .c1s_con {
        padding: 17px;
        padding-bottom: 59px;
    }
    .c1_right li {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .c1_left .c1_l1,
    .c1_l2 {
        width: 320px;
    }
    .c1s_con {
        padding: 17px;
        padding-bottom: 59px;
    }
    .c1_right li {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .c1_right li div {
        margin-top: 7px;
        margin-right: 20px;
    }
    .ms {
        margin-left: 10%;
    }
    .c2_right {
        margin-left: 10px;
    }
}



@media screen and (max-width: 1200px) {

.sec_nav::after{
   display:none;
}
.sec_tit {
  width:80px;
    padding: 0;
}
.sec_tit p:first-child {
    font-size: 18px;
    margin-top: 15px;
}

}


@media screen and (max-width: 1024px) {
    .content4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content3 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .c3_box .slick-prev {
        bottom: 0px;
        right: 50%;
        height: 21px;
        left: unset;
        margin-right: 55px;
    background-size: auto 21px;
    width: 50px;
    }
    .c3_box .slick-next {
        bottom: 0px;
        left: 50%;
        height: 21px;
        margin-left: 55px;
    background-size: auto 21px;
    width: 50px;
    }
    .c3_box .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: -5px;
    }
    .c3_box .slick-dots li.slick-active span {
        font-size: 28px;
    }
    .c3_box .slick-dots li {
        font-size: 20px;
    }
    .c2_con ul li p {
        padding-right: inherit;
        margin-left: 85px;
        padding-top: 0;
        line-height: 30px;
       height: 60px;
    }
    .c3_box .slick-list {
        padding-right: inherit;
        padding-top: 10px;
        margin: 0 15px;
    }
    .c2_con {
        margin-top: -20px;
    }
    .c2_data {
        height: auto;
    }
    .c2_data span:first-child {
        font-size: 22px;
        line-height: 38px;
    }
    .c3_box {
        margin-top: 0px;
    }
    .c2_more {
        float: right;
        margin-left: 0;
        margin-right: 72px;
    }
    .c2_right .c1_tit {
        margin-left: 0;
    }
    .c2_boxs {
        margin-top: 15px;
    }
    .c3_slick .slick-prev {
        width: 40px;
        height: 40px;
        left: -40px;
    }
    .c3_slick .slick-next {
        width: 40px;
        height: 40px;
        right: -40px;
    }
    .c1_left {
        width: 100%;
        padding-bottom: 30px;
    }
    .c1_left .c1_l1 {
        width: 49%;
    }
    .c1_left .c1_l2 {
        width: 49%;
    }
    .c1_right {
        width: 100%;
        padding-left: 10px;
    }
    .c2_left {
        padding-top: 20px;
    }
    .content2::before {
        width: 100%;
        height: 425px;
    }
    .c1_date p {
        font-size: 18px;
    }
    .c1_right li div {
        margin-right: 24px;
    }
    .content2 {
        margin-top: 20px;
    }
    .ms {
        margin-left: 10%;
    }

    .c3_lb p {
        margin-top: 20px;
    }

    .sec_nav li h2 {
        font-size: 16px;
      line-height: 28px;
    }


    .sec_tit p:first-child {
        font-size: 18px;
    }

    .c1_tit>span:first-child {
        font-size: 24px;
    }
    .c1_tit>span:nth-child(2) {
        font-size: 24px;
    }
    .c1_tit>span:nth-child(3) {
        font-size: 24px;
    }
    .c1_block,
    .c1_block1 {
        font-size: 22px;
    }
    .c1_right h4 {
        font-size: 18px;
    }
    .c2_right .c1_tit li:first-child span:first-child {
        font-size: 24px;
    }
    .c2_right .c1_tit li:first-child span:last-child {
        font-size: 24px;
    }
    .c2_right .c1_tit .c2_ts {
        font-size: 24px;
    }
    .c2_right .c1_tit .c2_ts:first-child {
        margin-left: 0;
    }
    .c2_left {
        width: 100%;
        float: none;
    }
    .c2_right {
        position: static;
        width: auto;
        max-height: inherit;
        padding-top: 0;
        margin-top: 56px;
    }

    .content1 {
        margin-top: 30px;
    }
    .c1_con {
        margin-top: 20px;
    }
    .c3_slick {
        margin: 20px 30px 0 30px;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .content4 ul li {
        width: 32%;
        margin-bottom: 15px;
    }
    .content4 {
        background-color: #f5f5f5;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .c1_left .c1_l1 {
        width: 100%;
    }
    .c1_left .c1_l2 {
        margin-top: 20px;
        width: 100%;
    }
    .c1_con {
        margin-top: 20px;
    }
    .c2_left {
        padding-top: 24px;
    }

.sec_nav ul{
  padding:0;
}
   .sec_nav li{
   width:100%;
  height:auto;
}
.sec_nav li span{
  width:40px;
  height:40px;
}
.sec_nav li:nth-of-type(3),
.sec_nav li:nth-of-type(4){
  width:100%;
}

.sec_nav li a{
  border-right-style: none;
       padding: 10px 0px;
    overflow: hidden;
    display: block;
}
.sec_nav li h2{
  margin-top:5px;
}

}

@media screen and (max-width: 600px) {
    .content4 ul li a img {
        max-height: 55px;
    }
    .content4 ul li p {
        margin-top: 20px;
    }


}

@media screen and (max-width: 480px) {


.sec_nav li span {
    width: 30px;
    height: 30px;
}
    .sec_nav li h2 {
        font-size: 12px;
    }
    .sec_tit p:first-child {
        font-size: 14px;
    }
    .sec_tit p:last-child {
        font-size: 12px;
    }
    .sec_tit{
  width:60px;
}

    c2_right .c1_tit .c2_ts {
        margin-left: 19px;
    }
    .content4 ul li a img {
        max-height: 40px;
    }
    .content4 ul li p {
        font-size: 16px;
    }
    .c1s_con h4 {
        font-size: 16px;
    }
    .c1s_con>p {
        margin-top: 15px;
    }
    .c1_block,
    .c1_block1 {
        width: 100px;
        height: 40px;
        line-height: 40px;
        background-size: cover;
        font-size: 18px;
    }
    .c2_right .c1_tit .c2_ts:nth-child(2) {
        margin-left: 15px;
    }
}
@media screen and (max-width: 400px) {
.sec_nav ul{
  padding:10px 0;
}




}




@media screen and (max-width: 375px) {
    .sec_tit p:last-child {
        display: none;
    }

    .sec_tit p:first-child {
        line-height: 45px;
    }
}