@charset "utf-8";

body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transition: all 10s;
    transform: scale(1);

}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 10s infinite;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }

}

.banner .slick-slide a p {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
}



.banner .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 60px;
    font-size: 0;
    z-index: 9;
    display: flex !important;
    justify-content: flex-end;
    padding-right: 25px;
}

.banner .slick-dots li {
    width: auto;
    margin: 0 10px;
    transition: all 0.3s;
    vertical-align: middle;
    display: flex;
    height: auto;
    align-items: center;
}

.banner .slick-dots li button {
    color: #008d6e;
    font-size: 22px;
    vertical-align: middle;
    width: 45px;
    padding: 0;
    height: 45px;
    border-radius: 50%;
    font-style: italic;
    background: rgba(255, 255, 255, 0.7);
    transition: all .3s;
}

.banner .slick-dots li::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 2px;
    background-color: #008d6e;
    transition: all 0.3s;
    margin-left: 5px;
}

.banner .slick-dots li.slick-active {
    font-weight: 600;
    margin-right: 0;
}

.banner .slick-dots li.slick-active::after {
    width: 80px;
}

.banner .slick-dots li.slick-active button {
    background: #008d6e;
    color: #fff;
}





.banner .slick-prev, .banner .slick-next {
    width: 60px;
    height: 60px;
}



.index {
    background: #fff;
    position: relative;
    z-index: 9;
    padding-top: 1px;
}

.search-block {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    background-color: #ffffff;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.12);
    border-radius: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}

.search-ipt {
    flex: 1;
    padding-right: 40px;
    padding-left: 25px;
    background: url(/images/search3.png) no-repeat;
    background-position: center left;
}

.search-ipt input {
    display: 40px;
    height:40px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333333;
}

.search-ipt input::placeholder {
    color: rgb(51, 51, 51, .5);
}

.search-tj input {
    display: block;
    width: 116px;
    height: 40px;
    background-color: #008d6e;
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}


.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
    position: relative;
}

.title-text {
    display: flex;
    align-items: center;
    flex: 1;
}

.title-text h2 {
    position: relative;
    padding-left: 48px;
}

.title-text h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 29px;
    background-image: linear-gradient(-90deg, #008d6e 0%, #0e9578 50%, #1c9d81 100%);
    z-index: 8;
}

.title-text h2::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 15px;
    width: 18px;
    height: 19px;
    background-image: linear-gradient(-90deg, #008d6e 0%, #0e9578 50%, #1c9d81 100%);
    opacity: 0.74;
    z-index: 7;
}

.title-text h2 b {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    top: 0;
    width: 28px;
    line-height: 29px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.title-text h2 span {
    display: block;
    line-height: 35px;
    font-size: 24px;
}

.title-sub {
    display: flex;
    padding-left: 20px;
}

.title-sub li {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    padding: 0 20px;
    border-left: 1px solid #e5e5;
    cursor: pointer;
}

.title-sub li:nth-child(1) {
    border: none;
}

.title-sub li.on {
    color: #008d6e;
}

.more-group .more {
    display: none;
}

.more {
    padding-left: 55px;
    background: url(/images/more-bj.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    line-height: 24px;
    color: #008d6e;
    transition: all 1s;
}
.more:hover{
     text-decoration: underline;
}
 
.more-w {
    color: #fff;
    background: url(/images/more-bj-w.png) no-repeat;
    background-position: left center;
}



.more2 {
    padding-left: 105px;
    background: url(/images/more-bj2.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    line-height: 24px;
    color: #008d6e;
}

.more3 {
    padding-left: 105px;
    background: url(/images/more-bj-w2.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    line-height: 24px;
}

.more-group .more:nth-child(1) {
    display: block;
}

.title-w .title-text h2::before {
    background-image: linear-gradient(-90deg,
            #e7a951 0%,
            #ecb464 50%,
            #f0be76 100%);
}

.title-w .title-text h2::after {
    background-image: linear-gradient(-90deg,
            #e7a951 0%,
            #ecb464 50%,
            #f0be76 100%);
}

.title-w .title-text h2 span {
    color: #fff;
}



.title-center {
    position: relative;
}

.title-center .title-text {
    justify-content: center;
}

.title-center .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section1 {
    background: url(/images/s1-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 8;
    margin-top: -40px;
    padding-top: 138px;
    padding-bottom: 125px;
}

.s1-box {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 64%;
}

.s1-r {
    width: 32%;
}

.s1-lslick .slick-dots {
    bottom: 10px;
    right: 30px;  
}
 

.s1-lslick li a {
    display: flex;
    background: url(/images/011.png) no-repeat;
    background-position: center center;
    background-size: cover;
}


.s1-lspic {
    width: 395px;
}

.s1-lspic .pic {
    padding-top: 68%;
}


.s1-lsinfo {
    flex: 1;
    padding: 30px 0 0 0;
background: url(/images/011.png) no-repeat;
}

.s1-lsinfo span {
    color: #fff;
    font-weight: 600;
}

.s1-lsinfo h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.s1-lsinfo p {
    color: rgba(255, 255, 255, 0.7);
}

.s1-lslick li a .titline i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}



.s1-lb ul {
    display: flex;
    padding: 32px 0;
    background: #fff;
}

.s1-lb ul li {
    width: 50%;
}

.s1-lb ul li:nth-child(1) {
    border-right: 1px solid #e5e5e5;
}

.s1-lb ul li a:hover h3 {
    color: #008d6e;
}


.section2 {
    background: url(/images/s2-bj.png) no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 8;
    padding-top: 175px;
    padding-bottom: 75px;
    margin-top: -80px;
}

.section2 .title-sub {
    flex: 1;
    position: relative;
    padding-left: 0;
    margin-left: 20px;
}

.section2 .title-sub::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 1));
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.section2 .title-sub li {
    color: #fff;
    border: none;
    min-width: 167px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #53acbc;
    border-radius: 14px 0px 14px 0px;
    position: relative;
    padding: 0;
    margin-left: 20px;
}

.section2 .title-sub li::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 14px 0px 14px 0px;
    top: 5px;
    left: 5px;
    background: rgba(255, 255, 255, 0.08);

}

.section2 .title-sub li.on {
    background-color: #e7a951;
}

.s2-main {
    display: flex;
}

.s2-l {
    width: 470px;
    position: relative;
}

.s2-r {
    flex: 1;
    position: relative;
}

.s2-l .ks-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
}

.s2-l .ks-box.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.s2-l .ks-box:nth-child(1) {
    display: block;
}

.ks-box a {
    display: block;
    border-radius: 40px 0px 40px 0px;
    overflow: hidden;
    background: rgba(255, 255, 255, .15);
}

.ks-box a .pic {
    padding-top: 73.5%;
}

.ks-box a .ks-info {
    padding: 25px 30px;
}

.ks-box a .ks-info h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
}

.ks-box a .ks-info p {
    font-size: 14px;
    line-height: 23px;
    height: 92px;
    overflow: hidden;
    color: #ffffff;
    display: none;
    margin-top: 10px;
}

.ks-box a .titline i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.ks-nav {
    display: flex;
    flex-wrap: wrap;
}

.ks-nav li {
    width: 27%;
    margin-left: 5%;
    border-radius: 14px 0px 14px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
}

.ks-nav li::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    border-radius: 14px 0px 14px 0px;
    overflow: hidden;
    transition: all 0.3s;
    background: rgba(208, 252, 255, .2);
    z-index: 1;
}

.ks-nav li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 27px;
    background: url(/images/icon1.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    opacity: 0;
}

.ks-nav li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 30px;
    transition: all 0.5s;
    position: relative;
    z-index: 3;
    background: url(/images/icon2.png) no-repeat;
    background-position: 23px center;
    line-height: 44px;
    color: #fff;
}

.ks-nav li a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px 0px 14px 0px;
    width: 35px;
    background: rgba(255, 255, 255, .3) url(/images/icon3.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    right: -35px;
}

.ks-nav li.on::after {
    opacity: 1;
    transform: rotateY(180deg);
}

.ks-nav li.on::before {
    right: 0;
}

.ks-nav li.on a {
    padding-left: 35px;
    padding-right: 35px;
}

.ks-nav li.on a::before {
    right: 0;
}

.section3 {
    background: url(/images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 8;
    padding-top: 90px;
    padding-bottom: 80px;
}

.s3-c .zj-list {
    margin: 0 -10px;
}

.section4 {
    background: url(/images/s4-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 8;
    padding-top: 90px;
    padding-bottom: 80px;
}

.s4-c>ul {
    margin: 0 -10px;
}

.s4-c .cont1 a {
    margin: 0 10px;
}

/* slick 分页小点 公共样式 */
.s4-c .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.s4-c .slick-dots li {
    width: 19px;
    height: 19px;
    margin: 0 8px;
    background: url(/images/dot.png) no-repeat;
    background-size: 100%;
    transition: all 0.3s;
}

.s4-c .slick-dots li.slick-active {
    background: url(/images/dot-act.png) no-repeat;
    background-size: 100%;
}

.group1 {
    background: url(/images/group-bj1.jpg) no-repeat;
    /* background-size: cover; */
    background-position: center center;
    padding-top: 113px;
    padding-bottom: 128px;
}


.s5-c {
    display: flex;
}

.s5-l {
    width: 52.5%;
    z-index: 8;
    position: relative;
}

.s5-r {
    width: 47.5%;
}

.s5-l>ul {
    margin-right: -110px;
    margin-top: -1px;
}

.s5-l>ul li a {
    display: block;
}

.s5-l>ul li a .pic {
    padding-top: 56.3%;
}

.s5-l>ul li a .pic::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(/images/icon-play.png) no-repeat;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.s5-linfo {
    padding-right: 240px;
}

.s5-linfo h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 10px 0;
}

.s5-linfo p {
    font-size: 14px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    color: rgba(208, 252, 255, .4);
}

.s5-linfo .titline i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.s5-l .slick-prev, .s5-l .slick-next {
    width: 18px;
    height: 30px;
    bottom: 56px;
    top: auto;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0);
    left: auto;
}

.s5-l .slick-prev {
    background: url(/images/s5-prev.png) no-repeat;
    background-position: center center;
    right: 180px;
}

.s5-l .slick-next {
    background: url(/images/s5-next.png) no-repeat;
    background-position: center center;
    right: 140px;
}

.s5-r {
    background: url(/images/s5-rbj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 100px;
    z-index: 9;
    position: relative;
    padding: 30px 40px 0 40px;
}

.s5-r .title {
    margin-bottom: 10px;
}

.s5-r ul {
    overflow: hidden;
}

.s5-r ul .slick-list {
    margin-top: -2px;
}

.s5-r ul li {
    border: none;
}

.s5-r ul li a {
    display: flex;
    height: 107px;
    border-top: 1px dashed #ffffff;
    align-items: center;
}

.s5-rpic {
    width: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 0;
    transition: all 0.5s;
}

.s5-rpic .pic {
    padding-top: 56%;
    background: #000;
}

.s5-rpic .pic img {
    opacity: 0.7;
}

.s5-rpic .pic::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/images/icon-play.png) no-repeat;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.s5-rinfo {
    flex: 1;
    transition: all 0.5s;
}

.s5-rinfo h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    color: #ffffff;
    padding-left: 38px;
    background: url(/images/icon-play2.png) no-repeat;
    background-position: left 5px;
    transition: all 0.5s;
}

.s5-r ul li.slick-current a .s5-rpic {
    width: 150px;
    margin-right: 25px;
}

.s5-r ul li.slick-current a .s5-rinfo h3 {
    padding-left: 0;
    background: none;
}

.s5-r ul li a .titline i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.section6 {
    margin-top: 66px;
}

.s6-c ul {
    display: flex;
    justify-content: space-between;
}

.s6-c ul li {
    width: 32.33%;
}

.s6-c ul li a {
    display: block;
    background: #fff;
    transition: all 0.5s;
}

.s6-info {
    display: flex;
    padding: 40px 20px 40px 20px;
}

.s6-data {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #e9ae5a;
    border: solid 7px #f7e3c5;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    transition: all 0.5s;
}

.s6-data span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
}

.s6-data b {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.s6-info h3 {
    flex: 1;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    height: 90px;
    color: #333333;
    overflow: hidden;
}

.s6-pic .pic {
    padding-top: 68.6%;
}

.s6-c ul li a:hover {
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.25);
}

.s6-c ul li a:hover .s6-data {
    background-color: #008d6e;
    border-color: #a6d7cc;
    transform: scale(1.1);
}

.s6-c ul li a:hover .s6-info h3 {
    color: #008d6e;
}

.fixed-r {
    position: fixed;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.fixed-r ul li {
    position: relative;
    margin-top: 16px;
}

.fixed-r ul li:nth-child(1) {
    margin-top: 0;
}

.fixed-r ul li a {
    display: flex;
    width: 62px;
    height: 62px;
    justify-content: center;
    align-items: center;
    background-color: #fefefe;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    transition: all .5s;
}

.fixed-icons img {
    display: block;
}

.fixed-tit {
    display: none;
}

.fixed-tit p {
    padding: 0 5px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}

.fixed-alt {
    position: absolute;
    top: 50%;
    right: 77px;
    transform: translateY(-50%) rotateX(90deg);
    display: flex;
    padding: 20px;
    width: 440px;
    align-items: center;
    background-image: linear-gradient(-64deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%),
        linear-gradient(#008b6c,
            #008b6c);
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.12);
    transition: opacity,transform  0.5s;
    opacity: 0;
    z-index: -9;
    margin-right: -1000px;
}

.fixed-alt::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 18px;
    right: -7px;
    background: url(/images/fixed-alt-sj.png) no-repeat;
    background-position: center center;
    z-index: 2;

}

.fixed-alt::after {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    right: 3px;
    bottom: -3px;
    z-index: 1;
    background: #fff;
}

.fixed-apic {
    width: 160px;
    position: relative;
    z-index: 9;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px dashed #008b6c;
}

.fixed-apic img {
    display: block;
    width: 100%;
}

.fixed-atext {
    position: relative;
    z-index: 9;
}

.fixed-atext p {
    font-size: 14px;
    line-height: 25px;
    color: #008c6e;
}

.fixed-rh:hover a {
    background-image: linear-gradient(-64deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
}

.fixed-rh:hover a .fixed-icons {
    display: none;
}

.fixed-rh:hover a .fixed-tit {
    display: block;
}

.fixed-rh:hover .fixed-alt {
    transform: translateY(-50%) rotateX(0);
    opacity: 1;
    z-index: 9;
    margin-right: 0;
}

@media screen and (max-width: 1230px) {
   

    .title-sub li {
        padding: 0 10px;
    }

    .section2 .title-sub li {
        margin-left: 15px;
        min-width: auto;
        padding: 0 10px;
    }

    .ks-nav li {
        width: 33.33%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .ks-nav {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .fixed-r {
        display: none;
    }

    .s1-box, .s2-main, .s5-c {
        display: block;
    }

    .s1-l, .s1-r, .s2-l, .s5-l, .s5-r {
        width: auto;
    }

    .s1-r, .s2-r, .s5-r {
        margin-top: 30px;
    }

    .title {
        margin-bottom: 25px;
    }

    .title-text h2 span {
        font-size: 20px;
    }

    .banner .slick-dots {
        bottom: 10px;
        padding-right: 10px;
    }

    .banner .slick-prev, .banner .slick-next {
        width: 30px;
        height: 30px;
    }

    .banner .slick-prev {
        left: 10px;
    }

    .banner .slick-next {
        right: 10px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .banner .slick-dots li button {
        font-size: 14px;
        width: 20px;
        height: 20px;
    }

    .banner .slick-dots li.slick-active button {
        font-size: 16px;
    }

    .banner .slick-dots li.slick-active::after {
        width: 30px;
    }

    .search-block {
        margin: 20px 10px;
        padding: 0 0 0 10px;

    }

    .search-tj input {
        width: 100px;
    }

    .ks-nav {
        padding-left: 0;
    }

    .ks-box a .ks-info p {
        max-height: 92px;
        height: auto;
    }

    .ks-box a .ks-info {
        padding: 15px;
    }

    .s1-lsinfo {
        padding-top: 15px;
    }

    .s1-lsinfo h3 {
        font-size: 16px;
    }

    .s5-linfo {
        background: #008d6e;
        padding: 1px 80px 10px 10px;
    }

    .s5-l>ul {
        margin-right: 0;
    }

    .s5-l .slick-prev, .s5-l .slick-next {
        bottom: 66px;
    }

    .s5-l .slick-prev {
        right: 40px;
    }

    .s5-l .slick-next {
        right: 10px;
    }

    .s5-linfo h3 {
        margin: 10px 0;
        font-size: 16px;
    }

    .s5-r {
        padding: 20px 15px 0 15px;
    }

    .s5-rinfo h3 {
        font-size: 16px;
    }

    .s5-r ul li a {
        height: 90px;
    }

    .s5-r ul li.slick-current a .s5-rpic {
        margin-right: 15px;
        width: 130px;
    }

    .group1 {
        background: none;
        padding: 35px 0;
    }

    .section6 {
        background: #008d6e;
        padding-bottom: 25px;

    }

    .section6 .title {
        padding: 15px 0 0;
    }

    .section6 .title-center .more {
        right: 10px;
    }

    .s6-info {
        padding: 20px 10px;
    }

    .s6-info h3 {
        font-size: 16px;
    }

    .section6 {
        margin-top: 35px;
    }

    .section4, .section3 {
        padding: 35px 0;
    }

    .section2 {
        padding-top: 35px;
        padding-bottom: 35px;
        background: url(/images/s2-bj2.jpg) no-repeat;
        background-position: top center;
        background-size: cover;
        margin-top: 0;
    }

    .section1 {
        padding: 35px 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .s1-lslick li a, .s1-lb ul {
        display: block;
    }

    .s1-lspic {
        width: auto;
    }

    .title {
        align-items: flex-end;
    }

    .title-text {
        display: block;
    }

    .title-sub {
        padding-left: 0;
        margin-top: 20px;
    }

    .title-sub li {
        border: none;
        font-size: 13px;
    }

    .more-group {
        position: absolute;
        right: 0;
        top: 0;
    }

    .s1-lslick li a {
        padding-bottom: 30px;
    }





    .s1-lb ul li {
        width: auto;
    }

    .s1-lb ul li:nth-child(1) {
        border-bottom: 1px solid #e5e5e5;
        border-right: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .section2 .title-sub::before {
        content: none;
    }

    .section2 .title-sub {
        margin-left: 0;
    }

    .section2 .title-sub li {
        height: 34px;
        line-height: 34px;
    }

    .section2 .title-sub li:nth-child(1) {
        margin-left: 0;
    }

    .ks-nav li {
        width: 50%;
        margin-bottom: 5px;
    }

    .s6-c ul {
        display: block;
    }

    .s6-c ul li {
        width: auto;
        margin: 10px 0;
    }

    .s6-info h3 {
        height: 60px;
    }

    .s6-data {
        margin-right: 10px;
    }
}

@media screen and (max-height: 640px) {}

@media screen and (max-width: 480px) {}


@media screen and (max-height: 900px) {}

/* 2023年4月7日16:43:51 start*/
.ks-nav li {
    overflow: visible;
    position: relative;
    z-index: 8;
}
.ks-nav li:hover{
    z-index: 9;
}
.ks-nav li::before {
    width: 0;
}

.ks-nav li:hover::before {
    width: 100%;
    height: auto;
    bottom: 0;
    top: 0;
}

.ks-nav li span {
    position: absolute;
    width: 35px;
    height: 35px;
    /* background: url(/images/icon4.png) no-repeat; */
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    z-index: 9;
    transition: all 0.3s;
}

.ks-nav li a::before {
    background: none;
}

.ks-nav li:hover a::before {
    background-image: none;
}

.ks-nav li div {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-image: linear-gradient(-90deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    z-index: 9;
    padding: 0 15px;
    transform: scaleX(0);
    transform-origin: left top;
    transition: all 0.3s;
}

.ks-nav li div::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 35px;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.ks-nav li:hover div {
    transform: scaleX(1);

}

.ks-nav li:hover span {
    transform:translateY(-50%) rotateZ(90deg);
    background: url(/images/icon3.png) no-repeat;
    background-position: center center;
}

.ks-nav li div a {
    color: #fff;
    position: relative;
    padding-left: 0;
    padding-right: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
}

.ks-nav li div a::before {
    content: none;
}

.ks-nav li div a b {
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(/images/right.png) no-repeat;
    background-position: center center;
    width: 16px;
    right: 8px;
    transition: all 0.3s;
}

.ks-nav li div a:hover b {
    right: 0;
    opacity: .6;
}

.ks-nav li::before {
    border-radius: 14px 0 0 0;
}

/* 2023年4月7日16:44:46 end */