/*标签样式初始化*/
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:#da271d;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{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#da271d;}
.title p{font-size: 18px;color:#999;line-height: 30px;}







/*抬头*/
.top_bg{display: flex;justify-content: space-between;align-content:center;width: 100%;position: absolute;top: 0;z-index: 99;border-bottom: 1px rgb(255 255 255 / 0.2) solid;}
.ny_top_bg{background: linear-gradient(-180deg,rgb(0 0 0 / 0.3) 25%,hsl(0 0% 0% / 0) 100%);border-bottom: 1px rgb(255 255 255/0.8) solid;}
.top{display: flex;align-items: center;justify-content: space-between;height: 100px;}
.logo a{display: flex;align-items: center;flex-direction: column;padding-right: 2vw;}
.logo p{margin-top: 2px;font-size: 1.08vw;color: #eee;}
.logo img{height:1.6vw;-webkit-filter: grayscale(10000%) brightness(10000%);filter: grayscale(10000%) brightness(10000%);}

/*栏目*/
.nav{}
.NavCeshi li{float:left;padding: 0 2vw;position:relative;top: 0px;-webkit-transition: 0.2s all ease-in-out;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:100px;font-style:normal;font-size:16px;color: rgb(255 255 255/0.8);}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#fff;font-weight: bold;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;-webkit-transition: 0.2s all ease-in-out;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom:41px; background: #da271d;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #da271d solid;position: absolute;left:50%;top:100px;-webkit-transform: translate(-50% );transform: translate(-50% );z-index: 9;-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:100px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #da271d;color: #fff;text-align: center;-webkit-transition: ease-out .3s;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: #da271d;}
.nav2 table{width: 100%;}

.top_right{display:flex;align-items:center;}
.top_en a{display:flex;align-items:center;justify-content:center;width:2.08vw;height:2.08vw;background:#fff;border-radius:100%;font-size:14px;color:#333;}







/*搜索*/
.top_search>p{width:2.66rem; height:2.66rem;background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629162647_1499263200.png)no-repeat center;border-radius: 100%;border:1px #fff solid;background-size: 1.2rem;-webkit-filter: grayscale(10000%) brightness(10000%);filter: grayscale(10000%) brightness(10000%);}
.top_search{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;width: 4vw;height: 100px;cursor: pointer;}
.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 2.8vw;position: absolute;top: 100px;left: 0;z-index: 22;box-shadow: 0 0 30px rgba(0,0,0,0.2);-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-transform: scale(0);transform: scale(0);}
.top_search:hover .search{-webkit-transform: scale(1);transform: scale(1);}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #fff;display: inline-block;}
.search_l a{font-size: 14px;color:rgb(255 255 255/0.8);font-weight: lighter;}
.search_l a:hover{color:#da271d;}
.search-bg #infoname{width:250px;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;}

/*栏目下拉固定*/
#gudin{z-index: 9999;}
.gudin{}
.yinyin{width: 100%;height:100px;background: #fff;box-shadow: 0 0 30px rgb(0 0 0 / 8%);position: fixed;top: 0;}
.yinyin .NavCeshi li.navcurrent i,.yinyin .NavCeshi > li:hover > a i{color:#da271d;}
.yinyin .NavCeshi > li > a:after{background: #da271d;}
.yinyin .NavCeshi li i{color: #333;}
.yinyin .logo img{-webkit-filter: none;filter: none;}
.yinyin .logo b{color:#333;}
.yinyin .logo p{color:#666;}
.yinyin .top_search>p{border: 1px #ccc solid;-webkit-filter:none;filter:none;}
.yinyin .top_language{border: 1px #ccc solid;}
.yinyin .top_language a{color:#333;}
.yinyin .search{background:#fff;}
.yinyin .search_l dd{color:#333;}
.yinyin .search_l,.yinyin .search_l a{color: #666;}
.yinyin .top_en a{background: #da271d;color: #fff;}







/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:945px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:945px; 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:370px; left: 0; margin-left: 0; height:520px; 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; -webkit-transition: 0.3s all ease-in-out; 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(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629162957_669251894.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; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #da271d;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;}







/*数据*/
.data{display:flex;justify-content: space-between;height:160px;background: #da271d;border-radius: 15px;position: relative;top: -60px;z-index:2;}
.data li{display:flex;flex-direction:column;align-items:center;justify-content:center;width:20%;height:100%;}
.data li+li{border-left: 1px #f3392f solid;}
.data b{font-size:50px;color:#fff;}
.data t{font-size:16px;color:#fff;}
.data p{font-size:18px;font-weight:lighter;color:#ffc9c9;}






/*产品中心*/
.title_product{padding-top:10px;}
/*分类*/
.product_sort{height:80px;line-height:80px;background:#f5f5f5;border-radius:100px;}
.product_sort ul{display: flex;justify-content: space-between;padding: 0 40px;}
.product_sort li{width: 15%;text-align: center;}
.product_sort a{display:block;font-size:16px;color:#333;font-weight:lighter;}
.product_sort li:hover a{color:#da271d;font-weight: bold;}
/*图片*/
.product_img{margin-top:20px;}
.product_img .divproduct_new_div{display:flex;flex-wrap:wrap;}
.product_img .divproduct_new_div_item{display:flex;flex-direction:column-reverse;width:24%;padding:2vw 1vw;box-shadow:0 0 10px rgba(0,0,0,.08);position: relative;overflow: hidden;}
.product_img .divproduct_new_div_item+div{margin-left:10px;}
.product_img .divproduct_new_div_item:nth-child(5){margin-left:0px;}
.product_img .divproduct_new_div_item:nth-child(n+5):nth-child(-n+8){margin-top:10px;}
.product_img .divproduct_new_div_item:before{display:block;content:"";width:100%;height:0px;background:#da271d;position:absolute;top:0;left:0;transition: 0.3s;}
.product_img .divproduct_new_div_item:hover:before{height:450px;}
.product_img .divproduct_new_div_item *{position: relative;z-index: 2;}
.product_img .divproduct_new_div_item_content{text-align: center;}
.product_img .product_div_item_image{width: 100%;}
.product_img .divproduct_new_div_item_a{margin:25px 0 10px;font-size:16px;color:#333;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:24px;color:#666;font-weight:lighter;}
.product_img .divproduct_new_div_item:hover .divproduct_new_div_item_body{color: #f19d98;}




/*徐工多种型号叉车供你选择*/
.trait_bg{height:945px;background: url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230628/20230628100633_2068819868.jpg)no-repeat center;}
.title_trait b{color:#fff;}
.title_trait p{color:#eee;}
.trait *{display:block;}
.trait b{width:860px;line-height:70px;margin:auto;background:#da271d;font-size:30px;color:#fff;text-align:center;}
.trait span{ width:1000px;margin:25px auto 0;line-height:38px;text-align:center;font-size:16px;color:#999;text-transform:capitalize;}
.trait a{width:180px;line-height:50px;margin:20px auto 0;border:1px #eee solid;border-radius:100px;font-size:18px;color:#fff;text-align:center;}
.trait a:hover{background: #da271d;border: 1px #da271d solid;}







/*应用行业*/
.apply ul{display: flex;}
.apply ul *{display:block;}
.apply li{width: 25%;position: relative;overflow: hidden;transition: 0.3s;}
.apply li:hover{width: 600px;}
.apply li p{ width:101%;height:60%;background: linear-gradient(to top,#000 0%,#ffffff00 100%);position:absolute;bottom:0;left:50%;transform:translate(-50%);}
.apply li p a{color:#fff;font-size:18px;position:absolute;bottom:50px;left:50%;transform:translate(-50%);}
.apply li:hover p{display:none;}










/*选择徐工叉车四大优势*/
.adv{ height:860px; background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230628/20230628141544_1053895042.jpg) no-repeat center;align-items:center;}
.advtitle{ font-size:42px; color:#fff; text-align:center;}
.advtitle span{ display:block; margin:10px 0 20px 0; font-size:18px; font-weight:lighter;}
.advtitle:after{ content:''; display:inline-block; height:1px; background:#fff; width:60px;}
.advcon{-webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.advtab{ width:220px; margin-right:1px;background: #eee;}
.advtab li{ height:149.3px; background:#fff; text-align:center; padding:25px 0 0 0; cursor:pointer; position:relative;}
.advtab li+li{ margin-top:1px;}
.advicon{width:32px; height:32px;  background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230628/20230628140840_1269440486.png) no-repeat left top; transition:all .3s ease;margin-left: 40px;}
.advtab li:nth-child(2) .advicon{ background-position-x:-32px;}
.advtab li:nth-child(3) .advicon{ background-position-x:-64px;}
.advtab li:nth-child(4) .advicon{ background-position-x:-96px;}
.advtab li.on .advicon{ background-position-y:-32px;}
.advtab li .advtab_t{font-size:30px; color:#484848; transition:all .3s ease;}
.advtab li .advtab_t b{font-weight: bold;color:#484848;}
.advtab li.on .advtab_t b{color:#da271d;}
.advtab li .advtab_t em{ display:block; font-size:14px; font-weight:normal; color:#484848; text-transform:uppercase; transition:all .3s ease;line-height: 22px;text-transform: capitalize;}
.advtab li:nth-child(2n):after{ left:auto; right:0;}
.advtab li.on:after{ width:100%;}
.advtab li p{ position:relative; z-index:9;text-align: left;margin-left: 40px;margin-top: 5px;}
.advtab li.on .advtab_t{ color:#da271d;}
.advtab li.on .advtab_t em{color:#ff6b63;}
/*内容*/
.advcen{width:1180px !important;  height:643px; background:#fff;}
.advcen ul{display: -webkit-flex;display: flex;flex-wrap: nowrap;align-items:center;}
.advleft{ width:552px; padding:55px 31px 38px 55px; background:#fff; height:600px;}
.adv_t em{ font-size:50px; color:#da271d; background: #f5f5f5;padding: 9px 13px;border-radius: 5px; }
.adv_t span{ display:block;font-size:30px;margin-bottom:5px;color: #484848;margin-top: 35px;}
{ display:inline-block; width:434px; height:1px; margin-left:5px; background:#eee;}
.advwa{font-size:15px; color:#666; line-height:40px;margin:0px 0 0px 0;font-weight: lighter;}
.advtel{width: 300px;background: #da271d;font-size:30px;color:#fff;font-weight: normal;padding: 7px 37px;box-shadow: 0 0 20px #cecece;margin-top: 40px;}
.advbtn a{ display:inline-block; width:185px; line-height:52px; text-align:center; border-radius:10px; background:#0951c8; color:#fff; font-size:18px; transition:all .3s ease;margin-right: 14px;}
.advbtn a:hover{ background:#0951c8;}
.advtab li i:before{ content:''; display:block; position:absolute; width:10px; height:100%; background:#ccc; top:0; left:0; transition:all .3s ease;}
.advtab li.on i:before{background:#da271d;}
.adv_t i {display: inline-block;width: 434px;height: 1px;background: #eeeeee;margin-top: 30px;margin-bottom: 30px;}
.adv_t d{color: #d1d1d1;font-size: 14px;}
.advwa i{font-size: 22px;}










/*公司简介*/
.about_bg{height:915px;}
.about{height:650px;padding-top: 335px;background: url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230628/20230628142809_68009788.jpg)no-repeat center;text-align: center;}
.about_text{display: flex;flex-direction: column;align-items: center;justify-content: center;width:1300px;height:240px;margin: auto;padding: 0 55px;background: rgb(255 255 255/0.9);}
.about_text *{display: block;}
.about_text t{font-size: 28px;color:#da271d;}
.about_text span{margin:4px 0 18px 0;font-size: 14px;color:#999;}
.about_text p{font-size: 16px;color:#666;line-height: 28px;}
.about_text a{width:40px;height:40px;line-height:36px;background: #da271d;border-radius:100%;text-align: center;font-size: 24px;color:#fff;font-weight: 100;position: absolute;bottom: 55px;left: calc(50% - 20px);    box-shadow: 0 0 0 0 rgb(218 39 29);animation: ripple 3s infinite;}
.about_text a:before,.about_text a:after{content:"";display: block;width:40px;height:40px;box-shadow: 0 0 0 0 rgba(218, 39, 29);animation: ripple 3s infinite;border-radius: 100%;position: absolute;}
.about_text a:before,{webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.about_text a:after{-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(218, 39, 29, .0);

                box-shadow: 0 0 0 40px rgba(218, 39, 29, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(218, 39, 29, .0);
                box-shadow: 0 0 0 0 rgba(218, 39, 29, .0);
    }
}







/*新闻中心*/
.news{padding: 0px 0 80px 0; overflow:hidden;background: #f5f5f5;}
.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: #da271d;}
.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: #da271d;color: #f5f5f5;}
.newsleft{width: 508px;height: 490px;box-sizing: border-box;background: #fff;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:#da271d;}
.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: #da271d; 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;white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.news .news_div_item_body{font-size: 14px;color: #666;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;background: #fff;}
.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;}









/*有情链接*/
.links{padding: 25px 0;font-size:16px; color:#fff; line-height:60px; border-bottom:1px solid #2f2f2f;}
.links p.fl{ padding-left:38px; font-weight:normal; background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629163035_486752635.png) no-repeat left center;}
.links p.fl span{ vertical-align: bottom; font-size:18px; padding:0 15px 0 5px;font-weight: bold;}
.linkTagcs li{margin-top:20px !important; line-height: 20px !important;}






/*版权*/
.copyright{ background:#222;}
.craddr{display: flex;align-items: center;justify-content: space-around; font-size:0; height:130px; background:#da271d;}
.craddr li{font-size:16px; color:#fff; line-height:30px; padding-left:70px;}
.craddr li:nth-child(1){ background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629163943_730213565.png) no-repeat left center;} 
.craddr li:nth-child(2){ background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629163942_1987622536.png) no-repeat left center;} 
.craddr li:nth-child(3){ background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629163943_1612396955.png) no-repeat left center;}
.craddr li:nth-child(4){ background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629163943_1347330254.png) no-repeat left center;} 
.craddr li span{ font-size:19px;}


.crcon{ padding:50px 0 90px 0; border-bottom:1px solid #2f2f2f;}
.kslj li{ float:left; margin-right:110px;}
.kslj li:last-child{margin-right: 0px;}
.kslj li p{ font-size:20px; color:#ffffff; margin-bottom:20px; padding-left:35px; background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629164140_940862552.png) no-repeat left center;}
.kslj li a{ display:block; font-size:14px;color:rgb(255,255,255,0.5);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(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629164140_109211238.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(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629164227_1336767575.png) no-repeat center; top:12px; left:19px;}
.crcodetab p.on:after{ background:url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230629/20230629164227_1905985629.png) no-repeat center;}
.end,.end a{ font-size:15px; color:rgb(255,255,255,0.5); line-height:99px;font-weight: lighter;}
.end a:hover{ color:#fff;}



/* 浮动*/
.y-kefu-box { position: fixed; right: 0; top:30%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/076981691891/uploadfile/image/20230628/20230628172529_2057448319.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: #da271d; 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: #da271d; border-color: #da271d; 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: #da271d; border-color: #da271d;}
.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: #da271d;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: #da271d; 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; }