@charset "utf-8";
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: url(../images/main-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 100px;
}

.section1 {
    padding: 50px 0;
}

.title {
    position: relative;
    text-align: center;
}

.title h2 {
    font-size: 0;
}

.title h2 p {
    background: url(../images/tit-bg.png) no-repeat center bottom;
    padding-bottom: 10px;
}

.title h2 i {
    content: "";
    position: absolute;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000000;
    left: 50%;
    transform: translateX(-50%);
}

.title h2 p span {
    display: inline-block;
    font-size: 48px;
    color: #000;
    padding: 0 35px;
    font-weight: normal;
    font-family: "zkxl";
}

.title h2>span {
    display: inline-block;
    padding-top: 5px;
    letter-spacing: 10px;
    font-size: 12px;
    color: #308846;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Arial";
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 55px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 18px;
    color: #000;
    transition: all .3s;
    font-family: "zkxl";
}

.title a:hover {
    right: 5px;
    color: #308846;
}

.news {
    margin-top: 40px;
}

.news-l {
    position: relative;
    float: left;
    width: 660px;
}

.news-l a {
    display: block;
}

.news-l a .pic {
    padding-top: 68.333%;
}

.news-l a .text {
    padding: 15px 0;
    padding-right: 130px;
}

.news-l a .text h2 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.news-l a:hover .text h2 {
    color: #308846;
}

.news-l a .text p {
    line-height: 22px;
    font-size: 16px;
    color: #308846;
    height: 44px;
    overflow: hidden;
overflow: hidden;text-overflow: ellipsis; 
display: -webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical;




}

.news-l .jt {
    position: absolute;
    right: 0;
    bottom: 21px;
    width: 97px;
    height: 92px;
    background: url(../images/s1-jt-bg.jpg) no-repeat center center;
}

.news-l .jt:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 7px;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .5);
}

.news-l .jt-l {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url(../images/jt-l.png) no-repeat center center;
    cursor: pointer;
}

.news-l .jt-r {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url(../images/jt-r.png) no-repeat center center;
    cursor: pointer;
}

.news-r {
    float: right;
    width: calc(100% - 740px);
}

.news-r-top {
    position: relative;
    border-top: 6px solid #308846;
    padding-bottom: 40px;
    background: url(../images/xx.png) no-repeat center bottom;
    background-size: 100% auto;
}

.news-r-top a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: #308846;
    transition: all .3s;
}

.news-r-top a:hover:after {
    bottom: 0;
}

.news-r-top a {
    position: relative;
    background: #fff;
    display: block;
    position: relative;
    padding: 40px 315px 40px 30px;
    z-index: 9;
}

.news-r-top a .tpp {
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    border-top: 6px solid #6db923;
    margin-top: -6px;
    z-index: 9;
}

.news-r-top a .tpp .pic {
    padding-top: 67.5%;
}

.news-r-top a .text {
    position: relative;
    z-index: 9;
}

.news-r-top a .text span {
    font-size: 16px;
    color: #333;
    font-family: "sisong";
}

.news-r-top a:hover .text span {
    color: #fff;
}

.news-r-top a .text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r-top a:hover .text h2 {
    color: #fff;
}

.news-r-top a .text p {
    line-height: 20px;
    font-size: 16px;
    color: #333;
    height: 40px;
    overflow: hidden;
}

.news-r-top a:hover .text p {
    color: #fff;
}

.news-r-down {
    background: url(../images/xx.png) no-repeat center bottom;
    background-size: 100% auto;
}

.list>li {
    position: relative;
    line-height: 77px;
    padding-left: 5px;
    padding-right: 90px;
    background: url(../images/list-xx.png) no-repeat center bottom;
    background-size: 100% auto;
}

.list>li:last-child {
    background: none;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #333;
    font-family: "sisong";
}

.list>li:hover span {
    color: #308846;
}

.list>li a {
    display: block;
    position: relative;
    font-size: 20px;
    color: #333;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.list>li:hover a {
    left: -10px;
    color: #308846;
}

.section2 {
    position: relative;
    padding-top: 50px;
    z-index: 2;
}

.jg {
    margin-top: 35px;
    position: relative;
    z-index: 9;
}

