/*标签样式初始化*/
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-color: #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:#d20900;text-decoration: none; border-bottom-style:}

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

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

em,i {font-style: normal;}


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


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

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


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




html{font-size: 15px;}




/*标题*/
.title{display: flex;align-items: center;padding:70px 0 35px 0;}
.title b{display: block;padding-left: 40px;border-left: 3px #d20900 solid;font-size:40px;color:#333;}
.title t{color:#d20900;}
.title p{padding-left: 20px;font-size:22px;color:#666;line-height: 30px;}







/*最上*/
.top_bg{height:44px;line-height:44px;background:#d20900;border-bottom: 1px #ea190f solid;}
.top{ display:flex;justify-content:space-between;}
.top_left{}
.top_left,.top_left a{display:flex;font-size:15px;color:#ff8984;}
.top_right{display: flex;align-items: center;}
.top_right b{font-size: 26px;color: #fff;}
.top_right a{display:block;padding: 0 20px;font-size:16px;color:#fff;}
.top_right p{margin-right: 10px;font-size:15px;color:#fff;font-weight: bold;}



/*抬头*/
.head_bg{height:130px;background: #d20900;}
.head{display: flex;justify-content: space-between;padding-right: 3.12vw;}
.head_logo{display: flex;align-items: center;padding-right: 1.5vw;border-right: 1px #ef2118 solid;}
.head_logo a{display: flex;align-items: center;height: 130px;padding: 0 1.5vw 0 3.12vw;background: #fff;border-right: 1px #ef2118 solid;}
.head_logo img{height: 3.64vw;}
.head_logo li{margin-left: 1.5vw;}
.head_logo b{font-size: 1.45vw;color:#fff;}
.head_logo p{margin-top: 3px;font-size: 0.9vw;color:#ffa5a0;}
.nian { text-align: center;    font-weight: bold;    color: #fff !important;}
/*栏目*/
.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:130px;font-style:normal;font-size:16px;color:#ffbab8;font-weight: bold;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#fff;}
.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: #fff;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #d20900 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:130px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #d20900;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: #d20900;}
.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;}
}






/*搜索*/
.top_search{display: flex;align-items: center;z-index: 1000;height: 130px;cursor: pointer;}
.top_search p{display: flex;align-items: center;justify-content: center;width:50px;height:50px;background: #eee;border-radius: 100%;}
.search_bg{height: 100px;overflow: hidden;border-bottom: 1px #eee solid;}
.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{width: 100%;height: 100px;padding: 0 30px;background:#fff;position: absolute;top:174px;left: 0;z-index: 22;box-shadow: 0 0 30px rgba(0,0,0,.08);transition: all 0.3s;transform: scale(0);}
.top_search:hover .search{transform: scale(1);}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:18px;color: #333;display: inline-block;}
.search_l a{font-size:0.75vw;color: #666;}
.search_l a:hover{color:#d20900;}
.search-bg #infoname{width:300px;background:#eee;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;}
.search-i input{outline:none;}






/*幻灯片*/
.banner{width:100%;overflow:hidden;position:relative;z-index:999;background: #000;}
.banner-box{ min-width:1400px; height:815px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:815px; 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:330px; 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(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142106_1062694946.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: #d20900;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:500px;}
.banner-nbox .bd li{height:500px;}
.banner-nbox .banner-btn{top: 160px;height: 250px;}







/*产品中心*/
/*产品分类*/
.product_sort{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 20px;box-shadow:0 0 30px rgba(0,0,0,.08);}
.product_sort_one{}
.product_sort_one ul{display:flex;}
.product_sort_one li{}
.product_sort_one li+li{margin-left:25px;}
.product_sort_one li a{display: block;line-height: 80px;font-size: 16px;color: #333;}
.product_sort_one li:hover a{color:#d20900;}
.product_sort_two a{display:block;font-size:20px;line-height: 80px;color:#d20900;font-weight:bold;}
.product_sort_two a:hover{color:#333;}
/*产品图片*/
.product_img{margin-top: 40px;}
.product_img *{display:block;}
.product_img ul{display: flex;justify-content: space-between;}
.product_img ul+ul{margin-top:20px;}
.product_img li{box-shadow: 0 0 30px rgba(0,0,0,.08);}
.product_img li+li{}
.product_img li br{display:none;}
.product_img li>a{overflow: hidden;}
.product_img li>a img{transition: 0.3s;}
.product_img li:hover>a img{transform: scale(1.2);}
.product_img span{border-top: 1px #eee solid;line-height: 50px;}
.product_img span a{font-size:16px;color:#333;text-align: center;}
.product_img li:hover span a{color:#d20900;}






/*设备特点*/
.trait_bg{height:800px;background: url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230513/20230513091358_1624926074.jpg)no-repeat center bottom;}
.trait{display: flex;justify-content: space-between;}
/*图片*/
.trait_img{margin-top:80px;}
.trait_img img{width:620px;}
/*文字*/
.trait_text{display:flex;flex-wrap: wrap;width: 725px;height: 440px;margin-top:60px;}
.trait_text li{display: flex;justify-content: center;flex-direction: column;width:350px;height:200px;padding: 0 30px; background:#fff;box-shadow:0 0 30px rgba(0,0,0,.08);cursor: pointer;}
.trait_text li+li{margin-left:20px;}
.trait_text li:nth-child(3){margin-left: 0px;}
.trait_text dt{display: flex;align-items: center;margin-bottom: 10px;}
.trait_text i{display:block;width:30px;height:30px;flex-shrink:0;margin-right: 15px;background: url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230513/20230513100058_760143889.png)no-repeat;transition: 0.3s;}
.trait_text li:nth-child(2) i{background-position-x:-30px;}
.trait_text li:nth-child(3) i{background-position-x:-60px;}
.trait_text li:nth-child(4) i{background-position-x:-90px;}
.trait_text li:hover i{background-position-y:bottom;}
.trait_text b{display:block;font-size:22px;color:#333;}
.trait_text p{font-size:15px;line-height:30px;color:#888;font-weight:lighter;}








/*视频中心*/
.videos ul{display: flex;}
.videos ul+ul{margin-top:5px;}
.videos ul *{display:block;}
.videos li{position: relative;}
.videos li+li{margin-left: 5px;}
.videos li img{}
.videos p{width:100%;height:100%;position:absolute;top:0%;left:0%;z-index:2;background:rgb(0 0 0 / 0.8);transition:0.3s;transform:scale(0);}
.videos li:hover p{transform:scale(1);}
.videos p a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;color:#fff;}







/*六大优势*/
.adva_bg{padding-bottom: 80px;background:#fff5f5;}
.adva{display: flex;flex-wrap: wrap;}
.adva li{width:33.3%;background:#fff;padding:2vw;}
.adva li+li{border-left:1px #eee solid;}
.adva li:nth-child(n+4):nth-child(-n+6){border-top:1px #eee solid;}
.adva li:nth-child(4){border:none;}
.adva i{display: block;margin-bottom: 1vw;overflow: hidden;}
.adva i img{width:100%;transition: 0.3s;}
.adva li:hover i img{transform: scale(1.2);}
.adva em{display: flex;align-items: center;justify-content: center;width:55px;height:40px;margin-right: 20px;background:#d20900;border-radius:0 50px 50px 0;font-size: 26px;color: #fff;}
.adva b{font-size: 22px;color: #333;}
.adva span{padding-left:10px;font-size:16px;color:#666;}
.adva dt{display: flex;align-items: center;margin-bottom: 5px;}
.adva p{font-size:15px;line-height:28px;color:#888;font-weight:lighter;}







/*荣誉资质*/
.honor{display:flex;flex-direction:row-reverse;}
/*左边*/
.honor_fl{position:absolute;left:0;top:0;}
.honor_fl img{height:450px;}
/*右边*/
.honor_fr{ width:1293px;height:445px;margin-top:5px;padding: 40px 40px 40px 100px;box-shadow:0 0 30px rgba(0,0,0,.08);}
.honor_fr ul{display:block;}
.honor_fr li{width:273px;margin-right:20px;position: relative;border: 1px #eee solid;}
.honor_fr li>a img{width: 100%;}
.honor_fr li p a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;top:0;background:rgb(0 0 0 / 0.7);font-size:16px;color:#fff;transition:0.3s;transform: scale(0);}
.honor_fr li:hover p a{transform: scale(1);}







/*关于天进*/
.about_bg{height:840px;padding-top: 80px; background: url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142159_1708618736.jpg)no-repeat center;}
.about{display: flex;justify-content: space-between;}
/*左边*/
.about_title{padding-top: 20px;text-align: left;}
.about_fl{width:850px;}
.about_video{width:100%;height:560px;background: url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142159_1936230424.jpg)no-repeat center;position: relative;}
.about_button{width:75px;height:75px;background: #d20900 url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142159_490184736.png)no-repeat center;border-radius: 100%;position: absolute;left: calc(50% - 37.5px);top: calc(50% - 37.5px);cursor:pointer;box-shadow: 0 0 0 0 rgba(210, 9, 0);animation: ripple 3s infinite;}
.about_button:before,.about_button:after{content: "";display: block;width:75px;height:75px;box-shadow: 0 0 0 0 rgba(210, 9, 0);animation: ripple 3s infinite;position:absolute;right: 0;bottom: 0;border-radius: 100%;}
.about_button:before{-webkit-animation-delay:.9s;animation-delay:0.9s;}
.about_button:after{-webkit-animation-delay:.6s;animation-delay:0.6s;}
.about_video_page{width: 100%;height: 100%;background: rgb(0 0 0/0.8);position: fixed;top: -200%;left: 0;z-index: 9;transition: 0.3s;}
.about_video_page.cur{top:0;}
.about_iframe{position: absolute;left: calc(50% - 350px);top: calc(50% - 200px);}
.about_video_closure{width: 60px;height: 60px;line-height: 60px;background: #d20900;border-radius: 100%;font-size: 20px;color: #fff;font-weight: 100;text-align: center;position: absolute;left: calc(50% - -262px);top: calc(50% - 232px);cursor: pointer;}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(237, 107, 27, .0);

                box-shadow: 0 0 0 50px 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);
    }
}
/*右边*/
.about_fr{display: flex;flex-direction: column;justify-content: center;width:550px;height:668px;padding:0 55px;background: #fff;box-shadow: 0px 0px 11.04px 0.96px rgba(51, 51, 51, 0.15);}
.about_fr_top *{display: block;}
.about_fr_top b{font-size: 34px;line-height: 46px;color:#333;}
.about_fr_top li{display: flex;justify-content: space-around;margin-top: 36px;}
.about_fr_top a{display: flex;align-items: center;justify-content: center;width:265px;height:60px;background: #f5f5f5;font-size: 20px;color: #333;}
.about_fr_top a:first-child{width: 160px;}
.about_fr_top a img{height: 30px;filter: grayscale(0%) brightness(0%);}
.about_fr_top t{font-size: 20px;color:#333}
.about_fr_top t:before{content: "";display: block;width:80px;height:2px;background: #e5e5e5;margin:55px 0 50px 0;}
.about_fr_top p{margin:10px 0 0px 0;padding-bottom: 17px;border-bottom:1px #eee solid; font-size: 16px;line-height: 32px;color:#666;}
.about_fr_bottom{display: flex;justify-content: space-between;margin-top: 25px;}
.about_fr_bottom li{width: 33%;text-align: center;}
.about_fr_bottom li+li{border-left: 1px dashed #e5e5e5;}
.about_fr_bottom t{font-size:45px;color:#d20900;font-weight: bold;}
.about_fr_bottom P{margin-top:6px;font-size: 16px;color:#333;}









/*新闻中心*/
.news_tt{height: 96px;}
.news_tt a{ background:#fff;display:block; float:left; text-decoration:none; width:317px; font-size:16px;padding:18px 30px;  -webkit-transition: all 0.3s linear;  transition: all 0.3s linear; margin-bottom:30px; height:96px;}
.news_tt a+a{ margin-left:16px;}
.news_tt a{text-decoration:none; width:405px; font-weight:bold; background:#f8f8f8 url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142309_645617804.png) no-repeat 438px 40px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.news_tt a.on{ width:558px;background:#d20900 url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142310_560686930.png) no-repeat 490px 40px;}
.news_tt a.on .news_dt_ren{ color:#fff;}
.news_tt a.on .news_dt_rm{-webkit-transition: all 0.3s linear;transition: all 0.3s linear; color:#fff; font-weight:bold;}
.news_dt_rm{overflow:hidden;font-weight:normal;  color:#222; line-height:35px; font-size:24px; padding-left:10px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.news_dt_ren{font-family:Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; color:#888; line-height:26px; font-weight:normal; padding-left:10px;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}

.news_b{height:570px !important;margin-top:40px;}
.news_box .news_div_item{width:500px;height:110px; float:left;position: relative;box-sizing: border-box;background:#f5f5f5;margin-left:30px; margin-bottom:16px;}
.news_box .news_div_item:nth-child(1){margin-left:0; }
.news_box .news_div_item:nth-child(-n+2){width:420px;height: 488px; padding:24px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:370px;height:274px;border: 1px solid #eee;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:24px;width:372px;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:348px;width:390px;font-size:12px;color: #999;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content:after{content:'Read more  →';font-size:12px;color:#222;  line-height:40px;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:310px;width:360px;}
a.news_div_item_a{font-size:18px !important;color:#333;line-height:40px;}
.news_div_item_body{font-size:14px;color:#999;line-height:26px; overflow : hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_body{  -webkit-line-clamp: 2; margin-top:24px; }
.news_div_item_pic,.news_box .news_div_item:nth-child(n+3) .news_div_item_date{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{padding: 15px 34px;}
.news_box .news_div_item:nth-child(n+3) a.news_div_item_a{line-height:30px;}
.news_box .news_div_item:nth-child(n+3):after{content:""; display:block; width:0; height:6px; background:#d20900; margin-bottom:-6px; transition:0.3s all ease-in-out;}
.news_box .news_div_item:nth-child(n+3):hover::after{width:100%;}






/*版权*/
.craddr{display: flex;justify-content: space-between;align-items: center;height:130px; padding: 0 80px;background:#d20900;}
.craddr li{ float:left;font-size:16px; color:#fff; line-height:30px; padding-left:70px;}
.craddr li:nth-child(1){ background:url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142412_1169521375.png) no-repeat left center;} 
.craddr li:nth-child(2){ background:url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142412_1169521375.png) no-repeat left center;} 
.craddr li:nth-child(3){ background:url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142412_2020566174.png) no-repeat left center;margin-right: 0;} 
.craddr li span{font-size:22px;}
.craddr li:last-child span{font-size:18px;}
.copyright{ background:#222;}
.links{ font-size:16px; color:#fff; line-height:110px; border-bottom:1px solid #2f2f2f;}
.links p.fl{ padding-left:38px; font-weight:normal; background:url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142412_2033812095.png) no-repeat left center;}
.links p.fl span{ vertical-align: bottom; font-size:18px; padding:0 15px 0 5px;font-weight: bold;}
.end,.end a{font-size:15px; color:rgb(255,255,255,0.4); line-height:99px;font-weight: lighter;}
.end a:hover{ color:#fff;}

.crcon{ padding:50px 0 90px 0; border-bottom:1px solid #2f2f2f;}
.kslj li{ float:left; margin-right:120px;}
.kslj li:last-child{margin-right: 0px;}
.kslj li p{ font-size:20px; color:#ffffff; margin-bottom:20px; padding-left:35px; background:url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142542_2096016017.png) no-repeat left center;}
.kslj li a{ display:block; font-size:14px;color:rgb(255,255,255,0.4);font-weight:lighter; line-height:34px; margin-left:20px;}
.kslj li a:hover{ color:#fff;}
.kslj li a i{ padding-right:10px;}
.crcodecon li img{ border:10px solid #fff; border-radius:5px; width:163px; height:auto;}
.crcodecon { margin-right:17px;}
.crcodecon li{ width:173px !important; position:relative;}
.crcodecon li:after{ content:''; display:block; position:absolute; width:10px; height:19px; right:0; top:15px; background:url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142542_1386433684.png) no-repeat left center;}
.crcodecon li:nth-child(2):after{ top:15px;}
.crcodecon li:nth-child(3):after{ top:72px;}
.crcodecon li:nth-child(4):after{ top:130px;}
.crcodetab p{ cursor:pointer; font-size:16px; font-weight:lighter; color:#fff; width:200px; height:45px; line-height:45px; border-radius:25px;background:#4e4e4e; position:relative;}
.crcodetab p+p{ margin-top:14px;}
.crcodetab p.on{background:#fff; color:#222;}
.crcodetab p span{ padding-left:12px; margin-left:50px;}
.crcodetab p:after{ content:''; display:block; position:absolute; width:20px; height:20px; background:url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142543_985508423.png) no-repeat center; top:12px; left:19px;}
.crcodetab p.on:after{ background:url(https://memberpic.114my.com.cn/076985354678/uploadfile/image/20230515/20230515142543_336038910.png) no-repeat center;}





/* 浮动*/
.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/076985354678/uploadfile/image/20230513/20230513134421_2088022909.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: #d20900; 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: #d20900; border-color: #d20900; 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: #d20900; border-color: #d20900;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }

.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 

/*咨询热线*/
.y-kefu-box01 .mobile-infos{width: 260px;text-align: left;top: 0;}
.y-kefu-box01 .mobile-infos>div{padding: 20px 0 20px 45px;position: relative;}
.y-kefu-box01 .mobile-infos>div i{width: 15px;height: 15px;background-position: -52px -32px;position: absolute;top: 22px;left: 20px;z-index: 2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom: solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#333;}
.y-kefu-box01 .mobile-infos p{color: #d20900;font-size: 18px;}
y-kefu-box .right{width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2{width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1{left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2{border-left: 6px white solid;}


/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #d20900; 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; }