/*标签样式初始化*/
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:#115dcf;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:#115dcf;}
.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.2vw;filter: grayscale(100%) brightness(1000%);}
.head_logo li{margin-left: 1vw;}
.head_logo li b{font-size:1.4vw;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 #115dcf 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 a{display:block;width:4vw;height:100px;background: url(//memberpic.114my.com.cn/025104/uploadfile/image/20241223/20241223105926_674687824.jpg)no-repeat center;}
.head_search{width:60px;height:100px;background: url(//memberpic.114my.com.cn/025104/uploadfile/image/20241223/20241223111710_1213461616.png)no-repeat center;}
.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;line-height: 28px;font-weight:lighter;}
.head_search_left a:nth-child(5){margin-left: 0;}
.head_search_left a:hover{color:#115dcf;}
.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:#115dcf;}
.head_fixed .head_column li:hover>a, .head_move .head_column li:hover>a{color:#115dcf;}
.head_bg:hover .head_column li>a:after, .head_move .head_column li>a:after{background: #115dcf;}
/*图标*/
.head_move .head_search_div{background: #e5e5e5;}
.head_bg:hover .head_language p, .head_move .head_language p{color:#115dcf;}
.head_bg:hover .head_search, .head_move .head_search{background: url(//memberpic.114my.com.cn/025104/uploadfile/image/20241223/20241223111545_1250775623.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/025104/uploadfile/image/20241225/20241225100003_1674054530.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:45px;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;}





/*产品中心*/
.product_sort{display: flex;justify-content: space-between;height:80px;line-height:80px;margin:0px auto 40px;padding: 0 40px;background:#f5f5f5;position:relative;z-index:9;border-top:5px #0765d9 solid;}
.product_sort_left{width: 9%;}
.product_sort_left p{font-size: 22px;color: #333;}
.product_sort_right{width:90%;}
.product_sort_right ul{display: flex;justify-content: space-between;}
.product_sort_right li{}
.product_sort_right li>a{ display:block;line-height:75px;font-size:15px;color:#666;font-weight:lighter;}
.product_sort_right li:hover>a{color:#0765d9;}
/*图片*/
.product_img{display: flex;justify-content: space-between;}
.product_img_left{display:flex;flex-direction:column;justify-content:center;width:400px;height:590px;padding: 40px;background:url(//memberpic.114my.com.cn/025104/uploadfile/image/20241224/20241224211242_1552773695.jpg)no-repeat center;}
.product_img_left *{display: block;}
.product_img_left i{width:40px;height:40px;background: url(//memberpic.114my.com.cn/025104/uploadfile/image/20241225/20241225100203_921385022.png)no-repeat center;}
.product_img_left b{margin:60px 0 20px 0;font-size:28px;color:#fff;}
.product_img_left p{font-size:15px;line-height:28px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}
.product_img_left a{width:150px;line-height:40px;margin-top:60px;background:#115dcf;border-radius: 5px;font-size:18px;color:#fff;text-align:center;}
.product_img_left a:hover{background:#fff;color:#115dcf;}
.product_img_right{width:980px;}
.product_img_right ul{display:flex;justify-content: space-between;}
.product_img_right ul+ul{margin-top:10px;}
.product_img_right ul *{display:block;}
.product_img_right li br{display:none;}
.product_img_right li{position: relative;}
.product_img_right li>a{display:block;overflow:hidden;}
.product_img_right li>a img{transition: 0.3s;}
.product_img_right li:hover>a img{transform: scale(1.2);}
.product_img_right li span:after{content:"";display:block;width:0%;height:3px;background:#115dcf;transition:0.3s;position:absolute;bottom:0;}
.product_img_right li:hover span:after{width:100%;}
.product_img_right li span a{line-height:50px;background:#f5f5f5;font-size:16px;color:#666;text-align:center;font-weight:lighter;}
.product_img_right li:hover span a{color: #0765d9;}






/* 精工制造 · 品质优良 */
.trait_bg{height:750px;padding-top:100px;background: url(//memberpic.114my.com.cn/025104/uploadfile/image/20241224/20241224141127_2066508371.jpg)no-repeat center;background-attachment: fixed;}
.trait{display:flex;justify-content:space-between;align-items: center;}
/* 左边 */
.trait_left{}
.trait_left b{font-size:40px;color:#fff;}
.trait_left p{margin:10px 0 200px 0;font-size:18px;color:rgb(255 255 255 / 75%);font-weight:lighter;}
.trait_left a{display:block;width:180px;line-height:50px;background:#fff;font-size:18px;color:#333;text-align:center;}
.trait_left a:hover{background:#a9ccff;color:#fff;}
/* 右边 */
.trait_right{display:flex;flex-wrap:wrap;width:920px;}
.trait_right ul{width:50%;padding: 40px;background: #fff;border-right: 1px #eee solid;border-bottom: 1px #eee solid;}
.trait_right ul:nth-child(even){border-right:none;}
.trait_right li{display:flex;align-items:center;}
.trait_right i{display:block;width:40px;height:40px;background: url(//memberpic.114my.com.cn/025104/uploadfile/image/20241224/20241224112423_1882886052.png)no-repeat;transition: 0.3s;}
.trait_right ul:nth-child(2) i{background-position-x:-40px;}
.trait_right ul:nth-child(3) i{background-position-x:-80px;}
.trait_right ul:nth-child(4) i{background-position-x:-120px;}
.trait_right ul:hover i{background-position-y:bottom;}
.trait_right b{display:block;margin-left:20px;font-size:26px;color:#333;}
.trait_right ul:hover b{color:#115dcf;}
.trait_right p{margin-top:20px;font-size:16px;line-height:28px;font-weight:lighter;color:#999;}
/* 下面 */
.trait_bottom{display:flex;justify-content:space-between;align-items:center;height:180px;margin-top:-90px;padding:40px;background:#fff;box-shadow:0 0 30px rgba(0,0,0,.08);border-radius:10px;text-align:center;}
.trait_bottom li{width: 33%;}
.trait_bottom p{font-size:40px;color:#115dcf;}
.trait_bottom span{display:block;margin-top:5px;font-size:18px;color:#666;font-weight:lighter;}






/*应用领域*/
.case_bg{}
.case ul{display:flex;justify-content:space-between;}
.case ul+ul{margin-top:10px;}
.case li *{display:block;}
.case li+li{margin-left:10px;}
.case li>a{overflow: hidden;}
.case li>a img{transition: 0.3s;}
.case li:hover>a img{transform: scale(1.2);}
.case li p{line-height:50px;background:#f5f5f5;text-align:center;}
.case li p:after{content:"";display:block;width:0%;height:5px;background:#115dcf;transition:0.3s;}
.case li:hover p:after{width:100%;}
.case li p a{font-size:16px;color:#333;}
.case li:hover p a{color:#115dcf;}






/* 四大优势 */
.advantage_bg{height:965px;background: url(//memberpic.114my.com.cn/025104/uploadfile/image/20241224/20241224201318_98998932.jpg)no-repeat center;}
.advantage{display: flex;justify-content: space-between;padding: 40px;background: #fff;}
/* 切换 */
.advantage_toggle{width:340px;flex-shrink:0;}
.advantage_toggle li{display:flex;align-items: center;padding: 20px 10px;border-top: 1px #eee solid;transition: 0.3s;cursor: pointer;}
.advantage_toggle li:last-child{border-bottom: 1px #eee solid;}
.advantage_toggle t{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#333;border-radius:100%;font-size:22px;color:#fff;flex-shrink: 0;}
.advantage_toggle dd{width:45%;margin-left:15px;}
.advantage_toggle p{font-size:24px;color:#333;font-weight:bold;}
.advantage_toggle span{font-size:12px;color:#666;text-transform:capitalize;}
.advantage_toggle i{}
.advantage_toggle li.on{box-shadow: 0 0 30px rgba(0,0,0,.08);}
.advantage_toggle li.on t{background: #115dcf;}
.advantage_toggle li.on p{color:#115dcf;}
.advantage_toggle li.on span{color:#115dcf;}
/* 内容 */
.advantage_content{width: 960px !important;height: 610px !important;margin-left:20px;}
.advantage_content ul{}
.advantage_content i{display:block;}
.advantage_content li{ width:100%;padding:40px;background:#115dcf;border-top:10px #cfe2ff solid;border-right:10px #cfe2ff solid;position:absolute;bottom:0px;left:-360px;}
.advantage_content b{font-size:28px;color:#fff;}
.advantage_content p{margin-top:20px;font-size:16px;color:rgb(255 255 255 / 75%);line-height:30px;font-weight:lighter;}







/*新闻中心*/
.news{height:930px;}
.news_tab{margin:0 0 50px 0; text-align:center;}
.news_tab li{ display:inline-block; vertical-align:top; background: #fff; box-shadow: 0px 0px 20px #eee; width: 230px; height: 56px; line-height: 56px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;display:block;}
.news_tab li.on{color:#fff; background:#115dcf;box-shadow: 0px 0px 10px #ddd;width:230px; height:56px; line-height:56px;}
.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: 23.65%;display: inline-block;position: relative;height:540px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:265px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;font-family: "ITCAvantGardeStd-Bk";}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/025104/uploadfile/image/20241225/20241225100332_387376914.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;}
.news_list .news_div_item_a{font-size:18px;display:block;margin-bottom:16px;position:relative;color:#333;font-weight: bold;}
.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/025104/uploadfile/image/20241225/20241225100332_2120705541.png) no-repeat center;width: 18px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body{font-size:14px;color:#666;font-weight:100;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: #115dcf;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #115dcf;transition:0.5s;padding-left:40px; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:170px;transition:0.5s;}






/*关于我们*/
.about_bg{height:750px;background:url(//memberpic.114my.com.cn/025104/uploadfile/image/20241224/20241224203205_1531864116.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:#115dcf;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 #115dcf;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 #115dcf;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;}

@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);
    }
}







/*版权*/
.copyright{background:#333;}
.end{ line-height:100px;}
.end,.end a{ font-size:14px; color:rgb(255,255,255,0.3);}
.end a:hover{ color:#e5f8eb;} 
.links{ display:flex;align-items:center;padding-left:40px; font-size:14px; color:#fff; line-height:70px;  height:110px; background:#444;border: 1px #555 solid;}
.links>p{ margin-right:30px;font-size:16px;font-weight:lighter;}
.links .linkTagcs li a{display:block;line-height:100%;color:rgb(255 255 255 / 0.5) !important; font-size:14px !important;font-weight:lighter;}
.crcon{ padding:100px 0 60px 0;}
.kslj,.crcode{display: flex;}
.kslj li,.crcode li{ display:inline-block; vertical-align:top; margin-right:80px;}
.kslj p{ font-size:18px; color:#fff; margin-bottom:25px;}
.kslj p em{ font-size:12px; color:rgb(255,255,255,0.3);}
.kslj a{ display:block; font-size:15px; color:rgb(255,255,255,0.5); font-weight:lighter; line-height:30px;}
.kslj a:hover{ color:#fff;}
.kslj a i{ padding-left:15px;}

.crconcat{ width:450px;}
.cr_tel{ font-size:16px; color:rgb(255,255,255,0.6); background:url(//memberpic.114my.com.cn/025104/uploadfile/image/20241225/20241225100536_429483946.png) no-repeat right top;}
.cr_tel span{ display:block; font-size:30px; color:#fff; padding:10px 0 20px 0;font-weight: bold;}
.cr_addr{ padding-top:10px; border-top:1px solid rgb(255,255,255,0.15);}
.cr_addr p{ font-size:15px; color:rgb(255,255,255,0.5); line-height:30px; padding-left:25px;}
.cr_addr p:nth-child(1){ background:url(//memberpic.114my.com.cn/025104/uploadfile/image/20241225/20241225100536_648751724.png) no-repeat left center;}
.cr_addr p:nth-child(2){ background:url(//memberpic.114my.com.cn/025104/uploadfile/image/20241225/20241225100536_313956447.png) no-repeat left center;}

.linkTagcs li{line-height: 1px !important;}
.copyright_bg{width:100%; height:108px; line-height:108px; font-size:14px; color:#484848; font-weight:lighter;overflow: hidden;}
.copyright_bg a{color:rgb(255,255,255,0.5); font-size:14px;}
.copyright_bg a:hover{color:#fff; font-size:14px;}







/*浮动*/
.y-kefu-box { position: fixed; right: 0; top:25%; 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/025104/uploadfile/image/20241225/20241225164117_923248814.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: #115dcf; 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: #115dcf; border-color: #115dcf; 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:#115dcf; border-color: #115dcf;}
.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: 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:#115dcf; 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:#115dcf; 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:#115dcf;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }