/*标签样式初始化*/
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 {font-size: 14px;color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a {color: #666; text-decoration: none;}
a:hover { color:#2270e9;text-decoration: none; border-bottom-style:}

.page{ margin:0 auto;width: 1400px; }
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94.6%;}

.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;}





/*标题*/
.title{padding:70px 0 35px 0;text-align: center;}
.title b{font-size: 40px;color:#333;}
.title t{color:#2270e9;}
.title p{margin-top: 5px;font-size:18px;color:#999;}





/*抬头*/
.head_bg{height:120px;}
.logo{display: flex;align-items: center;height: 120px;}
.men{padding-top:22px;}
.men b{font-size:32px;color:#333;}
.men p{font-size: 18px;color:#999;}



/*栏目*/
.nav{margin-right: 3vw;}
.NavCeshi li{float:left;padding: 0 1.2vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:120px;font-style:normal;font-size:16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#2270e9;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #2270e9;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #2270e9 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #2270e9;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 15px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #2270e9;}
.nav2 table{width: 100%;}



/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){

}
@media (max-width: 1780px) and (min-width: 1681px){

}
@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi li i{font-size: 15px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li i{font-size: 14px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
.NavCeshi li i{font-size: 14px;}
}




/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:725px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:725px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;    height: 80%;    position: relative;    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:250px; left: 0; margin-left: 0; height:420px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(../uploadfile/image/20220424/20220424090041_572648605.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #2270e9;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/*内页*/
.banner-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}




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







/*服务中心*/
.prod{height:935px;}
.program_a ul{display: flex;justify-content: center;width: 100%;}
.program_a li{}
.program_a a{display: block;float: left;width:340px;height:70px;background: #f5f5f5;text-align: center;font-size: 18px;line-height: 70px;}
.program_a li dl{display:none;}
.program_a li.on a{background: #2270e9;color:#fff;}
.program_a li+li a{border-left:1px #e5e5e5 solid;}
.program_d dl{height:625px !important;}
.program_l{width: 49%;overflow: hidden;height:625px;position: relative;}
.program_l p{position: absolute;top: 40%;left: 0px;right: 0px;bottom: 0px;margin: 0 auto;width: 120px;text-align: center;height:120px;background: #059bfa;border-radius: 50%;line-height: 120px;color: #fff;font-size:16px;z-index:2;}

.prod_d .progdwz2021 li{float: left;width: 23.5%;position: relative;text-align: center;}
.prod_d .progdwz2021 li+li{margin-left: 2%;}
.prod_d .progdwz2021 ul+ul li{margin-top: 2%;}
.prod_d .progdwz2021 li>a{display: block;overflow: hidden;border: 1px #eee solid;}
.prod_d .progdwz2021 li img{display: block;width: 100%;height: 248px;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.prod_d .progdwz2021 li br{display: none;}
.prod_d .progdwz2021 li span{display: block;width: 100%;height: 55px;line-height:55px;background: #f5f5f5;position: relative;z-index: 2;}
.prod_d li:hover span{background: #2270e9;}
.prod_d .progdwz2021 li span a{font-size:16px;}
.prod_d li:hover span a{color:#fff;}
.prod_d .progdwz2021 li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}







/* 五大产品特性*/
.trait{width: 100%; padding:0px 0 77px 0; position:relative;}
.trait:after{ content:''; display:block; position:absolute; width:100%; left:0; bottom:0; height:345px; background:url(../uploadfile/image/20220422/20220422102122_46562349.jpg)no-repeat center; z-index:-1;}
.tra_c{ width:490px; line-height:53px; border-radius:20px; background:#2270e9; font-size:20px; color:#fff; text-align:center; margin:35px 0 0 405px;}
.tracen{ width:1700px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); padding:55px;}
.tracen ul{display: flex;width:1290px;}
.tracon ul li{display:inline-block; vertical-align:top;width:250px;height:308px; transition:all .3s ease; background:#f9f9f9; text-align:center;  padding:0 20px; font-size:15px; color:#666; line-height:30px;cursor: pointer;}
.tracon ul li+li{ margin-left:25px;}
.tracon ul li:nth-child(2) .traicon{ background-position:-60px 0;}
.tracon ul li:nth-child(3) .traicon{ background-position:-120px 0;}
.tracon ul li:nth-child(4) .traicon{ background-position:-180px 0;}
.tracon ul li:nth-child(5) .traicon{ background-position:-240px 0;}
.tracon ul li:nth-child(6) .traicon{ background-position:-300px 0;}
.traicon{ display:inline-block; width:60px; height:60px; margin:50px 0 20px 0; background:url(../uploadfile/image/20220424/20220424141000_8679809.png) no-repeat left top; transition:all .3s ease;}
.tracen span{ display:block; font-size:24px; color:#333; margin-bottom:15px; transition:all .3s ease;}
.tracon ul li:hover{ color:#999999;     box-shadow: 0 0 15px #bbb;}
.tracon ul li:hover span{ color:#2270e9;}
.tracon ul li:hover .traicon{background-position-y:-60px;}







/*应用案例*/
.case_bg{background:url(../uploadfile/image/20220424/20220424090324_1547384703.jpg) no-repeat center top;height: 873px;}
.case_list{width: 470px;}
.case_list li{display: flex;align-items: center;justify-content: center;width: 230px;height: 185px;background: #fff;margin-bottom: 10px;float: left;text-align: center;cursor: pointer;transition: 0.3s ease all;box-shadow: 0px 0px 10px rgba(144, 144, 144, 0.2);}
.case_list li:nth-child(2n){margin-left: 10px;}
.case_list li a{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.case_list li i{display: flex;justify-content: center;align-items: center;width: 62px;height: 62px;transition: 0.3s ease all;background: #2270e9;border-radius: 100%;}
.case_list li.on{background: #2270e9;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.case_list li.on i{background:#fff;}
.case_list li i:after{content: "";display: block;width:30px;height:30px;background: url(../uploadfile/image/20220424/20220424092536_1399008330.png)no-repeat;transition:all 0.3s;}
.case_list li:nth-child(2) i:after{background-position:-30px 0;}
.case_list li:nth-child(3) i:after{background-position:-60px 0;}
.case_list li:nth-child(4) i:after{background-position:-90px 0;}
.case_list li:nth-child(5) i:after{background-position:-120px 0;}
.case_list li:nth-child(6) i:after{background-position:-150px 0;}
.case_list li.on:nth-child(1) i:after{background-position:0px -30px;}
.case_list li.on:nth-child(2) i:after{background-position:-30px -30px;}
.case_list li.on:nth-child(3) i:after{background-position:-60px -30px;}
.case_list li.on:nth-child(4) i:after{background-position:-90px -30px;}
.case_list li.on:nth-child(5) i:after{background-position:-120px -30px;}
.case_list li.on:nth-child(6) i:after{background-position:-150px -30px;}

.case_list li p{font-size:18px;font-weight: 500;color: #484848;line-height: 40px;transition: 0.3s ease all;margin-top: 8px;}
.case_list li d{font-size: 12px;color: #aaaaaa;transition: 0.3s ease all;}
#case_box{width:920px;}
.case_box{position: relative;height: 575px;}
.case .tempWrap{float: right;}

.case_list li.on p{color:#fff;}
.case_list li.on d{color: #fff;}







/*为什么选择杰光电器*/
.sup_con{height: 520px;box-shadow: 0 0 30px rgba(0,0,0,0.09);overflow: hidden;}
.sup_bl{display: flex;transition: all .5s;margin-top: 10px;} 
.sup_item{display: flex !important;flex-shrink: 0;width: 100%;} 
.sup_lc,.sup_rc{width: 50%;position: relative;} 
.sup_rc{background:#fff;} 
.sup_ri{padding:60px;} 
.sup_rc b{font-size: 28px;color: #208cf0;} 
.sup_rc p{font-size: 2.08vw;color: #333;} 
.sup_line{width: 100%;height: 1px;background: #e9eaea;margin:40px 0;}
.sup_info {margin-top: 40px;height:196px;}
.sup_info p{font-size: 16px;line-height:28px;color: #787878;padding-left: 30px;background:url(../uploadfile/image/20220422/20220422145344_1061546142.png)no-repeat left 6px;background-size: 18px;} 
.sup_info p:last-child:before{top: 30px;} 
.sup_info p:last-child{margin-top: 28px;}
.sr_tit{position: relative;background: #f5f5f5;padding-left: 65px;height:68px;box-shadow: 0 8px 12px rgb(0 0 0 / 0.15);position:relative;}
.sr_tit:before{content:'';width:102px;height:1px;background:#2270e9;position:absolute;top:50%;left:-122px;}
.sr_tit>p{font-family:arial;color: #2270e9;font-size: 28px;font-weight: bold;line-height: 68px;position: absolute;top: 0;left:20px;}
.sr_tit>div{font-size: 24px;font-weight: bold;color: #2270e9;line-height: 68px;}
.btn_tel{margin-top:50px;}

.btn_tel a{background:#2270e9;width:156px;height:46px;display: block;line-height:46px;color:#fff;font-size:16px;text-align: center;}
.btn_tel a:hover{background:#333;}
.sup_tel i,.sup_tel em{display:inline-block;line-height:46px;}
.sup_tel em{font-size:36px;font-family:num;color: #333;font-weight: bold;}

.sup_tab{margin-top:50px;display: flex;align-items: center;justify-content: space-between;}
.st_li{width:25%;height:126px;display:flex;align-items:center;justify-content:center;background:url(../uploadfile/image/20220422/20220422143253_2045027420.jpg) no-repeat left center;transition:all 0.5s;cursor: pointer;}
.st_li+.st_li{border-left:1px solid #fff;}
.st_li.on{background:#2270e9;}
.st_li:nth-child(2){background-position:25% center;}
.st_li:nth-child(3){background-position:50% center;}
.st_li:nth-child(4){background-position:75% center;}
.st_li b{width:74px;height:74px;border-radius:100%;border:1px solid #fff;display:flex;align-items:center;justify-content:center;}
.st_li.on b{border-width:2px;}
.st_li b i{display: flex;align-items: center;justify-content: center;width:60px;height:60px;border-radius:100%;background:#fff;text-align: center;line-height:64px;font-size:30px;color:#2270e9;}
.st_li b i:after{content:"";display: block;width:30px;height:30px;background: url(../uploadfile/image/20220422/20220422144033_462810275.png)no-repeat;}
.sup_tab .st_li:nth-child(2) b i:after{background-position: -30px 0;}
.sup_tab .st_li:nth-child(3) b i:after{background-position: -60px 0;}
.sup_tab .st_li:nth-child(4) b i:after{background-position: -90px 0;}
.st_li p{font-size:22px;color:#fff;margin-left:15px;}
.dfs{display: flex;align-items: center;justify-content: space-between;width: 100%;}









/*公司简介*/
.com_bc{padding:100px 0 0;background:#f5f5f5;}
.com_c{display: flex;justify-content: space-between;align-items: center;}
.com_lc{width: 51%;}
a.com_btn {color: #fff;}
.com_tit p{font-family: "Roboto";font-size:16px;color: #bbb;}
.com_tit div{font-size: 18px;color: #333;display: flex;align-items: center;}
.com_tit div b{font-size: 30px;color: #333;}
.com_tit div span{font-size: 24px;color:#2270e9;}
.com_info{font-size: 16px;color: #666;line-height: 30px;padding:45px 0;}
.com_btn{width: 170px;height:50px;color: #fff;font-size: 18px !important;text-align: center;line-height:50px;background: #2270e9;display: block;}
.com_rc p{position: relative;}
.com_rc p img{position: relative;z-index: 2;}
.com_rc p:after{position: absolute;content: "";width: 100%;height: 100%;background: #2270e9;top: -20px;left: -20px;}
@media screen and (max-width: 1250px){
	.com_info{padding:32px 0;}
}
.cf_c {margin: 40px auto 0;}
.cf_img .new_web_div2021 li{width:calc((100% - 60px) / 4);margin-right:20px;}
.cf_img .new_web_div2021 li p{text-align:center;font-size:16px;color:#666;margin-top:10px;}
.cf_img .new_web_div2021 li>a{width:100%;height:100%;display:block;overflow: hidden;}
.cf_img .new_web_div2021 li>a img{width:100%;height:100%;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.cf_img .new_web_div2021 li:hover>a img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.cf_img .new_web_div2021 li:hover p a{color:#065cd3;}
.cf_img p a{font-size:16px;}






/*新闻中心*/
.news{padding: 0px 0 80px 0; overflow:hidden;}
.newstitl{text-align: center;font-size: 18px;color: #aaaaaa;font-weight: lighter;}
.newstitl b{display: block;font-size: 36px;color: #222222;margin-bottom: 10px;}
.newstitl b i{color: #2270e9;}
.newstab{text-align: center;margin:0 0 40px 0;}
.newstab a{ display: inline-block;width:180px; border: #eee 1px solid; line-height: 50px;background: #fff;font-size: 16px;color:#333;transition: all .3s ease;}
.newstab a+a{margin-left: 10px;}
.newstab a.on{background: #2270e9;color: #f5f5f5;}
.newsleft{width: 508px;height: 490px;box-sizing: border-box;background: #f5f5f5;padding: 40px;}
.newsright{width: 862px;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: 100%;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:#2270e9;}
.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: #2270e9; 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: #222222;font-weight: lighter; white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.news .news_div_item_body{font-size: 14px;color: #aaaaaa;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; box-sizing: border-box;width: 430px;height: 162px;padding: 40px 0 0 120px; border: 1px solid #f5f5f5;}
.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: #555555;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;}







/*联系*/
.ft-top{height:219px; background:#F2F2F2;}
.ft-top .top{padding-top:52px;box-sizing: content-box;}
.ft-top .top .top-left{float:left;width:1050px;}
.ft-top .top .top-left h4{height:38px; margin-bottom: 32px;}
.ft-top .top .top-left h4 span{display: block; float:left;height:38px; line-height: 38px;font-size: 24px; color:#333333; font-weight: bold;}
.ft-top .top .top-left h4 em{display: block;float:left; height:38px; line-height: 46px;font-size: 16px; color:rgba(51,51,51,0.5);font-weight: normal; margin-left: 7px;}
.ft-top .top .top-left ul{display: flex;justify-content: space-between;}
.ft-top .top .top-left ul li i{display: block; height:49px;line-height: 0; overflow: hidden;float:left; margin-right: 8px;}
.ft-top .top .top-left ul li i img{width:100%;}
.ft-top .top .top-left ul li h5{float:left;}
.ft-top .top .top-left ul li h5 span{display: block; height:25px; line-height: 25px;font-size: 15px; color:#999999; font-weight: normal;}
.ft-top .top .top-left ul li h5 p{ line-height: 27px;font-size: 22px; color:#333333; font-weight: normal;font-family: "Myriad Pro";}
.ft-top .top .top-left ul li:nth-child(3) p{font-size: 16px;}
.ft-top .top .top-rig{width:247px;float:right;}
.ft-top .top .top-rig i{display: block; width:117px; height:117px; float:left; background:url(../uploadfile/image/20220424/20220424092652_1230619696.png) no-repeat center;padding-top:33px; box-sizing: border-box; text-align: center; line-height: 27px;font-size: 18px; color:#333333;}
.ft-top .top .top-rig span{display: block; width:117px; line-height: 0; overflow: hidden; float:right;}
.ft-top .top .top-rig span img{width:100%;}





/*有情链接*/
#link_box{width:100%;margin:0 auto;overflow:hidden;height:80px; background:#2270e9;}
#link{width:1400px;margin:0 auto;overflow:hidden;}
#link_bt{width:150px;float:left;font-size:18px;font-weight:400;line-height:80px; color:#fff;}
#link_bt span{padding-left:5px;font-size:18px;color:rgba(235,235,235,0.5);font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;font-weight: 200;}
#link_bg{width:1250px;line-height:80px;float:left;overflow:hidden;font-size:15px;font-weight:100;}
#link_bg a{font-size:14px;}
.linkTagcs li a{font-size:15px !important;}





/*版权*/
.foot{height:440px;background:url(../uploadfile/image/20220422/20220422162947_2063929536.jpg) no-repeat center;}
.foot .ft-nav{height:345px;border-bottom:1px solid rgba(255,255,255,0.1);}
.foot .ft-nav ul li{float:left; width:20%; height:344px; padding-top:57px; box-sizing: border-box;border-right:1px solid rgba(255,255,255,0.1);padding-left:59px;}
.foot .ft-nav ul li h4{height:40px; line-height: 40px; margin-bottom: 24px;}
.foot .ft-nav ul li h4 a{font-size: 20px; color:#ffffff; font-weight: normal;}
.foot .ft-nav ul li p a{display: block; height:35px;line-height: 35px;font-size: 15px; color:#999;}
.foot .ft-nav ul li p a:hover{color:#fff;}
.foot .ft-nav ul li:first-child{padding-left:0;}
.foot .ft-nav ul li:last-child{border-right:0;}
.copy_bg{background: #282828;height:auto; border-top:1px #333 solid;}
.footer li d{font-weight:bold;font-size:22px;color:#fff;float: right;}
.copy{line-height:95px; font-size: 14px;color: #999;}
.copy a{font-size: 14px; color: #999;}
.copy 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(../uploadfile/image/20220422/20220422134417_1397870259.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: #2270e9; 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: #2270e9; border-color: #2270e9; 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: #2270e9; border-color: #2270e9;}
.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: 215px; 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: #999; }
.y-kefu-box01 .mobile-infos p { color: #2270e9; font-size: 18px; }
.right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: -254px;
}
.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 { height: 186px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { height: 186px; }
.y-kefu-box01 .y-ewm-box img { margin: 25px auto 13px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width:160px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img2 { width: 150px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img3 { width: 150px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img4 { width: 150px; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }

.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color: #999; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #2270e9; 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: #2270e9;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }