
.en_banner{
    width: 100%;
    position: relative;
}
.en_banner .swiper-slide img{
    width: 100%;
}
.en_banner .swiper-button-next,
.en_banner .swiper-button-prev{
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    --swiper-navigation-size: 32px;
    color: #D3EDFB;
}
.en_banner .swiper-button-next{
    right: 40%;
}
.en_banner .swiper-button-prev{
    left: 24%;
}
.en_banner .en_head_nav{
    width: 100%;
    position: absolute;
    bottom: 0;
    justify-content: center;
    align-items: flex-end;
    z-index: 99;
    flex-wrap: nowrap;
    overflow: auto;
}
.en_banner .en_head_nav .homea{
    width: 44px;
    height: 44px;
    border-radius: 8px 8px 0 0;
    background-color: #E30200;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.en_banner .en_head_nav .homea i{
    font-size: 30px;
}
.en_banner .en_head_nav .homea2{
    width: 112px;
    height: 44px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 13px;
    color: #333;
} 
.en_banner .en_head_nav .homea2 .tiao{
    width: 5px;
    height: 28px;
    background-color: #E30200;
    margin-right: 10px;
}
.en_banner .en_head_nav .homea2:nth-child(3) .tiao{
    background-color: #F08405;
}
.en_banner .en_head_nav .homea2:nth-child(4) .tiao{
    background-color: #AECF18;
}
.en_banner .en_head_nav .homea2:nth-child(5) .tiao{
    background-color: #00A0E8;
}
.en_banner .en_head_nav .homea2:nth-child(6) .tiao{
    background-color: #B14988;
}
.en_banner .en_head_nav .homea2:nth-child(7) .tiao{
    background-color: #E4007F;
}

.jbse{
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, #ffffff 0%, #FBE3E5 100%);
    border-top: 3px solid red;
}
.jbse_com{
    padding: 0;
    margin-top: -110px;
}
.jbse_ul1{
    width: 100%;
    margin-bottom: 3.334%;
}
.jbse_ul1 a{
    width: 32%;
    margin-right: 2%;
    box-shadow: 0px 4px 8px 0px #FFBFBF;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
}
.jbse_ul1 a:nth-child(3n){
    margin-right: 0;
}
.jbse_ul1 a img{
    width: 100%;
}
.jbse_ul1 a p{
    width: 100%;
    padding: 0 4.2%;
    margin: 2.6% 0;
    font-size: 13px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jbse_ul2{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}
.jbse_ul2 .ul_left{
    width: 48%;
}
.jbse_ul2 .ul_left .title2{
    padding: 3.5% 0 2%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.jbse_ul2 .ul_left .ul_b1{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3.8%;
}
.jbse_ul2 .ul_left .ul_b1 img{
    width: 56px;
    margin-right: 12px;
}
.jbse_ul2 .ul_left .ul_b1 .text{
    flex: 1;
}
.jbse_ul2 .ul_left .ul_b1 .text .time{
    width: 100%;
    font-size: 12px;
}
.jbse_ul2 .ul_left .ul_b1 .text .time span{
    width: 100%;
    color: #E30200;
}
.jbse_ul2 .ul_left .ul_b1 .text .biaoti{
    width: 100%;
    font-size: 16px;
    color: #006EFF;
}
.jbse_ul2 .ul_left .ul_b2{
    width: 100%;
    display: flex;
    position: relative;
}
.jbse_ul2 .ul_left .ul_b2 img{
    width: 100%;
    transition: all .3s;
}
.jbse_ul2 .ul_left .ul_b2:hover img{
    transform: scale(1.1);
}
.jbse_ul2 .ul_left .ul_b2 .biaoti{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #333;
    line-height: 22px;
    display: flex;
    max-width: 70%;
}
.jbse_ul2 .ul_left .ul_b2 .biaoti span{
    width: 20px;
    font-size: 44px;
    display: flex;
    align-items: center;
    color: #E30200;
}
.jbse_ul2 .ul_right{
    width: 48%;
    margin-top: 2.1%;
    padding: 1.667%;
    border-radius: 15px;
    background-color: #ECF586;
    align-items: flex-start;
}
.jbse_ul2 .ul_right .right_title{
    width: 100%;
    text-align: center;
    color: #79B621;
    font-size: 18px;
    margin-bottom: 4%;
}
.jbse_ul2 .ul_right .right_a1{
    width: 48%;
    margin: 0 4% 4% 0;
}
.jbse_ul2 .ul_right .right_a1:nth-child(3){
    margin-right: 0;
}
.jbse_ul2 .ul_right .right_a1 img{
    width: 100%;
}
.jbse_ul2 .ul_right .right_a1 .biaoti{
    width: 100%;
    font-size: 14px;
    color: #006EFF;
    margin: 4% 0;
}
.jbse_ul2 .ul_right .right_a1 .texts{
    width: 100%;
    font-size: 13px;
    color: #333;
}
.jbse_ul2 .ul_right .right_a2{
    width: 100%;
    align-items: center;
    /* padding: 10px; */
    background-color: #FCEFC7;
}
.jbse_ul2 .ul_right .right_a2 img{
    width: 26.12%;
}
.jbse_ul2 .ul_right .right_a2 .div2{
    width: 47%;
    padding: 0 10px;
}
.jbse_ul2 .ul_right .right_a2 .div2 .biaoti{
    width: 100%;
    font-size: 14px;
    color: #006EFF;
}
.jbse_ul2 .ul_right .right_a2 .div2 .texts{
    width: 100%;
    font-size: 13px;
    color: #333;
}

.jbse2{
    width: 100%;
    background: url(../images/ysjy_bg02.png) no-repeat;
    background-size: 100% auto;
}
.jbse2 .jdse2_title{
    font-size: 20px;
}
.jbse2 .jbse2_back{
    max-width: 728px;
    /* height: 110px; */
    background: url(../images/ysjy_bg01.png) no-repeat;
    background-size: 100% auto;
    margin: 2% auto;
}
.jbse2 .jbse2_back .jdse2_title{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #E30200;
    padding: 10px 0 20px;
}
.jbse2 .jbse2_back .jbse2_ul{
    width: 100%;
    padding-bottom: 4.5%;
    justify-content: center;
}
.jbse2 .jbse2_back .jbse2_ul a{
    /* width: 114px;
    height: 32px; */
    padding: .76% 4.533%;
    margin: 0 1.375%;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-color: #E71C1B;
}
.jbse2 .jbse2_back .jbse2_ul a:nth-child(2){
    background-color: #F08405;
}
.jbse2 .jbse2_back .jbse2_ul a:nth-child(3){
    background-color: #AECF18;
}
.jbse2 .jbse2_back .jbse2_ul a:nth-child(4){
    background-color: #00A0E8;
}
.jbse2 .jbse2_back .jbse2_ul a:nth-child(5){
    background-color: #B14988;
}
.jbse3_ul{
    width: 100%;
    align-items: flex-start;
    position: relative;
}
.jbse3_ul::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b9b9b9;
}
.jbse3_ul li{
    width: 46%;
    margin-right: 8%;
    padding: 2.5% 0;
    border-bottom: 1px solid #b9b9b9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.jbse3_ul li:nth-child(2n){
    margin-right: 0;
}
.jbse3_ul li .ul3_title{
    width: 100%;
    font-size: 18px;
    padding-bottom: 25px;
    text-align: center;
}
.jbse3_ul li .ul3_li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10%;
}
.jbse3_ul li .ul3_li a{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.jbse3_ul li .ul3_li a img{
    width: 100%;
}
.jbse3_ul li .ul3_li a .biaoti{
    width: 100%;
    font-size: 14px;
    color: #006EFF;
    padding: 8px 0;
}
.jbse3_ul li .ul3_li a .text3{
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.jbse3_ul li .jbse_3a{
    width: 100px;
    height: 25px;
    background-color: #FF6666;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
}
.jbse3_ul li .jbse_3a i{
    font-size: 16px;
    color: #fff;
}

.jbse_4{
    width: 100%;
    padding-top: 110px;
}
.jbse_4 .title4{
    width: 100%;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 32px;
}
.jbse_4 .title4 span{
    width: 154px;
    height: 24px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F08405;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
}
.jbse_4 .title4 span i{
    font-size: 14px;
    color: #fff;
}
.jbse_4 .jbse_4ul{
    width: 888px;
    margin: 0 auto 50px;
    border-top: 2px solid #E30200;
    border-bottom: 2px solid #E30200;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 0;
}
.jbse_4 .jbse_4ul a{
    display: flex;
    align-items: center;
    margin: 0 20px;
    font-size: 14px;
}
.jbse_4 .jbse_4ul a img{
    margin-right: 10px;
}

/* 招聘页面 */
.recurit_head{
    width: 100%;
    background-color: #674B22;
}
.recurit_head .recurit_ul{
    width: 100%;
    justify-content: center;
}
.recurit_head .recurit_ul li{
    height: 96px;
    border-right: 1px solid #7C6938;
}
.recurit_head .recurit_ul li a{
    height: 100%;
    padding: 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
}
.recurit_head .recurit_ul li:first-child a>i{
    font-size: 20px;
    font-weight: bold;
}
.recurit_head .recurit_ul .recurit_li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
    border-right: 0px solid #7C6938;
}
.recurit_head .recurit_ul .recurit_li a{
    width: 85px;
    height: 26px;
    border-radius: 30px;
    background-color: #7F6C3B;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
    padding: 0;
}

.recurit_image{
    width: 100%;
}
.recurit_image .re_imgs{
    width: 100%;
}
.recurit_image .re_imgs img{
    width: 100%;
}


.hong_img .bg_img{
	max-width: 100%;
}
.hong_img .qes_box img,.hong_img .qes_box .link_box a img{
	object-fit: none;
}
.recurit_image .hong_img{
	position: relative;
}
.recurit_image .hong_img .qes_box{
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.recurit_image .hong_img .qes_box .title_img{
    width: 30%;
    max-width: 227px;
	display: block;
	margin: 0 auto;
    object-fit: fill;
}
.recurit_image .hong_img .qes_box .link_box{
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* align-items: flex-end; */
	margin-top: 1%;
}
.recurit_image .hong_img .qes_box .link_box a{
	cursor: pointer;
    width: 13.5%;
}
.recurit_image .hong_img .qes_box .link_box a:nth-child(2){
	margin-top: 2%;
}
.recurit_image .hong_img .qes_box .link_box a img{width: 100%;}

.recurit_image .re_imgs2{
    width: 100%;
    position: relative;
}
.recurit_image .re_imgs2 img{
    width: 100%;
}
.recurit_image .re_imgs2 a{
	position: absolute;
}
.recurit_image .re_imgs2 .rcpy{
    width: 20%;
    height: 30%;
    top: 15%;
    left: 26%;
    border-radius: 45px;
}
.recurit_image .re_imgs2 .rcpy img{
    width: 100%;
    height: 100%;
}
.recurit_image .re_imgs2 .rcyj{
	width: 16%;
    height: 33%;
    top: 57%;
    left: 27%;
    border-radius: 30px;
}
.recurit_image .re_imgs2 .rcln{
    width: 29%;
    height: 61%;
    top: 29%;
    left: 47%;
    border-radius: 97px;
}

.h_zhaopin03{
    position: relative;
}
.recurit_image .h_zhaopin03 .h_zhaopin03_03,.recurit_image .h_zhaopin03 .h_zhaopin03_02,.recurit_image .h_zhaopin03 .h_zhaopin03_01{
    position: absolute;
    width: 18%;
}
.h_zhaopin03 .h_zhaopin03_03{
    top: 18%;
    left: 26%;
}
.h_zhaopin03 .h_zhaopin03_02{
    top: 18%;
    left: 57%;
}
.h_zhaopin03 .h_zhaopin03_01{
    top: 53%;
    left: 40%;
}



.re_imgs_list{
    position: relative;
}
.re_imgs_list .re_list_ul{
    position: absolute;
    width: 1000px;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    padding: 15px 0;
}
.re_imgs_list .re_list_ul li{
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.re_imgs_list .re_list_ul li img{
    width: auto;
    margin-bottom: 6px;
}
.re_imgs_list .re_list_ul li .title{
    font-size: 12px;
    font-weight: bold;
    /* margin-bottom: 6px; */
}
.re_imgs_list .re_list_ul::-webkit-scrollbar-track-piece { 
    /* //滚动条凹槽的颜色，还可以设置边框属性 */
    background-color:#D8D8D8;
    border-radius: 50px;
}
.re_imgs_list .re_list_ul::-webkit-scrollbar {
    /* //滚动条的宽度 */
    width:9px;
    height:9px;
    padding: 5px;
}
.re_imgs_list .re_list_ul::-webkit-scrollbar-thumb {
    /* //滚动条的设置 */
    background-color:#333;
    background-clip:padding-box;
    min-height:28px;
    border-radius: 50px;
}
.re_imgs_list .re_list_ul::-webkit-scrollbar-thumb:hover {
    background-color:#333;
}
.recurit_image .re_imgs_list  .zhaopin8_06{
	width: 60%;
	position: absolute;
	top: 15%;
	left: 20%;
}

.recurit_image .re_imgs_list  .h_zhaopinicon1{
	width: 30%;
	position: absolute;
	top: 15%;
	left: 20%;
}

.recurit_image .re_imgs_list  .h_zhaopinicon2{
	width: 30%;
	position: absolute;
	top: 15%;
	left: 52%;
}

.re_imgs_list .h_zhaopinibg5_title{
	position: absolute;
	font-weight: bold;
	top: 0;
	text-align: center;
	width: 100%;
	font-size: 30px;
}
.re_imgs_list .h_zhaopinibg5_desc{
	position: absolute;
	top: 60%;
	text-align: center;
	width: 100%;
}


.re_imgs_list2{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.re_imgs_list2 .list2_img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.re_imgs_list2 .list2_post{
    max-width: 1000px;
    width: 100%;
    margin: 5% auto;
}
.re_imgs_list2 .list2_post .list2_title{
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4%;
}
.re_imgs_list2 .list2_post .list2_title1{
    color: #F39801;
}
.re_imgs_list2 .list2_post .list2_title2{
    color: #106EB9;
}
.re_imgs_list2 .list2_post .list2_title3{
    color: #E50013;
}
.re_imgs_list2 .list2_post .list2_ul{
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 3%;
}
.re_imgs_list2 .list2_post .list2_ul li{
    width: 36%;
    margin: 0 1%;
    padding: .8%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.re_imgs_list2 .list2_post .list2_ul1 li{
    background-color: #F39801;
}
.re_imgs_list2 .list2_post .list2_ul2 li{
    background-color: #106EB9;
}
.re_imgs_list2 .list2_post .list2_ul3 li{
    background-color: #E50013;
}
.re_imgs_list2 .list2_post .list2_ul li .list2_ulimgs{
    width: 100%;
    /* height: 100px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.re_imgs_list2 .list2_post .list2_ul li img{
    width: 100%;
    box-shadow: 0 0 11px 1px rgba(51, 51, 51, 0.719);
}
.re_imgs_list2 .list2_post .list2_ul li p{
    width: 100%;
    padding: .8% 0 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.list3_ul{
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin: 5% 0;
}
.list3_ul a{
    width: 21%;
    max-width: 162px;
    /* height: 162px; */
    margin: 0 1%;
    position: relative;
}
.list3_ul a img{
    width: 100%;
}
.list3_ul a p{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list3_ul a p span{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.list3_ul a p .span1{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

/*员工采访*/
.ttl-h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin: 50px 0 20px;
    padding-top: 15px;
    border-top: 1px solid #f00;
}
.text03 {
    line-height: 1.5;
    display: flex;
}
.text03>img {
    margin-right: 15px;
}
.beliefsTop-bnr_large {
    margin-top: 50px;
    position: relative;
}
.beliefsTop-bnr_large a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.beliefsTop-bnr_large .photo img {
    border-radius: 10px;
    width: 700px;
    height: auto;
}
.beliefsTop-bnr_large a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.beliefsTop-bnr_large .overOpc{
    width: 100%;
    display: flex;
}
.beliefsTop-bnr_large .overOpc p{
    width: 100%;
}
.beliefsTop-bnr_large .overOpc p img{
    width: 100%;
}

.beliefsTop-bnr_large .text {
    line-height: 1.5;
    position: absolute;
    bottom: 13px;
    left: 20px;
    color: #fff;
}
.beliefsTop-bnr_large .bn_ttl {
    position: absolute !important;
    top: 2px;
    left: 0 !important;
    max-width: 50vw;
}
@media only screen and (min-width: 1024px){
    .beliefsTop-bnr_large .name {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px){
    .beliefsTop-bnr_large .text {
        color: #333;
        background-color: rgba(255,255,255,0.9);
        padding: 1em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

}

.mlt_451{
    width: 100%;
}
.mlt_451 .m_451_img{
    width: 100%;
}
.mlt_451 .m_451_img img{
    width: 100%;
}
.mlt_451 .text{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin: 35px 0;
}
.mlt_451 .ul_451{
    width: 100%;
}
.mlt_451 .ul_451 a{
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.xian_451{
    width: 100%;
    border-top: 2px dashed #DFDACB;
    margin: 45px 0;
}

.mlt2_451{
    width: 100%;
}
.mlt2_451 .title{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 30px;
}
.mlt2_451 .title2{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
}
.mlt2_451 .text{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 30px;
}
.mlt2_451 .ul2_451{
    width: 100%;
    align-items: flex-start;
}
.mlt2_451 .ul2_451 a{
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.mlt2_451 .ul2_451 a:nth-child(4n){
    margin-right: 0;
}
.mlt2_451 .ul2_451 a img{
    width: 100%;
    margin-bottom: 8px;
}
.mlt2_451 .ul2_451 a p{
    width: 100%;
    font-size: 14px;
    color: #666;
}

.en_banner2{
    padding: 1% 2% 0;
    background-color: #EDF3F7;
}
.en_banner .en_head_nav2{
    position: initial;
    transform: initial;
    justify-content: flex-start;
}
.en_banner .en_head_nav2 .homea{
    background-color: #fff;
    color: #E30200;
}
.en_banner .en_title2{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: #E30200;
    margin-bottom: 20px;
}
.en_banner .en_title2 p{
    width: 187px;
    height: 26px;
    border-radius: 30px;
    background-color: #EE7600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}
.en_banner2 .en_head_nav2 .homea2:nth-child(3) .tiao,
.en_banner2 .en_head_nav2 .homea2:nth-child(4) .tiao,
.en_banner2 .en_head_nav2 .homea2:nth-child(5) .tiao,
.en_banner2 .en_head_nav2 .homea2:nth-child(6) .tiao,
.en_banner2 .en_head_nav2 .homea2:nth-child(7) .tiao{
    background-color: #e5e5e5;
}
.jbse_com2{
    margin-top: -150px;
}
.xxs_title{
    width: 100%;
    padding: 0px 0 1.58%;
    text-align: center;
    font-size: 20px;
    color: #E71C1B;
}
.xxs_ul2{
    width: 100%;
    align-items: flex-start;
}
.xxs_ul2 a{
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 2%;
}
.xxs_ul2 a:nth-child(4n){
    margin-right: 0;
}
.xxs_ul2 a img{
    width: 100%;
}
.xxs_ul2 a p{
    width: 100%;
    font-size: 14px;
    color: #006EFF;
    margin: 3.476% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xxs_ul2 a span{
    width: 100%;
    font-size: 13px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xxs_title2{
    color: #6996B5;
}
.xxs_1200{
    padding: 1.58% 3.153%;
    background-color: #FFEBEA;
    border-radius: 20px;
}
.xxs_more{
    width: 100%;
    display: flex;
    justify-content: center;
}
.xxs_more a{
    width: 100px;
    height: 25px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    background-color: #FF6666;
}

.xxs_pros{
    width: 100%;
    justify-content: center;
    padding-top: 3.334%;
    border-top: 1px solid #b9b9b9;
    margin-bottom: 4.167%;
}
.xxs_pros a{
    width: 243px;
    height: 61px;
    position: relative;
    margin: 0 1.5% 1%;
}
.xxs_pros a img{
    width: 100%;
    height: 100%;
}
.xxs_pros a p{
    text-align: center;
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
}
.xxs_jbse{
    background: url(../img/ysjy_bg02.png) no-repeat;
    background-size: 100% auto;
}
.xxs_ul3{
    align-items: center;
}
.xxs_ul3 a{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.xxs_ul3 a:nth-child(3n){
    margin-right: 0;
}
.xxs_ul3 a .image{
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xxs_ul3 a .image img{
    width: auto;
}
.xxs_ul3 a .xxs_ul3_com{
    width: 76%;
    margin-left: 4%;
}
.xxs_ul3 a .xxs_ul3_com .text2{
    font-size: 12px;
    color: #A2A1A0;
}
.xxs_ul3 a .xxs_ul3_com .title{
    font-size: 14px;
    color: #006EFF;
    margin: 5px 0;
}
.xxs_ul3 a .xxs_ul3_com .text{
    font-size: 14px;
    color: #333;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xxs_12002{
    background-color: #F4F8FA;
    border-radius: 0;
    margin-top: 2.628%;
}

.enioy_7{
    width: 100%;
    margin-top: -150px;
    padding: 0 0 50px;
}
.enioy_7_img{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 4.167%;
} 
.enioy_7_img img{
    width: auto;
}
.enioy_7_list{
    width: 100%;
}
.enioy_7_list li{
    width: 100%;
    margin-bottom: 5.834%;
}
.enioy_7_list li .enioy_7_div{
    width: 100%;
    padding: 1.375% 0;
    /* height: 80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FAC0D7;
    font-size: 26px;
    color: #E4007F;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    border-bottom: 10px solid #FAC0D7;
}
.enioy_7_list li .enioy_7_div i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 40px;
}




.enioy_7_list .enioy_7_none{
    width: 100%;
    margin-top: 3.3%;
    display: none;
}
.enioy_7_ul{
    width: 100%;
    justify-content: center;
    align-content: flex-start;
    margin-bottom: 12.5%;
}
.enioy_7_ul li{
    width: 150px;
    height: 110px;
    margin: 0 5px;
    border: 1px solid #E4007F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
}
.enioy_7_ul li .title{
    width: 70%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333333;
}
.enioy_7_ul li i{
    font-size: 18px;
    color: #E4007F;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.enioy_7_none .enioy_7_tu{
    width: 100%;
    align-items: stretch;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a{
    width: 48%;
    margin: 0 4% 2.5% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    border-radius: 15px;
    background-color: #FFE2B1;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(2n){
    margin-right: 0;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a img{
    width: 100%;
    /* border-radius: 15px; */
}
.enioy_7_list .enioy_7_none .enioy_7_tu a .title{
    width: 80%;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a .more_7{
    padding: 1.84% 6.9%;
    /* width: 38.76%; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #EF7E2D;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a .more_7 i{
    margin-left: 16px;
}

.yu_shengqi{
    width: 100%;
    padding: 3%;
    justify-content: center;
    border-top: 3px solid #E4007F;
}
.yu_shengqi img{
    width: 30%;
    max-width: 316px;
}
.yu_shengqi .yu_shiyu{
    width: 30%;
    max-width: 250px;
    margin: 0 5%;
}
.yu_shengqi .yu_shiyu .yu_title{
    width: 100%;
    text-align: center;
    padding: 6% 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}
.yu_shengqi .yu_shiyu .yu_text{
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding: 6% 0;
}

.enioy_7_list .enioy_7_none .enioy_7_tu a .texts{
    width: 100%;
    align-items: flex-start;
    margin-bottom: 7.752%;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a .texts .texts_li{
    width: 49%;
    margin: 0 2% 2% 0;
    padding: 3.876%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a .texts .texts_li:nth-child(2n){
    margin-right: 0;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a .texts .texts_li .texts_li_tap{
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a .texts .texts_li .texts_li_p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #EC702D;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a .texts .texts_li .texts_li_p span{
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #EC702D;
    margin-right: 6px;
    white-space: nowrap;
}

.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(2){
    background-color: #D2E082;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(3){
    background-color: #FFF582;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(4){
    background-color: #D1EAF6;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(5){
    background-color: #D2E6CA;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(6){
    background-color: #FDCFBA;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(2) .texts>.texts_li>.texts_li_p{color: #619A6C;}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(2) .texts>.texts_li>.texts_li_p>span{
    background-color: #619A6C;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(3) .texts>.texts_li>.texts_li_p{color: #EF7E2D;}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(3) .texts>.texts_li>.texts_li_p>span{
    background-color: #EF7E2D;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(4) .texts>.texts_li>.texts_li_p{color: #584869;}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(4) .texts>.texts_li>.texts_li_p>span{
    background-color: #584869;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(5) .texts>.texts_li>.texts_li_p{color: #50806D;}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(5) .texts>.texts_li>.texts_li_p>span{
    background-color: #50806D;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(6) .texts>.texts_li>.texts_li_p{color: #9D5A47;}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(6) .texts>.texts_li>.texts_li_p>span{
    background-color: #9D5A47;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(2) .more_7{
    background-color: #619A6C;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(3) .more_7{
    background-color: #EF7E2D;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(4) .more_7{
    background-color: #584869;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(5) .more_7{
    background-color: #50806D;
}
.enioy_7_list .enioy_7_none .enioy_7_tu a:nth-child(6) .more_7{
    background-color: #9D5A47;
}

.enioy_7_list li:nth-child(4) .enioy_7_none .enioy_7_tu a,
.enioy_7_list li:nth-child(3) .enioy_7_none .enioy_7_tu a{
    width: 100%;
    padding: 30px 20%;
    margin-right: 0;
}
/* .enioy_7_list li:nth-child(3) .enioy_7_none .enioy_7_tu a img,
.enioy_7_list li:nth-child(4) .enioy_7_none .enioy_7_tu a img{
    width: 60%;
} */
.enioy_7_list li:nth-child(3) .enioy_7_tu a .texts .texts_li,
.enioy_7_list li:nth-child(4) .enioy_7_tu a .texts .texts_li{
    width: 32%;
    margin-right: 2%;
}
.enioy_7_list li:nth-child(3) .enioy_7_tu a .texts .texts_li:nth-child(2n),
.enioy_7_list li:nth-child(4) .enioy_7_tu a .texts .texts_li:nth-child(2n){
    margin-right: 2%;
}
.enioy_7_list li:nth-child(3) .enioy_7_tu a .texts .texts_li:nth-child(3n),
.enioy_7_list li:nth-child(4) .enioy_7_tu a .texts .texts_li:nth-child(3n){
    margin-right: 0;
}


/*宣传活动*/
.ad_ul_23{width: 100%;position: relative;padding-bottom: 50px;}
.ad_ul_23::after{position: absolute;content: "";width: 2px;height: 100%;top: 0;left: 50%;transform: translateX(-50%);
bottom: 0;background-color: #DEDEDE;}
.ad_ul_23 li{width: 100%;display: flex;align-items: flex-start;padding-bottom: 30px;}
.ad_ul_23 li .imgs{width: 50%;padding: 0 40px;}
.ad_ul_23 li .imgs img{width: auto;max-width: 100%;}
.ad_ul_23 li .ad_div_23{width: 50%;margin-left: -11px;z-index: 99;}
.ad_ul_23 li .ad_div_23 .ad_time{width: 100%;display: flex;align-items: center;color: #f7a400;font-size: 16px;margin: 0 0 30px;}
.ad_ul_23 li .ad_div_23 .ad_time img{width: 22px;margin-right: 22px;}
.ad_ul_23 li .ad_div_23 .ad_text_23{padding-left: 44px;font-size: 16px;line-height: 28px;margin: 0 0 30px;}
.ad_ul_23 li .ad_div_23 .ad_time2{font-size: 13px;padding: 30px 0 0 5px;}
.ad_ul_23 li .ad_div_23 .ad_time2 img{width: auto;}



/*米老头-商务服务-米老头*/
.v_zhuli1{width: 100%;}
.v_zhuli1 p{width: 100%;font-size: 16px;line-height: 27px;margin-bottom: 2%;}
.v_zhuli2{width: 100%;border-radius: 30px;overflow: hidden;margin: 2% 0;}
.v_zhuli2 img{width: 100%;}
.v_zhuli3{width: 100%;border-radius: 5px;border: 1px solid #ff0000;margin-bottom: 3%;}
.v_zhuli3 p{width: 100%;text-align: center;font-size: 20px;font-weight: bold;padding: 1% 0;border-bottom: 1px solid #ff0000;}
.v_zhuli3 .p_coms{width: 100%;padding: 5% 10%;font-size: 16px;line-height: 28px;} 
.v_zhuli4{
    width: 100%;padding: 3%;background-color: #f2f2f2;border: 1px solid #ccc;
}
.v_zhuli4 .p_title{width: 100%;text-align: center;font-size: 20px;font-weight: bold;margin-bottom: 2%;}
.v_zhuli4 .p_text{width: 100%;text-align: left;font-size: 16px;line-height: 26px;margin-bottom: 4%;}
.v_zhuli4 .p_title2{width: 100%;text-align: left;font-size: 16px;font-weight: bold;margin-bottom: 1%;}
.v_zhuli4 .p_text2{width: 100%;text-align: left;font-size: 16px;line-height: 26px;margin-bottom: 4%;padding-left: 3%;}

/*米老头-商务服务-子品牌*/
.view_zpp{width: 100%;padding: 4% 0;border-bottom: 2px dashed #B3A495;}
.view_zpp .view_zpp_tap{width: 100%;font-size: 26px;font-weight: bold;margin-bottom: 4%;}
.view_zpp .view_zpp_div{width: 100%;display: flex;align-items: flex-start;justify-content: space-between;}
.view_zpp .view_zpp_div .imgs{width: 48%;border-radius: 16px;overflow: hidden;box-shadow: 0 0 11px 1px #d9d9d9;}
.view_zpp .view_zpp_div .imgs img{width: 100%;}
.view_zpp .view_zpp_div .zpp_coms{width: 48%;}
.view_zpp .view_zpp_text{width: 100%;font-size: 15px;line-height: 26px;}
.view_zpp .view_zpp_div .zpp_coms .view_zpp_title{width: 100%;font-size: 18px;display: flex;align-items: center;font-weight: bold;margin: 1% 0;}
.view_zpp .view_zpp_div .zpp_coms .view_zpp_img{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.view_zpp .view_zpp_div .zpp_coms .view_zpp_img img{width: auto;max-width: 32%;}
.v_zhuli5{width: 100%;padding: 3% 0 0;}
.v_zhuli5 p{width: 100%;font-size: 16px;margin-bottom: 5px;}
.v_zhuli5 a{width: 100%;display: flex;align-items: center;font-size: 16px;}
.v_zhuli5 a i{color: #ff0000;}

/*企业责任-责任管理*/
.yu_qyzr_title{font-size: 22px;font-weight: bold;padding: 2% 0;}
.qyzr_text{font-size: 15px;font-weight: 500;margin: 3% 0;line-height: 24px;}
.imgs{width: 100%;display: flex;justify-content: center;align-items: center;margin-bottom: 2%;}
.imgs img{width: auto;max-width: 100%;}
.qyzr_3{padding: 50px 0 20px;border-top: 1px solid #eee;border-bottom: 1px dashed #A5A5A5;margin-bottom: 30px;}
.qyzr_3 li{width: 100%;border-radius: 12px;background-color: #E5E5E5;padding: 10px;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}
.qyzr_3 li .img{width: 140px;height: 140px;border-radius: 140px;overflow: hidden;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.qyzr_3 li .img img{width: 140%;height: 140%;}
.qyzr_text_2{width: 60%;font-size: 15px;font-weight: 500;margin: 10px 0;line-height: 24px;}
.qyzr_tap{font-size: 22px;font-weight: 500;padding: 10px 0;}
.qyzr_4 .qyzr_text{margin: 8px 0 30px;}

/* 责任管理 */
.zrgl_kuang{
    width: 100%;padding: 2%;background-color: #FFE4DA;display: flex;
    flex-direction: column;justify-content: center;align-items: center;margin-bottom: 3%;
}
.zrgl_kuang .zrgl_kuang_img{width: 60%;border-radius: 15px;}
.zrgl_kuang .zrgl_kuang_img img{width: 100%;}
.zrgl_kuang a{
    display: flex;align-items: center;justify-content: center; border-radius: 60px;border: 2px solid #E6212A;
    padding: 1% 2%;font-size: 15px;font-weight: bold;background-color: #fff;}
.zrgl_ul{width: 100%;margin-top: 2%;}
.zrgl_ul a{width: 100%;margin-bottom: 3%;display: flex;align-items: center;justify-content: space-between;}
.zrgl_ul a .zrgl_li_img{width:100%;max-width: 230px;border-radius: 15px;overflow: hidden;margin-right: 2%;}
.zrgl_ul a .zrgl_li_img img{width: 100%;margin: 0;}
.zrgl_ul a .zrgl_div{min-width: calc(100% - 250px);}
.zrgl_ul a .zrgl_div p{width: 100%;display: flex;align-items: center;font-size: 18px;font-weight: bold;margin-bottom: 10px;}

/* 品牌故事 */
.mlt_logo{width: 100%;text-align: center;padding: 4% 0 3%;}
.mlt_logo img{width: 293px;}
.mlt_dtwz{width: 100%;padding: 3% 25%;text-align: center;}
.mlt_video1{width: 100%;}
.bus_text{width: 100%;font-size: 18px;font-weight: bold;margin: 2% 0;padding-left: 12px;border-left: 10px solid #E6212A;}

/* 责任故事 */
.zrgs_1{width: 100%;}
.zrgs_1 img{width: 100%;}
.zrgs_1 .zrgs_1div{
    width: 100%;padding: 40px 100px;display: flex;justify-content: space-between;
    align-items: center;background-color: #333;
}
.zrgs_1 .zrgs_1div .zrgs_1title{width: 46%;font-size: 20px;font-weight: bold;color: #fff;line-height: 30px;}
.zrgs_1 .zrgs_1div .zrgs_1text{width: 46%;font-size: 14px;color: #fff;line-height: 25px;}
.zrgs_2{width: 100%;}
.zrgs_tap{width: 100%;font-size: 38px;font-weight: bold;padding: 30px 0 20px;}
.zrgs_2div{width: 100%;padding: 80px 100px;background-color: #fff;}
.zrgs_2div .zrgs_2div_t{width: 100%;margin-bottom: 25px;}
.zrgs_2div .zrgs_2div_t .zrgs_2img{width: 80px;border-radius: 80px;margin-right: 15px;}
.zrgs_2div .zrgs_2div_t .zrgs_2img img{width: 100%;}
.zrgs_2div .zrgs_2div_t .zrgs_2title{font-size: 26px;font-weight: bold;color: #333;}
.zrgs_2div .zrgs_2div_b{width: 100%;align-items: flex-start;justify-content: space-between;}
.zrgs_2div .zrgs_2div_b .zrgs_2text{width: 48%;font-size: 14px;line-height: 25px;}
.zrgs_2div .zrgs_2div_b .zrgs_2imgs{width: 48%;}
.zrgs_2div .zrgs_2div_b .zrgs_2imgs img{width: 100%;}
.zrgs_2div2{background-color: #EFF0EF;}
.zrgs_2div3 .zrgs_2div_b{flex-direction: column;}
.zrgs_2div3 .zrgs_2div_b .zrgs_2text{width: 100%;margin-bottom: 30px;}
.zrgs_2div3 .zrgs_2div_b .zrgs_2imgs{width: 100%;}



/* 世界美食文化 */
.en_banner2{border-bottom: 3px solid #E30200;}
.h_sjmswh{width: 100%;background: url(../img/mswh_0.png) no-repeat;background-size: 100% auto;}
.sjms_datu{width: 100%;padding: 0 80px;}
.sjms_datu img{width: 100%;}
.sjms_wenzi{width: 100%;text-align: center;padding: 50px 50px;position: relative;line-height: 28px;}
.sjms_wenzi .wenzi_img{width: 180px;position: absolute;right: 0;bottom: 0;}
.sjms_wenzi .wenzi_img img{width: 100%;}
.sjms_ul{width: 100%;align-items: flex-start;}
.sjms_ul a{width: 33.333%;display: flex;align-items: center;justify-content: center;padding: 2.5% 4.2%;}
.sjms_ul a img{width: auto;max-width: 100%;}
.sjms_msj{width:100%;max-width: 800px;height: 800px;background: url(../img/mswh_18.png) no-repeat;background-size: 100% auto;margin: -80px auto 0;}
.msj_ul{position: relative;width: 100%;height: 100%;margin: 0 auto;}
.msj_ul a{position: absolute;width: 20%;display: flex;}
.msj_ul a img{width: 100%;}
.msj_ul a:nth-child(1){top: 5%;left: 28%;}
.msj_ul a:nth-child(2){top: 2.5%;right: 28%;}
.msj_ul a:nth-child(3){top: 21.5%;right: 12.5%;}
.msj_ul a:nth-child(4){top: 40%;right: 2.5%;}
.msj_ul a:nth-child(5){top: 60%;right: 12.5%;}
.msj_ul a:nth-child(6){top: 75%;right: 28%;}
.msj_ul a:nth-child(7){top: 67.5%;left: 28%;}
.msj_ul a:nth-child(8){top: 60%;left: 12.5%;}
.msj_ul a:nth-child(9){top: 40%;left: 2.5%;}
.msj_ul a:nth-child(10){top: 21.5%;left: 12.5%;}



.pop_5{margin-top: 60px;}
.pop_5 .pop_5_title{width: 100%;text-align: center;font-size: 20px;color: #4e4e4e;}
.pop_5_ul1{width: 100%;justify-content: center;margin: 30px 0 50px;}
.pop_5_ul1 .pop_5li{padding: 4px 15px;margin: 0 5px;background-color: #EDF3F7;font-size-adjust: 15px;border-radius: 5px;cursor: pointer;}
.pop_5_ul1 .pop_5liact{background-color: #D2EAF7;}
.pop_5_none{display: none;}
.pop_5_none .pop_5_ul2{width: 100%; align-items: flex-start;}
.pop_5_none .pop_5_ul2 a{width: 24%;margin-right: 1.333%;margin-bottom: 25px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.pop_5_none .pop_5_ul2 a:nth-child(4n){margin-right: 0;}
.pop_5_none .pop_5_ul2 a img{width: 100%;margin-bottom: 10px;}
.pop_5_none .pop_5_ul2 a p{padding-bottom: 3px;border-bottom: 1px solid #F08405;font-size: 15px;color: #F08405;}
.pop_5_ul3{width: 100%;margin-top: 30px;}
.pop_5_ul3 a{width: 32%;margin-right: 2%;display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 25px;}
.pop_5_ul3 a:nth-child(3n){margin-right: 0%;}
.pop_5_ul3 a img{width: 30%;}
.pop_5_ul3 a .pop_5_ul3div{width: 68%;}
.pop_5_ul3 a .pop_5_ul3div span{width: 100%;font-size: 14px;color: #4e4e4e;}
.pop_5_ul3 a .pop_5_ul3div p{width: auto;font-size: 14px;color: #F08405;border-bottom: 1px solid #F08405;}
.pop_6{width: 100%;padding: 30px;background-color: #F4F8FA;border-radius: 10px;}
.pop_6 .pop_6_ul{width: 100%;justify-content: center;margin-top: 30px;}
.pop_6 .pop_6_ul a{width: 24%;margin: 0 0.65%;margin-bottom: 25px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.pop_6 .pop_6_ul a img{width: 100%;margin-bottom: 10px;}
.pop_6 .pop_6_ul a p{padding-bottom: 3px;border-bottom: 1px solid #F08405;font-size: 15px;color: #F08405;}

.yu_1000{
    width: 1000px;
    margin: 0 auto;
}

/* 自由研究 */
.zyyj1_img{
    width: 100%;
    margin-bottom: 30px;
}
.zyyj1_img img{
    width: 100%;
}
.zyyj1_p{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #FF881A;
    margin-bottom: 15px;
    font-weight: bold;
}
.zyyj1_text{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.yu_lanse{
    background-color: #CEEFFF;
    padding: 80px 0 50px;
}
.zyyj2_div{
    width: 100%;border-radius: 15px;background-color: #fff;padding: 0 50px;
    display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
}
.zyyj2_div .zyyj2_img1{width: 100%;margin-top: -30px;}
.zyyj2_div p{
    width: 100%;font-size: 18px;text-align: center;font-weight: bold;
    margin: 30px 0 40px;color: #005fb8;
}
.zyyj2_div .zyyj2_img2{width: 80%;margin-bottom: 30px;}
.zyyj2_div .zyyj2_ul{
    width: 100%;justify-content: space-between;
    margin-bottom: 40px;
}
.zyyj2_div .zyyj2_ul img{
    width: 31%;
}
.zyyj2_div .zyyj2_a{margin: 0px 0 40px;
    width: 160px;height: 46px;border-radius: 60px;background-color: #005fb8;color: #fff;
    display: flex;justify-content: center;align-items: center;font-size: 16px;font-weight: bold;
}

.yu_lvse{
    background-color: #B3E033;
    padding: 80px 0 50px;
}
.yu_lvse .zyyj2_ul{
    justify-content: space-around;
}
.yu_lvse .zyyj2_ul img{
    width: 40%;
}
.yu_fense{
    background-color: #FFB2B2;
    padding: 80px 0 50px;
}
.yu_huangse{
    background-color: #FFE489;
    padding: 80px 0 50px;
}



/* 食品包装盒-变废为宝 */
.yu_bfwb{width: 100%;background: url(../img2/bfwb_back.png) no-repeat;background-size: 100%;}
.bfwb_top{width: 100%;padding: .79% 0;position: relative;}
.bfwb_top .bfwb_img1{position: absolute;top: 10%;left: 2.8%;width: 7.1%;}
.bfwb_top .bfwb_top_img{width: 100%;display: flex;justify-content: center;align-items: center;}
.bfwb_top .bfwb_top_img .bfwb_img2{width: 4.204%;margin-right: 3.153%;}
.bfwb_top .bfwb_top_img .bfwb_img3{width: 24.751%;}
.bfwb_2{width: 100%;padding: 0 2%;}
.bfwb_2 .bfwb_2_ul_div{width: 100%;justify-content: center;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img4{width: 31%;margin-right: 4%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img5{width: 18%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img6{width: 66%;margin-bottom: 3%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img7{width: 10%;margin: 0 1.5%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img8{width: 10%;margin: 0 1.5%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img9{width: 10%;margin: 0 1.5%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img10{width: 16%;margin: 0 1.5%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img11{width: 10%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img12{width: 51.2%;}
.bfwb_2_ul_div12{margin: 19% 0 6%;}
.bfwb_2 .bfwb_2_ul_div .bfwb_img13{width: 100%;}
.bfwb_2_p{width: 100%;border-radius: 20px;background-color: #E6F5B2;padding: 15px 20px;margin-top: 3.125%;}
.bfwb_2_p p{width: 100%;font-size: 18px;color: #F17301;margin-bottom: 1%;font-weight: bold;text-align: center;}
.bfwb_2_p .p2_span{width: 100%;font-size: 18px;color: #333;display: flex;align-items: center;justify-content: center;}
.bfwb_2_p .p2_span span{width: 26px;height: 26px;background-color: #f00;font-size: 20px;font-weight: bold; color: #fff;margin-right: 15px;border-radius: 60px;text-align: center;line-height: 26px;}

.bfwb3_ul{width: 100%;padding: 0 2%;}
.bfwb3_ul li{width: 100%;display: flex;align-items: flex-start;justify-content: space-between;border-bottom: 2px dashed #AFD720;}
.bfwb3_ul li .bfwb3_l{width: 60px;padding-top: 75px;}
.bfwb3_ul li .bfwb3_l img{width: 100%;}
.bfwb3_ul li .bfwb3_r{width: calc(100% - 80px);}
.bfwb3_ul li .bfwb3_r .bfwb3_r_li{width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 10px 0;}
.bfwb3_ul li .bfwb3_r .bfwb3_r_li .r_lil{width: 76%;display: flex;flex-direction: column;}
.bfwb3_ul li .bfwb3_r .bfwb3_r_li .r_lil p{font-size: 18px;color: #F17301;margin-bottom: 10px; font-weight: bold;}
.bfwb3_ul li .bfwb3_r .bfwb3_r_li .r_lil span{font-size: 16px;color: #333;}
.bfwb3_ul li .bfwb3_r .bfwb3_r_li .r_lir{width: 22%;}
.bfwb3_ul li .bfwb3_r .bfwb3_r_li .r_lir img{width: 100%;}
.bfwb4{width: 100%;padding: 50px 0;background-color: #E6F5B2;}
.bfwb4 img{width: 100%;}
.bfwb5{width: 100%;padding: 3.2% 0;}
.bfwb5 .bfwb5_top{width: 100%;display: flex;justify-content: center;position: relative;margin-bottom: 30px;}
.bfwb5 .bfwb5_top .bfwb_img27{width: 46.8%;}
.bfwb5 .bfwb5_top .bfwb_img28{width: 20.3%;position: absolute;right: 0;}
.bfwb5_ul{width: 100%;justify-content: space-between;align-items: flex-start;}
.bfwb5_ul li{width: 31%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.bfwb5_ul li img{width: auto;max-width: 100%;}
.bfwb5_ul li img:nth-child(1){margin-bottom: 10px;}


/* 日历 */
.rili_yue{width: 100%;padding: 0 20px;display: flex;align-items: flex-end;}
.rili_yue li{
    width: 8.333%;padding: 7px 10px;color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;
    background-color: #B1D8AE;border-radius: 10px 10px 0 0;cursor: pointer;
}
.rili_yue li .p1{font-size: 16px;margin-bottom: 5px;display: none;}
.rili_yue li .p2{font-size: 18px;font-weight: bold;}
.rili_yue li:hover .p1,
.rili_yue .yue_active .p1{display: block;}
.rili_yue li:nth-child(2){background-color: #ACCE22;}
.rili_yue li:nth-child(3){background-color: #F6C793;}
.rili_yue li:nth-child(4){background-color: #F4B3B3;}
.rili_yue li:nth-child(5){background-color: #C3B8DA;}
.rili_yue li:nth-child(6){background-color: #A0D9F6;}
.rili_yue li:nth-child(7){background-color: #F6AD02;}
.rili_yue li:nth-child(8){background-color: #E390BA;}
.rili_yue li:nth-child(9){background-color: #D2CDE6;}
.rili_yue li:nth-child(10){background-color: #D5E05B;}
.rili_yue li:nth-child(11){background-color: #EBA92E;}
.rili_yue li:nth-child(12){background-color: #DAB96B;}
.rili_nian{width: 100%;display: none;}
.rili_nian .rili_img16{width: 100%;}

.rili_shicai{width: 100%;padding: 3% 5%;background-color: #F7E6CD;margin: 2% 0;}
.rili_shicai .shicai_tap{width: 100%;display: flex;justify-content: center;}
.rili_shicai .shicai_tap img{width: 35%;margin-bottom: 20px;}
.shicai_ul{width: 100%;}
.shicai_ul li{width: 20%;display: flex;flex-direction: column;justify-content: center;align-items: center;margin-bottom: 20px;}
.shicai_ul li img{width: 90%;}
.shicai_ul li span{font-size: 16px;color: #A74032;}

.rili_top{width: 100%;display: flex;align-items: center; justify-content: center;margin-bottom: 6%;}
.rili_top img{margin: 0 2%;}
.rili_top .rili_img1{width: 18%;}
.rili_top .rili_img2{width: 18%;}
.rili_top .rili_img3{width: 58%;}

.rili_jieqi{width: 100%;}
.rili_jieqi .shicai_tap{width: 100%;display: flex;justify-content: center;}
.rili_jieqi .shicai_tap img{width: 35%;margin-bottom: 2%;}
.jieqi_ul{width: 100%;align-items: flex-start;}
.jieqi_ul a{width: 49%;margin-right: 2%;padding: 20px;display: flex;align-items: center;justify-content: space-between;border: 2px dashed #8FCA84;border-radius: 10px;}
.jieqi_ul a:nth-child(2n){margin-right: 0%;}
.jieqi_ul a .imgg{width: 46%;border-radius: 50%;overflow: hidden;}
.jieqi_ul a .imgg img{width: 100%;}
.jieqi_ul a .jieqi_div{width: 48%;}
.jieqi_ul a .jieqi_div .titles{width: 100%;font-size: 18px;font-weight: bold;color: #4FAD1C;margin-bottom: 6px;text-align: center;}
.jieqi_ul a .jieqi_div .texts{width: 100%;font-size: 14px;color: #333;margin-bottom: 6px;text-align: justify;}
.jieqi_ul a .jieqi_div img{width: 100%;}

/* 24个节气 */
.yu_cnrbt .cnr_imgc{position: relative;border-top: 60px solid #EDBE5D;border-bottom: 80px solid #EDBE5D;display: flex;justify-content: center;margin-bottom: 40px;}
.yu_cnrbt .cnr_imgc .cnr_imgdiv{position: absolute;width: 100%;bottom: -60px;text-align: center;font-size: 14px;color: #fff;}
.yu_cnrbt .cnr_img{width: 100%;}
.cnr_ul{width: 100%;}
.cnr_ul a{width: 23%;margin-right: 2.666%;margin-bottom: 26px;}
.cnr_ul a:nth-child(4n){margin-right: 0;}
.cnr_ul a img{width: 100%;}
.yu_sxye{width: 574px;height: 514px;margin: 0 auto;}
.yu_sxye .img23{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.yu_sxye .img23 img{width: 100%;}
.pop_daohan{width: 100%;padding: 20px 0 30px;}
.pop_daohan a{display: flex;font-size: 15px;color: #666;}
.pop_daohan a i{display: flex;font-size: 17px;}
.pop_daohan .iconxiangyou{font-size: 17px;color: #666;margin: 0 6px;}
.pop_da_title{width: 100%;border-top: 2px dashed #D8D8D8;border-bottom: 2px dashed #D8D8D8;padding: 20px 15px;margin-bottom: 30px;}
.pop_1{width: 100%;padding: 0 25px;margin-bottom: 30px;}
.pop_1title{font-size: 16px;color: #4e4e4e;margin-bottom: 30px;}
.pop_1div{width: 100%;align-items: flex-start;justify-content: space-between;}
.pop_1div .pop_1img{width: 40%;}
.pop_1div .pop_1img img{width: 100%;}
.pop_1div .pop_1coms{width: 58%;}
.pop_1div .pop_1coms p{width: 100%;font-size: 16px;color: #4e4e4e;font-weight: bold;margin-bottom: 15px;}
.pop_1div .pop_1coms span{width: 100%;font-size: 16px;color: #4e4e4e;margin-bottom: 30px;display: block;}
.pop_youshi{width: 100%;padding: 20px 15px;border-bottom: 2px dashed #D8D8D8;margin: 20px 0;display: flex;align-items: center;}
.pop_youshi i{font-size: 16px;margin-right: 8px;}
.pop_2{width: 100%;padding: 0 25px;margin-bottom: 10px;}
.pop_2 .pop_2_div{width: 100%;padding: 0 25px;margin-bottom: 10px;display: flex;align-items: flex-start;justify-content: space-between;}
.pop_2 .pop_2_div .pop_2_l{width: 74%;font-size: 16px;color: #4e4e4e;}
.pop_2 .pop_2_div .pop_2_r{width: 20%;}
.pop_2 .pop_2_div .pop_2_r img{width: 100%;}
.pop_3div{width: 100%;display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}
.pop_3div p{width: 80%;font-size: 16px;color: #4e4e4e;line-height: 26px;}
.pop_3div p span{color: #333;font-weight: bold;}
.pop_3div img{width: 10%;}
.pop_4_img{width: 100%;padding: 40px 0;}
.pop_4_img img{width: 100%;}
.pop_4 .pop_3div p{width: 100%;}

/* 8.15 */
/* 春分 */
.enjoy_cnrbt_view img.h_cf1{
    width: 100% !important;
}


/* 身体改善委员会 */

.baibian{width: 100%;height: 141px;position: relative;background-color: #ffffff;}
.baibian img{width: 180px;position: absolute;bottom: -90px;left: 50%;transform: translateX(-50%);}
.stgs_1{padding: 0 0 80px;background-color: #eee;}
.stgs_1 a{width: 100%;display: flex;flex-direction: column; background-color: #ffffff;}
.stgs_1 a img{width: 100%;}
.stgs_1 a .stgs1_div{width: 100%;padding: 4.5%;}
.stgs_1 a .stgs1_div p{width: 100%;display: flex;align-items: center;font-size: 1.3rem;}
.stgs_1 a .stgs1_div p span{font-size: 1rem;background: #f8ef00;border-radius: 14px;padding: 2px 4.5%;display: inline-block;margin: 0 10px 0 0;text-align: center;}
.stgs_1 a .stgs1_div .stgs1_title{width: 100%;font-size: 2rem;font-weight: bold;display: block;margin: 0.6em 0 0;}
.stgs_1 a:hover .stgs1_div>.stgs1_title{color: #AECF18;}
.stgs_2{background-color: #ffffff;padding:3.153% 4.5%;}
.stgs_2 p{line-height: 1.8;font-size: 18px;}
.stgs_3{padding: 0;background-color: #f6f6f6;}
.stgs_3 a{width: 33.33%;padding: 2.8% 0;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;transition: all .3s;}
.stgs_3 a::after{position: absolute;content: "";top: 50%;transform: translateY(-50%);left: 0; width: 1px;height: 45%;background-color: #999999;}
.stgs_3 a:last-child::before{position: absolute;content: "";top: 50%;transform: translateY(-50%);right: 0; width: 1px;height: 45%;background-color: #999999;}
.stgs_3 a p{font-size: 22px;font-weight: bold;margin-bottom: 2.4%;}
.stgs_3 a span{width: 30px;height: 5px;background-color: #AECF18;border-radius: 5px;transition: all .3s;}
.stgs_3 a:hover{background-color: #AECF18;color: #ffffff;}
.stgs_3 a:hover span{background-color: #ffffff;}
.stgs_4{padding: 60px 0 0;}
.stgs_4ul{width: 100%;align-items: flex-start;}
.stgs_4ul a{width: 31%;margin-right: 3.5%;margin-bottom: 5%;display: flex;flex-direction: column;}
.stgs_4ul a:nth-child(3n){margin-right: 0;}
.stgs_4ul a .stgs4_img{width: 100%;background-color: #eee;margin-bottom: 6.4%;}
.stgs_4ul a .stgs4_img img{width: 100%;transform: translate(4%, -7%);transition: all .3s;}
.stgs_4ul a:hover .stgs4_img>img{transform: translate(0, 0);}
.stgs_4ul a p{width: 100%;display: flex;align-items: center;font-size: 16px;margin-bottom: 3.2%;}
.stgs_4ul a p span{padding:2px 12.6%;background-color: #f8ef00;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #333;margin-right: 10px;border-radius: 30px;}
.stgs_4ul a .stgs4_p1{font-size: 17px;font-weight: bold;line-height: 28px;transition: all .3s;}
.stgs_4ul a:hover .stgs4_p1{color: #AECF18;}
.stgs_5title{width: 100%;font-size: 3.6rem;font-weight: bold;margin-bottom: 8px;text-align: center;}
.stgs_5text{width: 100%;font-size: 2rem;font-weight: bold;margin-bottom: 2%;color: #AECF18;text-align: center;}


/* 米家厨房推荐食谱 */
.cftj_img{width: 100%;position: relative;}
.cftj_img .yu_1000{display: flex;flex-direction: column;}
.cftj_img .bg03{width: 100%;}
.cftj_img .cftj_div{width: 100%; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.cftj_img .cftj_div .tap_img{width: 80%;margin: 0 auto 30px;}
.cftj_img .cftj_div .cftj_ul{width: 100%;overflow: hidden;margin-bottom: 30px;}
.cftj_img .cftj_div .cftj_ul .a_left{width: 654px;float: left;}
.cftj_img .cftj_div .cftj_ul .a_right{width: 310px;float: right;margin-bottom: 20px;}
.cftj_img .cftj_div .cftj_ul a img{width: 100%;}
.cftj_img .cftj_div .bottom_img{width: 100%;display: flex;justify-content: flex-end;}
.cftj_img .cftj_div .bottom_img img{width: 70%;}
.yu_cftj{width: 100%;margin-bottom: 60px;}
.yu_cftj .cftj_title{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 45px;}
.yu_cftj .cftj_title span{width: 290px;height: 3px;border-bottom: 2px dashed #D8271C;}
.yu_cftj .cftj_title p{flex: 1;text-align: center;font-size: 28px;font-weight: bold;color: #D8271C;}
.cftj_1{width: 100%;padding: 0 60px;position: relative;}
.cftj_1 .swiper-slide a{width: 100%;display: flex;flex-direction: column;}
.cftj_1 .swiper-slide a img{width: 100%;}
.cftj_1 .swiper-slide a p{width: 100%;padding: 12px 0;font-size: 16px;line-height: 1.5;}
.cftj_1 .swiper-button-next, 
.cftj_1 .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px; background-color: #D8271C;--swiper-navigation-size: 18px;color: #fff;}
.cftj_1 .swiper-button-next{right: 0;}
.cftj_1 .swiper-button-prev{left: 0;}
.cftj_2 {width: 100%;align-items: flex-start;}
.cftj_2 a{width: 32%;margin-bottom: 30px;margin-right: 2%;display: flex;}
.cftj_2 a:nth-child(3n){margin-right: 0;}
.cftj_2 a img{width: 100%;}
.cftj_3 {width: 100%;align-items: flex-start;}
.cftj_3 a{width: 24%;height: 125px;border: 1px solid #ccb54b;border-radius: 8px; margin-bottom: 30px;margin-right: 1.333%;display: flex;align-items: center;padding-left: 30px;font-size: 16px;font-weight: bold;}
.cftj_3 a:nth-child(4n){margin-right: 0;}
.cftj_3 a img{width: 70px;margin-right: 6px;}
.cftj_4 {width: 100%;align-items: flex-start;}
.cftj_4 a{width: 24%; margin-bottom: 30px;margin-right: 1.333%;display: flex;align-items: center;}
.cftj_4 a:nth-child(4n){margin-right: 0;}
.cftj_4 a img{width: 100%;}



.msj_0{width: 100%;padding: 60px 40px 36px;background-color: #fff;box-shadow: 5px 5px 8px 1px #b9b9b9;border-radius: 14px;}
.msj_1{width: 100%;align-items: flex-start;justify-content: space-between;}
.msj_1 .msj_1left{width: 46%;display: flex;flex-direction: column;align-items: center;}
.msj_1 .msj_1left .zrgs_img4{width: 134px;margin: -4.3em auto 20px;}
.msj_1 .msj_1left .p1{width: 280px;display: flex;align-items: flex-end;font-size: 16px;line-height: 26px;font-weight: bold;}
.msj_1 .msj_1left .p1 span{font-size: 24px;margin: 0 10px;}
.msj_1 .msj_1left .guomin_5{width: 233px;margin: 20px auto;}
.msj_1 .msj_1left .p2{width: 100%;padding-left: 50px;display: flex;margin-bottom: 10px;align-items: center;}
.msj_1 .msj_1left .p2 span{width: 63px;height: 24px;line-height: 24px;text-align: center; background-color: #333;font-size: 14px;color: #fff;font-weight: bold;margin-right: 10px;border-radius: 5px;}
.msj_1 .msj_1right{width: 46%;} 
.msj_1 .msj_1right img{width: 100%;} 
.msj_1div{width: 100%;margin-top: -34px;}
.msj_1div p{width: 50%;font-size: 28px;font-weight: bold;margin-bottom: 10px;}
.msj_1div span{width: 100%;font-size: 14px;line-height: 26px;color: #555;}
.msj_2{background-color: #F5E9BF;}
.msj_2div{display: flex;flex-direction: column;align-items: center;}
.msj_2div .zrgs_img4{width: 60%;margin-bottom: 40px;}
.msj_2div .p1{width: 100%;margin-bottom: 40px;font-size: 14px;line-height: 26px;}
.msj_2div .msj_2img{width: 100%;align-items: flex-start;justify-content: space-between;}
.msj_2div .msj_2img .msj_2left{width: 48%;padding: 40px;background-color: #fff;border-radius: 10px;}
.msj_2div .msj_2img .msj_2left .p2{width: 100%;font-size: 22px;font-weight: bold;margin-bottom: 20px;}
.msj_2div .msj_2img .msj_2left span{width: 100%;font-size: 14px;line-height: 26px;}
.msj_2div .msj_2img .msj_2right{width: 48%;}
.msj_2div .msj_2img .msj_2right img{width: 100%;}
.msj_3{background-color: #F3F4EA;}
.msj_3 .msj_3img{width: 100%;display: flex;justify-content: center;margin-bottom: 40px;}
.msj_3 .msj_3img img{width: 70%;}
.msj_3 .msj_3ul{width: 100%;align-items: flex-start;}
.msj_3 .msj_3ul a{width: 19%;margin-right: 1.25%;display: flex;justify-content: center;}
.msj_3 .msj_3ul a:nth-child(5n){margin-right: 0%;}
.msj_3 .msj_3ul a img{width: 100%;}


/* 第几回合 */
.one1_swiper .swiper-pagination-bullet {width: 20px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;color: #000;opacity: 1;background: rgba(0, 0, 0, 0.2);}
.one1_swiper .swiper-pagination-bullet-active {color: #fff;background: #007aff;}
.gwjsone2_title{padding: 14px 15px;font-size: 20px;font-weight: bold;color: #333;background-color: #FDCD00;margin-bottom: 15px;border-radius: 8px;}
.gwjsone2_img1{width: 100%;margin-bottom: 20px;}
.gwjsone2_img1 img{width: 100%;}
.gwjsone2_div{width: 100%;align-items: flex-start;justify-content: space-between;margin-bottom: 50px;}
.gwjsone2_div .gwjsone2_l{width: 48%;font-size: 16px;color: #666;line-height: 26px;}
.gwjsone2_div .gwjsone2_r{width: 48%;}
.gwjsone2_div .gwjsone2_r img{width: 100%;}
.one2_swiper{position: relative;padding-bottom: 60px;}
.one2_swiper a{width: 24%;margin-right: 1.3333%;margin-bottom: 20px;border: 1px solid #b9b9b9;padding: 10px;display: flex;align-items: center;border-radius: 10px;justify-content: space-between;}
.one2_swiper a:nth-child(4){margin-right: 0;}
.one2_swiper a .gwjs_num{width: 60px;height: 60px;border-radius: 80px;display: flex;
    justify-content: center;align-items: center;font-size: 16px;font-weight: bold;color: #fff;margin-bottom: 6px;
    background-color: #FEB357;
}
.one2_swiper a p{width: calc(100% - 70px);font-size: 15px;font-weight: bold;color: #555;}
.gwjsone2_div2 .gwjsone2_r{width: 30%;}
.gwjsone2_div2 .gwjsone2_l{width: 68%;}
.gwjsone3_p{font-size: 16px;color: #666;line-height: 26px;margin-bottom: 40px;}

    /* 米老头集团20周年庆典 */
.zrgs_2div .zrgs_2div_b div .h_title{
    font-size:26px;font-weight:bold;color:#333;text-align:center;margin-bottom:25px;
}

@media (max-width:767px){

    .recurit_head{display: none;}
    
    /* 米老头集团20周年庆典 */
    .zrgs_1 .zrgs_1div {padding: 5%;}
    .zrgs_1 .zrgs_1div .zrgs_1title {font-size: 14px;line-height: 20px;}
    .zrgs_2div {padding: 5%;}
    .zrgs_2div .zrgs_2div_b div{line-height: 1.6 !important;}
    .zrgs_2div .zrgs_2div_b div .h_title,.zrgs_2div .zrgs_2div_t .zrgs_2title{font-size: 16px;font-weight: bold;color: #333;text-align: center;margin-bottom: 8px;}
    .zrgs_2div .zrgs_2div_b div .h_desc{
        font-size: 14px;
        text-align: justify;
        overflow: scroll;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    .zrgs_2div3 .zrgs_2div_b p{font-size: 14px !important;margin-bottom: 6px !important;    line-height: 1.6 !important;}
    .zrgs_2div .zrgs_2div_t{margin-bottom: 10px;}

    .en_banner .en_title2{flex-direction: column;font-size: 22px;align-items: flex-start;}
    .en_banner .en_title2 p {
        width: 156px;
        height: 21px;
        font-size: 13px;
        margin-left: 0;
        margin-top: 5px;
    }
    .en_banner .en_head_nav2 .homea{width: auto;height: auto;padding: 5px;}
    .en_banner .en_head_nav .homea i {font-size: 22px;}
    .en_banner .en_head_nav .homea2{width: auto;height: auto;padding: 5px;white-space: nowrap;margin-left: 5px;}
    .en_banner .en_head_nav .homea2 .tiao {width: 3px;height: 23px;margin-right: 5px;}
    .en_banner .en_head_nav2{flex-wrap: nowrap;overflow-x: scroll;}
    .pop_5{margin-top: 0;}
    .pop_5_none .pop_5_ul2{justify-content: space-between;}
    .pop_5_none .pop_5_ul2 a{width: 48%;margin-right: 0;}
    /* .swlf_5{padding: 3%;} */
    .pop_5_ul3 a{width: 100%;margin-right: 0;}
    .pop_6 .pop_6_ul a{width: 48%;}
    .pop_6{padding: 3%;}


    .yu_1000,.jbse_4 .jbse_4ul{width: 100%;}
    .jbse_4{padding-top: 30px;}
    .jbse_4 .jbse_4ul{padding: 15px 0;}
    .jbse_4 .jbse_4ul a{margin: 4px 20px;}

    .yu_cftj .cftj_title p{font-size: 22px;}

    .bfwb_2_ul_div12{margin: 5% 0;}


    /* 美食家委员会 */
    .stgs_1 a .stgs1_div p{font-size: 16px;}
    .stgs_1 a .stgs1_div p span{font-size: 14px;}
    .stgs_1 a .stgs1_div .stgs1_title{font-size: 18px;line-height: 1.4;}
    .stgs_3 a span{height: 3px;}
    .stgs_3 a p{font-size: 18px;}
    .stgs_2 p{font-size: 16px;line-height: 1.4;}
    .stgs_4{padding: 25px 3% 0;}
    .stgs_4ul a{margin-right: 2% !important;width: 45%;}
    .stgs_4ul{justify-content: space-between;}
    .stgs_4ul a p{font-size: 14px;}
    .stgs_4ul a .stgs4_p1{font-size: 16px;line-height: 20px;}
    .stgs_5title{font-size: 22px;margin-bottom: 0;}
    .stgs_5text{font-size: 18px;}

    /* enjoy_view1.php */
    .en_banner .swiper-button-next, .en_banner .swiper-button-prev{display: none;}
    .en_banner .en_head_nav{overflow-x: scroll;justify-content: normal;position: static;}
    .en_banner .en_head_nav .homea{width: auto;height: auto;padding: 5px;}
    .jbse{height: 0;display: none;}
    .jbse2 .jbse2_back{background: none;}
    .jbse2 .jbse2_back .jbse2_ul{padding-bottom: 0;}
    .jbse2 .jbse2_back .jbse2_ul a{margin-bottom: 1%;}
    .jbse_com{margin-top: 3%;}
    .jbse_ul2{flex-direction: column;}
    .jbse_ul2 .ul_left,.jbse_ul2 .ul_right{width: 100%;}
    .jbse_ul2 .ul_left .ul_b1 .text .biaoti{font-size: 14px;}
    .jbse_ul2 .ul_left .title2,.jbse_ul2 .ul_right .right_title{font-size: 16px;}
    .jbse_ul2 .ul_right .right_a2 .div2 .texts{font-size: 12px;}
    .jbse3_ul li .ul3_title{font-size: 16px;}
    .jbse_ul1 a{box-shadow: 1px 1px 6px 0px #ffbfbf;}

    /* enjoy_view2.php */
    .xxs_title{font-size: 18px;}
    .xxs_ul2 a{width: 32%;margin-right: 2%;}
    .xxs_ul2 a:nth-child(3n){margin-right: 0;}
    .xxs_ul2 a:nth-child(4n){margin-right: 2%;}

    .xxs_ul3 a{width: 49%;margin-right: 2%;}
    .xxs_ul3 a:nth-child(3n){margin-right: 2%;}
    .xxs_ul3 a:nth-child(2n){margin-right: 0;}

    /* enjoy_view7.php */
    .h_jbse{height: auto;}
    .h_enioy_7{margin-top: 0;padding: 0;}
    .yu_shengqi .yu_shiyu .yu_title{font-size: 16px;white-space: nowrap;}
    .yu_shengqi .yu_shiyu .yu_text{font-size: 18px;white-space: nowrap;}
    .enioy_7_ul{display: none;}
    .enioy_7_list li .enioy_7_div{font-size: 18px;}
    .enioy_7_list li .enioy_7_div i{font-size: 20px;}
    .enioy_7_list li .enioy_7_div{border: 1px solid #FAC0D7;border-radius: 6px;border-bottom: 3px solid #FAC0D7;}
    .enioy_7_list .enioy_7_none .enioy_7_tu a{width: 100%;margin-right: 0;}
    .enioy_7_list .enioy_7_none .enioy_7_tu a .title{font-weight: normal;}
    .enioy_7_list .enioy_7_none .enioy_7_tu a .more_7{font-size: 14px;}
    .enioy_7_list li:nth-child(3) .enioy_7_tu a .texts .texts_li, 
    .enioy_7_list li:nth-child(4) .enioy_7_tu a .texts .texts_li{
        width: 49%;
    }
    .enioy_7_list li:nth-child(3) .enioy_7_tu a .texts .texts_li:nth-child(3n),
    .enioy_7_list li:nth-child(4) .enioy_7_tu a .texts .texts_li:nth-child(3n) {
        margin-right: 2%;
    }
    .enioy_7_list li:nth-child(3) .enioy_7_tu a .texts .texts_li:nth-child(2n), 
    .enioy_7_list li:nth-child(4) .enioy_7_tu a .texts .texts_li:nth-child(2n) {
        margin-right: 0;
    }
    .enioy_7_list li:nth-child(4) .enioy_7_none .enioy_7_tu a,
    .enioy_7_list li:nth-child(3) .enioy_7_none .enioy_7_tu a{
        padding: 2.5%;
    }


    /* walk_recruit.php */
    .re_imgs_list .h_zhaopinibg5_title,.re_imgs_list2 .list2_post .list2_title{font-size: 18px;}
    /* .re_imgs_list2 .list2_post .list2_ul li{width: 23%;border-radius: 3px;} */
    .re_imgs_list2 .list2_post .list2_ul li p,.list3_ul a p .span1{font-size: 14px;}


    /* walk_about_view1.php?id=681 */
    .v_zhuli1 p,.v_zhuli3 .p_coms,.v_zhuli4 .p_text,.v_zhuli4 .p_text2{font-size: 15px;}
    .v_zhuli3 p,.v_zhuli4 .p_title{font-size: 18px;}

    /* walk_about_view1.php?id=682 */
    .view_zpp .view_zpp_tap{font-size: 22px;}
    .view_zpp .view_zpp_div .zpp_coms .view_zpp_title{font-size: 16px;}

    /* walk_about_view1.php?id=683 */
    .mlt_dtwz{font-size: 15px;}

    /* walk_zrjx.php */
    .zrgl_ul a .zrgl_div p{font-size: 16px;}
    .zrgl_ul a .zrgl_div .zrgl_div_text{font-size: 14px;}
    .yu_qyzr_title{font-size: 18px;}


    .zrgs_tap{font-size: 22px;}
}

@media (max-width:480px){
    .bfwb3_ul li .bfwb3_l{width: 50px;padding-top: 10px;}
    .bfwb3_ul li .bfwb3_r .bfwb3_r_li .r_lil p{font-size: 16px;}
    .bfwb3_ul li .bfwb3_r .bfwb3_r_li .r_lil span {
        font-size: 14px;
        overflow: scroll;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    .bfwb3_ul li .bfwb3_r{width: calc(100% - 60px);}
    .bfwb3_ul li .bfwb3_r .bfwb3_r_l{flex-direction: column;}

    /* enjoy_view1.php */
    .jbse3_ul{flex-direction: column;}
    .jbse3_ul li{width: 100%;margin-right: 0;}
    .jbse3_ul::after{display: none;}
    .jbse_ul1 a{box-shadow: 1px 1px 4px 0px #ffbfbf;}
    .jbse2 .jbse2_back .jbse2_ul a{font-size: 14px;}

    /* enjoy_view2.php */
    .xxs_ul3 a{width: 100%;margin-right: 0;}


    /* walk_about_view1.php?id=682 */
    .view_zpp .view_zpp_div{flex-direction: column;}
    .view_zpp .view_zpp_div .imgs,.view_zpp .view_zpp_div .zpp_coms{width: 100%;}

    .jbse_ul1 a{
        width: 100%;
        margin-bottom: 5%;
    }
    .xxs_ul2 a {width: 49%;}
    .xxs_ul2 a:nth-child(3n) {margin-right: 2%;}
    .xxs_ul2 a:nth-child(2n) {margin-right: 0;}
}

@media (min-width:768px) and (max-width:1024px){
    .yu_1000,.jbse_4 .jbse_4ul{width: 100%;padding: 2% 3%;}
}

