.banner {
    position: relative;
}

.banner .pic a {
    padding-top: 31.04%;
}

.banner .slick-dots {
    position: absolute;
    right: 160px;
    bottom: 36px;
    cursor: pointer;
}

.banner .slick-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    opacity: 0.7;
    background: #FFFFFF;
    margin: 0px 15px;
    border-radius: 50%;
}

.banner .slick-dots .slick-active {
    opacity: 1;
}

/* title */
.tit {
    position: relative;
}

.tit .tit-l {
    display: inline-block;
    padding-left: 31px;
    padding-right: 35px;
    position: relative;
}

.tit .tit-l::before,
.tit .tit-l::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 26px;
    height: 26px;
    background: url(../images/tit-l-icon.png) no-repeat;
    background-size: 100% 100%;
}

.tit .tit-l::after {
    background: url(../images/tit-r-icon.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
}

.tit b {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #0A854C;
    border-radius: 50%;
    border: 1px solid #0A854C;
    padding: 3px 7px;
    margin: 0px -3px;
}

.tit .more {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.tit .more a {
    display: block;
    background: url(../images/more-icon.png) no-repeat center bottom;
    background-size: contain;
    font-size: 16px;
    color: #9E9E9E;
    padding: 0px 6px;
    padding-bottom: 6px;
}

.tit .more a:hover {
    position: relative;
    color: #0A854C;
}


/* .s1 */
.s1 {
    padding-top: 41px;
    padding-bottom: 47px;
    background: url(../images/s1-bg.png) no-repeat;
    background-size: cover;
}

.s1 .s1-main {
    position: relative;
    margin-top: 41px;
}

.s1 .s1-l {
    position: relative;
    float: left;
    width: 66%;
    background-color: #fff;
}

.s1 .s1-l .s1-pics {
    float: left;
    width: 730px;
}

.s1 .s1-l .s1-pics .pic a {
    overflow: hidden;
    padding-top: 75%;
}

.s1 .s1-l .s1-pics .pic a img {
    transition: all .7s;
}

.s1 .s1-l .s1-pics .pic a:hover img {
    transform: scale(1.2);
}

.s1-l-main {
    overflow: hidden;
    padding: 34px 28px 0px 32px;
}

.s1-l-main ul li {
    display: none;
}

.s1-l-main ul li:nth-child(1) {
    display: block;
}

.s1-l-main .date p {
    display: inline-block;
    font-size: 24px;
    color: #096833;
    border-bottom: 1px solid #096833;
    padding-bottom: 10px;
}

.s1-l-main .content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #096833;
}

.s1-l-main .content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #9E9E9E;
    -webkit-line-clamp: 7;
    text-indent: 2em;
    height: 210px;
}

.s1-l-b {
    position: absolute;
    height: 40px;
    line-height: 40px;
    background-color: #0A854C;
    bottom: 0px;
    text-align: center;
    width: calc(100% - 730px - 60px);
}

.s1-l-b span {
    position: relative;
    color: #fff;
    padding: 0px 25px;
}

.s1-l-b span:first-child::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../images/s1-of.png) no-repeat;
    background-size: 100% 100%;
}

.s1-l-b i {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 13px;
    background: url(../images/s1-prev.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.s1-l-b i.r {
    left: auto;
    right: 27px;
    background: url(../images/s1-next.png) no-repeat;
    background-size: 100% 100%;
}

.s1 .s1-r {
    padding: 16px 32px 26px 24px;
    width: 32%;
    box-sizing: border-box;
    float: right;
    background-color: #fff;
}

.s1 .s1-r .s1-r-list a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.s1 .s1-r .s1-r-list a::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    border-bottom: 1px solid #0A854C;
    transition: all .7s;
}

.s1 .s1-r .s1-r-list a:hover::before {
    width: 100%;
}

.s1-r-list a .date {
    float: left;
    position: relative;
    padding: 0px 15px 0px 7px;
    text-align: center;
}

.s1-r-list a .date::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    height: 43px;
    border-left: 1px solid #d8d8d8;
}

.s1-r-list a .date h3 {
    font-size: 28px;
    font-weight: bold;
    color: #096833;
}

.s1-r-list a .date p {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.s1-r-content {
    overflow: hidden;
    line-height: 48px;
    height: 48px;
}

.s1-r-content p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-left: 20px;
}

/* s2 */
.s2 {
    background-color: #fff;
    padding-top: 58px;
    padding-bottom: 41px;
}

.s2 .s2-l ul li a {
    position: relative;
}

.s2 .s2-l ul li a::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    height: 100%;
    border-left: 1px solid #E7DFDF;
}

.s2-l .tit {
    margin-bottom: 27px;
}

.s2-l {
    width: 49%;
    float: left;
}

.s2-l ul {
    overflow: hidden;
}

.s2-l ul li a {
    display: block;
    padding-top: 17px;
}

.s2-l ul li a .date {
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 20px;
}

.s2-l ul li a .date p {
    padding-left: 34px;
    font-size: 20px;
    font-weight: bold;
    color: #6F9583;
    background: url(../images/s2-icon.png) no-repeat left center;
}

.s2-l ul li a:hover .date p {
    background: url(../images/s2-icon-act.png) no-repeat left center;
    color: #0A854C;
}

.s2-l ul li a:hover .content p {
    color: #0A854C;
}

.s2-l ul li a .content {
    position: relative;
    float: left;
    width: calc(100% - 158px);
    padding-left: 13px;
    padding-right: 9px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDE8E3;
    box-sizing: border-box;
}

.s2-l ul li a .content::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    border-bottom: 1px solid #0A854C;
    transition: all .7s;
}

.s2-l ul li a:hover .content::before {
    width: 100%;
}

.s2-l ul li a .content p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    height: 48px;
}



.s2-r {
    width: 46.88%;
    float: right;
}

.s2-r .tit {
    margin-bottom: 42px;
}

.s2-r-main .l {
    float: left;
    width: 345px;
    margin-right: 32px;
}

.s2-r-main .pic a {
    overflow: hidden;
    padding-top: 70.14%;
}

.s2-r-main .pic a img {
    transition: all .7s;
}

.s2-r-main .pic a:hover img {
    transform: scale(1.2);
}

.s2-r-main .l p {
    font-size: 18px;
    line-height: 24px;
    color: #0A854C;
    margin-top: 26px;
    margin-bottom: 40px;
}

.s2-r-main .l .date {
    display: inline-block;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 10px 0px 10px 0px;
    opacity: 1;
    background: #0A854C;
}

.s2-r-main .r {
    overflow: hidden;
}

.s2-r-main .r ul {
    border-top: 1px solid #DDE8E3;
}

.s2-r-main .r ul li {
    position: relative;
    padding: 24px 0px;
    border-bottom: 1px solid #DDE8E3;
}

.s2-r-main .r ul li a {
    position: relative;
    display: block;
    padding-left: 11px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

.s2-r-main .r ul li a:hover p {
    color: #0A854C;
}

.s2-r-main .r ul li a p {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

.s2-r-main .r ul li::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    border-top: 1px solid #0A854C;
    transition: 0.7s;
}

.s2-r-main .r ul li:hover::after {
    width: 100%;
}


/* .s3 */

.s3-s5 {
    background-color: #efefef;
}

.s3 {
    padding-top: 40px;
    padding-bottom: 88px;
}

.s3 .s3-l {
    width: 49%;
    float: left;
}

.s3 .s3-r {
    width: 46.88%;
    float: right;
}

.s3-l-main {
    position: relative;
    margin-top: 52px;
    padding-bottom: 35px;
}

.s3-l-main .pic a {
    padding-top: 0%;
}

.s3-l-main .pic a .p {
    position: relative;
    /* padding-top: 129.55%; */
    overflow: hidden;
    height: 229px;
}

.s3-l-main .pic a .p img {
    transition: all .7s;
    position: absolute;
    width: 100%;
    height: auto;
}

.s3-l-main .pic a:hover .p img {
    transform: scale(1.2);
}

.s3-l-main .pic a:hover h3 {
    color: #0A854C;
}

.s3-l-main .pic a h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 12px;
}

.s3-l-main .pic a p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}

.s3-l-main .slick-list {
    margin: 0px -13px;
}

.s3-l-main .slick-slide {
    margin: 0px 13px;
}

.s3-l-main .slick-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.s3-l-main .slick-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #D8D8D8;
    margin: 0 18px;
    border-radius: 50%;
    cursor: pointer;
}

.s3-l-main .slick-dots .slick-active {
    background: #096833;
}

.s3-r-main {
    margin-top: 38px;
}

.s3-r-main ul li {
    margin-top: 19px;
}

.s3-r-main ul li a {
    display: block;
}

.s3-r-main ul li a:hover img {
    transform: scale(1.2);
}

.s3-r-main ul li a .pic {
    float: left;
    width: 256px;
    margin-right: 34px;
}

.s3-r-main ul li a .pic .p {
    overflow: hidden;
    position: relative;
    padding-top: 65.61%;
}

.s3-r-main ul li a .pic .p img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all .7s;
}

.s3-r-main .s3-content {
    position: relative;
    overflow: hidden;
}

.s3-r-main .s3-content::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    border-bottom: 1px solid #0A854C;
    transition: all .7s;
}

.s3-r-main a:hover .s3-content::before {
    width: 100%;
}

.s3-r-main .s3-content .border {
    padding: 13px 8px 26px 5px;
    border-bottom: 1px solid #DDE8E3;
}

.s3-r-main a:hover .s3-content h6 {
    color: #096833;
}

.s3-r-main a:hover .s3-content p {
    color: #0A854C;
}

.s3-r-main .s3-content h6 {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 20px;
    height: 72px;
}

.s3-r-main .s3-content p {
    font-size: 18px;
    line-height: 36px;
    color: #908383;
}

/* s4 */
.s4 {
    padding-bottom: 78px;
}

.s4 .tit {
    text-align: center;
}

.s4 .pics {
    position: relative;
    padding-bottom: 100px;
    margin-top: 48px;
}

.s4 .pics .pic a {
    padding-top: 63.99%;
}

.s4 .pics .slick-slide {
    margin: 0px 17px;
}

.s4 .pics .slick-list {
    margin: 0px -17px;
}

.s4 .pics .slick-list .item0 {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}

.s4 .pics .slick-list .item1 img {
    transform: scale(0.8746);
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .s4 .pics .slick-list .item1 img {
        transform: none;
    }
}

