.clearfix:after{
    content:".";        
    display:block;        
    height:0;        
    clear:both;        
    visibility:hidden;        

}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clearfix{zoom:1}
.dangjian{
    width: 100%;
}
.list_wrap{
    border: 1px solid #e8e8e8;
    padding: 2.5%;
    margin-bottom: 40px;
}
.list_wrap:hover{
    background: #f4f3f3;
}
.list_wrap .left{
    width: 26.57%;
    float: left;
}
.list_wrap .right{
    width: 100%;
    float: right;
}
.list_wrap .right .time{
    font-weight: bold;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-top: 0.94%;
    margin-bottom: 1.89%;
    color: #c8261d;
}
.list_wrap .right h2{
    margin-bottom: 2.83%;
    line-height: 1;
    color: #000;
}
.list_wrap .right p{
    color:#3f3f3f;
    line-height: 1.66;
}
.list_wrap .right .button{
    margin-top: 4%;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    width: 90px;
    line-height: 40px;
    height: 40px;
    background: #c8261d;
}

/* 集团动态 */
.top_tuijian{position: relative;}
.topnews{
    position: relative;
    margin-bottom: 60px;
}
.news-wrap .swiper-slide{
    /* width: 100% !important; */
    position: relative;
}
.news-wrap .left{
    width: 54.5%;
}
.news-wrap .right{
    width: calc(100% - 54.5%);
    position: absolute;
    background: #f6f5f5;
    height: 100%;
    right: 0;
    top: 0;
}
.news-wrap .right .rightbox{
    padding: 6.18% 12.5%;
}
.news-wrap .right .rightbox time{
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    color: #c8261d;
}
.news-wrap .right .rightbox h2{
    margin-bottom: 15px;
    color: #000;
}
.news-wrap .right .rightbox p{
    max-height: none;
    height: auto;
    line-height: 1.667;
    color: #3f3f3f;
    margin-bottom: 30px;
}
.news-wrap .right .rightbox .button{
    text-align: center;
    color: #fff;
    border-radius: 25px;
    width: 90px;
    line-height: 40px;
    height: 40px;
    background: #c8261d;
}
.button:hover{
    background: #FF7831 !important;
}
.dingwei{
    z-index: 99;
    position: absolute;
    left: 60.43%;
    width: 28.75%;
    bottom: 40px;
    border-bottom: 1px solid #dedede;
}
.dingwei .swiper-pagination{
    padding:0 20px ;
    padding-bottom: 15px;
    width: auto;
    bottom: 0;
    color: #4a4e50;
}
.dingwei .swiper-pagination::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c8261d;
}
.bg_layer {
    z-index: 99 !important;
}
.dingwei .swiper-pagination .swiper-pagination-current{
    color: #c8261d;
    font-size: 24px;
}
.dingwei .swiper-pagination .swiper-pagination-total{
    color: #4a4e50;
    font-size: 16px;
}
.zhonglist li{
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    float: left;
    width: 31.25%;
}
.zhonglist li:hover .bottomtext{
    background: #fff;
    box-shadow: 1px 0px 35px 0px rgba(0,0,0,0.13);
    -webkit-box-shadow: 1px 0px 35px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 1px 0px 35px 0px rgba(0,0,0,0.13);
}
.zhonglist li:nth-child(3n){
    margin-right: 0%;
}
.zhonglist li .bottomtext{
    background: #f6f5f5;
    padding: 7%;
}
.zhonglist li .bottomtext h2{
    font-weight: bold;
    color: #000;
}
.zhonglist li .bottomtext time{
    font-weight: bold;
    color: #c8261d;
    display: block;
    width: 100%;
    margin-top: 5.81%;
}
/* 基层动态 */
.grassrootslist li{
    border-bottom: 3px solid #fff;
}
.grassrootslist li:last-child{
    margin-bottom: 30px;
}
.grassrootslist li:hover{
    box-shadow: 1px 0px 35px 0px rgba(0,0,0,0.13);
-webkit-box-shadow: 1px 0px 35px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 1px 0px 35px 0px rgba(0,0,0,0.13);
    border-bottom: 3px solid #c8261d;
}
.grassrootslist li:hover .grassrootsbox .rightt h2{
    color: #c8261d;
}
.grassrootsbox{
    padding: 3.125%;
}
.grassrootsbox .time{
    position: relative;
    width: 8%;
    float: left;
}
.grassrootsbox .rightt{
    width: 88%;
    float: right;
}
.grassrootsbox .time .yy{
    line-height: 1;
    color: #6d6d6d;
    text-align: right;
}
.grassrootsbox .time .mm{
    line-height: 1;
    color: #c8261d;
}
.grassrootsbox .time em{
    top: 10%;
    left: 50%;
    position: absolute;
    width: 60px;
    display: block;
    height: 1px;
    background: #bcbcbc;
    transform:rotate(-45deg) translate(-50% , -50%);
}
.grassrootsbox .rightt h2{
    line-height: 1;
    margin-bottom: 20px;
    color: #000;
}
.grassrootsbox .rightt p{
    color:#3f3f3f;
}
.grassrootsbox .rightt .button{
    width: 38px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    background: #c8261d;
    color: #fff;
    border-radius: 25px;
    margin-top: 30px;
}
/* 品牌专区 */
.logobox-wrap .box{
    width: 100%;
    z-index: 999;
}
.logobox-wrap .box .wrap{
    color: #fff;
    text-align: center;
}
.logobox-wrap .box .wrap img{
    margin-bottom: 5%;
}
.logobox-wrap .box .wrap em{
    margin-top: 1.25%;
    margin-bottom: 1.25%;
    display: inline-block;
    width: 55px;
    height: 3px;
    background: #c8261d;
}
.logobox-wrap .box .wrap h3{
    margin-bottom: 0.625%;
}
.logobox-wrap .box .wrap p{
   text-align:justify; text-justify:distribute-all-lines;
}
.chanpinbox-wrap{
    background: #f4f3f3;
}
.chanpinbox-wrap .chanpinbox{
    padding: 5% 0;
}
/* 标题 */
.titlebox{
    color: #000;
    text-align: center;
}
.titlebox h2{
    line-height: 1;
}
.titlebox em{
    display: inline-block;
    width: 55px;
    height: 3px;
    background: #c8261d;
    margin-bottom: 50px;
    margin-top: 20px;
}
.swipertuji{
    max-width: 90%;
    width: 1140px;
    margin: 0 auto;
}
.swipertuji .view .swiper-container{
    width: 100%;
}
.swipertuji .view .swiper-button-prev,.swipertuji .view .swiper-button-next,.top_tuijian .swiper-button-prev,.top_tuijian .swiper-button-next{width:60px; height: 60px; line-height: 60px; margin-top:-30px; text-align: center; border-radius: 100%; box-shadow: 0 0 5px 5px #EFEFEF; background: #fff;}
.swipertuji .view .swiper-button-prev i,.swipertuji .view .swiper-button-next i,.top_tuijian .swiper-button-prev i,.top_tuijian .swiper-button-next i{ color:#000; font-size: 20px;}
.swipertuji .view .swiper-button-next,.top_tuijian .swiper-button-next {
    right: -30px;
}
.swipertuji .view .swiper-button-prev,.top_tuijian .swiper-button-prev {
    lefT: -30px;
}
.swipertuji .swiper-slide{
    position: relative;
}
.swipertuji .swiper-slide .img{position: relative;}
.swipertuji .swiper-slide h2{
    position: absolute;
    bottom: 0; line-height: 1.5; background: rgba(0,0,0,0.5); color:#fff; padding:5px 5%;
    width: 100%;
    text-align: center;
}
.swipertuji .swiper-slide .txt{ color:#000; margin: 20px 0;}
.swipertuji .swiper-slide .txt p{position: static; text-align: left; color:#000;}
.fengcaibox-wrap .fengcaibox{
    padding: 5% 0;
}
.topimgbox{
    margin-bottom: 1.875%;
}
.topimgbox .imgleft{
    width: 66.37%;
}
.topimgbox .imgright{
    width: 31.62%;
}
.topimgbox .imgright .righttop{
    margin-bottom: 5.92%;
}
.bottomimgbox .imgleft{
    width: 43.12%;
}
.bottomimgbox .imgright{
    width: 54.87%;
}
.tubox-wrap{
    position: relative;
    margin-bottom: 6.25%;
}
.tubox-wrap .swiper-button-prev ,
.tubox-wrap .swiper-button-next{
    width:60px;
     height: 60px;
      line-height: 60px;
       margin-top:-30px; 
       text-align: center; 
       border-radius: 100%; 
       box-shadow: 0 0 5px 5px #EFEFEF; 
    background: #fff;
 }
 .tubox-wrap .swiper-button-prev i,
 .tubox-wrap .swiper-button-next i {
    color: #000;
    font-size: 20px;
}
.tubox-wrap .swiper-button-next {
    right: -30px;
}
.tubox-wrap .swiper-button-prev {
    lefT: -30px;
}
.videobox{
    position: relative;
}
.videobox .swiper-slide i{
    cursor: pointer;
    font-size: 108px;
    color: #fff;
}
.videobox .swiper-pagination-current {
    color: #C8261D;
    font-size: 36px;
}
.videobox  .swiper-pagination-total{
    color: #f4f3f3;
    font-size: 24px;
}
.videobox .swiper-pagination{
    bottom: 55px;
    color: #f4f3f3;
}
.videobox .swiper-button-prev ,
.videobox .swiper-button-next{
    width:60px;
     height: 60px;
      line-height: 60px;
       margin-top:-30px; 
       text-align: center; 
       border-radius: 100%; 
       box-shadow: 0 0 5px 5px #EFEFEF; 
    background: #fff;
 }
 .videobox .swiper-button-prev i,
 .videobox .swiper-button-next i {
    color: #000;
    font-size: 20px;
}
.videobox .bg_layer p{
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 125px;
}
.videobox .swiper-button-next {
    right:30px;
}
.videobox .swiper-button-prev {
    lefT:30px;
}
/* 视频弹窗 */
.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}


.video_appbox video{object-fit: cover;    width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
visibility: visible;opacity:1;
top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}
/* 人才招聘 */
.hrwrap .titlebox p{
    text-align: center;
    color: #000000;
    margin-bottom: 6.25%;
}
.zhongjianjieshao li{
    margin-bottom: 3.75%;
}
.zhongjianjieshao li .leftimg{
    float: left;
    width: 47.68%;
}
.zhongjianjieshao li .righttext{
    padding: 1.875% 3.75%;
    float: right;
    width: 50%;
}
.zhongjianjieshao li .righttext h2{
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.zhongjianjieshao li:nth-child(even) .righttext{
    float: left;
}
.zhongjianjieshao li:nth-child(even) .leftimg{
    float: right;
}
.shenghuo_wrap .wrap .titlebox{
    padding-top: 3.75%;
}
.cultureSwi{position: relative; margin-bottom: 6.3%;}
.cultureSwi li{position: relative;}
.cultureSwi li img{width: 100%;}
.white_blank{position: absolute;left: 0;top: 0; background: rgba(0,0,0,0.5); width: 100%;height: 100%;}
.cultureSwi li.swiper-slide-active .white_blank{display: none;}
.cultureSwi .swiper-button-prev, .cultureSwi .swiper-button-next{width:60px; height: 60px; line-height: 60px; margin-top:-30px; text-align: center; border-radius: 100%; box-shadow:0 0 5px 5px rgb(0 0 0 / 12%); background: #fff;}
.cultureSwi .swiper-button-prev i, .cultureSwi .swiper-button-next i{ color:#000; font-size: 20px;}
.cultureSwi .swiper-button-next {
    right: 20%;
}
.cultureSwi .swiper-button-prev {
    lefT: 20%;
}
.swiperbg{
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*模拟select*/
.select-wrap.disabled .select-box{ background:#eee; }
.select-wrap.disabled .select-box a { color:#aaa; opacity:0.2; filter:alpha(opacity=20);}
.select-wrap.disabled .select-box .ico { opacity:0.2; filter:alpha(opacity=20);}
.select-box { position:relative; border:1px solid #ddd; box-sizing:border-box; }
.select-box dt a { display:block; text-indent:5px; position:relative; z-index:2; }
.select-box dt a b { overflow:hidden; margin-right:20px; display:block; text-overflow:ellipsis; white-space:nowrap; font-weight:normal;}
.select-box .ico { position:absolute; right:0; top:0; width:30px; height:100%; z-index:1;  background:url(../images/selectbg.png) no-repeat center;}
.select-box dd { display:none;}
.select-body-box { position:absolute; margin-top:2px; border:1px solid #ddd; border-top:0; background:#fff;  box-sizing:border-box; max-height:200px; overflow:auto; z-index:111111;}
.select-body-box a { display:block; padding:5px; color:#666;}
.select-body-box:hover a.on { background:none; color:#666;}
.select-body-box a.on,
.select-body-box a:hover,
.select-body-box:hover a.on:hover { background:#ecf5f2; color:#c8261d;}
.selectmask { display:none;}
.inputwrap { position: relative; z-index: 100;
    margin-bottom: 4.79%;
}
.inputwrap > div{
    margin-right: 1.1%;
    width: 28.25%;
    float: left;
}
.inputwrap > div:last-child{
    margin: 0;
    width:11.87%;
}
.inputwrap > div:last-child button{
    color: #fff;
    width: 100%;
    border-radius: 25px;
    border: none;
    background: #c8261d;
    line-height: 48px;
}
.inputwrap > div:last-child button i{
    font-size: 18px;
}
.inputwrap  .select-box{
    box-sizing: border-box;
    border: 2px solid #c1c1c1;
    border-radius: 50px;
    /* border: none; */
    background: #fff;
}
.inputwrap   .select-box dt a{
    padding-left: 30px;
    line-height: 50px;
} 
.inputwrap .select-box .ico {
    color: #535353;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translatey(-50%);
    width: auto;
    height: auto;
    z-index: 1;
    background: none;
}


/* 招聘 */
.sociallist{
    margin-bottom: 10px;
}
.sociallistul li{
    cursor: pointer;
    line-height: 79px;
    height: 79px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 60px;
    color: #000;
}
.sociallistul li:nth-child(1){
    color: #000;
}
.sociallistul li:nth-child(4){
    text-align: right;
    padding-right: 40px;
    color: #9d9d9d;
}
.sociallistul{
    color: #3b3e41;
    background: #f4f3f3;
    overflow: hidden;
}
.sociallist > ul li em {
    display: none;
}
.shang{
    display: none;
}
.xia span{
    padding: 4px 7px;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    color: #292929;
    background-color: #fff;
    border: 1px solid #ececec;
}
.shang span{
    padding: 4px 7px;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    background-color: #c8261d;
    border: none;
}
.shang span i{
    color: #fff;
}
.sociallist.on .shang{
    display: block;
}
.sociallist.on .xia{
    display: none;
}
.sociallistul li{
    line-height: 79px;
    height: 79px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 50px;
}
.sociallistul li:nth-child(3){padding-left: 48px;}
.hidetexttitle{
    overflow: hidden;
}
.hidetexttitle li{
    color: #3b3e41;
    float: left;
}
.hidetexttitle li:nth-child(1){
    width: 23%;
}
.hidetexttitle li:nth-child(2){
    text-align: left;
    width: 31%;
    padding-left: 60px;box-sizing:border-box;
}.hidetexttitle li:nth-child(3){
    text-align:left;
    width: 25%;
}
.hidetext{
    border: 1px solid #e8e8e8;
    border-top: none;
    margin-bottom: 23px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 60px 30px 50px;
}
.lrwrap{
    padding-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
}
.lrwrap .ll h2,.lrwrap .rr h2{
    margin-bottom: 20px;
}
.lrwrap .ll,.lrwrap .rr{
    padding-right: 60px;
    width: 50%;box-sizing:border-box;
    float: left;
}
.lrwrap .rr{float: right;padding-left: 60px;}
.emle {
    overflow: hidden;
}
.emle h2{
    color: #3b3e41;
    line-height: 35px;
    float: left;
}
.emle button{
    width: 148px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    float: right;
    border: none;
    background: #b08f6b;
}
.emle a{
    border-radius: 25px;
    width: 189px;
    height: 50px;
    color: #fff !important;
    line-height: 50px;
    float: left;
    border: none;
    background: #c8261d;
        text-align: center;
}
.sociabox{
    padding-bottom: 50px;
}
.hidetext {
    display: none;
 }
 .mapul{
     margin-top: 90px;
     margin-bottom: 135px;
    overflow: hidden;
}
.mapul > li{
    margin-right: 52px;
    height: 458px;
    border-right: 1px solid #ebe8e5;
    padding-right: 50px;
    width: 153px;
    float: left;
   
}
.mapul > li h2 a{
    color: #fff;
}
.mapul > li h2{
    margin-bottom: 20px;
    text-align: center;
    background: #b08f6b;
    height: 35px;
    line-height: 35px;
}
.mapul > li ul li{
    line-height: 3.75;
    text-align: center;
}
.mapul > li ul li a{
    color: #b08f6b;
}
.mapul > li:nth-child(5){
    border: none;
}
.tecwrap{
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: 95px;
}
.tecwrap div{
    float: left;
}
.tecwrap .tecleft{
    width: 62.95%;
}
.tecwrap .tecleft img{
    width: 100%;
}
.tecwrap .tecright{
	width: calc(100% - 62.95%);
	box-sizing: border-box;
    color: #273760;
    padding: 5px 0 0 44px;
}
.tecwrap .tecright img{
    width: 130px;
    margin-bottom: 70px;
}
.tecwrap .tecright h2{
    margin-bottom: 20px;
    font-weight: bold;
}
.tebgwrap{
    position: relative;
}
.tebgwrap .tetext{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.tebgwrap .tetext .wrap{
 
    position: relative;
    height: 100%;
}
.tebgwrap .tetext .wrap p{
    color: #fff;
}
.tebgwrap .tetext .wrap h2{
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
.chanpinbox-wrap .titlebox em{
    margin-bottom: 10px;
}
.chanpinbox-wrap .titlebox p{
    color: #4e4d4d;
    margin-bottom: 20px; text-align:justify; text-justify:distribute-all-lines;
}

 /* .button{
    margin-top: 70px;
    width: 128px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 25px;
}
.button:hover{
	cursor: pointer;
	background: #273760;
	color: #fff;
} */

@media (max-width:767px) {
	/*模拟select*/
	.select-body-box { z-index:100000; position:fixed; top:50%; left:10% !important; width:80% !important; max-height:80%; }
	.selectmask { position:fixed; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.5; z-index:2; display:block; }
	/**/
	.form_box .form-w .city-box .select-wrap { width:auto; float:none; margin:0 0 10px 0;}
}

@media only screen and (max-width: 1599px){
    .list_wrap .right .button {
        margin-top: 3%;
    }
    .list_wrap .right h2 {
        margin-bottom: 2.2%;
    }
    .news-wrap .right .rightbox p {
        margin-bottom: 15px;
    }
    .news-wrap .right .rightbox h2 {
        margin-bottom: 10px;
    }
    .news-wrap .right .rightbox time {
        margin-bottom: 10px;
    }
    .grassrootsbox .time {
        width: 10%;
    }
    .titlebox em{
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .news-wrap .right .rightbox {
        padding: 4.18% 12.5%;
    }
}
@media only screen and (max-width: 1399px){
  
    .zhongjianjieshao li .righttext h2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .titlebox em{
        margin-bottom: 25px;
        margin-top: 20px;
    }
    .list_wrap .right .button {
        margin-top: 2%;
    }
    .list_wrap .right h2 {
        margin-bottom: 2%;
    }
    .dingwei {
        bottom: 25px;
    }
    .news-wrap .right .rightbox {
        padding: 4.18% 12.5%;
    }
    .dingwei .swiper-pagination .swiper-pagination-current{
        color: #c8261d;
        font-size: 22px;
    }
    .dingwei .swiper-pagination .swiper-pagination-total{
        color: #4a4e50;
        font-size: 16px;
    }
    .grassrootsbox .time {
        width: 10%;
    }
    .grassrootsbox .time em {
        top: 8%;
        left: 50%;
        width: 50px;
    }
}
@media only screen and (max-width: 1299px){
    .list_wrap .right h2 {
        margin-bottom: 1%;
    }
    .list_wrap .right .button {
        margin-top: 2.5%;
    }
    .news-wrap .right .rightbox time {
        margin-bottom: 0px;
    }
    .news-wrap .right .rightbox h2 {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 1199px){
    .list_wrap .right h2 {
        margin-bottom: 0%;
    }
    .list_wrap .right .button {
        margin-top: 2.5%;
    }
    .dingwei .swiper-pagination{
        padding: 0px 15px;
        padding-bottom: 5px;
        width: auto;
        bottom: 0;
        color: #4a4e50;
    }
    .news-wrap .right .rightbox p {
        margin-bottom: 8px;
    }
    .dingwei {
        bottom: 15px;
    }
    .news-wrap .right .rightbox {
        padding: 3.18% 12.5%;
    }
}
@media only screen and (max-width: 1024px){
  
    .logobox-wrap > img{
        display: none;
    }
    .logobox-wrap{
        height:500px;
    }
    .list_wrap .right .button {
        height: 20px;
        line-height: 20px;
    }
    .titlebox em {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .zhongjianjieshao li .righttext{
        padding: 0% 0%;
    }

}
@media only screen and (max-width: 1023px){
    .top_tuijian .swiper-button-next{right: 0;}
    .top_tuijian .swiper-button-prev{left:0;}
}
@media only screen and (max-width: 768px){
    .cultureSwi{
        max-width: 90%;
        margin: 0 auto;
    }
    .cultureSwi .swiper-button-next {
        right: -15px;
    }
    .cultureSwi .swiper-button-prev {
        lefT: -15px;
    }
    .cultureSwi .swiper-button-prev i, .cultureSwi .swiper-button-next i{color:#000;font-size: 14px;}
    .cultureSwi .swiper-button-prev, .cultureSwi .swiper-button-next{width:30px; height: 30px; line-height: 30px; margin-top:-15px; text-align: center; border-radius: 100%; box-shadow: 0 0 5px 5px #EFEFEF; background: #fff;}
    .swiperbg{
        display: none;
        z-index: 9;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .zhongjianjieshao li .leftimg{
        float: none;
        width: 100%;
    }
    .zhongjianjieshao li .righttext{
        padding: 1.875% 3.75%;
        float: none;
        width: 100%;
    }
    .logobox-wrap .wrap > img{
        text-align: center;
        display: inline-block;
    }
    .swipertuji .swiper-slide h2{
        bottom: 5px;
    }
.swipertuji .view .swiper-button-prev,.swipertuji .view .swiper-button-next,.top_tuijian .swiper-button-prev,.top_tuijian .swiper-button-next{width: 30px;height: 30px;line-height: 30px;margin-top: -15px;text-align: center;border-radius: 100%;box-shadow: 0 0 5px 5px #EFEFEF;background: #fff;}
.swipertuji .view .swiper-button-prev i,.swipertuji .view .swiper-button-next i,.top_tuijian .swiper-button-prev i,.top_tuijian .swiper-button-next i{ color:#000; font-size: 14px;}
.swipertuji .view .swiper-button-next{
    right: -15px;
}
.swipertuji .view .swiper-button-prev{
    lefT: -15px;
}
.tubox-wrap .swiper-button-prev ,
.tubox-wrap .swiper-button-next{
    width: 30px;
    height: 30px;
    margin-top:-15px;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    box-shadow: 0 0 5px 5px #EFEFEF;
    background: #fff;
 }
 .tubox-wrap .swiper-button-prev i,
 .tubox-wrap .swiper-button-next i {
    color: #000;
    font-size: 14px;
}
.tubox-wrap .swiper-button-next {
    right: -0px;
}
.tubox-wrap .swiper-button-prev {
    lefT: -0px;
}
.videobox .bg_layer p{
    bottom: 35px;
}
.videobox .swiper-slide i{
    font-size: 60px;
}
.videobox .swiper-pagination-current {
    color: #C8261D;
    font-size: 18px;
}
.videobox .swiper-pagination{
    bottom: 10px;
}
.videobox .swiper-button-prev ,
.videobox .swiper-button-next{
    width:30px;
     height: 30px;
      line-height: 30px;
       margin-top:-15px; 
       text-align: center; 
       border-radius: 100%; 
       box-shadow: 0 0 5px 5px #EFEFEF; 
    background: #fff;
 }
 .videobox .swiper-button-prev i,
 .videobox .swiper-button-next i {
    color: #000;
    font-size: 14px;
}

.videobox .swiper-button-next {
    right: -0px;
}
.videobox .swiper-button-prev {
    lefT: -0px;
}
.videobox  .swiper-pagination-total{
    color: #f4f3f3;
    font-size: 14px;
}
    .list_wrap .left {
        width: 100%;
        float: none;
    }
    .list_wrap .right {
        width: 100%;
        float: none;
    }
    .list_wrap .right .button {
        float: right;
        height: 35px;
        line-height: 35px;
    }
    .list_wrap .right .time {
        margin-top: 1.89%;
        margin-bottom: 1.89%;
    }
    .list_wrap .right h2 {
        margin-bottom:1%;
    }
    .news-wrap .left {
        width:100%;
    }
    .news-wrap .right {
        width: 100%;
        position: static;
        background: #f6f5f5;
        height: 100%;
    }
    .news-wrap .right .rightbox {
        padding: 3.18% 2.5%;
    }
    .zhonglist li {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .zhonglist li .bottomtext {
        padding: 4%;
    }
    .grassrootsbox .time em {
      display: none;
    }
    .grassrootsbox .time p{
        display: inline;
    }
    /* 招聘 */
    .inputwrap_wrap {
        padding:20px 0px 60px;
        box-sizing: border-box;
    }
    .inputwrap > div {
        width: 100%;
        margin-bottom: 5px;
    }
    .inputwrap > div:last-child button {
        margin-top: 10px;
    }
    .inputwrap > div:last-child {
        width: 100%;
    }
    .sociallist {
	    visibility: inherit !important;
	}
    .sociallist {
        margin-bottom: 10px;
    }
    .sociallist > ul li em{
        color: #000;
        font-weight: initial;
        float: left;
        display: block;
    }
    .sociallistul li:nth-child(4) {
        padding-right: 5px;
    }
    .sociallist.on .sociallistul li {
        line-height: 40px;
    }
    .hidetext {
        padding: 15px 10px;
    }
    .hidetexttitle li{
        text-align: left !important;
        width: 100% !important;
    }
    .lrwrap .ll, .lrwrap .rr {
        width: 100%;
        padding-left: 0;
    }
    .lrwrap .ll, .lrwrap .rr{
        padding-right: 0px;
    }
    .lrwrap .ll h2, .lrwrap .rr h2{
        margin-bottom: 0;
    }
    .sociallistul li {
        text-align: right;
        line-height: 40px;
        height: 40px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding:0 5px;
    }
    .sociallistul li:nth-child(3){padding-left: 5px;}
    .hidetexttitle li:nth-child(2){padding-left: 0;}
    .lrwrap {
        padding-bottom: 15px;
        margin-top: 20px;
        overflow: hidden;
    }
    .emle a {
        float: right;
    }
    /* 招聘结束 */
}
@media only screen and (max-width: 320px){
    .logobox-wrap{
        height: 520px;
    }
}



/*20211208新增品牌分类*/
.fenlei{ position: relative;margin:3% 0;}
.fenlei .swiper-container{ widtH:400px; margin:0 auto;}
.fenlei .swiper-button-prev{ left: calc(50% - 260px); background-size: 20px 20px;}
.fenlei .swiper-button-next{ right: calc(50% - 260px);background-size: 20px 20px;}
.fenlei .swiper-container .swiper-slide{ text-align: center;}
.fenlei .swiper-container .swiper-slide span{ cursor: pointer; display: inline-block; border-radius: 5px; margin:0 auto; height: 46px; line-height: 46px; padding:0 30px;}
.fenlei .swiper-container .swiper-slide.on span{color:#fff; background: #C8261D;}
.fenlei .swiper-button-prev.swiper-button-disabled,.fenlei .swiper-button-next.swiper-button-disabled{pointer-events:inherit!important; cursor: pointer; opacity: 1;}
.fenlei .swiper-button-prev.disabled{ cursor: default; opacity: 0.35;}
.fenlei .swiper-button-next.disabled{ cursor: default;opacity: 0.35;}

@media only screen and (max-width: 767px){
.fenlei .swiper-container{ width:calc(100% - 100px);}
.fenlei .swiper-button-prev{left:0;}
.fenlei .swiper-button-next{right:0;}
.fenlei .swiper-container .swiper-slide span{padding:0 10px;}
}

/*20211210变更新增*/
.brand_history{padding:5% 0 2%;}
.brand_history .wrap{ position: relative;}
.brand_history h2{ text-align: center; margin-bottom: 3%;}
.brand_history .hislist{ height: 500px; overflow: hidden;}
.brand_history .hislist.show{ height: auto;}
.brand_history i.icon-xiangxia{ cursor: pointer; position: absolute; left:50%; bottom:-50px; color:#C8261D; font-size: 30px; widtH:50px; height: 40px; line-height: 40px; text-align: center; margin-left:-25px;}
.brand_history i.icon-xiangxia.show{transform: rotate(180deg);}