
.yu_banner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.yu_banner img{
    width: 100%;
}
.yu_banner .yu_banner_background{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

.banner{
    width: 100%;
    position: relative;
    background: url(../images/home_bg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 100px;
    z-index: 1;
}
.banner .yu_1200{
    position: relative;
    padding: 0 0 100px;
}

.banner .zhuyi{
    width: 100%;
    height: 66px;
    border: 2px solid #F7EAC7;
    border-radius: 4px;
    background-color: #fff;
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: 30px;
    overflow: hidden;
}
.banner .zhuyi ul li{
    height: 32px;
}
.banner .zhuyi p{
    width: 100%;
    padding: 0 18px;
    font-size: 16px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.banner .zhuyi p i{
    font-size: 18px;
    color: #E6212A;
    margin-right: 8px;
}
.banner .swiper-slide{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.banner .swiper-slide a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.banner .swiper-slide a img{
    width: 100%;
    transition: all .3s;
}
.banner .swiper-slide a:hover img{
    transform: scale(1.1);
}
.banner .swiper-slide video{
    width: 100%;
    height: 100%;
}
.banner .swiper-pagination{
    width: 100%;
    bottom: -15px;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #76757A;
    opacity: 1;
    margin: 0 6px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #E6212A;
}

.banner .swiper-button-next,
.banner .swiper-button-prev{
    width: 40px;
    height: 80px;
    
    color: #fff;
    font-weight: bold;
    --swiper-navigation-size: 28px;
    background-color: #E6212A;
    padding: 16px;
}
.banner .swiper-button-next{
    align-items: center;
    justify-content: flex-start;
    border-radius: 80px 0 0 80px;
    right: 0;
}
.banner .swiper-button-prev{
    align-items: center;
    justify-content: flex-end;
    border-radius: 0 80px 80px 0;
    left: 0;
}


/* 大型食品王国 */
.big_ul{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.big{
    width: 48%;
}
.big li{
    width: 48%;
    border-radius: 10px;
    margin-right: 4%;
    margin-bottom: 30px;
    box-shadow: 0 0 8px 1px #b9b9b9;
    overflow: hidden;
    transition: all .3s;
}
.big li:hover{
    box-shadow: 0 5px 8px 1px #ffffff;
}
.big1 li:first-child{
    width: 100%;
    margin-right: 0;
}
.big1 li:nth-child(3){
    margin-right: 0;
}
.big2 li:last-child{
    width: 100%;
    margin-right: 0;
}
.big2 li:nth-child(2){
    margin-right: 0;
}
.big li a{
    width: 100%;
    height: 100%;
    display: block;
}
.big li a img{
    width: 100%;
}
.big li a .big_com{
    width: 100%;
    padding: 20px 10px;
}
.big li a .big_com .title{
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.big li a .big_com .title i{
    font-size: 16px;
    color: #fff;
}
.big li a .big_com .title span{
    margin-left: 8px;
}
.big li a .big_com .text{
    width: 100%;
    height: 58px;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.big1 li:nth-child(1) a>.big_com{
    background-color: #827100;
}
.big1 li:nth-child(2) a>.big_com{
    background-color: #AE7000;
}
.big1 li:nth-child(3) a>.big_com{
    background-color: #6B6882;
}
.big2 li:nth-child(1) a>.big_com{
    background-color: #C91F37;
}
.big2 li:nth-child(2) a>.big_com{
    background-color: #9D2933;
}
.big2 li:nth-child(3) a>.big_com{
    background-color: #41555D;
}



/* 活动 */
.news_ul{
    width: 100%;
    align-items: flex-start;
}
.news_ul li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 5px;
    transition: all .3s;
}
.news_ul li:hover{
    box-shadow: 0 0 9px 1px #d9d9d9;
}
.news_ul li:nth-child(3n){
    margin-right: 0;
}
.news_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.news_ul li a .imgs{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.news_ul li a .imgs img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.news_ul li a:hover .imgs>img{
    transform: scale(1.1);
}
.news_ul li a:hover .title>span{
    color: #E4222D;
}
.news_ul li a .text{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.news_ul li a .text span{
    padding: 3px 8px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}
.news_ul li a .text span:first-child{
    background-color: #C8EDF8;
    border: 1px solid #C8EDF8;
}
.news_ul li a .ps{
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
.news_ul li a .title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.news_ul li a .title i{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6212A;
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
}
.news_ul li a .title span{
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
}
.news_ul li a .time{
    font-size: 14px;
    color: #666;
}
.news_ul li a .time span{
    color: #E6212A;
}



/* AD */
.screen{
    width: 100%;
    justify-content: space-between;
    padding: 27px;
    background-color: #FFE4DA;
    border-radius: 15px;
    margin-bottom: 40px;
}
.screen .imgs{
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
.screen .imgs img{
    width: 100%;
    transition: all .3s;
}
.screen:hover .imgs>img{
    transform: scale(1.1);
}
.screen .scr_com{
    width: 50%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.screen .scr_com .title{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.screen .scr_com .text{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.screen .scr_com .text i{
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6212A;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    font-weight: 500;
}
.screen .scr_com .scr_more{
    width: 160px;
    height: 42px;
    border: 1px solid #E6212A;
    border-radius: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
}
.screen .scr_com .scr_more i{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6212A;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}
.screen:hover .scr_more{
    background-color: #E6212A;
    color: #fff;
}
.screen:hover .scr_more>i{
    background-color: #fff;
    color: #E6212A;
}
.screen .scr_com .scr_more:hover{
    box-shadow: 0 0 8px 1px #868686;
}


/* 商品信息 */
.yu_modity{
    padding: 120px 0;
    background: url(../images/home_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.modity_ul{
    width: 100%;
    align-items: flex-start;
}
.modity_ul li{
    width: 18%;
    height: 200px;
    margin-right: 2.5%;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
}
.modity_ul li:nth-child(5n){
    margin-right: 0;
}
.modity_ul li a{
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 70%;
    border: 1px solid #E6DDCB;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.modity_ul li a .imgs{
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.modity_ul li a .imgs>img{

    transition: all .3s;
    width: 100%;
    max-width: inherit;
}
.modity_ul li a p{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 15px 0;
    transition: all .3s;
}
.modity_ul li a:hover p{
    color: #E6212A;
}
.modity_ul li a p i{
    width: 22px;
    height: 22px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6212A;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}
.modity_ul li a:hover .imgs>img{
    transform: scale(1.2);
}

.yu_tow{
    padding: 80px 0 40px;
}
.Links_ul{
    width: 100%;
    align-items: flex-start;
}
.Links_ul li{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 20px;
}
.Links_ul li:nth-child(4n){
    margin-right: 0;
}
.Links_ul li a{
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}
.Links_ul li a img{
    width: 100%;
    transition: all .3s;
}
.Links_ul li a:hover img{
    transform: scale(1.1);
}

/* 新闻稿 */

.news{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.news .news_ul0{
    width: 48%;
}
.news .news_ul0 .yu_content{
    align-items: flex-start;
} 
.news .news_ul0 li{
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
}
.news .news_ul0 li:nth-child(2){
    border-top: 1px solid #CDCDCD;
}
.news .news_ul0 li a{
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}
.news .news_ul0 li a .times{
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}
.news .news_ul0 li a .times span{
    padding: 6px 14px;
    background-color: #FDE7CB;
    font-size: 14px;
    color: #333;
    margin-left: 24px;
}
.news .news_ul0 li a .title{
    width: 100%;
    align-items: flex-start;
}
.news .news_ul0 li a .title i{
    font-size: 16px;
    color: #E6212A;
    margin-right: 7px;
    margin-top: 4px;
}
.news .news_ul0 li a .title span{
    font-size: 16px;
    color: #333;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .news_ul0 li a:hover .title>span{
    color: #fff;
    background-color: #E6212A;
}

.bot_ul1{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.bot_ul1 li{
    width: 23%;
}
.bot_ul1 li a{
    width: 100%;
    display: block;
}
.bot_ul1 li a .imgs{
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    background-color: #FBC800;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #CBCBCB;
}
.bot_ul1 li a .imgs img{
    width: 100%;
    transition: all .3s;
}
.bot_ul1 li a p{
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}
.bot_ul1 li:hover a>p{
    color: #E6212A;
}
.bot_ul1 li a p i{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6212A;
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
}
.bot_ul1 li:hover .imgs>img{
    transform: scale(1.1);
}

.bot_ul2{
    width: 100%;
    align-items: flex-start;
    padding: 50px 0;
}
.bot_ul2 li{
    width: 33.3333%;
    height: 90px;
    padding: 13px 20px;
    border: 1px solid #D7D7D7;
}
.bot_ul2 li:nth-child(3n){
    margin-right: 0;
}
.bot_ul2 li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.bot_ul2 li a .title{
    align-items: flex-start;
    line-height: 26px;
}
.bot_ul2 li a .title i {
    font-size: 16px;
    color: #E6212A;
    margin-right: 7px;
}
.bot_ul2 li a .title span {
    font-size: 16px;
    color: #333;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bot_ul2 li a .title span:hover{
    color: #E6212A;
}
.bot_ul3{
    width: 100%;
    padding-bottom: 40px;
}
.bot_ul3 li{
    width: 25%;
    display: flex;
    align-items: center;
}
.bot_ul3 li a{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.bot_ul3 li a .imgs{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bot_ul3 li a .imgs img{
    width: 100%;
    transition: all .3s;
}
.bot_ul3 li a:hover .imgs>img{
    transform: scale(1.1);
}
.bot_ul3 li a .coms{
    flex: 1;
    padding: 0 12px;
}
.bot_ul3 li a .coms p{
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}
.bot_ul3 li a:hover p{
    color: #E6212A;
}
.bot_ul3 li a .coms p i {
    font-size: 16px;
    color: #E6212A;
    margin-right: 7px;
    margin-top: 4px;
}
.bot_ul3 li a .coms span{
    font-size: 14px;
    color: #333333;
}








@media (max-width:767px){
    .banner{padding: 40px 15px;background-size: auto 100%;background-position: top;}
    .banner .yu_1200{padding: 0 0 20px;}
    .banner .swiper-pagination{bottom: -10px;}
    .banner .swiper-button-next, 
    .banner .swiper-button-prev{
        display: none;
        /* width: 20px;height: 40px;padding: 10px;--swiper-navigation-size: 16px;top: 57%; */
    }
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
    .yu_xian{padding: 0 15px;}
    .yu_content img{width: 115px;}
    .big{width: 100%;}
    .news_ul li{
        width: 100%;margin-right: 0%;border-radius: 8px;
        margin-bottom: 20px;padding: 10px;box-shadow: 0 0 10px 1px #d9d9d9;
    }
    .yu_ad{padding: 0 15px;}
    .screen{padding: 20px 15px;margin-bottom: 40px;}
    .screen .imgs{width: 100%;}
    .screen .scr_com{width: 100%;padding: 20px 0;}
    .screen .scr_com .title{font-size: 18px;}
    .screen .scr_com .text{font-size: 16px;}
    .modity_ul li{width: 48%;margin-right: 4%;height: 150px;}
    .modity_ul li:nth-child(2n){margin-right: 0;}
    .modity_ul li:nth-child(5){margin-right: 4%;}
    .modity_ul li a .imgs>img{width: 125px;}
    .modity_ul li a .imgs{bottom: 55px;}
    .modity_ul li a p{font-size: 14px;}
    .modity_ul li a p i{width: 20px;height: 20px;}
    .yu_modity{padding: 50px 0;background-size: auto 100%;background-position: right;}
    .yu_tow{padding: 50px 15px 0;}
    .Links_ul li{width: 48%;margin-right: 4%;}
    .Links_ul li:nth-child(2n){margin-right: 0;}
    .news{padding: 0 15px;}
    .news .news_ul0{width: 100%;}
    .news .news_ul0:nth-child(1){margin-bottom: 40px;}
    .news .news_ul0 li a .times{margin-bottom: 10px;}
    .news .news_ul0 li a .title span{font-size: 14px;}
    .bot_ul1{padding: 0 15px;}
    .bot_ul1 li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
    .bot_ul1 li:nth-child(2n){margin-right: 0;}
    .bot_ul1 li a p{font-size: 14px;}
    .bot_ul1 li a p i{width: 16px;height: 16px;font-size: 12px;}
    .bot_ul2{padding: 30px 15px;}
    .bot_ul2 li{width: 50%;padding: 10px;height: 66px;}
    .bot_ul2 li a .title{line-height: 22px;}
    .bot_ul2 li a .title span{font-size: 14px;}
    .bot_ul3{padding: 0 15px 10px;}
    .bot_ul3 li{width: 100%;margin-bottom: 20px;}
    .bot_ul3 li a .imgs{width: 50px;height: 50px;}
    
}


@media (min-width:768px) and (max-width:819px){
    .banner{padding: 40px 25px;background-size: auto 100%;background-position: top;}
    .banner .yu_1200{padding: 0 0 60px;}
    .banner .swiper-pagination{bottom: 25px;}
    .banner .swiper-button-next, 
    .banner .swiper-button-prev{display: none;
        width: 20px;height: 40px;padding: 10px;--swiper-navigation-size: 16px;
    }
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
    .yu_xian{padding: 0 15px;}
    .yu_content img{width: 115px;}
    .big{width: 100%;}
    .news_ul li{
        width: 48%;margin-right: 4%;border-radius: 8px;
        margin-bottom: 20px;padding: 10px;box-shadow: 0 0 10px 1px #d9d9d9;
    }
    .news_ul li:nth-child(2n){margin-right: 0;}
    .news_ul li:nth-child(3){margin-right: 4%;}
    .yu_ad{padding: 0 15px;}
    .screen{padding: 20px 15px;margin-bottom: 40px;}
    .screen .scr_com{padding: 20px 0;}
    .screen .scr_com .title{font-size: 18px;}
    .screen .scr_com .text{font-size: 16px;}
    .modity_ul li{width: 31%;margin-right: 3.5%;height: 170px;}
    .modity_ul li:nth-child(3n){margin-right: 0;}
    .modity_ul li:nth-child(5){margin-right: 3.5%;}
    .modity_ul li a .imgs>img{width: 153px;}
    .modity_ul li a .imgs{bottom: 55px;}
    .yu_modity{padding: 50px 0;background-size: auto 100%;background-position: right;}
    .yu_tow{padding: 50px 15px 0;}
    .news{padding: 0 15px;}
    .news .news_ul0{width: 100%;}
    .news .news_ul0:nth-child(1){margin-bottom: 40px;}
    .bot_ul1{padding: 0 15px;}
    .bot_ul1 li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
    .bot_ul1 li:nth-child(2n){margin-right: 0;}
    .bot_ul1 li a p{font-size: 14px;}
    .bot_ul1 li a p i{width: 16px;height: 16px;font-size: 12px;}
    .bot_ul2{padding: 30px 15px;}
    .bot_ul2 li{width: 50%;padding: 10px;height: 66px;}
    .bot_ul2 li a .title{line-height: 22px;}
    .bot_ul2 li a .title span{font-size: 14px;}
    .bot_ul3{padding: 0 15px 10px;}
    .bot_ul3 li{width: 50%;margin-bottom: 20px;}
    .bot_ul3 li a .imgs{width: 50px;height: 50px;}
}

@media (min-width:820px) and (max-width:1023px){
    .banner{padding: 40px 25px;background-size: auto 100%;background-position: top;}
    .banner .yu_1200{padding: 0 0 60px;}
    .banner .swiper-pagination{bottom: 25px;}
    .banner .swiper-button-next, 
    .banner .swiper-button-prev{display: none;
        width: 20px;height: 40px;padding: 10px;--swiper-navigation-size: 16px;
    }
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
    .yu_xian{padding: 0 15px;}
    .yu_content img{width: 115px;}
    .big{width: 100%;}
    .news_ul li{
        width: 48%;margin-right: 4%;border-radius: 8px;
        margin-bottom: 20px;padding: 10px;box-shadow: 0 0 10px 1px #d9d9d9;
    }
    .news_ul li:nth-child(2n){margin-right: 0;}
    .news_ul li:nth-child(3){margin-right: 4%;}
    .yu_ad{padding: 0 15px;}
    .screen{padding: 20px 15px;margin-bottom: 40px;}
    .screen .scr_com{padding: 20px 0;}
    .screen .scr_com .title{font-size: 18px;}
    .screen .scr_com .text{font-size: 16px;}
    .modity_ul li{width: 31%;margin-right: 3.5%;height: 170px;}
    .modity_ul li:nth-child(3n){margin-right: 0;}
    .modity_ul li:nth-child(5){margin-right: 3.5%;}
    .modity_ul li a .imgs>img{width: 153px;}
    .modity_ul li a .imgs{bottom: 55px;}
    .yu_modity{padding: 50px 0;background-size: auto 100%;background-position: right;}
    .yu_tow{padding: 50px 15px 0;}
    .news{padding: 0 15px;}
    .news .news_ul0{width: 100%;}
    .news .news_ul0:nth-child(1){margin-bottom: 40px;}
    .bot_ul1{padding: 0 15px;}
    .bot_ul1 li:nth-child(2n){margin-right: 0;}
    .bot_ul1 li a p{font-size: 14px;}
    .bot_ul1 li a p i{width: 16px;height: 16px;font-size: 12px;}
    .bot_ul2{padding: 30px 15px;}
    .bot_ul2 li{width: 50%;padding: 10px;height: 66px;}
    .bot_ul2 li a .title{line-height: 22px;}
    .bot_ul2 li a .title span{font-size: 14px;}
    .bot_ul3{padding: 0 15px 10px;}
    .bot_ul3 li{width: 50%;margin-bottom: 20px;}
    .bot_ul3 li a .imgs{width: 50px;height: 50px;}
}

@media (min-width:1024px) and (max-width:1199px){
    .news_ul li a .title span{font-size: 15px;}
    .modity_ul li{height: 150px;}
    .modity_ul li a .imgs img{width: 110px;}
    .bot_ul3 li a .imgs{width: 55px;height: 55px;}
    .bot_ul3 li a .coms p{font-size: 14px;}
}

@media (min-width:1200px) and (max-width:1365px){
    
}

@media (min-width:1366px) and (max-width:1439px){

}
@media (min-width:1440px) and (max-width:1600px){

}






