@charset "utf-8";



.banner-line div {
    width: 0;
    height: 1px;
    background: rgba(208, 178, 126, 0.3);
    transition: all 3s;
}

.banner-line {
    flex: 1;
    min-width: 0;
    height: 1px;
    position: relative;
    display: flex;

}

.banner.ani .banner-line div {
    width: 100%;
}

.banner-linel {
    justify-content: flex-end;
}

.banner-liner {
    justify-content: flex-start;
}

.banner-linel::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-linel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-liner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-liner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
    left: 6px;
}

#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 .6rem;
    opacity: 0;
    transition: opacity 2s;
    animation: _ani1 10s infinite linear;
}

.banner.ani #downPage {
    opacity: 1;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    animation: ani_bj 3s infinite linear;
    opacity: 0;
}

#downPage img {
    animation: _ani2 10s infinite linear;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
    width: 100%;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner-more {
    font-size: .18rem;
    color: #fff;
    padding-left: .15rem;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.65rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 97%);
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0;
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.b-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.48rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-dot>div {
    width: 0.08rem;
    height: 0.24rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 0.06rem;
    cursor: no-drop;
}

.banner .slick-dots {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-end;
    left: 0;
    bottom: .6rem;
    left: 0;
    right: 0;
    max-width: 16rem;
    margin: 0 auto;
}

/* 
.banner .slick-dots li {
    display: flex;
    margin: 0 0.06rem;
    transition: all 0.6s;
    width: 0.35rem;
    height: 0.03rem;
    background: rgba(255, 255, 255, 1);
}

.banner .slick-dots li.mid {
    transform: translateY(-100%);
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    right: 0;
    width: 0;
    background: #0c63ab;
    transition: all 0.6s;
    height: 100%;
}


.banner .slick-dots li.slick-active button {
    right: 0;
    width: 100%;
    left: 0;
} */

.banner .slick-dots li {
    border-radius: 50%;
    margin: 0;
    position: relative;
    height: .6rem;
    display: flex;
    align-items: center;
    width: 0.14rem;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.5;
    margin-right: 3px;
    margin-left: 3px;
    transition: all .5s;
}

.banner .slick-dots li:nth-child(1):before {
    display: none;
}

.banner .slick-dots li:before {}

.banner .slick-dots li:after {}

.banner .slick-dots li span {
    display: block;
    position: relative;
}

.banner .slick-dots li span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0;
    height: 0;
    transition: all .5s;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    width: .52rem;
    background: transparent;
}

.banner .slick-dots li.slick-active span {}

.banner .slick-dots li.slick-active span::before {

    width: .52rem;
    height: .34rem;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
}






.banner .banner-prev {
    position: absolute;
    left: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
}

.banner .banner-next {
    position: absolute;
    right: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
}

.banner .banner-prev span {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.27rem;
    height: 1.52rem;
    background: url(../images/prev.png) no-repeat center center;
    background-size: 1.27rem auto;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: .6s
}

.banner .banner-next span {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.27rem;
    height: 1.52rem;
    background: url(../images/next.png) no-repeat center center;
    background-size: 1.27rem auto;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: .6s
}

.banner:hover .banner-prev span {
    opacity: .4;
    z-index: 9;
}

.banner:hover .banner-next span {
    opacity: .4;
    z-index: 9;
}

.banner .banner-prev span:hover {
    opacity: 1;
    z-index: 9;
}

.banner .banner-next span:hover {
    opacity: 1;
    z-index: 9;
}

/* index */
/* .index {
    z-index: 99;
    overflow: hidden;
    padding-top: .5rem;
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;
} */

.index {
    overflow: hidden;
}

.tit {
    position: relative;
    z-index: 9;
}

.tit-name {
    display: flex;
    align-items: center
}

.tit-name>img {
    max-height: .58rem;
    margin-right: 0.15rem;
}

.tit-name>div h2 {
    font-size: .36rem;
    font-weight: normal;
    line-height: .43rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: 0.02rem;
}

.tit-name>div p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: normal;
    color: #2D7BBB;
    padding-left: .2rem;
    background: url(../images/ftit-icon1.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
}


.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.tit-more a {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    color: #2D7BBB;
    transition: all .5s;
    border-radius: 0.25rem;
    padding-right: .2rem;
}

.tit-more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.47rem;
    height: .4rem;
    border-radius: 50%;
    background: url(../images/more-icon.png) no-repeat;
    background-position: right center;
    background-size: 100% auto;
}

.tit-more a:hover {
    color: #0c63ab;
    background-color: #0c63ab;
    box-shadow: 0px 0px 30px 0px rgba(12, 99, 171, 0.3);
    color: #ffffff;
    padding: 0 .25rem;
}

.s1 {
    padding-top: .85rem;
    padding-bottom: 1.08rem;
    background: rgba(84, 173, 232, 0.05);
}

.s1-c {
    display: flex;
    margin-top: .52rem;
}

.s1-l {
    width: 10.55rem;
    margin-right: .35rem;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 56%;
}

.s1-l ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.8rem;
    padding: 0 1.5rem 0 .6rem;
    background: rgba(45, 123, 187, .9);
    height: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s1-l ul li a .info span {
    display: block;
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-l ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #ffffff;
    margin-top: 0.04rem;
}

.s1-l .slick-dots {
    display: flex;
    align-items: center;
    height: 0.8rem;
    width: auto;
    right: 0.2rem;
}

.s1-l .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: 0.02rem solid transparent;
    transition: all .5s;
    margin: 0 .04rem;
    position: relative;
}

.s1-l .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background-color: #d2d2d2;
    border-radius: 50%;
    transition: all .5s;
}

.s1-l .slick-dots li.slick-active {
    border: 2px solid #e6c390;
}

.s1-l .slick-dots li.slick-active button {
    opacity: 0;
}


.s1-r {
    flex: 1;
    min-width: 0;
    background: #fff url(../images/s1-rbg.png) no-repeat;
    background-position: center bottom;
    background-size: 1.38rem auto;
    padding: 0 .25rem;
}

.s1-r ul {
    height: 100%;
}

.s1-r ul li {
    height: 25%;
}

.s1-r ul li a {
    display: flex;
    padding: 0 .15rem;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.s1-r ul li+li a {
    border-top: 1px dashed #D8D8D8;
}

.s1-r ul li a h3 {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}



.s1-r ul li a span {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #666666;
    width: 100%;
}

.s1-r ul li a p {
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    width: 100%;
    margin: 0.07rem 0 .05rem 0;
}

.s1-b {
    margin-top: .35rem;
}

.s1-b ul {
    display: flex;
    margin: 0 -.18rem;
}

.s1-b ul li {
    width: 33;
    width: 33.33%;
}

.s1-b ul li a {
    display: flex;
    align-items: flex-start;
    padding: .42rem 0.24rem;
    position: relative;
    margin: 0 .18rem;
    background: #FFFFFF;
    border-bottom: 3px solid #2D7BBB;
    transition: all .5s;
}

.s1-b ul li a::before {}

.s1-b ul li:last-child a::before {
    display: none;
}

.s1-b ul li a::after {}

.s1-b ul li a .pics {
    width: 2.2rem;
    margin-right: .2rem;
}

.s1-b ul li a .pics .pic {
    padding-top: 63%;
}

.s1-b ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .05rem;
}

.s1-b ul li a .info div {
    display: flex;
    align-items: center;
}

.s1-b ul li a .info div span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #3D3D3D;
}

.s1-b ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .9rem;
    margin-top: .1rem;
}


.s2 {
    padding-top: 1.37rem;
    position: relative;
    z-index: 1;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.4rem;
    right: 0;
    bottom: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -2;
    pointer-events: none;
}

.s2>div {
    position: relative;
    z-index: 1;
}

.s2 .tit-more a {
    color: #fff;
}

.s2 .tit-more a::after {
    background: url(../images/more-icon2.png) no-repeat;
    background-position: right center;
    background-size: 100% auto;
}

.s2-c {
    margin-top: .44rem;
    position: relative !important;
    z-index: 2 !important;
}

.s2::after {
    content: "";
    position: absolute;
    top: .83rem;
    bottom: 0;
    left: calc(25.315% - .42rem);
    right: calc(25.315% - .42rem);
    background: #fff;
    z-index: -1;
    pointer-events: none;
}

.s2-c ul .slick-list {
    padding: 0 25.315%;
}

.s2-c ul li a {
    display: block;
    position: relative;
    margin: 0 .42rem;
}

.s2-c ul li a .pic {
    padding-top: 66%;
}

.s2-c ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 100%);
    box-shadow: 0rem 0rem .11rem 0rem rgba(0, 0, 0, 0.1);
    transition: all .5s;
}

.s2-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .7rem auto;
    transition: all .5s;
    opacity: 0;
}

.s2-c ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    font-weight: bold;
    line-height: .24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
    padding: 0 .15rem;
    opacity: 0;
    transition: all .5s;
}

.s2-arrows {
    display: flex;
    align-items: center;
    position: absolute;
    right:  25.315%;
    bottom: 100%;
    margin-right: .4rem;
    margin-bottom: .56rem;
    z-index: 9;
}

.s2-arrows div {
    height: 0.18rem;
    width: .12rem;
    cursor: pointer;
}
.s2-arrows div.prev{
    background: url(../images/icon-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
}
.s2-arrows div.next{
    background: url(../images/icon-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
}
.s2-arrows b {
    display: block;
    margin: 0 .16rem;
    width: 1px;
    height: .12rem;
    background: #D8D8D8;
}

.s3 {
    padding-top: 1rem;
    position: relative;
    z-index: 2;
}

.s3-c {
    display: flex;
    justify-content: space-between;
    margin-top: .45rem;
}

.s3-item {
    display: block;
}

.s3-item .pic {
    padding-top: 59%;
}

.s3-item .info {
    border-left: 3px solid #2D7BBB;
    padding-left: .15rem;
    margin-top: .2rem;
}

.s3-item .info span {
    display: block;
    font-size: .14rem;
    font-weight: normal;
    line-height: .18rem;
    color: #2D7BBB;
}

.s3-item .info h3 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .26rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .52rem;
    margin-top: 0.05rem;
}

.s3-item p {
    font-size: .16rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .9rem;
    margin-top: .4rem;
}

.s3-l {
    width: 5.15rem;
}

.s3-l ul li+li {
    margin-top: .25rem;
}

.s3-m {
    width: 5.5rem;
}

.s3-m .s3-item .pic {
    padding-top: 68%;
}

.s3-m .s3-item .info {
    margin-top: .4rem;
    height: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s3-m .s3-item {
    padding-bottom: 1.15rem;
    border-bottom: 1px solid #D8D8D8;
}

.s3-r {
    width: 4.5rem;
    border-top: 0.05rem solid #2D7BBB;
    background: linear-gradient(180deg, rgba(45, 123, 187, 0.1) 0%, rgba(45, 123, 187, 0) 100%);
    padding: 0 .24rem;
}


.s3-r ul li a {
    display: flex;
    align-items: center;
    position: relative;
    position: relative;
    height: 1.06rem;
    border-top: 1px dashed #D8D8D8;
}

.s3-r ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: all .5s;
    background: #2D7BBB;
    z-index: 9;
}

.s3-r ul li:nth-child(1) a {
    border: none;
}


.s3-r ul li a .date {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: .74rem;
}

.s3-r ul li a .date b {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.16rem;
    color: #2171df;
    margin-top: .05rem;
}

.s3-r ul li a .date span {
    font-size: 0.18rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #2D7BBB;
}

.s3-r ul li a .info {
    flex: 1;
    min-width: 0;
    border-left: 1px solid rgba(45, 123, 187, .2);
    padding-left: .18rem;
}

.s3-r ul li a .info h3 {
    font-weight: 600;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #323232;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s3-r ul li a .info p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .2rem;
    letter-spacing: normal;
    color: #999999;
    margin-top: .08rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.s4 {
    padding-top: .7rem;
    padding-bottom: 2.03rem;
    position: relative;
    z-index: 1;
}

.s4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 12.38rem;
}


.s4-c {
    margin-top: .6rem;
    position: relative;
}

.s4-c .prev {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #CACACA;
    width: .58rem;
    height: .58rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: .24rem;
    transition: all .5s;
}

.s4-c .prev svg {
    width: 0.17rem;
}

.s4-c .next {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #CACACA;
    width: .58rem;
    height: .58rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: .24rem;
    transition: all .5s;
}

.s4-c .next svg {
    width: 0.17rem;
}

.s4-c ul li a {
    display: block;
}

.s4-c ul li a .pic {
    padding-top: 53%;
    border-radius: .2rem 0px .2rem 0px;
}















@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {}


@media screen and (min-width: 1025px) {
    .s1-r ul li a:hover h3, .s1-r ul li a:hover p, .s1-r ul li a:hover span, .s1-b ul li a:hover .info h3, .s1-b ul li a:hover .info div span, .s3-r ul li a:hover .info h3, .s3-r ul li a:hover .info p, .s3-item:hover .info h3, .s3-item:hover .info span {
        color: #2D7BBB;
    }


    .s1-b ul li a:hover {
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
    }

    .s2-c ul li.slick-current a::before {
        opacity: 1;
    }

    .s2-c ul li.slick-current a .pic::after {
        opacity: .5;
    }

    .s2-c ul li.slick-current a p {
        opacity: .8;
    }
    .s2-arrows div.prev:hover{
        background: url(../images/icon-prev-h.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
    .s2-arrows div.next:hover{
        background: url(../images/icon-next-h.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
    .s3-r ul li a:hover::after {
        width: 100%;
        left: 0;
    }

    .s4-c .prev:hover {
        background: #2D7BBB;
        border-color: #2D7BBB;
    }

    .s4-c .prev:hover svg * {
        fill: #fff;
    }

    .s4-c .next:hover {
        background: #2D7BBB;
        border-color: #2D7BBB;
    }

    .s4-c .next:hover svg * {
        fill: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .banner .slick-dots {
        bottom: .2rem;
        justify-content: center;
    }

    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-slide a::after {
        height: 1rem;
    }

    .banner .banner-prev span, .banner .banner-next span {
        width: 0.63rem;
        height: 0.76rem;
        background-size: 0.63rem auto;
    }

    .banner .slick-dots li:before {
        width: .25rem;
        margin: 0 0.05rem;
    }

    .index {
        position: static;
        padding-top: 0;
        overflow: hidden;
    }


    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s1-l ul li a .info {
        padding-left: .15rem;
        padding-right: 0;
        height: .8rem;
    }

    .s1-l ul li a .info span {
        font-size: .16rem;
    }

    .s1-l ul li a .info h3 {
        font-size: .18rem;
        margin-top: 0;
    }

    .s1-r ul li a {
        padding: .15rem 0;
    }

    .s1-r ul li a p {
        height: auto;
        max-height: .48rem;
        margin-bottom: .1rem;
    }

    .s1-b ul {
        display: block;
    }

    .s1-b ul li {
        width: auto;
    }

    .s1-b ul li+li {
        margin-top: .2rem;
    }

    .s1-b ul li a {
        padding: .15rem;
    }

    .s1-b ul li a .pics {
        width: 1.7rem;
        margin-right: .1rem;
    }

    .s1-b ul li a .info h3 {
        max-height: .6rem;
        -webkit-line-clamp: 2;
    }

    .s2-c ul li a {
        margin: 0 .1rem;
    }

    .s2-c ul .slick-list {
    }

    .s2-c::before {
        left: calc(25% - .1rem);
        right: calc(25% - .1rem);
        bottom: .48rem;
    }

    .s2-arrows{
        position: static;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: .3rem;
        justify-content: center;
    }
    .s2::before{
        bottom: .48rem;
    }
    .s3-c {
        display: block;
    }

    .s3-l {
        width: auto;
    }

    .s3-m {
        width: auto;
        margin: .2rem 0;
    }

    .s3-r {
        width: auto;
    }

    .s3-m .s3-item {
        padding-bottom: .2rem;
    }

    .s3-item p {
        height: auto;
        max-height: .9rem;
        height: auto;
        margin-top: .2rem;
    }

    .s3-m .s3-item .info {
        margin-top: .2rem;
    }


    .s4-c .s4-arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: .3rem;
    }

    .s4-c .s4-arrows div {
        position: static;
        top: auto;
        transform: translateY(0);
        width: 0.4rem;
        height: 0.4rem;
        margin: 0 .1rem;
    }

    .s4-c .s4-arrows div svg {
        width: .12rem;
    }


    .tit-name>img {
        max-height: .4rem;
    }

    .tit-name>div h2 {
        font-size: .24rem;
        line-height: .3rem;
        margin-top: 0;
    }

    .s1,.s4{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .s1-c{
        margin-top: .35rem;
    }
    .s2{
        padding-top: .6rem;
    }
    .s2::before{
        top: -.2rem;
    }
    .s2-c::before{
        top: -1.2rem;
    }
    .s2-c{
        margin-top: .3rem;
    }
    .s3{
        padding-top: .5rem;
    }
    .s3-c{
        margin-top: .3rem;
    }


}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}



.fixed-r {
    z-index: 99;
    position: fixed;
    width: 1.24rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(2rem);
    border-radius: 0.25rem 0 .25rem .25rem;
    transition: all .5s;
    background: #2D7BBB;
}

.fixed-r::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    transform: translateY(1px);
    background: url(../images/fixed-rbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: .3rem;
    height: .3rem;
}

.fixed-r.on {
    transform: translateY(-50%) translateX(0);
}
 

.fixed-r ul {
    margin-top: .16rem;
    padding: 0 .14rem;
}

.fixed-r ul li a {
    display: block;
    padding: .23rem 0;
}

.fixed-r ul li+li a {
    border-top: 1px solid #BFCEDB;
}

 

.fixed-r ul li a p {
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.21rem;
    color: #ffffff;
}
 
.fixed-r ul li a:hover p{
    font-weight: 600;
}
@media screen and (max-width:1024px) {
    .fixed-r {
        display: none;
    }
}