.jg>ul>li {
    position: relative;
    float: left;
    width: 14%;
    margin-left: 3.2%;
    border: 1px solid #cbd4e7;
    border-radius: 84px 0 70px 0;
    background: #fff url(../images/s2-bg.png) no-repeat center center;
    background-size: 90% 91%;
    box-shadow: 0 0 20px #c9d2f1;
    z-index: 9;
    top: 0;
    transition: all .3s;
}

.jg>ul>li:hover {
    top: -10px;
    box-shadow: 0 0 20px #abbcf5;
}

.jg>ul>li:nth-child(2n) {
    margin-top: 40px;
}

.jg>ul>li:nth-child(6n-5) {
    margin-left: 0;
}

.jg>ul>li>a {
    position: relative;
    display: block;
    height: 245px;
    line-height: 245px;
    text-align: center;
    overflow: hidden;
}

.jg>ul>li>a span {
    position: absolute;
    top: 0;
}

.jg>ul>li:nth-child(1)>a span {
    width: 194px;
    height: 187px;
    right: -100px;
    background: url(../images/s2-icon1.png) no-repeat center center;
    z-index: 0;
}

.jg>ul>li:nth-child(2)>a span {
    width: 152px;
    height: 141px;
    right: -59px;
    background: url(../images/s2-icon2.png) no-repeat center center;
}

.jg>ul>li:nth-child(3)>a span {
    width: 152px;
    height: 156px;
    right: -10px;
    background: url(../images/s2-icon3.png) no-repeat center center;
}

.jg>ul>li:nth-child(4)>a span {
    top: 10px;
    width: 152px;
    right: -15px;
    height: 134px;
    background: url(../images/s2-icon4.png) no-repeat center center;
}

.jg>ul>li:nth-child(5)>a span {
    width: 154px;
    right: -2px;
    height: 146px;
    background: url(../images/s2-icon5.png) no-repeat center center;
}

.jg>ul>li:nth-child(6)>a span {
    width: 126px;
    height: 140px;
    right: -25px;
    background: url(../images/s2-icon6.png) no-repeat center center;
}

.jg>ul>li>a p {
    position: relative;
    display: inline-block;
    width: 60%;
    padding-top: 25px;
    background: url(../images/s2-icon.png) no-repeat center top;
    line-height: 26px;
    font-size: 24px;
    color: #000;
    vertical-align: middle;
    z-index: 3;
}

.jg>ul>li:hover>a p {
    color: #308846;
}

.section3 {
    position: relative;
    margin-top: -20px;
    padding-top: 175px;
    background: url(../images/sect3-bg.png) no-repeat left top;
    z-index: 1;
}

.section3::after {
    content: "";
    position: absolute;
    right: 6%;
    top: 0;
    background: url(../images/s3-after-bg.png) no-repeat center center;
    width: 1260px;
    height: 554px;
    display: none;
}

.section3>div {
    position: relative;
    overflow: hidden;
    z-index: 8;
}

.sect3 .title {
    width: 36%;
    text-align: left;
}

.sect3 .title h2 p span {
    color: #fff;
}

.sect3 .title h2 p {
    background: url(../images/s3-tit-bg.png) no-repeat 20px bottom;
}

.sect3 .title h2>span {
    color: #fff;
}

.sect3 .title h2 i {
    left: 30%;
    background: #fff;
}

.sect3 .title a {
    color: #bcd6c2;
    background: url(../images/s3-more.png) no-repeat right center;
}

.sect3 .s3-nr {
    margin-top: 55px;
    width: 36%;
    padding-left: 25px;
}

.sect3 .s3-nr .date {
    background: url(../images/s3-date.png) no-repeat left center;
    height: 31px;
}

.sect3 .s3-nr .date span {
    display: inline-block;
    font-size: 16px;
    color: #b0b09d;
    padding-left: 90px;
    padding-top: 8px;
}

.sect3 .s3-nr h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.sect3 .s3-nr p {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    opacity: .8;
}

.sect3 .s3-nr .more {
    margin-top: 20px;
}

.sect3 .s3-nr .more a {
    font-size: 16px;
    color: #fff;
}

.sect3 .s3-nr .more a:hover {
    text-decoration: underline;
}

.s3 {
    position: relative;
    height: 170px;
}

.s3 .notice {
    position: absolute;
    width: 75vw;
    left: 340px;
    top: -15px;
}

.s3 .notice ul {
    padding-right: 240px;
    overflow: hidden;
}

.s3 .notice ul .slick-list {
    overflow: visible;
}

.s3 .notice ul li {
    margin-bottom: 20px;
}

.s3 .notice ul li a {
    display: block;
    margin-right: 40px;
    border-left: 6px solid #ffc272;
    padding: 20px 30px 40px 30px;
    background: #fff;
    box-shadow: 0px 3px 6.96px 1.04px rgba(67, 119, 205, 0.22);
}

.s3 .notice ul li:hover a {
    background: #308846;
}

.s3 .notice ul li a span {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bfbfbf;
    font-size: 20px;
    color: #333;
    font-family: "sisong";
    margin-bottom: 20px;
}

.s3 .notice ul li:hover a span {
    color: #fff;
}

.s3 .notice ul li a p {
    line-height: 26px;
    font-size: 20px;
    color: #000;
    height: 52px;
    overflow: hidden;overflow: hidden;text-overflow: ellipsis; 
display: -webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical;
}

.s3 .notice ul li:hover a p {
    color: #fff;
}

.sect3 .jtt {
    position: absolute;
    width: 120px;
    bottom: 104px;
    left: 180px;
}

.s3 .jtt>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #308846;
}

.s3 .jtt .jt-l {
    position: absolute;
    left: 0;
    background: #fff url(../images/s3--l.png) no-repeat center center;
    cursor: pointer;
    transition: all .3s;
}

.s3 .jtt .jt-l:hover {
    transform: scale(1.1);
}

.s3 .jtt .jt-r {
    position: absolute;
    right: 0;
    background: #fff url(../images/s3-r.png) no-repeat center center;
    cursor: pointer;
    transition: all .3s;
}

.s3 .jtt .jt-r:hover {
    transform: scale(1.1);
}

.section4 {
    padding-top: 80px;
    padding-bottom: 130px;
}

.s4 {
    margin-top: 35px;
}

.s4-l {
    float: left;
    width: 50%;
}

.s4-l>ul>li {
    float: left;
    width: 50%;
}

.s4-l>ul>li:first-child {
    margin-top: -60px;
}

.s4-l>ul>li:first-child .text {
    background: #308846;
}

.s4-l>ul>li a {
    display: block;
}

.s4-l>ul>li a .pic {
    padding-top: 67.34%;
}

.s4-l>ul>li a .text {
    padding: 30px;
    background: #c0d27a;
    transition: all .3s;
}

.s4-l>ul>li:hover a .text {
    background: #308846;
    background-size: cover;
}

.s4-l>ul>li a .text span {
    font-size: 16px;
    color: #333;
    font-family: "sisong";
}

.s4-l>ul>li:nth-child(1) a .text span {
    color: #fff;
}

.s4-l>ul>li a .text h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
}

.s4-l>ul>li:nth-child(1) a .text h2 {
    color: #fff;
}

.s4-l>ul>li a .text p {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    height: 44px;
    overflow: hidden;
overflow: hidden;text-overflow: ellipsis; 
display: -webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical;

}

.s4-l>ul>li:nth-child(1) a .text p {
    color: #fff;
}

.s4-r {
    float: right;
    width: 47%;
}

.sect5 {
    position: relative;
    padding-left: 380px;
}

.sect5 .title h2 p span {
    padding: 0 20px;
}

.sect5 .title {
    position: absolute;
    width: 335px;
    left: 0;
}

.sect5 .title a {
    position: static;
    margin-top: 95px;
    display: block;
    float: right;
    margin-right: 35px;
}

.s5>ul>li {
    float: left;
    width: 47%;
    margin-left: 6%;
    margin-bottom: 15px;
}

.s5>ul>li a {
    display: block;
}

.s5>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.s5>ul>li a p {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5>ul>li:hover a p {
    color: #308846;
}

.s5>ul>li a span {
    position: relative;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-family: "sisong";
    padding-left: 8px;
}

.s5>ul>li a span::before {
    content: "";
    position: absolute;
    left: 100px;
    right: 0;
    background: #b0d88a;
    height: 1px;
    top: 50%;
}

.s5>ul>li a span::after {
    content: "";
    position: absolute;
    right: 0;
    background: #b0d88a;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.section6 {
    padding-top: 100px;
    padding-bottom: 65px;
}

.sect6>ul {
    font-size: 0;
}

.sect6>ul>li:nth-child(1) {
    float: left;
    width: 50%;
}

.sect6>ul>li:nth-child(2) {
    float: right;
    width: 50%;
}

.sect6>ul>li ul li {
    position: relative;
    float: left;
    width: 50%;
}

.sect6 a {
    position: relative;
    display: block;
}

.sect6 a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 57%;
    background: transparent;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .9));
}

.sect6 a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    z-index: 3;
}

.sect6 a .text h2 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect6 a .text p span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}

.sect6 a .text p span.time {
    padding-left: 25px;
    background: url(../images/time.png) no-repeat left center;
    font-family: "sisong";
}

.sect6 a .text p span img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.sect6 a .pic {
    padding-top: 46.75%;
}

.sect6 .s6l-top .pic,
.sect6 .s6r-down a .pic {
    padding-top: 93.5%;
}

.s6l-top .bt .ewm ul {
    text-align: center;
}

.s6l-top .bt .ewm ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    float: none;
}

.s6l-top .bt .ewm ul li .icon {
    width: 100%;
    height: 100%;
    position: relative;
}

.s6l-top .bt .ewm ul li .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.s6l-top .bt .ewm ul li .ewm-tp {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px;
    border-radius: 20px;
    display: none;
    z-index: 99;
}

.s6l-top .bt .ewm ul li:hover .ewm-tp {
    display: block;
}

.s6l-top .bt .ewm ul li:nth-child(1):hover {
    background: #df152d;
}

.s6l-top .bt .ewm ul li:nth-child(2):hover {
    background: #10d269;
}

.s6l-top .bt .ewm ul li:nth-child(3):hover {
    background: #000;
}

.s6l-top .bt .ewm ul li .ewm-tp img {
    border-radius: 5px;
}

.s6l-top .bt .ewm ul li .ewm-tp::after {
    content: "";
    position: absolute;
    top: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    left: 50%;
    transform: translateX(-50%);
}

.sect6 a .text .title p span {
    font-size: 32px;
    color: #fff;
    padding: 0;
    margin-right: 0;
}

.sect6 .bt .title {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
}

.sect6 .bt .title a {
    display: block;
    padding-right: 0;
}

.sect6 .bt .title h2 p span {
    font-size: 32px;
    color: #fff;
    padding: 0;
}

.sect6 .bt a::after {
    display: none;
}

.sect6 .bt a .text {
    padding-top: 45px;
    top: 0;
}

.sect6 .bt .ewm {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}

.sect6 .bt .title h2 p {
    background: url(../images/s6-tit.png) no-repeat center bottom;
}

.sect6 .bt .title h2>span {
    color: #fff;
    letter-spacing: 10px;
}

.section7 {
    padding-bottom: 300px;
    background: url(../images/sect7-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.s7 {
    margin-top: 40px;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}

.s7 ul {
    margin: 0 -30px;
}

.s7 ul li {
    margin: 0 30px;
}

.s7 ul li a {
    display: block;
}

.s7 ul li a .pic {
    padding-top: 42.223%;
}

.s7 .slick-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #308846;
    left: -40px;
    background: #fff url(../images/s3--l.png) no-repeat center center;
}

.s7 .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #308846;
    right: -40px;
    background: #fff url(../images/s3-r.png) no-repeat center center;
}

@media screen and (min-width:1921px) {
    .section3 {
        background-size: cover;
        padding-top: 285px;
    }
}

@media screen and (max-width:1800px) {
    .s7 .slick-prev {
        left: 0;
    }
    .s7 .slick-next {
        right: 0;
    }
    .s3 .notice {
        width: 100%;
    }
}

@media screen and (max-width:1660px) {
    .s7 ul {
        margin: 0;
    }
}

@media screen and (max-width:1600px) {
    .news-l {
        width: 600px;
    }
    .news-r {
        width: calc(100% - 620px);
    }
    .news-r-top a {
        padding: 10px;
        padding-right: 200px;
    }
    .news-r-top a .tpp {
        width: 190px;
    }
    .sect6 a .text .title p span {
        font-size: 23px;
    }
    .jg>ul>li {
        width: 16%;
        margin-left: 0.8%;
    }
    /* .section3 {
        padding-top: 120px;
    } */
    .sect3 .title {
        width: 60%;
    }
    .sect3 .title h2 i {
        left: 22%;
    }
    .sect3 .s3-nr {
        margin-top: 10px;
    }
    .sect3 .s3-nr h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sect3 .s3-nr {
        width: 60%;
    }
    .s6l-top .bt .ewm ul li {
        width: 50px;
        height: 50px;
    }
    .s6l-top .bt .ewm ul li .icon img {
        height: 20px;
    }
    .section7 {
        padding-bottom: 215px;
    }
}

@media screen and (max-width:1400px) {
    .sect6 .bt .title h2 p span {
        font-size: 24px;
    }
    .sect3 .jtt {
        left: 0;
    }
    .s3 .notice {
        left: 180px;
    }
    .s7 {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .news-l {
        width: 500px;
    }
    .news-r {
        width: calc(100% - 520px);
    }
    .list>li {
        line-height: 64px;
    }
    .jg>ul>li {
        width: 32%;
        margin-left: 0;
        margin-right: 2%;
        margin-top: 10px!important;
    }
    .jg>ul>li:nth-child(3n) {
        margin-right: 0;
    }
    .jg>ul>li:nth-child(2n) {
        margin-top: 0;
    }
    .s4-l>ul>li a .text {
        padding: 15px;
    }
    .section4 {
        padding-bottom: 60px;
    }
    .sect6 .bt a .text {
        padding-top: 20px;
    }
    .sect6 a .text {
        padding: 15px;
    }
    .section3::after {
        right: -10%;
    }
    /* .section3 {
        background-position: left 80px;
    } */
    .sect6 .bt .title h2 p {
        background-size: 100px auto;
    }
    .s6l-top .bt .ewm ul li:first-child .ewm-tp{
    left: 72%;
}
    .s6l-top .bt .ewm ul li:first-child .ewm-tp::after{
    left: 41%;
}
}

@media screen and (max-width:1024px) {
    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto;
    }
    .index {
        position: static;
        padding-top: 0;
    }
    .section7 {
        padding-bottom: 145px;
    }
}

