/*标签样式初始化*/
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:#115edd;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:"Belgika 8th";
  src: 
  url("//memberpic.114my.com.cn/076983261429/cssnew/Biko.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/076983261429/cssnew/Biko.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/076983261429/cssnew/Biko.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/076983261429/cssnew/Biko.eot.txt") format("eot"),
  url("//memberpic.114my.com.cn/076983261429/cssnew/Biko.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:#115edd;}
.title p{font-size: 18px;color:#999;line-height: 30px;}









/*抬头*/
.head_bg{height:100px;position:absolute;top:0;z-index:9;border-bottom:1px rgb(255 255 255 / 0.25) solid;transition: 0.3s;}
.head{display:flex;justify-content:space-between;align-items: center;height:100%;}
/*logo*/
.head_logo{display:flex;align-items: center;}
.head_logo img{height:70px;}
.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;letter-spacing: 2px;}

/*栏目*/
.head_column{display:flex;align-items:center;width:60%;}
.head_column{display:flex;justify-content:space-between;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 #115edd solid;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
/*电话*/
.head_tel p{font-size: 1.25vw;color: #fff;}




/*栏目经过*/
.head_bg:hover{background: #fff;}
/*logo*/
.head_bg:hover .head_logo b{color:#333;}
.head_bg:hover .head_logo p{color: #666;}
/*栏目*/
.head_bg:hover .head_column li>a{color:#333;}
.head_bg:hover .head_column li.column_fixed>a, .head_bg:hover .head_column li:hover>a{color:#115edd;}
.head_bg:hover .head_column li>a:after{background: #115edd;}
/*电话*/
.head_bg:hover .head_tel p{color: #115edd;}



/*栏目固定*/
#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);}
/*logo*/
.head_move .head_logo b{color:#333;}
.head_move .head_logo p{color: #666;}
/*栏目*/
.head_move .head_column li>a{color:#333;}
.head_move .head_column li>a:after{background: #115edd;}
/*电话*/
.head_move .head_tel p{color: #333;}








/* 幻灯片 */
.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/076983261429/uploadfile/image/20240628/20240628170304_125156667.png);background-size: 2px;position:absolute;top:0%;left:50%;transform:translate(-50%,0%);z-index:2;opacity: 0.25;}
/*文字*/
.banner_text{position: absolute;top: 35%;z-index:9;text-align:center;}
.banner_text p{font-size:60px;color:#fff;font-weight:bold;}
.banner_text li{display: flex;margin: 20px 0 80px 0;}
.banner_text t{display:block;padding:10px 20px;background:#115edd;border-radius:100px;font-size:18px;color:rgb(255 255 255 / 75%);}
.banner_text t+t{margin-left: 20px;}
.banner_text span{font-size:22px;color:#fff;font-weight:lighter;}
.banner_text i{display:block;width:25px;height:70px;margin:240px auto 0;background:url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240628/20240628170304_484686154.png)no-repeat center;animation: 1s linear infinite bounce-up;}

@keyframes bounce-up { 25% { transform: translateY(10px) } 50%, 100% { transform: translateY(0) } 75% { transform: translateY(-10px) } }









/*产品中心*/
.product ul{display: flex;justify-content: space-between;}
.product ul+ul{margin-top: 10px;}
.product a{display: flex;align-items: center;width: 33%;height:280px;padding: 40px;background: #f5f5f5;border: 1px #eee solid;border-radius: 10px;position: relative;}
.product a+a{margin-left: 10px;}
.product a *{display:block;}
.product p{font-size: 24px;color: #333;font-weight: bold;}
.product span{margin:3px 0 80px 0;font-size: 16px;color:#666;font-weight: lighter;}
.product t{width:130px;line-height: 40px;background: #fff;box-shadow: 0px 0px 13.8px 1.2px rgb(51 51 51 / 0.1);border-radius: 100px;font-size: 16px;font-weight: lighter;color:#333;text-align: center;transition: 0.3s;}
.product a:hover t{background:#115edd;color:#fff;}
.product img{position: absolute;right: 40px;transition: 0.3s;}
.product a:hover img{transform: scale(1.2);}







/*CNC精密零部件加工*/
.trait_bg{height:799px;background: url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240628/20240628112300_1341684420.jpg)no-repeat center;}
.trait{display:flex;flex-direction:column;justify-content:center;height:100%;}
.trait *{display: block;}
.trait_top:after{}
.trait_top li{display:flex;align-items: center;}
.trait_top p{font-size: 24px;color:#115edd;}
.trait_top b{margin-top:10px;font-size:40px;line-height:40px;color:#115edd;}
.trait_bottom:before{content: "";display: block;width:1px;height:50px;margin:20px 0 10px 30px;background: #ddd;}
.trait_bottom li{display: flex;align-items: center;position: relative;}
.trait_bottom li+li{margin-top:50px;}
.trait_bottom li:after{content:"";display:block;width:1px;height:50px;background:#ddd;position:absolute;bottom:-47px;left:30px;}
.trait_bottom li:last-child:after{display: none;}
.trait_bottom i{display: flex;align-items: center;justify-content: center;width:60px;height:60px;margin-right: 20px;border: 1px #115edd solid;border-radius: 100%;}
.trait_bottom li:hover i{border: 1px #999 solid;}
.trait_bottom i:before{content: "";display: block;width:34px;height:34px;background: url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240628/20240628171330_585200624.png)no-repeat;transition: 0.3s;}
.trait_bottom li:nth-child(2) i:before{background-position-x:-34px;}
.trait_bottom li:nth-child(3) i:before{background-position-x:-68px;}
.trait_bottom li:hover i:before{background-position-y:-34px;}
.trait_bottom p{margin-bottom: 10px;font-size: 24px;color:#333;}
.trait_bottom span{font-size: 16px;line-height:26px;color:#999;font-weight: lighter;}






/*CNC加工就选源辉*/
.data_bg{height:753px;background: url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240628/20240628171424_1733260375.jpg)no-repeat center;}
.data{display: flex;flex-direction: column;align-items: center;text-align: center;}
.data *{display: block;}
.data_top t{margin: 40px 0 12px 0px;font-size:100px;line-height: 75px;color:#115edd;}
.data_top p{font-size: 20px;line-height: 30px;color:#666;font-weight: lighter;}
.data_top a{width: 220px;height: 50px;line-height: 50px;margin:34px auto 70px;background: #fff;font-weight: lighter;border-radius: 100px;box-shadow: 0px 0px 18.4px 1.6px rgba(24, 79, 223, 0.15);font-size: 18px;color:#115edd;text-align: center;transition: 0.3s;}
.data_top a:hover{background: #115edd;color: #fff;}
.data_bottom{display: flex;justify-content: space-between;width: 100%;}
.data_bottom li{display:flex;flex-direction:column;align-items:center;justify-content:center;width:25%;height:120px;border-left:1px #eee solid;}
.data_bottom li:last-child{border-right:1px #eee solid;}
.data_bottom li p{font-size: 40px;color: #115edd;}
.data_bottom li span{font-size: 18px;color:#999;}







/*六大优势*/
.adva_bg{padding-bottom: 80px;background:url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240712/20240712152928_1304233575.jpg)no-repeat center;}
.adva_title b,.adva_title t{color: #fff;}
.adva_title p{color: rgb(255 255 255 / 0.75);}
.adva{display: flex;flex-wrap: wrap;}
.adva li{width:33.3%;background:#fff;padding:2vw;}
.adva li+li{border-left:1px #eee solid;}
.adva li:nth-child(n+4):nth-child(-n+6){border-top:1px #eee solid;}
.adva li:nth-child(4){border:none;}
.adva i{display: block;margin-bottom: 1vw;overflow: hidden;}
.adva i img{width:100%;transition: 0.3s;}
.adva li:hover i img{transform: scale(1.2);}
.adva em{display: flex;align-items: center;justify-content: center;width:55px;height:40px;margin-right: 20px;background:#115edd;border-radius:0 50px 50px 0;font-size: 26px;color: #fff;}
.adva b{font-size: 24px;color: #333;}
.adva span{padding-left:10px;font-size:18px;color:#666;}
.adva dt{display: flex;align-items: center;margin-bottom: 5px;}
.adva p{font-size:15px;line-height:28px;color:#888;font-weight:lighter;}








/*应用行业*/
.case_bg{padding-bottom: 80px;background: #f5f5f5;}
.case_nr ul{display: flex;}
.case_nr ul+ul{margin-top:10px;}
.case_nr li{ padding:20px;background:#fff;overflow:hidden;}
.case_nr li+li{margin-left:10px;}
.case_nr li>a{overflow: hidden;}
.case_nr li img{width: 100%;height: auto;transition: 0.3s;}
.case_nr li:hover img{transform: scale(1.2);}
.case_nr li p{height: 50px;background: #fff;line-height: 50px;position: relative;}
.case_nr li:hover p{background: #f5f5f5;}
.case_nr li p a{display: block;font-size: 16px;color:#666;text-align: center;}
.case_nr li p a::before{content: '';position: absolute;width:0px;height: 2px;background: #115edd;top: 48px;left: 0;transition: all 0.3s;}
.case_nr li:hover p a::before{width:100%;}






/*流程*/
.pess_bg{height:710px;}
.pess_fl{width:430px;height:630px;padding:90px 40px 0 40px;background: #f5f5f5;position: relative;}
.pess_fl:after{content:"";display: block;width:260px;height:260px;background:url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240715/20240715170836_1536839348.png)no-repeat;background-size: 100%;position: absolute;left:0;bottom:0px;}
.pess_fl *{display: block;}
.pess_fl p{font-size:34px;color:#115edd;font-weight: bold;}
.pess_fl p:after{content: "";display: block;width:50px;height:6px;margin:40px 0;background: #e9e9e9;}
.pess_fl span{font-size: 24px;color:#999;line-height:42px;font-weight: lighter;}
.pess_fl t{ margin:135px 0 15px 0;font-size:18px;color:#333;font-weight:bold;}
.pess_fl i{font-size:30px;color:#333;}
/*右边*/
.pess_fr{width:950px;}
.pess_li{width:225px;height:310px;float:left;margin-right:10px;position: relative;}
.pess_li:nth-child(4n){margin-right: 0px;}
.pess_li:nth-child(n+5):nth-child(-n+8){margin-top: 10px;}
.pess_li span{display:block;overflow:hidden;}
.pess_li span img{transition: 0.3s;}
.pess_li:hover span img{transform: scale(1.15);}
.pess_li p{width:100%;height:54px;line-height:54px;background: #f5f5f5;font-size: 16px;color:#666;text-align: center;}







/*关于我们*/
.about_bg{height:800px;background:url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240628/20240628151153_507865173.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 80px;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:#115edd;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 rgba(15, 82, 235);animation: ripple 3s infinite;}
.about_content a:before,.about_content i:after{content:"";display: block;width:40px;height:40px;box-shadow: 0 0 0 0 rgba(15, 82, 235);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 50px rgba(237, 107, 27, .0);

                box-shadow: 0 0 0 50px 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);
    }
}





/*厂房设备*/
.cooperation ul{display:flex;justify-content: space-between;}
.cooperation ul+ul{margin-top:10px;}
.cooperation ul *{display:block;}
.cooperation li>a{border: 1px #eee solid;overflow: hidden;}
.cooperation li>a img{transition: 0.3s;}
.cooperation li:hover>a img{transform: scale(1.2);}
.cooperation p{line-height:50px;text-align:center;background:#f5f5f5;}
.cooperation p>a{font-size:16px;color:#333;}
.cooperation li:hover p>a{color: #115edd;}






/*新闻中心*/
.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:#115edd;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;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240628/20240628171505_564446440.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: 16px;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/076983261429/uploadfile/image/20240628/20240628171505_932437133.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: 28px;}
.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: #115edd;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #115edd;transition:0.5s;padding-left:40px; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:170px;transition:0.5s;}








/*友情链接*/
.link_bg{height:100px;line-height:100px;background:#252525;border-bottom: 1px #353535 solid;}
.link{display:flex;align-items:center;font-size:16px;color:#fff;font-weight:lighter;}
.link li+li{margin-left:5px;}
.link a{display: block;line-height: 100px;color:rgb(255 255 255 / 0.5) !important;font-size:15px;font-weight:lighter;}
.link li:hover a{color:#fff !important;}
.link_bg ul{display: flex;}









/*版权*/
.copyright{ background:#232323; }
.crcon{padding:70px 0; border-bottom:1px solid #333;}
.crcon .page{display:flex;justify-content:space-between;}
.kslj{ font-size:0;}
.kslj li{ display:inline-block; vertical-align:top;margin-right:100px; padding-right:12px;}
.kslj li:last-child{margin-right:80px;}
.kslj li p{ font-size:18px; color:#fff;}
.kslj li p:after{ content:''; display:block; width:19px; height:2px; background:#f3f3f3; margin:20px 0;}
.kslj li a{display:block; font-size:14px; color:#999;line-height:36px;font-weight: lighter;}
.kslj li a:hover,.links p.fr a:hover,.end a:hover{ color:#fff;}

.crcon_qrcode+.crcon_qrcode{margin-left:60px;}
.crcon_qrcode img{width:150px;}
.crcon_qrcode p{width: 100%;height: 30px;line-height: 30px;margin-top: 1px;background: #fff;color: #333;text-align: center;font-size: 14px;}

.crconcat{ width:440px;}
.cr_tel{padding:0 0 20px 0px; border-bottom:1px solid #2e2e2e; background:url(//memberpic.114my.com.cn/076983261429/uploadfile/image/20240628/20240628171547_817497963.png) no-repeat right top; margin-bottom:25px; font-size:16px; color:#999;}
.cr_tel em{ display:block; font-size:40px; color:#fff;font-style: normal;font-weight: bold;}
.craddr{font-size:16px;color:rgb(255 255 255 / 0.75);line-height:30px;}
.end{ text-align:center;}
.end,.end a{ font-size:14px; color:#999;line-height:100px;font-weight: lighter;}







/*浮动*/
.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/076983261429/uploadfile/image/20240629/20240629095825_1713279054.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: #115edd; 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: #115edd; border-color: #115edd; 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:#115edd; border-color: #115edd;}
.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:#115edd; 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:#115edd; 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:#115edd;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }