/* CSS Document */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,i{font-style:inherit;font-weight:inherit;}
*{box-sizing: border-box;font-size:14px;line-height:1em;}
html, body {min-height: 100%;}
body{min-width:1300px;}
body {font:14px/1.5 "Microsoft YaHei";font-size:14px;color:#333;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol,li{list-style: none;}
img {border: none;vertical-align: middle;}
a {text-decoration: none;color: #333;}
b{font-weight:normal;}
table {border-collapse: collapse;table-layout: fixed;}
tr,td{padding:0 !important;}
input, textarea {outline: none;border: none;}
textarea {resize: none;overflow: auto;}
.fl {float: left}
.fr {float: right}
.dfc{display:flex;align-items:end;justify-content:center;}
.dfs{display:flex;align-items:end;justify-content:space-between;}
.dfe{display:flex;align-items:end;justify-content:end;}
.rob{font-family:'rob';}
.cl{clear:both;}
.ov{overflow:hidden;}
.db, .lb, .dd{font-size:0;}
.db>div, .lb>li, .dd>dl{display:inline-block;vertical-align:top;}
.bt{text-align: center;padding-top: 30px;color: #36a062;margin-bottom: 30px;}
.bt>dl>dt{font-size:36px;font-weight: bold;}
.bt>dl>dd{font-size: 16px;color: #36a062;}
em, .em,i{text-transform:uppercase;font-family:arial;vertical-align:top;display:block;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.inline{display: inline-block;*display: inline;*zoom: 1;}
.w1500{width:1500px;margin:0 auto;}
:focus {outline:none;background-color:transparent;}
::selection{background:#F1D302;color: #fff;}

@font-face {
  font-family: 'ylfont';
  src:url('../cssnew/iconfont.eot.txt');
  src:url('../cssnew/iconfont.eot.txt?#iefix') format('embedded-opentype'),
      url('../cssnew/iconfont.woff2.txt') format('woff2'),
      url('../cssnew/iconfont.woff.txt') format('woff'),
      url('../cssnew/iconfont.ttf.txt') format('truetype'),
      url('../cssnew/iconfont.svg.txt#ylfont') format('svg');
}
@font-face {
  font-family: "rob";
  src: 
  url("../cssnew/Roboto.woff2.txt") format("woff2"),
  url("../cssnew/Roboto.woffv") format("woff"),
  url("../cssnew/Roboto.ttf.txt") format("truetype"),
  url("../cssnew/Roboto.eot.txt") format("embedded-opentype"),
  url("../cssnew/Roboto.svg.txt") format("svg");
}

/*iconfont*/
.ylfont {
  font-family: "ylfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*header*/
.head{width:100%;height:142px;z-index: 999;background:#fff;box-shadow:0 0 6px rgba(0, 0, 0, 0.25);padding:0 2.6vw;align-items:center;position: relative;}
.head_on{position: fixed;top:0;left:0;animation: headBox 1s;}
.logo{margin-right:20px;padding-top: 5px;}
.logo img{width:9.5vw;min-width: 160px;}
.com_bt .tempWrap{width:19vw;min-width:250px;height:40px;background:#e10f1d;}
.com_bt ul li{width:100%;height:38px;line-height:38px;font-size:1.2vw;font-weight: bold;color:#fff;position:relative;text-align-last:justify;text-align:justify;text-justify:distribute-all-lines;padding:0 0.5vw;}
.com_bt ul li span{position:absolute;top:0;right:-50px;}
.com_bt p{font-size:1.46vw;font-weight: bold;align-items: center;position: relative;text-align-last: justify;text-align: justify;text-justify: distribute-all-lines;margin-bottom: 10px;}
.com_bt p em{font-size:1.2vw;font-weight: bold;color:#e10f1d;}
.com_bt p b{font-size:0.8vw;color:#666666;}
.com_bt p b span{font-size:0.8vw;font-weight: bold;color:#e10f1d;}
.nav{width:56%;min-width:614px;}
.nav>ul>li{width:calc(100% / 9);height: 142px;position:relative;}
.nav>ul>li:after{content:'';width:100%;height:0;background:#e10f1d;position:absolute;left:0;bottom:0;transition:all 0.3s ease;}
.nav>ul>li:hover:after,.nav>ul>li.on:after{height:5px;}
.nav>ul>li:hover:after{background:#d20c19;}
.nav>ul>li>a{width: 100%;font-size:16px;color:#666666;display: block;line-height:142px;text-align: center;position:absolute;z-index:2;transition:all 0.3s ease;}
.nav>ul>li.on a{color:#e10f1d;}
.nav>ul>li:hover a{color:#d20c19;}
.icon>div{width:36px;height:142px;position:relative;}
.icon>div+div{margin-left:5px;}
.icon>div i{width:36px;height:36px;text-align: center;line-height:36px;margin-top:53px;border-radius:100%;color:#e10f1d;font-size:16px;user-select:none;}
.icon>.ic_tel i{border:1px solid #eee;}
.icon>.ic_tel i:hover{border-color:#e10f1d;}
.icon>.ic_sear i,.icon>.ic_en i{background: #eee;}
.icon>.ic_sear i:hover,.icon>.ic_en i:hover{background:#e10f1d;color:#fff;}

.tel{width:242px;}
.tel p{padding-left:25px;color:#333;position:relative;}
.tel p:before{position:absolute;left:0;font-family:'ylfont';color:#333;font-size:18px;}
.tel em{font-family:'rob';font-size:23px;font-weight: bold;color:#e10f1d;margin-top:10px;}
.search_l{display:flex;align-items:end;justify-content:end;}
.search_l span{margin-left:6px;}
.search_r{margin-top:20px;position:relative;}
#infoname{width:582px;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.tel,.search,.en_box{background:rgba(255,255,255,0.96);padding:30px;position:absolute;top:142px;right:0;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;}
.icon>div:hover .search,.icon>div:hover .tel,.icon>div:hover .en_box{transform:rotateX(0deg);}

.en_box{padding:0px;}
.en_box>a{display:flex;padding:15px 30px;}
.en_box>a:hover{background:#eee;}
.en_box>a .icon{width: 30px;height: 30px;vertical-align: -0.15em;fill: currentColor;overflow: hidden;}
.en_box>a em{line-height:30px;margin-left:6px;text-transform: capitalize;}
.en_box>a+a{border-top:1px solid #eee;}

/*banner*/
.banner{width:100%;height:100%;overflow: hidden;position: relative;z-index:1;}
.banner .bd{position: relative;z-index:2;}
.banner .bd li{min-width:1200px;width:100%;height:800px;}
.banner .bd li img{width:100%;height:auto;}
.banner .hd{width:100%;height:100%;position:absolute;top:0;left:0;}
.banner .hd ul{width:100%;position:absolute;bottom:30px;z-index:3;}
.banner .hd li{width:20px;height:10px;border-radius:10px;background:#fff;font-size:0;}
.banner .hd li+li{margin-left:10px;}
.banner .hd li.on{background:#e10f1d;}
.banner .hd a{width:50px;height:100px;border-radius:4px;background:rgba(0,0,0,0.6);position:absolute;top:50%;margin-top:-50px;font-size:26px;color:#fff;text-align: center;line-height:100px;cursor: pointer;user-select:none;opacity:0;transition:all 0.5s;z-index:3;}
.banner .hd .next{left:30px;}
.banner .hd .prev{right:30px;}
.banner .hd a:hover{background:#000;}
.banner:hover .hd a{opacity:1;}

/*number*/
.number{height:200px;border-bottom:1px solid #efefef;border-top:5px solid #e10f1d;text-align: center;z-index:900;}
.number li{width:calc((100% - 3px) /4);padding:65px 0;}
.number li+li{height:200px;border-left:1px solid #efefef;}
.number li em,.number li span{display:inline-block;vertical-align:initial;}
.number li em{position:relative;font-family:Impact;font-size:52px;color:#e10f1d;line-height:100%;}
.number li span{font-size:18px;font-weight: normal;color:#e10f1d;margin-left:8px;}
.number li p{font-size:18px;color:#999;line-height:100%;}

/*all_title*/
.all_title{text-align: center;margin-bottom:50px;}
.all_title p{font-size:42px;color:#333;line-height:100%;}
.all_title p b{font-size:42px;font-weight: bold;}
.all_title span{font-size:18px;font-weight:400;color:#999;display: block;line-height:100%;margin-top:16px;}
.all_title i{width:68px;position:relative;margin:0 auto;}
.all_title i{margin-top:16px;height:30px;}
.all_title i:before,.all_title i:after{content:'';width:68px;height:1px;background:#ddd;position:absolute;top:50%;animation:wave 3s linear infinite;}
.all_title i:before{left:-68px;}
.all_title i:after{right:-68px;}
.all_title i em{font-size:30px;text-align: center;animation:viscose 2.5s linear infinite;}


@keyframes viscose{
  0%{transform:translateY(0px);}
  50%{transform:translateY(10px);}
  100%{transform:translateY(0px);}
}
/*solution*/
.solu_wrap{width:100%;padding:80px 0;background:#fbfbfb url(https://memberpic.114my.com.cn/dgyilin/uploadfile/image/20200930/20200930114730_1079294160.jpg) no-repeat;}
.solu_cont{align-items: stretch;}
.sc_le{width:34.6%;}
.sc_le table{width:100%;height: 100%;}
.sc_le tbody{height: 100%;display: flex;flex-wrap: wrap;}
.sc_le tr{width:49.7%;height:19.52%;background:#fff;transition:all 0.3s ease;}
.sc_le tr:nth-child(n+3){margin-top:0.6%;}
.sc_le tr:nth-child(odd){margin-right:0.6%;}
.sc_le td{height:100% !important;display: block;}
.sc_le td+td{margin-left:5px;}
.sc_le tr.on{background:#e10f1d;}
.sc_le td .icon{width:26px;height:26px;fill: currentColor;overflow: hidden;transition:all 0.3s ease;}
.sc_le tr.on .icon,.sc_le tr.on .icon:hover path{fill: #fff;color: #fff;}
.sc_le td a{display: flex;height:100%;font-size:18px;position:relative;padding-left:117px;align-items: center;transition:all 0.3s ease;}
.sc_le tr.on a{color:#fff;}
.sc_le td a:before{height:26px;font-family:'ylfont';font-size:26px;line-height: 100%;position:absolute;top:50%;left:60px;margin-top:-13px;}
.sc_svg{display:none;}

.sc_ri{width:63%;}
.sc_ri .divdgweb_new_div_item{position:relative;}
.sc_ri .news_div_item_pic img{width:100%;height:auto;}
.sc_ri .divdgweb_new_div_item_content{width:100%;padding:35px;background:rgba(0,0,0,0.8);position:absolute;bottom:-50px;left:0;transition:all 0.3s ease;}
.sc_ri .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{bottom:0;}
.sc_ri .divdgweb_new_div_item_title{margin-bottom:35px;transition:all 0.3s ease;}
.sc_ri .divdgweb_new_div_item:hover .divdgweb_new_div_item_title{margin-bottom:25px;}
.sc_ri .divdgweb_new_div_item_title a{font-size:18px;color:#fff;display:block;position:relative;}
.sc_ri .divdgweb_new_div_item_title a:before{content: "\e60f";height:10px;font-family:"ylfont";font-size:16px;color:#999;line-height:10px;position:absolute;top:50%;right:0;margin-top:-5px;transition:all 0.3s ease;}
.sc_ri .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a:before{font-size:22px;color:#fff;}
.sc_ri .divdgweb_new_div_item_body{font-size:16px;color:#999;}

/*.solu_cont dl{width:calc((100% - 5%) / 3);background:#fff;padding:37px;border-radius:8px;position:relative;overflow: hidden;transition:all 0.3s ease;}
.solu_cont dl+dl{margin-left:2.5%;}
.solu_cont dl:nth-child(4),.solu_cont dl:nth-child(7){margin-left:0;}
.solu_cont dl:nth-child(n+4 ){margin-top:2.5%;}
.solu_cont dl:before,.solu_cont dl:after,.solu_cont dt:before,.solu_cont dt:after{content:'';width:60px;height:60px;background:#fbfbfb;border-radius:100%;position:absolute;transition:all 0.3s ease;}
.solu_cont dl:before{border:30px solid rgba(225,15,29,0.2);top:-60px;right:-60px;}
.solu_cont dl:hover:before{border:110px solid rgba(225,15,29,0.5);top:-140px;right:-140px;}
.solu_cont dl:after{left:-30px;bottom:-30px;}
.solu_cont dl:hover{transform:translateY(-20px);}
.solu_cont dl a{display: block;}
.solu_cont dt:before{left:-30px;top:-30px;}
.solu_cont dt:after{bottom:-30px;right:-30px;}
.solu_cont dt .icon{width: 56px;height: 56px;fill: currentColor;overflow: hidden;}
.solu_cont dd{margin-top:25px;}
.solu_cont dd p{font-size:22px;margin-bottom:15px;}
.solu_cont dd span{display: block;line-height:26px;font-size:16px;color:#999;}*/

/*two_titlw*/
.two_titlw{text-align: center;margin-bottom:50px;}
.two_titlw p{font-size:42px;font-weight: bold;margin-bottom:16px;}
.two_titlw span{font-size:18px;color:#999;display:inline-block;position:relative;}
.two_titlw span:before,.two_titlw span:after{content:'';width:68px;height:1px;background:#ddd;position:absolute;top:50%;}
.two_titlw span:before{left:-98px;}
.two_titlw span:after{right:-98px;}

/*products*/
.pro_box{margin:80px auto;}
.pro_tab table td b{font-size: 0;}
.pro_tab table {margin-top: 33px;position:relative}
.pro_tab table tbody{display: flex;text-align: center;line-height: 70px;justify-content:end;flex-direction: row;flex-wrap: wrap;}
.pro_tab table tr{width: calc((100% - 50px)/6);background: #f5f5f5;}
.pro_tab table tr+tr{margin-left:10px;}
.pro_tab table tr:nth-child(7),.pro_tab table tr:nth-child(13){margin-left:0;}
.pro_tab table tr:nth-child(n+7){margin-top:10px;}
.pro_tab table tr.on,.pro_tab table tr:hover{background:#e10f1d}
.pro_tab table tr.on td a,.pro_tab table tr:hover a{color:#fff!important}
.pro_tab table tr td+td{display:none;}
.pro_tab table tr td{display:block;width:100% !important;}
.pro_tab table td b a {font-size: 16px;font-weight: normal;display:block;line-height:52px;}

.pro_cont{margin-top:50px;}
.pro_cont li+li{display: none;}
.pro_cont .divproduct_new_div_item {display: flex;flex-direction: row-reverse;}
.pro_cont .divproduct_new_div_item_date{display:none;}
.pro_cont .divproduct_new_div_item .product_div_item_pic img {width: 515px;}
.pro_cont .divproduct_new_div_item .divproduct_new_div_item_content a,.yy_tit{font-size:24px;font-weight:bold;color:#333;display:block;position:relative;margin-left: 34px;}
.pro_cont .divproduct_new_div_item .divproduct_new_div_item_content a:after,.yy_tit:after{position: absolute;font-size:26px;font-weight:normal;}
.pro_cont .divproduct_new_div_item .divproduct_new_div_item_content a:after{content: "\e682";top:1px;left:-35px;color:#17af38;font-family:iconfont}
.yy_tit:after{content: "\e601";top:1px;left:-35px;color:#17af38;font-family:iconfont}
.pro_cont .divproduct_new_div_item .divproduct_new_div_item_content{padding:48px 54px 0 54px;background:#ededed;width:685px;}
.pro_yy{display:flex;justify-content: space-between;}
.pro_info{height:120px;margin:30px 0;font-size:16px;line-height:30px;color:#8f8f8f;overflow:hidden;}
.yy_tit{margin-bottom:25px;}
.pro_contcate {height: 640px;overflow: hidden;margin-top:22px;}
.pro_cont+.pro_cont{display:none}

.pro_cont tr{display: block;}
.pro_cont tr+tr{margin-top: 30px;}
.pro_cont td{width:23.7%;display: inline-block;text-align: center;}
.pro_cont td+td{margin-left:1.7%;}
.pro_cont td>a{display: block;position: relative;transition:0.5s;overflow: hidden;}
.pro_cont td>a:before{position:absolute;content:'';width: 0;height: 0;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);transition:0.5s;z-index: 2}
.pro_cont td>a:after{position:absolute;content: '+';top: -100%;left: 50%;margin-left: -25px;line-height: 48px;font-size: 60px;font-weight: 100;color: #fff;z-index: 3;transition: 0.5s;}
.pro_cont td:hover>a:before{width:100%;height:100%;transition:0.5s;}
.pro_cont td:hover>a:after{top:50%;transition:0.5s;margin-top: -5%;}
.pro_cont td>a img{width:100%;height:auto;border:1px solid #eee;transition:all 0.5s;}
.pro_cont td:hover>a img{transform:scale(1.2);}
.pro_cont td br{display: none;}
.pro_cont td span{width: 100%;height: 70px;background: #f5f5f5;position: relative;display: block;transition:0.5s;}
.pro_cont td span:after{position:absolute;content:'';width: 0;height: 100%;top: 0;left: 0;background:#e10f1d;transition:0.5s;}
.pro_cont td:hover span:after{width:100%;transition:0.5s;}
.pro_cont td span>a{line-height: 70px;font-size: 18px;position: relative;z-index: 2;transition:0.5s;}
.pro_cont td:hover span a{color:#fff;transition:0.5s;}

.pro_hot{background:url(https://memberpic.114my.com.cn/dgyilin/uploadfile/image/20200917/20200917191330_719900049.png) no-repeat center;height:618px;margin-top:-100px;padding-top:71px;}
.cf_tit {display: flex;justify-content: space-between;margin:24px 0 27px 0;}
.cf_tit b{font-size:22px;color:#fff;position: relative;margin-left:15px;padding-top:2px;}
.cf_more a{font-size:14px;color:rgba(255,255,255,0.24);padding-top:25px;display:block;}
.cf_more span{font-size:6px;color:#000;margin-left:6px;}
.cf_tit b:before{content: '\e61d';position: absolute;top: 27px;left: -16px;font-family: "iconfont" !important;font-size:22px;color:#fff;}
.cf_img table td table tr td a {font-size: 16px;color: #fff;display:inline-block;margin-top:14px;overflow:hidden}
.cf_img table td table tr td{padding-left:16px!important;}
.cf_img table td table tr td a:hover img{transform:scale(1.2)}
.cf_img table td table tr td a img{transition: all .5s;}
.cf_img{ overflow: hidden;}

/*quality*/
.qua_wrapp{width:100%;padding-top:80px;position:relative;}
.qua_wrapp:before{content:'';width:100%;height:664px;background:#e10f1d;border-bottom-left-radius: 50%;border-bottom-right-radius: 50%;position:absolute;top:0;left:0;}
.qua_title{position:relative;}
.qua_title p,.qua_title span,.qua_title em{color:#fff;}
.qua_title p{font-weight: bold;}
.qua_cont{position:relative;}
.qua_cont dl{width:31.6%;margin-bottom:20px;border:1px solid #eee;padding:30px;background:#fff;transition:all 0.3s ease;}
.qua_cont dl:hover{transform:translateY(-20px);border-color:#fff;box-shadow:0 0 20px rgba(0,0,0,0.05);}
.qua_cont dt img{width:100%;}
.qua_cont dd{background:#fff;padding:30px 0;border-top:0;transition:all 0.3s ease;}
.qua_cont dd p{font-size:30px;font-weight: bold;color:#e10f1d;}
.qua_cont dd span{display: block;font-size:16px;color:#999;line-height:26px;margin-top:25px;height:78px;overflow: hidden;}
.qua_cont dd button{border:none;background:none;display:flex;align-items:center;justify-content:space-between;padding: 0;margin-top:30px;text-indent:-7px;transition:all 0.3s ease;}
.qua_cont dl:hover dd button{width:126px;background:#e10f1d;border-radius:4px;}
.qua_cont dd button i{width:42px;height:42px;border-radius:4px;background:#e10f1d;font-size:26px;line-height:42px;text-align: center;color:#fff;opacity:1;transition:all 0.3s ease;}
.qua_cont dl:hover dd button i{transform:translateX(-21px);opacity:0;}
.qua_cont dd button a{font-size:16px;color:#999;margin-left:22px;position:relative;line-height:42px;transition:all 0.3s ease;}
.qua_cont dl:hover dd button a{transform: translateX(-38px);color:#fff;}
.qua_cont dd button a:before{font-family:'ylfont';font-size:16px;color:#fff;position:absolute;top:0%;right:-18px;opacity:0;transition:all 0.3s ease;}
.qua_cont dl:hover dd button a:before{opacity:1;}

/*customize*/
.cus_box{margin:50px auto 80px;}
.cus_tit span{font-size:22px;font-weight: bold;display: block;padding-left:15px;border-left:5px solid #e10f1d;}
.cus_tit em{font-size:14px;text-transform:uppercase;color:#999;margin-top:10px;}
.cus_cont{margin-top:30px;}
.cus_cont li{width:8.5vw;min-width:130px;height:8.5vw;min-height:130px;border:1px solid #eee;text-align: center;display:flex;flex-direction:column;justify-content: center;transition:all 0.3s ease;}
.cus_cont li:hover{border-color:#e10f1d;background:#e10f1d;animation:custon 1s linear;}
.cus_cont li i{font-size:36px;}
.cus_cont li:hover i{color:#fff;}
.cus_cont li span{display: block;font-size:16px;line-height:22px;margin-top:20px;}
.cus_cont li:hover span{color:#fff;}

@keyframes custon{
  0%{transform:translateY(0);}
  20%{transform:translateY(-10px) rotate(15deg);}
  40%{transform:translateY(-3px) rotate(-10deg);}
  60%{transform:translateY(5px) rotate(12deg);}
  80%{transform:translateY(-5px) rotate(-6deg);}
  100%{transform:translateY(0px) rotate(0deg);}
}

/*superior*/
.sup_wrapp{background:#f5f5f5;padding:80px 0;}
.sup_wrapp .lmbt span, .sup_wrapp .lmbt span b, .sup_wrapp .lmbt p{color: #ffffff;}
.sup_nr{margin-top: 40px;}
.sup_nr>ul>li{float: left;width:calc((100% - 3px) / 4);height:100px;background:#ffffff;position: relative;display:flex;align-items:center;justify-content:end;padding-left:3.13vw;transition:all 0.5s;}
.sup_nr>ul>li+li{margin-left:1px;}
.sup_nr>ul>li.on{background:#e10f1d;}
.sup_nr>ul>li i{font-style:normal;display: block;font-size:52px;margin-right:1vw;}
.sup_nr .on i{color:#fff;}
.sup_nr>ul>li p span{font-style:normal;font-size:20px;display: block;line-height:100%;}
.sup_nr .on p span{color:#ffffff;font-weight: bold;}
.sup_nr >ul>li p em{font-size:12px;line-height:100%;margin-top:10px;}
.sup_nr .on p em{color:#fff;}
.sup_nr .bz{width: 100%;height:540px;overflow: hidden;margin-top:50px;display: inline-block;}
.sup_nr .show_list{}
.sup_nr .show_list+.show_list{}
.sup_nr .supl{width:50%;height:540px;overflow: hidden;}
.sup_nr .supr{width:50%;height:540px;background: #ffffff;padding: 50px 60px;}
.sup_nr .supr_t{height:82px;overflow: hidden;display:flex;align-items:end;justify-content:end}
.sup_nr .supr_tr{color: #ffffff;text-align: center;width: 76px;height: 100%;background:#000;}
.supr_box{width:100%;height:100%;background:#e10f1d;border-bottom-right-radius:44px;padding-top:12px;}
.sup_nr .supr_tr i{display: block;font-size: 38px;line-height:100%;font-family: Impact;}
.sup_nr .supr_tr p{font-family: Arial;font-size: 14px;line-height:100%;text-transform:uppercase;margin-top:5px;}
.sup_nr .supr_tl{width:calc(100% - 76px);border-bottom:1px dashed #ddd;padding-top:19px;padding-left:1vw;padding-bottom:18px;}
.sup_nr .supr_tl b{font-size:24px;line-height:100%;font-weight: bold;display: block;}
.sup_nr .supr_tl p{font-size: 12px;line-height: 100%;color: #666666;text-transform: uppercase;margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sup_nr .supr_z{margin-top: 28px;}
.sup_nr .supr_z p{line-height:26px;color:#7b7b7b;padding-left:1.8vw;position: relative;}
.sup_nr .supr_z p+p{margin-top:10px;}
.sup_nr .supr_z p:before{font-family: "ityfont";font-size:16px;color:#cecece;position:absolute;top:0;left:0.5vw;}
.sup_nr .supr_icon{margin-top:3.8vh;padding-left:1.8vw;}
.sup_nr .supr_icon ul{display:flex;align-items:end;justify-content:end;}
.sup_nr .supr_icon li{padding:0 3vw;text-align: center;}
.sup_nr .supr_icon li:first-child{padding-left:0;}
.sup_nr .supr_icon li:last-child{padding-right:0;}
.sup_nr .supr_icon li+li{border-left:1px solid #efefef;}
.sup_nr .supr_icon li i{font-size:50px;line-height:100%;}
.sup_nr .supr_icon li p{font-size:14px;color:#666666;line-height:100%;margin-top:14px;}
.sup_nr .supr_d{margin-top: 56px;display:flex;align-items:center;justify-content:end;}
.sup_nr .supr_d a{width:140px; height:46px; background:#e10f1d;text-align: center;}
.sup_nr .supr_d a+a{background:#000;margin-left: 5px;}
.sup_nr .supr_d a span{font-size: 16px;line-height: 46px;color:#ffffff;padding-left:24px;position: relative;display: block;}
.sup_nr .supr_d a span:before{font-family: "ylfont";font-size:16px;position:absolute;top:0;left:25px;}
.sup_nr .supr_d a span img{margin-right: 5px;margin-left: 26px;}
/*about*/
.about_bg{width:100%;margin-bottom:80px;}
.about_box{margin:80px auto 50px;}
.about_box .all_title p{font-weight:bold;}
.ab_cont{align-items: normal;}
.abc_le,.abc_ri{width:50%;}
.abc_le{border:5px solid #eee;min-width:632px;}
.abc_le img{width:100%;}
.abc_ri{padding:15px 0 0 35px;}
.abc_ri p{font-size:32px;color:#e10f1d;font-weight: bold;line-height:100%;}
.abc_ri em{font-size:15px;color:#999;line-height:100%;margin-top:8px;text-transform:capitalize;letter-spacing: 3px;}
.abc_ri span{display: block;margin-top:35px;font-size:16px;color:#999;line-height:32px;margin-bottom:50px;max-height:196px;overflow: hidden;}
.abc_ri li{width:22%;}
.abc_ri li+li{margin-left:5%;}
.abc_ri li a{display: block;padding:10% 0;border:3px solid #eee;text-align: center;line-height:36px;transition:all 0.3s ease;}
.abc_ri li a:hover{border-color:#e10f1d;font-size:24px;color:#e10f1d;}
.abc_ri li i{font-size:42px;color:#999;transition:all 0.3s ease;}
.abc_ri li a:hover i{color:#e10f1d;}
.abc_ri li p{font-size:16px;color:#666;margin-top:12px;font-weight: normal;transition:all 0.3s ease;}
.abc_ri li a:hover p{color:#e10f1d;}

.plant{background:#fff;}
.plant_cont{margin-top:30px;}
.plant_cont{margin-top:30px;overflow:hidden;}
.plant_cont tr{display:block;}
.plant_cont td{width:282px;margin-right:21px;display:inline-block;}
.plant_cont td img{width:100%;height:auto;}
.plant_cont td br{display:none;}
.plant_cont td div a{display:block;line-height:42px;}

/*copy*/
.copy_wrap{padding: 62px 0; background:#262626;}
.cw_cont{position:relative;}
.cw_nav{color:#fff;padding-bottom:50px;border-bottom:1px solid #4444;margin-bottom:50px;}
.cw_nav span{font-size:20px;font-weight:bold;}
.cw_nav a{ color:#fff; font-size: 16px; font-weight: normal;display: inline-block;line-height: 20px;}
.cw_nav a:hover{color:#e10f1d;}
.cw_con{margin-top:50px;}
.cw_con{color: #cfcfcf;line-height: 36px; font-size: 14px;text-align: center;}
.cw_con a{ color:#cfcfcf; display: inline-block;}  
.cw_logo{ left:0; top:75px;margin-bottom:30px;}
.cw_fl span{display: block;font-size:20px;color:#999;margin-top:10px;line-height:100%;}
.iyldianhua11{font-size: 30px;color: #cfcfcf; height: 34px;line-height: 34px;margin-top:30px;position:relative;}
.iyldianhua11:before{width:52px;font-size:52px;color:#e10f1d;font-family:'ylfont';position:absolute;top:50%;margin-top:-26px;left:0;}
.m_code{position: absolute;right: 48px;top:-12px;}
.cw_con li,.cw_con li a{line-height:36px;text-align: left;font-size:16px;}
.cw_con li a:hover{color:#fff;}
.cw_code{width:260px;}
.cw_code li img{width: 152px;height: 152px;display: block;margin: 0 auto;}
.cw_code li em{display: block;height: 40px;line-height: 40px;text-align: center;font-size: 12px;color: #fff;}
.cw_code ol li{font-size:20px;padding:10px;color:#888;border:1px solid #444;line-height: 100%;transition:all 0.3s ease;}
.cw_code ol li+li{margin-top:10px;}
.cw_code ol li.on{border-color:#fff;color:#fff;}

.links{width:100%;height:62px;background:#e4e4e4;}
.links span{display: block;line-height:62px;font-size:16px;color:#333;}

/*news*/
.news_bg{padding:80px 0;background:#f5f5f5;}
.news_box{}
.news_box .all_title{margin-bottom:30px;}
.nb_tab{text-align: center;font-size:0;margin-bottom:50px;display: flex;justify-content: center;}
.nb_tab a{width:266px;height:72px;text-align: center;padding-top:21px;transition:0.5s;display: flex;
    justify-content: center;}
.nb_tab a.on{background:#e10f1d;color:#fff;transition:0.5s;}
.nb_tab a.on b{color:#fff;}
.nb_tab a.nt1{background:#f0f0f0;transition:0.5s;}
.nb_tab a.nt2{background:#d6d6d6;transition:0.5s;}
.nb_tab a i,.nb_tab a b{display:inline-block;}
.nb_tab a i{width:29px;height:29px;overflow: hidden;position:relative;}
.nb_tab a i img{position:absolute;top:50%;left:0;margin-top:-14px;transform-origin:left;transition:0.5s;}
.nb_tab a i .two{transform:rotateY(90deg);transition:0.5s;}
.nb_tab a.on i .one{transform:rotateY(-90deg);transition:0.5s;}
.nb_tab a.on i .two{transform:rotateY(0deg);}
.nb_tab a b{font-size:22px;font-weight: bold;line-height: 26px;margin-left: 12px;color:#342c2a}

.nbls_le {width:32%;height:460px;background:#fff;overflow:hidden;position:relative;}

.nbls_le .news_div_item{width:100%;height:460px;position:relative;background: #e10f1d;}
.nbls_ri .news_div_item_pic{display:none;}
.nbls_le .news_div_item_content{position:absolute;top:341px;left:10px;padding:0 35px 0 25px;}
.nbls_le .news_div_item_pic{width:100%;border:1px solid #eee;}
.nbls_le .news_div_item_pic img{width:100%;height:auto;}
.nbls_le  .hd{position:absolute;bottom: 166px;right: 40px;}
.nbls_le  .hd li{width:10px;height:10px;background:#d9d6d3;border-radius:100%;font-size:0;}
.nbls_le  .hd li+li{margin-left:12px;}
.nbls_le  .hd li.on{background:#e10f1d;}
.nbls_le .news_div_item_title a,.nbls_ri .news_div_item_title a{font-size:16px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 1em;text-decoration: blink;transition:0.5s;}
.nbls_le .news_div_item:hover .news_div_item_title a,.nbls_ri .news_div_item:hover .news_div_item_title a{color:#e10f1d;}
.nbls_le .news_div_item_body,.nbls_ri .news_div_item_body{height:52px;line-height:26px;color:#999;margin-top:20px;transition:0.5s;}
.nbls_ri .news_div_item:hover .news_div_item_body{color:#333;}
.nbls_ri{width:65%;}

.nbls_ri .news_div_item{width:calc((100% - 24px) / 2);height:212px;display:inline-block;vertical-align:middle;padding:20px;;transition:0.5s;position:relative}
.nbls_ri .news_div_item:hover{background:#eee;transition:0.5s;}
.nbls_ri .news_div_item:nth-child(2),.nbls_ri .news_div_item:nth-child(4){margin-left:24px;}
.nbls_ri .news_div_item:nth-child(3),.nbls_ri .news_div_item:nth-child(4){margin-top:24px;}
.nbls_ri .news_div_item_content{margin-top: 50px;}
.nbls_ri .news_div_item_date{position:relative;padding-left:24px;}
.nbls_ri .news_div_item_date>div{transition:0.5s;}
.nbls_ri .news_div_item:hover .news_div_item_date>div{color:#333;}
.nbls_ri .news_div_item_day{}
.nbls_ri .news_div_item_year,.nbls_ri .news_div_item_month{}
.fl{float: left;}
.fr{float:right}
.page{width:1200px;margin:0 auto;}
.lb{font-size:0;display:flex;justify-content: space-between;}
 .news_div_item_date{font-size:14px!important;color:#999!important;display:flex;}
 .news_div_item_date .news_div_item_month,.news_div_item_date .news_div_item_day{padding-left:5px}
.nblsl_li .news_div_item_date{width:calc(100% - 72px);padding-left:24px;position:absolute;bottom: 163px;left: 35px;}
.news_div_item_date:before{    content: '\e630';font-size: 16px;font-family:ylfont;position: absolute;top: 1px;left:0;}
.nbls_ri .news_div_item:hover .news_div_item_date:before{opacity:1}
.nblsl_li .news_div_item_date:after {position: absolute;content: '';width: 100%;height: 1px;background: #212020;top: 41px;left:0;opacity: .08;}
.nbls_ri .news_div_item:hover .news_div_item_date:after{}
.nbls_ri .news_div_item_date:after {position: absolute;content: '';width: 100%;height: 1px;background: #212020;top: 41px;left: 0;opacity: .08;}
.nbls_le .news_div_item_title a{font-size:16px;color:#342c2a;font-weight:bold;}
.nbls_le .news_div_item_content .news_div_item_body{font-size:14px;color:#999;line-height:24px;}
.nbls_le .news_div_item_body{margin-top:12px;}
.nblsl_li .news_div_item:before {content: '';position: absolute;top: 245px;left: 5px;width: calc(100% - 10px);height: 210px;background: #fff;}
.nbl_slib{position:relative;display: flex;align-items: end;justify-content: space-between;}
.nbls_ri .news_div_item_title a{font-weight: normal;color:#333;}
.nbls_ri .news_div_item_body{position:relative;margin-top:8px;!important}
.nbls_ri .news_div_item_body:after {content: "\e60f";position: absolute;font-family:ylfont;bottom: -28px;left: 0;color: #e10f1d;font-size: 26px;}
.nbls_ri .news_div_item:after {content: '';position: absolute;width: 100%;height: 1px;background: #e0e0e0;bottom: -3px;left: 0;}
.news_btn a {width: 93px;height: 26px;line-height: 26px;color: #fff;font-size: 14px;background: #e10f1d;display: block;text-align: center;position: absolute;bottom: 4px;left: 33px;}


@keyframes white-shadow{
  0%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0.5);
    box-shadow:0 0 0 0 rgba(255,255,255,0.5);
    -webkit-transition:box-shadow .3s ease-in-out;
    -webkit-transition:-webkit-box-shadow .3s ease-in-out;
    -o-transition:box-shadow .3s ease-in-out;
    transition:box-shadow .3s ease-in-out;
    transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  }
  100%{
    -webkit-box-shadow:0 0 0 30px transparent;
    box-shadow:0 0 0 30px transparent;
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-transition:box-shadow .4s ease-in-out;
    -webkit-transition:-webkit-box-shadow .4s ease-in-out;
    -o-transition:box-shadow .4s ease-in-out;
    transition:box-shadow .4s ease-in-out;
    transition:box-shadow .4s ease-in-out,-webkit-box-shadow .4s ease-in-out;
  }
}