/*标签样式初始化*/
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:#be0007;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;}





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:#be0007;}
.title p{font-size: 18px;color:#999;line-height: 30px;}






/*抬头*/
.head_bg{display: flex;justify-content: space-between;height:100px;}
.logo a{display: flex;justify-content: center;flex-direction: column;height: 100px;}
.logo b{font-size: 32px;color:#333;}
.logo p{font-size: 18px;color:#666;}
.head_bj{display: flex;justify-content: space-between;align-items: center;width:95%;height:100px;margin-right: -5%;padding-right: 5%;background: #be0007;}
/*微信*/
.head_icon{display: flex;align-items: center;}
.head_share{width:46px;height:46px;border-radius: 100%;}
.head_wechat{background: #fff url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206084311_2013256385.png)no-repeat center;}
.head_wechat:after{content: "";display:block;width:120px;height:120px;margin: 73px 0px 0 -35px;background:url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206084744_5925373.jpg)no-repeat;background-size: 100%;position: relative;z-index: 9;transform: scale(0);transition: 0.3s;}
.head_wechat:hover:after{transform: scale(1);}
/*搜索*/
.head_search{display: flex;align-items: center;width:46px;height:100px;margin-left: 3vw;cursor: pointer;}
.head_search_icon{background: #fff url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206090425_2001084123.png)no-repeat center;}
.search_bg{height: 100px;background: #f5f5f5;position: absolute;top: 100px;left: 0;z-index: 2;transition: 0.3s;transform: scale(0);}
.head_search:hover .search_bg{transform: scale(1);}
.search_nbg{position: absolute;z-index: 999;top: 620px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;}
.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:#be0007;}
.search-bg #infoname{width:300px;background:#e6e6e6 ;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: 44px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 50px;}





/*栏目*/
.nav{margin-left: 5vw;}
.NavCeshi li{float:left;padding: 0 2vw;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:100px;font-style:normal;font-size: 16px;color:#fff;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#fff;}
.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: #fff;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #be0007 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:100px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #be0007;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;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #be0007;}
.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;}
.banner-box{ min-width:1400px; height:846px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:846px; 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:300px; left: 0; margin-left: 0; height: 500px; 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.com.cn/028903/uploadfile/image/20230206/20230206161557_967767624.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: #be0007;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;}








/*服务项目*/
.prod_bg{height:895px;background:url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206143435_1082058608.jpg)no-repeat center;}
.prod{display: flex;justify-content: space-between;}
/*左边*/
.prod_left{width:280px;height:705px;padding:30px 40px 0 40px;background: #f5f5f5;}
.prod_left li{line-height:40px;position: relative;}
.prod_left li:before{content: "";display:block;width:20px;height:14px; background:url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206142127_650200836.png)no-repeat;position: absolute;right: 0;top: calc((50% / 2) - -5px);transition: 0.3s;}
.prod_left li.on:before,.prod_left li:hover:before{background-position-y: -14px;}
.prod_left li.on a,.prod_left li:hover a{font-size:20px;color:#be0007;font-weight: bold;}
.prod_left li a{display:block;font-size:16px;color:#666;}
/*右边*/
.prod_right{width:1090px;}
.prod_right .progdwz2021{width: 1090px;padding:40px 0 40px 40px;}
.prod_right ul{display: flex;justify-content: space-between;}
.prod_right ul+ul{margin-top: 20px;}
.prod_right ul li *{display:block;}
.prod_right li br{display:none;}
.prod_right li>a{overflow: hidden;}
.prod_right li img{transition: 0.3s;}
.prod_right li:hover img{transform: scale(1.2);}
.prod_right li span{line-height: 50px;background: #fff;}
.prod_right li:hover span{background: #be0007;}
.prod_right li span a{font-size: 16px;color: #333;text-align: center;}
.prod_right li:hover span a{color: #fff;}






/*为您解决装修布局难题*/
.trait{display: flex;justify-content: space-between;}
/*左边*/
.trait_left{display: flex;flex-wrap: wrap;justify-content: space-between;width:930px;}
.trait_left ul:nth-child(1){width:930px;height:265px;margin-bottom:20px;background: url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206104134_1367867327.jpg)no-repeat;}
.trait_left ul:nth-child(n+2):nth-child(-n+3){width:455px;height:265px;}
.trait_left ul:nth-child(n+2){background:url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206104318_1461733287.jpg)no-repeat center;}
.trait_left ul:nth-child(n+3){background:url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206111205_1009947656.jpg)no-repeat center;}
.trait ul *{display: block;}
.trait ul:nth-child(n+1):nth-child(-n+3){display: flex;flex-direction: column;justify-content: center;padding-left: 40px;}
.trait t{font-size: 24px;color:#333;}
.trait span{margin:3px 0 30px 0;font-size: 12px;color:#aaa;text-transform: capitalize;}
.trait p{font-size:16px;line-height: 34px;color:#666;}
/*右边*/
.trait_right{display: flex;width:450px;height:550px;background: url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206111322_137254882.jpg)no-repeat;}








/*办公室/厂房装修就找卓顺*/
.adv_bg{height:870px;background: #f8f8f8;}
.adv{height: 600px;}
/*内容*/
.adv_ul{display: flex;justify-content:space-between;}
.adv_text{width:455px;padding-top: 30px;position: relative;}
.adv_text *{display: block;}
.adv_text t{font-size: 30px;font-weight:bold;color:#333;}
.adv_text span{margin:3px 0 35px 0;font-size: 14px;color:#999;text-transform: capitalize;}
.adv_text p{font-size: 16px;line-height: 34px;color:#666;}
.adv_text a{margin-top: 35px;width:180px;height:50px;line-height: 50px; border:1px #e0e0e0 solid;font-size: 18px;color:#666;text-align: center;}
.adv_img{width:927px;}
.adv_text a:hover{background:#be0007;border: 1px #e0e0e0 solid;color:#fff;}
/*切换*/
.adv_switch{display: flex;flex-wrap: wrap;position: absolute;bottom: 0px; width:455px;}
.adv_switch li{display: flex;flex-direction: column;align-items: center;justify-content: center;width:227px;height:100px;background: #fff;cursor: pointer;}
.adv_switch li.on{background: #be0007;}
.adv_switch li:nth-child(odd){border-right: 1px #eee solid;}
.adv_switch li:nth-child(n+1):nth-child(-n+2){border-bottom: 1px #eee solid;}
.adv_switch p{font-size: 24px;color:#333;}
.adv_switch li.on p{color:#fff;}
.adv_switch span{font-size: 14px;line-height:26px;color:#aaa;text-transform: inherit;}
.adv_switch li.on span{color:#f69da1;}








/*案例展示*/
.apply{display: flex;justify-content: space-between;}
/*左边*/
.apply_fl a{width:690px;height:572px;}
.apply_fl span,.apply_fr li p a{display:block;line-height:50px;background:#f5f5f5;font-size:16px;color:#333;text-align: center;}
.apply_fl a:hover span,.apply_fr li:hover p a{background:#be0007;color:#fff;}
.apply_fl i,.apply_fr li a{display: block;overflow: hidden;}
.apply_fl img,.apply_fr li img{transition: 0.3s;}
.apply_fl a:hover img,.apply_fr li:hover img{transform: scale(1.2);}
/*右边*/
.apply_fr{width:690px;}
.apply_fr ul{display: flex;justify-content: space-between;}
.apply_fr ul+ul{margin-top:20px;}








/*公司简介*/
.about_bg{height:920px;background: url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206135024_866305401.jpg)no-repeat center top;position: relative;}
.about{display: flex;flex-direction: column;justify-content: center;height:240px;padding:0 40px;background: #fff;box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.1);position: absolute;bottom:0px;left:calc((50% / 2) - 260px);text-align: center;}
.about b{font-size: 40px;color:#333;}
.about p{margin-top: 10px;font-size: 16px;line-height: 34px;color:#666;}







/*新闻中心*/
.news_bg{}
.news_top ul{text-align:center; margin:0px auto;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;color: #999;}
.news_tab li{display:inline-block; background: #333; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; color:#fff;display: block;}
.news_tab li.on{color:#fff; background:#be0007;width: 171px; height: 42px; line-height: 42px;}
.news_tab li.on a{color:#fff !important;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;transform: rotate(-90deg);}
.news_a .sNext{left: 5px;transform: rotate(90deg);}
.news_a i:hover{color:#005cab;}
.news_list{height:auto !important; min-height:500px !important;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:100%;}
.news_list .news_div_item{width: 25%;display: inline-block;position: relative;height:100%;transition:0.5s; padding:30px 40px 40px;border-right:1px #e5e5e5 solid;}
.news_list .news_div_item:first-child{border-left:1px #e5e5e5 solid;}
.news_list .news_div_item_date{font-weight: 400;height: 26px; line-height: 22px;}
.news_list .news_div_item_content{padding-right: 14px; padding-bottom:90px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{display: inline-block; font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 18px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight:normal; color:#222;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 0;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100; display: none;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206161631_1129842380.png) no-repeat center;width: 18px;height: 14px;left: 0;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{overflow: hidden;}
.news_list .news_div_item img{transition:0.3s all linear; }
.news_list .news_div_item:hover img{transform:scale(1.1);}
.news_list .news_div_item:hover .news_div_item_a{color: #d81980;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{padding-left:40px;display: block;width: 130px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;}






/*版权*/
.copyright * {box-sizing: content-box;}
.links .linkTagcs a {font-size: 14px;color: #999 !important;}
.copyright{ background:#f1f1f1; height:485px;}
.crcon{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; position:relative;}
.crcright{ width:440px; height:412px; background:#f8f8f8;text-align:center; padding-top:70px; position:relative; z-index:9;}
.crcode{ font-size:0; margin-bottom:35px;}
.crcode li{ display:inline-block; vertical-align:top; font-size:18px; color:#333;}
.crcode li img{ display:block; margin-top:10px; width:140px; height:140px;}
.crcode li+li{ margin-left:20px;}

.links{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; height:60px; width:950px;}
.links>p{ line-height:40px; font-size:16px; font-weight:bold; color:#999; padding-left:35px; background:url(//memberpic.114my.com.cn/028903/uploadfile/image/20230206/20230206155236_204144114.png) no-repeat left center; width:180px;}
.links>p span{ font-size:18px; padding:0 20px 0 5px;color:#999;}
.crtel{ font-size:16px; color:#999;}
.crtel em{ display:block; font-size:32px; font-family:fontDin1; color:#333;}
.crtel p+p{ margin-top:25px;}

.kslj{ width:960px; height:336px; padding-top:70px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.kslj li{ width:100px;}
.kslj p{ font-size:20px; color:#333;}
.kslj p i{ display:block; width:100%; height:1px; background:#dcdcdc; position:relative; margin:20px 0 25px 0;}
.kslj p i:after{ content:''; display:block; position:absolute; left:0; top:0; width:30%; height:1px; background:#be0007; transition:all .3s ease;}
.kslj li+li{ margin-left:120px;}
.kslj li:hover i:after{ width:100%;}
.kslj li a{ display:block; font-size:14px; color:#999; line-height:36px; white-space:nowrap;}
.kslj li a:hover{color:#be0007;}
.crcon:after{ content:''; display:block; position:absolute; left:-50vw; width:200vw; height:1px; bottom:95px; background:#000000;background: #e2e2e2;border-top: 1px solid #fbfbfb;}
.end{ background:#be0007;}
.end .page{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.end,.end a{ line-height:86px; font-size:15px; color:#ffffff;}
.end a:hover{ color:#fff;}
.end .page p+p{ width:440px; text-align:center; position:relative; z-index:3;}
.end .page p+p:after{ content:''; display:block; position:absolute; left:0; height:100%; width:440px; background:#d62e35; top:0; z-index:-1;}
.dw_pic, .dw_pic img{height:auto;}








/* 浮动*/
.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.com.cn/028903/uploadfile/image/20230206/20230206140125_271463434.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: #be0007; 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: #be0007; border-color: #be0007; 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: #be0007; border-color: #be0007;}
.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: #be0007;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: #be0007; 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; }