/*标签样式初始化*/
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";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:#1d69e7;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-face {
  font-family:"HarmonyOS_Light";
  src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC_Light.ttf)
}

@font-face {
  font-family:"HarmonyOS_Regular";
  src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC_Regular.ttf)
}

@font-face {
  font-family:"HarmonyOS_Medium";
  src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC_Medium.ttf)
}






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






/*抬头*/
.head_bg{height:120px;border-bottom: 3px #1d69e7 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 a img{height:3.5vw;}
.head_logo li{margin-left: 15px;}
.head_logo b{font-size:1.5vw;line-height: 1.1;color:#1d69e7;}
.head_logo p{font-size:0.9vw;color:#333;font-weight: lighter;}

/*栏目*/
.head_column{display:flex;align-items:center;justify-content:space-between;width:60%;}
.head_column li>a{display:block;line-height:120px;font-size:18px;color:#333;position: relative;transition: 0.3s;}
.head_column li.head_column_fixed>a, .head_column li:hover>a{color:#1d69e7;}
/*固定栏目*/
.head_column>li>a:after{content: "";display:block;width:10px;height:10px;background:#1d69e7;border-radius:100%;position:absolute;bottom:-5px;left: calc(50% - 5px);z-index: 10;transition:0.3s;transform:scale(0);}
.head_column>li:hover>a:after, .head_column li.head_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%);z-index: 19;text-align:center;border-top:5px #1d69e7 solid;}
.head_column .head_column_width .nav2{width: 200px;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
.head_column .nav2 a:hover{background:#e5e5e5;}
.head_column .nav2 dl{display:none;}
/*电话*/
.head_tel p{font-size:1.3vw;color:#1d69e7;font-weight: bold;}




/*幻灯片*/
.banner{height:825px;background: #222;position: relative;}
/* 通过改变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;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(255 255 255 / 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:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span+span{margin-left:10px;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}






/* 搜索 */
.search_bg{height: 100px;border-bottom: 1px #eee solid;}
.search_nbg{position: absolute;z-index: 999;top:620px;border-bottom: 1px #eee solid;}
.search_nbg .search{margin:0 auto;}
.search-bg{overflow: hidden;top: 25px;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size: 15px;color: #999;font-weight: lighter;}
.search_l a:hover{color:#1d69e7;}
.search-bg #infoname{width:300px;background:#f5f5f5;outline:none; color:#ccc;border: none;height:50px;line-height:50;font-size: 14px;padding-left: 20px;border-radius: 100px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;}
.search-i input{outline: none;background: #1d69e7;border-radius: 0 100px 100px 0;}







/* 产品中心 */
.product_bg{padding-bottom: 80px; background: #f5f5f5;}
/* 产品分类 */
.product_sort{display:flex;justify-content:center;margin-bottom:40px;}
.product_sort ul{display:flex;align-items:center;height:50px;padding:0 50px;background:#1d69e7;border-radius:100px;}
.product_sort li+li{margin-left: 40px;}
.product_sort a.prolist2021_one{display:block;line-height:50px;color: #fff;}
/* 产品图片 */
.product_img{margin: 0 40px;}
.product_img .divproduct_new_div{display: flex;flex-wrap: wrap;}
.product_img .divproduct_new_div_item{display:flex;flex-direction:column-reverse;justify-content: flex-end;width:24.2%;padding:20px;border:1px #e5e5e5 solid;position: relative;}
.product_img .divproduct_new_div_item:before{content:"";display:block;width:100%;height:0%;background:#1d69e7;position:absolute;top:0;left:0;transition:0.3s;}
.product_img .divproduct_new_div_item:hover:before{height:100%;}
.product_img .divproduct_new_div_item+.divproduct_new_div_item{margin-left: 1vw;}
.product_img .divproduct_new_div_item:nth-child(5){margin-left:0vw;}
.product_img .divproduct_new_div_item:nth-child(n+5):nth-child(-n+8){margin-top: 1vw;}
.product_img .divproduct_new_div_item_content, .product_img .product_div_item_pic{position:relative;z-index:2;}
.product_img .product_div_item_image{width:100%;height: auto;}
.product_img .divproduct_new_div_item_a{display:block;margin:30px 0 10px 0;font-size:18px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.product_img .divproduct_new_div_item:hover .divproduct_new_div_item_a{color:#fff;}
.product_img .divproduct_new_div_item_body{font-size:14px;line-height:1.5;color:#999;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.product_img .divproduct_new_div_item:hover .divproduct_new_div_item_body{color: rgb(255 255 255 / 75%);}






/* 特点 */
.trait_bg{height:800px;background: url(https://memberpic.114my.com.cn/lianxu123/uploadfile/image/20250520/20250520105848_223128025.jpg)no-repeat center;}
.trait{display: flex;justify-content: space-between;height:100%;}
/* 左边 */
.trait_left{margin-top:160px;position:relative;z-index:2;}
.trait_left b{font-size:40px;color:#fff;}
.trait_left t{color:#1d69e7;}
.trait_left_li{display:flex;flex-wrap:wrap;width:450px;margin:40px 0 95px 0;}
.trait_left_li ul{display:flex;align-items:center;justify-content:center;padding:10px 20px;background:#1d69e7;border-radius:100px;}
.trait_left_li ul:hover{cursor:pointer;background:#dfa800;}
.trait_left_li ul:nth-child(2){margin-left:20px;}
.trait_left_li ul:nth-child(3){margin-top:20px;}
.trait_left_li li{margin-left: 10px;}
.trait_left_li p{font-size:18px;color:#fff;}
.trait_left_li span{font-size:14px;color:rgb(255 255 255 / 75%);font-family:"HarmonyOS_Light";line-height: 1;}
.trait_left>i{display:block;margin-bottom:10px;font-size:20px;color:rgb(255 255 255 / 75%);}
.trait_left em{font-size:36px;color:#fff;font-weight:bold;}
/* 右边 */
.trait_right{display:flex;flex-direction:column;align-items:flex-end;text-align:right;}
.trait_right i{display:block;margin:160px -260px 50px 0;}
.trait_right p{font-size:16px;line-height:34px;color:#fff;}
.trait_right a{display:block;width:180px;line-height:50px;margin-top:40px;font-size:18px;color:#fff;text-align:center;background:#1d69e7;border-radius:100px;}
.trait_right a:hover{background: #dfa800;}
/* 中间 */
.trait_center{position:absolute;bottom:60px;left: calc((100% / 2) - 392px);}






/* 合作客户 */
.cooperation ul{display:flex;justify-content:space-between;}
.cooperation ul+ul{margin-top:10px;}
.cooperation li{position: relative;overflow: hidden;border: 1px #eee solid;}
.cooperation li>a{}
.cooperation li>a img{}
.cooperation li p{width:100%;height:100%;background:rgb(0 0 0 / 0.75);position:absolute;top: -120%;transition:0.3s;}
.cooperation li:hover p{top: 0%;}
.cooperation li p a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:18px;color:#fff;}
.cooperation_a a{display:block;width:180px;line-height:50px;margin:40px auto 0;background:#1d69e7;border-radius:100px;font-size:18px;text-align:center;color:#fff;transition: 0.3s;}
.cooperation_a a:hover{width:220px;background:#dfa800;}





/* 优势 */
.advantage_bg{height:880px;background:url(https://memberpic.114my.com.cn/lianxu123/uploadfile/image/20250520/20250520172918_463842.jpg )no-repeat center;}
.title_advantage b{color:#fff;}
.title_advantage p{color: rgb(255 255 255 / 75%);}
.advantage{display: flex;}
/* 左边 */
.advantage_left{width:220px;}
.advantage_left_one ul{display:flex;align-items:center;width:220px;height:110px;background: #4f91ff;cursor: pointer;}
.advantage_left_one ul.on{background: #dfa800;}
.advantage_left_one ul+ul{border-top: 1px rgb(255 255 255 / 15%) solid;}
.advantage_left_one i{display:block;margin-left:20px;font-size:40px;color:#fff;}
.advantage_left_one li{margin-left:5px;}
.advantage_left_one p{font-size:24px;color:#fff;line-height: 1.2;}
.advantage_left_one span{font-size:16px;color:rgb(255 255 255 / 50%);line-height:1;}
.advantage_left_two{display:flex;align-items:center;justify-content:center;width:100%;height:180px;border-top:1px rgb(255 255 255 / 15%) solid;background:#4e90fd;}
.advantage_left_two img{width:140px;}
.advantage_left_two p{width: 15px;margin:0 0 0 10px;font-size:18px;color:#fff;}
/* 右边 */
.advantage_right{width:1180px;}
.advantage_right_ul_text{display:flex;justify-content:space-between;align-items:center;height:180px;padding: 0 40px;background:#fff;}
.advantage_right_ul_text *{display: block;}
.advantage_right_ul_text li{width:80%;}
.advantage_right_ul_text li b{margin-bottom:10px;font-size:28px;color:#333;}
.advantage_right_ul_text li t{background:url()no-repeat left center;font-size:16px;color:#666;line-height:30px;}
.advantage_right_ul_text dd{}
.advantage_right_ul_text dd p{display:flex;align-items:center;font-size:20px;color:#333;}
.advantage_right_ul_text dd p:before{content:''; width:20px;height:20px;margin-right: 10px;background:url(https://memberpic.114my.com.cn/lianxu123/uploadfile/image/20250521/20250521095810_1327768568.png)no-repeat center;}
.advantage_right_ul_text dd span{font-size:26px;color:#1d69e7;font-weight:bold;}





/* 公司简介 */
.about{display: flex;justify-content: space-between;margin:80px auto;}
.about *{display: block;}
/* 左边 */
.about_left{}
.about_left i{width:700px;height:500px;background: #ccc;}
.about_left p{line-height:100px;border-left:1px #e5e5e5 solid;border-bottom:1px #e5e5e5 solid;font-size:22px;color:#333;font-weight:lighter;text-align:center;}
/* 右边 */
.about_right{padding:70px 40px 40px 40px;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.about_right b{display:flex;color:#1d69e7;font-size:50px;line-height: 40px;text-transform: capitalize;}
.about_right p{margin-top:10px;font-size:24px;color:#333;}
.about_right span{margin:80px 0 20px 0;font-size:22px;color:#666;}
.about_right r{font-size:16px;line-height:36px;color:#999;font-weight:lighter;}
/* 联系 */
.about_contact{position:absolute;bottom:0;right:-260px;display:flex;justify-content:space-between;width:960px;height:100px;padding-right:320px;background-image:-webkit-linear-gradient( -0deg,#1d69e7 0%,#5bc0ff 100%);}
.about_contact p{display:flex;align-items:center;padding-left: 40px;font-size:26px;color:#fff;}
.about_contact p:before{content: "";display: block;width:22px;height:22px;margin-right:15px;background: url(https://memberpic.114my.com.cn/lianxu123/uploadfile/image/20250521/20250521172817_663892454.png)no-repeat center;}
.about_contact dd{display:flex;flex-direction:column;align-items:center;}
.about_contact i{width:1px;height:25px;background:#fff;}
.about_contact a{width:50px;height:50px;background:#fff url(https://memberpic.114my.com.cn/lianxu123/uploadfile/image/20250521/20250521172817_1585866260.png)no-repeat center;border-radius:100%;box-shadow: 0 0 0 0 rgba(255, 255, 255);animation: ripple 2s infinite;}


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








/*新闻中心*/
.news_bg{padding: 0 0 80px 0;background: #f5f5f5;}
.newstab{text-align: center;padding-bottom:40px;}
.newstab a{ display: inline-block;width: 180px;line-height: 50px;border-radius: 30px;background: #333;font-size: 18px;color: #fff;transition: all .3s ease;}
.newstab a+a{margin-left: 10px;}
.newstab a.on{background: #1d69e7;color: #fff;}
.newsleft{width: 500px;height: 488px;box-sizing: border-box;background: #fff;padding: 40px;}
.newsright{width:899px;height: 490px;}
.newsleft .news_div_item_pic{position: absolute;left: 0;top: 0;width: 426px;height: 306px; overflow: hidden;overflow: hidden; border: 1px solid #eee;}
.news .news_div_item_pic img{width:100%;height:auto;transition:all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.news .news_div_item:hover .news_div_item_a{color:#1d69e7;}
.news .news_div_item{position: relative;}
.newsleft .news_div_item{padding-top: 330px;}
.newsleft .news_div_item_date{position: absolute;right:0;padding-top: 52px; bottom:0;text-align: center; background: #1d69e7; width: 82px;height: 80px;box-sizing: border-box;}
.newsleft .news_div_item_date>div{display: inline-block;font-size: 14px;color: #ffffff;font-weight: lighter;}
.newsleft .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}
.newsleft .news_div_item_content{width: 290px;}
.news .news_div_item_a{display: block;font-size: 18px;color: #333;white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.news .news_div_item_body{font-size: 14px;color: #999;font-weight: lighter;margin-top: 10px;line-height: 26px;height: 52px;overflow: hidden;}
.newsright .news_div_item{position: relative; display: inline-block;vertical-align: top;background: #fff; box-sizing: border-box;width: 448px;height: 162px;margin: 0 1px 1px 0;padding: 40px 0 0 120px;}
.newsright .news_div_item:nth-child(2n){margin-left: 0;}
.newsright .news_div_item_content{width: 260px;}
.newsright .news_div_item_date{position: absolute;left:30px;padding-top: 52px; top:40px;text-align: center;}
.newsright .news_div_item_date>div{display: inline-block;font-size: 14px;color: #999;font-weight: lighter;}
.newsright .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}








/*友情链接*/
.links{width:100%; overflow:hidden;background: #1d69e7;height: 100px; line-height: 100px;}
.linksW{width:1400px; margin:0 auto;}
.links_l{float:left;}
.links_lm{font-size:16px; line-height:100px; color:#fff;}
.links_r{float:left; width:1300px; color:#999;}
.links_r a{display: block;line-height: 100px;font-size:15px;color: rgb(255 255 255 / 75%) !important;font-weight: lighter;}
.links_r li:hover a{color:#fff !important;}






/*版权*/
.wrapper { margin: 0 auto;width: 1400px;background: #222;}
.bqtop{width: 100%; background: #f2f2f2;height: 10px; overflow: hidden;position:relative;}

.copy {width: 100%;padding: 80px 0;background: #222;}
.copy_box {width: 74%;min-width: 1300px;margin: 0 auto;display: flex;justify-content: space-between;}
.copy_con {width: 55%;position: relative;}
.copy_con ul {display: flex;justify-content: space-between;width: 100%;}
.copy_con li {display: flex;flex-direction: column;}
.copy_con li p {font-size: 18px;color: #fff;line-height: 36px;padding-bottom: 22px;}
.copy_con li a {font-size: 15px;color: #999999;line-height: 30px;font-weight: lighter;}
.copy_con li a:hover  {color:#fff;transition:0.5s;}
.copy_int {width: 435px;}
.copy_int p {display: flex;font-size: 18px;color: #fff;align-items:  center;    justify-content: center;}
.copy_int p span {font-size: 30px;}
.copy_int ul {display: flex;justify-content: space-between;margin-top: 20px;}
.copy_int li {width:  210px;height: 135px;background: #f5f5f5;padding: 25px;display: flex;justify-content: space-between;align-items:  center;}
.copy_int li i {width: 100px;height: 100px;display:  inline-block;}
.copy_int li i img {width:100px;}
.copy_int li p {font-size: 20px;line-height: 30px;display: flex;flex-direction: column;color: #333;}
.copy_int li p span {font-size: 16px;}
.copy_int em {font-size: 15px;color: #999;display: flex;justify-content: center;margin-top: 30px;padding-bottom: 20px;font-weight: lighter;}


.copyright{padding:28px 0;overflow:hidden;background: #222;    border-top: 1px solid #353535;font-weight: 100;}
.copyright .con{ line-height:30px;font-size:14px;color:#999; text-align:center;}
.copyright .con .fl{display:flex;flex-direction:column;align-items:flex-start;line-height:1.5;}
.copyright a{color:#999;font-size:14px;}
.copyright a:hover{color:#fff;font-size:14x;}
.copy2{background: #f5f5f5;}





/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/lianxu123/uploadfile/image/20250610/20250610090750_399929074.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 28px; height: 28px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #1d69e7; }/*颜色更改*/
.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: #1d69e7; border-color: #1d69e7; 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: #1d69e7; border-color: #1d69e7;}/*经过颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.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: #1d69e7; font-size: 18px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.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;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.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: 130px; height:130px; margin: 15px auto 7px; }
.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; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #1d69e7; 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:#cc0105;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer;