<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        @charset "utf-8";
        @font-face {
            font-family: "sisong";
            src: url(../style/sySong.woff);
            font-weight: normal;
            font-style: normal;
        }

        .section1 {
            padding-top: .75rem;
            padding-bottom: 2.6rem;
            background: url(../images/section1-bg.jpg) no-repeat center top;
            background-size: cover;
        }

        .title {
            position: relative;
            text-align: center;
        }

        .title h2 {
            position: relative;
            display: inline-block;
        }

        .title h2::before {
            content: "";
            position: absolute;
            top: -.3rem;
            left: -.5rem;
            width: .88rem;
            height: .88rem;
            background: url(../images/tit-bg.png) no-repeat center center;
            background-size: .88rem auto;
        }

        .title h2 p {
            font-size: .36rem;
            color: #333333;
            font-family: "sisong";
            line-height: 1;
        }

        .title h2 span {
            font-size: .16rem;
            color: #c8c8c8;
            text-transform: uppercase;
            font-weight: normal;
        }

        .title .more {
            position: absolute;
            right: 0;
            bottom: 0;
            line-height: .35rem;
        }

        .title .more a {
            position: relative;
            right: 0;
            display: block;
            padding-right: .4rem;
            background: url(../images/more.png) no-repeat right center;
            background-size: .31rem auto;
            font-size: .18rem;
            color: #009f55;
            transition: all .3s;
        }

        .title .more a:hover {
            right: 5px;
            text-decoration: underline;
        }

        .s1 {
            margin-top: .45rem;
        }

        .s1-l {
            width: 48%;
        }

        .s1-l a {
            display: block;
        }

        .s1-l a .pic {
            padding-top: 58.89%;
        }

        .s1-l a .pic .date {
            position: absolute;
            left: .25rem;
            top: .23rem;
            width: .96rem;
            height: .91rem;
            background: url(../images/s1-date.png) no-repeat center center;
            background-size: .96rem auto;
            text-align: center;
        }

        .s1-l a .pic .date p {
            padding-top: .3rem;
            font-size: .28rem;
            font-weight: bold;
            background-image: -webkit-linear-gradient(bottom, #009f55, #12817c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .s1-l a .pic .date span {
            display: block;
            font-size: .14rem;
            color: #197789;
            line-height: .22rem;
        }

        .s1-l a .pic::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: url(../images/s1-l-tc-bg.png) repeat-x center bottom;
        }

        .s1-l a .text {
            position: relative;
            padding: .25rem .25rem .3rem .25rem;
        }

        .s1-l a .text::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 98%;
            bottom: 0;
            background-image: linear-gradient(to right, #03a761, #1f7fa8);
            transition: all .3s;
        }

        .s1-l a:hover .text::after {
            top: 0;
        }

        .s1-l a .text h2 {
            position: relative;
            font-size: .18rem;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: .2rem;
            z-index: 6;
        }

        .s1-l a:hover .text h2 {
            color: #fff;
        }

        .s1-l a .text p {
            position: relative;
            line-height: .22rem;
            font-size: .16rem;
            color: #666666;
            height: .44rem;
            z-index: 6;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .s1-l a:hover .text p {
            color: #fff;
        }

        .s1-l .slick-dots {
            right: .2rem;
            bottom: 1.85rem;
            width: auto;
        }

        .s1-l .slick-dots li {
            width: .17rem;
            height: .15rem;
            background: url(../images/s1-l-slick.png) no-repeat center center;
            transition: all .3s;
        }

        .s1-l .slick-dots li.slick-active {
            background: url(../images/slick-active.png) no-repeat center center;
            background-size: .17rem auto;
        }

        .s1-r {
            width: 48%;
        }

        .s1r-l {
            width: 50%;
        }

        .s1r-l .pic {
            padding-top: 65%;
        }

        .s1r-l .text {
            padding: .25rem .25rem 0 .25rem;
            background: url(../images/s1-r-bg.jpg)no-repeat center center;
            background-size: cover;
        }

        .s1r-l .text .date span {
            font-size: .36rem;
            color: #fff;
            font-weight: bold;
        }

        .s1r-l .text .date i {
            font-size: .16rem;
            color: #fff;
        }

        .s1r-l .text h2 {
            margin-top: .15rem;
            margin-bottom: .15rem;
            line-height: .3rem;
            font-size: .18rem;
            height: .6rem;
            overflow: hidden;
            color: #fff;
        }

        .s1r-l .text p {
            line-height: .24rem;
            font-size: .16rem;
            height: .72rem;
            color: #e2e2e2;
            margin-bottom: .4rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .s1r-l .text .more {
            border-top: 1px solid rgba(255, 255, 255, .3);
            line-height: .65rem;
        }

        .s1r-l .text .more a {
            position: relative;
            left: 0;
            display: block;
            font-size: .16rem;
            color: #fff;
            background: url(../images/s1-r-jt.png) no-repeat right center;
            transition: all .3s;
        }

        .s1r-l .text .more a:hover {
            left: -5px;
        }

        .s1r-r {
            width: 46%;
        }

        .s1r-r ul li {
            border: 1px solid #e5f6ee;
            margin-top: .28rem;
            background-position: 15% bottom;
            transition: all .3s;
        }

        .s1r-r ul li:first-child {
            margin-top: 0;
        }

        .s1r-r ul li a {
            position: relative;
            display: block;
            padding: .25rem .3rem .49rem .3rem;
        }

        .s1r-r ul li a .date {
            padding-left: .25rem;
            background: url(../images/date.png) no-repeat left center;
            background-size: .16rem auto;
            line-height: .2rem;
            font-size: .14rem;
            color: #03a761;
            margin-bottom: .15rem;
        }

        .s1r-r ul li a p {
            line-height: .29rem;
            font-size: .18rem;
            color: #333333;
            height: .58rem;
            overflow: hidden;
        }

        .s1r-r ul li a .more {
            position: absolute;
            right: 0;
            bottom: 0;
            width: .58rem;
            height: .58rem;
            background: url(../images/s1-r-date-bg.png) no-repeat center center;
            transition: all .3s;
        }

        .s1r-r ul li a .more span {
            display: block;
            margin-top: .25rem;
            text-align: center;
        }

        .s1r-r ul li a .more span img {
            display: block;
            margin-left: .3rem;
        }

        .s1r-r ul li:hover {
            border: 1px solid #03a761;
            box-shadow: 0px 6px 16px 0px rgba(1, 104, 56, 0.28);
            background: #fff url(../images/s1-rr-bg.png) no-repeat 15% bottom;
        }

        .s1r-r ul li:hover a .more {
            background: url(../images/s1-r-date-other.png) no-repeat center center;
        }

        .s1r-r ul li:hover a p {
            font-weight: bold;
            color: #009f55;
        }

        .section2 {
            position: relative;
            margin-top: -1.5rem;
            padding-top: .8rem;
            padding-bottom: .7rem;
            background: url(../images/sect2-bg.png) no-repeat center top;
            background-size: 100% 100%;
            z-index: 6;
        }

        .s2 {
            margin-top: .4rem;
        }

        .s2 ul {
            margin: 0 -.225rem;
        }

        .s2 ul li a {
            position: relative;
            display: block;
            margin: 0 .225rem;
            border: 1px solid #aee0c8;
            padding: .3rem .3rem .55rem .3rem;
            background: rgba(255, 255, 255, .3);
            background-position: center center;
            transition: all .3s;
        }

        .s2 ul li a .date {
            display: inline-block;
            line-height: .37rem;
            padding: 0 .1rem;
            border-top-right-radius: .1rem;
            border-bottom-left-radius: .1rem;
            background-image: linear-gradient(to right, #03a75b, #1f7fa8);
        }

        .s2 ul li a .date span {
            padding-left: .25rem;
            background: url(../images/date-other.png) no-repeat left center;
            font-size: .16rem;
            color: #fff;
        }

        .s2 ul li a h2 {
            margin-top: .3rem;
            margin-bottom: .2rem;
            font-size: .2rem;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: normal;
        }

        .s2 ul li a p {
            line-height: .3rem;
            font-size: .16rem;
            color: #666666;
            height: .6rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .s2 ul li a .more {
            position: absolute;
            right: 0;
            bottom: 0;
            width: .65rem;
            height: .65rem;
            background: url(../images/s2-more-bg.png) no-repeat center center;
            background-size: .65rem auto;
            transition: all .3s;
        }

        .s2 ul li:hover a .more {
            background: url(../images/s2-more-bg-other.png) no-repeat center center;
            background-size: .65rem auto;
        }

        .s2 ul li a .more img {
            display: block;
            margin-top: .35rem;
            margin-left: .3rem;
        }

        .s2 ul li a:hover {
            background: url(../images/s2-bg.jpg) no-repeat center center;
            background-size: cover;
            border: 1px solid #00a054;
        }

        .s2 .jt {
            position: relative;
            margin-top: .35rem;
            overflow: hidden;
        }

        .s2 .jt::after {
            content: "";
            position: absolute;
            top: 40%;
            left: .55rem;
            right: .55rem;
            height: 1px;
            background: #fff;
        }

        .s2 .jt&gt;div {
            width: .55rem;
            height: .52rem;
        }

        .s2 .jt .jt-l {
            float: left;
            background: url(../images/s2-l.png) no-repeat center center;
            background-size: .55rem auto;
            transition: all .3s;
        }

        .s2 .jt .jt-r {
            float: right;
            background: url(../images/s2-r.png) no-repeat center center;
            background-size: .55rem auto;
            transition: all .3s;
        }

        .s2 .jt .jt-l:hover {
            background: url(../images/s2-l-other.png) no-repeat center center;
            background-size: .55rem auto;
        }

        .s2 .jt .jt-r:hover {
            background: url(../images/s2-r-other.png) no-repeat center center;
            background-size: .55rem auto;
        }

        .section3 {
            padding-top: .8rem;
            padding-bottom: .9rem;
            background: url(../images/section3-bg.png) no-repeat center top;
            background-size: cover;
        }

        .tit-other {
            text-align: left;
        }

        .title.tit-other h2::before {
            background: url(../images/s3-tit.png) no-repeat center center;
            background-size: 0.88rem auto;
        }

        .title.tit-other h2 p {
            color: #fff;
        }

        .tit-other span {
            padding-left: .45rem;
        }

        .title.tit-other .more a {
            background: url(../images/more-other.png) no-repeat right center;
            color: #fff;
            background-size: .31rem auto;
        }

        .section3 {
            position: relative;
            z-index: 6;
        }

        .s3 {
            padding-top: .45rem;
        }

        .s3 .swiper-slide.bg-mask {
            opacity: 0 !important;
        }

        .s3 .swiper-slide.bg-mask::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0, 0, 0, .4);
            z-index: 6;
            transform: skew(-5deg);
        }

        .s3 .swiper-slide.bg-mask.swiper-slide-active {
            position: relative;
            opacity: 1 !important;
            padding-bottom: .45rem;
        }

        .s3 .swiper-slide.bg-mask.swiper-slide-active::before {
            display: none;
        }

        .s3 .swiper-slide.bg-mask.swiper-slide-active::after {
            content: "";
            position: absolute;
            left: .3rem;
            right: .5rem;
            height: .45rem;
            bottom: 0;
            background-color: rgb(229, 245, 238);
            opacity: 0.302;
            box-shadow: 0 10px 20px #108a63;
            transform: skew(-10deg);
        }

        .s3 .swiper-slide.bg-mask.swiper-slide-next {
            opacity: 1 !important;
        }

        .s3 .swiper-slide.bg-mask.swiper-slide-next+div {
            opacity: 1 !important;
        }

        .s3 .swiper-slide.bg-mask.swiper-slide-next+div+div {
            opacity: 1 !important;
        }

        .hd-slide {
            padding-left: .3rem;
        }

        .hd-slide .swiper-slide {
            width: 9.2rem;
        }

        .hd-slide .swiper-slide .ky {
            display: flex;
            justify-content: space-between;
            transform: skew(-5deg);
        }

        .hd-slide .swiper-slide .ky .ky-l {
            width: 35%;
            background: url(../images/s3-l-bg.jpg) no-repeat center center;
            background-size: cover;
            padding: .35rem .25rem 0 .25rem;
        }

        .hd-slide .swiper-slide .ky .ky-l .date {
            display: inline-block;
            line-height: .37rem;
            padding: 0 0.1rem;
            border-top-right-radius: 0.1rem;
            border-bottom-left-radius: 0.1rem;
            background-image: linear-gradient(to right, #03a75b, #1f7fa8);
        }

        .hd-slide .swiper-slide .ky .ky-l .date span {
            padding-left: 0.25rem;
            background: url(../images/date-other.png) no-repeat left center;
            font-size: .16rem;
            color: #fff;
        }

        .hd-slide .swiper-slide .ky .ky-l h2 {
            margin-top: .3rem;
            margin-bottom: .2rem;
            line-height: .32rem;
            font-size: .18rem;
            color: #333333;
            height: .64rem;
            overflow: hidden;
        }

        .hd-slide .swiper-slide .ky .ky-l p {
            line-height: .24rem;
            font-size: .16rem;
            color: #666;
            height: 1.2rem;
            overflow: hidden;
            padding-top: .15rem;
            border-top: 1px solid #efefef;
            word-break: break-all;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

        .hd-slide .swiper-slide .ky .ky-l .more {
            margin-top: .25rem;
            margin-left: -.25rem;
            margin-right: -.25rem;
            padding: 0 .2rem;
            line-height: .75rem;
            border-top: 1px solid #d1d1d1;
        }

        .hd-slide .swiper-slide .ky .ky-l .more a {
            display: block;
            font-size: .16rem;
            color: #666;
            background: url(../images/s1-r-jt-other.png) no-repeat center right;
        }

        .hd-slide .swiper-slide .ky:hover .ky-l .more a {
            color: #009f55;
        }

        .hd-slide .swiper-slide .ky .ky-r {
            width: 65%;
        }

        .hd-slide .s3-jt {
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .hd-slide .s3-jt&gt;div {
            display: inline-block;
            width: .56rem;
            height: .52rem;
        }

        .hd-slide .s3-jt&gt;div::before {
            opacity: 0;
        }

        .hd-slide .s3-jt .jt-l {
            background: url(../images/s3-l.png) no-repeat center center;
            background-size: .56rem auto;
            transition: all .3s;
        }

        .hd-slide .s3-jt .jt-r {
            background: url(../images/s3-r.png) no-repeat center center;
            background-size: .56rem auto;
            transition: all .3s;
        }

        .hd-slide .s3-jt .jt-l:hover {
            background: url(../images/s3-l-other.png) no-repeat center center;
            background-size: .56rem auto;
        }

        .hd-slide .s3-jt .jt-r:hover {
            background: url(../images/s3-r-other.png) no-repeat center center;
            background-size: .56rem auto;
        }

        .section4 {
            margin-top: -1.6rem;
            padding-top: 2.45rem;
            padding-bottom: .55rem;
            background: url(../images/sect4-bg.jpg) no-repeat center top;
            background-size: cover;
        }

        .s4-top {
            width: 48%;
            margin-top: 1rem;
        }

        .s4-top h2 {
            font-size: .24rem;
            color: #fff;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .s4-top p {
            margin-top: .3rem;
            margin-bottom: .35rem;
            line-height: .28rem;
            font-size: .16rem;
            color: #fff;
            height: 1.12rem;
            overflow: hidden;
        }

        .s4-top .more {
            position: relative;
            right: 0;
            padding-top: .18rem;
            border-top: 1px solid #fff;
            text-align: right;
            transition: all .3s;
        }

        .s4-top .more a {
            display: inline-block;
            padding-right: .38rem;
            background: url(../images/s1-r-jt.png) no-repeat right center;
            background-size: .19rem auto;
            font-size: .16rem;
            color: #fff;
        }

        .s4-top .more:hover {
            right: 5px;
        }

        .s4-down {
            padding-top: .3rem;
        }

        .s4-down ul {
            margin: 0 -.18rem;
        }

        .s4-down ul li a {
            position: relative;
            display: block;
            margin: 0 .18rem;
            margin-top: .33rem;
            transform-origin: center bottom;
            transition: all .3s;
        }

        .s4-down ul li a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: url(../images/s4-d-tc.png) no-repeat center center;
            background-size: cover;
            transition: all .3s;
            display: none;
            box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.55);
        }

        .s4-down ul li a .pic {
            padding-top: 54.29%;
            overflow: hidden;
        }

        .s4-down ul li a .text {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: .15rem;
            z-index: 6;
        }

        .s4-down ul li a .text p {
            font-size: .2rem;
            color: #fff;
            text-align: center;
        }

        .s4-down ul li a:hover {
            transform: scale(1.1);
        }

        .s4-down ul li:hover a::after {
            display: block;
        }

        .s4-down ul li:hover a .text p {
            font-weight: bold;
        }

        .s4-down .slick-prev {
            top: 0;
            transform: none;
            left: auto;
            right: 1.4rem;
            background: url(../images/s4-l.png) no-repeat center center;
            background-size: .12rem auto;
        }

        .s4-down .slick-next {
            top: 0;
            transform: none;
            left: auto;
            right: .18rem;
            background: url(../images/s4-r.png) no-repeat center center;
            background-size: .12rem auto;
        }

        .s4-down .slick-dots {
            position: absolute;
            top: 0;
            margin: 0;
            width: auto;
            right: .4rem;
        }

        .s4-down .slick-dots li {
            background: url(../images/s4-slick.png) no-repeat center center;
            transition: all .3s;
        }

        .s4-down .slick-dots li.slick-active {
            background: url(../images/s4-slick-active.png) no-repeat center center;
            background-size: .2rem auto;
        }

        .section5 {
            padding-top: .85rem;
            padding-bottom: 1.15rem;
            background: url(../images/sect5-bg.jpg) no-repeat center top;
            background-size: cover;
        }

        .sect5 .title.tit-other h2::before {
            background: url(../images/tit-bg.png) no-repeat center center;
            background-size: .88rem auto;
        }

        .sect5 .title.tit-other h2 p {
            color: #333333;
        }

        .sect5 .title.tit-other .more a {
            color: #009f55;
            background: url(../images/more.png) no-repeat right center;
            background-size: .31rem auto;
        }

        .s5 {
            padding-bottom: .4rem;
            background: url(../images/sect5.jpg) no-repeat center bottom;
            background-size: 100% auto;
        }

        .s5-l {
            position: relative;
            width: 3.5rem;
            margin-top: .4rem;
            z-index: 3;
        }

        .s5-l h2 {
            margin-left: .45rem;
            margin-right: .15rem;
            padding-top: .3rem;
            padding-bottom: .3rem;
            text-align: center;
            background: url(../images/s5-tit-xx.png) no-repeat center bottom;
            font-size: .3rem;
            color: #110101;
        }

        .s5-l ul {
            padding-top: .3rem;
        }

        .s5-l ul li {
            position: relative;
            line-height: .72rem;
            padding-left: .6rem;
            padding-right: .15rem;
            transition: all .3s;
        }

        .s5-l ul li::before {
            content: "";
            position: absolute;
            bottom: -.2rem;
            border-right: .2rem solid #dddddd;
            border-bottom: .2rem solid transparent;
            display: none;
        }

        .s5-l ul li::after {
            content: "";
            position: absolute;
            left: -.1rem;
            right: -.65rem;
            top: -.1rem;
            bottom: -.15rem;
            background: url(../images/s5-l-bg.png) no-repeat;
            background-size: 0 100%;
            transition: all .3s;
        }

        .s5-l ul li:hover::after {
            background-size: 100% 100%;
        }

        .s5-l ul li.active::after {
            background-size: 100% 100%;
        }

        .s5-l ul li:hover::before {
            left: 0rem;
            display: block;
        }

        .s5-l ul li.active::before {
            left: 0rem;
            display: block;
        }

        .s5-l ul li:hover {
            margin-left: -.2rem;
            padding-left: .8rem;
        }

        .s5-l ul li.active {
            margin-left: -.2rem;
            padding-left: .8rem;
        }

        .s5-l ul li a {
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, .3);
            display: block;
            padding-left: .2rem;
            font-size: .24rem;
            color: #fff;
            z-index: 6;
        }

        .s5-l ul li:hover a {
            color: #00a054;
            background: url(../images/s1-r-jt-other.png) no-repeat right center;
        }

        .s5-l ul li.active a {
            background: url(../images/s1-r-jt-other.png) no-repeat right center;
            color: #00a054;
        }

        .s5-r {
            width: calc(100% - 3.5rem);
        }

        .s5-r a .tpp {
            width: 64%;
        }

        .s5-r a .tpp .pic {
            padding-top: 63.3%;
        }

        .s5-r a .text {
            margin-top: .4rem;
            width: 36%;
            padding: .35rem .3rem 0 .3rem;
            box-sizing: border-box;
        }

        .s5-r a .text h2 {
            line-height: .34rem;
            font-size: .18rem;
            color: #333333;
        }

        .s5-r a .text p {
            line-height: .34rem;
            font-size: .16rem;
            color: #333;
        }

        .s5-r a .text .more {
            margin-top: .15rem;
            border-top: 1px solid #c8d5d0;
            line-height: .6rem;
            font-size: .16rem;
            color: #666;
        }


        @media screen and (max-width:1200px) {
            .s1-l .slick-dots {
                bottom: 2.1rem;
            }
            .s1r-l .text p {
                margin-bottom: .2rem;
            }
            .s1r-r ul li a {
                padding-bottom: .35rem;
            }
            .s1r-r ul li {
                margin-top: .25rem;
            }
            .s2 ul {
                margin: 0;
            }
            .s4-down ul {
                margin: 0;
            }
            .s5 {
                background-size: 100% 95%;
            }
            .title.tit-other h2 {
                margin-left: .4rem;
            }
        }

        @media screen and (max-width:1000px) {
            .s4-down .slick-prev {
                right: 1.8rem;
            }
            .s1-r {
                width: 50%;
            }
            .s1r-l .text .more {
                line-height: .45rem;
            }
            .s1r-r ul li a {
                padding-top: .15rem;
            }
            .s1r-l .text .date span {
                font-size: .28rem;
            }
            .s1r-r ul li {
                margin-top: .15rem;
            }
            .s2 ul li a {
                margin: 0 .1rem;
            }
            .title .more a {
                background-position: 98% center;
            }
            .title.tit-other .more a {
                background-position: 98% center;
            }
            .sect5 .title.tit-other .more a {
                background-position: 98% center;
            }
            .s5 {
                background: none;
            }
            .s5-l {
                width: 100%;
                background: #009f55;
            }
            .s5-r {
                width: 100%;
            }
            .s5-l ul li::after {
                display: none;
            }
            .s5-l ul li.active::before {
                display: none;
            }
            .s5-l ul li.active {
                margin-left: 0;
                background: #fff;
                box-shadow: 0 0 10px #eee;
            }
            .s5-r a .text {
                margin-top: 0;
            }
            .section5 {
                padding-bottom: .3rem;
            }
        }

        @media screen and (max-width:700px) {
            .section1 {
                padding-top: .2rem;
                padding-bottom: .15rem;
            }
            .s1-l .slick-dots {
                bottom: 1.5rem;
            }
            .title h2 p {
                font-size: .28rem;
            }
            .title h2::before {
                top: -.1rem;
                left: -.2rem;
                width: .5rem;
                height: .5rem;
                background-size: .5rem auto;
            }
            .title .more {
                bottom: .1rem;
            }
            .s1 {
                margin-top: .15rem;
            }
            .s1-l {
                width: 100%;
            }
            .s1-r {
                width: 100%;
                margin-top: .15rem;
            }
            .s1r-l {
                width: 100%;
            }
            .s1r-r {
                width: 100%;
                margin-top: .15rem;
            }
            .section2 {
                margin-top: 0;
                padding-top: .15rem;
                padding-bottom: .15rem;
            }
            .s2 {
                margin-top: .15rem;
            }
            .section3 {
                padding-top: .15rem;
                padding-bottom: .15rem;
            }
            .hd-slide {
                padding-left: 0;
                padding-bottom: .5rem;
            }
            .hd-slide .swiper-slide .ky {
                display: block;
            }
            .hd-slide .swiper-slide .ky {
                transform: none !important;
            }
            .hd-slide .swiper-slide .ky .ky-l {
                width: 100%;
                box-sizing: border-box;
            }
            .hd-slide .swiper-slide .ky .ky-r {
                width: 100%;
            }
            .hd-slide .swiper-slide {
                width: 100%;
            }
            .title.tit-other h2::before {
                background-size: .55rem auto;
            }
            .hd-slide .swiper-slide .ky .ky-l .more {
                margin-top: 0;
            }
            .hd-slide .swiper-slide .ky .ky-l h2 {
                height: auto;
            }
            .section4 {
                margin-top: 0;
                padding-top: .2rem;
            }
            .s4-top {
                margin-top: .3rem;
                width: 100%;
            }
            .s4-top p {
                margin-top: .15rem;
                margin-bottom: .15rem;
            }
            .s4-down .slick-prev {
                right: auto;
                left: 0;
            }
            .s4-down .slick-dots {
                right: auto;
                left: 50%;
                transform: translateX(-50%);
                width: 100%;
            }
            .section5 {
                padding-top: .15rem;
                padding-bottom: .15rem;
            }
            .s5-r a .tpp {
                width: 100%;
            }
            .s5-r a .text {
                width: 100%;
                padding: .15rem;
            }
            .s5 {
                padding-bottom: 0;
            }
        }</pre></body></html>