@keyframes qbounce {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(0.7);
    }

    30% {
        transform: scale(1.2);
    }

    45% {
        transform: scale(0.85);
    }

    60% {
        transform: scale(1);
    }
}

body {
    width: 100vw;
}

.indexBanner {
    width: 100%;
    height: 100%;
}

.indexBanner .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide .bg {
    width: 100%;
    height: 100%;
}

.swiper-slide .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .banner_cen {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.swiper-slide .banner_cen .index_banner_txt {
    position: absolute;
    width: 5rem;
    left: 50%;
    margin-left: -2.5rem;
    top: 50%;
    margin-top: -0.3rem;
}

.swiper-slide .banner_cen .index_banner_txt img {
    width: 100%;
}
.swiper-slide .banner_cen .mb_play{
    display: none;
}
.swiper-slide .banner_cen .pause {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    cursor: pointer;
    right: 4rem;
    bottom: 0.4rem;
}

.swiper-slide .slideDown {
    position: absolute;
    bottom: .5rem;
    left: .8rem;
    z-index: 5;
}

.swiper-slide .slideDown span {
    display: block;
    width: 0.32rem;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    word-wrap: break-word;
    padding: 0 .05rem;
}

.swiper-slide .slideDown i.line {
    display: block;
    width: 0.02rem;
    height: 0.3rem;
    background: #fff;
    margin: 0.125rem auto;
}

@keyframes move {
    0% {
        top: 0;
    }

    100% {
        top: .2rem;
    }
}


.swiper-slide .slideDown i.mouse {
    display: block;
    margin: 0 auto;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/icon-mouse-fff.png) no-repeat center;
    position: relative;
    animation: move 2s ease-in-out infinite alternate;
    background-size: 100%;
}


.index-content {
    width: 100vw;
    height: 100vh;
}

.index-content .swiper-wrapper {
    width: 100%;
    height: 100%;
    transition-timing-function: ease-in-out;
}

.index-content .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-content .swiper-wrapper .swiper-slide .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-content .swiper-wrapper .swiper-slide .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-content .swiper-wrapper .swiper-slide .index_cen {
    width: 100%;
    height: calc(100% - 1rem);
    margin-top: 1rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con {
    width: 12rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con .h2_tit {
    font-size: 0.36rem;
    color: #66451E;
    font-weight: bold;
    position: relative;
    width: min-content;
    white-space: nowrap;
    line-height: 1;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con .h2_tit::after {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background-color: #66451E;
    right: -0.2rem;
    bottom: 0;
    display: none;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con .h3_en {
    font-size: 0.24rem;
    color: #d5c19b;
    margin-bottom: 0.4rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con ._top .r li {
    margin-right: 0.3rem;
    padding-right: 0.3rem;
    color: #A27D33;
    border-right: 0.01rem solid #A27D33;
    cursor: pointer;
    font-size: 0.16rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con ._top .r li.on {
    color: #66451E;
    font-weight: bold;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con ._top .r li:last-of-type {
    margin-right: unset;
    padding-right: unset;
    border-right: unset;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .left {
    width: 5.3rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .left:hover .img img {
    transform: scale(1.1);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .left:hover .txt .h2 {
    color: #311303;
    font-weight: bold;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .left .img {
    width: 100%;
    height: 3rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .left .txt .h2 {
    font-size: 0.16rem;
    color: #66451E;
    margin-bottom: 0.2rem;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .left .txt .h3 {
    font-size: 0.14rem;
    color: #9B8251;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right {
    width: 6rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t:hover .img img {
    transform: scale(1.1);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t:hover .txt .txt_tit .tit_h2 {
    color: #311303;
    font-weight: bold;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t .img {
    width: 2.66rem;
    height: 1.78rem;
    overflow: hidden;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t .txt {
    width: 2.8rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t .txt .txt_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t .txt .txt_tit .tit_h2 {
    font-size: 0.16rem;
    font-weight: bold;
    color: #66451E;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t .txt .txt_tit .tit_img {
    width: 0.28rem;
    object-fit: contain;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .t .txt .txt_cont {
    font-size: 0.14rem;
    color: #9B8251;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    line-height: 1.5em;
    max-height: 9em;
    margin-top: 0.2rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
    width: 100%;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .b .b_items {
    width: 2.66rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .b .b_items .b_img {
    width: 100%;
    height: 1.78rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .b .b_items .b_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .b .b_items .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .b .b_items .txt .p {
    font-size: 0.16rem;
    color: #311303;
    font-weight: bold;
    line-height: 1;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con1 .wrap .right .b .b_items .txt img {
    width: 0.28rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content {
    display: flex;
    flex-wrap: wrap;
    display: none;
    min-height: 5.5rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item {
    width: calc((100% - (4 - 1) * 0.2rem) / 4);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    height: 2.65rem;

}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item:nth-of-type(4n) {
    margin-right: unset;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item:nth-last-of-type(-n + 4) {
    margin-bottom: unset;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item {
    border: 0.01rem solid #E8D8B9;
    background-color: #FEFDFB;
    padding: 0.16rem 0;
    cursor: pointer;
    position: relative;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item:hover .hover {
    transform: scale(1);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item .img {
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 auto;
    margin-bottom: 0.16rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item .txt .h2 {
    font-size: 0.16rem;
    color: #333;
    text-align: center;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item .hover {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.7rem);
    background-color: #E0C99C;
    padding: 0.2rem;
    box-sizing: border-box;
    transform: scale(0);
    transition: all 0.3s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item .hover .p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item .hover .btn {
    width: 1rem;
    height: 0.28rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #66451E;
    border: 0.01rem solid #ECDFC4;
    background-color: #ECDFC4;
    margin: 0 auto;
    margin-top: 0.1rem;
    font-size: 0.14rem;
    transition: all 0.15s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content .item .hover .btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: unset;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con2 ._product-content.on {
    display: flex;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left {
    width: 4.7rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left:hover .img img {
    transform: scale(1.1);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left:hover .txt .title {
    font-weight: bold;
    color: #311303;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left .img {
    width: 100%;
    height: 2.65rem;
    margin-bottom: 0.32rem;
    display: block;
    overflow: hidden;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left .txt ._top .time_date {
    font-size: 0.3rem;
    color: #66451E;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left .txt ._top img {
    width: 0.26rem;
    object-fit: contain;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left .txt .time_year {
    font-size: 0.16rem;
    color: #66451E;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left .txt .title {
    font-size: 0.16rem;
    color: #66451E;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .left .txt .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
    color: #9B8251;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right {
    width: calc(100% - 6rem);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.32rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item:hover ._le img {
    transform: scale(1.1);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item:hover ._ri .title {
    color: #311303;
    font-weight: bold;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item:last-of-type {
    margin-bottom: unset;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item ._le {
    width: 2.14rem;
    height: 1.2rem;
    margin-right: 0.24rem;
    overflow: hidden;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item ._le img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item ._ri {
    width: calc(100% - 2.14rem - 0.24rem);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item ._ri ._top .time_date {
    font-size: 0.3rem;
    color: #66451E;
    line-height: 1;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item ._ri ._top img {
    width: 0.26rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item ._ri .time_year {
    font-size: 0.16rem;
    line-height: 1;
    color: #66451E;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item ._ri .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1;
    color: #66451E;
    margin-bottom: 0.1rem;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._news-content .right .item ._ri .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
    font-size: 0.12rem;
    line-height: 0.18rem;
    color: #9B8251;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._top .r a {
    margin-right: 0.3rem;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con3 ._top .r a:hover li {
    font-weight: bold;
    color: #311303;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con4 ._service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con4 ._service-content .item {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con4 ._service-content .item .img {
    position: relative;
    width: 0.64rem;
    height: 1.06rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con4 ._service-content .item:hover img:first-of-type {
    opacity: 1;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con4 ._service-content .item:hover img:last-of-type {
    opacity: 0;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con4 ._service-content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.32rem;
    margin-top: -0.53rem;
    transition: all 0.1s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con4 ._service-content .item img:first-of-type {
    opacity: 0;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con4 ._service-content .item .p {
    margin-top: 0.4rem;
    font-size: 0.18rem;
    color: #66451E;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._top .l .h2_tit {
    color: #fff;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._top .l .h2_tit::after {
    background-color: #fff;
    display: none;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._top .l .h3_en {
    color: #fff;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._top .r a {
    margin-right: 0.3rem;
    padding-right: 0.3rem;
    border-right: 0.01rem solid #fff;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._top .r a:last-of-type {
    border-right: unset;
    padding-right: unset;
    margin-right: unset;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._top .r a:hover li {
    font-weight: bold;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._top .r a li {
    color: #fff;
    border-color: #fff;
    transition: all 0.2s linear;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._about-content {
    display: flex;
    justify-content: center;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._about-content .l_o{
    padding: 0.32rem 0.4rem;
    width: 50%;
    background-color: rgba(229, 0, 21, 0.5);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._about-content .l {
    
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._about-content .l .p {
    color: #fff;
    text-indent: 2em;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._about-content .l .btn {
    color: #E50015;
    font-size: 0.14rem;
    padding: 0.1rem 0.12rem;
    box-sizing: border-box;
    width: min-content;
    white-space: nowrap;
    background-color: #fff;
    line-height: 1;
    margin-top: 0.2rem;
    cursor: pointer;
    display: block;
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._about-content .r {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
}

.index-content .swiper-wrapper .swiper-slide .index_cen .con5 ._about-content .r img {
    width: 3rem;
}

.index-content .swiper-wrapper .swiper-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.index-content .swiper-wrapper .swiper-foot .map {
    width: 12rem;
    max-height: 50vh;
    height: 35vh;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.index-content .swiper-wrapper .swiper-foot .map.on {
    display: flex;
}

.index-content .swiper-wrapper .swiper-foot .map .left {
    display: block;
    width: 60%;
    height: 100%;
    background-color: #999;
    position: relative;
    display: none;
}

.index-content .swiper-wrapper .swiper-foot .map .left img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.index-content .swiper-wrapper .swiper-foot .map .left.on {
    display: block;
}

.index-content .swiper-wrapper .swiper-foot .map .left .dot {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    left: 50%;
    top: 50%;
    margin-left: -0.6rem;
    margin-top: -0.6rem;
    z-index: 2;
}

.index-content .swiper-wrapper .swiper-foot .map .left .dot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: qbounce 2s infinite alternate;
}

.index-content .swiper-wrapper .swiper-foot .map .right {
    width: 40%;
    background-color: #FFFBF5;
    padding: 0.16rem 0.32rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.index-content .swiper-wrapper .swiper-foot .map .right .area {
    display: none;
}

.index-content .swiper-wrapper .swiper-foot .map .right .area.on {
    display: block;
}

.index-content .swiper-wrapper .swiper-foot .map .right .tab {
    display: flex;
    margin-bottom: .2rem;
}

.index-content .swiper-wrapper .swiper-foot .map .right .tab .li {
    margin-right: .2rem;
    cursor: pointer;
    color: #aaa;
    font-size: .18rem;
    font-weight: bold;
}

.index-content .swiper-wrapper .swiper-foot .map .right .tab .li.on {
    color: #66451E;
}

.index-content .swiper-wrapper .swiper-foot .map .right .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.16rem;
}

.index-content .swiper-wrapper .swiper-foot .map .right .item:last-of-type {
    margin-bottom: unset;
}

.index-content .swiper-wrapper .swiper-foot .map .right .item img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: cover;
    margin-right: 0.12rem;
}

.index-content .swiper-wrapper .swiper-foot .map .right .item .p {
    color: #66451E;
    font-size: 0.16rem;
    line-height: 1.8;
}

.index-content .swiper-wrapper .swiper-foot .con {
    width: 100%;
}

.index-content .swiper-pagination-bullets {
    top: 45%;
    left: 50%;
    margin-left: -6.5rem;
    right: unset;
    transform: unset;
}

.index-content .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
    background-color: #D5C19B;
    opacity: 1;
    margin: 0.2rem 0;
}

.index-content .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #66451E;
    position: relative;
}

.index-content .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border: 0.02rem solid #66451E;
    border-radius: 50%;
    left: 50%;
    margin-left: -0.115rem;
    top: 50%;
    margin-top: -0.115rem;
}

.mb {
    display: none;
}


@media screen and (max-width:768px) {
        .pc {
            display: none;
        }
    
        .mb {
            display: block;
        }
        .mtop{
            margin-top: 50px;
            height: 4rem;
        }
        .mite{
            padding: 0 5vw;
        }
        .h2_tit{
            font-size: 20px;
            font-weight: bold;margin-top: 20px;
        }
        .m1 .wrap .txt{
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .m1 .wrap .txt .h3{
                font-size: 14px;
        color: #9B8251;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
    
        }
         .m1 .wrap .txt .h2{
             color:#66451E ;
         }
        .m1 .wrap .txt .h3 *{
            white-space: normal !important;
            line-height: 1.8 !important;
            color: #66451E !important;
        }
        .m1 .wrap .txt .h3 img{
            height: auto !important;
            
        }
        .index-content {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        font-family: Arial, sans-serif;
    }

    /* 通用样式 */
    .flexStart {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .flexEnd {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .flexBetween {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    /* 顶部banner */
    .mtop {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    
    /* 普合光简介部分 */
    .m1 {
        padding: 20px 15px;
    }
    
    .index_cen {
        width: 100%;
        padding: 0 0;
    }
    
    .con1 .h2_tit{
        margin-top: unset;
    }
    
    .h2_tit {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
    }
    
    .h3_en {
        font-size: 14px;
        color: #999;
        margin-bottom: 15px;
    }
    
    .wrap {
        display: flex;
        flex-direction: column;
    }
    
    .wrap .left {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .wrap .left .img {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }
    
    .wrap .left .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .wrap .left .txt .h2 {
        font-size: 18px;
        color: #333;
        margin: 10px 0;
    }
    
    .wrap .left .txt .h3 {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }
    
    .wrap .right {
        width: 100%;
    }
    
    .wrap .right .t {
        display: flex;
        margin-bottom: 15px;
    }
    
    .wrap .right .t .img {
        width: 120px;
        height: 120px;
        overflow: hidden;
    }
    
    .wrap .right .t .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .wrap .right .t .txt {
        flex: 1;
        padding-left: 10px;
    }
    
    .wrap .right .t .txt_tit {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    
    .wrap .right .t .txt_tit .tit_h2 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    
    .wrap .right .t .txt_tit .tit_img {
        width: 20px;
        margin-left: 5px;
    }
    
    .wrap .right .t .txt_cont {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }
    
    .wrap .right .t .txt_cont *{
        white-space: normal !important;
    }
    
    .wrap .right .b {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .wrap .right .b .b_items {
        width: 48%;
        margin-bottom: 15px;
    }
    
    .wrap .right .b .b_img {
        width: 100%;
        height: 100px;
        overflow: hidden;
    }
    
    .wrap .right .b .b_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .wrap .right .b .txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }
    
    .wrap .right .b .txt .p {
        font-size: 14px;
        color: #333;
    }
    
    .wrap .right .b .txt img {
        width: 15px;
    }
    
    /* 产品中心部分 */
    .m2 {
        position: relative;
        padding: 20px 15px;
    }
    
    .m2 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .m2 .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    ._product-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        display: none;
    }
    
    ._product-content.on{
        display: flex;
    }
    
    ._product-content .item {
        width: 48%;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    
    ._product-content .item .img {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    
    ._product-content .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    ._product-content .item .txt {
        padding: 10px;
    }
    
    ._product-content .item .txt .h2 {
        font-size: 16px;
        color: #333;
        text-align: center;
    }
    
    ._product-content .item .hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        color: #fff;
        padding: 15px;
        display: none;
    }
    
    ._product-content .item:hover .hover {
        display: block;
    }
    
    ._product-content .item .hover .p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    ._product-content .item .hover .btn {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #c00;
        color: #fff;
        font-size: 14px;
        border-radius: 15px;
    }
    
    /* 新闻中心部分 */
    .m3 {
        position: relative;
        padding: 20px 15px;
    }
    
    .m3 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .m3 .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    ._news-content {
        display: flex;
        flex-direction: column;
    }
    
    ._news-content .left {
        width: 100%;
        margin-bottom: 15px;
    }
    
    ._news-content .left .img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    
    ._news-content .left .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    ._news-content .left .txt {
        padding: 15px;
        background: #fff;
    }
    
    ._news-content .left .txt .time_date {
        font-size: 16px;
        color: #c00;
    }
    
    ._news-content .left .txt .time_year {
        font-size: 14px;
        color: #999;
        margin: 5px 0;
    }
    
    ._news-content .left .txt .title {
        font-size: 18px;
        color: #333;
        margin: 10px 0;
        font-weight: bold;
    }
    
    ._news-content .left .txt .des {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }
    
    ._news-content .right {
        width: 100%;
    }
    
    ._news-content .right .item {
        display: flex;
        margin-bottom: 15px;
        background: #fff;
        padding: 10px;
    }
    
    ._news-content .right .item ._le {
        width: 100px;
        height: 80px;
        overflow: hidden;
    }
    
    ._news-content .right .item ._le img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    ._news-content .right .item ._ri {
        flex: 1;
        padding-left: 10px;
    }
    
    ._news-content .right .item ._ri .time_date {
        font-size: 14px;
        color: #c00;
    }
    
    ._news-content .right .item ._ri .time_year {
        font-size: 12px;
        color: #999;
        margin: 3px 0;
    }
    
    ._news-content .right .item ._ri .title {
        font-size: 16px;
        color: #333;
        margin: 5px 0;
        font-weight: bold;
    }
    
    ._news-content .right .item ._ri .des {
        font-size: 12px;
        color: #666;
        line-height: 1.6;
    }
    
    /* 合作与服务部分 */
    .m4 {
        position: relative;
        padding: 20px 15px;
    }
    
    .m4 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .m4 .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    ._service-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    ._service-content .item {
        width: 48%;
        margin-bottom: 15px;
        text-align: center;
    }
    
    ._service-content .item .img {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
        position: relative;
    }
    
    ._service-content .item .img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    ._service-content .item .img img:last-child {
        opacity: 1;
        transition: opacity 0.3s;
    }
    
    ._service-content .item:hover .img img:last-child {
        opacity: 0;
    }
    
    ._service-content .item .p {
        font-size: 14px;
        color: #333;
    }
    
    /* 关于我们部分 */
    .m5 {
        position: relative;
        padding: 20px 15px;
    }
    
    .m5 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .m5 .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    ._about-content {
        display: flex;
        flex-direction: column;
    }
    
    ._about-content .l {
        width: 100%;
        margin-bottom: 15px;
    }
    
    ._about-content .l .p {
        font-size: 14px;
        color: #333;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    
    ._about-content .l .btn {
        display: inline-block;
        padding: 8px 20px;
        background: #c00;
        color: #fff;
        font-size: 14px;
        border-radius: 4px;
        margin-top: 10px;
    }
    
    ._about-content .r {
        width: 100%;
        text-align: center;
    }
    
    ._about-content .r img {
        width: 150px;
        height: auto;
    }
    
    /* 底部地图部分 */
    .m6 {
        position: relative;
        padding: 20px 0 0;
    }
    
    .m6 .map {
        display: flex;
        flex-direction: column;
    }
    
    .m6 .map .left {
        width: 100%;
        height: 200px;
        position: relative;
        margin-bottom: 15px;
        display: none;
    }
    
    .m6 .map .left.on {
        display: block;
    }
    
    .m6 .map .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .m6 .map .left .dot {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
    }
    
    .m6 .map .left .dot img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .m6 .map .right {
        width: 100%;
        padding: 0 5vw;
    }
    
    .m6 .map .right .tab {
        display: flex;
        margin-bottom: 15px;
    }
    
    .m6 .map .right .tab .li {
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        border: 1px solid #ddd;
        margin-right: 10px;
        cursor: pointer;
    }
    
    .swiper-slide .slideDown{
        display: none;
    }
    
    .swiper-slide .banner_cen .pause{
        display: none;
    }
    
     .swiper-slide .banner_cen .mb_play{
        display: block;
        width: 40px;
        height: 40px;
        left: 50%;
        top: 50%;
        margin-left: -20px;
        margin-top: -20px;
        position: absolute;
        display: none;
    }
    
    .m6 .map .right .tab .li.on {
        background: #c00;
        color: #fff;
        border-color: #c00;
    }
    
    .m6 .map .right .area {
        display: none;
    }
    
    .m6 .map .right .area.on {
        display: block;
    }
    
    .m6 .map .right .area .item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .m6 .map .right .area .item img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    
    .m6 .map .right .area .item .p {
        font-size: 14px;
        color: #333;
    }
    .con .wrap .right{
        display: none;
    }
    
    .con2 ._top{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    
    .con2 ._top .r{
        display: none;
    }
    
    .con2 ._top li{
        margin-right: 10px;
    }
    ._news-content .left{
        display: none;
    }
    
    ._news-content .right .item ._ri .time_year{
        display: none;
    }
    
    ._news-content .right .item ._ri .title{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    ._news-content .right .item ._ri .des{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    ._news-content .right .item ._le{
        flex-shrink: 0;
    }
    
    ._news-content .right .item ._ri{
        width: calc(100% - 100px - 10px);
    }
    
    ._news-content .right .item ._ri ._top img{
        width: 28px;
        height: 28px;
    }
    
    .m5 .h2_tit{
        color: #fff;
    }
    
    .m5 .h3_en{
        color: #fff;
    }
    
    .m5 ._about-content .l .p{
        color: #fff;
    }
    
    .con3 ._top .r a{
        margin-left: 10px;
    }










    
}