.container {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.hidden{
    display: none;
}

:focus { outline:0; }

.show{
    display: flex;
}

:active {
    outline: 0;
}

#surface-div1 {
    height: 122vh;
    background: url(../img/mainbanner.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#surface-div1 .xufu_slogan {
    margin-bottom: 4rem;
    width: 6.34rem;
    position: relative;
    z-index: 2;
}


#xf_top_img {
    transition: all 2s;
}

.bunceToShowRight {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    right: 50px;
    top: 50%;
    animation:mymoveR 2s infinite;
}

@keyframes mymoveR
{
	0% {right:50px;}
	50%{right:80px;}
	100% {right:50px;}
}

@-webkit-keyframes mymoveR /*Safari and Chrome*/
{
	0% {right:50px;}
	50%{right:80px;}
	100% {right:50px;}
}

.view_active {
    bottom: -20vh !important;
}

.indexSwiper {
    width: 100%;
    height: 100vh;
}

.indexSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
}

.series-btns {
    margin-top: 0.24rem;
    width: 2.3rem;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
    position: relative;
}

.series-btns:hover a {
    color: #000000;
    transition-delay: 0.1s;
}

.series-btns:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.series-btns:hover:after {
    border: 1px solid #e4e966;
}

.series-btns:hover path {
    stroke: #000;
}

.series-btns::before {
    content: "";
    width: 0;
    height: 100%;
    background: #e4e966;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.series-btns::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}


.series-btns a {
    display: inline-block;
    position: relative;
    z-index: 3;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    overflow: hidden;
}

.series-btns a:before {
    content: "";
    width: 0;
    height: 100%;
    background: #e4e966;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.series-btns a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.series-btns path {
    stroke: #fff;
}

.series-btns svg {
    transform: rotate(90deg);
    position: relative;
    z-index: 3;
}

.indexSwiper .banner_view {
    width: 58%;
    flex-direction: column;
    align-items: flex-start;
}

.home-slide.swiper-slide-active .detay2 {
    transition-delay: 1s;
}

.home-slide.swiper-slide-active .pcslidetop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.88s 0.5s;
}

.center_view_scroll_item {
    opacity: 0.4;
}

.center_view_scroll_item.active {
    opacity: 1;
}

.bannerSwiperImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .swiper-pagination {
    display: flex;
    align-items: center;
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    z-index: 10;
}

.hero .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    flex-shrink: 0;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 34px;
    height: 34px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none !important;
}

.hero .swiper-pagination-clickable .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
}

.hero .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    animation: dotPage 4s infinite;
    opacity: 1;
}

.xfswiper_pd_pagination.swiper-pagination{
    left: 25vw !important;
    bottom: 8vh !important;
}

.xfswiper_pd_pagination.swiper-pagination .swiper-pagination-bullet,  .xfprodSelect_pd_pagination.swiper-pagination .swiper-pagination-bullet, .xfprodSelect_pd_pagination2.swiper-pagination .swiper-pagination-bullet, .xfprodSelect_pd_pagination3.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.xfswiper_pd_pagination.swiper-pagination .swiper-pagination-bullet-active,  .xfprodSelect_pd_pagination.swiper-pagination .swiper-pagination-bullet-active, .xfprodSelect_pd_pagination2.swiper-pagination .swiper-pagination-bullet-active, .xfprodSelect_pd_pagination3.swiper-pagination .swiper-pagination-bullet-active{
    background-color: #dab97e;
}

.hero .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    display: block;
    background-color: #f7f8e4;
    width: 6px;
    height: 6px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 50%;
}

.next_hero .next_img {
    width: 0.68rem;
}

.next_hero svg {
    transform: rotate(90deg);
    display: block;
    width: 25%;
    height: auto;
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hero .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: ""
}

.hero .next_hero {
    position: absolute;
    z-index: 9;
    background-color: #f7f8e4;
    margin: 0;
    padding: 0;
    transform: translate(50%, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .swiper-slide.swiper-slide-next.show {
    margin-left: -6.25vw;
}

.hero .swiper-slide {
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes dotPage {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    opacity: 0;
    border: 1px solid #f7f8e4;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0.8);
}

.indexSwiper .swiper-slide img {}

.sea-down.loaderMouse,
.sea-down.defaul {
    opacity: 1;
    visibility: visible;
}

.sea-down {
    position: absolute;
    bottom: 8%;
    z-index: 3;
    pointer-events: none;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.sea-down i {
    display: block;
    margin: auto;
    position: relative;
    width: 2px;
    height: 18px;
    transition: 1s;
}

.sea-down i:before {
    position: absolute;
    left: -4px;
    top: -8px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #737373;
}

.sea-down.defaul i {
    height: 18px;
}

.sea-down.loaderMouse i {
    height: 10vw;

}

.sea-down.loaderMouse i:after {
    animation: none;
    /* animation: move2 3s infinite;
    transform-origin: center top; */
}

.sea-down i:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #737373;
    content: "";
    width: 100%;
    height: 100%;
    animation: move2 3s infinite;
    transform-origin: center top;
}

.sea-down.defaul i:after {
    animation: move2 3s 1s infinite;
}

.sea-down span {
    display: block;
    margin-top: 10px;
    color: #141414;
    line-height: 1;
    font-size: 0.14rem;
    animation: move3 3s infinite;
}

@keyframes move3 {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
        opacity: 0.8;
    }
}

/* 叙府横向滚动介绍 */
.xf_history {
    background-color: #FEFEFB;
    padding: 1.1rem 0.6rem 0.9rem 0.6rem;
    height: 90vh;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.xf_history .bg_bottom {
    position: absolute;
    bottom: 1rem;
    z-index: 1;
}

/* 隐藏滚动条 */
.xf_history::-webkit-scrollbar {
    display: none;
}


.xf_history .hs_view {
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-width: 40vw;
    align-items: center;
    z-index: 2;
}

.xf_history .hs_view .hs_vs_title {
    font-size: 0.6rem;
    font-weight: bold;
    display: flex;
}

.xf_history .hs_view .hs_vs_title .plus {
    font-size: 0.4rem;
}

.xf_history .hs_view .hs_vs_desc {
    font-size: 0.18rem;
    font-weight: 700;
}

.xf_history .hs_view1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
    align-items: flex-start;
}

.xf_history .hs_vs_container {
    /*position: absolute;*/
    /*left: 20%;*/
    /*bottom: 25%;*/
}

.xf_history .hs_view1 .hs_v1_title {
    display: flex;
    align-items: flex-start;
}

.xf_history .hs_view2 img {
    width: 5.29rem;
}

.xf_history .hs_view4 .hs_vs_container {
    left: 25%;
    bottom: 80%;
}

.xf_history .hs_view3 .hs_vs_container {
    top: 20%;
    left: 7%;
}

.visiable {
    transform: translateX(0) !important;
}

.hs_view_content {
    /*transform: translateX(40vw);*/
    transition: all 1.5s ease;
    height: 100%;
}

.xf_history .hs_view3,  .xf_history .hs_view2{
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-width: 100%;
}

.xf_history .hs_view3 img {
    /*width: 4.23rem;*/
    padding-left: 1.5rem;
}

.xf_history .hs_view4 {
    justify-content: center;
    align-items: center;
    width: 100%;
}

#hs_view4 {
    height: 100%;
    position: relative;
    z-index: 2;
    align-items: center;
}

.xf_history .hs_view4 img {
    width: 4.5rem;
}

.xf_history .hs_dot {
    color: #379188;
    font-size: 1.1rem;
    margin-right: 0.23rem;
}

.xf_history .hs_title_en {
    font-size: 0.28rem;
    color: #141414;
}

.xf_history .hs_title_zh {
    font-size: 0.54rem;
    color: #141414;
    position: relative;
}

.xf_history .hs_title_zh::after {
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #379188;
    border-radius: 50%;
    bottom: 0rem;
    right: 25%;
    z-index: -1;
}

.hs_v1_title .desc {
    color: #707070;
    font-size: 0.18rem;
    margin-top: 0.48rem;
    max-width: 6.1rem;
    line-height: 0.28rem;
}

.hs_v1_title .btn_search {
    border: none;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #DAB97E;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.hs_v1_title .btn_search::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #dab97e;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 0.5rem;
    transform: scale(1.2);
    animation: move4 4s infinite;
}

.video_t {
    color: #707070;
    font-size: 0.16rem;
    margin-bottom: 0.14rem;
}

.video_xufu {
    width: 3.18rem;
    height: 1.83rem;
}

@keyframes move4 {
    0% {
        opacity: 0.2;
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }

    100% {
        opacity: 0.2;
        transform: scale(1.2);
    }
}

@keyframes move2 {
    0% {
        opacity: 1;
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.2);
        opacity: 0.2;
    }
}

/* 产品横向展示 */
.product_swiper .center_view {
    height: 5.8rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 12vh;
    position: relative;
}

.center_view_scroll {
    right: 1rem;
    z-index: 10;
    height: 400px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 15%;
    top: 28%;
    overflow: hidden;
}

.xfswiper_pd {
    width: 50vw;
    height: 100%;
    overflow: hidden;
}

.center_view_scroll .center_view_scroll_item {
    margin-bottom: 96px;
    cursor: pointer;
    position: relative;
    max-width: 50%;
    /* transition: all .5s; */
}

.center_view_scroll_item.active .prod_desc_en {
    font-size: 0.28rem;
    font-weight: 400;
    color: #141414;
}

.center_view_scroll_item.active .prod_desc_title {
    font-size: 0.54rem;
    color: #141414;
    font-weight: bold;
}

.center_view_scroll_item .prod_desc_en {
    font-size: 0.2rem;
    font-weight: 400;
    color: #707070;
}

.center_view_scroll_item .prod_desc_title {
    font-size: 0.38rem;
    color: #707070;
    font-weight: bold;
}


.product_swiper .center_view_img {
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.product_swiper .center_view_img .center_view_img_div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.product_swiper .center_view_img .center_view_img_div {
    transform: rotate(180deg);
    transform-origin: 40% 10%;
    opacity: 0;
}

.product_swiper .center_view_img .center_view_img_div.active {
    z-index: 9;
    transform: rotate(360deg);
    opacity: 1;
    transition: all 1s;
}


.product_swiper {
    background-image: url(../img/product_bg.jpg);
    width: 100%;
    height: calc(100vh - 1rem);
    background-color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .product_swiper .prouctSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_swiper .prouctSwiper {
    width: 100%;
    height: 100%;
}

.product_swiper .prouctSwiper .bannerProdImg {
    width: 6.8rem;
    height: 6.8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.product_swiper .prouct_swiper_mask {
    width: 14.9rem;
    height: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-image: url(../img/prod_bottom_pagination.png);
    background-size: cover;
    bottom: 0;
    left: 50%;
    margin-left: -7.45rem;
    z-index: 100;
    max-height: 144px;
}

.slideCircle {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: all .5s;
}

.slideCircle img {
    width: 0.77rem;
}

.slideCircle.active img {
    width: 1rem;
}


.slideCircle:nth-child(1) {
    top: 0px;
    left: 25%;
}

.slideCircle:nth-child(2) {
    top: -25px;
    left: 40%;
}

.slideCircle:nth-child(3) {
    top: -25px;
    left: 55%;
}

.slideCircle:nth-child(4) {
    top: 0;
    left: 70%;
}

.cen {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: chocolate;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes myRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product_swiper .prouctSwiper .swiper-slide {
    color: #141414;
    font-size: 0.28rem;
}

.product_swiper .swiper_centerimg {
    position: absolute;
    top: 44%;
    left: 50%;
    margin-left: -3.3rem;
    margin-top: -3.4rem;
    width: 6.8rem;
    border-radius: 50%;
}

/* .product_swiper .prouctSwiper .swiper-slide .prod_desc {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    left: -52%;
}

.product_swiper .prouctSwiper .swiper-slide .prod_desc .prod_desc_en_bottom {
    font-size: 0.2rem;
    color: #1414148c;
}

.product_swiper .prouctSwiper .swiper-slide .prod_desc .prod_desc_en_bt_title {
    font-size: 0.388rem;
    color: #1414148c;
}

.product_swiper .prouctSwiper .swiper-slide .prod_desc_title {
    font-size: 0.54rem;
    font-weight: bold;
    position: relative;
}

.product_swiper .prouctSwiper .swiper-slide .prod_desc_title::after {
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #379188;
    border-radius: 50%;
    bottom: 0rem;
    right: -0.1rem;
    z-index: -1;
} */


.product_swiper .product-pagination {
    background-image: url(../img/prod_bottom_pagination.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 20% !important;
}

.prouctSwiper .btn_search {
    border: none;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #DAB97E;
    color: #fff;
    position: relative;
    cursor: pointer;
    top: 96%;
    left: 46%;
    position: absolute;
    z-index: 100;
}

.prouctSwiper .btn_search::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #dab97e;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.5rem;
    transform: scale(1.2);
    animation: move4 4s infinite;
}

/* 叙府酒图片展示 */
.xufu_product {
    width: 100vw;
    box-sizing: border-box;
    padding: 0.8rem 0;
    background-color: #fff;
    position: relative;
}

.xufu_t {
    font-size: 0.28rem;
    color: #141414;
    text-align: center;
}

.xufu_p::after {
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #379188;
    border-radius: 50%;
    bottom: 0rem;
    left: 56.5%;
    z-index: -1;
}

.xufu_p {
    font-size: 0.54rem;
    color: #141414;
    text-align: center;
    position: relative;
    z-index: 2;
}

.xufu_product .xufu_product_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.xufu_product .xufu_product_menu .menu_item {
    font-size: 0.22rem;
    margin-right: 0.25rem;
    border: 1px solid #141414;
    padding: 0.16rem 0.22rem;
    cursor: pointer;
}

.xufu_product .xufu_product_menu .menu_item.active {
    border-color: #00524C;
    color: #00524C;
    font-weight: bolder;
}

.xufu_product .swiper-wrapper {
    margin-top: 0.9rem;
}

.xufu_product .slide-content {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xufu_product .slide-content .prod_img {
    width: 3.8rem;
}

.xufu_product .slide-content .prod_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
}

.xufu_product .slide-content .prod_desc_top {
    color: #141414;
    font-size: 0.2rem;
}

.xufu_product .slide-content .prod_desc_top p:nth-child(2) {
    font-size: 0.4rem;
    margin-top: 0.1rem;
    font-weight: 500;
}

.xufu_product .slide-content .prod_desc_center {
    color: #707070;
    font-size: 0.18rem;
}

.xufu_product .slide-content .prod_desc_center .prod_title {
    font-size: 0.22rem;
    color: #141414;
    font-weight: 500;
    margin-bottom: 0.1rem;
}

.xufu_product .slide-content .prod_desc_bottom {
    display: flex;
}

.xufu_product .slide-content .prod_desc_bottom .b_item {
    width: 40%;
    font-size: 0.22rem;
    color: #141414;
    font-weight: 500;
}

.xufu_product .slide-content .prod_desc_bottom .b_item .prod_gg {
    font-size: 0.16rem;
    color: #707070;
    margin-top: 0.1rem;
}

.prodSelectSwiper .swiper-wrapper .swiper-slide {}

.prodSelectSwiper .swiper-wrapper .swiper-slide-prev {
    /* width: 50% !important; */
    opacity: 0.5;
}

.prodSelectSwiper .swiper-wrapper .swiper-slide-next {
    /* width: 50% !important; */
    opacity: 0.5;
    /* margin-left: -40%; */
}

.xufu_product .btn_search {
    border: none;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #DAB97E;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin-top: 1rem;
}

.xufu_product .btn_search::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #dab97e;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 0.5rem;
    transform: scale(1.2);
    animation: move4 4s infinite;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 叙府头条 */
.xufu_news {
    background-color: #fff;
    padding: 0.7rem 2rem;
}

.xufu_news .btn_search {
    border: none;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #DAB97E;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin-top: 1rem;
}

.xufu_news .btn_search::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #dab97e;
    position: absolute;
    left: 0;
    top: -1.6px;
    border-radius: 0.5rem;
    transform: scale(1.2);
    animation: move4 4s infinite;
}

.xufu_news .xufu_news_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.8rem;
}

.xufu_news .xufu_news_content .news_main_view {
    width: 49%;
    overflow: hidden;
    display: block;
    cursor: pointer;
    position: relative;
    height: 6.8rem;
    overflow: hidden;
}

.xufu_news .xufu_news_content .news_main_view .banner {
    height: 4.3rem;
    min-width: 100%;
    object-fit: cover;
}

.xufu_news .xufu_news_content .news_main_view .brad, .xufu_news .news_main_tj .news_item .brad {
    position: absolute;
    top: 0;
    right: 0;
}

.news_tt {
    font-size: 0.3rem;
    font-weight: bolder;
    color: #141414;
}

.news_tt_desc {
    color: #707070;
    font-size: 0.18rem;
    margin-top: 0.1rem;
}

.news_desc {
    background-color: #F9F9F9;
    width: 100%;
    padding: 0.5rem 0.43rem;
    box-sizing: border-box;
    margin-top: -0.25rem;
    display: flex;
    flex-direction: column;
    height: 2.5rem;
    justify-content: center;
}

.xufu_news .xufu_news_content .news_desc span {
    color: #707070;
    font-size: 0.18rem;
    margin-top: 0.1rem;
}

.xufu_news .news_main_tj {
    width: 49%;
}

.xufu_news .news_main_tj .news_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F9F9F9;
    height: 3.4rem;
    padding: 0.6rem 0.4rem;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: relative;
}

.xufu_news .news_main_tj .news_item:nth-child(1) {
    border-bottom: 1px solid #e1e1e1;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.time {
    color: #141414;
    font-size: 0.16rem;
    margin-top: 0.4rem;
}

.bottom_view {
    background-color: #fff;
    padding-top: 0.9rem;
}

.flex-c-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bottom_view .bottom_self {
    margin-top: 1.33rem;
    margin-bottom: 1.71rem;
}

.bottom_view .bottom_self .s_item {
    width: 7.55rem;
    height: 4.3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0.4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.bottom_view .bottom_self .s1_bg {
    background-image: url(../img/zsfw.png);
}

.bottom_view .bottom_self .s2_bg {
    background-image: url(../img/tpdz.png);
    margin-left: 0.2rem;
}

.bottom_view .bottom_self .s_title {
    color: #141414;
    font-size: 0.4rem;
    font-weight: bolder;
}

.bottom_view .bottom_self .s_desc {
    font-size: 0.18rem;
    color: #707070;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
}

.mb_banner {
    width: 100%;
    height: 50vh;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.mb_banner {
    background-image: url('../img/mb_banner.jpg');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .mb_index_swiper {
        height: 68vh;
    }

    .mb_index_swiper .mb_word {
        width: 80%;
    }

    .hs_v1_title .btn_search {
        width: 100px;
        height: 30px;
        padding: 0;
    }

    .mb_index_swiper .bannerSwiperImg .banner_view {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10%;
    }

    .series-btns {
        width: 40%;
        height: 45px;
        margin-top: 30px;
    }

    .series-btns::after {
        border: 1px solid #ffffffb8;
    }

    .mb_index_swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff !important;
        opacity: 1;
    }

    .mb_index_swiper .swiper-pagination-bullet {
        background: white;
        opacity: 0.5;
    }

    .xf_history {
        padding: 0px 20px;
        background-color: #FFFFFF;
        flex-direction: column;
        height: auto;
    }

    .xf_history .hs_view {
        width: 100%;
        justify-content: space-between;
        /*flex-direction: row;*/
        margin-top: 30px;
    }
    
    .xufu_news .xufu_news_content .news_main_view .brad, .xufu_news .news_main_tj .news_item .brad , .xufu_news .xufu_news_content .news_main_view .brad, .xufu_news .news_main_tj .news_item .brad{
        width: 60px;
    }

    .xf_history .hs_v1_title .ts_btn {
        margin-top: 20px;
    }
    
    .xf_history .hs_view2 img {
        /*width: 100%;*/
        /*padding-left: 20%;*/
        height: 5.5rem;
        width: auto;
        max-width: 100%;
    }

    .xf_history .hs_view2_1 img {
        height: auto;
    }

    .xf_history .hs_view1 {
        justify-content: flex-start;
        flex-direction: column;
    }

    .xf_history .hs_vs_container {
        left: 10%;
    }

    .hs_view_content {
        transform: none;
        width: 100%;
    }

    .xf_history .hs_view3 .hs_vs_container {
        right: 0;
        /*padding-left: 25%;*/
    }

    .xf_history .hs_view3 img {
        padding-left: 0;
        height: 5.5rem;
    }

    .xf_history .hs_vs_container {
        bottom: 40%;
    }

    .productSwiper_mb {
        background-image: url(../img/product_bg.jpg);
        width: 100%;
        background-color: #fff;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .productSwiper_mb .swiper-slide {
        padding: 68px 55px;
        box-sizing: border-box;
    }

    .productSwiper_mb .swiper-slide .prod_desc_en {
        font-size: 18px;
        color: #141414;
        font-weight: 500;
    }

    .productSwiper_mb .swiper-slide .prod_desc_title {
        font-size: 24px;
        color: #141414;
        font-weight: bold;
    }

    .productSwiper_mb .swiper-slide .center_img {
        text-align: center;
        width: 100%;
        margin-top: 38px;
    }

    .productSwiper_mb .swiper-slide .center_img img {
        width: 100%;
    }

    .productSwiper_mb .swiper-pagination-bullet {
        width: 10%;
        height: 4px;
        border-radius: 0;
    }

    .productSwiper_mb .swiper-pagination-bullet-active {
        background-color: #379188;
    }

    .productSwiper_mb .btn_search {
        top: -50px;
    }

    .productSwiper_mb_swiper {
        position: relative;
    }

    .productSwiper_mb_swiper .swiper-horizontal>.swiper-pagination-bullets,
    .productSwiper_mb_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .productSwiper_mb_swiper .swiper-pagination-custom,
    .productSwiper_mb_swiper .swiper-pagination-fraction {
        bottom: 40px;
    }

    .btn_search {
        padding: 10px 15px;
        border: none;
        border-radius: 0.5rem;
        background: #DAB97E;
        color: #fff;
        position: relative;
        cursor: pointer;
        font-size: 12px;
    }

    .btn_search::after {
        content: '';
        width: 100%;
        height: 100%;
        border: 1px solid #dab97e;
        position: absolute;
        left: 0;
        top: -1px;
        border-radius: 0.5rem;
        transform: scale(1.2);
        animation: move4 4s infinite;
    }

    .xufu_product .btn_search {
        margin-top: 100px;
        width: 120px;
        height: 40px;
    }

    .prodSelectSwiper  {
        margin-top: 70px;
    }

    .xufu_product {
        padding-bottom: 10px;
    }
    
    .xufu_product .more_bnt {
        margin-top: 40px;
    }
    
    .xufu_product .xfprodSelect_pd_pagination {
        bottom: 60px !important;
    }

    .xufu_product .slide-content {
        flex-direction: column;
        padding: 50px 25px;
    }

    .xufu_product .slide-content .prod_desc_top {
        font-size: 14px;
        color: #141414;
    }

    .xufu_product .slide-content .prod_desc_top p:last-child {
        font-weight: bold;
        font-size: 30px;
    }

    .xufu_product .slide-content .prod_desc_center .prod_title {
        font-weight: bold;
        margin:  20px 0;
    }

    .xufu_product .slide-content .prod_desc_center {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .xufu_product .slide-content .prod_desc_bottom .b_item {
        font-weight: bold;
    }

    .xufu_product .slide-content .prod_desc_bottom .b_item .prod_gg {
        font-weight: 400;
    }

    .xufu_news {
        padding: 0;
        padding-top: 30px;
    }

    .xufu_news .xufu_news_content {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
    }

    .xufu_news .xufu_news_content .news_main_view {
        width: 100%;
        background-color: #F9F9F9;
        padding: 25px;
        display: block;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .xufu_news .xufu_news_content .news_main_view .banner {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .news_desc {
        padding: 0;
        height: 1.5rem;
    }

    .news_tt {
        font-size: 18px;
        font-weight: bold;
    }

    .xufu_news .xufu_news_content .news_desc span {
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        display: block;
    }

    .xufu_news .news_main_tj .news_item {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }

    .xufu_news .news_main_tj {
        width: 100%;
    }

    .xufu_news .news_main_tj .news_item:nth-child(1) {
        border-bottom: 0;
    }

    .xufu_news .btn_search {
        width: 120px;
        height: 40px;
        padding: 0;
        margin-top: 20px;
    }

    .bottom_view .bottom_self {
        flex-direction: column;
    }

    .bottom_view .bottom_self .s_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .bottom_view .bottom_self .s_item:last-child {
        margin-bottom: 0;
    }

    .bottom_view .bottom_self .s2_bg {
        margin-left: 0;
    }

    .bottom_view .bottom_self {
        width: 100%;
        margin-bottom: 0;
    }

    .slogan_img {
        width: 100%;
    }
}