@charset "utf-8";

.banner {
    position: relative;

}

.banner .swiper-slide {
    width: 100vw !important;
    overflow: hidden;
}

.banner::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2.96rem;
    background: url(../images/ban-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 6;
}


.banner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;

    bottom: -1px;
    height: .62rem;
    background: url(../images/zz2.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 9;
}


.banner .swiper-slide a img {
    width: 100vw;

    object-fit: cover;
}

.banner .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
    transform: scale(1.175);
    transition: 6s;
}

.banner .swiper-slide-active a {
    transform: scale(1.02);
    overflow: hidden;
}

.banner .swiper-slide {
    overflow: hidden;
}


.banner .page {
    position: absolute;
    left: 8.3%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0;
    bottom: .8rem;
    z-index: 9;
}

.banner .page span {
    width: auto;
    height: auto;
    background: transparent;
    font-size: .16rem;
    color: rgba(255, 255, 255, .6);
    opacity: 1;
    margin: 0 .1rem;

}

.banner .page span.active {
    position: relative;
    padding-right: .18rem;
    font-size: .18rem;
    color: #fff;
}

.banner .page span.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: .15rem;
    height: 2px;
    background: rgba(255, 255, 255, .6);
}

.banner .ban-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 9;
}

.banner .ban-txt h2 {
    font-size: .7rem;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
}

.banner .ban-txt p {
    margin-top: .2rem;
    font-size: .24rem;
    color: #fff;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
    }

    20% {
        transform: translate(-50%, 3px);
    }

    60% {
        transform: translate(-50%, 10px);
    }

    90% {
        transform: translate(-50%, 3px);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.down::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    /* -webkit-animation: warn1 4s ease-out;
    -moz-animation: warn1 4s ease-out;
    animation: warn1 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite; */
}

.down::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFFCF5;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border-radius: 50%;
    /* -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite; */
}

@keyframes warn {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        opacity: .8
    }

    25% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        opacity: .4
    }

    75% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: .8
    }
}

@keyframes warn1 {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: .8
    }

    25% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: .6
    }

    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: .4
    }

    75% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: .6
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8
    }
}

.down span {
    position: relative;
    z-index: 9;
}

.title001 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;

}

.title001 .ll {
    position: relative;
    z-index: 2;

}

.title001 .ll h2 {
    position: relative;
    display: flex;
    align-items: center;

    z-index: 6;

}

.title001 .ll h2 span {
    font-size: .58rem;
    color: #bf9b61;
    text-transform: uppercase;
    font-weight: bold;
}

.title001 p {
    font-size: .58rem;
    color: #006a39;
    font-weight: bold;
}

.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .9rem;
    height: .9rem;
    line-height: .9rem;
    padding: .1rem;
    border-radius: 50%;
    text-align: center;
    background: rgba(191, 155, .97, .1);
    z-index: 6;
}


.more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #bf9b61;
    font-size: .16rem;
    color: #fff;
    transition: .6s;
    position: relative;
    z-index: 6;
}

.more a:hover {
    letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
    .banner:before {
        bottom: -2px;
    }

    .banner .ban-txt h2 {
        font-size: .5rem;
    }

    .banner .page {
        bottom: .7rem;
        left: 15px;
    }
}

@media screen and (max-width: 768px) {
.banner .swiper-slide a img{    height: 50vw;}
    .banner:before {
        display: none;
    }

    .banner .ban-txt h2 {
        font-size: .2rem;
    }

    .banner .ban-txt p {
        font-size: .16rem;
        margin-top: .05rem;
    }

    .banner .page {
        bottom: .1rem;
    }

    .banner::after {
        height: 40%;
    }
}

.home1 {
    position: relative;
    padding: .7rem 0;
    z-index: 11;
}

.home1::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.5rem;
    width: 3.82rem;
    height: 3.11rem;
    background: url(../images/s1-bg.png) no-repeat left top /100% 100%;
    z-index: 6666;
}

.home1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1.47rem;
    height: 6.5rem;
    background: url(../images/s1-bg1.png) no-repeat center center/100% 100%;
}

.home1 .title001 {
    position: absolute;
    left: 0;
    top: 0;
    width: 9.5rem;
    z-index: 10;
}

.home1 .title001 .more {
    top: 115%;
    right: -.4rem;
}

.home1-t {
    /* padding-top: .3rem; */
    justify-content: space-between;
    align-items: flex-start;
}

.home1-t .left {
    width: 9.5rem;

    margin-top: .85rem;
}



.home1-t li * {
    transition: 0.5s;
}

.home1-t .h1-1 a {
    position: relative;
    display: block;
    /* margin-bottom: .6rem; */
}

.home1-t .h1-1 .scale {
    position: relative;
    width: 100%;

}

.home1-t .h1-1 .scale::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: .8rem;
    height: .8rem;
    background: url(../images/s1l-gd.jpg) no-repeat center center/100% 100%;
    z-index: 9;
}

.home1-t .h1-1 .con {
    position: relative;
    padding: 0.3rem 0;
    padding-right: 2.3rem;
    background: #fff;
    z-index: 6;
}


.home1-t .h1-1 .con span {
    font-size: .16rem;
    color: #999999;

}

.home1-t .h1-1 .con p {
    margin: .1rem 0 .2rem;
    font-size: .24rem;
    color: #333333;
    line-height: .3rem;
    height: .6rem\0;
}

.home1-t .h1-1 .con .gd {
    font-size: .16rem;
    color: #006a39;
    text-transform: capitalize;
}

.home1-t .h1-1 .imged {
    padding-bottom: 55.72%;
}



.home1-t .h1-1 h3 {
    font-size: 0.22rem;
    color: #07839B;
    line-height: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}


.home1-t .h1-1 .h1l-dots {
    position: absolute;
    bottom: 0.65rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: auto; */
    right: 1.1rem;
    left: auto;
    font-size: .2rem;
    color: #d5d5d5;
    z-index: 9;
}

.home1-t .h1-1 .h1l-dots .cir {
    display: flex;
    align-items: flex-end;
    width: auto;
}

.home1-t .h1-1 .h1l-dots .cir span:first-child {
    font-size: .24rem;
    color: #bf9b61;
    font-weight: bold;
    margin-right: .05rem;
}

.home1-t .h1-1 .h1l-dots .cir span:nth-child(2) {
    font-size: .2rem;
    color: #d5d5d5;
    font-weight: bold;
}

.home1-t .h1-1 .h1l-dots .swiper-button-prev {
    transition: all .6s;
    position: static;

    width: .44rem;
    transform: none;
    height: .44rem;
    color: transparent;
    opacity: 1;


}

.home1-t .h1-1 .h1l-dots .swiper-button-prev:hover {
  
}

.home1-t .h1-1 .h1l-dots .swiper-button-next {
    position: static;

    transform: none;
    width: .44rem;
    height: .44rem;
    color: transparent;
    opacity: 1;


}




.home1-t .right {
    position: relative;
    flex: 1;
    min-width: 0;
    z-index: 6;
}

.hrq_list li {
    position: relative;
    padding-left: .7rem;
    transition: all .6s;
}

.hrq_list li::after {
    content: "";
    position: absolute;
    left: -.8rem;
    width: 45.6vw;
    top: 0;
    bottom: 0;
    background: url(../images/s1r-txtbg.jpg) no-repeat center center/100% 100%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}


.hrq_list li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #f1f2f3;
    height: 1.95rem;
    z-index: 6;
    transition: all .6s;
}

.hrq_list li a span {
    font-size: .16rem;
    color: rgba(51, 51, 51, .6);
    margin-bottom: .1rem;
}


.hrq_list li a p {
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    max-height: .6rem \0;

}

