@charset "utf-8";

@font-face {
    font-family: "FZFWMADSTS-B--GB1-0";
    src: url(./font/FZFWMADSTJW-B.TTF);
    font-weight: normal;
    font-style: normal
}



.banner {
    position: relative;
    width: 100%;
    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,
.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)
    }
}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    transform: translateX(-50%);
    left: 50%;
    bottom: .4rem;
    width: 1rem;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .slick-dots li {
    padding: 0;
    position: relative;
    transition: all .5s;
    margin: 0 3px;
    width: 0.13rem;
    height: 0.13rem;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

.banner .slick-dots li span {
    display: none;
}

.banner .slick-dots li button {
    display: none;
}


.banner .slick-dots li.slick-active {
    opacity: 1;
}



.index {
    z-index: 99;
    overflow: hidden;
    font-size: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff
}

.tit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.tit h2 {
    font-size: 0.44rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0rem;
    color: #000;
    position: relative;
    z-index: 2;
}

.tit h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: -.08rem;
    bottom: -.05rem;
    background: url(../images/tit-bl.png) no-repeat;
    background-position: right bottom;
    background-size: auto .13rem;
    z-index: -1;
}

.tit h2 p {
    font-family: Gilroy-Regular;
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .2rem;
    color: #7b7d8a;
    margin-bottom: 0.05rem;
    position: relative;
    display: flex;
    align-items: center;
}

.tit h2 p::before {
    content: "";
    display: block;
    width: 2px;
    height: 0.15rem;
    background-color: #f8650c;
    border-radius: 0.02rem;
    transform: rotateZ(10deg);
    margin-right: .1rem;
}

.tit h2:before {
    content: "";
    position: absolute;
    left: 0;

}

.tit>a {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.42rem;
    color: #fff;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 0 .17rem;
    transition: all .5s;
    background-color: #002778;
    border-radius: 0.21rem;
}

.hoverlz {
    position: relative;
}

.hoverlz::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.06rem;
    width: 0;
    background: url(../images/hoverlz.svg) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 0.23rem;
    pointer-events: none;
    z-index: 1;
    transition: all 1s;
    opacity: 0;
}

.s1 {
    padding-top: .65rem;
}

.s1-c {
    display: flex;
}

.s1-l {
    width: 9.47rem;
    margin-right: .44rem;
}

.s1-slick1 {
    margin-top: .55rem;
    border-radius: .2rem;
    overflow: hidden;
}

.s1-slick1 a {
    display: block;
    position: relative
}

.s1-slick1 a .pic {
    padding-top: 51%;
}

.s1-slick1 a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    height: 60%;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 10, 27, 0) 0%, rgba(0, 10, 27, .6) 100%)
}

.s1-slick1 a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .3rem .35rem;
}

.s1-slick1 a .info p {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #ffffff;
    opacity: 0.8;
    margin-top: .1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
}

.s1-slick1 a .info h3 {
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lb {
    display: flex;
    margin-top: .25rem;
}

.s1-slick2 {
    width: 4.6rem;
    margin-right: .25rem;
    border-radius: .2rem;
    overflow: hidden;
}

.s1-slick2 a {
    display: block;
    position: relative
}

.s1-slick2 a .pic {
    padding-top: 55%;
}

.s1-slick2 a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    height: 60%;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 10, 27, 0) 0%, rgba(0, 10, 27, .6) 100%)
}

.s1-slick2 a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .2rem .25rem;
}

.s1-slick2 a .info span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    font-family: AvantGardeITCbyBT-Book
}

.s1-slick2 a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
}

.s1-lb-list {
    flex: 1;
    min-width: 0;
    background-color: #10aa9f;
    border-radius: .2rem;
    display: flex;
    align-items: center;
}

.s1-lb-list ul {
    padding: 0 .25rem;
    width: 100%;
}

.s1-lb-list ul li {}

.s1-lb-list ul li a {
    display: block;
    padding: .25rem .1rem;
    position: relative;
}

.s1-lb-list ul li+li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-image: linear-gradient(0deg,
            #faeeca 0%,
            #ffffff 45%,
            #f6f1df 100%);
    border-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-image-source: linear-gradient(90deg,
            #cdb284 0%,
            #faeeca 26%,
            #ffffff 45%,
            #f6f1df 64%,
            #ecddc4 73%,
            #e1c9a9 100%);
    border-image-slice: 1;
    opacity: 0.7;
}

.s1-lb-list ul li a h3 {
    font-size: .2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .26rem;
    letter-spacing: 0px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul {
    margin-top: .55rem;
    background-color: #eef9f8;
    border-radius: .2rem;
    padding: 0 0.15rem .2rem .15rem;
}

.s1-r ul li {}

.s1-r ul li a {
    display: block;
    position: relative;
    padding: .4rem .2rem .35rem .2rem;
}

.s1-r ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg,
            #e2f4f2 0%,
            #d2edea 50%,
            #daf1ee 74%,
            #e2f4f2 100%);
    transition: all .5s;
}

.s1-r ul li:last-child a:before {
    width: 0;
}

.s1-r ul li:last-child a::after,
.s1-lb-list ul li:last-child a::after {
    display: none;
}

.s1-r ul li a div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1-r ul li a div b {
    min-width: .93rem;
    line-height: .26rem;
    background-color: #d7f3f1;
    border-radius: 13px;
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    text-align: center;
    padding: 0 .1rem;
}

.s1-r ul li a div b.tag1 {
    background-color: #d7f3f1;
}

.s1-r ul li a div b.tag2 {
    background-color: #f7ede7;
}

.s1-r ul li a div span {
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .26rem;
    color: #10aa9f;
}

.s1-r ul li a h3 {
    font-size: .2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .28rem;
    letter-spacing: 0px;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    margin-top: .28rem;
}

.s1-b {
    margin-top: .85rem;
    border-bottom: 1px solid #222222;
    position: relative;
}

.s1-b {}

.s1-b ul {
    display: flex;
}

.s1-b ul li {
    position: relative;
    z-index: 2;
    padding-bottom: .35rem;
}

.s1-b ul li.swiper-slide-next+li+li {
    z-index: 1;
}

.s1-b ul li+li a {
    border-left: 1px solid #222222;
}

.s1-b ul li a {
    display: block;
    padding: 0.1rem .3rem;
    margin: 0 -1px;
    background: #fff;
}

.s1-b ul li a div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1-b ul li a div>b.tag {
    min-width: .93rem;
    line-height: .26rem;
    background-color: #e1f2f0;
    border-radius: .13rem;
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    text-align: center;
    padding: 0 .1rem;
}

.s1-b ul li a div span {}

.s1-b ul li a h3 {
    font-size: .2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .28rem;
    letter-spacing: 0px;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    margin-top: .28rem;
}

.s1-b ul li a .date {
    display: flex;
    margin-top: .55rem;
}

.s1-b ul li a .date div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s1-b ul li a .date div b {
    font-size: .42rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .48rem;
    letter-spacing: 0px;
    color: #222222;
    opacity: 0.9;
}

.s1-b ul li a .date div span {
    display: block;
    font-size: .12rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .12rem;
    letter-spacing: 0px;
    color: #1d2a57;
}

.s1-b .prev {
    width: 0.56rem;
    height: 0.56rem;
    background: url(../images/icon-prev.svg) no-repeat;
    background-position: center center;
    background-size: .13rem auto;
    border: solid 1px #cdeeec;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    border-radius: 50%;
    cursor: pointer;
    margin-right: .5rem;
}

.s1-b .next {
    width: 0.56rem;
    height: 0.56rem;
    background: url(../images/icon-next.svg) no-repeat;
    background-position: center center;
    background-size: .13rem auto;
    border: solid 1px #cdeeec;
    position: absolute;
    left: 100%;
    margin-left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    border-radius: 50%;
    cursor: pointer;
}

.s2 {
    margin-top: 1.4rem;
    background: linear-gradient(to bottom, transparent, rgba(2, 169, 158, .2));
}

.s2-t {
    display: flex;
}

.s2-l {
    flex: 1;
    min-width: 0;
}

.s2-l .s2-lc {
    display: flex;
    justify-content: space-between;
    margin-top: .55rem;
    margin-bottom: .4rem;
}

.s2-l .s2-lc div {
    width: 47%;
}

.s2-l .s2-lc div:nth-child(1) {
    width: 45%;
}

.s2-l .s2-lc div p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .33rem;
    color: #222222;
}

.s2-r {
    width: 5.75rem;
    margin-left: 0.95rem;
    position: relative;
}

.s2-r .bigimg {
    border-radius: 0.36rem;
    overflow: hidden;
}

.s2-r .bigimg a {
    display: block;
}

.s2-r .bigimg a img {
    display: block;
    width: 100%;
}

.s2-r .smallimg {
    display: flex;
    justify-content: flex-end;
    margin-right: .4rem;
    margin-top: -.85rem;

}

.s2-r .smallimg a {
    display: block;
    width: 3.34rem;
    box-shadow: 0rem 0rem 0.49rem 0rem rgba(0, 0, 0, 0.45);
    border-radius: 0.36rem;
    overflow: hidden;
}

.s2-r .smallimg a img {
    display: block;
    width: 100%;
}

.s2-b {
    position: relative;
}

.s2-b ul {
    display: flex;
    justify-content: space-between;
    margin-top: .75rem;
}

.s2-b ul li {
    opacity: .9;
}

.s2-b ul li a {
    display: block;
    position: relative;
    transition: all 1s;
}

.s2-b ul li a>b {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .9rem;
    letter-spacing: -0.07rem;
    color: #e7f7f6;
    opacity: 0.9;
    text-transform: uppercase;
    background-size: 100%;
    background-position: center center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 文字填充透明 */
    text-fill-color: transparent;
    font-family: FZFWMADSTS-B--GB1-0;
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    transition: all 1s;
    z-index: 9;
}

.s2-b ul li a>b::first-letter {
    font-size: 1.81rem;
    line-height: 1.4rem;
}

.s2-b ul li a>div {
    display: flex;
    align-items: flex-end;
    text-transform: capitalize;
    font-family: FZFWMADSTS-B--GB1-0;
}

.s2-b ul li a>div>b {
    font-family: FZFWMADSTS-B--GB1-0;
    font-size: 1.81rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4rem;
    letter-spacing: -0.07rem;
    color: #e7f7f6;
    opacity: 0.9;
    transition: all .5s;
}

.s2-b ul li a>div p {
    position: relative;
    transition: all .5s;
}

.s2-b ul li a>div p span {
    font-family: FZFWMADSTS-B--GB1-0;
    color: #e7f7f6;
    opacity: 0.9;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .9rem;
    letter-spacing: -0.07rem;
    margin-bottom: 0.03rem;
    transition: all .5s;
}

.s2-b ul li a>div p i {
    position: absolute;
    font-size: 0.22rem;
    font-weight: 600;
    line-height: .32rem;
    color: #222222;
    position: absolute;
    left: 0;
    bottom: 100%;
    font-style: normal;
    font-family: "微软雅黑";
    padding-right: .2rem;
    background: url(../images/icon-ru.svg) no-repeat;
    background-position: right top;
    background-size: .12rem auto;
    transition: all .5s;
    white-space: nowrap;
}


.s2-blz {
    position: absolute;
    left: 0;
    bottom: -.13rem;
    z-index: 9;
}

.s2-blz img {
    display: block;
    width: 1.19rem;
}

.s3 {
    padding-top: 1.07rem;
    padding-bottom: 1.48rem;
    background: url(../images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.s3-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

.s3-bgdq {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 13.39rem;
    height: 13.39rem;
    overflow: hidden;
}

.s3-bgdq::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 13.39rem;
    height: 13.39rem;
    background: url(../images/s3-dq.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translateY(6.04rem);
}

.s3-lhand {
    position: absolute;
    left: 1.97rem;
    bottom: -0.49rem;
    z-index: 2;
}

.s3-lhand img {
    display: block;
    width: 11.41rem;
}

.s3-rhand {
    position: absolute;
    right: 1.47rem;
    bottom: -0.1rem;
    z-index: 1;
}

.s3-rhand img {
    width: 11.39rem;
}

.s3 .tit h2 {
    color: #fff;
}

.s3 .tit h2 p {
    color: #d0d0d0;
}

.s3 .tit h2 p::before {
    background-color: #f8650c;
}

.s3-c {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s3-l {
    flex: 1;
    min-width: 0;
    padding-right: 1rem;
}

.s3-ltext {
    margin-top: 1rem;
}

.s3-ltext p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s3-llogos {
    margin-top: 1.2rem;
}

.s3-llogos ul {
    display: flex;
    flex-wrap: wrap;
    width: 5.67rem;
}

.s3-llogos ul li {
    width: 33.33%;
}

.s3-llogos ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: dashed 1px rgba(232, 237, 246, .1);
    height: 0.72rem;
    cursor: auto;
}

.s3-llogos ul li:nth-child(-n+3) a {
    border-bottom: dashed 1px rgba(232, 237, 246, .1);
}

.s3-llogos ul li:nth-child(1) a {
    border-left: none;
}

.s3-llogos ul li:nth-child(4) a {
    border-left: none;
}

.s3-llogos ul li a img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.s3-r {
    width: 6.41rem;
}

.s3-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s3-r ul li {
    width: 45.5%;
    border-radius: 0.21rem;
    transition: all .5s;
}

.s3-r ul li:nth-child(3) {
    margin-top: .38rem;
}

.s3-r ul li:nth-child(2) {
    transform: translateY(1.82rem);
}

.s3-r ul li a {
    display: block;
    background-color: #e6f8f8;
    border-radius: 0.21rem;
    border: solid 0.01rem #222222;
    padding: .33rem .23rem 0 .23rem;
    /* box-shadow: 0 0 .1rem .1rem rgba(255, 255, 255, .2); */
    transition: all .5s;
}

.s3-r ul li a b {
    display: block;
    width: 0.93rem;
    background-color: #10aa9f;
    border-radius: 0.13rem;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    text-align: center;
}

.s3-r ul li a h3 {
    font-size: 0.2rem;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #222222;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: 1.68rem;
    margin-top: .22rem;
}

.s3-r ul li a div {
    margin-top: .33rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #445284;
    height: 0.56rem;
    position: relative;
}

.s3-r ul li a div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(100% - .06rem);
    background: url(../images/s3-rlz1.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.61rem;
    height: 0.24rem;
    opacity: .2;
}

.s3-r ul li a div span {
    font-size: 0.13rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #222222;
}

.s3-r ul li a div i {
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    background: url(../images/icon-ru3.svg) no-repeat;
    background-position: center center;
    background-size: .12rem auto;
}

.s3-r ul .tit {
    width: 45.5%;
    margin-top: 2.4rem;
}

.s3-r ul .tit a {
    background-color: #04b4a6;
}

.s3-r ul li:nth-child(2) a {
    background-color: #eceff8;
}

.s3-r ul li:nth-child(2) a b {
    background-color: #203373;
}

.s3-r ul li:nth-child(2) a div {
    border-color: #445284;
}

.s3-r ul li:nth-child(2) a div::before {
    background: url(../images/s3-rlz2.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-r ul li:nth-child(3) a {
    background-color: #fffef4;
}

.s3-r ul li:nth-child(3) a b {
    background-color: #ff6d12;
}

.s3-r ul li:nth-child(3) a div {
    border-color: #ffa56d;
}

.s3-r ul li:nth-child(3) a div::before {
    background: url(../images/s3-rlz3.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s4 {
    padding-top: 2.13rem;
    padding-bottom: 1.7rem;
    position: relative;
    z-index: 1;
}

.s4-ttit {
    text-align: center;
}

.s4-ttit h3 {
    font-size: 0.48rem;
    font-weight: normal;
    line-height: .6rem;
    font-stretch: normal;
    color: #222222;
    margin-bottom: .4rem;
}

.s4-ttit p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    color: #222222;
}

.s4-c {
    margin: 1rem 1.5rem 0 1.5rem;
    position: relative;
}

.s4-c .swiper-slide a {
    display: block;
}

.s4-c .swiper-slide a div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.s4-c .swiper-slide a div b {
    font-family: FZFWMADSTS-B--GB1-0;
    font-size: 0.88rem;
    font-weight: normal;
    line-height: 0.9rem;
    letter-spacing: -0.04rem;
    color: #04b4a6;
}

.s4-c .swiper-slide a div span {
    font-family: FZFWMADSTS-B--GB1-0;
    font-size: 0.34rem;
    line-height: .5rem;
    font-weight: normal;
    letter-spacing: -0.01rem;
    color: #04b4a6;
}

.s4-c .swiper-slide a p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #222222;
    text-align: center;
    margin-top: .2rem;
}

.s4-c .prev {
    width: 0.56rem;
    height: 0.56rem;
    background: url(../images/icon-prev.svg) no-repeat;
    background-position: center center;
    background-size: .13rem auto;
    border: solid 1px #cdeeec;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    border-radius: 50%;
    cursor: pointer;
    margin-right: .5rem;
}

.s4-c .next {
    width: 0.56rem;
    height: 0.56rem;
    background: url(../images/icon-next.svg) no-repeat;
    background-position: center center;
    background-size: .13rem auto;
    border: solid 1px #cdeeec;
    position: absolute;
    left: 100%;
    margin-left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    border-radius: 50%;
    cursor: pointer;
}


.s4-btm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.s4-btm img {
    display: block;
    width: 100%;
}


.s5 {
    position: relative;
    z-index: 1;
    padding-top: .6rem;
}

.s5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 14.47rem;
    background-image: linear-gradient(0deg, transparent 0%, #81d4cf 50%, #02a99e 100%);
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}



.s5-c {
    margin-top: .8rem;
    background-color: #effffe;
    border-radius: 0.2rem;
    overflow: hidden;
}

.s5-c ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -.1rem;
}

.s5-c ul li {
    width: 1.1rem;
    height: 4.87rem;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.s5-c ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(90deg, #0b8e88 0%, #0b948b 50%, #10958f 74%, #149592 100%);
    transition: all .5s;
    opacity: 0;
}

.s5-c ul li::after {
    content: "";
    position: absolute;
    right: 0.24rem;
    bottom: 0.2rem;
    width: 1.94rem;
    height: 0.75rem;
    background: url(../images/s5-lz.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}

.s5-c ul li:nth-child(2n) {
    background-color: #e5fbfa;
}

.s5-c ul li:nth-child(2n+1) {}


.s5-c ul li .info-t {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .6rem;
    width: 1.1rem;
    height: 100%;
    padding-top: .45rem;
}

.s5-c ul li .info-t div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.s5-c ul li .info-t div b {
    font-size: 0.24rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #04b4a6;
}

.s5-c ul li .info-t div p {
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0.03rem;
    color: #333333;
    margin-top: .08rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s5-c ul li .info-t div span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.35rem;
    height: .37rem;
    background: url(../images/icon-ru4.svg) no-repeat;
    background-position: center center;
    background-size: .12rem auto;
}

.s5-c ul li .info-t::after {}


.s5-c ul li .info-b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0.15rem .4rem;
    transform: translateY(1rem);
    transition: all 0.5s;
    z-index: 9;
    top: 0;

    border-radius: 0.1rem;
    opacity: 0;
}

.s5-c ul li .info-b .s5-itemtit {
    border-bottom: 1px solid #88c7ca;
    height: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s5-c ul li .info-b .s5-itemtit h3 {
    font-size: 0.36rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.44rem;
    letter-spacing: 0rem;
    color: #fefefe;
}

.s5-c ul li .info-b .s5-itemtit a {
    width: 0.43rem;
    height: 0.44rem;
    background: #ffffff url(../images/icon-ru3.svg) no-repeat;
    background-position: center center;
    background-size: .12rem auto;
    border-radius: 50%;
}

.s5-c ul li .info-b .s5-itembd {}

.s5-c ul li .info-b .s5-itembd dl {
    padding: 0.05rem .15rem;
}
.xkgkx p{
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 8;
 -webkit-box-orient: vertical;
 display: -moz-box;
 -moz-line-clamp: 8;
 -moz-box-orient: vertical;
 word-wrap: break-word;
 word-break: break-all;
 line-height: .40rem !important;!i;!;
 white-space: normal !important;!i;!;!;
 font-size: .18rem;
 color: #fff;
 margin-top: .2rem;
}
.s5-c ul li .info-b .s5-itembd dl dd a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #fff1e8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: .64rem;
    position: relative;
}

.s5-c ul li .info-b .s5-itembd dl dd a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
    transition: all .5s;
}

.s5-c ul li .info-b .s5-itembd dl dd+dd a {
    border-top: 1px solid rgbA(136, 199, 202, .2);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg {
    display: flex;
    flex-wrap: wrap;
    margin-top: .38rem;
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .1rem;
    height: 0.64rem;
    position: relative;
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all .5s;
    bottom: 0;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg,
            #cdb284 0%,
            #faeeca 26%,
            #ffffff 45%,
            #f6f1df 64%,
            #ecddc4 73%,
            #e1c9a9 100%);
    border-image-slice: 1;
    opacity: 0;
    transition: all .5s;
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(1) {
    background: rgba(18, 85, 93, .88);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(2) {
    background: rgba(18, 85, 93, .6);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(3) {
    background: rgba(18, 85, 93, .4);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(4) {
    background: rgba(18, 85, 93, .4);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(5) {
    background: rgba(18, 85, 93, .2);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(6) {
    background: rgba(18, 85, 93, .1);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(7) {
    background: rgba(18, 85, 93, .2);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(8) {
    background: rgba(18, 85, 93, 0);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(9) {
    background: rgba(18, 85, 93, .4);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(10) {
    background: rgba(18, 85, 93, .4);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(11) {
    background: rgba(18, 85, 93, .2);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a:nth-child(12) {
    background: rgba(18, 85, 93, .3);
}

.s5-c ul li .info-b .s5-itembd .s5-xsjg a p {
    font-size: 0.16rem;
    line-height: .24rem;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    color: #fff1e8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
}

.s5-c ul li.on::before {
    opacity: 1;
}

.s5-c ul li.on::after {
    opacity: 1;
}

.s5-c ul li.on .pic::after {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
}

.s5-c ul li.on .pic div {
    opacity: 1
}

.s5-c ul li.on .info-t {
    transform: translateX(-100%);
}

.s5-c ul li.on .info-b {
    transform: translateY(0);
    transition-delay: .4s;
    opacity: 1;
}


.s6 {
    padding-top: 1.2rem;
    padding-bottom: 1.75rem;
}

.fmeida {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

.fmeida li {
    vertical-align: middle;
    margin-left: .2rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
}

.fmeida li a div:nth-child(1) {
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #fff;
    background-color: #ddf6f5;
}



.fmeida li a:hover {}

.fmeida li a>div>img {
    display: block;
    max-width: .25rem;
    max-height: .2rem;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 0.1rem;
    border-radius: 0.05rem;
    padding: 0.05rem;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 1rem;
    max-width: none;
    max-height: none;
    height: 1rem;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}

.s6-c {
    display: flex;
    justify-content: space-between;
    margin-top: .75rem;
}

.s6-l {
    width: 34.7%;
}

.s6-l ul li a {
    display: block;
    position: relative;

}

a.s6-item1 {
    display: block;
    position: relative;
    border-radius: .2rem;
    overflow: hidden;
}

a.s6-item2 {
    display: block;
    position: relative;
    border-radius: .2rem;
    overflow: hidden;
}

a.s6-item2 h3 {
    width: 70%;
}

a.s6-item1 .pic {
    padding-top: 68%;
    border-radius: .2rem;
}

a.s6-item1 .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.s6-r ul li.video a.s6-item1 .pic::after {
    background: url(../images/icon-video.png) no-repeat;
    background-position: center center;
    background-size: .34rem auto;
}

a.s6-item2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #04b4a6 35%, rgba(4, 180, 166, 0));
    z-index: 9;
}

a.s6-item2 .pics {
    margin-left: 32%;
}

a.s6-item2 .pic {
    padding-top: 66.5%;
    border-radius: .2rem;
}

.s6-l ul li a b {
    position: absolute;
    left: .2rem;
    top: 0.2rem;
    line-height: 0.26rem;
    background-color: #203373;
    border-radius: 0.13rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    color: #f1f9f8;
    padding: 0 .14rem;
    z-index: 9;
}

a.s6-item1 h3,
a.s6-item2 h3 {
    position: absolute;
    left: .24rem;
    bottom: 0.25rem;
    right: 0.24rem;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #f1f9f8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
    z-index: 9;
}

.s6-l ul li+li {
    margin-top: 3.5%;
}

.s6-r ul .video {
    margin-top: 3.5%;
}

.s6-m {
    width: 28.24%;
}

.s6-m ul {
    border-radius: 0.2rem;
    overflow: hidden;
}

.s6-m ul li a {
    display: block;
    position: relative;
}

.s6-m ul li a .pic {
    padding-top: 143.5%;
}

.s6-m ul li a b {
    position: absolute;
    left: .2rem;
    top: 0.2rem;
    line-height: 0.26rem;
    background-color: #203373;
    border-radius: 0.13rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    color: #f1f9f8;
    padding: 0 .14rem;
    z-index: 9;
}

.s6-m .slick-dots {
    left: .38rem;
    bottom: 0.25rem;
    display: flex;
    align-items: center;
}

.s6-m .slick-dots li {
    width: 0.13rem;
    height: 0.12rem;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 0.07rem 0 0;
}

.s6-m .slick-dots li.slick-active {
    opacity: 1;
}

.s6-r {
    width: 34.7%;
}

.s6-r ul li a b {
    position: absolute;
    left: .2rem;
    top: 0.2rem;
    line-height: 0.26rem;
    background-color: #203373;
    border-radius: 0.13rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    color: #f1f9f8;
    padding: 0 .14rem;
    z-index: 9;
}

.s6-r ul li:nth-child(1) a::before {
    background: linear-gradient(to right, #203373 35%, rgba(32, 51, 115, 0));
}

.s6-c ul li a .tag1 {
    background-color: #04b4a6;
}

.s6-c ul li a .tag2 {
    background-color: #e1f2f0;
    color: #222222;
}

.s6-c ul li a .tag3 {
    background-color: #203373;
}

.s6-c ul li a .tag4 {
    background-color: #ff6d12;
}

.s6-c ul li a .tag5 {
    background-color: #e1f2f0;
    color: #222222;
}


@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .s2-b ul li a>b {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .tit>a:hover {
        padding: 0 .3rem;
    }

    .hoverlz:hover::after {
        opacity: 1;
        left: 0;
        width: 100%;
    }

    .s1-b .prev:hover,
    .s4-c .prev:hover {
        background: #04b4a6 url(../images/icon-prev-w.svg) no-repeat;
        background-position: center center;
        background-size: .13rem auto;
        border-color: transparent;
    }

    .s1-b .next:hover,
    .s4-c .next:hover {
        background: #04b4a6 url(../images/icon-next-w.svg) no-repeat;
        background-position: center center;
        background-size: .13rem auto;
        border-color: transparent;
    }

    .s1-r ul li a:hover h3,
    .s1-b ul li a:hover h3 {
        color: #00a79b;
    }

    .s2-b ul li.on a {
        transform: translateY(-.1rem);
    }

    .s2-b ul li.on a>b {
        transition: all 3s .5s;
        opacity: 1;
        background-size: 130%;
    }

    .s2-b ul li.on a>div p i {
        color: #10aa9f;
    }

    .s2-b ul li.on a>div p i {
        background: url(../images/icon-ru2.svg) no-repeat;
        background-position: right top;
        background-size: .12rem auto;
    }

    .s3-r ul li:hover {
        box-shadow: 0 0 .1rem .1rem rgba(255, 255, 255, .2);
    }

    .s3-r ul li a:hover h3 {
        color: #00a79b;
    }

    .s3-r ul li:nth-child(2) a:hover h3 {
        color: #203373;
    }

    .s3-r ul li:nth-child(3) a:hover h3 {
        color: #ff6d12;
    }

    .s5-c ul li .info-b .s5-itembd dl dd a:hover::after {
        left: 0;
        width: 100%;
    }

    .s5-c ul li .info-b .s5-itembd .s5-xsjg a:hover p {
        color: #fff092;
    }

    .s5-c ul li .info-b .s5-itembd .s5-xsjg a:hover::after {
        opacity: .8;
        box-shadow: 0.03rem 0.03rem 0.05rem 0rem #0c5556;
    }
}



@media screen and (max-width: 1024px) {

    .banner .slick-slide a>img,
    .banner .slick-slide a>video {
        height: auto;
    }

    .banner .slick .slick-dots {
        right: .5rem;
        bottom: 0.1rem;
    }

    .banner .slick .slick-prev {
        right: 1.35rem;
        bottom: 0.15rem;
    }

    .banner .slick .slick-next {
        right: 0.1rem;
        bottom: 0.15rem;
    }





    .s5-c {
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    }

    .s5-c ul {
        display: block;
        margin: 0;
    }

    .s5-c ul li {
        width: auto;
        height: auto;
    }

    .s5-c ul li .info-b {
        position: relative;
        transform: translateY(0);
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        padding: .1rem .2rem;
        display: none;
        transition: none;
    }

    .s5-c ul li:nth-child(1) .info-t {
        display: none;
    }

    .s5-c ul li:nth-child(1) .info-b {
        display: block;
    }

    .s5-c ul li .info-t {
        position: static;
        width: auto;
        display: block;
        padding: 0 .2rem;
        height: auto;
        transition: none;
    }

    .s5-c ul li .info-t div {
        flex-direction: row;
        height: .8rem;
        position: relative;
    }

    .s5-c ul li .info-t div p {
        writing-mode: horizontal-tb;
        margin-top: 0;
        margin-left: .15rem;
        letter-spacing: 0;
    }

    .s5-c ul li .info-t div span {
        width: .5rem;
        height: 100%;
        bottom: 0;
        left: auto;
        right: 0;
    }

    .s5-c ul li .info-b .s5-itemtit {
        height: 0.7rem;
    }

    .s5-c ul li .info-b .s5-itemtit h3 {
        font-size: .28rem;
    }

    .s5-c ul li .info-b .s5-itembd dl {
        padding: 0.05rem 0;
    }

    .s5-c ul li.on .info-t {
        transform: translateX(0);
    }



    .tit h2 p {
        font-size: .14rem;
    }

    .tit h2 {
        font-size: .3rem;
        line-height: .3rem;
    }

    .tit>a {
        font-size: .18rem;
        line-height: .34rem;
    }


    .s1-c,
    .s2-t,
    .s3-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s1-b {
        padding: 0 .5rem;
    }

    .s1-b .prev,
    .s4-c .prev {
        left: 0;
        margin: 0;
        right: auto;
        width: 0.4rem;
        height: 0.4rem;
    }

    .s1-b .next,
    .s4-c .next {
        right: 0;
        margin: 0;
        left: auto;
        width: 0.4rem;
        height: 0.4rem;
    }

    .s2-r {
        margin-left: 0;
        margin: 0 auto;
        max-width: 100%;
    }

    .s2-r .smallimg a {
        max-width: 60%;
        border-radius: .15rem;
    }

    .s2-r .smallimg {
        margin-top: -15%;
    }

    .s2-r .bigimg {
        border-radius: .15rem;
    }


    .s1-slick1,
    .s1-slick2 {
        border-radius: .1rem;
    }

    .s1-slick1 a .info,
    .s1-slick2 a .info {
        padding: .1rem .15rem;
    }

    .s1-slick1 a .info h3 {
        font-size: .18rem;
        line-height: .3rem;
    }

    .s1-slick1 a .info p {
        display: none;
    }

    .s1-slick2 a .info h3 {
        font-size: .18rem;
        line-height: .3rem;
        max-height: .6rem;
    }

    .s1-lb-list ul {
        padding: 0 .15rem;
    }

    .s1-lb-list ul li a h3,
    .s1-b ul li a h3,
    .s3-ltext p,
    .s4-ttit p,
    .s4-c .swiper-slide a p,
    .s5-c ul li .info-b .s5-itembd dl dd a,
    a.s6-item1 h3,
    a.s6-item2 h3 {
        font-size: .18rem;
    }

    .s1-r ul li a {
        padding: .2rem 0;
    }

    .s1-r ul li a h3 {
        font-size: .18rem;
        margin-top: .15rem;
    }

    .s1-b ul li a {
        padding: .1rem;
    }

    .s1-b ul li+li a {
        border: none;
    }

    .s1-b ul li a .date {
        margin-top: .3rem;
    }

    .s1-b ul li a .date div b {
        font-size: .3rem;
        line-height: .4rem;
    }

    .s2-l .s2-lc div p {
        font-size: .16rem;
        line-height: .3rem;
    }

    .s2-b ul {
        flex-wrap: wrap;
        padding: 0 .1rem;
    }

    .s2-b ul li {
        width: 50%;
        margin-top: .2rem;
    }

    .s2-b ul li a>b::first-letter,
    .s2-b ul li a>div>b {
        font-size: .7rem;
        line-height: .6rem;
    }

    .s2-b ul li a>div p span,
    .s2-b ul li a>b {
        font-size: .4rem;
        line-height: .3rem;
    }

    .s2-b ul li a>div p i {
        font-size: .18rem;
        position: static;
    }

    .s2-blz img {
        display: none;
    }

    .s2-b ul li a>b {
        opacity: 1;
        position: static;
        text-align: center;
    }

    .s2-b ul li a>div {
        display: flex;
        justify-content: center;
    }

    .s2-b ul li a>div>b {
        display: none;
    }

    .s2-b ul li a>div p span {
        display: none;
    }

    .s3-l {
        padding-right: 0;
    }

    .s3-r {
        width: auto;
        margin-top: 0.3rem;
    }

    .s3-llogos ul {
        max-width: 100%;
    }

    .s3-r ul li a {
        padding: .2rem .1rem 0 .1rem;
    }

    .s3-r ul li {
        width: 49%;
    }

    .s3-r ul li a h3 {
        font-size: .18rem;
        -webkit-line-clamp: 4;
        height: 1.12rem;
    }

    .s4-ttit h3 {
        font-size: .3rem;
        line-height: .4rem;
    }

    .s4-c {
        margin: .5rem 0.1rem 0 0.1rem;
        padding: 0 .5rem;
    }

    .s4-c .swiper-slide a div b {
        font-size: .5rem;
        line-height: .5rem;
    }

    .s4 {
        padding-bottom: 10%;
    }

    .s5-c ul li .info-b .s5-itembd .s5-xsjg {
        margin-top: .2rem;
        margin-bottom: .1rem;
    }

    .s5-c ul li .info-b .s5-itembd .s5-xsjg a {
        width: 50%;
    }

    a.s6-item1 h3,
    a.s6-item2 h3 {
        left: .15rem;
        right: 0.15rem;
        bottom: 0.15rem;
    }

    .s3-bgdq {
        width: 80vw;
        height: 80vw;
    }

    .s3-bgdq::before {
        width: 100%;
        height: 100%;
        transform: translateY(50%);
    }

    .s3-lhand,
    .s3-rhand {
        display: none;
    }




    .s1,
    .s3,
    .s4,
    .s5,
    .s6 {
        padding-top: .5rem;
    }

    .s3,
    .s6 {
        padding-bottom: .5rem;
    }

    .s1-slick1,
    .s1-r ul,
    .s1-b,
    .s3-ltext,
    .s5-c,
    .s6-c {
        margin-top: .35rem;
    }

    .s1-lb,
    .s2-b ul {
        margin-top: .2rem;
    }

    .s2 {
        margin-top: .5rem;
    }

    .s2-l .s2-lc {
        margin: .35rem 0;
    }

    .s2-r,
    .s3-llogos {
        margin-top: .35rem;
    }

    .fmeida li a .foot-ewm img{
        width: 0.6rem;
        height: 0.6rem;
    }

}

@media screen and (max-width: 768px) {

    .s1-lb,
    .s2-l .s2-lc,
    .s6-c {
        display: block;
    }

    .s2-l .s2-lc div,
    .s6-l,
    .s6-r {
        width: auto;
    }

    .s1-slick2,
    .s2-l .s2-lc div:nth-child(1) {
        width: auto;
        margin-right: auto;
        margin-bottom: .2rem;
    }

    .s6-m {
        width: auto;
        margin: 3.5% 0;
    }
}

@media screen and (max-width: 320px) {
    .fmeida li {
        margin-left: 0.1rem;
    }
}