@media screen and (max-width:1000px) {
    .news-l {
        float: none;
        width: 100%;
    }
    .news-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect3 .s3-nr {
        width: 100%;
    }
    .sect3 .title {
        width: 100%;
    }
    .s3 .notice ul li a {
        padding: 15px;
    }
    .s3 .notice ul li a {
        margin-right: 10px;
    }
    .s4-l {
        float: none;
        width: 100%;
    }
    .s4-l>ul>li:first-child {
        margin-top: 0;
    }
    .s4-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect5 {
        padding-left: 15px;
    }
    .sect5 .title {
        position: static;
        width: 100%;
    }
    .sect5 .title a {
        position: absolute;
        margin-top: 0;
        float: none;
    }
    .sect6>ul>li:nth-child(1) {
        float: none;
        width: 100%;
    }
    .sect6>ul>li:nth-child(2) {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:700px) {
    .title h2 p span {
        font-size: 24px;
        padding: 0 5px;
    }
    .title h2 i {
        top: 10px;
    }
    .section1 {
        padding: 15px 0;
    }
    .title h2>span {
        letter-spacing: 5px;
        transform: scale(.6);
    }
    .title a {
        font-size: 14px;
        padding-right: 20px;
        background-size: 15px auto;
        top: 5px;
        transform: none;
    }
    .title h2 p {
        background-size: 140px auto;
    }
    .sect3 .title h2>span {
        transform-origin: left;
    }
    .news {
        margin-top: 15px;
    }
    .news-l a .text {
        padding-right: 100px;
    }
    .news-l a .text h2 {
        font-size: 16px;
    }
    .news-l a .text p {
        font-size: 14px;
    }
    .news-l .jt {
        bottom: 13px;
    }
    .news-r-top a .tpp {
        position: static;
        width: 100%;
    }
    .news-r-top a {
        padding: 15px;
    }
    .news-r-top a .text {
        padding-top: 10px;
    }
    .news-r-top a .text h2 {
        font-size: 16px;
    }
    .news-r-top a .text p {
        font-size: 14px;
    }
    .news-r-top {
        padding-bottom: 10px;
    }
    .list>li {
        line-height: 40px;
        padding-left: 0;
        padding-right: 75px;
    }
    .list>li a {
        font-size: 16px;
    }
    .list>li span {
        font-size: 14px;
    }
    .section2 {
        padding-top: 15px;
    }
    .jg {
        margin-top: 0;
    }
    .jg>ul>li {
        width: 48%;
        margin: 1%;
        border-radius: 15px 0 15px 0;
    }
    .jg>ul>li>a {
        height: 160px;
        line-height: 160px;
    }
    .jg>ul>li:nth-child(2n),
    .jg>ul>li:nth-child(6n-5) {
        margin-left: 1%;
    }
    .jg>ul>li:nth-child(3n) {
        margin-right: 1%;
    }
    .jg>ul>li>a p {
        font-size: 16px;
    }
    .section3 {
        background-position: left top;
    }
    .section3 {
        padding-top: 150px;
        margin-top: 0;
        margin-top: -100px;
        background-size: cover;
    }
    .section3::after {
        background-position: right top;
        background-size: 300px auto;
        height: 200px;
    }
    .sect3 .title a {
        background-size: 15px auto;
    }
    .sect3 .title h2 p {
        background-size: 100px auto;
    }
    .sect3 .s3-nr {
        padding-left: 0;
    }
    .sect3 .s3-nr h2 {
        font-size: 16px;
    }
    .sect3 .s3-nr p {
        font-size: 14px;
    }
    .s3 .notice {
        position: static;
        margin-top: 10px;
    }
    .s3 .notice ul {
        padding-right: 0;
    }
    .sect3 .s3-nr .more {
        margin-top: 5px;
    }
    .s3 {
        height: auto;
    }
    .sect3 .jtt {
        display: none;
    }
    .s3 .notice ul li a span {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .s3 .notice ul li a p {
        font-size: 16px;
    }
    .notice .slick-prev {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #308846;
        background: #fff url(../images/s3--l.png) no-repeat center center;
        background-size: 15px auto;
    }
    .notice .slick-next {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #308846;
        background: #fff url(../images/s3-r.png) no-repeat center center;
        background-size: 15px auto;
    }
    .s3 .notice ul li a {
        padding: 15px 30px;
    }
    .section4 {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .s4 {
        margin-top: 15px;
    }
    .s4-l>ul>li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .s4-l>ul>li a .text h2 {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .s4-l>ul>li a .text p {
        font-size: 14px;
    }
    .sect5 .title a {
        margin-right: 0;
    }
    .s5>ul {
        margin-top: 20px;
    }
    .s5>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .s5>ul>li a p {
        font-size: 16px;
    }
    .s5>ul>li a span {
        font-size: 14px;
    }
    .section6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect6>ul>li .s6l-top ul li {
        float: none;
        width: 100%;
    }
    .sect6>ul>li .s6l-top ul li.bt .pic {
        padding-top: 50%;
    }
    .sect6 a .text h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .sect6 a .text p span {
        font-size: 14px;
        margin-right: 10px;
    }
    .sect6 .bt .title {
        top: 15px;
    }
    .sect6 .bt .ewm {
        top: 95px;
    }
    .sect6 a .text p span img {
        height: 18px;
    }
    .sect6 a .text {
        padding: 10px;
    }
    .sect3 .title h2 i {
        left: 17%;
    }
    .s7 {
        margin-top: 15px;
    }
    .s7 ul li {
        margin: 0;
    }
    .s7 .slick-prev,
    .s7 .slick-next {
        width: 30px;
        height: 30px;
        background-size: 15px auto;
    }
    .section7 {
        padding-bottom: 60px;
    }.sect6>ul>li ul li{width:100%;}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:370px) {
    .sect6 a .text h2 {
        font-size: 12px;
    }
    .sect6 a .text p span {
        font-size: 12px;
    }
    .sect3 .title h2 i {
        left: 20%;
    }
}