/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #fff;font-family: "Microsoft YaHei";font-family: "HarmonyOS_Regular";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

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

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: auto 40px;}
.box2{margin: 0 auto;width:84%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}



/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{text-transform: uppercase;}



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




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






/*抬头*/
.head_bg{position:fixed;top:40px;z-index:9;transition: 0.3s;}
.head{display:flex;justify-content: space-between;align-items:center;height:100%;background:#fff;transition: 0.3s;}
/*logo*/
.head_logo{display:flex;flex-direction:column;align-items:center;flex-shrink: 0;width:10%;}
.head_logo a img{width:2.5vw;}
.head_logo b{display:block;margin-top:5px;font-size:28px;font-weight:bold;color:#333;}
/*右边*/
.head_right{display:flex;flex-direction:column;width:100%;}
/*抬头文字*/
.head_text{display: flex;justify-content: space-between;line-height:2vw;padding:0 20px;background:#700fd1;}
.head_text>p{font-size:16px;color:rgb(255 255 255 / 1);font-weight:lighter;}
.head_text li{display: flex;}
.head_text li a{display:flex;align-items:center;padding:0 1vw;}
.head_text li a img{width: 1.2vw;}
.head_text li p{font-size:18px;color:#fff;}
.head_text li p+p{margin-left: 15px;}
.head_text li span{font-size:16px;color:#fff;}
/*栏目*/
.head_column{display:flex;justify-content:space-between;text-align:center;height:4vw;}
.head_column li{display:flex;align-items:center;justify-content:center;width: 14.3%;position: relative;}
.head_column li:before{content: "";display: block;width:1px;height:30px;background:rgb(51 51 51 / 0.1);position:absolute;left:0;}
.head_column li>a{display:flex;flex-direction:column;align-items:center;justify-content:center;width: 100%;
height:100%;}
.head_column li>a>p{margin-bottom: 2px;font-size: calc(9px + 0.46vw);color:#333;}
.head_column li>a>span{font-size:12px;color:#999;font-family: "HarmonyOS_Regular";}
/*栏目固定*/
.head_column li.head_column_fixed>a>p, .head_column li:hover>a>p{color:#700fd1;font-weight:bold;}
.head_column li.head_column_fixed>a>span, .head_column li:hover>a>span{color:#700fd1;}





/*抬头固定窗口上面*/
.head_move .head_bg{top: 0px;}
.head_move .head{width: 100%;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.head_move .head_text{line-height: 30px;}
.head_move .head_text a img{height: 20px;}
.head_move .head_text a{font-size: 16px;}







/*幻灯片*/
.banner{display:flex;align-items:center;justify-content:center;height:945px;background: url(https://memberpic.114my.com.cn/gpwsfd/uploadfile/image/20250827/20250827093631_1781474418.jpg) no-repeat center;position: relative;}
.banner_video_content:before{content:"";display:block;width:100%;height:100%;background:rgb(0 0 0 / 20%);position:absolute;top:0;left:0;}
/* 视频文字 */
.banner_video_text{margin-top: 11%;position: absolute;text-align: center;}
.banner_video_text>b{padding:15px 200px;font-size:60px;line-height:80px;color:#fff;text-shadow:1px 1px 3px #333;font-family:"HarmonyOS_Bold";background:linear-gradient(to right,#ffffff00,#700fd1,#ffffff00);}
.banner_video_text>p{margin-top:40px;font-size:25px;color:#fff;}
.banner_video_text li{display:flex;justify-content:center;margin-top:80px;}
.banner_video_text a{display:flex;align-items:center;justify-content:center;height:50px;line-height:50px;padding: 0 30px;background:#fff;border-radius:5px;font-size:16px;color:#700fd1;}
.banner_video_text a+a{margin-left:20px;}
.banner_video_text a:hover{background: #700fd1;color:#fff;}
.banner_video_text a i{display:block;width:25px;height:25px;}
.banner_video_text a p{margin-left:10px;font-size:18px;}
.banner_video_text a:hover i img{filter: grayscale(100%) brightness(1000%);}


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







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







/* 产品中心 */
.product_bg{padding:0px 0 80px;background: #f5f5f5;}
.product{display:flex;justify-content:space-between;}
/* 左边 */
.product_left{width:280px;padding:40px 20px;background: linear-gradient(to top, #700fd1 50%, #9934ff 100%);}
.product_left_one{display:flex;margin-bottom:20px;padding-bottom:40px;border-bottom:1px rgb(255 255 255 / 25%) solid;}
.product_left_one i{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-right: 10px;border:3px solid rgba(255,255,255,0.27);border-radius:100%;}
.product_left_one p{font-size:24px;color:#fff;font-weight:bold;}
.product_left_one span{font-size:16px;color:rgb(255 255 255 / 75%);line-height:1;}
.product_left_two .prolist2021_one{display:flex;align-items:center;line-height:46px;font-size:18px;color:#fff;font-weight:bold;position: relative;}
.product_left_two .prolist2021_one:before{content:"";display:block;width:10px;height:10px;margin-right: 20px;border:1px rgb(255 255 255 / 75%) solid;border-radius:100%;}
.product_left_two li:hover .prolist2021_one:before{background: #fff;}
.product_left_two dt a{display:block;padding-left:30px;line-height:1.5;font-size:15px;color:rgb(255 255 255 / 75%);}
.product_left_two dt a:hover{color:#fff;}
/* 右边 */
.product_right{width:1080px;margin-left: 40px;}
.product_right ul{display:flex;}
.product_right ul+ul{margin-top: 10px;}
.product_right li+li{margin-left: 10px;}
.product_right li>a{display:block;overflow:hidden;}
.product_right li>a img{transition: 0.3s;}
.product_right li:hover>a img{transform: scale(1.2);}
.product_right li br{display: none;}
.product_right li span>a{display:block;line-height:50px;background:#fff;text-align:center;font-size:16px;color:#333;}
.product_right li:hover span>a{background:#700fd1;color:#fff;}










/* 四大优势 */
.advantage_bg{height:945px;background:url(https://memberpic.114my.com.cn/gpwsfd/uploadfile/image/20250826/20250826165052_1943932578.jpg)no-repeat center;position: relative;}
/*.advantage_bg:after{content:"";display: block;width:100%;height:100%;background:rgb(0 0 0 / 60%);position:absolute;top:0;left:0;}*/
.advantage{height:100%;z-index: 2;}
/* 标题 */
.advantage_title{padding-top:80px;padding-bottom:80px;border-bottom:1px rgb(255 255 255 / 33%) solid;}
.advantage_title t{display:block;font-size:100px;color:rgb(255 255 255 / 20%);line-height: 1;text-transform:uppercase;font-weight:bold;font-family:'Montserrat-Bold';}
.advantage_title b{display:block;margin-bottom:30px;font-size:40px;color:#fff;}
.advantage_title a{display:flex;align-items:center;}
.advantage_title a i{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-right:20px;background:#700fd1;border-radius:100%;transition: 0.3s;}
.advantage_title a:hover i{margin-right:40px;}
.advantage_title a p{padding-bottom:10px;font-size:18px;color:#fff;border-bottom:2px #fff solid;}
/* 上面 */
.advantage_top{margin:50px 0 100px 0;}
.advantage_top b{display: block;margin-bottom:20px;font-size:28px;color:#fff;}
.advantage_top p{font-size:18px;color:#fff;line-height:2;}
/* 下面 */
.advantage_bottom{display:flex;justify-content:space-between;align-items:center;width:1220px;height:250px;margin:0px 0 0 -260px;padding-left:260px;background:#f5f5f5;border-radius: 0 40px 0 0;text-align:center;position:absolute;bottom:0;left:0;}
.advantage_bottom ul{width:25%;height: 100%;}
.advantage_bottom ul:nth-child(1){background: #9934ff;}
.advantage_bottom ul:nth-child(2){background: #700fd1;}
.advantage_bottom ul:nth-child(3){background: #5400a9;}
.advantage_bottom ul li{display:flex;flex-direction:column;align-items: center;justify-content:center;width: 100%;height: 100%;border-radius: 0 40px 0 0;position: relative;cursor: pointer;}
.advantage_bottom ul:nth-child(1) li{background: #f5f5f5;}
.advantage_bottom ul:nth-child(2) li{background: #9934ff;}
.advantage_bottom ul:nth-child(3) li{background: #700fd1;}
.advantage_bottom ul:nth-child(4) li{background: #5400a9;}
.advantage_bottom li i, .advantage_bottom li span, .advantage_bottom li p{position: relative;z-index: 2;}
.advantage_bottom li i{display:block;width:40px;height:40px;margin: 0 auto 30px;}
.advantage_bottom li:hover i{-webkit-animation: test 0.3s ease-in 2;}
.advantage_bottom li p{font-size:24px;color:#fff;}
.advantage_bottom li span{font-size:16px;color:rgb(255 255 255 / 75%);}
.advantage_bottom ul:nth-child(1) p{color:#333;}
.advantage_bottom ul:nth-child(1) span{color: rgb(51 51 51 / 75%);}

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








/* 企业形象 */
.cooperation{display: flex;justify-content: space-between;}
/* 证书 */
.cooperation_honor{width:400px;height:600px;margin-right: 10px;background: #f5f5f5;border-radius: 10px;text-align:center;position:relative;}
.cooperation_honor>t{display:block;margin:40px 0 30px 0;font-size:26px;color:#700fd1;}
.cooperation_honor li+li{margin-top: 10px;}
.cooperation_honor p a{display:none;margin-top:10px;line-height:50px;font-size:16px;color:#333;}
.cooperation_honor:hover p a{color:#700fd1;}
/* 合作客户图片 */
.cooperation_img{}
.cooperation_img ul{display: flex;}
.cooperation_img ul+ul{margin-top: 10px;}
.cooperation_img li{}
.cooperation_img li+li{margin-left: 10px;}
.cooperation_img li *{display:block;}
.cooperation_img li>a{display:block;overflow:hidden;}
.cooperation_img li>a img{transition: 0.3s;}
.cooperation_img li:hover>a img{transform: scale(1.2);}
.cooperation_img p a{display:block;width:100%;line-height:53px;background:#f5f5f5;font-size:16px;text-align:center;color:#333;}
.cooperation_img li:hover p a{background:#700fd1;color:#fff;}








/*关于我们*/
.about_bg{height:750px;background:url(https://memberpic.114my.com.cn/gpwsfd/uploadfile/image/20250826/20250826202432_1916701880.jpg)no-repeat center;background-attachment: fixed;}
.title_about b{color:#fff;}
.title_about p{color: rgb(255 255 255 / 75%);}
.about{display:flex;justify-content:space-between;background:rgb(255 255 255 / 10%);border:1px rgb(255 255 255 / 30%) solid;}
/* 左边 */
.about_left{width:60%;padding: 50px;border-right: 1px rgb(255 255 255 / 30%) solid;}
.about_left *{display: block;}
.about_left b{font-size:28px;color:#fff;line-height: 1;}
.about_left i{margin:40px 0;width:80px;height:2px;background:rgb(255 255 255 / 100%);}
.about_left p{font-size:16px;color:rgb(255 255 255 / 75%);line-height:2;}
.about_left a{margin: 70px 0 20px 0;width:180px;line-height:50px;border-radius:100px;background:#fff;font-size:18px;color:#700fd1;text-align:center;}
.about_left a:hover{background:#ac59ff;color:#fff;}
/* 右边 */
.about_right{width:40%;}
.about_right ul{display:flex;justify-content:space-between;align-items:center;height:50%;}
.about_right a{width:50%;height:100%;border-right:1px rgb(255 255 255 / 30%) solid;border-bottom:1px rgb(255 255 255 / 30%) solid;font-size:18px;color:#fff;}
.about_right a p{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;}
.about_right p:hover{-webkit-animation: test 0.3s ease-in 2;}
.about_right p:nth-child(2){border-right:none;}
.about_right ul:nth-child(2) a{border-bottom:none;}
.about_right p:before{ content:'';display:block;width:50px;height:50px;margin-bottom:20px;background:url(https://memberpic.114my.com.cn/gpwsfd/uploadfile/image/20250826/20250826202450_996146344.png) no-repeat;}
.about_right a:nth-child(2) p:before{background-position-x:-50px;}
.about_right ul:nth-child(2) a:nth-child(1) p:before{background-position-x:-100px;}
.about_right ul:nth-child(2) a:nth-child(2) p:before{background-position-x:-150px;}


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







/* 新闻中心 */
.news{padding-bottom: 80px;}
.news_tab{margin:0 0 50px 0; text-align:center;}
.news_tab li{display:inline-block; vertical-align:top;width: 180px; height: 50px; line-height: 50px;background:#333;text-align: center;border-radius: 5px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;display:block;color:#fff;}
.news_tab li.on{color:#fff;background:#700fd1;}
.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: 25%;display: inline-block;position: relative;height:540px;transition:0.5s; padding:20px; border: 1px #e5e5e5 solid; background:#f5f5f5;}
.news_list .news_div_item+.news_div_item{border-left: none;}
.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(https://memberpic.114my.com.cn/gpwsfd/uploadfile/image/20250827/20250827142421_588404727.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;color:#333;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: 150px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;border:1px #eee solid; font-weight: 100;color: #666;text-align: center;}
.news_list .news_div_item_body{font-size:15px;color:#999;font-weight:lighter;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: #700fd1;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #700fd1;transition:0.5s;color:#fff;}








/* 版权导航 */
.copyright_two_bg{padding:80px 0 100px;background: #333;}
.copyright_two{display:flex;justify-content:space-between;}
.copyright_two_left{display: flex;}
.copyright_two_left li+li{margin-left:120px;}
.copyright_two_left p{margin-bottom: 30px;font-size:18px;color:#fff;}
.copyright_two_left a{display:block;font-size:16px;color:#999;font-weight:lighter;line-height: 40px;}
.copyright_two_left a:hover{color:#fff;}
.copyright_two_right{text-align: center;}
.copyright_two_right p{font-size: 20px;color:#fff;}
.copyright_two_right span{display:block;margin:10px 0 30px 0;font-size: 30px;color:#fff;}
.copyright_two_right ul{display:flex;align-items:center;}
.copyright_two_right li{ display:flex;align-items:center;padding:15px 20px;background:#fff;}
.copyright_two_right li+li{margin-left: 20px;}
.copyright_two_right img{width:120px;}
.copyright_two_right t{display:block;margin-left:20px;font-size:16px;line-height:30px;color:#666;font-weight:lighter;}







/* 友情链接 */
.copyright_one_bg{height:100px;background:#333;border-top: 1px #444 solid;}
.copyright_one{display:flex;align-items:center;height: 100%;}
.copyright_one p{font-size:14px;color:#fff;}
.linkTagcs a{display:block;line-height:100px;font-size:14px;color:rgb(255 255 255 / 0.75) !important;font-weight:lighter;font-family: "HarmonyOS_Light";}
.linkTagcs a:hover{color:#fff !important;}
.linkTagcs li+li{margin-left: 10px;}





/* 底部版权 */
.copyright_three_bg{height:100px;background: #700fd1;}
.copyright_three{display:flex;justify-content:space-between;align-items:center;height:100%;}
.copyright_three_left{display: flex;flex-wrap: wrap;width: 60%;}
.copyright_three_right{display: flex;}
.copyright_three p, .copyright_three a{font-size:14px;color:rgb(255 255 255 / 0.75);font-weight:lighter;font-family:"HarmonyOS_Light";}
.copyright_three a:hover{color:#fff;}







/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/gpwsfd/uploadfile/image/20250827/20250827144710_1802314438.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: #700fd1; 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: #700fd1; border-color: #700fd1; 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; }
.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: #700fd1; border-color: #700fd1;}
.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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p {color: #700fd1; font-size: 18px;font-weight: bold;}
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: #700fd1; 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; }