/*标签样式初始化*/
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:#0768d1;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-Bold";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"Biko-Bold";
  src: 
  url("//memberpic.114my.com.cn/dgjfzl/cssnew/Biko-Bold.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/dgjfzl/cssnew/Biko-Bold.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/dgjfzl/cssnew/Biko-Bold.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/dgjfzl/cssnew/Biko-Bold.eot.txt") format("eot"),
  url("//memberpic.114my.com.cn/dgjfzl/cssnew/Biko-Bold.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:#0768d1;}
.title p{font-size: 18px;color:#999;line-height: 30px;font-weight: lighter;}









/* 抬头 */
.head{display:flex;justify-content:space-between;align-items:center;height:120px;position: relative;}
/* LOGO */
.head_logo{display:flex;align-items:center;}
.head_logo a{display:block;}
.head_logo li{margin-left: 15px;}
.head_logo img{height:4vw;}
.head_logo b{font-size:1.6vw;color:#333;}
.head_logo p{font-size:0.9vw;color:#666;}

/* 栏目 */
.head_columns{display:flex;justify-content:space-between;width:60%;}
.head_columns li{position: relative;}
.head_columns li:after{content: "";display: block;width:10px;height:10px;background:#0768d1;border-radius:100%;position:absolute;bottom:-5px;left: calc(50% - 5px);z-index:99;transition:0.3s;transform: scale(0);}
.head_columns li a{display:block;font-size:16px;color:#333;line-height: 120px;}
/* 栏目经过和固定 */
.head_columns li.column_fixed>a, .head_columns li:hover>a{color:#0768d1;}
.head_columns li.column_fixed:after, .head_columns li:hover:after{transform: scale(1);}
/*下拉*/
.head_columns li{position: relative;}
.head_columns .nav2{display: none;width:140px;position:absolute;left:50%;transform:translate(-50%);z-index: 19;text-align:center;border-top:5px #0768d1 solid;}
.head_columns .head_column_width .nav2{width: 200px;}
.head_columns .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
.head_columns .nav2 a:hover{background:#e5e5e5;}
.head_columns .nav2 dl{display:none;}
/* 搜索 */
.head_search{display:flex;align-items:center;height:100%;padding:0 1vw;cursor: pointer;}
.head_search_icon{width:45px;height:45px;background:#0768d1 url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240821/20240821113807_1467314770.png)no-repeat center;border-radius:100%;}
.head_search_content{display:none;padding:2%;position:absolute;right:0%;top:120px;z-index:9;background:hsl(0 0% 0% / 0.75);}
/* 搜索左边 */
.head_left_search{display: flex;margin-bottom: 20px;font-size:15px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}
.head_left_search p{font-size:16px;color:#fff;}
.head_left_search li{display: flex;}
.head_left_search a{display:block;font-size:15px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}
.head_left_search a:hover{color:rgb(255 255 255 / 1);}
/* 搜索右边 */
.search_right, .search_right_three{outline: none;}
.search_right_one{display: flex;margin-bottom: 0px;}
.search_right_two{width: 100%;margin:0;padding:0 0 0 20px;line-height:40px;border:none;border-left: 1px #eee solid;outline: none;font-size:15px;color:#999;font-weight:lighter;border-radius: 10px 0 0 10px;}
.search_right_three{background:#fff;border-radius:0 10px 10px 0;border-left:1px #eee solid;}





/*幻灯片*/
.banner{height:800px;background: #eee;}
/* 通过改变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(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:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}








/* 数据 */
.num_c {position: relative;margin-top: -122px !IMPORTANT;margin-bottom: 0px;z-index:12;}
.num_c ul{display:flex;height:210px;border-radius:10px;background:#fff;box-shadow:1px 1px 20px rgba(0,0,0,.05);justify-content:space-between;align-items:center;}
.num_c ul li{position:relative;display:flex;width:25%;flex-direction:column;align-items:center;justify-content:center;}
.num_c li span{display:block;width:40px;height:40px;margin-bottom: 10px;background:url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240821/20240821151129_492930323.png)no-repeat;}
.num_c li:nth-child(2) span{background-position-x:-40px;}
.num_c li:nth-child(3) span{background-position-x:-80px;}
.num_c li:nth-child(4) span{background-position-x:-120px;}
.num_c li b{margin:0px 0 0px;font-size:46px;color:#0768d1;}
.num_c li i{color:#666;font-size:18px;font-weight:lighter;}
.num_c li em{ margin-top:4px;color:#bbb;font-size:14px;font-weight:lighter;}
.num_c ul li:after{position:absolute;top:50%;right:0;margin-top:-95.5px;width:1px;height:177px;background:#eee;content:"";}
.num_c ul li:last-child:after{display:none;}





/* 峻峰-工业制冷设备厂家 */
.power_bg{height:742px;background: url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240821/20240821164706_240966302.jpg)no-repeat center;position: relative;z-index:10;}
.power{padding-top:70px;}
.power_cont,.power_list{width: 50% !important;height: 540px;background: #fff;margin-top: 50px;}
.power_cont li{width: 100%; height: 100%;}
.power_list li{width: 50%; height: 50%; float: left; border: 1px #eee solid;text-align: center;padding: 40px 30px;cursor: pointer;background:#fff;}
.power_list li:nth-child(2n){border-left:0;}
.power_list li:nth-child(-n+2){border-bottom:0;}
.power_list li dd{display:flex;align-items:center;justify-content:center;width:50px; height:50px; margin: 0vw auto; border-radius: 100%;position: relative;background: rgb(7 104 209 / 0.75);border: 5px #0768d1 solid;}
.power_list li dd i{display:block;width:20px;height:20px;background:url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240822/20240822162924_1293404921.png)no-repeat;}
.power_list li:nth-child(2) dd i{background-position-x: -20px;}
.power_list li:nth-child(3) dd i{background-position-x: -40px;}
.power_list li:nth-child(4) dd i{background-position-x: -60px;}
.power_list li h3{ font-size: 24px; color: #333; line-height:40px;}
.power_list li p{ font-size: 12px; color: #ccc; padding-bottom:0.8vw;}
.power_list li span{ font-size:16px;color:#666;line-height:30px;font-weight:lighter;}
.power_list li.on{background:#ecf5ff; }
.power_list li.on h3{color:#0768d1;}







/* 产品中心 */
.proj_tit>div{display: flex;align-items: center;position: relative;}
.proj_tit>div:before{position: absolute;content: "";width: 2px;height: 31px;background: #0768d1;top: 8px;left: 0;}
.proj_tit>div>b{font-size: 40px;color: #333;padding-left: 16px;}
.proj_tit>div>span{font-family: "Arial";color: #eaeaea;font-size: 42px;padding-left: 20px;}
.proj_tit>p{font-size: 18px;color: #999;font-weight: lighter;margin-top: 6px;}

.prob{background: #0768d1;position: relative;}
.prob:after{content:"";display:block;width:100%;height:170px;background:#fff;position:absolute;bottom:0;}
.pro_box {background: #fff; padding:3%;box-shadow: 0px 0px 10px 0px #e5e5e5;z-index: 2;}
.pro_con {margin-top: 40px;display: flex;justify-content: space-between;}
.pro_le{width: 20.667%; background: #f8f8f8;overflow: hidden; }
.pro_le_t{height: 130px;background: #0768d1;padding-left: 46px;padding-top: 41px;}
.pro_le_t b{font-size: 33px;color: #fff;display: block;line-height: 30px;margin-bottom: 12px;}
.pro_le_t em{color: rgba(255, 255, 255, 0.4); text-transform: uppercase;}
.pro_list{}
.pro_list li dt a {width: 100%; padding-left: 15%;font-size: 15px; display: block; line-height: 34px;    color: #666;}
.pro_list li dt a:before {content: '-';margin-right: 10px;color: #666;}
.pro_list li dl {padding: 0vw 0; visibility: hidden;  height: 0;}
.pro_list li:hover dl { padding: 0.7vw 0;visibility: inherit; height: 100%;}
.pro_list table {width: 100%;}
.pro_list::-webkit-scrollbar{width:4px;}
.pro_list::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.2);}
.pro_list::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}
.pro_list li{width: 100%;display: block;transition: 0.5s; }
.pro_list li:hover{transition: 0.5s; background: #eee;}
.pro_list li:hover>a:before{transform: rotate(90deg);}
.pro_list li>a:before{position:absolute;content: '';transition:0.5s;top: 50%;right:40px;margin-top: -6px;background:url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240822/20240822201315_703053827.png) no-repeat center;width: 7px;height: 12px;}
.pro_list li>a{ width:100%;padding-left:20px;font-size:16px;display:block;transition:0.5s;line-height:2.8vw;position:relative;border-bottom:1px #eee solid;padding-right:55px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.pro_list li:hover>a{border-bottom: 1px #dedede solid;}
.pro_ri{width: 1170px; background: #fff;padding:0px;overflow: hidden;}
.pro_cc{width:78%;}
.pro_rc{display: flex;width: 100%;transition:all .5s;}

.pro_item{margin-top: -0px; width: 100%;}
.pro_item{width: 100%;flex-shrink: 0;}
.pro_item ul { display: flex;}
.pro_item ul:last-child {margin-top:25px;}
.pro_item li {width: 33.3%;display: flex;flex-direction: column;align-items: center;overflow: hidden; background:#fff; padding:18px 0 0;box-shadow: 5px 5px 8px #ccc;}
.pro_item li+li{margin-left:1.4%;}
.pro_item li:hover img {transform:scale(1.1);}
.pro_item li:hover span:before {width:100%;}
.pro_item li>a {overflow:hidden;}
.pro_item li img {width:100%;height:auto;transition:0.5s;}
.pro_item li span {width: 100%;background: #fff;padding: 30px 45px;border-bottom: 3px solid #ddd;position: relative;}
.pro_item li span:before {content:'';width:0;height: 3px;background: linear-gradient(to right,#0066d3,#3295ff);position:absolute;bottom: -3px;left:0;transition: 0.5s;}
.pro_item li span:after {content:'>';font-size: 18px;position:absolute;right: 20px;top: 30px;color: #bababa;}
.pro_item li span>a {font-size: 16px;}
.pro_item li br {display:none;}





/* 应用案例 */
.apply_bg{padding-bottom: 80px;}
.apply ul{display: flex;justify-content: space-between;}
.apply ul+ul{margin-top:10px;}
.apply li *{display:block;}
.apply li>a{overflow: hidden;}
.apply li>a img{transition: 0.3s;}
.apply li:hover>a img{transform: scale(1.2);}
.apply li p{line-height:50px;background:#f5f5f5;}
.apply li:hover p{background:#1d5dd8;}
.apply li p>a{text-align:center;font-size:16px;color:#333;}
.apply li:hover p>a{color:#fff;}






/* 选择我们的理由是什么 */
.adv_bc{background:url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240822/20240822145318_1666702393.png) no-repeat bottom center;padding-top: 100px;overflow: hidden;}
.adv_c {position: relative;}
.adv_tit {margin-top: 35px;}
.adv_tit>b{color: #0768d1;font-size: 60px;text-transform: uppercase;line-height: 42px;display: block;}
.adv_tit>i{color: #333;font-size: 36px;font-weight: bold;margin-top: 21px;margin-bottom: 39px;}
.adv_tit>em{width: 68px;height: 4px;background: #333;}
.adv_lc{position:relative;z-index:2;width: 54.286%;}
.adv_lc img{width:100%;}
.adv_ic{display:flex;justify-content:space-between;}
.adv_rc{width: 40%;}
.adv_cc{position:relative;z-index: 2;margin-top: 87px;height: 280px;}
.adv_ct{height: 280px;margin-top: 80px;}
.adv_number{position:absolute;bottom:11%;right:-11%;}
.adv_number p{display:flex;justify-content:flex-end;width:500px;color: rgb(7 104 209 / 0.05);font-size: 400px;}
.adv_ct>b{margin-bottom: 50px;font-size:26px;color:#333;display: flex;align-items: baseline;font-weight: normal;}
.adv_ct>b em{font-size: 18px;color: #d5d5d5;display: block;margin-left: 10px;text-transform: uppercase;}
.adv_ct>p{font-size:16px;line-height: 34px;color: #999999;}
.adv_rc ul{display:flex;margin-top:42px;flex-wrap:wrap;justify-content:space-between;}
.adv_rc ul li{display:flex;width:42%;align-items:center;}
.adv_rc li p{position:relative;overflow:hidden;margin-right:26px;width:80px;height:80px;border:1px solid #bfbfbf;border-radius:100%;transition:.5s;}
.adv_rc li p span{position:absolute;bottom:0;left:0;display:flex;width:100%;height:100%;color:#fff;font-size:40px;transition:.75s;align-items:center;justify-content:center;}
.adv_rc li p span+span{bottom:-100%;color:#0768d1;}
.adv_rc li.on p span+span{bottom:0;}
.adv_rc li.on p span:nth-child(1){bottom:-100%;}
.adv_rc li.on p{background:#fff;}
.adv_wz b{display:block;color:#fff;font-weight:400;font-size:24px;}
.adv_rc li.on b{font-weight:700;}
.adv_wz i{margin:13px 0 16px;width:40px;height:1px;background:#bfbfbf;}
.adv_wz em{color:rgba(255,255,255,.2);text-transform:uppercase;font-size:12px;}
.adv_rc ul li:nth-child(n+3){margin-top:35px;}
i.adv_yw{padding-top:32px;color:rgba(255,255,255,.1);text-align:right;text-transform:uppercase;letter-spacing:23px;font-size:16px;}
.adv_lc p:hover{border-bottom-right-radius:0;border-top-left-radius:0;}
.adv_tab{display: flex;align-items: center;justify-content: space-between;margin-left: 31%;height: 128px;}
.adv_l span{font-size:30px;margin-right: 24px;color:#0768d1;}
.adv_l p{font-size: 18px;color: #999;display: block;margin-top:10px;font-weight: lighter;}
.adv_b{font-size:30px;color:#0768d1;font-weight:bold;}
.adv_r{display: flex;z-index: 999;position: relative;}
.adv_r>div{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;background: #0768d1 url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240822/20240822142311_306939176.png)no-repeat center;border-radius: 100%;color: #fff;transition:0.4s;cursor:pointer;}
.adv_r>div.adv_lbtn{margin-right: 25px;}
.adv_r>.adv_rbtn1{transform: rotate(180deg);}
.adv_r>div:hover{background-color:#333;}

.adv_bc *{line-height: 100%;}
.adv_bc em,.adv_bc i{display: block;font-style: normal;}









/*关于我们*/
.about_bg{}
.about{display:flex;flex-direction:column;align-items:center;text-align:center;}
/*图片*/
.about_img{}
/*文字*/
.about_text{margin-top: 40px;}
.about_text t{font-size:28px;color:#0768d1;}
.about_text p{margin:20px 0;font-size: 16px;line-height:30px;color:#888;font-weight: lighter;}
.about_text a{display: block;width:180px;line-height: 50px;margin: 40px auto 0;background: #333;font-size: 18px;color:#fff;}
.about_text a:hover{background: #0768d1;}









/*新闻中心*/
.news_bg{background: #f5f5f5;}
.news{ position:relative;}
.news_center{display:flex;align-items:center;justify-content:space-between;}
.news_title{text-align: left;}
/*新闻列表*/
.newstab{height: 50px;margin: 0 auto;border-bottom: 1px #e5e5e5 solid;}
.newstab li{width: 120px;margin-right: 20px;float: left;}
.newstab li.tubg4{}
.newstab li a{position: relative;display: block;line-height: 50px;color:#333;font-size:18px;text-decoration: none;z-index: 2;text-align: center;}
.newstab li a:after{position:absolute; left:60px; bottom:-25px; display:block; content:''; width:14px; height:12px; border-radius:5px; z-index:-1;}
.newstab li a:hover:after,.tubg4 a:after{ width:100% !important; -webkit-transition:0.4s all ease-in-out; transition:0.4s all ease-in-out;background:url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240822/20240822170350_824226457.png) no-repeat;}
.news .tubg4 a{color:#0768d1;}
.news_main{height:641px; background: #fff;margin:0px 0 80px !important;}
.news_main .news_div_item{ position:relative; width:400px; float:left; margin-left:50px;}
.news_main .news_div_item_date{ position:absolute; font-family:"Biko-Bold"; color:#999; font-size:30px;font-weight: bold;}
.newslist .news_div_item_date{ top:330px; left:0px;}
.news_main .news_div_item_year{ position:absolute; top:30px; left:19px; font-size:18px;font-weight: bold;}
.news_main .news_div_item_month, .news_main .news_div_item_day{ float:left;}
.news_main .news_div_item_a{font-size:18px;color:#333;font-weight:bold;}
.news_main .news_div_item_body{ margin-top:10px; line-height:26px; color:#999;font-weight: lighter;}
.newslist{ height:378px; margin-top:50px; }
.newslist .news_div_item_content{ position:absolute; top:334px; left:90px; width:318px;}
.newslist .news_div_item_pic{ width:400px; height:300px; overflow:hidden;}
.newslist .news_div_item_pic img { width: 100%;}
.newslist2 .news_div_item{ margin-top:68px;border-top: 1px solid #ddd;padding-top: 30px;}
.newslist2 .news_div_item:nth-child(1),.newslist2 .news_div_item:nth-child(2),.newslist2 .news_div_item:nth-child(3){ display:none;}
.newslist2 .news_div_item_content{ width:323px; margin-left:93px;}








/*版权*/
.copyright{background:#222;}
.end{ line-height:100px;}
.end,.end a{ font-size:14px; color:rgb(255,255,255,0.3);}
.end a:hover{ color:#e5f8eb;} 
.links{padding-left:60px; font-size:14px; color:#fff; line-height:70px;  height:110px; background:#333;}
.links p.fl{font-size:16px;color:#fff;}

.crcon{ padding:100px 0 60px 0;}
.kslj,.crcode{display: flex;}
.kslj li,.crcode li{ display:inline-block; vertical-align:top; margin-right:80px;}
.kslj p{ font-size:18px; color:#fff; margin-bottom:25px;}
.kslj a{ display:block; font-size:15px; color:rgb(255,255,255,0.5); font-weight:lighter; line-height:34px;}
.kslj a:hover{ color:#e5f8eb;}
.kslj a i{ padding-left:15px;}
.crcode li{ text-align:center; font-size:15px; color:rgb(255,255,255,0.5);}
.crcode li img{ width:125px; height:125px; margin-bottom:15px; display:block;}
.crcode li{ margin-right:40px;}
.crconcat{ width:400px;}
.cr_tel{ font-size:16px; color:rgb(255,255,255,0.6); background:url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240822/20240822201603_1642035404.png) no-repeat right top;}
.cr_tel span{display:block; font-size:30px; color:#fff; padding:10px 0 20px 0;font-weight: bold;}
.cr_addr{ padding-top:10px; border-top:1px solid rgb(255,255,255,0.5);}
.cr_addr p{ font-size:15px; color:rgb(255,255,255,0.5); line-height:30px; padding-left:25px;}
.cr_addr p:nth-child(1){ background:url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240822/20240822201603_2081614975.png) no-repeat left center;}
.cr_addr p:nth-child(2){ background:url(https://memberpic.114my.com.cn/dgjfzl/uploadfile/image/20240822/20240822201603_1970589973.png) no-repeat left center;}
.linkTagcs li{margin-top: 10px !important;}
.linkTagcs li a{font-size:15px;color:rgb(255 255 255 / 0.75) !important;font-weight:lighter;}
.linkTagcs li a+a{}
.copyright_bg{width:100%; height:108px; line-height:108px; font-size:14px; color:#484848; font-weight:lighter;}
.copyright_bg a,.copyright_bg{color:rgb(255,255,255,0.5); font-size:14px;}
.copyright_bg a:hover{color:#fff; font-size:14px;}







/* 浮动*/
.y-kefu-box { position: fixed; right: 0; top: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/dgjfzl/uploadfile/image/20240823/20240823111707_25715920.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: #0768d1;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: #0768d1; border-color:#0768d1; 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: #0768d1; border-color: #0768d1;}
.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; }
.kf-mailbox>i{background-position: -5px -80px !important;}
.kf-mailbox:hover>i{background-position: -30px -80px !important;}

.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;} 
.kf-mobilephone>i{background-position: -5px -180px !important;;}
.kf-mobilephone:hover>i{background-position: -30px -180px !important;}

/*咨询热线*/
.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: #0768d1;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:#9;b9b9b text-align: left; bottom: 0;width: 250px;text-align: left;}
.y-kefu-box01 .y-email-infos p { color: #0768d1;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; }