/*样式初始化及公共样式部分*/
*,:after,:before{ box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
*{ margin:0px; padding:0px; }
body{ color:#333; font-size:13px; margin:0 auto; background-color:#fff; font-family:"Microsoft YaHei"; overflow-x:hidden; }
a{ color:#333; text-decoration:none; }      /*定义全局链接颜色*/
a:hover{ color:#f39800; transition:0.3s all; }      /*定义全局链接鼠标滑过颜色*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0px; padding:0px; list-style:none; border:0px; }    /*主要标签的样式初始化*/
address, caption, cite, code, dfn, em, strong, th, var, optgroup, i{ font-style: inherit; font-weight: inherit; }

.cl{ clear: both; height:0px; }  /*清除左右浮动*/
.fl{ float:left; }     /*定义左浮动*/
.fr{ float:right; }     /*定义右浮动*/
#copy{ display:none; }      /*隐藏后台自带版权DIV*/
.page{ width:1400px; margin:0 auto; height:auto; overflow:hidden; }
.page1{ width:1400px; margin:0 auto; }
.box,.news,.footer1{ width:100%; margin:0 auto; height:auto; overflow:hidden; }    /*定义版面统一宽度*/
.top20{ margin-top:20px; }    
.top30{ margin-top:30px; }
.top40{ margin-top:40px; }
.top50{ margin-top:50px; }
.top60{ margin-top:60px; }
.top65{ margin-top:65px; }
.top70{ margin-top:70px; }

/*通用代码*/
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1300px; overflow-x:hidden;}

/*抬头*/
.htel:after {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: -35px;
    top: 0;
    z-index: -1;
    background: #f39800;
}
.htop{padding:0 2.5%;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:54px; background:#1c1c1c; font-size:15px; color:#ffffff; font-weight:lighter;}
.htop p:nth-child(1){ padding-left:30px; background:url(//memberpic.114my.com.cn/021477/uploadfile/image/20201224/20201224150812_833941532.png) no-repeat left center;}
.htel {
    position: relative;
    font-size: 14px;
    color: #fff;
    height: 54px;
    line-height: 52px;
    z-index: 3;
}
.htel span{ display:inline-block;padding-left:35px; background:url(http://076988943852.n.zyqxt.com/uploadfile/image/20210329/20210329165338_624128653.png) no-repeat left center;}
.htel em{ font-size:25px; font-family:fontDin1; display:inline-block; vertical-align:sub;}
.hsecond{ padding:0 2.5%; height:133px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.hleft ,.hright,.hcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.hmean{ margin-left:18px; font-size:18px; color:#333;}
.hmean b{ display:block; font-size:30px; color:#333;}
.dropmenu{ position:absolute; top:100%; left:0;z-index:99; opacity:0; visibility:hidden; transition:all .3s ease; width:150%; left:-25%; text-align:center;background:rgba(0,0,0,.8);}
.dropmenu a{ display:block; line-height:50px; font-size:15px; color:#fff; transition:all .3s ease; white-space:nowrap;}
.nav ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.nav>ul>li{ position:relative; margin-right:42px;}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{ color:#f39800; font-weight:normal;}
.nav>ul>li>a{ line-height:133px; display:block; font-size:18px; color:#222222; font-weight:lighter; position:relative;}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block; width:100%;}
.nav>ul>li>a:after{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; height:3px; background:#f39800; width:0; transition:all .3s ease; bottom:20px;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.dropmenu a:hover{ background:#f39800;}
.nav>ul>li:hover .dropmenu{ opacity:1; visibility:visible;}
.hcode li{ position:relative; width:40px; height:40px; border-radius:5px; background:#f39800 url(http://076988943852.n.zyqxt.com/uploadfile/image/20210329/20210329190456_378907765.png) no-repeat center; cursor:pointer; margin-left:18px;}
.hcode li:nth-child(2){ background-image:url(http://076988943852.n.zyqxt.com/uploadfile/image/20210329/20210329190456_1868968300.png);}
.hcode li:nth-child(3){ background-image:url(http://076988943852.n.zyqxt.com/uploadfile/image/20210329/20210329190456_1868968300.png);}
.hcode li img{ position:absolute; width:100px; height:auto; top:110%; padding:10px; background:rgba(0,0,0,.3); right:0; transition:all .3s ease; visibility:hidden; z-index:9; opacity:0;}
.hcode li:hover img{ top:100%; visibility:visible; opacity:1;}
@media screen and ( max-width:1600px ){
	.nav>ul>li{ margin-right:20px;}
	.nav>ul>li>a{ font-size:16px;}
	}
@media screen and ( max-width:1700px ){
	.nav>ul>li{ margin-right:10px;}
	.nav>ul>li>a{ font-size:18px;}
	}
	
	 
/*幻灯片开始*/
.banner-box{ min-width:1400px; height:650px; position:relative; overflow:hidden; background:#eee; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:650px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn{ width: 100%; position: absolute; top: 266px; left: 0; margin-left: 0; height:372px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; }
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210329/20210329164418_1556109135.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210329/20210329164418_1556109135.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center; }
.banner-box .hd ul li{ width:100px; height:6px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{ background:#f39800; width: 100px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; 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; }



/*搜索*/
.sousuo_bg { background: #f5f5f5;}
.search{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:70px;}
.keyword,.keyword a{ font-size:15px; color:#222222; font-weight:lighter;}
.keyword span{ font-weight:normal;}
.keyword{ padding-left:34px; background:url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210329/20210329174524_1050250755.png) no-repeat left center;}
.search_bg{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
#soo{ background:#f39800;}
#infoname{ border:1px solid #ebebeb; background:#f8f8f8; border-right:none; height:46px; padding-left:20px; width:240px;}



.bt { text-align: center; font-size: 43px; color: #333; }
.bt p i { color: #f39800; font-weight: bold; }
.bt span { font-size: 18px; color: #666; display: block; padding-top: 6px; }

/*实力*/
.bg { width: 100%; min-width: 1400px; }
.strength_bg { background: #fafafa; padding: 60px 0; }
.strength_l{width: 500px;}
.strength_l p{font-size: 33px;color: #333;padding-top: 15px;}
.strength_l d{font-weight: bold;}
.strength_l i{width: 470px;height: 1px;display: block;background: #ccc;position: relative;margin: 25px 0 35px;}
.strength_l i:before{content: '';width: 40px;height: 3px;display: inline-block;background: #f39800;position: absolute;left:0px;top: -1px;}
.strength_l dd{font-size: 16px;color: #666;line-height: 30px;}
.strength_r li{width: 200px;height: 220px;display: block;float: left;background: #fff;text-align: center;padding-top: 40px;}
.strength_r li+li{margin-left: 15px;}
.strength_r p{font-size: 60px;font-family: 'Arial';color: #333;font-weight: bold;}
.strength_r d{font-size: 16px;color: #666;line-height: 26px;margin-top: 10px;display: block;}
.strength_r p:after{content: '';width: 22px;height: 22px;display: inline-block;background: #f39800;border-radius: 50%;font-size: 12px;color: #fff;line-height: 22px;font-weight: lighter;position: relative;top: -5px;left: 5px;}
.strength_r li:nth-child(1) p:after{content: '㎡';}
.strength_r li:nth-child(2) p:after{content: '+';}
.strength_r li:nth-child(3) p:after{content: '+';}
.strength_r li:nth-child(4) p:after{content: '+';}

 

/*产品*/
.prod_bg{height:1415px;}
.prod_t{height:159px;position:relative;}
.prod_t .sort_1{float:left;}
.prod_t .sort_1>a{display:block;width:375px;height:82px;line-height: 82px;background: linear-gradient(to right,#f1f1f1,#f1f1f1,#f5f5f5);font-size: 20px;color:#333;text-align: center;transition: all 0.3s;}
.prod_t .sort_1.on>a{width:650px;background: #f39800;color:#fff;box-shadow: none;}
.prod_t .sort_1 .sort_2{border:1px #eee solid;border-top:none;width:1400px;height:77px;line-height: 77px;    display: none;}
.prod_t .sort_1.on .sort_2{display:block;position: absolute;left: 0;}
.prod_t .sort_1 .sort_2 a{display: block;float:left;margin-left: 40px;font-size:16px;}
.prod_t .sort_1 .sort_2 a:first-child{margin-left: 55px;}
.prod_t .sort_1 .sort_2 a:before{display:block;float:left;content:"";width:8px; height:8px;margin: 34px 10px 0 0;background: #ccc;border-radius: 100%;}
.prod_t .sort_1 .sort_2 a:hover:before{background: #f39800;}

.prod_b{margin-top:40px;}
.prod_b tr:last-child{display:block;margin-top:38px;height:440px;}
.prod_b td{display: block;float: left;width: 441px;height: 460px;margin-right: 38px;padding-left: 0px !important;background: #f5f5f5;position: relative;    transition: all 0.3s;}
.prod_b td:hover{    background: none;}
.prod_b td:last-child{margin-right: 0px;}
.prod_b td:before { display: block; content: ""; width: 441px; height: 0px; background: linear-gradient(to bottom,#ffa000,#f5a319,#de8f0a); position: absolute; z-index: -1; transition: all 0.3s; }
.prod_b td:hover:before{height:460px;}
.prod_b td>a{display: block; margin-top: 25px;}
.prod_b td br{display: none;}
.prod_b td span{}
.prod_b td span a{display: block;margin-top: 30px;font-size: 18px;color: #333;}
.prod_b td:hover span a{ color:#fff; }
.prod_b td span a:after { display: block; content: "了解详细"; width: 175px; height: 35px; line-height: 35px; margin-top: 20px; background: linear-gradient(to right,#e08e04,#f7b64c,#e08e04); border-radius: 17px; color: #fff; }
.prod_b td:hover span a:after{background:#fff;color: #f39800;}



/*产品优势*/
.padv_bg{background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210417/20210417090953_1448563626.jpg)no-repeat top; padding-top:90px;}
.padv_top span{width: 104px;height: 5px;background: #ef9a09;display: block;}
.padv_top p{font-size: 50px;color: #222;font-weight: lighter;text-transform: uppercase;margin-top: 15px;}
.padv_top d{font-weight: bold;}
.padv_top dd{font-size: 20px;color: #666;letter-spacing: 3px;line-height: 40px;}
.padv_ul{margin-top: 39px}
.padv_ul li{width: calc(1400px/4);height: 214px;background: #fff;display: block;float: left;text-align: center;padding-top: 40px;}
.padv_ul li:nth-child(2),.padv_ul li:nth-child(5),.padv_ul li:nth-child(7){background: #eee;}
.padv_ul li span{font-size: 58px;color: #f39800;letter-spacing: -1px;font-weight: lighter;height: 40px;overflow: hidden;display: block;}
.padv_ul li p{font-size: 25px;font-weight: bold;color: #222;margin-top: 15px;}
.padv_ul li d{font-size: 16px;color: #666;line-height: 36px;}
.padv_ul li:nth-child(8){background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210417/20210417090953_450269352.jpg)no-repeat center;}
.padv_ul li:nth-child(8) p{font-size: 20px;color: #fff;font-weight: lighter;line-height: 36px;}
.padv_ul li:nth-child(8) d{font-size: 38px;color: #fff;font-weight: bold;font-family: 'Arial';}


/*品质*/
.quality_cont li{display: block;float: left;}
.quality_cont li+li{margin-left: 26px;}
.quality_cont li p{font-size: 24px;color: #222;margin-top: 10px;}
.quality_cont li d {font-size: 20px;color: #f39800;padding-top: 7px;display: block;}
.quality_img img{width: 330px;}
.quality_b{padding: 30px 60px;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);display: inline-block;border-radius: 300px;transition: 0.3s ease all;    cursor: pointer;}
#quality_b{text-align: center;margin-top: 60px;}
.quality_b p{font-size: 22px;color: #999;transition: 0.3s ease all;}
.quality_b dd{font-size: 28px;color: #222;font-weight: bold;transition: 0.3s ease all;}
.quality_b d{color: #f39800;transition: 0.3s ease all;}

.quality_b:hover{background:#f39800;}
.quality_b:hover p{color:#fff;}
.quality_b:hover dd{color:#fff;}
.quality_b:hover d{color:#fff;}



/* 誉丰- 解决方案*/
.solve{ padding:80px 0 0px 0;}
.solcon{ margin-top:40px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; font-size:0;}
.solleft{width:469px; height:734px; padding:23px 16px 0 20px; background:#f0f0f0;}
.solleft li{ position:relative; cursor:pointer;}
.solleft li{ height:116px; padding:16px 20px; border-bottom:1px solid #eeeeee;}
.solleft li a{ display:block; width:100%; height:100%;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; position:relative; z-index:3;}
.solleft li p span{ font-size:22px; color:#666666; display:block; overflow:hidden; text-overflow:ellipsis; margin-bottom:5px; transition:all .3s ease;}
.solleft li p em{ transition:all .3s ease; font-size:13px; color:#cccccc; font-weight:lighter; text-transform:uppercase;}
.solleft li p{ margin-left:30px;}
.solpic{ width:136px; height:85px;}
.solpic img{ width:100%; height:100%;}
.solleft li:after{ content:''; display:block; position:absolute; left:-20px; width:0; height:100%; top:0; background:#f39800; transition:all .3s ease; z-index:2;}
.solleft li.on:after{ width:486px;}
.solleft li.on span{ font-weight:bold; color:#fff;}
.solleft li.on em{ color:#ffcc77;} 
.solright{ height:734px; background:#f5f5f5; width:931px; }
.solright .divdgweb_new_div .divdgweb_new_div_item{ width:931px; height:734px; overflow:hidden; position:relative; padding-top:610px}
.solright .news_div_item_pic{ position:absolute; overflow:hidden; width:100%; top:0; left:0; height:582px;}
.solright .news_div_item_pic img{ width:100%; height:100%;}
.solright .divdgweb_new_div_item_content{ padding:0 45px;} 
.solright .divdgweb_new_div_item_a{font-size: 22px; color: #666666; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.solright .divdgweb_new_div_item .divdgweb_new_div_item_body{ font-size:16px; color:#999999; line-height:30px; height:60px; overflow:hidden;display: -webkit-box;　-webkit-box-orient: vertical;　-webkit-line-clamp: 2; margin-top:10px;}
.solright .divdgweb_new_div_item .divdgweb_new_div_item_date{ display:none;}


/*四大优势*/
.adv{ height:909px; background:url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210330/20210330144117_974620182.jpg) no-repeat center; padding-top:76px; margin-top:80px;}
.advtitle{ text-align:center; font-size:45px; color:#343434; font-weight: bold;}
.advtitle span{ display:block; font-size:22px; font-weight:lighter; color:#8b8b8b; margin-top:10px;}
.advtitle b{ color:#f39800;}
.advcenter{ padding:57px 60px; background:#fff; position:relative; border-radius:50px 0 50px 0; margin-top:40px;}
.advleft{ width:535px; margin-top:13px;}
.advcenter:after{ content:''; display:block; position:absolute; width:100%; height:2px; left:0; bottom:145px; background:#ececec;}
.adv_t i{ display:inline-block; vertical-align:top; width:86px; line-height:83px; text-align:center; border-radius:6px; background:#f39800; font-size:55px; color:#fff; font-family:fontDin;}
.adv_t span{ display:inline-block; vertical-align:top; margin-left:30px;}
.adv_t span b{ display:block; font-size:35px; color:#333333; padding-top:3px;}
.adv_t span em{ font-size:18px; color:#acacac; font-family:fontDin1;}
.adv_c{ margin-top:60px; font-size:16px; color:#888888; line-height:35px;}
.adv_c p+p{ margin-top:30px;}
.adv_c p{ padding-left:26px; background:url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210330/20210330183657_70710108.png) no-repeat 0 11px;}
.advtab{ font-size:0; margin-top:52px; position:relative; z-index:2;}
.advtab li{ display:inline-block; text-align:center; vertical-align:top; font-size:32px; color:#1d1d1d; cursor:pointer;}
.advtab li+li{ margin-left:200px;}
.advtab li span{ display:block; margin:10px 0 5px 0; transition:all .3s ease;}
.advtab li em{ font-size:15px; color:#666666; font-family:fontDin1; transition:all .3s ease;}
.advtab li i{ display:inline-block; width:27px; height:27px; box-sizing:border-box; position:relative; background:rgba(113,113,114,0.3); border-radius:50%; transition:all .3s ease;}
.advtab li i:after{ content:''; display:block; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; border-radius:50%; width:11px; height:11px; background:#f1f1f1;}
.advtab li.on i {background: rgba(243, 152, 0, 0.3);}
.advtab li.on i:after{ background:#f39800;}
.advtab li.on,.advtab li.on em{ color:#f39800;}
.advtab li.on span{ font-weight:bold;}




/*about*/
.com_bg{background:url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210417/20210417141419_1627927377.jpg) no-repeat center;padding: 80px 0;overflow:hidden;}
.abright{width: 56%;background:rgba(255,255,255,0.9);padding:80px;}
.abright>p:nth-child(1){font-size:18px;color: #565656;margin-bottom:30px;}
.abright>p:nth-child(1) strong{display:block;font-size:38px;color:#303632;margin-bottom: 16px;}
.abright>p:nth-child(2){font-size:15px;color:#8a8a8a;line-height: 36px;}
.abright>p a{display:inline-block;width:150px;line-height:45px;text-align:center;font-size: 16px;color: #fff;background: #272121;transition:all .3s ease;}
.abright>p a:hover{ background:#f39800; color:#fff;}
.abright>p a+a{ margin-left:18px;}
.abright>p:nth-child(3){margin-top: 35px;}

.fac_box{margin:0px auto;}
.fb_tab{text-align:center;font-size:0;}
.fb_tab a{font-size:28px;color:#757575;display:inline-block;vertical-align:top;width:690px;line-height:1em;padding-bottom:30px;border-bottom:1px solid #fafafa; font-weight: 100;}
.fb_tab a.cur{border-bottom:1px solid #333;color:#333;font-weight:100;}
.fb_con{margin-top:30px;position:relative;width:1555px;margin:auto;background:#fff;padding:60px 30px 0px 30px;}
.fb_con li{width:1332px;height:362px;position:relative;overflow:hidden;display:block;margin:auto;}
.fb_con li+li{display:none;}
.fb_con li table{position:absolute;top:0;left:0;width:1400px;}
.fb_con li td br{display:none;}
.fb_con li td div a{display: block;line-height: 45px;font-size: 15px;font-weight: 200;width: 300px;margin: auto;text-align: center;background:#f5f5f5;color: #333;position: relative; top: -30px;}
.fb_con li td:hover div a { background: #f39800; color: #fff;}
.fb_con li td img { width: 100% !important; height: auto; border: 1px solid #eee;}
.fb_con>div{width:60px;height:60px;position:absolute;top:50%;margin-top:-31px;transition:600ms;background:#1c1c1c url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210417/20210417140800_1170438450.png)no-repeat center;}
.fbc_btnl{left:30px;}
.fbc_btnr{right:30px;transform: rotateY(180deg);}
.fb_con>div:hover{background-position:-73px center;cursor: pointer;transition:600ms;background:#f39800 url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210417/20210417140800_2047038719.png)no-repeat center;}
.fb_con li tr{display:block;}
.fb_con li td{width:424px;display:inline-block;vertical-align:top;margin-right: 30px;}
.fb_con li td:last-child{margin-right:0;}


/*誉丰 • 新闻中心*/
.news_bg{ padding:20px 0 80px 0;}
.news *{box-sizing: border-box;}
.news_cont{height:572px;margin-top: 50px;}
.news_cont_l{width:560px;height:570px;}
.news_cont_l .news_div{    width: 560px;height: 595px;padding: 36px;background: #efefef;}
.news_cont_l .news_div_item{ position: relative;}
.news_cont_l .news_div_item_date{position: absolute;right: 0;top: 355px;width: 100px;height: 20px;display: block;    font-size: 14px;line-height: 20px;font-family: 'Arial';}
.news_div_item_year ,.news_div_item_month ,.news_div_item_day{float:left}
.news_cont_l .news_div_item_content{position: absolute; top: 350px;}
.news_cont_l .news_div_item_pic{position: absolute;}
.news_cont_l .news_div_item_pic img{width:488px;height:325px;}
.news_cont_l .news_div_item_a{font-size:18px;color:#333;font-weight:lighter;width:100%;height: 185px; display: block;position: absolute; z-index: 3;}
.news_cont_l .news_div_item_body{font-size:14px;color:#999;font-weight:lighter;margin-top:36px; line-height:24px;}
.news_cont_l .news_div_item_body:after{content:'了解详情+';width:160px;height:35px;background:#f39800;text-align:center;color:#fff;display:block;line-height:35px;     position: relative;   top: 26px;}
.news_cont_l .news_div_item_a:hover{color:#f39800;}
.news_cont_r{width:805px;height:604px;}
.news_cont_r ul{height:65px;}
.news_cont_r ul a{width:32%;height:63px;margin-left:2%;float:left;background:#e8e8e8;border:1px solid #efefef;text-align:center;line-height:65px;font-size:18px;color:#333;font-weight:bolder;display:block; font-weight: 300;}
.news_cont_r ul a:nth-child(1){ margin-left:0;}
.news_cont_r .cur{background:#f39800;color:#fff;}
.news_cont_r .news_div_item{margin-top:8px;position: relative;width:805px;border:1px solid #eee;height:169px; background: #fff; padding:10px;}
.news_cont_r .news_div_item_date{display:none;}
.news_cont_r .news_div_item_pic{position: absolute;}
.news_cont_r .news_div_item_pic img{width:221px;height: 148px;}
.news_cont_r .news_div_item_content{position: absolute;width:515px;left:260px;top:33px;}
.news_cont_r .news_div_item_a{font-size:18px;color:#333;width:100%;height:115px;display:block;position:absolute;z-index:3;}
.news_cont_r .news_div_item_a:hover{color:#f39800;}
.news_cont_r .news_div_item_body{font-size:14px;color:#999;font-weight:lighter;margin-top:36px;line-height:24px;}
.news  .news_div_item:hover .news_div_item_body:after{background: #a30d19;}


/*copy*/
.copy{background:#232323; width: 100%;padding: 50px 0px 10px; border-top:5px  solid #f39800;}
.copy_row1:after{content: '';clear: both;display: block;}
.copy_item{float:left;padding-right:38px;margin-right:40px;}
.copy_item ul strong{display: block;padding:0 0 10px; position: relative;}
.copy_item ul strong a{display: block; line-height: 40px;color: #fff;font-weight: normal;font-size: 16px;}
.copy_item ul strong a .en{font-size: 12px;color: #666;font-weight: normal;text-transform: capitalize;}
.copy_item ul li a{display: block;color: #aaa;line-height: 30px;font-size: 14px;font-weight: lighter;}
.copy_item ul li{display: block;}
.copy_item ul li a:hover{color: #f1f1f1;text-decoration: underline;}



.copy_item ul strong::after { position: absolute; content: ""; top: 50px; width: 26px; height: 3px; background-color: #fff; left: 0px; }
.copy_item :hover strong::after { position: absolute; content: ""; top: 50px; width: 77px; height: 3px; background-color: #f39800; left: 0px; transition: 0.5s; }


.copy_r1_tel{background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210330/20210330193333_1723082622.png) no-repeat right 15px;color:#f1f1f1;font-size:15px;line-height:35px;position: relative;width: 100%;padding:10px 0 10px;}
.copy_r1_tel:after{content: '';display:block;width: 100%;height: 2px;background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210330/20210330193333_2053547142.jpg) no-repeat center;position: absolute;bottom: 0px;left: 0;}
.copy_r1_tel strong{font-size: 22px;color: #f39800;line-height: 30px;display: block;font-weight: normal; font-weight:bold;}
.copy_r1_r{width: 400px;float: right;}
.copy_r1_add{background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210330/20210330193333_339239480.png) no-repeat left center;color: #ccc;font-size: 14px;line-height: 30px;padding: 10px 0 0 30px;}
.copy_r1_Contact{background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210330/20210330193334_1404716963.png) no-repeat left center;color: #ccc;font-size: 14px;line-height: 30px;padding: 10px 0 0 30px;}

.copy_row1{padding-bottom: 45px}
.copy_row2{background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210330/20210330193334_689127058.png) no-repeat center;width: 100%;height: 70px;}
.copy_row2 .friend_link_l{font-size: 17px;color: #f1f1f1;line-height: 25px;padding: 15px 15px 15px 70px;display: block;float: left;width: 160px;}
.copy_row2 .friend_link_l .en{font-size: 12px;font-weight: 100;color: #999;display: block;text-transform: capitalize;line-height: 15px;}
.copy_row3 .copy_r3_l{color: #aaa;font-size: 13px;line-height: 80px;width: 70%;float: left;height: 80px;}
.copy_row3 .copy_r3_l a {color: #aaa; font-size: 13px;text-transform: uppercase;}
.copy_row3 .copy_r3_l a:hover{color: #f1f1f1;text-decoration: underline;}
.copy_row3 .copy_r3_r{width: 8%;float: right;height: 70px;line-height: 70px;color: #aaa;font-size: 15px;}
.linkTagcs li{text-align:center;  padding: 0 5px;     width: auto !important;}

.copy_r3_ico{width: 32px;height: 32px;position: relative; float: left;margin: 25px 0 0 20px;}
.copy_r3_ico i{width: 32px;height: 32px;background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210416/20210416175650_857524567.png) no-repeat center top;display: block;}
.copy_r3_ico2 i{background: url(//memberpic.114my.com.cn/076988943852/uploadfile/image/20210416/20210416175747_1298775107.png) no-repeat center top;}
.copy_r3_ico img{display: none;position: absolute;bottom: 40px;width: 120px;height: 120px;left: -50%;margin-left: -30px;}

.copy_r3_ico:hover i{background-position-y:-65px;}