/*标签样式初始化*/
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";font-family: "HarmonyOS_Regular";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

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

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: auto 40px;}
.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{text-transform: uppercase;}



/*字体包*/
    @font-face {
        font-family: "HarmonyOS_Light";
        src: url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Light.ttf.txt)
    }
    
    @font-face {
        font-family: "HarmonyOS_Regular";
        src: url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Regular.ttf)
    }
    
    @font-face {
        font-family: "HarmonyOS_Medium";
        src: url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Medium.ttf.txt)
    }




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








/*抬头*/
.head_bg{height:100px;position:absolute;top:0;z-index:9;transition: 0.3s;position: relative;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);}
.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{width: calc(100px + 4vw);}
.head_logo li{margin-left:0.7vw;}
.head_logo li b{font-size: calc(15px + 0.7vw);color:#fff;line-height:1.1;}
.head_logo li p{font-size: calc(9px + 0.5vw);color:rgb(255 255 255 / 75%);}
/*栏目*/
.head_column{display:flex;justify-content:space-between;align-items:center;width:65%;height:100%;}
.head_column>li>a{display:block;line-height:100px;font-size: calc(10px + 0.4vw);color:#333;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 #db0005 solid;}
.head_column .nav2 a{display:block;width:100%;line-height:45px;background:#f5f5f5;font-size:16px;color:#666;font-weight:lighter;}
.head_column .nav2 a:hover{background:#e5e5e5;color:#db0005;}
.head_column .nav2 dt{display:none;}
/*下拉产品*/
.head_column .head_column_products .nav2{width: 100%;}
.head_column .head_column_products .prolist2021 ul{display:flex;flex-wrap:wrap;width:100%;}
.head_column .head_column_products .prolist2021 li{width: 12.5%;border-bottom: 1px #e5e5e5 solid;}
/*图标*/
.head_icon{display: flex;align-items: center;}
.head_language a{display:flex;align-items:center;height:100px;padding:0 1vw;}
.head_language a img{width: calc(13px + 0.67vw);}
.head_alibaba{display: flex;}
.head_alibaba a{display:flex;align-items:center;height:100px;}
.head_alibaba a+a{margin-left: 1vw;}
.head_alibaba a img{height: calc(13px + 0.67vw);}




/*栏目经过和固定*/
#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 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,.head_fixed li.column_fixed>a{color:#db0005;}
.head_fixed .head_column>li:hover>a, .head_move .head_column>li:hover>a{color:#db0005;}
.head_bg:hover .head_column>li>a:after, .head_move .head_column>li>a:after, .head_fixed li.column_fixed>a:after{background: #db0005;}
/*图标*/







/*幻灯片*/
.banner{height:845px;margin-top:100px;background:#222;position:relative;overflow:hidden;}
/* 通过改变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(255 255 255 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#db0005;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+span{margin-left:10px;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}







/*热门搜索*/
.search_bg{height:100px;line-height: 100px;border-bottom: 1px #eee solid;}
.search{display: flex;justify-content: space-between;align-items: center;height:100%;}
/*左边*/
.search_left{display: flex;}
.search_left p{font-size:16px;color:#333;}
.search_left li{display: flex;}
.search_left a{display:block;font-size:15px;color:#999;font-weight:lighter;}
.search_left a:hover{color:#db0005;}
.search_left a+a{margin-left: 10px;}
/*搜索*/
.search_right_one{display:flex;align-items:center;height:100px;margin:0px;}
.search_right_two{ width:220px;height:40px;margin:0px;padding:0px 0px 0px 20px;outline:none;border-top:none;border-bottom:none;border-right:none;border-left:1px #eee solid;font-size:14px;color:#ccc;font-weight:lighter;}
.search_right_three{width:80px;height:40px;outline:none;border-right: 1px #eee solid;}








/* 产品中心 */
.product_top{display:flex;align-items:center;justify-content:space-between;}
.product_a{display:flex;justify-content:center;}
.product_a a{display:flex;align-items:center;justify-content:center;width:180px;height:50px;background-image: -webkit-linear-gradient(left, #ff3136 0%, #db0005 100%);border-radius:100px;}
.product_a a+a{margin-left:20px;}
.product_a a i{display:block;margin-right:10px;}
.product_a a p{font-size:18px;color:#fff;font-weight:bold;}
.product_a a:hover{-webkit-animation: test 0.3s ease-in 2;}


.product_bottom{display: flex;flex-wrap: wrap;margin-bottom: 80px;}
/*右边*/
.product_right{width:930px;}
.product_right ul{display: flex;justify-content: space-between;}
.product_right ul+ul{margin-top:10px;}
.product_right li *{display: block;}
.product_right dt{width:52%;margin-left: 30px;}
/*共用*/
.product_right li, .product_left li{display: flex;align-items: center;width:460px;height:280px;border-radius:10px;background:#f5f5f5;border:1px #eee solid;position: relative;}
.product_right dt p, .product_left dt p{font-size:24px;color:#333;}
.product_right dt span{margin:3px 0 60px 0;font-size:15px;color:#999;font-weight:lighter;line-height:22px;}
.product_left dt span{margin:20px 0 30px 0;font-size:16px;color:#666;font-weight:lighter;line-height:1.5;}
.product_right dt a, .product_left dt a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background: #ddd;border-radius:100%;}
.product_right li:hover dt a, .product_left li:hover dt a{border: none;background:#db0005;}
.product_right i{position: absolute;right: 30px;}
.product_right i img, .product_left i img{transition: 0.3s;}
.product_right li:hover img, .product_left li:hover img{transform: scale(1.15);}
.product_right em, .product_left em{width:8px;height:15px;background: url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20250829/20250829201913_58359675.png)no-repeat;transition: 0.3s;}
/*左边*/
.product_left{width:460px;margin-right: 10px;}
.product_left li{flex-direction:column;justify-content:center;height:570px;padding:0 40px;text-align:center;}
.product_left dt{display:flex;flex-direction:column;align-items:center;margin-top:40px;}

@-webkit-keyframes test {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 5px)
    }
    100% {
        transform: translate(0, 0)
    }
}






/* 实力展示 */
.strength_bg{padding:100px 0;background:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20250829/20250829145114_1479867730.jpg)no-repeat center;}
.strength{display:flex;justify-content:space-between;flex-wrap:wrap;}
/*左边*/
.strength_left{display:flex;flex-direction:column;justify-content:center;width:560px;margin-right: 40px;}
.strength_left h3{font-size:40px;color:#db0005;}
.strength_left t{display:block;margin:50px 0 40px 0;font-size:18px;line-height:1.75;color:#333;}
.strength_left li+li{margin-top: 40px;}
.strength_left p{margin-bottom:10px;font-size:20px;color:#333;font-weight:bold;}
.strength_left span{font-size:16px;color:#666;}
/*右边*/
.strength_right{width:800px;}
.strength_right img{}
/*数据*/
.strength_data{display:flex;justify-content:space-between;width:100%;margin-top:40px;text-align:center;}
.strength_data li{}
.strength_data p{display:flex;align-items:center;justify-content:center;width:220px;line-height:55px;background:#db0005;border-radius:5px;font-size:35px;color:#fff;}
.strength_data span{display:block;margin-left:10px;font-size:16px;}
.strength_data t{display:block;margin-top:20px;font-size:20px;color:#333;}







/* 合作客户 */
.partners{margin: 80px auto;}
.partners_one b{display:block;font-size:40px;color:#db0005;}
.partners_one p{margin-top:30px;font-size:22px;line-height:1.5;color:#333;}
.partners_content{margin-top:40px;position: relative;}
.partners_content:before, .partners_content:after{content:"";display:block;width:10%;height:100%;position:absolute;top:0;z-index:2;}
.partners_content:before{left:0;background:linear-gradient(to right,#fff 3%,transparent);}
.partners_content:after{right:0;background:linear-gradient(to left,#fff 3%,transparent);}
.partners_div+.partners_div{margin-top:20px;}
.partners_div .tempWrap{width: 100% !important;}
.partners_div ul{display:flex;}
.partners_div li+li{margin-left:20px;}
.partners_div li>a{display:block;border:1px #eee solid;}






/* 公司简介 */
.about_bg{padding: 80px 0;background:#f5f5f5;}
/* 视频 */
.about_video{height:530px;overflow:hidden;text-align:center;}
.about_video video{margin-top: -10px;}
/* 文字 */
.about_text{margin-top:40px;text-align:center;}
.about_text b{display:block;margin-bottom:20px;font-size:28px;color:#333;font-weight:bold;}
.about_text p{font-size:16px;color:#666;line-height:1.75;}
.about_text a{display:inline-block;font-size:16px;color:#d90005;}





/* 新闻中心 */
.news_bg{padding-bottom: 80px;}
.news_top{display:flex;align-items:center;justify-content:space-between;}
.news_title{text-align: left;}
/* 分类 */
.news_sort{display:flex;justify-content:center;}
.news_sort a{display:block;width:150px;line-height:40px;background:#333;border-radius:100px;font-size:16px;color:#fff;text-align:center;font-weight:lighter;}
.news_sort a.on{background: #db0005;}
.news_sort a+a{margin-left: 20px;}
/*内容*/
.news_content{margin-top:40px;}
.news_content_div{display:flex;justify-content:space-between;}
.news_content_left{padding:40px;background:#f5f5f5;position: relative;}
.news_content_left .news_div_item{display:flex;flex-direction:column-reverse;}
.news_content_left .news_div_item_pic a{display:block;overflow:hidden;}
.news_content_left .news_div_item_image{width:420px;height:315px;border:1px #eee solid;transition: 0.3s;}
.news_content_left:hover .news_div_item_image{transform: scale(1.2);}
.news_content_left .news_div_item_content{margin-top: 30px;}
.news_content_left .news_div_item_a{ width:320px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:18px;color:#333;}
.news_content_left:hover .news_div_item_a{color: #db0005;}
.news_content_left .news_div_item_body{width: 320px;margin-top:20px;font-size:16px;line-height:24px;color:#999;font-weight:lighter;}
.news_content_left .news_div_item_date{display:flex;flex-wrap: wrap-reverse;align-items:center;justify-content:center;width:80px;height:80px;padding: 10px 0;background:#db0005;color: #fff;position:absolute;right:40px;bottom:40px;}
.news_content_left .news_div_item_year{font-size: 16px;}
.news_content_left .news_div_item_month{font-size: 16px;}
.news_content_left .news_div_item_day{font-size: 30px;}

.news_content_right .news_div{display:flex;flex-wrap:wrap;width: 880px;}
.news_content_right .news_div_item{display:flex;align-items:center;width:435px;height:165px;padding: 0 25px;border:1px #eee solid;}
.news_content_right .news_div_item:nth-child(n+3):nth-child(-n+6){margin-top:10px;}
.news_content_right .news_div_item:nth-child(even){margin-left:10px;}
.news_content_right .news_div_item_date{display:flex;flex-wrap:wrap-reverse;justify-content:center;width:36%;color:#999;text-align: center;}
.news_content_right .news_div_item:hover .news_div_item_date{color:#333;}
.news_content_right .news_div_item_date .news_div_item_year{font-size:16px;}
.news_content_right .news_div_item_month{font-size:16px;}
.news_content_right .news_div_item_day{width: 100%;font-size:30px;}
.news_content_right .news_div_item_content{margin-left: 20px;}
.news_content_right .news_div_item_a{display:block;margin-bottom:10px;font-size:18px;color:#333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_content_right .news_div_item:hover .news_div_item_a{color:#db0005;}
.news_content_right .news_div_item_body{font-size:16px;line-height:24px;color:#999;font-weight: lighter;}








/* 版权 */
.copyright_bg{background:#222;}
.copyright{display:flex;justify-content:space-between;}
/* 左边 */
.copyright_left{width:1000px;}
.copyright_left_text{display:flex;justify-content:space-between;width:75%;padding:80px 0;}
.copyright_left_text p{margin-bottom:20px;font-size:20px;color:#fff;}
.copyright_left_text a{display:block;font-size:16px;line-height:2.5;color:rgb(255 255 255 / 50%);}
.copyright_left_text a:hover{color:#fff;}
.copyright_left_link{display: flex;align-items: center;height:100px;line-height:100px;border-top:1px #333 solid;}
.copyright_left_link p{margin: 0 20px 0 10px;font-size:16px;color:#fff;flex-shrink: 0;}
.copyright_left_link_div ul{display: flex;flex-wrap: wrap;}
.copyright_left_link_div .linkTagcs li a{display:block;font-size:14px;color:rgb(255 255 255 / 50%) !important;line-height: 1.2;}
.copyright_left_link_div .linkTagcs li+li a{margin-left: 10px;}
/* 右边 */
.copyright_right{display:flex;flex-direction:column;align-items:center;width:400px;padding-top: 80px;background: rgb(255 255 255 / 10%);border-left:1px #444 solid;border-right:1px #444 solid;text-align: center;}
.copyright_right li{padding:20px;background:#fff;border-radius:10px;}
.copyright_right img{width: 150px;}
.copyright_right t{display: block;margin-top:10px;font-size:18px;color:#666;}
.copyright_right p{margin:60px 0 5px 0;font-size:28px;color:#fff;font-weight:bold;}
.copyright_right span{font-size:18px;color:#fff;}








/* 底部 */
.base_bg{height:100px;background:#db0005;}
.base{display:flex;justify-content:space-between;align-items:center;height: 100%;}
.base p, .base a{font-size:14px;color:rgb(255 255 255 / 75%);}
.base a:hover{color:#fff;}
.base_left{display:flex;flex-wrap:wrap;align-items:center;width:1000px;}
.base_right{display:flex;justify-content:center;align-items:center;width:400px;height:100%;background: rgb(255 255 255 / 25%);border-left:1px rgb(255 255 255 / 10%) solid;border-right:1px rgb(255 255 255 / 10%) solid;}








/*浮动*/
.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(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220729/20220729180332_1126765836.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: #db0005; 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: #db0005; border-color: #db0005; 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-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.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 .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 .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: 220px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div+div{border-top: 1px #efefef solid;}
.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 span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#db0005; font-size: 18px; }
/*二维码*/
.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; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .y-ewm-box { width: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.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 .y-email-infos {color:#b9b9b9; text-align: left; bottom: 0;}
.y-kefu-box01 .y-email-infos>div {padding: 20px 20px 20px 45px; position: relative; }
.y-kefu-box01 .y-email-infos>div i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .y-email-infos p { color:#db0005; 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 .y-email-infos span { color:#b9b9b9; }
.y-kefu-box01 .y-email-infos p { color:#db0005; font-size: 18px; }
/*回顶*/
.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:#db0005; border-color: #db0005;}
.y-kefu-box01 .hver:hover>p { color: #fff; }

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 .hide-status { width: 54px; height: 65px; background-color:#db0005;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }
/*新加*/
.y-kefu-box01 .kf-zixun1_border{border-top: 1px #efefef solid !important;}




/*商桥*/
#aff-im-root .embed-icon{width: 100px;left: 10px !important;top:95% !important;}
#aff-im-root .embed-messageboard-base{display:none;}