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

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #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:#c1011c;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:"ITCAvantGardeStd-Bk";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"ITCAvantGardeStd-Bk";
  src: 
  url("/cssnew/ITCAvantGardeStd-Bk.woff2.txt") format("woff2"),
  url("/cssnew/ITCAvantGardeStd-Bk.woff.txt") format("woff"),
  url("/cssnew/ITCAvantGardeStd-Bk.ttf.txt") format("ttf"),
  url("/cssnew/ITCAvantGardeStd-Bk.eot.txt") format("eot"),
  url("/cssnew/ITCAvantGardeStd-Bk.svg.txt") format("svg");
}







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









/*抬头*/
.head_bg{height:100px;position:absolute;top:0;z-index:9;transition: 0.3s;position: relative;}
.home_head_fixed .head_bg{}
.head{display:flex;justify-content:space-between;align-items: center;height:100%;}
/*logo*/
.head_logo{display:flex;align-items: center;}
.head_logo img{height:3.6vw;filter: grayscale(100%) brightness(1000%);}
.head_logo li{margin-left: 1vw;}
.head_logo li b{font-size:1.5vw;color:#fff;}
.head_logo li p{font-size:0.9vw;color:rgb(255 255 255 / 75%);font-weight:lighter;}
/*栏目*/
.head_column{display:flex;justify-content:space-between;align-items:center;width:60%;height:100%;}
.head_column li>a{display:block;line-height:100px;font-size:16px;color:#fff;position: relative;transition: 0.3s;}
/*固定栏目*/
.head_column li>a:after{content: "";display:block;width:10px;height:10px;background:#fff;border-radius:100%;position:absolute;bottom:-5px;left: calc(50% - 5px);z-index: 3;transition:0.3s;transform:scale(0);}
.head_column li:hover>a:after, .head_column li.column_fixed>a:after{transform:scale(1);}
/*下拉*/
.head_column li{position: relative;}
.head_column .nav2{display: none;width:140px;position:absolute;left:50%;transform:translate(-50%);text-align:center;border-top:5px #c1011c solid;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
/*图标*/
.head_icon{display: flex;align-items: center;}
.head_language p{font-size:1.2vw;color:#fff;font-weight: bold;}
.head_search{width:60px;height:100px;background: url(//memberpic.114my.com.cn/mingger/uploadfile/image/20241220/20241220091326_1054540328.png)no-repeat center;margin-left: 1vw}
.head_search_div{display: none;position:absolute;top:100px;right:0px;width:500px;padding:20px;background: rgb(238 238 238 / 0.9);}
.head_search_left{display:flex;flex-wrap:wrap;}
.head_search_left a{display:block;font-size:15px;color:#333;font-weight:lighter;}
.head_search_left a:hover{color:#c1011c;}
.head_search_left a+a{margin-left: 10px;}
.search_form{display: flex;margin: 10px 0 0 0;}
.search_input_one{width: 100%;padding:7px 10px;outline:none;font-size:14px;color:#ccc !important;font-weight:lighter;border:none;background:#fff;border-radius:50px 0 0 50px;}
.search_input_two{outline:none;padding:0;width:70px;line-height: 30px;margin-left: 1px;border:none;background:#fff;border-radius:0 50px 50px 0;font-size:16px;color:#333;}





/*栏目经过和固定*/
#head_top{width:100%;position:fixed;top:0;z-index:999;}
.head_move{height: 100px;background:#fff;}
.head_move .head_bg{box-shadow: 0 0 30px rgba(0,0,0,.08);}
.head_bg:hover{background: #fff;}
/*logo*/
.head_move .head_logo img, .head_fixed .head_bg:hover .head_logo img{filter: none;}
.head_move .head_logo li b, .head_fixed .head_bg:hover .head_logo li b{color:#333;}
.head_move .head_logo li p, .head_fixed .head_bg:hover .head_logo li p{color:#666;}
/*栏目*/
.head_bg:hover .head_column li>a, .head_move .head_column li>a{color:#333;}
.head_bg:hover .head_column li.column_fixed>a, .head_move .head_column li.column_fixed>a{color:#c1011c;}
.head_fixed .head_column li:hover>a, .head_move .head_column li:hover>a{color:#c1011c;}
.head_bg:hover .head_column li>a:after, .head_move .head_column li>a:after{background: #c1011c;}
/*图标*/
.head_move .head_search_div{background: #e5e5e5;}
.head_bg:hover .head_language p, .head_move .head_language p{color:#c1011c;}
.head_bg:hover .head_search, .head_move .head_search{background: url(//memberpic.114my.com.cn/mingger/uploadfile/image/20241218/20241218155435_526148379.png)no-repeat center;}







/*幻灯片*/
.banner{height:945px;background: #c1011c;}
/* 通过改变animation-timing-function 制作弹性切换效果 */
.banner .swiper-wrapper{transition:2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;}
.banner .swiper-slide a{display: flex;height: 100%;}
/*左右箭头*/
.banner .swiper-button-prev{left: -80px;border-radius:5px 0 0 5px;}
.banner:hover .swiper-button-prev{left: 150px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:150px;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(255 255 255 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 50px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}






/* 数据 */
.data_bg{height:200px;}
.data{display:flex;align-items:center;justify-content:space-between;width: 100%;height:100%;text-align:center;}
.data li{display:flex;justify-content:center;flex-direction:column;width:20%;height:100%;position: relative;}
.data li:after{content:"";display:block;width:1px;height:100px;background:#f5f5f5;position:absolute;right:0;}
.data li:last-child:after{display: none;}
.data li p{font-size:2.5vw;color:#c1011c;font-weight: bold;}
.data li span{font-size:1vw;font-weight:lighter;color:#999;}






/* 服务项目 */
.service_bg{padding-bottom: 80px;background: #f5f5f5;}
.service ul{display: flex;}
.service ul:nth-child(1){border-bottom: 1px #f5f5f5 solid;}
.service ul *{display: block;}
.service a{width:466px;height:470px;padding: 20px;text-align: center;background: #fff;}
.service a+a{border-left: 1px #f5f5f5 solid;}
.service li{position:relative;z-index:2;transition: 0.3s;}
.service img{width: 100%;}
.service p{margin:40px 0 5px 0;font-size:24px;color:#333;font-weight:bold;}
.service span{font-size:16px;color:#666;text-transform:capitalize;}
.service t{display: none;margin-top:20px;padding:0 20px 0px 20px;font-size:16px;line-height:24px;color:rgb(255 255 255 / 75%);font-weight:lighter;}
.service em{width:50px;height:1px;margin:40px auto 40px;background:#c1011c;}
.service a:hover li{height: 205px;margin-top:-40px;padding:40px 0 40px 0;background:#c1011c;}
.service a:hover p{margin-top:0px;color:#fff;}
.service a:hover span{color: rgb(255 255 255 / 75%);}
.service a:hover t{display: block;}
.service a:hover em{display: none;}






/* 经典案例 */
.case_sort li{display:flex;height: 60px;line-height:60px;padding:0 20px;background:#f5f5f5;overflow: hidden;}
.case_sort li+li{margin-top: 1px;}
.case_sort li a.prolist2021_one{display:block;width: 7%;font-size:18px;color:#333;font-weight:bold;}
.case_sort dl{display: flex;}
.case_sort dl>dt+dt{margin-left: 1vw;}
.case_sort dl>dt>a{display:block;font-size:16px;color:#999;font-weight:lighter;}
.case_sort li:hover a.prolist2021_one{color:#c1011c;}
.case_sort dl>dt>a:hover{color:#c1011c;}
/* 图片 */
.case_img{margin-top: 20px;}
.case_img ul{display: flex;}
.case_img ul+ul{margin-top:10px;}
.case_img li{width: 20%;position:relative;overflow:hidden;}
.case_img li+li{margin-left:10px;}
.case_img li img{width: 100%;height: auto;}
.case_img li br{display:none;}
.case_img li span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:rgb(0 0 0 / 75%);position:absolute;z-index:2;top:-100%;transition: 0.3s;}
.case_img li span a{display:flex;align-items:center;justify-content:center;width:100%;line-height:280px;padding: 0 20px;font-size:16px;color:#fff;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.case_img li:hover span{top:0%;}






/* 明歌三大优势 */
.advantage_bg{height:900px;background: url(//memberpic.114my.com.cn/mingger/uploadfile/image/20241219/20241219105355_1505691149.jpg)no-repeat center;background-attachment: fixed;}
.advantage_title b,.advantage_title t{color:#fff;}
.advantage_title p{color: rgb(255 255 255 / 0.75);}
/*切换*/
.advantage_switch{display:flex;justify-content:space-between;}
.advantage_switch li{display:flex;align-items:center;justify-content: center;width:34%;height:110px;background:#fff;border-bottom: 1px #eee solid;cursor: pointer;}
.advantage_switch li+li{border-left: 1px #eee solid;}
.advantage_switch *{display: block;}
.advantage_switch i{width:50px;height:50px;background: url(//memberpic.114my.com.cn/mingger/uploadfile/image/20241219/20241219202559_724227591.png)no-repeat;transition: 0.3s;}
.advantage_switch li:nth-child(2) i{background-position-x:-50px;}
.advantage_switch li:nth-child(3) i{background-position-x:-100px;}
.advantage_switch li:nth-child(4) i{background-position-x:-150px;}
.advantage_switch li.on i{background-position-y:bottom;}
.advantage_switch dt{margin-left:15px;}
.advantage_switch b{font-size:28px;color:#333;}
.advantage_switch li.on b{color:#c1011c;}
.advantage_switch p{font-size: 16px;color:#666;text-transform: capitalize;}
.advantage_switch li.on p{color:#c1011c;}
/*内容*/
.advantage_content{width: 100% !important;height: 520px !important;background: #fff;}
.advantage_content ul{display: flex;justify-content: space-between;width: 100% !important;padding:50px;}
.advantage_img{}
.advantage_text{width:570px;position: relative;}
.advantage_text *{display: block;}
.advantage_text_one b{font-size:26px;color:#333;}
.advantage_text_one p{margin-top:5px;font-size:16px;color:#aaa;text-transform:capitalize;}
.advantage_text_two{margin:40px 0;}
.advantage_text_two p{font-size: 16px;line-height: 36px;color:#888;font-weight: lighter;}
.advantage_text_two p+p{margin-top: 15px;}
.advantage_text_three{ display:flex;align-items: center;width:100%;line-height:80px;padding-left: 40px;background:#f5f5f5;position:absolute;bottom:0;}
.advantage_text_three i{display:flex;align-items:center;justify-content:center;width: 40px;height:40px;background: #c1011c url(//memberpic.114my.com.cn/mingger/uploadfile/image/20241220/20241220091709_1563127083.png)no-repeat center;border-radius: 5px;}
.advantage_text_three i img{width:20px;}
.advantage_text_three p{margin:0 5px 0 15px;font-size: 18px;color:#c1011c;}
.advantage_text_three span{font-size: 28px;color:#c1011c;font-weight: bold;}






/* 设备租赁 */
.equipment_bg{padding-bottom: 80px;background:#f5f5f5;}
.equipment ul{display: flex;}
.equipment ul+ul{margin-top:10px;}
.equipment li+li{margin-left:10px;}
.equipment li *{display:block;}
.equipment li{position: relative;}
.equipment li p{position:absolute;bottom:0;left:0%;width:100%;line-height:40px;background-image: -webkit-linear-gradient(-90deg, #9a9a9a00 0%, rgb(51 51 51 / 75%) 100%);text-align:center;transition:0.3s;}
.equipment li:hover p{line-height:258px;background:rgb(0 0 0 / 0.75);}
.equipment li p>a{display:block;font-size:16px;color:#fff;font-weight:lighter;}






/* 公司简介 */
.about_bg{margin:80px 0;}
.about_bg *{box-sizing: border-box;}
.about{height:650px;padding-top:375px;background: url(//memberpic.114my.com.cn/mingger/uploadfile/image/20241219/20241219145508_1908074108.jpg)no-repeat center;text-align: center;}
.about_text{display: flex;flex-direction: column;align-items: center;justify-content: center;width:1300px;height:200px;margin: auto;padding: 0 55px;background: rgb(255 255 255/0.95);}
.about_text *{display: block;}
.about_text t{font-size:28px;color:#333;font-weight:bold;}
.about_text span{margin:4px 0 15px 0;font-size:16px;color:#999;}
.about_text p{font-size: 16px;color:#666;line-height:24px;font-weight: lighter;}
.about_text a{width:40px;height:40px;line-height:36px;background: #c1011c;border-radius:100%;text-align: center;font-size: 24px;color:#fff;font-weight: 100;position: absolute;bottom: 55px;left: calc(50% - 20px);    box-shadow: 0 0 0 0 #c1011c;animation: ripple 3s infinite;}
.about_text a:before,.about_text a:after{content:"";display: block;width:40px;height:40px;box-shadow: 0 0 0 0 #c1011c;animation: ripple 3s infinite;border-radius: 100%;position: absolute;}
.about_text a:before,{webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.about_text a:after{-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(218, 39, 29, .0);

                box-shadow: 0 0 0 40px rgba(218, 39, 29, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(218, 39, 29, .0);
                box-shadow: 0 0 0 0 rgba(218, 39, 29, .0);
    }
}





/* 广告条 */
.mod{width:100%;height:309px;background:#c1011c;margin:0px auto auto;}
.mod_l{width:80%;padding-top:50px;}
.mod_title{color:#fff;font-size:30px;font-weight:normal;}
.mod_title strong{font-size:36px;font-weight:bold;}
.mod_title span{font-weight:lighter;font-size:36px;}
.mod_yw{color:#fff;font-size:22px;font-weight:lighter;text-transform:uppercase;padding:20px 0px 18px 0px;letter-spacing:2px;}
.mod_l a{float:left;width:160px;height:40px;color:#333;font-size:16px;line-height:39px;text-align:center;background:#fff;border-radius:100px;}
.mod_l a+a{margin-left:7px;}
.mod_l a:hover{color:#fff;font-weight:normal !important;background:#333;}
.mod_tel{color:#fff;font-size:16px;font-weight:lighter;margin-top:20px;}
.mod_tel i{font-size:20px;display:inline-block;padding-right:10px;}
.mod_tel strong{font-size:26px;vertical-align:middle;}
.mod_r{width:234px;height:309px;background:url(//memberpic.114my.com.cn/mingger/uploadfile/image/20241220/20241220091754_423517028.png)center no-repeat;}
.mod_ewm{width:235px;text-align:center;margin-top:31px;}
.mod_ewm p{color:#222;font-size:16px;line-height:60px;font-weight:lighter;}
.mod_ewm img{width:170px;}





/*新闻中心*/
.news_bg{padding: 0 0 80px 0;}
.newstab{text-align: center;padding-bottom:40px;}
.newstab a{ display: inline-block;width: 200px;line-height: 50px;border-radius: 30px;background: #f5f5f5;font-size: 16px;color: #666666;transition: all .3s ease;}
.newstab a+a{margin-left: 10px;}
.newstab a.on{background: #c1011c;color: #fff;}
.newsleft{width: 500px;height: 488px;box-sizing: border-box;background: #f5f5f5;padding: 40px;}
.newsright{width:899px;height: 490px;}
.newsleft .news_div_item_pic{position: absolute;left: 0;top: 0;width: 426px;height: 306px; overflow: hidden;overflow: hidden; border: 1px solid #eee;}
.news .news_div_item_pic img{width: 100%;height: 100%;transition: all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.news .news_div_item:hover .news_div_item_a{color:#c1011c;}
.news .news_div_item{position: relative;}
.newsleft .news_div_item{padding-top: 330px;}
.newsleft .news_div_item_date{position: absolute;right:0;padding-top: 52px; bottom:0;text-align: center; background: #c1011c; width: 82px;height: 80px;box-sizing: border-box; display: none !important;}
.newsleft .news_div_item_date>div{display: inline-block;font-size: 14px;color: #ffffff;font-weight: lighter;}
.newsleft .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}
.newsleft .news_div_item_content{width: 290px;}
.news .news_div_item_a{display: block;font-size: 18px;color: #333;white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.news .news_div_item_body{font-size: 14px;color: #999;font-weight: lighter;margin-top: 10px;line-height: 26px;height: 52px;overflow: hidden;}
.newsright .news_div_item{position: relative; display: inline-block;vertical-align: top;background: #f5f5f5; box-sizing: border-box;width: 448px;height: 162px;margin: 0 1px 1px 0;padding: 40px 0 0 120px;}
.newsright .news_div_item:nth-child(2n){margin-left: 0;}
.newsright .news_div_item_content{width: 260px;}
.newsright .news_div_item_date{position: absolute;left:30px;padding-top: 52px; top:40px;text-align: center;font-family: "ITCAvantGardeStd-Bk";}
.newsright .news_div_item_date>div{display: inline-block;font-size: 14px;color: #555555;font-weight: lighter;}
.newsright .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}








/*友情链接*/
.links{width:100%; overflow:hidden;background: #222;border-bottom:1px #353535 solid; height: 100px; line-height: 100px;}
.linksW{width:1400px; margin:0 auto;}
.links_l{float:left;}
.links_lm{font-size:16px; line-height:100px; color:#fff;}
.links_r{float:left; width:1300px; color:#999;}
.links_r a{line-height: 100px;font-size:15px; color:#999;font-weight: lighter;}
.links_r li:hover a{color:#c1011c !important;}






/*版权*/
.wrapper { margin: 0 auto;width: 1400px;background: #222;}
.bqtop{width: 100%; background: #f2f2f2;height: 10px; overflow: hidden;position:relative;}

.copy {width: 100%;padding: 80px 0;background: #222;}
.copy_box {width: 74%;min-width: 1300px;margin: 0 auto;display: flex;justify-content: space-between;}
.copy_con {width: 50%;position: relative;}
.copy_con ul {display: flex;justify-content: space-between;width: 100%;}
.copy_con li {display: flex;flex-direction: column;}
.copy_con li p {font-size: 18px;color: #fff;line-height: 36px;padding-bottom: 22px;}
.copy_con li a {font-size: 16px;color: rgb(153 153 153 / 75%);line-height: 30px;font-weight: lighter;}
.copy_con li a:hover  {color:#c1011c;transition:0.5s;}
.copy_int {width: 435px;}
.copy_int p {display: flex;font-size: 18px;color: #fff;align-items:  center;    justify-content: center;}
.copy_int p span {font-size: 30px;}
.copy_int ul {display: flex;justify-content: space-between;margin-top: 20px;}
.copy_int li {width:  210px;height: 135px;background: #f5f5f5;padding: 25px;display: flex;justify-content: space-between;align-items:  center;}
.copy_int li i {width: 100px;height: 100px;display:  inline-block;}
.copy_int li i img {width:100px;}
.copy_int li p {font-size: 20px;line-height: 30px;display: flex;flex-direction: column;color: #333;}
.copy_int li p span {font-size: 16px;}
.copy_int em {font-size: 15px;color: #999;display: flex;justify-content: center;margin-top: 30px;border-bottom: 1px solid #353535;padding-bottom: 20px;font-weight: lighter;}


.copyright{padding:28px 0;overflow:hidden;background: #222;    border-top: 1px solid #353535;font-weight: 100;}
.copyright .con{ line-height:30px;font-size:14px;color:#999; text-align:center;}
.copyright a{color:#999;font-size:14px;}
.copyright a:hover{color:#fff;font-size:14x;}
.copy2{background: #f5f5f5;}




/* 商桥 */
#aff-im-root .embed-icon{ top:70% !important;right:5px !important;}








/* 客服样式*/
.y-kefu-box { position: fixed; right: 5px; top:22%; 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/mingger/uploadfile/image/20241220/20241220174138_2142461648.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: #c1011c; 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-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #c1011c; border-color: #c1011c; 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; }
.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: #c1011c; border-color: #c1011c;}
.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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #c1011c; 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: #c1011c; 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; }