.hrq_list li a .gd {
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: 1.45rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #bf9b61;
    border-radius: 0 .3rem 0 .3rem;
    font-size: .16rem;
    color: #fff;
    opacity: 0;
    z-index: -1;
}

@media screen and (min-width: 1024px) {
    .hrq_list li:hover::after {
        opacity: 1;
        z-index: 2;
    }

    .hrq_list li:hover a .gd {
        opacity: 1;
        z-index: 6;
    }

    .hrq_list li:hover a span,
    .hrq_list li:hover a p {
        color: #fff;
    }

    .home1-t .h1-1:hover .con p {
        color: #006a39;
    }
}

@media screen and (max-width: 1024px) {
    .home1 {
        padding: .2rem 0;
    }

    .home1 .title001 {
        position: relative;
        width: 100%;
    }

    .home1 .title001 .more {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .home1-t .left {
        width: 100%;
        margin-top: .15rem;
    }

    .home1-t .right {
        flex: none;
        width: 100%;
    }

    .hrq_list li a {
        height: initial;
        padding: .2rem 0;
    }

    .hrq_list li {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .home1::before {
        top: 0;
        z-index: 2;
    }

    .home1 .wp {
        position: relative;
        z-index: 9;
    }

    .title001 .ll h2 span,
    .title001 p {
        font-size: .3rem;
    }

    .more {
        width: .5rem;
        height: .5rem;
        padding: .05rem;
    }

    .more a {
        font-size: .12rem;
    }

    .home1-t .h1-1 .con {
        padding: .2rem 0;
        padding-right: 1rem;
    }

    .h1-1 {
        position: relative;
    }

    .home1-t .h1-1 .h1l-dots {
        right: .15rem;
    }

    .home1-t .h1-1 .h1l-dots .cir {
        left: auto;
        right: 0;
    }

    .home1-t .h1-1 .scale::after {
        width: .5rem;
        height: .5rem;
    }

    .home1-t .h1-1 .con p {
        font-size: .18rem;
    }
}

.home2 {
    position: relative;
    padding-top: .8rem;
    overflow: hidden;
    background: linear-gradient(to bottom, #f5f6f7, #fff);
}

.home2 .wp {
    position: relative;
    z-index: 2;
}

.h2-tab {
    position: absolute;
    top: .15rem;
    left: 15%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 6;
}

.h2-tab span {
    padding: 0 .4rem;
    line-height: .5rem;
    background: #fff;
    border-radius: 0 0.4rem 0 0.4rem;
    margin: 0 .15rem;
    cursor: pointer;
}

.h2-tab span.on {
    background: #bf9b61;
    color: #fff;
}

.home2 .more {
    position: absolute;
    right: 0;
    top: 0.4rem;
}

.home2 .more a {
    display: none;
}

.home2 .more a.on {
    display: flex;
}

.h2_list a {
    display: block;
    margin: .7rem 0 .3rem;
    transition: all .6s;
}

.h2_list a .imged {
    padding-bottom: 58.2%;
}

.h2_list a .txt {
    margin: 1px;
    height: 2.15rem;
    border: 1px solid #f1e9df;
    border-top: none;
    padding: .35rem .3rem;
    background: #fff;
    position: relative;
}

.h2_list a .txt span {
    display: block;
    font-size: .16rem;
    color: #999999;
    margin-bottom: .15rem;
}

.h2_list a .txt p {
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    max-height: .9rem;
}

.h2_list a .txt .gd {
    position: absolute;
    left: .3rem;
    bottom: -.3rem;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    border: 1px solid #e2d1b7;
    background: #fff url(../images/s2-more.png) no-repeat center center/.1rem auto;
}

@media (min-width: 1024px) {
    .h2_list a:hover .txt {
        border: 1px solid #006a39;
        background: url(../images/s2-txtbg.png) no-repeat center center/cover;
    }

    .h2_list a:hover .txt span,
    .h2_list a:hover .txt p {
        color: #fff;
    }

    .h2_list a:hover .txt .gd {
        border: 1px solid #bf9b61;
        background: #bf9b61 url(../images/s2-more1.png) no-repeat center center;
    }
}

@media (max-width: 1024px) {
    .h2-tab {
        position: static;
        margin-top: .2rem;
    }

    .home2 .more {
        position: static;
        transform: none;
        margin: 0 auto;
        margin-top: .2rem;
    }
}

@media (max-width: 768px) {
    .home2 {
        padding-top: .2rem;
    }

    .h2-tab span {
        width: 100%;
        margin-bottom: .15rem;
    }

    .h2_list a {
        margin: .2rem 0;
    }

    .h2_list a .txt {
        padding: .2rem;
        height: 1.6rem;
    }

    .h2_list a .txt .gd {
        width: .4rem;
        height: .4rem;
        bottom: -.2rem;
    }
}

@media (max-width: 600px) {}

/* home3 */
.home3 {
    position: relative;
    padding: 1rem 0 1.6rem;
}

.home3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/h3-bg.png) no-repeat center center/100% 100%;
    width: 2.08rem;
    height: 6.53rem;
    opacity: .3;
}

.home3 .title001 {
    justify-content: center;
}

.home3 .title001 .ll h2 {
    justify-content: center;
}

.home3 .title001 .ll h2 p {}

.home3 .title001 .ll h2 span {
    text-transform: capitalize;
    margin-left: .15rem;
}

.home3 .title001 .p1 {
    margin-top: .3rem;
    font-size: .2rem;
    color: #666;
}


.home3 .more {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
}

.home3 .title p {
    width: 70%;
    /* margin: 0 auto; */
}

.home3 .title {
    margin-bottom: 0.65rem;
}

.home3-t {
    height: 5.3rem;
    position: relative;
    margin-top: .5rem;
}

.home3-t .swiper-container {
    padding: 0rem;
    overflow: visible;
    transform: translateX(-2.5rem);
}

.home3-t li {
    width: 16%;
    transition: 0.5s;
}


.home3-t li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
    opacity: 0;
    z-index: -1;

}

.home3-t li .con {
    width: 100%;
    padding: .2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
}

.home3-t li .con h3 {
    font-size: 0.2rem;
    color: #fff;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.home3-t li.swiper-slide-active {
    width: 50%;
}

.home3-t li.swiper-slide-active .con {
    opacity: 1;
}


.home3-t li .imged {
    padding-bottom: 4.05rem;
}

.home3-t li.swiper-slide-active .imged {
    padding-bottom: 5.3rem;
}

.home3-t li.swiper-slide-active+li+li,
.home3-t li.swiper-slide-prev {
    padding-top: 1.3rem;
}

.home3 .h3-gd {
    position: relative;
    margin-top: .4rem;
    justify-content: center;
    align-items: center;
}

.home3 .h3-gd a {
    margin: 0 .2rem;
    padding: 0 .8rem;
    line-height: .6rem;
    font-size: .2rem;
    color: #fff;
    background: url(../images/s3-more.png) no-repeat center center/100% 100%;
}

.home3 .arror {
    position: static;
    margin-top: 0;
    transform: none;
    border-radius: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    border: 1px solid #e2d1b7;

    opacity: 1;
    transition: 0.5s;
}

.home3 .swiper-button-prev {
    background: #fff url(../images/s3-l.png) no-repeat center center;
}

.home3 .swiper-button-next {
    background: #fff url(../images/s2-more.png) no-repeat center center;
}



@media screen and (min-width: 1024px) {
    .home3-t li.swiper-slide-active a::after {
        opacity: 1;
        z-index: 6;
    }
}

@media screen and (max-width: 1024px) {
    .home3 {
        padding: 0.2rem 0;
    }

    .home3 .title {
        margin-bottom: 0.3rem;
    }

    .home3-t {
        padding: 0 15px;
        height: auto;
    }

    .home3-t li {
        padding-top: 0 !important;
    }

    .home3-t .swiper-container {
        transform: translateX(0);
        overflow: hidden;
    }

    .home3-t li .imged {
        padding-bottom: 130% !important;
    }

    .home3-t .arror {
        left: 0.2rem;
        width: 0.4rem;
        height: 0.4rem;
    }

    .home3-t .swiper-button-next {
        left: auto;
        right: 0.2rem;
    }

    .home3-t li .con {
        padding: 0 0.2rem 0.1rem;
        opacity: 1;
    }

    .home3-t li .con::after {
        display: none;
    }

    .home3 .more {
        margin-top: 0.3rem;
    }


}

@media screen and (max-width: 768px) {
    .home3 .title001 .p1 {
        margin-top: .2rem;
    }

    .home3-t {
        margin-top: .2rem;
    }

    .home3 .arror {
        width: .4rem;
        height: .4rem;
        background-size: .1rem auto;
    }

    .home3 .h3-gd {
        margin-top: .2rem;
    }

    .home3 .h3-gd a {
        line-height: .4rem;
    }

    .home3:after {
        display: none;
    }
}

.home4 .title001 {}

.home4 .title001 p {
    font-size: .58rem;
    color: #bf9b61;
}

.home4 .title001 .ll h2 span {
    margin-left: .15rem;
    text-transform: capitalize;
    color: #fff;
}

.home4 .title001 .p1 {
    font-size: .2rem;
    color: #fff;
}

.home4 .h4-list {
    margin-top: .55rem;
}

/* .home4 .h4-list .swiper-wrapper {
    margin: 0 .15rem !important;
} */

.bk3 {
    position: relative;
}

.bk3::after {
    content: "";
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.39rem;
    height: 8.87rem;
    background: url(../images/s4-bg1.png) no-repeat center center/100% 100%;
}

.bk3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 34%;
    right: 0;
    height: 6.7rem;
    background: url(../images/sect4-bg.png) no-repeat center center/100% 100%;
}

.h4-list li {

    margin-bottom: .45rem;
}

.h4-list li>div {
    margin: 0 .15rem;
}

.h4-list li .scale .imged {
    padding-bottom: 56.4%;
}

.h4-list li .cont {
    height: 4rem;
    padding: .3rem;
    margin-top: 0;
    border-bottom: 5px solid #006a39;
    background: #fff url(../images/s4-txtbg.png) no-repeat right bottom;
    box-shadow: 0 0 15px #88bda5;
}

.h4-list li .cont h2 {
    font-size: .28rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .2rem;
}

.h4-list li .cont p {
    margin-bottom: .2rem;
    padding-left: .3rem;
    background: url(../images/h4-list.png) no-repeat left center;
}

.h4-list li .cont p a {
    display: block;
    font-size: .22rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h4-list li .cont p:hover a {
    color: #006a39;
}

.h4-list li .cont .gd {
    position: absolute;
    bottom: 0.5rem;
    left: .3rem;
    display: inline-block;
}

.h4-list li .cont .gd a {
    font-size: .16rem;
    color: #999;
    border-bottom: 2px solid #999;
}

.h4-list li .cont .gd a:hover {
    color: #006a39;
    border-bottom: 2px solid #006a39;
}

.h4-list .h4-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h4-list .h4-dots .cir {

    position: static;
    width: auto;
    margin: 0 .3rem;
}

.h4-list .h4-dots .cir span:first-child {
    font-size: .28rem;
    color: #006a39;
    font-weight: bold;
}

.h4-list .h4-dots .cir span:nth-child(2) {
    font-size: .2rem;
    color: #e2e2e2;
}

.h4-list .h4-dots .swiper-button-prev {
    position: static;
    margin-top: 0;
    transform: none;
    border-radius: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    border: 1px solid #e2d1b7;
    background: #fff url(../images/s3-l.png) no-repeat center center;
    opacity: 1;
    transition: 0.5s;
}

.h4-list .h4-dots .swiper-button-next {
    position: static;
    margin-top: 0;
    transform: none;
    border-radius: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    border: 1px solid #e2d1b7;
    background: #fff url(../images/s2-more.png) no-repeat center center;
    opacity: 1;
    transition: 0.5s;
}

@media screen and (max-width: 1024px) {
    .bk3::before {
        top: 20%;
    }

    .bk3::after {
        display: none;
    }

    .home4 .title001 p,
    .home4 .title001 .ll h2 span {
        font-size: .3rem;
    }

    .h4-list li>div {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .bk3::before {
        top: 8%;
    }

    .h4-list li .cont {
        height: 2.5rem;
        padding: .15rem;
    }

    .h4-list li .cont p {
        margin-bottom: .1rem;
    }

    .h4-list li .cont p a {
        font-size: .18rem;
    }

    .h4-list li .cont h2 {
        font-size: .22rem;
    }

    .h4-list li .cont .gd {
        bottom: .3rem;
    }

    .h4-list .h4-dots .swiper-button-prev,
    .h4-list .h4-dots .swiper-button-next {
        width: .4rem;
        height: .4rem;
        background-size: .1rem auto;
    }

    .h4-list li {
        margin-bottom: .2rem;
    }

    .home4 .h4-list {
        margin-top: .2rem;
    }
}

.home5 {
    padding: .95rem 0 .2rem;
    /* background: url(../images/h5-bg.png) no-repeat center bottom/100% auto; */
}

.home5 .title001 {
    justify-content: center;
}

.h5-t {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.h5-t .left {
    flex: 1;
    min-height: 0;
}

.h5-t .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h5-t .left ul li a {
    position: relative;
    display: block;
}

.h5-t .left ul li a .h5_ic {
    position: absolute;
    top: 0;
    left: 0;
}

.h5-t .left ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
}

.h5-t .left ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .2rem .3rem;
    font-size: .2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 6;
}

.h5-t .left .h5l-t ul li:first-child {
    width: 68.3%;
}

.h5-t .left .h5l-t ul li:nth-child(2) {
    width: 30%;
}

.h5-t .left .h5l-b ul li:first-child {
    width: 49.2%;
}

.h5-t .left .h5l-b ul li:nth-child(2) {
    width: 49.2%;
}

.h5-t .left .h5l-t .imged {
    padding-bottom: 4.26rem;
}

.h5-t .left .h5l-b {
    margin-top: .2rem;
}

.h5-t .left .h5l-b .imged {
    padding-bottom: 3rem;
}

.h5-t .right {
    width: 3.8rem;
    margin-left: .2rem;
}



.h5r-b a {
    position: relative;
    display: block;
}

.h5r-b a .imged {
    padding-bottom: 163.15%;
}

.h5r-b a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem 0.3rem;
    font-size: .2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 6;
}

.h5r-b a .h5_ic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.h5r-b a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
}

.h5-t .right .h5r-b {
    margin-top: .2rem;
}

.home5 .title001 .ll h2 span {
    text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
    .home5 {
        padding-top: .2rem;
        padding-bottom: .6rem;
    }

    .h5-t {
        margin-top: .2rem;
    }

    .h5-t .left {
        flex: none;
        width: 100%;
    }

    .h5-t .right {
        margin-left: 0;
        width: 100%;
        order: -1;
        margin-bottom: .2rem;
    }

    .home5 .title001 {
        justify-content: space-between;
    }



    .h5-t .left ul li a .h5_ic {
        width: .4rem;
        height: .4rem;
    }

    .h5-t .left ul li a .h5_ic img {
        display: block;
        width: 100%;
    }

    .h5-t .left ul li a p {
        padding: .1rem;
        font-size: .16rem;
    }


}

@media screen and (max-width: 768px) {
    .h5-t .left .h5l-t .imged {
        padding-bottom: 1.4rem;
    }

    .h5-t .left .h5l-b .imged {
        padding-bottom: 1.5rem;
    }
}