.s4 .pics .slick-list .item2 {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

.s4 .pics .slick-arrow {
    position: absolute;
    width: 62px;
    height: 62px;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.s4 .pics .slick-prev {
    left: -30px;
    background: url(../images/s4-prev.png) no-repeat;
    background-size: 100% 100%;
}


.s4 .pics .slick-next {
    right: -30px;
    background: url(../images/s4-next.png) no-repeat;
    background-size: 100% 100%;
}

.s4 .pics .slick-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.s4 .pics .slick-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 22px;
    background-color: #D8D8D8;
    cursor: pointer;
    vertical-align: middle;
}

.s4 .pics .slick-dots .slick-active {
    margin: 0px 8px;
    width: 40px;
    height: 40px;
    background: url(../images/s4-act-icon.png) no-repeat;
    background-size: 100% 100%;
}

/* .s5 */
.s5 {
    padding-bottom: 94px;
}

.s5 .pics {
    position: relative;
}

.s5 .pic a {
    padding-top: 0%;
}

.s5 .pic a .p {
    margin: 0px 35%;
    position: relative;

}

.s5 .pic a .p .p-s {
    padding-top: 100%;
    background: url(../images/s5-icon-bg.png) no-repeat;
    background-size: 100% 100%;
}

.s5 .pic a p {
    font-size: 18px;
    line-height: 18px;
    color: #3D3D3D;
    text-align: center;
    margin-top: 15px;
}

.s5 .pic a:hover p {
    font-weight: bold;
    line-height: 18px;
    color: #0A854C;
}



.s5 .pic a img {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.s5 .pic a .active {
    display: none;
}

.s5 .pic a:hover .p .p-s {
    background: url(../images/s5-icon-bg-act.png) no-repeat;
    background-size: 100% 100%;
}

.s5 .pic a:hover img {
    display: none;
}

.s5 .pic a:hover .active {
    display: block;
}

.s5 .pic a:hover .p {
    animation: jello 1.5s;
}

.s5 .pics .slick-list {
    margin: 0px 80px;
}

.s5 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 27px;
    cursor: pointer;
    z-index: 1;
}



.s5 .slick-prev {
    left: 50px;
    background: url(../images/s5-prev.png) no-repeat;
    background-size: 100% 100%;
}

.s5 .slick-next {
    right: 50px;
    background: url(../images/s5-next.png) no-repeat;
    background-size: 100% 100%;
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@media screen and (max-width: 1700px) {
    .s4 .pics .slick-list {
        margin: 0px 10px;
    }

    .s4 .pics .slick-prev {
        left: -10px;
    }

    .s4 .pics .slick-next {
        right: -10px;
    }

}

@media screen and (max-width: 1600px) {
    .s1 .s1-l .s1-pics {
        width: 585px;
    }

    .s1-l-b {
        width: calc(100% - 585px - 60px);
    }

    .s1 .s1-r .s1-r-list a {
        padding: 10px 0px;
    }

    .s1 .s1-r {
        padding: 26px 32px 27px 24px;
    }

    .s1-l-main .content h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .s1-l-main {
        padding: 25px 28px 0px 32px;
    }

}

@media screen and (max-width: 1300px) {
    .s1 .s1-l .s1-pics {
        width: 520px;
    }

    .s1-l-b {
        width: calc(100% - 520px - 60px);
    }

    .s1-l-main .content p {
        line-height: 24px;
        height: 144px;
    }

    .s1-l-main {
        padding: 20px 28px 0px 32px;
    }

    .s1-l-main .content h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .s1 .s1-l {
        width: 821px;
        margin-right: 20px;
    }

    .s1 .s1-r {
        padding: 10px 32px 15px 24px;
        float: none;
        width: auto;
        overflow: hidden;
    }

    .s1 .s1-r .s1-r-list a {
        padding: 3px 0px;
    }

    .s2-r-main .l {
        width: 280px;
        margin-right: 20px;
    }

    .s2-r-main .r ul li {
        padding: 18px 0px;
    }

    .s2-l ul li a .content {
        padding-bottom: 11px;
    }

    .s2-l ul li a {
        padding-top: 12px;
    }

    .s3-r-main ul li a .pic {
        float: left;
        width: 230px;
        margin-right: 20px;
    }

    .s3-r-main .s3-content h6 {
        margin-bottom: 10px;
    }

    .s3-r-main .s3-content .border {
        padding: 13px 8px 20px 5px;
    }
}


@media screen and (max-width: 1200px) {
    .s1 .s1-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .s1 .s1-r {
        width: 100%;
        float: none;
    }

    .s1 .s1-r .s1-r-list a {
        padding: 7px 0px;
    }

    .s3 {
        padding-bottom: 40px;
    }

    .s4 {
        padding-bottom: 40px;
    }

    .s4 .pics {
        padding-bottom: 80px;
    }

    .s5 {
        padding-bottom: 40px;
    }

}


@media screen and (max-width: 1024px) {
    .banner .slick-dots {
        width: 100%;
        text-align: center;
        transform: none;
        right: auto;
        bottom: 10px;
    }

    .banner .slick-dot {
        opacity: 0.7;
        margin: 0px 10px;
    }


    .s1 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .s1 .s1-main {
        margin-top: 25px;
    }

    .tit b {
        font-size: 20px;
    }

    .s1-l-main .date p {
        font-size: 18px;
    }

    .s1-l-main {
        padding: 20px 20px 0px 20px;
    }

    .s1-l-main .content h3 {
        font-size: 18px;
    }

    .s1-r-list a .date h3 {
        font-size: 24px;
    }

    .s2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .s2-r .tit {
        margin-bottom: 25px;
    }

    .s2-l .tit {
        margin-bottom: 13px;
    }

    .s2-l {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }

    .s2-r {
        width: 100%;
        float: none;
    }

    .s1-l-b i.l {
        left: 10px;
    }

    .s1-l-b i.r {
        right: 10px;
    }

    .s1-l-b span {
        padding: 0px 10px;
    }

    .s3 .s3-l {
        width: 100%;
        float: none;
    }

    .s3 .s3-r {
        width: 100%;
        float: none;
        margin-top: 25px;
    }

    .s3 {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .s4 .pics {
        margin-top: 25px;
    }

    .s4 {
        padding-bottom: 25px;
    }


    .s5 {
        padding-bottom: 25px;
    }

    .s3-l-main {
        margin-top: 25px;
    }

    .s3-l-main .pic a .p{
        height:300px;
    }

    .s3-r-main .s3-content h6 {
        font-size: 16px;
        line-height: 30px;
        height: 60px;
    }

    .s3-r-main .s3-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .s3-r-main ul li a .pic {
        width: 177px;
    }

    .s3-r-main .s3-content .border {
        padding: 8px 8px 13px 5px;
    }


    .s2-r-main .l p {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .s3-l-main .pic a h3 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .s2-r-main .r ul li {
        padding: 14px 0px;
    }

    .s4 .pics .slick-arrow {
        width: 40px;
        height: 40px;
        top: calc(50% - 40px);
    }


    .s5 .pic a p {
        font-size: 16px;
    }

    .s1 .s1-l {
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 768px) {
    .s1-l-main .date p {
        font-size: 16px;
    }

    .banner .slick-dot {
        margin: 0px 5px;
        width: 10px;
        height: 10px;
    }


    .tit .more a {
        font-size: 14px;
    }

    .s3-l-main .pic a .p{
        height:270px;
    }

    .s3-r-main .s3-content h6 {
        line-height: 24px;
        height: 48px;
    }

    .s3-r-main ul li a .pic {
        width: 160px;
    }

    .s3-r-main {
        margin-top: 25px;
    }

    .s1 .s1-r {
        padding: 10px 15px 15px 15px;
        float: none;
        width: auto;
        overflow: hidden;
    }

    .s1 .s1-l .s1-pics {
        width: 100%;
    }

    .s1-l-b {
        position: relative;
        width: auto;
    }


    .s1-l-main .content p {
        margin-bottom: 15px;
        height: auto;
        font-size: 14px;
    }

    .s1 .s1-r .s1-r-list a {
        padding: 11px 0px;
    }

    .s2-l ul li a .date p {
        font-size: 18px;
    }

    .s2-l ul li a .date {
        margin-right: 15px;
    }

    .s4 .tit {
        text-align: left;
    }


    .s4 .pics .slick-list .item0 {
        clip-path: none;
    }

    .s4 .pics .slick-list .item1 img {
        transform: none;
    }

    .s4 .pics .slick-list .item2 {
        clip-path: none;
    }

    .s4 .pics .slick-dots .slick-active {
        margin: 0px 12px;
        width: 25px;
        height: 25px;
    }
    .s4 .pics .slick-dot {
        margin: 0px 12px;
    }

    .s4 .pics {
        padding-bottom: 50px;
    }

    .s5 .pics .slick-list {
        margin: 0px 20px;
    }

    .s5 .slick-next {
        right: 0px;
    }

    .s5 .slick-prev {
        left: 0px;
    }

    .s4 .pics .slick-arrow {
        top: calc(50% - 25px);
    }

    .s3-l-main .slick-dot {
        margin: 0 12px;
    }

    .s1-l-main .content h3 {
        font-size: 16px;
    }

}

@media screen and (max-width: 640px) {
    .s2-r-main .l {
        width: 250px;
        margin-right: 15px;
    }

    .s2-r-main .l p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .s3-l-main .pic a .p{
        height: 230px;
    }



}

@media screen and (max-width: 480px) {
    .s2-r-main .l {
        width: 100%;
        float: none;
    }

    .s2-r-main .r {
        margin-top: 20px;
    }

    .s2-r-main .r ul li {
        padding: 10px 0px;
    }

    .s3-r-main ul li a .pic {
        margin-right: 10px;
    }

    .s2-r-main .r ul li a {
        padding-left: 0px;
    }
    .s3-l-main .pic a .p{
        height: 200px;
    }

}