/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#d60113;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{font-family:"Biko";text-transform: uppercase;}




html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#d60113;}
.title p{font-size: 18px;color:#999;line-height: 30px;}






/*抬头*/
.head_bg{height:120px;}
.logo{display: flex;align-items: center;height: 120px;}
.logo img{width:15vw;}
.logo li{display: flex;flex-direction: column;margin-left: 0.6vw;}
.logo li b{font-size: 1.2vw;color: #333;}
.logo li p{font-size: 1.2vw;line-height: 30px;color: #333;font-weight: bold;}





/*栏目*/
.NavCeshi li{float:left;padding: 0 1.4vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:120px;font-style:normal;font-size:16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#d60113;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #d60113;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #d60113 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #d60113;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 15px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #d60113;}
.nav2 table{width: 100%;}



/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){

}
@media (max-width: 1780px) and (min-width: 1681px){

}
@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi li i{font-size: 15px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li i{font-size: 14px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
.NavCeshi li i{font-size: 14px;}
}




/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:725px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:725px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;    height: 80%;    position: relative;    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:250px; left: 0; margin-left: 0; height:420px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(//memberpic.114my.cn/dg57239/uploadfile/image/20221125/20221125204753_1936405849.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #d60113;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/*内页*/
.banner-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}




/*搜索*/
.search_bg{height: 100px;background: #fff;overflow: hidden;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.search_nbg{position: absolute;z-index: 999;top: 620px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{background: #fff;margin: 0 auto;}
.search-bg{width:300px;height:50px;overflow: hidden;margin-top:26px;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size: 14px;color: #999;}
.search_l a:hover{color:#d60113;}
.search-bg #infoname{width:300px;background:#f5f5f5;outline:none; color:#ccc;border: none;height:50px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;border-radius: 23px;}
.search_nbg #infoname{width:278px;height: 50px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height:50px;}
.search-i input{outline: none;}







/*合作商家*/
.cooperation_bg{height:450px;background:#f5f5f5;}
.cooperation ul{display:flex;justify-content: space-around;}
.cooperation ul *{display:block;}
.cooperation li>a{overflow: hidden;}
.cooperation img{transition: 0.3s;}
.cooperation li:hover img{transform: scale(1.2);}
.cooperation p{margin-top: 1px;line-height: 50px;background: #fff;text-align: center;}
.cooperation p>a{font-size: 16px;color: #333;}
.cooperation li:hover p>a{color:#d60113;}






/*产品展示*/
.product_bg{}
.product{display: flex;justify-content: space-between;}
/*左边 一级分类*/
.product_fl{width:300px;padding: 25px;background: #f5f5f5;}
.product_fl .markermenu{width: auto !important;}
.product_fl .markermenu>ul>li>a{padding: 0 0 0 25px;height: 60px;line-height: 60px;background: #d60113;font-size: 18px;color: #fff;}
.product_fl .markermenu>ul>li:hover>a{background:#333;}
/*二级分类*/
.product_fl .blackwhite{visibility: inherit !important;}
.product_fl .markermenu>ul>li>ul>li{margin-top: 1px;}
.product_fl .blackwhite>li>a{padding-left: 30px;background: #fff;font-size: 16px;color: #666;font-weight: initial;}
.product_fl .blackwhite>li:hover>a{background: #333;color:#fff;}
.product_fl .blackwhite>li>ul{display: none;margin: 20px 0;}
.product_fl .blackwhite>li:hover>ul{display:block;}
/*三级分类*/
.product_fl .blackwhite>li>ul li a{padding-left: 40px;font-size: 15px;color: #666;font-weight: inherit;}
.product_fl .blackwhite>li>ul li:hover a{color:#d60113;}
/*右边*/
.product_fr{width:1060px;}
.product_fr *{display:block;}
.product_fr ul{display:flex;justify-content: space-between;}
.product_fr ul+ul{margin-top:25px;}
.product_fr li>a{overflow: hidden;border: 1px #eee solid;}
.product_fr li>a img{transition: 0.3s;}
.product_fr li:hover>a img{transform: scale(1.2);}
.product_fr br{display:none;}
.product_fr li span>a{line-height: 50px;background: #f5f5f5;text-align: center;font-size: 16px;color: #333;}
.product_fr li:hover span>a{color:#d60113;}




/*选择佰大机械的四大优势*/
.avd_bg{height:945px;background: url(//memberpic.114my.cn/dg57239/uploadfile/image/20221201/20221201173401_1814412181.jpg)no-repeat center;}
.avd_title b{color:#fff;}
.avd_title p{color:#e5e5e5;}
.avd{flex-wrap: wrap;height:690px;padding:55px;background: #fff;}
/*切换*/
.avd_toggle{display: flex;justify-content: space-between;width: 100%;height: 110px;}
.avd_toggle li{display: flex;align-items: center;justify-content: center;width: 23.5%;background: #333;cursor: pointer;}
.avd_toggle li.on{background: #d60113;}
.avd_toggle li *{display: block;}
.avd_toggle i{width:54px;height:54px;margin-right:15px;background: url(//memberpic.114my.cn/dg57239/uploadfile/image/20221125/20221125204830_2066178738.png)no-repeat;}
.avd_toggle li:nth-child(2) i{background-position: -54px 0;}
.avd_toggle li:nth-child(3) i{background-position: -162px 0;}
.avd_toggle dl{}
.avd_toggle b{font-size: 30px;color:#fff;}
.avd_toggle span{font-size: 14px;color:#999;}
.avd_toggle li.on span{color: #ff848f;}
/*内容*/
.avd_content{margin-top:40px;}
.avd_content ul{display: flex;}
.avd_text{margin-right: 55px;}
.avd_text t{width:80px;height:80px;line-height: 80px;margin-right: 25px;background: #d60113;text-align: center;font-size: 40px;color: #fff;}
.avd_text dl{display: flex;align-items: center;margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px #eee solid;}
.avd_text dl b{display: block;margin-bottom: 5px;font-size: 28px;color: #d60113;}
.avd_text dl span{font-size: 14px;color: #999;}
.avd_text p{font-size: 16px;line-height: 36px;color: #666;}
.avd_text i{display: flex;align-items: center;margin-top: 55px;padding-left: 55px;background: url(//memberpic.114my.cn/dg57239/uploadfile/image/20221125/20221125202818_1047275977.png)no-repeat left center;font-size: 16px;color: #666;}
.avd_text em{padding-left: 30px;font-size: 30px;color: #d60113;font-weight: bold;}
.avd_img img{width:625px;}







/*成功案例*/
.apply_img ul{display:block;height:388px;}
.apply_img ul+ul{margin-top:25px;}
.apply_img li{float:left;overflow: hidden;}
.apply_img li+li{margin-left: 25px;}
.apply_img li *{display: block;}
.apply_img li>a{position: relative;}
.apply_img li>a:before{content:"";display:block;width:0%;height:337px;background:rgb(0 0 0/0.7);position: absolute;top: 0;transition:all 0.3s;}
.apply_img li:hover>a:before{width:100%;}
.apply_img li>a:after{content:"了解更多";display:block;width:120px;height:40px;line-height:40px;background:#fff;font-size: 15px;color:#d60113;text-align:center;position: absolute;top:-50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;transition: all 0.3s;}
.apply_img li:hover>a:after{top:50%;}
.apply_img li p{margin-top: 1px;height: 50px;line-height: 50px;background: #f5f5f5;text-align: center;font-size: 16px;color: #333;position:relative;}
.apply_img li p:before{content:"";display:block;width: 0%;height: 50px;background: #d60113;position: absolute;top: 0;transition:all 0.3s;}
.apply_img li:hover p:before{width: 100%;}
.apply_img li p a{font: inherit;color: inherit;position: relative;z-index: 2;}
.apply_img li:hover p a{color:#fff;}







/*关于我们*/
.about_bg{height:820px;background: #f5f5f5;}
.about{display: flex;}
/*文字*/
.about_text{display: flex;flex-direction: column;justify-content: center;width:700px;height:550px;padding:0 55px;background: #fff;}
.about_text *{display: block;}
.about_text t{font-size: 28px;color:#333;}
.about_text span{margin-top: 4px;font-size: 14px;color:#999;}
.about_text span:after{content:"";display: block;width:80px;height:2px;margin:35px 0 40px 0;background: #d60113;}
.about_text p{font-size: 16px;line-height: 34px;color:#666;}
.about_text li{display: flex;margin-top: 55px;}
.about_text a{width:180px;line-height: 50px;background: #333;font-size: 18px;color:#fff;text-align: center;}
.about_text a+a{margin-left: 25px;}
.about_text a:hover{background: #d60113;}






/*新闻中心*/
.news_t b:after{left: 315px;}
.news_t b:before{right: 315px;}
.news_list{width:562px;margin: 0 auto;}
.news_list li{width:160px;height:54px;line-height:54px;margin-right: 40px;background: #333;float: left;text-align: center;font-size: 18px;color: #fff;cursor: pointer;}
.news_list li:last-child{margin-right: 0px;}
.news_list li+li{margin-left: 1px;}
.news_list li a{color:#fff;font-size:18px;}
.news_list li.on {background: #d60113;color: #fff;}
.news_list li.on a{color: #fff;}
.news_box .news_div_item:nth-child(-n+2){width:340px;height: 430px;border: 1px solid #e5e5e5;}
.news_box{width:1400px;    overflow: hidden;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic a{overflow: hidden;display: block;width:338px;height: 255px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{border-bottom: 1px solid #e5e5e5;box-sizing: border-box;transition: 0.3s;}
.news_box .news_div_item:hover:nth-child(-n+2) .news_div_item_pic img{transform: scale(1.2);}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:0;width:317px;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:391px;width:317px;font-size:14px;color: #333;    left: 18px;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:255px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_month:after{content:'-';}
.news_div_item_a{font-size:18px !important;color:#333;line-height:55px;}
.news_div_item_body{font-size:14px;color:#999;line-height:23px;margin-top: 55px;padding: 0 20px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_body{line-height:28px;}
.news_box .news_div_item:nth-child(2){margin-left:30px;}
.news_box .news_div_item{width:660px;height:143px;float:left;position: relative;box-sizing: border-box;}
.news_box .news_div_item:nth-child(n+3){margin-left:30px;}
.news_box .news_div_item_pic{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{position: absolute;left: 135px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date{position: absolute;left:30px;font-size:14px;top: 80px;color: #333;    font-weight: bold;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date:after{display:block;content:"";width: 1px;height: 75px;background: #e5e5e5;position: absolute;top: -50px;right: -28px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_day{position: absolute;top:-60px;font-size: 44px;left:3px;color: #333;font-weight: bold;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_a{height:143px;    top: 5px;}
.news_box .news_div_item:nth-child(n+3){border: 1px #e5e5e5 solid;}
.news_box .news_div_item_a{display: block;width: 100%;height: 184px;position: absolute;padding: 0 20px;padding: 0 20px;color: #333;}
    
    










/*版权*/
.copyright_bg{height:626px;background: #eee;}
/*联系方式*/
.copyright_connect ul{display:flex;height:120px;}
.copyright_connect ul *{display: block;}
.copyright_connect li{display: flex;justify-content: center;align-items: center;width:33.33%;height: 120px;background: #d60113;color:#fff;}
.copyright_connect li:last-child{width: 60%;}
.copyright_connect i{display: flex;align-items: center;justify-content: center;width:55px;height:55px;margin-right: 15px; border:1px rgb(255 225 225/0.25) solid;border-radius: 100%;}
.copyright_connect i:after{content:"";display: block;width:25px;height:25px;background: url(//memberpic.114my.cn/dg57239/uploadfile/image/20221125/20221125204909_78461702.png)no-repeat;}
.copyright_connect li:nth-child(3) i:after{background-position-x:-25px;}
.copyright_connect li:nth-child(4) i:after{background-position-x:-50px;}
.copyright_connect span{font-size: 16px;}
.copyright_connect p{margin-top: 5px;font-size:24px;}
.copyright_connect li:last-child p{font-size:16px;}
/*友情链接*/
.copyright_links{display: flex;align-items: center;height: 120px;border-bottom: 1px #ddd solid;}
.copyright_links_fl p{height: 30px;line-height: 30px;padding-left: 50px;background: url(//memberpic.114my.cn/dg57239/uploadfile/image/20221201/20221201171947_17479687.png)no-repeat left center;font-size: 16px;color: #333;}
.linkTagcs li a{color: #999 !important;}
/*栏目*/
.copyright_column{display: flex;justify-content: space-between;margin:80px 0 120px 0;}
.copyright_column_fl ul{display: flex;justify-content: space-between;width:825px;}
.copyright_column_fl a{display: block;padding-left: 20px;font-size: 15px;line-height:36px;color:#aaa;}
.copyright_column_fl a:first-child{line-height: 22px;margin-bottom: 20px;font-size: 18px;color:#999;}
.copyright_column_fl a:hover{color:#d60113;}
.copyright_column_fr{display: flex;}
.copyright_fr_img img{width:160px;height：160px;}
.copyright_fr_toggle{margin-left: 30px;}
.copyright_fr_toggle li{display: flex;align-items: center;justify-content: center;width:180px;line-height: 45px;background: #ccc;border-radius: 100px;cursor: pointer;position: relative;transition: 0.3s;}
.copyright_fr_toggle li.on{background: #fff;}
.copyright_fr_toggle li.on:after{content: "";display: block;width: 0;height: 0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid #fff;position: absolute;left: -30px;}
.copyright_fr_toggle li+li{margin-top: 12px;}
.copyright_fr_toggle i{display: block;width:20px;height:20px;background: url(//memberpic.114my.cn/dg57239/uploadfile/image/20221125/20221125204958_2091862652.png)no-repeat;transition: 0.3s;}
.copyright_fr_toggle li.on i{background-position-y:-20px; }
.copyright_fr_toggle p{margin-left: 15px;font-size: 16px;color:#fff;}
.copyright_fr_toggle li.on p{color:#333;}






/*最底部*/
.copyright_bottom_bg{height:100px;line-height: 100px;background: #f5f5f5;overflow: hidden;}
.copyright_bottom{display: flex;}
.copyright_bottom p{display:flex;}
.copyright_bottom p,.copyright_bottom a{font-size: 15px;color: #aaa;}
.copyright_bottom a:last-child{display: flex;justify-content: flex-end;flex-grow: 1;}
.copyright_bottom a:hover{color:#d60113;}







/* 浮动*/
.y-kefu-box { position: fixed; right: 0; top:20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.cn/dg57239/uploadfile/image/20221125/20221125201905_1041814733.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #d60113; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #d60113; border-color: #d60113; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #d60113; border-color: #d60113;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }

.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 

/*咨询热线*/
.y-kefu-box01 .mobile-infos{width: 260px;text-align: left;top: 0;}
.y-kefu-box01 .mobile-infos>div{padding: 20px 0 20px 45px;position: relative;}
.y-kefu-box01 .mobile-infos>div i{width: 15px;height: 15px;background-position: -52px -32px;position: absolute;top: 22px;left: 20px;z-index: 2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom: solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#333;}
.y-kefu-box01 .mobile-infos p{color: #d60113;font-size: 18px;}
y-kefu-box .right{width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2{width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1{left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2{border-left: 6px white solid;}


/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #d60113; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }