/*标签样式初始化*/
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;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#d40e05;text-decoration: none; border-bottom-style:}
.box{margin:0 auto;width:94%;min-width:1400px;}
.page{margin:0 auto;width:1400px;min-width:1400px;}
.bg{ width: 100%;min-width:1400px;}

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

/*左右浮动清除*/
.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-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.t{text-align: center;}
.t p{font-size: 44px;color: #222;font-weight: bold;}
.t d{color: #d40e05;font-weight: bold;}
.t dd{font-size: 20px;color: #666;line-height: 40px;}


/*抬头*/
.tp_bg{height:46px;line-height: 46px;background: #222;position: relative;}
.tp_fl p{font-size: 14px;color:#999;}
.tp_fr p{height: 46px;font-size: 15px; color:#fff; position: absolute; width:auto; height:55px;line-height:50px; right:0; top:0; padding-left:50px; padding-right:3%; background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210623/20210623093929_61571210.png) no-repeat center left;}
.tp_fr p img{float: left;margin:10px 12px 0  0;}
.tp_fr p b{font-size:24px;font-family: 'Engravers MT';}



/*导航*/
.head_bg{height: 126px;position: relative;}
.logo{margin-top:33px;}
.name{margin:36px 0 0 20px;}
.name b{font-size:26px; font-weight:bold; color:#000; }
.name p{font-size:18px; }
.head_but{width:38px;height:38px;border-radius: 50%;margin-top:44px;margin-left: 20px;cursor: pointer;}
.search{background: url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210623/20210623095045_409529926.png)#d40e05 no-repeat center;}
.head_but:after{content: '';width: 100px;height: 100px;border-radius: 50%;background: #d40e05;opacity: 0.9;position: relative;display: block;top: -31px;left: -31px;z-index: -1;opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.head_but:hover:after{-webkit-animation: warn 1s ease-out;animation: warn 1s ease-out;}
.head_but.tel:after{background-color: #d40e05;}

.search:hover .slideDown{opacity: 1;height: 190px;}
.search .slideDown{text-align: center; font-size: 0; overflow: hidden; position: absolute; right: 0; top: 100%; width: 100%; height: 0px;background: rgba(0, 0,0, 0.5);z-index: 999;opacity: 0;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;border-radius: 0px 0px 10px 10px;}
.search .slideDown .searchBox{ overflow: hidden; display: inline-block; width: 1028px; height: 60px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.search .slideDown .searchBox{*display: inline}
.search .slideDown .searchHot{ font-size: 14px; color: #fff;}
.search .slideDown .searchHot a{ color: #fff;}
.search .slideDown .searchBox input[type='text']{ font-size: 14px; color: #666; float: left; width: 840px; height: 100%; border: none; outline: none; background: none; line-height: 60px; margin-left: 25px; font-size: 14px; color: #666;}
.search .slideDown .searchBox button[type='submit']{ cursor: pointer; float: right; margin-right: 15px; width: 60px; height: 60px; border: none; }
.search-bg{width: 956px;height: 60px;line-height:60px;    padding-left: 10px;    float: left;}
.search-i {width: 32px;overflow: hidden;height: 32px;float: left;margin-top: 13px;}
@-webkit-keyframes "warn" {
    0% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.5;}
    50% {transform: scale(0.5);-webkit-transform: scale(1);opacity: 0.0;}
    100% {transform: scale(0);-webkit-transform: scale(0);opacity: 0.0;}
    
}


.nav{width:auto; height:126px; margin-right: 20px;}
.nav>ul>li{ float: left; display: block;height:126px; position: relative;}
.nav>ul>li>a{ display: block; color: #333; font-size: 16px; text-align: center; padding: 0 1.4vw;  position: relative; line-height:126px;transition:0.3s all ease-in-out;}
.nav>ul>li>a p{position: relative; z-index: 2;}
.nav>ul>li>a:after{content:""; width:0;  height:38px; margin:auto; right:0; left:0; top:0; bottom:0;  position: absolute;background-image: linear-gradient(#f8a703, #d40e05); border-radius: 100px; transition:0.3s all ease-in-out;}
.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{margin: 0 auto;color:#fff;}

/*导航下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:122px; margin-left:-80px; text-align:center; border-top:3px #d40e05 solid;}

.nav ul li>ul a{background: #d40e05;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);width: 160px;height: 44px;line-height: 44px; display: block;color: #fff;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity;}
.nav ul li>ul a:hover{background: #fff; text-indent: 10px;color: #d40e05;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


/*产品*/
.prod{position: relative;}
.prod_a a{display: block;float: left;width:262px;height: 70px;line-height: 70px;text-align: center;font-size:18px;background: #f5f5f5;margin-left: 22px;margin-bottom: 22px;transition: all .5s;}
.prod_a a.on{    background-image: linear-gradient(to bottom,#f8a703,#d40e05);color: #fff;}
.prod_a a:nth-child(1),.prod_a a:nth-child(6){margin-left: 0px;}
.prod_aa a{display: block;float: left;width:262px;height: 70px;line-height: 70px;text-align: center;font-size:18px;background: #f5f5f5;margin-left: 22px;}
.prod_d{height:610px !important}
.prod_d li:nth-child(1) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622180436_172680441.jpg)no-repeat center bottom;}

.prod_d li:nth-child(2) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625175825_119488698.jpg)no-repeat center bottom;}

.prod_d li:nth-child(3) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625175639_1938016925.jpg)no-repeat center bottom;}

.prod_d li:nth-child(4) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625175346_108115921.jpg)no-repeat center bottom;}

.prod_d li:nth-child(5) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625175802_458541917.jpg)no-repeat center bottom;}


.prod_d li:nth-child(6) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625175954_784314551.jpg)no-repeat center bottom;}


.prod_d li:nth-child(7) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625175920_1908032664.jpg)no-repeat center bottom;}

.prod_d li:nth-child(8) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625175850_1625063900.jpg)no-repeat center bottom;}

.prod_d li:nth-child(9) .prod_l{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625175734_392971147.jpg)no-repeat center bottom;}

.prod_l{box-shadow:0px 0px 10px rgba(0,0,0,.1);width: 700px;height: 610px;padding: 45px;}
.prod_ll{position: relative;font-size: 28px;color: #333;}
.prod_ll:before{content: "";position: absolute;background: url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622191056_1264059083.jpg);width:102px;height: 2px;top:50px;}
.prod_la a{display: block;width: 44px;height: 44px;border-radius:50%;border:1px #eee solid;background-image:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622191320_2052036298.png);}
.prod_w{font-size: 16px;line-height: 32px;margin-top: 30px;}


.prod_r table tr td {display: block;float: left;width: 330px;padding: 0px !important;overflow: hidden;position: relative;border: 1px #eee solid;}
.prod_r table tr td img {transition: all .5s;}
.prod_r table tr td span {display: block;line-height: 50px !important;height: 50px;background: #f5f5f5;position: relative;z-index: 2;}
.prod_r table tr td span a {font-size: 16px;}
.prod_r table tr td:hover img {transform: scale(1.1);}
.prod_r table tr td:hover span {background-image: linear-gradient(to left top,#f8a703, #d40e05);}
.prod_r table tr td:hover span a{color:#fff;}
.prod_r table tr td+td{margin-left: 26px;}
.prod_r table tr+tr{margin-top: 26px;display: block;}

/*烦恼*/
.upset_bg{background: url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622194133_192039284.jpg)no-repeat center;height: 767px;}
.upset_t dd{color: #222;}
.upset_cont li{width: calc(100%/3);height: 167px;background: #fff;display: block;float: left;padding: 45px 0 0 25px;}
.upset_cont li:nth-child(even){background: #ccc;}
.upset_cont li p{font-size: 22px;font-weight: bold;color: #222;}
.upset_cont li p:before{content: '?';width: 32px;height: 32px;display: inline-block;border-radius: 50%;font-size:22px;font-weight: bold;line-height: 32px;background: #222;color: #fff;text-align: center;margin-right: 10px;}
.upset_cont li d{background: url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210623/20210623095121_183714336.png)no-repeat center;width: 418px;height: 30px;line-height: 30px;display: block;color: #fff;font-size: 16px;padding-left: 40px;margin-top: 15px;}
.upset_l{}
.upset_l p{font-size: 34px;color: #fff;}
.upset_l d{font-weight: bold;}
.upset_l dd{font-size: 20px;color: #ccc;line-height: 40px;}
.upset_b a{font-size: 16px;color: #fff;width: 154px;height: 64px;border-radius: 10px;background-image: linear-gradient(to bottom,#f8a703,#d40e05);display: block;text-align: center;line-height: 64px;margin-left: 160px;margin-top: 10px;}
.upset_tel{margin-top: 10px;}
.upset_tel p{font-size: 16px;color: #fff;background: url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210623/20210623095147_1872804787.png)no-repeat left center;padding-left: 30px;}
.upset_tel d{font-size: 34px;font-family: 'Engravers MT';color: #f8a703;}

/*优势*/
.adv{position: relative;}
.adv:before{content: "";position: absolute;top: -130px;left: -50px;background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622195530_1210294149.png);width:474px;height: 314px;    display: none;}
.adv_bg{background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622195429_751575540.jpg)no-repeat center top;height:367px;}
.adv_t{text-align: center;}
.adv_t span{display: block;background-image: linear-gradient(to bottom,#f8a703,#d40e05);width: 360px;height: 45px;line-height: 45px;text-align: center;color: #fff;font-size: 24px;border-radius: 45px;margin: 0 auto;}
.adv_t p{font-size: 40px;background-image: linear-gradient(to bottom,#f8a703,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-top:10px;font-weight: bold;}
.adv_wt{height:119px;border-top:1px #db3e37 solid;}
.adv_wt li{float: left;width: calc(100%/4);cursor: pointer;text-align: center;color: #fff;padding-top: 26px;border-left:1px #db3e37 solid;height: 119px;}
.adv_wt li.on{background: #f8a703;}
.adv_wt li:last-child{border-right:1px #db3e37 solid;}
.adv_wt li b{font-size: 30px;}
.adv_wt li p{font-size: 20px;margin-top: 5px;}
.adv_gg{height:736px;position: relative;}
.adv_gg:before{content:"";position: absolute;top:0px;left:0px;background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622202452_520667706.png);width: 244px;height: 21px;z-index: 2;margin-top: 94px;}
.adv_cont li{height:736px;}
.adv_cont li:nth-child(1){background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622201839_1063160908.jpg)no-repeat center;}
.adv_cont li:nth-child(2){background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625202414_1327510634.jpg)no-repeat center;}
.adv_cont li:nth-child(3){background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625202543_151054666.jpg)no-repeat center;}
.adv_cont li:nth-child(4){background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210625/20210625202736_1618656751.jpg)no-repeat center;}

.adv_w1{color: #fff;margin-top:80px;}
.adv_w1 p{font-size: 40px;font-weight: bold;}
.adv_w1 span{display: block;position: relative;font-size: 30px;padding-left: 113px;margin-top: 10px;}
.adv_w1 span:before{content:"";position: absolute;top:20px;left:0px;background: #da251c;width:85px;height:4px;}
.adv_w{color: #fff;font-size: 16px;line-height: 30px;width: 636px;margin-top: 50px;}
.adv_w p{position:relative;padding-left: 23px;}
.adv_w p:before{content:"";position: absolute;top:10px;left: 0px;width: 10px;height: 10px;border-radius: 50%;border:1px #fff solid;}
.adv_w p+p{margin-top: 30px;}
/*数据*/
.digital{width: 700px;border: 1px #fff solid;height: 190px;position: absolute;bottom:70px;}
.digital li{float: left;width: calc(100%/3);color: #fff;text-align: center;}
.digital li p{font-size:70px;font-weight: bold;position:relative;margin-top:40px;}
.digital li span{display: block;font-size: 16px;}
.digital li p:before{content:"+";position: absolute;background:#ec1d23;width:30px;height:30px;border-radius:50%;font-size:16px;font-weight:normal;line-height:30px;top:0px;left:156px;}
.digital li:nth-child(1) p:before{content:"年";}
.digital li:nth-child(2) p:before{content:"㎡";top:0px;left:220px;}

/*成功案例*/
.case_d table tr td {display: block;float: left;width: 23.5%;padding: 0px !important;overflow: hidden;position: relative;border: 1px #eee solid;}
.case_d table tr td img {transition: all .5s;width: 100%;display: block;height: 100%;}
.case_d table tr td br{display:none;}
.case_d table tr td div {display: block;line-height: 50px !important;height: 50px;background: #f5f5f5;position: relative;z-index: 2;padding: 0px !important;}
.case_d table tr td div a {font-size: 16px;}
.case_d table tr td:hover img {transform: scale(1.1);}
.case_d table tr td:hover div {background-image: linear-gradient(to left top,#f8a703, #d40e05);}
.case_d table tr td:hover div a{color:#fff;}
.case_d table tr td+td{margin-left: 26px;}
.case_d table tr+tr{margin-top: 26px;display: block;}

/*广告条*/
.banner_bg{background: url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210701/20210701160047_1295151309.jpg)no-repeat center;height: 349px;padding: 65px;}
.banner_l p{font-size: 40px;font-weight: bold;background-image: linear-gradient(to bottom,#f8a703,#d40e05);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.banner_l dd{font-size: 24px;line-height: 40px;color: #fff;}
.banner_l d{font-weight: bold;}
.banner_l ul{margin-top: 40px;}
.banner_l li{width: 95px;height: 95px;border-radius: 50%;border: 1px solid rgba(255,255,255,0.3);float: left;margin-right: 35px;padding: 22px;text-align: center;font-size: 18px;color: #fff;letter-spacing: 2px;position: relative;}
.banner_l li:before{content: '01';width: 29px;height: 29px;background: #da251c;display: block;border-radius: 50%;font-size: 16px;line-height: 29px;font-family: 'Arial';letter-spacing: 0px;position: absolute;top: 0;left: 0}
.banner_l li:nth-child(2):before{content: '02';}
.banner_l li:nth-child(3):before{content: '03';}
.banner_l li:nth-child(4):before{content: '04';}
.banner_l li:nth-child(5):before{content: '05';}
.banner_tel p{font-size: 20px;color: #fff;background: url(https://memberpic.114my.com.cn/liyou98/uploadfile/image/20210327/20210327164112_809492664.png)no-repeat left 5px;padding-left: 50px;line-height: 50px;}
.banner_tel d{font-size: 45px;font-family: 'Engravers MT';color: #f8a703;}
.banner_tel{margin-top: 70px;margin-left: 136px;}
.banner_ewm{width: 210px;height: 210px;margin-top: 10px;}
.banner_ewm img{width: 210px;height: 210px;}

/*简介*/
.com_r{width:660px;}
.com_w1{margin-top:30px;}
.com_w1 p{font-size: 28px;color: #333;}
.com_w1 span{display: block;font-size:14px;color: #999;margin-top:8px;margin-bottom:12px;}
.com_w1 em{display: block;background: url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210622/20210622191056_1264059083.jpg);width:102px;height: 2px;}
.com_w{font-size: 15px;line-height: 28px;margin-top: 30px;}
.com_a a{display: block;width: 175px;height: 45px;line-height: 45px;border-radius: 45px;text-align: center;color: #fff;font-size: 15px;background: #da251c;margin-top:50px;}

/*厂房*/
.about_list a{display: block; float: left;width:348px;height: 60px;line-height: 60px;background: #f5f5f5;text-align: center;transition: all .5s;font-size:18px;}
.about_list a+a{margin-left:10px;}
.about_list a.on{width:684px;background: #da251c;color: #fff;}
.about_box li{width: 1400px !important;box-sizing: border-box;background:#fff;}
.about_box li td{display: block;padding-left: 0px !important;width: 310px;float:left;position: relative;overflow: hidden;border: 1px solid #eee;box-sizing: border-box;}
.about_box li td{margin-right: 20px;}
.about_box li td img{width:100%;height:229px;}
.about_box li td div{position: absolute;width:100%;height:100%;display:block;background:rgba(0,0,0,0.5);top:-100%;padding-top:0px !important;transition: 0.3s ease all;}
.about_box li td div a{width:100%;height:100%;display:block;text-align:center;line-height:232px;color:#fff;font-size:16px;}
.about_box li td:hover div{top:0px;}
.about_box li tr,.about_box li table,.about_box li tbody{display:block;}
.about_box .tempWrap{width:100% !important;}


/*新闻*/
.news_list{width:602px;margin: 0 auto;}
.news_list li{width: 200px;height: 70px;background: #f5f5f5;float: left;text-align: center;line-height: 70px;cursor: pointer;}
.news_list li+li{margin-left: 1px;}
.news_list li.on{background: #d40e05;}
.news_list li a{display:block; font-size: 18px;color: #333;}
.news_list li.on a{color: #fff;}
.news_box .news_div_item:nth-child(-n+2){width:350px;height: 480px;overflow: hidden;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:350px;height:270px;border: 1px solid #eee;box-sizing: border-box;    transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;    overflow: hidden;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:0;width:390px;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:440px;width:390px;font-size:12px;color: #333;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date:after{content:'Read more  →';font-size:12px;color:#222;margin-left: 15px;}
.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:280px;width:340px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_month:after{content:'-';}
.news_div_item_content {margin-top: 10px;}
.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: 3;}
.news_box .news_div_item:nth-child(2){margin-left:30px;}
.news_box .news_div_item{width:630px;border-bottom:1px solid #eee;float:left;position: relative;box-sizing: border-box;padding:10px;}
.news_box .news_div_item:nth-child(n+3){margin-left:40px;}
.news_div_item_pic{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:530px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date{position: absolute;right:0px;font-size:12px;top: 70px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_day{position: absolute;top:-47px;font-size: 41px;left:-4px;}

.news_box .news_div_item{}

.news_div_item:hover .news_div_item_image{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}

.news_box .news_div_item:hover{box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);}

/*版权*/
.copyright{ background:#232323; }
.crcon{ padding:70px 0; border-bottom:1px solid #2e2e2e;}
.kslj{ font-size:0;}
.kslj li{ display:inline-block; vertical-align:top; height:194px; margin-right:60px; padding-right:60px;}
.kslj li p{ font-size:18px; color:#fff;}
.kslj li p:after{ content:''; display:block; width:19px; height:2px; background:#f3f3f3; margin:20px 0;}
.kslj li a{ display:block; font-size:14px; color:#b0b0b0; line-height:32px;}
.kslj li a:hover,.links p.fr a:hover,.end a:hover{ color:#fff;}

.crconcat{ width:440px;}
.cr_tel{ padding:0 0 0px 20px; border-bottom:1px solid #2e2e2e; background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210623/20210623095226_1821717671.png) no-repeat right top; margin-bottom:25px; font-size:14px; color:#afafaf;}
.cr_tel em{ display:block; font-size:40px; color:#d40e05; font-family:'Tw Cen MT';font-style: normal;font-weight: bold;}
.craddr{ margin-left:20px; font-size:14px; color:#b0b0b0; line-height:35px;}
.craddr p{ padding-left:28px; background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210623/20210623095251_113019215.png) no-repeat left center;}
.craddr p:nth-child(2){background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210623/20210623095316_52504582.png) no-repeat left center;}
.links{ height:92px; background:#d40e05; line-height:92px; font-size:18px; color:#fff;}
.links p.fl{ background:url(https://memberpic.114my.com.cn/0456601/uploadfile/image/20210623/20210623095341_1769122761.png) no-repeat left center; padding-left:33px;}
.links p.fr a{ font-size:14px; color:#fff; font-weight:lighter;}
.end{ text-align:center;}
.end,.end a{ font-size:14px; color:#b0b0b0; font-weight:lighter; line-height:70px;}
.linkTagcs li a{color:#fff !important;}


/*浮动*/
.my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background: #d40e05;margin-top: 1px;padding: 9px 0;height: 80px;width: 77px;}
.my-kefu li i{background: url(https://memberpic.114my.com.cn/dgyuehongfan/uploadfile/image/20171220/20171220175102_1029219638.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:163px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:163px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#d40e05;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 15px; color: #fff; float: left; height: 24px; line-height: 24px; padding-left:15px; border-left: 1px solid #fff; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;display:flex;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}