/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {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:#b507b7;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;}




html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;margin-bottom: 20px;font-size:40px;color:#333;position: relative;}
.title b:before{content:"";display: block;width:300px;height:1px;background:#eee;position:absolute;bottom:-10px;left:calc((100% / 2) - 150px);}
.title b:after{content:"";display:block;width:40px;height:3px;background:#b507b7;position:absolute;bottom:-11px;left:calc((100% / 2) - 20px);}
.title t{color:#b507b7;}
.title p{font-size:22px;color:#666;line-height: 30px;}






/*上面*/
.above_bg{height:37px;line-height: 38px;border-bottom: 1px #eee solid;}
.above, .above_left, .above_right{display: flex;}
.above{justify-content:space-between;}
.above_left p, .above_left, .above_left a, .above_right a{font-size: 14px;color:#a1a1a1;}
.above_right a+a{margin-left:20px;}









/*头部*/
.head_bg{height:170px;}
.head{display:flex;align-items:center;justify-content:space-between;height:100%;}
/*logo*/
.logo{display:flex;align-items:center;width:auto;position: relative;height: 170px;}
.logo *{position: relative;z-index: 4;}
.logo:after{content:"";width:350px;height:170px;background:#222;margin-left:-320px;padding-left:320px;transform:skew(-30deg,0deg);position:absolute;left:0;top:0;z-index: 3;}
.logo img{height:75px;}
/*右边*/
.head_right{width: 70%;height: 170px;}
.head_text{display:flex;justify-content:space-between;align-items:center;height:105px;}
.head_text_one p{display:block;font-size:28px;color:#b507b7;}
.head_text_one span{font-size:18px;color:#333333;line-height:32px;}
.head_text_two{display: flex;align-items:center;height:35px;padding-left:30px;background: url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20240305/20240305101733_2123169303.png)no-repeat left center;}
.head_text_two span{font-size:16px;color:#a1a1a1;}
.head_text_two p{font-size:26px;color:#b507b7;font-weight:bold;}
.head_text_three a{display:block;width:40px;height:40px;line-height:40px;background:#b507b7;border-radius:100%;text-align:center;font-size:16px;color:#fff;}
.head_text_three a:hover{background:#333;}
/*导航*/
.nav{display:flex;justify-content: space-between;width:100%;height:64px;padding-left: 320px;position:absolute;bottom:0;right:0;}
.nav:after{content: "";display: block;width:105%;height:64px;background:#222;position:absolute;bottom:0;right:-280px;transform:skew(-16deg,0deg);}
.nav li{padding: 0 2.45%;text-align:center;position:relative;z-index:2;}
.nav li:after{content:"";display:block;width:100%;height:0%;background:#b507b7;transform:skew(-30deg,0deg);transition:0.3s;position:absolute;bottom:0;left:0;}
.nav li.navcurrent:after, .nav li:hover:after{height:100%;}
.nav li>a{display: block;line-height: 64px;font-size:16px;color: #fff;position: relative;z-index: 2;}
.nav li.navcurrent>a, .nav li:hover>a{color: #fff;}

/*下拉*/
.nav2{display:none;position:absolute;left:0;}
.nav2 a{display:block;padding: 0 20px;line-height:50px;background:#222;font-size:16px;color:#fff;border-top: 1px rgb(255 255 255 / 0.25) solid;}
.nav2 a:hover{background: #b507b7;color:#fff;}


/*幻灯片*/
.banner{height:655px;}
/* 通过改变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;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(51 51 51 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 50px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#333;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}







/*搜索*/
.search_bg{height:80px;background: #f6f6f6;}
.ny_search_bg{position: absolute;top: 705px;z-index: 2;}
.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 a{font-size:14px;color:#888;font-weight:lighter;}
.search_left a+a{margin-left: 10px;}
/*右边*/
.search_right form{ display:flex;align-items:center;margin:0px;padding:0 20px;background:#fff;border-radius:100px;}
.search_one{height:40px;margin:0;padding:0;background:none;outline:none;border:none;}
.search_two{}







/*解决CNC加工定制痛点是我们努力的源动力*/
.problem_top{display: flex;justify-content: space-between;position: relative;}
.problem_top_img:after{content:"";display: block;width:166px;height:186px;background:url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20240305/20240305115441_632351974.png)no-repeat;position:absolute;top:-10px;left:-55px;z-index:-1;}
.problem_top_text{display:flex;flex-direction:column;justify-content:center;width: 100%;height: 348px;padding-left: 70px;background: #f5f5f5;}
.problem_top_text li{display: flex;line-height: 40px;padding-left: 50px;background:url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20231101/20231101110653_745858947.png)no-repeat left center;}
.problem_top_text p{font-size:16px;color:#666;}
.problem_top_text span{font-size: 16px;color:#b507b7;font-weight:bold;}
/*下面*/
.problem_bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;height:130px;margin-top: 45px;border-radius: 10px;border:1px #eee solid;font-size: 30px;}
.problem_bottom p{color: #1b1c21;}
.problem_bottom span{color: #b507b7;}







/*解决CNC加工定制痛点是我们努力的源动力*/
.trait_bg{height:723px;background: url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20240305/20240305113430_56868735.jpg)no-repeat center;}
.trait_title b{color:#fff;}
.trait_title b:before{background: #666;}
.trait_title p{color:#eee;}
.trait{display:flex;justify-content:space-between;}
.trait li{width: 25%;text-align:center;border-radius:20px;overflow:hidden;}
.trait li+li{margin-left:20px;}
.trait i{display:block;overflow:hidden;height:250px;}
.trait img{width: 100%;transition: 0.3s;}
.trait li:hover img{transform: scale(1.1);}
.trait dd{padding: 20px 30px;background:#fff;}
.trait li:hover dd{background: #b507b7;}
.trait dd p{margin-bottom: 10px;font-size:22px;color:#333333;font-weight:bold;}
.trait dd span{font-size:14px;color:#666666;line-height:24px;}
.trait li:hover dd p, .trait li:hover dd span{color:#fff}







/*高质量精密零件加工样品中心*/
.product{display: flex;justify-content: space-between;}
/*分类*/
.product_sort{width:240px;padding: 0 5px 5px 5px;background: #222;border-radius: 10px;}
.product_sort_one p{margin:20px 0;font-size:30px;color:#fff;text-align:center;}
.product_sort_two{border-radius: 10px;}
.product_sort_two li{line-height:50px;background:#f5f5f5;}
.product_sort_two li+li{margin-top: 1px;}
.product_sort_two li a.prolist2021_one{display:block;padding-left:20px;font-size:16px;color: #fff;background: #b507b7;}
.product_sort_two dl{padding: 20px 0;}
.product_sort_two dt{}
.product_sort_two dt>a{display:block;padding-left:20px;line-height:30px;font-size:14px;color:#888;font-weight:lighter;}
.product_sort_two dt>a:hover{color:#b507b7;}
/*图片*/
.product_img{width:1135px;margin-left:20px;border:1px #eee solid;}
.product_img_top{display: flex;justify-content: space-between;}
.product_img_top_one{height: 591px !important;position: relative;}
.product_img_top_two img{width:756px;height:591px;border-right: 1px #eee solid;}
.product_img_top_three{display:flex;position:absolute;bottom:20px;left:calc((100% / 2) - 25px);}
.product_img_top_three P{ width:10px;height:10px;background:#888;border:1px #fff solid;border-radius:100px;transition: 0.3s;}
.product_img_top_three p+p{margin-left:10px;}
.product_img_top_three p.on{width:60px;background:#b507b7;}
.product_img_top_four li, .product_img_bottom li{position: relative;}
.product_img_top_four ul:first-child li{border-bottom: 1px #eee solid;}
.product_img_top_four br .product_img_bottom br{display: none;}
.product_img_top_four img,  .product_img_bottom img{width:100%;height: 290px;}
.product_img_top_four span a, .product_img_bottom span a{display:block;width:100%;text-align:center;font-size:16px;color:#666;line-height:50px;position:absolute;left:50%;bottom:0;transform:translate(-50%);}
.product_img_top_four li:hover span a, .product_img_bottom li:hover span a{color:#b507b7;}
.product_img_bottom{border-top:1px #eee solid;}
.product_img_bottom ul{display: flex;justify-content: space-between;}
.product_img_bottom li:nth-child(-n+2){border-right: 1px #eee solid;}






/*臻美机电五大优势*/
.adv_bg{height:989PX;background:url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20240305/20240305115626_2059305149.jpg)no-repeat center;}
.product_title b:before{background: #ccc;}
/*切换*/
.adv_toggle{ display:flex;justify-content:space-between;position:relative;}
.adv_toggle:before{content: "";display:block;width:200%;height:1px;background:#ddd;position:absolute;top:0px;left:calc((100% / 2) - 100%);}
.adv_toggle li{display:flex;align-items:center;justify-content:center;width:25%;height:70px;line-height:70px;position: relative;}
.adv_toggle li:after{content: "";display: block;width:1px;height:20px;background: #ddd;position:absolute;right:0;}
.adv_toggle li:last-child:after{display: none;}
.adv_toggle li:before{content: "";display: block;width:0%;height:1px;background:#b507b7;position:absolute;top:0;transition:0.3s;}
.adv_toggle li.on:before{width:100%;}
.adv_toggle p{font-size:22px;color:#333;}
.adv_toggle li.on p{color:#b507b7;font-weight: bold;}
/*内容*/
.adv_content{height: 540px !important;margin-top:60px;}
.adv_content ul{display: flex;}
.adv_content li{ display:flex;flex-direction:column;justify-content:center;width:745px;height:390px;margin-top: 40px;padding:0 80px;background:#fff;}
.adv_content t{font-size: 22px;color:#333;font-weight: bold;}
.adv_content dd{margin:30px 0 25px 0;}
.adv_content p{font-size:16px;line-height:30px;color:#666;}
.adv_content p+p{margin-top:15px;}
.adv_content a{display:block;width:180px;line-height:50px;background:#b507b7;border-radius:20px 0 20px 0;font-size:18px;color:#fff;text-align:center;}
.adv_content a:hover{background:#333;}
.adv_content i{display:block;margin-right: -60px;overflow:hidden;border-radius:30px;}
/*箭头*/
.adv_arrow{ display:flex;position:absolute;bottom:0;left:460px;}
.adv_arrow p{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background: #b507b7;border-radius: 100%;}
.adv_arrow p+p{margin-left: 20px;background: #fff;border:1px #eee solid;}
.adv_arrow img{height: 27px;}






/*合作客户*/
.coop_bg{height:454px;background: url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20240305/20240305115906_1381728253.jpg)no-repeat center;}
.coop_title{padding-bottom:80px;}
.coop_title b{color:#fff;}
.coop_title b:before{background: #666;}
.coop_title p{color:#eee;}
.coop ul{display: flex;}
.coop li{margin-right:10px;}
.coop li p{display:none;}






/*十二道质量关键点只为追求实现2000DPPM以下努力*/
.flow_bg{height:986px;background: url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20231102/20231102152745_173483923.jpg)no-repeat center;}
.flow ul{display: flex;justify-content: space-between;}
.flow ul:last-child{margin-top:40px;}
.flow li{text-align: center;position: relative;}
.flow ul:first-child li:nth-child(-n+4):after{content:"";position:absolute;right:-57px;top:106px;background:url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20231102/20231102154138_766663876.gif);width:40px;height:29px;}
.flow ul:last-child li:nth-child(-n+4):after{content:"";position:absolute;right:-57px;top:106px;background:url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20231102/20231102154138_766663876.gif);width:40px;height:29px;transform: rotate(180deg);}
.flow li *{display: block;}
.flow i{border-radius: 100%;box-shadow: 3px 5px 7px #b6b6b6;}
.flow i img{border-radius: 100%;transition: 0.3s;}
.flow p{margin:10px 0 0;line-height:40px;font-size:18px;color:#333333;font-weight:bold;}
.flow span{width:160px;margin:0 auto;line-height:24px;font-size:16px;color:#666666;}







/*关于我们*/
/*图片*/
.about_img{overflow: hidden;}
.about_img img{transition: 0.3s;}
.about_img:hover img{transform: scale(1.025);}
/*文字*/
.about_text{display:flex;align-items:center;height:125px;margin-top: -62px;padding-left: 50px;background: #fff;box-shadow: 0px 0 25px #e5e5e5;}
.about_text p{font-size:40px;color:#333;font-weight:bold;}
.about_text li{margin-left: 20px;}
.about_text span, .about_text a{font-size: 26px;color: #666;}
.about_text a:hover{color:#b507b7;}
/*厂房切换*/
.equipment_top{display: flex;justify-content: space-between;width:540px;height:64px;line-height:64px;margin:50px auto;background: url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20231102/20231102173903_2130082123.jpg);border-radius: 100px;overflow: hidden;}
.equipment_top a{width:35%;font-size:24px;color:#333;text-align:center;transition: 0.3s;}
.equipment_top a.on{background: #b507b7;color:#fff;}
.equipment_bottom{height: auto !important;}
.equipment_bottom>div{position: relative !important;}
.equipment_bottom_one_img li{float:left;margin-right: 20px;}
.equipment_bottom_one_img a{display: block;margin-top:10px;text-align:center;font-size:16px;color:#333;}









/*新闻*/
.news{display: flex;justify-content:space-between;flex-wrap: wrap;}
/*公司动态*/
.news_dynamic{width:680px;position: relative;}
.news_dynamic_one a, .news_information_one a{display:flex;align-items:center;height:40px;margin-bottom:20px;}
.news_dynamic_one i, .news_information i{display:block;width:3px;height:18px;margin-right:20px;background:#b507b7;}
.news_dynamic_one p, .news_information p{font-size:24px;color:#333;} 
/*公司动态 新闻内容*/
.news_dynamic_two .news_div_item{ display:flex;flex-direction:column-reverse;}
.news_dynamic_two .news_div_item_image{width: 100%;}
.news_dynamic_two .news_div_item_content{padding:40px;background:#f5f5f5;}
.news_dynamic_two .news_div_item_a{display:block;margin-bottom:25px;font-size:26px;color:#333;font-weight:bold;}
.news_dynamic_two .news_div_item_body{font-size:16px;line-height:30px;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.news_dynamic_two .news_div_item_date{display:flex;position:absolute;top:560px;right:50px;font-size: 16px;color: #888;}
.news_dynamic_three{display: flex;position:absolute;top:530px;right:50px;}
.news_dynamic_three p{width:10px;height:10px;background:#fff;border-radius:100%;}
.news_dynamic_three p.on{background:#b507b7;}
.news_dynamic_three p+p{margin-left: 10px;}
/*行业资讯*/
.news_information{width:680px;}
.news_information_two .news_div_item{display:flex;align-items:center;justify-content:flex-end;height:185px;border-bottom: 1px #eee solid;position: relative;}
.news_information_two .news_div_item_image{height: 140px;position:absolute;top:50%;left:0;transform:translate(0,-50%);}
.news_information_two .news_div_item_content{width: 70%;}
.news_information_two .news_div_item_a{ display:block;margin-bottom:20px;font-size:18px;color:#333;font-weight:bold;}
.news_information_two .news_div_item:hover .news_div_item_a{color:#b507b7;}
.news_information_two .news_div_item_body{font-size:16px;line-height:30px;color:#666;}
/*常见问题*/
.news_question{display:flex;justify-content:space-between;align-items:center;width:100%;height:180px;margin-top:55px;border:1px #eee solid;}
.news_question_one{display:flex;align-items:center;justify-content:center;width:13%;height:100%;border-right:1px #eee solid;}
.news_question_one a{font-size:24px;color:#333;}
/*常见问题 新闻内容*/
.news_question_two .news_div{width: 1200px;}
.news_question_two .news_div_item{width:373px !important;margin-right:40px;float:left !important;}
.news_question_two .news_div_item_a{display:block;margin-bottom:20px;font-size:18px;color:#333;}
.news_question_two .news_div_item_body{font-size:16px;line-height:26px;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.news_question_two .tempWrap{width: 1200px !important;}






/*版权*/
.copyright_bg{background: #222;}
/*友情链接*/
.copyright_link{height:85px;line-height: 85px;border-bottom: 1px #000 solid;}
.copyright_link_page{display: flex;justify-content: space-between;}
.copyright_link_one{width:7%;font-size:16px;color:#fff;}
.copyright_link_two{}
/*内容*/
.copyright_content{padding:80px 0;border-top:1px #444 solid;}
.copyright_content_page{display: flex;justify-content:space-between;}
/*内容_第一块*/
.copyright_content_one ul a{display: flex;align-items: center;}
.copyright_content_one ul a img{height:80px;}
.copyright_content_one ul li{margin-left:15px;}
.copyright_content_one ul b{font-size:34px;color:#fff;}
.copyright_content_one ul p{margin-top:2px;font-size:17px;color:#eee;}
.copyright_content_one dt{margin-top:20px;}
.copyright_content_one dt p,.copyright_content_one dt a{font-size:15px;line-height:36px;color:#a5a5a5;}
/*内容_第二块*/
.copyright_content_two{display: flex;}
.copyright_content_two li+li{margin-left:100px;}
.copyright_content_two i{display:block;width:45px;height:45px;border-radius: 100%;}
.copyright_content_two li:nth-child(1) i{background:#fff  url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20240305/20240305133737_313956447.png)no-repeat center;}
.copyright_content_two li:nth-child(2) i{background:#fff  url(//memberpic.114my.com.cn/zhenmei88/uploadfile/image/20240305/20240305133737_1503475745.png)no-repeat center;}
.copyright_content_two p{margin:30px 0 10px 0;font-size:16px;color:#a5a5a5;}
.copyright_content_two span{ font-size:20px;color:#fff;}
/*内容_第三块*/
.copyright_content_three{display: flex;}
.copyright_content_three li+li{margin-left:40px;}
.copyright_content_three img{width:120px;}
.copyright_content_three p{ margin-top:10px;font-size:14px;color:#a5a5a5;text-align:center;}


















/* 浮动*/
.y-kefu-box { position: fixed; right: 0; top:30%; 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/zhenmei88/uploadfile/image/20240305/20240305134605_657784826.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: #b507b7; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun {background-color: #b507b7; border-color: #b507b7; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #b507b7; border-color: #b507b7;}
.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: 260px;text-align: left;top: 0;}
.y-kefu-box01 .mobile-infos>div{padding: 20px 0 20px 45px;position: relative;}
.y-kefu-box01 .mobile-infos>div i{width: 15px;height: 15px;background-position: -52px -32px;position: absolute;top: 22px;left: 20px;z-index: 2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom: solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#333;}
.y-kefu-box01 .mobile-infos p{color: #b507b7;font-size: 18px;}
y-kefu-box .right{width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2{width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1{left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2{border-left: 6px white solid;}


/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #b507b7; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }