/*标签样式初始化*/
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:#0076ee;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-Demi";text-transform: uppercase;}
.font_en3{font-family:"ITCAvantGardeStd-Bk";text-transform: uppercase;}


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

@font-face {
  font-family:"ITCAvantGardeStd-Bk";
  src: 
  url("//memberpic.114my.com.cn/023494/cssnew/ITCAvantGardeStd-Bk.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/023494/cssnew/ITCAvantGardeStd-Bk.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/023494/cssnew/ITCAvantGardeStd-Bk.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/023494/cssnew/ITCAvantGardeStd-Bk.eot.txt") format("eot"),
  url("//memberpic.114my.com.cn/023494/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:#0076ee;}
.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{background-image: -webkit-linear-gradient( -90deg,rgb(0 0 0 / 0.5) 50%,rgb(0 0 0 / 0.05) 100%);}
.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.5vw;}
.head_logo li{margin-left: 0.8vw;}
.head_logo li b{font-size:1.4vw;color:#fff;}
.head_logo li p{font-size:0.93vw;color:rgb(255 255 255 / 0.75);font-weight:lighter;}

/*栏目*/
.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: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 #0076ee 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;}
.head_language a{display: block;width:60px;height:100px;background:url(//memberpic.114my.com.cn/023494/uploadfile/image/20241008/20241008115554_1549544288.jpg)no-repeat center;}
.head_search{width:60px;height:100px;background: url(//memberpic.114my.com.cn/023494/uploadfile/image/20241008/20241008153841_194837435.png)no-repeat center;}
.head_search_div{display: none;position:absolute;top:100px;right:0px;width:450px;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:#0076ee;}
.head_search_left a+a{margin-left: 10px;}
.search_form{display: flex;margin: 10px 0 0 0;}
.search_input_one{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_bg:hover .head_logo b, .head_move .head_logo b{color:#333;}
.head_bg:hover .head_logo p, .head_move .head_logo 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_bg:hover .head_column li:hover>a{color:#0076ee;}
.head_bg:hover .head_column li>a:after, .head_move .head_column li>a:after{background: #0076ee;}
/*图标*/
.head_move .head_search_div{background: #e5e5e5;}
.head_bg:hover .head_search, .head_move .head_search{background: url(//memberpic.114my.com.cn/023494/uploadfile/image/20241008/20241008154004_1984711311.png)no-repeat center;}








/* 幻灯片 */
.banner_bg{display:flex;align-items:center;justify-content:center;position: relative;}
/*视频*/
.banner_video{width: 100%;height:945px;overflow: hidden;position:relative;}
.banner_video:before{content: "";display: block;width:100%;height:100%;background: url(//memberpic.114my.com.cn/023494/uploadfile/image/20241008/20241008113244_1993482416.png);position:absolute;top:0%;left:50%;transform:translate(-50%,0%);z-index:2;opacity: 0.33;}
/*文字*/
.banner_text{position:absolute;bottom:10%;left:260px;z-index:9;}
.banner_text p{margin-bottom:10px;color:#fff;font-weight:bold;}
.banner_text p:nth-child(1){margin-bottom: 30px;font-size: 60px;text-shadow: 2px 1px 3px #000;}
.banner_text p:nth-child(2){font-size: 30px;}
.banner_text p:nth-child(3){font-size:24px;font-weight:lighter;}






/* 小特点 */
.feature{display:flex;justify-content:space-between;align-items:center;height:120px;border-bottom:1px #eee solid;}
.feature ul{display:flex;align-items:center;justify-content:center;width:25%;}
.feature i{display:block;margin-right:1vw;}
.feature li{}
.feature p{margin-bottom:5px;font-size:1.15vw;color:#333;}
.feature span{ font-size:0.7vw;text-transform:capitalize;font-weight:300;color:#999;}





/* 产品中心 */
.product_bg{margin-bottom:80px;}
.product{display:flex;justify-content:space-between;}
/* 左边 */
.product_left{display:flex;flex-direction:column;justify-content:center;width:695px;height:600px;padding:0 80px;background:#f5f5f5;}
.product_left img{width:100%;}
.product_left li{margin-top:60px;text-align:center;}
.product_left p{margin-bottom:15px;font-size:24px;color:#333;font-weight:bold;}
.product_left span{font-size:16px;line-height:30px;color:#999;font-weight:lighter;}
.product_left a{display:block;width:150px;line-height:45px;margin:40px auto 0;background:#ffffff;border-radius:5px;font-size:16px;color:#333;}
/* 右边 */
.product_right{width: 695px;}
.product_right_one{display: flex;justify-content: space-between;}
.product_right_one a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:342px;height:295px;padding:40px;background:#f5f5f5;}
.product_right_one p{margin-top:40px;font-size:18px;color:#333;text-align:center;}
.product_right_two a{display:flex;align-items:center;justify-content:center;width:695px;height:295px;margin-top:10px;padding: 40px 80px;background:#f5f5f5;}
.product_right_two li{margin-left: 40px;}
.product_right_two p{margin-bottom:10px;font-size:18px;color:#333;}
.product_right_two span{font-size:16px;line-height:30px;color:#999;font-weight:lighter;}
/* 经过效果 */
.product_left img, .product_right_one img, .product_right_two img{transition: 0.3s;}
.product_left:hover img, .product_right_one a:hover img, .product_right_two a:hover img{transform: scale(1.2);}
.product_left:hover p, .product_right_one a:hover p, .product_right_two a:hover p{color:#0076ee;}
.product_left:hover a{background:#0076ee;color:#fff;}






/* 产品特点 */
.trait_bg{height:750px;background: url(//memberpic.114my.com.cn/023494/uploadfile/image/20241010/20241010171203_1899904683.jpg)no-repeat center;}
.trait{height: 100%;}
/* 左边 */
.trait_left_one{padding: 90px 0 55px 0;text-align: left;}
.trait_left_one b{color: #fff;}
.trait_left_one p{color:rgb(255 255 255 / 0.75);font-weight:lighter;}
.trait_left_two li:nth-child(2){ display:flex;flex-direction:column;justify-content:center;width:1256px;height:156px;margin: 40px 0 40px -260px;padding-left:260px;background: url(//memberpic.114my.com.cn/023494/uploadfile/image/20241010/20241010171235_1550690967.png)no-repeat center;}
.trait_left_two p{font-size:20px;color:#fff;font-weight:bold;}
.trait_left_two span{display:inline-block;width:35px;line-height:35px;margin-right: 15px;background:#fff;border-radius:100%;font-size:20px;color:#0076ee;text-align:center;}
.trait_left_two t{display:block;width:710px;margin-top:10px;font-size:16px;line-height:26px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}
/* 右边 */
.trait_right{position:absolute;top:50%;right:0;transform:translate(0,-50%);}
.trait_right i{ display:flex;align-items:center;justify-content:center;width:630px;height:630px;border:60px rgb(255 255 255 / 0.2) solid;border-radius:100%;}
.trait_right img{border-radius:100%;border:20px #fff solid;box-shadow:0 0 0 0 rgb(255 255 255);animation:ripple 3s infinite;}
.trait_right i:before, .trait_right i:after{content:"";display: block;width:630px;height:630px;box-shadow: 0 0 0 0 #fff;border-radius: 100%;animation: ripple 3s infinite;position: absolute;left: 0;top: 0;}
.trait_right i:before{animation-delay: 0.6s;}
.trait_right i:after{animation-delay: 0.9s;}


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

                box-shadow: 0 0 0 40px rgba(237, 107, 27, .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_bg{padding-bottom: 80px;background: #f5f5f5;}
.case ul{display:flex;justify-content:space-between;}
.case ul+ul{margin-top:10px;}
.case li{position: relative;overflow: hidden;}
.case li>a{}
.case li>a img{}
.case li p{width:100%;height:100%;background:rgb(0 0 0 / 0.75);position:absolute;top: -120%;transition:0.3s;}
.case li:hover p{top: 0%;}
.case li p a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:18px;color:#fff;}






/* 四大优势 */
.adv_li{width:276px;height:630px;background: #fff;overflow: hidden;border: 1px #eee solid;float:left;position: relative;cursor:pointer;transition:all 0.3s;}
.adv_li.on{width:570px;}
.adv_li *{display: block;}
.adv_img{width:200px;height:260px;margin: 60px auto 43px;overflow: hidden;position: relative;}
.adv_li.on .adv_img{width: 100%;height: 350px;margin: 0 0 34px 0;}
.adv_img img{position: absolute;top: 54%;left: 50%;transform: translate(-50%,-50%);}
.adv_li.on .adv_img img{top: 50%;}
.adv_none{text-align: center;}
.adv_li.on .adv_none{display:none;}
.adv_none b{font-size: 26px;color:#0076ee;}
.adv_none b:after{content: "";display: block;width:30px;height:16px;margin:70px auto 60px;background: url(//memberpic.114my.com.cn/023494/uploadfile/image/20241011/20241011170715_1800001462.png)no-repeat center;}
.adv_none t{font-size: 26px;color:#333;}

.adv_block{display: none;}
.adv_li.on .adv_block{display: block;padding: 0 40px;}
.adv_li.on .adv_block b{margin:50px 0 20px 0px;font-size: 28px;color: #333;}
.adv_li.on .adv_block p{font-size:16px;line-height:30px;color: #666;font-weight: lighter;}
.adv_li.on .adv_block p+p{margin-top: 15px;}
.adv_li.on .adv_block a{width:150px;height:50px;line-height: 50px;margin-top: 35px;background: #333;text-align: center;font-size: 18px;color:#fff;}









/*关于我们*/
.about_bg{height:700px;background:url(//memberpic.114my.com.cn/023494/uploadfile/image/20241011/20241011154937_1602854377.jpg)no-repeat center;background-attachment: fixed;}
.about{height:100%;}
.about_content{display: flex;align-items: center;justify-content: center;height:200px;background: #fff;border-radius: 10px;text-align: center;padding: 0 60px;position: absolute;bottom: 100px;}
.about_content p{font-size: 16px;line-height: 30px;color:#666;font-weight: lighter;}
.about_content a{width:40px;height:40px;line-height:40px;background:#0076ee;border-radius:100%;font-size:16px;color:#fff;text-align:center;position:absolute;bottom:-20px;left:calc(50% - 20px);box-shadow: 0 0 0 0 #0076ee;animation: ripple 3s infinite;}
.about_content a:before,.about_content a:after{content:"";display: block;width:40px;height:40px;box-shadow: 0 0 0 0 #0076ee;border-radius: 100%;animation: ripple 3s infinite;position: absolute;left: 0;top: 0;}
.about_content a:before{animation-delay: 0.6s;}
.about_content a:after{animation-delay: 0.9s;}





/* 新闻中心 */
/* 分类 */
.news_sort{display:flex;justify-content:center;}
.news_sort a{display:block;width:180px;line-height:50px;background:#333;border-radius:100px;font-size:16px;color:#fff;text-align:center;font-weight:lighter;}
.news_sort a.on{background: #1d5dd8;}
.news_sort a+a{margin-left: 40px;}
/*内容*/
.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: #1d5dd8;}
.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:#1d5dd8;font-family:'ITCAvantGardeStd-Bk';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;font-family: 'ITCAvantGardeStd-Bk';}
.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: 30%;color:#999;}
.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{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:#1d5dd8;}
.news_content_right .news_div_item_body{font-size:16px;line-height:24px;color:#999;font-weight: lighter;}






/* 友情链接 */
.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:60px 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);font-family: "ITCAvantGardeStd-Demi";}
.copyright_two_bottom li{display: flex;}
.copyright_two_bottom p+p, .copyright_two_bottom span{margin-left:40px;}





/* 底部版权 */
.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: 33%; 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/023494/uploadfile/image/20241011/20241011193555_1750088391.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: #0083df; 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: #0083df; border-color: #0083df; 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; }
.line-b{ border-bottom: solid 1px #efefef;}
.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:#0083df; border-color: #0083df;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 0px #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: 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 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:#0083df; 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: 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 .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:#0083df; 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:#0083df;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }