/*标签样式初始化*/
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; font-size:14px;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#f38104;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;min-width: 1300px;max-width:1600px;width: 84%;}
.bg{ width: 100%;min-width:1300px;}

.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;font-size: 40px;color: #333;}
.t d{color: #f38104;}
.t span{display: block;font-size: 18px;color: #666;margin:5px 0 10px 0;}
.t i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.t i::after,.t i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;}
.t i::after{right: 0px;left: inherit;background:#ddd;animation:allTitleAfter 3s infinite linear;}
.t i::before{background:#ddd;animation:allTitleBefore 3s infinite linear;}
.t tt{width: 30px;height: 5px;background:#f38104;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}
@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}


/*顶部*/
.head{height: 140px;}
.logo{height: 140px;width: 440px;background:#f38104;padding: 40px 30px;}
.logo_w p{font-size: 26px;font-weight: bold;color: #fff;}
.logo_w span{font-size: 14px;color: #fff;}
.hea_dds{width: 10vw;padding: 50px 0 0 10px;}


.head_search{width:5vw; height:140px; border-left:1px #eee solid;   cursor: pointer; background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211009/20211009094226_1179072579.png)no-repeat center;}


/*搜索*/

#search{ color: #999;height:0; position: absolute; top:140px; left:0; right:0; margin:auto;    overflow: hidden; transition:0.3s all; text-align:center; padding-top:60px;}
.head_search:hover #search{height:240px; background:rgba(0,0,0,0.7);z-index: 2;}
.search_01{ color:#fff; text-align:center; line-height:80px;}
.search_01 a{font-size: 15px;color: #fff;}
.search_01 a:hover{color:#f38104;}
.search_02{width: 500px; margin:0 auto; }
.search-bg #infoname{width:400px; outline:none; color:#ccc; border: none; height:48px; line-height:48px;font-size: 14px;padding-left:20px;background: #fff;}
input[type="image" i]{cursor: pointer;}
.search-i{background: #fff;}
.search-i input{display: block;padding: 15px;}

/*导航*/
.nav{margin-left:14vw;}
.nav>ul>li{ float: left; display: block; height:140px; transition:0.1s all ease-in-out; position: relative;}
.nav>ul>li>a{ display: block; color: #222; text-align: center; position: relative; z-index: 3333; height:140px; line-height: 140px;padding:0 1.2vw; transition:0.3s all ease-in-out; }
.nav>ul>li>a p{font-size:16px;position: relative;}

.NavCeshi > li > a:after{content:""; display: block;width:0; height:4px; background:#f38104; margin:0 auto;transition:0.3s all; position: relative; top:-4px;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{width:100%;}


@media (max-width: 1920px){
.nav>ul>li>a{padding:0 1.4vw;}
}
@media (max-width: 1680px) and (min-width:1640px){
.nav>ul>li>a{padding:0 1.1vw;}
}

@media (max-width: 1560px){
.nav>ul>li>a{padding:0 1vw;}
.head_tel{margin-left: 1 0px !important;}
}
@media (max-width: 1500px){
.nav>ul>li>a{padding:0 0.9vw;}
}

@media (max-width: 1440px){
.nav{margin-left: 1vw;}
.nav>ul>li>a{padding:0 0.8vw;}
.nav>ul>li>a p{font-size:15px;}
.head_tel{margin-left: 20px !important;}
}
@media (max-width: 1300px){
.nav>ul>li>a{padding:0 0.5vw;}
}

/*导航下拉*/
.nav li .sedNav {width:180px;position: absolute; background: rgba(0,0,0,.8);left:-28%;top:136px;z-index: 99;display: none; text-align: center; border-top:4px #f38104 solid; }
.nav li .sedNav a { display: block; line-height:44px; font-size: 14px; text-align: center;color:#fff; border-bottom:1px #333 solid;}
.nav li .sedNav a:hover { background-color: #000;}
.nav li .sedNav_prod{padding-top:1vw;}
.nav li .sedNav_prod p{display: inline-block; margin: 0 2vw; padding-bottom: 2vw; float:left;}
.nav li .sedNav_prod a{ display: block; line-height: 3vw;}



.head_tel{background: url(//memberpic.114my.cn/zengyi/uploadfile/image/20211009/20211009100947_237447403.png)no-repeat center left;width: 275px;height: 140px;padding: 40px 0 0 60px;}
.head_tel p{font-size: 16px;color: #666;}
.head_tel span{font-size: 28px;font-weight: bold;color:#f38104;}




/*幻灯片*/
.banner-box,.banner-box .bd li{height:700px;background: #000;}
.banner-box .banner-btn a.prev,.banner-box .banner-btn a.next{top:300px;background-image:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211009/20211009104350_1127042189.png);}
.banner-box .hd ul li.on{background:#f38104;}
.banner-box{min-width:1400px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;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}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner-box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 54px; 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-box .hd {position:absolute;bottom:40px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; 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}
.banner-box .hd ul li.on{width: 32px;}


/*代理品牌*/
.pp_w{margin-top:30px;}
.pp_w ul li{float:left;width: calc(100%/5);padding: 10px;}
.pp_w ul li img{border: 1px #eee solid;width: 100%;height:100%;}
.pp_w ul li p{text-align:center;font-size:16px;margin-top:25px;}
.pp_w ul li p>a{font-size:16px;}


/*产品*/
.prod_t{width:26%;}
.prod_t{text-align: left;}
.prod_t i{margin: inherit;}
.prod_nav{width:66%;margin-top: 20px;}
.prod{background: #f5f5f5;padding: 90px 0;height: 800px;width: 100%;}
.prod_nav a{float: right;text-align: center;width: 18.8%;height: 60px;font-size: 18px;line-height: 60px;color: #666;background: #fff;margin-left: 10px;}
.prod_nav a.on{background: #f38104;color: #fff;}
.prod_w{margin-top:40px;}
.prod_wl{position: relative;width: 40%;}
.prod_wl img{width: 100%;height: 100%;}
.prod_wr{width: 58%;}
.prod_text{position: absolute;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);color: #fff;width: 100%;padding: 30px;height:135px;}
.prod_text p{font-size: 22px;}
.prod_text span{font-size: 14px;color: rgba(255,255,255,0.5);margin-top: 10px;display: block;}



.prod_wr .progdwz2021 li{display: inline-block;float: left;width: 32%;text-align: center;position: relative;overflow: hidden;}
.prod_wr .progdwz2021 li img{display: block;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;width: 100%;height: 100%;}
.prod_wr .progdwz2021 li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.prod_wr .progdwz2021 li+li{margin-left: 2%;}
.prod_wr .progdwz2021 li br{display:none;}
.prod_wr .progdwz2021 ul+ul li{margin-top:0px;}
.prod_wr .progdwz2021 li span{display: block;height: 50px;line-height: 50px;background: #f5f5f5;position: relative;z-index: 2;}
.prod_wr .progdwz2021 li span a{font-size:16px;}



/*种类*/
.type{background: url(//memberpic.114my.cn/zengyi/uploadfile/image/20211012/20211012175508_1476161750.jpg)no-repeat center center;width: 100%;height: 890px;}
.type_t{padding-top: 75px;}
.type_t p{color: #fff;}
.type_t span{color: #facc99;}
.type_t tt{background: #fff;}
.type_w{margin-top: 80px;}
.type_w ul{margin: 0 50px;display: block;}
.type_w li{float: left;width: calc(100%/4);padding: 0 20px;display: block;color: #fff;}
.type_w li:nth-child(1),.type_w li:nth-child(4){padding-top: 50px;}
.type_w li p{font-size: 28px;font-weight: bold;padding-bottom: 20px;position: relative;}
.type_w li p::after{content:'';width: 40px;height: 5px;background:rgba(255,255,255,0.2);position: absolute;bottom: 0;left: 0;}
.type_w li span{font-size: 15px;display: block;padding-top: 20px;line-height: 30px;}




/*优势*/



.adv_w{margin-top: 30px;height:500px !important;}
.adv_wl{width: 50%;}
.adv_wl img{width: 100%;}
.adv_wr{width: 46%;}
.adv_wrt{font-weight: bold;height: 85px;border-bottom: 1px #eee solid;}
.advt1{font-size: 60px;color:#f38104;line-height: 85px;height: 85px;margin-right: 10px;}
.advt2{font-size: 40px;color: #000;line-height: 85px;height: 85px;}

.adv_wr>p{font-size: 16px;margin-top: 60px;position: relative;padding-left: 20px;line-height: 28px;}

.adv_wr>p+p{margin-top: 40px;}
.adv_wr>p::before{content: '';background: url(//memberpic.114my.cn/zengyi/uploadfile/image/20211010/20211010142844_1773113482.png)no-repeat center left;width: 14px;height: 12px;position: absolute;left: 0;top:5px;}


.adv_tel{background: url(//memberpic.114my.cn/zengyi/uploadfile/image/20211009/20211009100947_237447403.png)no-repeat center left;width: 275px;height: 85px;padding-left:60px;padding-top: 15px; margin-top:68px;}
.adv_tel p{font-size: 16px;color: #666;}
.adv_tel span{font-size: 28px;font-weight: bold;color:#f38104;}
.adv_wr a{width: 180px;height: 60px;font-size: 16px;color: #fff;background: #000;border-radius: 10px;line-height: 60px;text-align: center;margin-top:78px;}
.adv_wr a:hover{background: #f38104;}

.adv_nav{height: 140px;margin-top: 40px;}
.adv_nav li{background: #f5f5f5;float: left;width:23.7%;height:140px;position: relative;padding-left: 20px;cursor:pointer;}
.adv_nav li+li{margin-left: 1.6%;}
.adv_nav li.on{background: #f38104;}
.adv_nav li.on p,.adv_nav li.on span{color: #fff;}
.adv_nav li p{font-size: 34px;font-weight: bold;color: #333;padding-top: 2vw;}
.adv_nav li span{font-size: 15px;color: #999;display: block;}
.adv_nav_img{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211010/20211010160338_414384444.png)no-repeat center center #f38104;width: 5vw;height: 5vw;border-radius: 50%;margin-top: 25px;}

.adv_nav li.on .adv_nav_img{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211010/20211010155031_954356157.png)no-repeat center center #fff;}
.adv_navt1{margin-left: 20px;}


.adv_nav li:nth-child(2) .adv_nav_img{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211012/20211012164712_588762368.png)no-repeat center center #f38104;}
.adv_nav li:nth-child(3) .adv_nav_img{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211012/20211012165752_2065442376.png)no-repeat center center #f38104;}
.adv_nav li:nth-child(4) .adv_nav_img{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211012/20211012170231_1545552582.png)no-repeat center center #f38104;}

.adv_nav li:nth-child(2).on .adv_nav_img{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211012/20211012164903_1862510502.png)no-repeat center center #fff;}
.adv_nav li:nth-child(3).on .adv_nav_img{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211012/20211012165828_291048680.png)no-repeat center center #fff;}

.adv_nav li:nth-child(4).on .adv_nav_img{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211012/20211012170252_279413026.png)no-repeat center center #fff;}







/*解决方案*/
.banner01_bg{background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211011/20211011085302_847993648.jpg) no-repeat center bottom;background-size: cover;background-attachment: fixed;height: 370px;}
.banner01{color:#fff; padding:80px 3%; height:360px;}
.adv_bl h3{ font-size: 2.2vw; line-height: 3vw; }
.adv_bl p{ font-size: 24px; border:1px #fff solid; width: 720px; height: 70px; line-height: 70px; text-align:center;text-indent: 50px;  background: url(//memberpic.114my.cn/zengyi/uploadfile/image/20211011/20211011085302_1674699142.png) no-repeat 50px center; margin-top:2vw;}
.adv_br{background: url(//memberpic.114my.cn/zengyi/uploadfile/image/20211011/20211011085302_683763734.png) no-repeat left center; padding-left:110px;position: relative; top:50px;}
.adv_br p{ font-size: 24px;  line-height:40px;}
.adv_br b{ font-size: 44px; font-family: "Arial"; line-height:60px;}



/*简介*/
.about{}
.about_w{margin-top: 30px;}
.about_wl{width: 50%;}
.about_wl img{width:100%;}
.about_wr{width: 46%;position: relative;}
.about_wr::before{content: 'ABOUT US';position: absolute;width: 45%;height: 55px;right: 0;top: 16px;font-size: 3.5rem;color: #ddd;}
.about_wrt1{height: 110px;position: relative;padding-top: 30px;}
.about_wrt1::after{content: '';position: absolute;width: 95px;height: 1px;background: #f38104;left: 0;bottom: 0;}
.about_wrt1 p{font-size: 30px;color: #333;}
.about_wrt1 span{font-size: 16px;color: #ddd;padding-top: 10px;display: block;}
.about_wrt2{font-size: 70px;color: #ddd;padding-top: 15px;}
.about_wrw{margin-top: 25px;font-size: 16px;line-height: 30px;}
.about_wrw a{width: 22%;height: 50px;text-align: center;font-size: 14px;color: #fff;line-height: 50px;margin-top: 60px;background: #000;display: block;border-radius: 10px;}
.about_wrw a:hover{background: #f38104;}

.about_nav{margin-top:80px;position: relative;height: 60px;margin-bottom: 40px;}
.about_nav a{background: #f5f5f5;width:15.6%;height:60px;float: left;text-align: center;line-height: 60px;font-size: 22px;position: absolute;}
.about_nav a+a{margin-left: 20px;position: absolute;left: 49.5%;}
.about_nav a.on{background: #f38104;color: #fff;}

.about_navw div:nth-child(1){height: 290px;}
.about_navw div:nth-child(2){height: 390px;}
.about_navw ul{display: block;height: auto;}
.about_navw li{float:left;width:23.7%;display: inline-block;text-align: center;position: relative;overflow: hidden;}
.about_navw li img{width:100%;margin: 0 auto;display: block;height: 100%;}
.about_navw li p{text-align:center;background:#f5f5f5;}
.about_navw li a{text-align:center;font-size:18px;width: 200px;height: 60px;line-height: 60px;color: #666;margin-left: 10px;}
.about_navw li:hover a{color:#fff;}
.about_navw li:hover p{background: #f38104;}
.about_navw li+li{margin-left: 1.6%;}



/*新闻*/
.newstab{ font-size:0;text-align:center;}
.newstab a{ display:inline-block; width:222px; line-height:56px; border-radius:30px; background:#edeff0; text-align:center; font-size:18px; color:#222; transition:all .3s ease;}
.newstab a.on{ background:#f38104; color:#fff;}
.newstab a+a{ margin-left:36px;}

.newscon{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; margin-top:10px;}
.newsleft{ width:48%; float:left; padding-bottom:1%;}
.newsright{ width:51%; float:right;padding-bottom:1%;}
.newsright .news_div_item_a{ position:relative;}
.news .newsleft .news_div_item_body{ margin:5% 0 10% 4%;}
.news .news_div_item{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;flex-direction: row-reverse;     }
.newsleft .news_div_item{ padding:26px; background:#f5f5f5; position:relative;}
.newsright .news_div_item_content{ width:77%;}
.newsleft .news_div_item_content{ width:65%; padding-left:10px;}
.newsleft .news_div_item+.news_div_item{ margin-top:3%;}
.newsleft .news_div_item_pic{ overflow:hidden;width:44.8%;}
.news .news_div_item_pic img{ width:100%; height:auto; transition:all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{ transform: scale(1.1);}
.news_div_item:hover .news_div_item_a{color:#f38104;}
.news .news_div_item_a{ display:block; white-space:nowrap;text-overflow:ellipsis; font-size:18px; color:#666666;margin-left:4%; width:80%;}
.news .news_div_item_body{ font-size:14px; color:#666666; font-weight:lighter; line-height:30px; height:64px; overflow:hidden; margin-top:10px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.newsleft .news_div_item_a:after{ content:''; display:block; position:absolute; bottom:60px; right:30px; width:25px; height:25px; background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211011/20211011162016_1205292830.png) no-repeat center;}
.newsright .news_div_item{ padding:16px; background:#f5f5f5; position:relative;}
.newsright .news_div_item_pic{ width:25%; overflow: hidden;}

.newsright .news_div_item_body {height: 60px; -webkit-line-clamp: 2;line-clamp: 2; margin-left:4%; width:80%;}
.newsright .news_div_item+.news_div_item{ margin-top:2%;}
.newsright .news_div_item_date{ position:absolute; padding-left:20px; text-align:center; height:115px; border-left:1px solid #f0f2f1; top:0; margin:auto 0; bottom:0; right:15px; font-size:16px; color:#666666; line-height:30px;font-family: 'FuturaBT2';}
.newsright .news_div_item_month,.newsright .news_div_item_day{ display:inline-block;font-family: fontDin1}
.newsright .news_div_item_year{ font-size:25px;font-family: fontDin1}
.newsright .news_div_item_a:after{ content:''; display:block; position:absolute; right:-80px; bottom:-80px; width:25px; height:25px; background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211011/20211011162016_1205292830.png) no-repeat center;}
.newsleft .news_div_item_date{ font-size:0; position:absolute; bottom:60px;left: calc(40% + 40px);}
.newsleft .news_div_item_date>div{ display:inline-block; font-size:18px; color:#999; font-family: fontDin1;}


.newsright .divdgweb_new_div_item_a{ position:relative;}
.news .newsleft .divdgweb_new_div_item_body{ margin:5% 0 10% 4%;}
.news .divdgweb_new_div_item{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;flex-direction: row-reverse;     }
.newsleft .divdgweb_new_div_item{ padding:26px; background:#f5f5f5; position:relative;}
.newsright .divdgweb_new_div_item_content{ width:77%;}
.newsleft .divdgweb_new_div_item_content{ width:65%; padding-left:10px;}
.newsleft .divdgweb_new_div_item+.divdgweb_new_div_item{ margin-top:3%;}
.newsleft .divdgweb_new_div_item_pic{ overflow:hidden;width:40%;}
.news .divdgweb_new_div_item_pic img{ width:100%; height:auto; transition:all .6s ease;}
.news .divdgweb_new_div_item:hover .news_div_item_pic img{ transform: scale(1.1);}
.divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color:#f38104;}
.news .divdgweb_new_div_item_a{ display:block; white-space:nowrap;text-overflow:ellipsis; font-size:18px; color:#666666;margin-left:4%; width:80%;}
.news .divdgweb_new_div_item_body{ font-size:14px; color:#666666; font-weight:lighter; line-height:30px; height:64px; overflow:hidden; margin-top:10px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.newsleft .divdgweb_new_div_item_a:after{ content:''; display:block; position:absolute; bottom:60px; right:30px; width:25px; height:25px; background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211011/20211011162016_1205292830.png) no-repeat center;}
.newsright .divdgweb_new_div_item{ padding:16px; background:#f5f5f5; position:relative;}
.newsright .divdgweb_new_div_item_pic{ width:25%; overflow: hidden;}

.newsright .divdgweb_new_div_item_body {height: 60px; -webkit-line-clamp: 2;line-clamp: 2; margin-left:4%; width:80%;}
.newsright .divdgweb_new_div_item+.divdgweb_new_div_item{ margin-top:2%;}
.newsright .divdgweb_new_div_item_date{ position:absolute; padding-left:20px; text-align:center; height:115px; border-left:1px solid #f0f2f1; top:0; margin:auto 0; bottom:0; right:15px; font-size:16px; color:#666666; line-height:30px;font-family: 'FuturaBT2';}
.newsright .divdgweb_new_div_item_month,.newsright .divdgweb_new_div_item_day{ display:inline-block;font-family: fontDin1}
.newsright .divdgweb_new_div_item_year{ font-size:25px;font-family: fontDin1}
.newsright .divdgweb_new_div_item_a:after{ content:''; display:block; position:absolute; right:-80px; bottom:-80px; width:25px; height:25px; background:url(//memberpic.114my.cn/zengyi/uploadfile/image/20211011/20211011162016_1205292830.png) no-repeat center;}
.newsleft .divdgweb_new_div_item_date{ font-size:0; position:absolute; bottom:60px;left: calc(40% + 40px);}
.newsleft .divdgweb_new_div_item_date>div{ display:inline-block; font-size:18px; color:#999; font-family: fontDin1;}

@media screen and (max-width:1380px){
	.news .news_div_item_a{width:75%;font-size: 16px; color:#333;}
	.news .news_div_item_body{ height:60px;}
	.newsleft .news_div_item_date{bottom: 30px;}
	.newsleft .news_div_item_a:after{bottom: 30px;}
	}


/*版权*/
.lines_bg{border-top: 1px #eee solid;}
.linkTagcs{width:90% !important;}
.linkTagcs li a{display:block;margin-top:30px;}
.end1 {width: 90%;margin: 0 auto;overflow: hidden;position: relative;padding: 10px 0;}
.copyright{ background:#222;}
.links{ line-height:88px;}
.links p{ float:left; font-size:28px; color:#999;margin-right: 20px;}
.links d{float: left;font-size:18px;color:#333;}
.links p:nth-child(2){ font-size:18px; margin:0 20px 0 5px;}
.crcon{ padding:65px 0 80px;}
.crkslj li{ float:left;padding:0 100px 0 0;}
.crkslj li p{ font-size:20px; color:#fff; margin:0 0 20px 0;}
.crkslj li a{ display:block; font-size:14px; color:#999; line-height:34px;}
.crkslj li a:hover{ color:#fff;}
.crcon_tel{padding: 0px 0 0 100px;height: 240px;border-left:1px solid #2e2e2e;float: left;}
.crcon_tel a{font-size:14px; color:#999; line-height:34px;display: block;}
.crcon_ewm p{width: 162px;line-height: 30px;border: 1px solid #2e2e2e;text-align: center;margin-top: 5px;color: #999;}
.crcon_tel p{font-size: 24px;color: #fff;margin-bottom:20px;}
.end{ border-top:1px solid #2e2e2e; line-height:50px;}
.end,.end a{ font-size:15px; color:#999;}
.end 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(//memberpic.114my.cn/zengyi/uploadfile/image/20211025/20211025170337_1402203408.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:#f38104; 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;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color:#f38104; border-color:#f38104; 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: #f38104; border-color: #f38104;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#f38104; 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:260px;}
.y-kefu-box01 .y-email-infos p { color: #f38104; 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; }