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


/*英文字体包*/
@font-face {
  font-family:"Biko";
  src: 
  url("//memberpic.114my.com.cn/029383/cssnew/Biko-Bold.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/029383/cssnew/Biko-Bold.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/029383/cssnew/Biko-Bold.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/029383/cssnew/Biko-Bold.eot.txt") format("eot"),
  url("//memberpic.114my.com.cn/029383/cssnew/Biko-Bold.svg.txt") format("svg");
}


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









/* 抬头 */
.head{display:flex;justify-content:space-between;align-items:center;height:100px;}
/* LOGO */
.head_logo{display:flex;align-items:center;}
.head_logo a{display:block;}
.head_logo li{margin-left: 15px;}
.head_logo img{height:3.12vw;}
.head_logo b{font-size:1.7vw;color:#333;}
.head_logo p{font-size:0.93vw;color:#666;}

/* 栏目 */
.head_columns{display:flex;justify-content:space-between;width:60%;}
.head_columns li{position: relative;}
.head_columns li:after{content: "";display: block;width:10px;height:10px;background:#cc0000;border-radius:100%;position:absolute;bottom:-5px;left: calc(50% - 5px);z-index:99;transition:0.3s;transform: scale(0);}
.head_columns li a{display:block;font-size:16px;color:#333;line-height: 100px;}
/* 栏目经过和固定 */
.head_columns>li.column_fixed>a, .head_columns>li:hover>a{color:#cc0000;}
.head_columns>li.column_fixed:after, .head_columns>li:hover:after{transform: scale(1);}
/*下拉*/
.head_columns li{position: relative;}
.head_columns .nav2{display: none;width:140px;position:absolute;left:50%;transform:translate(-50%);z-index: 19;text-align:center;border-top:5px #cc0000 solid;}
.head_columns .head_column_width .nav2{width: 200px;}
.head_columns .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
.head_columns .nav2 a:hover{background:#e5e5e5;}
.head_columns .nav2 dl{display:none;}
/* 服务项目下拉 */
.head_column_serve .nav2 *{display:block;}
.head_column_serve .nav2 table{width:100%;}
.head_column_serve .nav2 tr{height:40px;line-height:40px;}
.head_column_serve .nav2 tr td, .head_column_serve .nav2 tr td a{height:100% !important;line-height:40px !important;}

/* 电话 */
.head_tel{display: flex;align-items: center;padding:0.35vw 1vw;border-radius:100px;background: #cc0000;}
.head_tel i{display: block;width:22px;height:20px;background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240726/20240726142029_525868291.png)no-repeat center;}
.head_tel p{margin-left: 0.5vw;font-size: 1.14vw;color:#fff;}





/*幻灯片*/
.banner{height:845px;background: #222;}
/* 通过改变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: 80px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:80px;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(51 51 51 / 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;}





/* 服务项目 */
.serve ul{display:flex;justify-content:space-between;}
.serve *{transition: 0.3s;}
.serve ul+ul{margin-top: 10px;}
.serve a{display: flex;flex-direction: column-reverse;height: 300px;transition: 0.3s;}
.serve a:hover{flex-direction:row;align-items:center;text-align:center;}
.serve_ul_one a{width:695px;}
.serve_ul_two a{width:342px;}
.serve_ul_one a:nth-child(1){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240724/20240724153512_1985959866.jpg)no-repeat center;}
.serve_ul_one a:nth-child(2){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240724/20240724153512_1273515972.jpg)no-repeat center;}
.serve_ul_two a:nth-child(1){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240724/20240724153512_1681045125.jpg)no-repeat center;}
.serve_ul_two a:nth-child(2){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240724/20240724153512_1087742335.jpg)no-repeat center;}
.serve_ul_two a:nth-child(3){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240724/20240724153512_626306252.jpg)no-repeat center;}
.serve_ul_two a:nth-child(4){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240724/20240724153512_1805342976.jpg)no-repeat center;}
.serve li{width: 100%;padding: 25px;background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(0 0 0 / 80%));transition: 0.3s;}
.serve a:hover li{display:flex;flex-direction:column;justify-content:center;height:100%;background: rgb(204 0 0 / 0.8);}
.serve b{display: block;font-size:24px;color:#fff;}
.serve p{margin:10px 0 0px 0;font-size:15px;line-height:24px;color:rgb(255 255 255 / 0.75);font-weight:lighter;transition: 0.3s;}
.serve a:hover p{margin-top:20px;color:rgb(255 255 255 / 0.9);font-weight:inherit;line-height:30px;}







/* 消防产品 */
.product_bg{height:905px;background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240726/20240726112734_712874404.jpg)no-repeat center;}
.product_title b{color:#fff;}
.product_title p{color: rgb(255 255 255 / 0.75);}
.product{display: flex;justify-content: space-between;}
/* 分类 */
.product_sort{width:280px;height: 100%;background:rgb(255 255 255 / 0.5);}
.product_sort_top{padding:30px 25px;border-bottom:1px rgb(255 255 255 / 0.25) solid;}
.product_sort_top p{margin-bottom:8px;font-size:26px;color:#fff;}
.product_sort_top span{font-size:15px;color:rgb(255 255 255 / 1);}
.product_sort_bottom{padding-bottom: 65px;}
.product_sort_bottom li{padding-left:20px;position: relative;}
.product_sort_bottom li:after{content:"";display:block;width:3px;height:0px;background:#cc0000;position:absolute;top:0;left:0;transition:0.3s;}
.product_sort_bottom li.on:after{height:50px;}
.product_sort_bottom dl{display:none;}
.product_sort_bottom .prolist2021_one{display:block;line-height:50px;font-size:16px;color:#fff;}
/* 图片 */
.product_img{width:1100px;}
.product_img dl b{display:block;font-size:26px;color:#fff;}
.product_img dl p{margin:10px 0 40px 0;font-size:16px;line-height:30px;color:rgb(255 255 255 / 0.75);font-weight: lighter;}
.product_img dl a{display:block;width:160px;line-height:40px;background:#ffffff;border-radius:5px;text-align:center;font-size:16px;color:#333;}
.product_img .progdwz2021 ul{display:flex;}
.product_img .progdwz2021 ul+ul{margin-top:10px;}
.product_img .progdwz2021 li+li{margin-left:10px;}
.product_img .progdwz2021 li *{display:block;}
.product_img .progdwz2021 li br{display:none;}
.product_img .progdwz2021 li>a{overflow: hidden;}
.product_img .progdwz2021 li>a img{transition: 0.3s;}
.product_img .progdwz2021 li:hover>a img{transform: scale(1.2);}
.product_img .progdwz2021 li:hover span{ margin-top:1px;background:#fff;}
.product_img .progdwz2021 span a{line-height:40px;padding:0 15px;text-align:center;font-size:15px;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.product_img .progdwz2021 li:hover span a{color:#cc0000;}







/* 专注消防工程施工维保 */
.trait{display: flex;justify-content: space-between;}
/* 左边 */
.trait_left{}
/* 右边 */
.trait_right{display:flex;flex-wrap:wrap;}
.trait_right li{display:flex;align-items:center;justify-content:center;flex-direction:column;width:50%;height:300px;padding:0 20px;background:#f9f9f9;}
.trait_right li:nth-child(n+2):nth-child(-n+3){background: #f0f0f0;}
.trait_right li *{display: block;}
.trait_right i{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#cc0000;border-radius:100%;}
.trait_right li:hover i{animation:ripple 2s infinite;box-shadow:0 0 0 0 rgb(204 0 0);}
.trait_right em{width:25px;height:25px;background:url(//memberpic.114my.com.cn/029383/uploadfile/image/20240725/20240725104646_256852110.png)no-repeat;border-radius:100%;}
.trait_right li:hover em{animation:ripple 1s infinite;box-shadow:0 0 0 0 rgb(204 0 0);}
.trait_right li:nth-child(2) em{background-position-x:-25px; }
.trait_right li:nth-child(3) em{background-position-x:-50px; }
.trait_right li:nth-child(4) em{background-position-x:-75px; }
.trait_right b{margin:40px 0 10px 0;font-size:24px;color:#333;}
.trait_right p{ text-align:center;font-size:15px;line-height:24px;color:#666;font-weight:lighter;}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(204, 0, 0, .0);

                box-shadow: 0 0 0 40px rgba(204, 0, 0, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
                box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
    }
}






/* 客户案例 */
.case{margin: 40px auto 0px; padding:40px;box-shadow:0 0 30px rgba(0,0,0,.08);border-bottom: 5px #cc0000 solid;}
.case_top p{margin-bottom:20px;padding-left:20px;font-size:24px;line-height:24px;color:#333;font-weight:bold;border-left:3px #cc0000 solid;}
.case_bottom ul{display: flex;}
.case_bottom li+li{margin-left: 10px;}
.case_bottom li *{display:block;}
.case_bottom li>a{overflow: hidden;}
.case_bottom li>a img{transition: 0.3s;}
.case_bottom li:hover>a img{transform: scale(1.2);}
.case_bottom p a{font-size:16px;line-height:40px;color:#333;text-align:center;}
.case_bottom li:hover p a{color: #cc0000;}






/* 选择弘石的四大优势 */
.adv_title{}
.adv{display: flex;}
.adv li{width:18%;height:600px;transition:0.3s;cursor: pointer;position: relative;}
.adv li:nth-child(1){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240725/20240725151756_1465440784.jpg)no-repeat center;}
.adv li:nth-child(2){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240725/20240725151756_607042133.jpg)no-repeat center;}
.adv li:nth-child(3){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240725/20240725151757_95992586.jpg)no-repeat center;}
.adv li:nth-child(4){background: url(//memberpic.114my.com.cn/029383/uploadfile/image/20240725/20240725151757_1999855039.jpg)no-repeat center;}
.adv li+li{margin-left: 10px;}
.adv li.on{width:75%;}
.adv dd{ display:flex;flex-direction:column;justify-content:center;width:100%;height:173px;padding:0 2vw;background:linear-gradient(to bottom,rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 0.8) 100%);position:absolute;bottom:0px;}
.adv dd b{font-size:26px;color:#fff;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.adv dd p{margin-top:10px;font-size:15px;line-height:28px;color:rgb(255 255 255 / 0.9);font-weight: lighter;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}








/*公司简介*/
.about{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height:650px;padding: 50px;box-shadow: 0 0 30px rgba(0,0,0,.08);}

/*文字*/
.about_text{width:550px;}
.about_text *{display: block;}
.about_text b{font-size: 40px;color:#cc0000;}
.about_text t{margin: 10px 0 50px 0;font-size:24px;color:#333;}
.about_text p{font-size:16px;line-height:40px;font-weight:lighter;color:#888;}
.about_text a{width: 180px;margin-top:60px;padding-left:25px;line-height: 50px;font-size:18px;position:relative;color:#333;}
.about_text a:before{content:"";display:block;width:50px;height:50px;background:#eee;border-radius:100%;position:absolute;top:0px;left:0;z-index:-1;}
.about_text a:hover:before{background:#cc0000;}
/*图片*/
.about_img{width:670px;height:550px;} 









/* 新闻中心 */
.news{padding-bottom: 80px;background: #f5f5f5;}
.news_tab{margin:0 0 50px 0; text-align:center;}
.news_tab li{ display:inline-block; vertical-align:top;width: 180px; height: 50px; line-height: 50px; text-align: center;border:1px solid #e5e5e5;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;display:block;}
.news_tab li.on{color:#fff; background:#cc0000;}
.news_tab li.on a{color:#fff;}
.news_list{height:541px;width: 100%;overflow: hidden;}
.news_list .news_div{height:540px;}
.news_list .news_div_item{width: 25%;display: inline-block;position: relative;height:540px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;}
.news_list .news_div_item_date{position: absolute;top:265px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/029383/uploadfile/image/20240726/20240726142152_1635354125.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:310px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;font-family: 'Biko';}
.news_list .news_div_item_a{font-size:18px;color:#333;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';top:150px;left: 0;width: 175px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 30px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';top: 160px;font-size: 43px;background:url(//memberpic.114my.com.cn/029383/uploadfile/image/20240726/20240726142152_636190909.png) no-repeat center;width: 18px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body{font-size:15px;color:#999;font-weight:lighter;line-height:26px;}
.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{ border:1px solid #eee;}
.news_list .news_div_item:hover .news_div_item_a{color: #cc0000;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #cc0000;transition:0.5s;padding-left:40px; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:170px;transition:0.5s;}






/* 友情链接 */
.copyright_one_bg{height:100px;line-height: 100px;background: #333;border-bottom: 1px #444 solid;}
.copyright_one{display:flex;justify-content:space-between;}
.copyright_one>li{display: flex;}
.copyright_one p{font-size: 16px;color:#fff;}
.copyright_one span{font-size:30px;color:rgb(255 255 255 / 0.75);}
.copyright_one_bg:hover .copyright_one span{color:rgb(255 255 255 / 1);}
.copyright_one .linkTagcs ul{display:flex;align-items:center;width:100%;height:100px;}
.copyright_one .linkTagcs li+li{margin-left: 10px;}
.copyright_one .linkTagcs a{display:block;height:100%;line-height:100px;font-size:15px;color:rgb(255 255 255 / 0.75) !important;font-weight:lighter;}
.copyright_one .linkTagcs a:hover{color:#fff !important;}



/* 底部导航 */
.copyright_two_bg{padding:80px 0;background:#333;}
.copyright_two_top{display:flex;justify-content:center;}
.copyright_two_top a{display:block;font-size:16px;line-height:40px;color:#fff;}
.copyright_two_top a+a{margin-left:80px;}
.copyright_two_middle{display:flex;justify-content:center;margin:50px 0 30px 0;}
.copyright_two_middle li+li{margin-left:20px;}
.copyright_two_middle img{width:120px;}
.copyright_two_middle p{margin-top:10px;text-align:center;font-size:16px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}
.copyright_two_bottom{ display:flex;justify-content:center;font-size:16px;color:rgb(255 255 255 / 1);}
.copyright_two_bottom li{display: flex;}
.copyright_two_bottom p+p{margin-left:20px;}
.copyright_two_bottom span{margin-left:20px;}
.copyright_two_keywords{display:flex;justify-content:center;}
.copyright_two_keywords a{display:block;margin-top:20px;font-size:15px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}
.copyright_two_keywords a+a{margin-left: 20px;}
.copyright_two_keywords a:hover{color:rgb(255 255 255 / 1);}





/* 底部版权 */
.copyright_three_bg{height:100px;line-height:100px;background:#333;border-top:1px #444 solid;overflow: hidden;}
.copyright_three{display:flex;justify-content:center;}
.copyright_three p, .copyright_three a{display:inline-block;font-size:14px;color:rgb(255 255 255 / 0.5);font-weight:lighter;}
.copyright_three a:hover{color:rgb(255 255 255 / 1);}
.copyright_three p+p{}







/* 浮动*/
.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/029383/uploadfile/image/20240727/20240727165243_465241724.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: #cc0000; 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: #cc0000; border-color:#cc0000; 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: #cc0000; border-color: #cc0000;}
.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; }
.kf-mailbox>i{background-position: -5px -80px !important;}
.kf-mailbox:hover>i{background-position: -30px -80px !important;}

.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;} 
.kf-mobilephone>i{background-position: -5px -180px !important;;}
.kf-mobilephone:hover>i{background-position: -30px -180px !important;}

/*咨询热线*/
.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: #cc0000;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:#9;b9b9b text-align: left; bottom: 0;width: 250px;text-align: left;}
.y-kefu-box01 .y-email-infos p { color: #cc0000; 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; }