/*新闻样式*/
.in_new{ line-height:28px; width:95%; margin:0 auto; font-size:14px;}
.in_new p{ text-indent:2em; padding-bottom:13px;}
.in_new p a{color:#e00809; text-decoration:underline;}


body,td{font-size:14px; color:#555; font-family:Microsoft YaHei;}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#e00809; text-decoration:underline;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{ margin:0; padding:0;}
dl,dt,dd{margin:0px; padding:0px; list-style:none;}
ul,li{list-style:none;}
em,i{font-style:normal;}
img{border:0;}
.cl{clear:both;}
.fl{float:left;}
.fr{float:right;}



/*字体*/
@font-face {
font-family:neutraface2;
src: url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.ttf),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.eot),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.otf),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.woff),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.woff2);
}
@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}
@font-face {
font-family:Tw Cen MT;
src: url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.ttf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.eot),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.otf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff2);
}



/*顶部*/
.topbg{width:100%; height:50px; background:#f5f5f5; min-width:1400px;}
.top_fl{float:left; margin-left:3%; line-height:50px;}
.top_fl a{color:#333; font-weight:bold; text-decoration:none;}
.top_fl a:nth-child(2n){color:#555; font-weight:normal;}
.top_fr{float:right; padding-right:3%; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220225/20220225123845_70951612.png) left center no-repeat;}
.top_fr em{float:left; margin-left:48px; margin-top:13px; padding-left:35px; padding-top:5px; line-height:18px; color:#fff; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220225/20220225123845_244141708.png) left center no-repeat;}
.top_fr span{float:left; margin-left:10px; font-family:DIN Medium; font-size:28px; line-height:50px; color:#fff;}



/*抬头*/
.headbg{width:100%; height:143px; min-width:1400px; position:relative; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220225/20220225123845_927052715.jpg); background-position:bottom; background-repeat:repeat-x;}
.head_fl{position:absolute; left:3%; top:0;}
.head_fl .logo{float:left; margin-top:30px;}
.head_fl .logo a{display:block; font-size:18px; line-height:18px; color:#333; text-transform:uppercase; padding:52px 0 3px 160px; text-decoration:none; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220225/20220225123845_1474592439.png) left center no-repeat;}
.head_fl .slogan{float:left; margin-top:43px; margin-left:20px; padding-left:38px; font-size:26px; line-height:26px; color:#333; font-weight:bold; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220225/20220225123845_1893825813.png) left center no-repeat;}
.head_fl .slogan p{margin-top:10px; font-size:18px; line-height:18px; color:#555; font-weight:normal;}
.head_fr{position:absolute; right:3%; top:0;}
.head_fr .head_nav{float:left; margin-right:30px;}
.head_fr .head_nav li{float:left; text-align:center; width:120px; position:relative;}
.head_fr .head_nav li > a{display:block; padding:54px 0 51px; font-size:16px; line-height:16px; color:#333; text-decoration:none;}
.head_fr .head_nav li > a span{display:block; margin-top:10px; font-family:Arial; font-size:12px; line-height:12px; color:#999;}
.head_fr .head_nav li > a:hover,.head_fr .head_nav li > a.navcurrent,.head_fr .head_nav li > a:hover span,.head_fr .head_nav li > a.navcurrent span{color:#e00809; font-weight:bold;}
/*下拉*/
.head_fr .head_nav em{position:absolute; left:0; top:143px; z-index:9; display:none; transition:0.3s all ease-in-out;}
.head_fr .head_nav em a{display:block; width:200%; line-height:40px; background:#e00809; color:#fff; border-bottom:1px solid rgba(255,255,255,.1); text-decoration:none; transition:0.5s;}
.head_fr .head_nav em a:hover{background:#ffb400;}
.head_fr .head_nav li:hover em{display:block;}

.head_fr .head_but{float:right; margin-top:50px;}
.head_fr .head_but a{float:left; position:relative; cursor:pointer;}
.head_fr .head_but a+a{margin-left:15px;}
.head_fr .head_but a em{position:absolute; left:-40px; top:34px; display:none; z-index:1;}
.head_fr .head_but a em img{width:120px;}
.head_fr .head_but a:hover em{display:block;}
@media screen and (max-width: 1680px){
.head_fr .head_nav li{width:100px;}
}
@media screen and (max-width: 1600px){
.head_fl .slogan{display:none;}
}



/*幻灯片*/
.banner{ overflow:hidden; background:#fff; position:relative;}
.banner-box{ min-width:1400px; height:450px; position:relative; margin:0 auto;}
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:450px; background-position:center; background-repeat:no-repeat;450px}
.banner-box .bd li a{ display:block; background-size:auto;}
.banner-btn{ width:100%; position:absolute; top:0; left:0; margin-left:0; height:100%; overflow:hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:42%; 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(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220225/20220225123845_1429323994.png) 0 0 no-repeat; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220225/20220225123845_1429323994.png) -49px 0 no-repeat; }
.banner-box .hd { position:absolute; bottom:30px; width:100%;}
.banner-box .hd ul { width:1400px; margin:0 auto; text-align:center; }
.banner-box .hd ul li{ width:11px; height:11px; border-radius:22px; text-indent:-9999px; background:#fff;cursor:pointer;display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{ background:#e00809; width:50px;}
.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;}



/*版权*/
.bottom_bgx{width:100%; margin-top:60px; height:10px;cursor: pointer; background: #e00809;}
.bottom_bgx span {display:block;width:100%;height:10px;background-color:#e00809;animation: span_i1 2s infinite;float:right;}
@keyframes span_i1{
0%{ width:0%; background-color:#2b2c33}
25%{ width:100%; background-color:#2b2c33}
100%{ width:0%; background-color:#2b2c33}
}

.copy {width: 100%;background: #191b28;    padding: 10px 0 0px;overflow: hidden; line-height:30px;}
.copy_box1 {width:1400px;margin: 0 auto;}
.copy_tab {padding: 60px 0;overflow: hidden;}
.copy_tabr {border-top:none;padding: 80px 0;overflow: hidden;}
.copy_con {}
.copy_con li {float:left;text-align: left; padding-left:77px; padding-right:160px; position: relative;transition:0.5s;}
.copy_con li p {font-size: 18px;color: #ffffff;margin-bottom: 20px;}
.copy_con li p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_con li a {font-size: 14px;color: #999999;display: inherit;line-height: 30px;transition: all 0.3s linear;}
.copy_con li a:hover {color: #ffffff;transition: all 0.3s linear;}
.copy_con li:before {content: '';width:1px;height: 25px;background: #e00809;position: absolute;left:1px;top:0;z-index: 1;transition:0.5s;}
.copy_con li:after {content: '';width:1px;height: 230px;background: #383838;position: absolute;left:1px;top:0;transition:0.5s;}
.copy_con li:nth-child(2){width:231px; padding-right:100px;}
.copy_con li:nth-child(2) a{float:left; display:block; width:115px;}
.copy_r {float: right;}
.copy_r p {font-size: 18px;color: #ffffff;}
.copy_r p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_r ul {display: flex;width:280px;justify-content: space-between;padding-top: 20px;}
.copy_r li i {display: inline-block;width: 120px;height: 120px;background: #ffffff;margin-bottom: 12px;}
.copy_r li {font-size: 14px;color: #ffffff;text-align: center;width: 130px;}
.copy_r li img{width: 120px; height:120px;}

.copy_row3 {text-align:center;margin:0 auto;color:#999;font-size:14px;background:#191b28;width:100%;overflow:hidden; border-top: 1px rgba(51,51,51,0.8) solid; padding-bottom:30px; padding-top:20px;  height:25px; overflow:hidden;}
.copy_row3cont{ margin:0 auto; width:1400px;}
.copy_row3 a{color:#999;font-size:14px;}
.copy_n{line-height:40px;color:#999;font-size:14px;float:left;}
.copy_n a{display:inline-block;color:#999;font-size:inherit;font-size:14px;}
.copy_nr{float:right;color:#999;line-height:40px}
.copy_nr span{display:block; float:left;}
.link{float:left; width:386px; overflow:hidden;}
.linkTagcs{ height:25px;}



/*幻灯片*/
#webdh{width:100% !important;}
#bodycon{ margin-top:40px;}
.strong_title{ display:none;}
.mianbxContent{ width:100% !important; text-align:left !important; height:35px!important; line-height:35px!important; padding-bottom:8px; margin-bottom:20px !important; border-bottom:1px solid #e1e0e0; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220228/20220228162423_1669904048.png) left 8px no-repeat; text-indent:2em;}
.mianbxContent,.mianbxContent a{ color:#666; font-size:16px;}



/*翻页显示方式*/
.page_total,.pages_box a,.page_jump{ display:inline-block; height:36px; font-size:13px; line-height:36px; background:#eee; border:1px solid #eee; vertical-align:middle; padding:0 14px; cursor:pointer;}
.pages_box a{ color:#666; margin-left:10px; text-decoration:none;}
.pages_box a.page_curr,.pages_box a:hover{ color:#fff; font-size:13px; background:#e00809;}
.page_jump{ margin-left:10px;}
.back_column{ width:1100px !important; clear:both;}



/*产品列表页第六种方式*/
.protemptwo li:hover .protemppic img{ transform:scale(1.5) !important;}
.protemptitl:before{ background:#e00809 !important;}
.propic_show_left_20170301{ width:600px !important; margin:0 auto; float:none !important;}
.propic_show_left_20170301 img{ width:600px !important;}
.propic_show_right_20170301{ float:none !important; width:700px !important; padding-left:0 !important; margin-left:250px; height:130px; overflow:hidden; position:relative;}
.propic_show_right_20170301:before{ content:""; display:block; width:100%; height:130px; background:#FFF; z-index:1; position: absolute;}
.propic_show_right_item_20170301{ position:absolute; z-index:2; top:30px; left:0;}
.propic_show_right_item_20170301 img{ width:100px !important;}
.protemptwo li:hover .protemppic a:after{display:none !important;}



/*自定义列表页第二种方式*/
.nylist-photo{border:4px solid #fafafa;}
.nylist li:after{background:#e00809 !important;}
.nylist li a{text-decoration:none !important;}
.nylist-content{background:#dedede !important;}/*标题背景色*/
/*自定义列表页第七种方式*/
.nylist li:hover .nylist-title{color:#e00809 !important;}
.nylist .nylist-photo{width:355.42px; height:262px; overflow:hidden;}
.nylist .nylist-photo img{width:355.42px; height:262px;}
.nylist li:hover .nylist-photo img{transform:scale(1.2);}



/*新闻页列表第一种方式*/
.nynews-list:hover .nynews-title{color:#e00809 !important;}
.nynews-list:hover .nynews-more{background:#e00809 !important;}
.nynews-date{width:4% !important; font-family:neutraface2 !important;}
.nynews-date p{white-space:nowrap;}
.nynews-content{width:65% !important;}
.nynews-text{font-size:16px !important; line-height:36px !important;}



/*新闻二级分类*/
.nswsfenlei_2019{ margin:0 auto; width:1400px; margin-bottom:30px; margin-top:40px; height:100px;}
.nswsfenlei_2019 li{ position:relative; width:24.2%; text-align:left; float:left; margin-right:11px; line-height:44px; transition: all .5s; text-decoration:none; background:#f5f5f5; text-transform:uppercase;}
.nswsfenlei_2019 li a:after{ position:absolute; top:43px; right:40px; display:inline-block; content:''; width:28px; height:20px; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220228/20220228162424_137510402.png) no-repeat;}
.nswsfenlei_2019 li:hover a:after,.curNewsType_2019:after{ content:''; width:28px; height:20px; background:url(https://memberpic.114my.com.cn/0320251/uploadfile/image/20220228/20220228162424_1198485807.png) no-repeat !important;}
.nswsfenlei_2019 li a{ display:block; padding:20px 0 36px 22px; font-size:24px; color:#222; text-decoration:none;}
.nswsfenlei_2019 li a:hover{ color:#fff; font-weight:bold;}
.nswsfenlei_2019 li a:before,.curNewsType_2019 a:before{ position:absolute; top:48px; color:#888; font-size:15px; font-family:Arial;}
.nswsfenlei_2019 li:nth-child(1) a:before{ content:'NEWS CENTER';}
.nswsfenlei_2019 li:nth-child(2) a:before{ content:'Industry information';}
.nswsfenlei_2019 li:nth-child(3) a:before{ content:'information';}
.nswsfenlei_2019 li:nth-child(4) a:before{ content:'common problem';}
.nswsfenlei_2019 li:hover,.curNewsType_2019{background-color:#e00809 !important;}
.nswsfenlei_2019 li:hover a:before,.curNewsType_2019 a:before{ color:#fff !important; font-weight:normal;}
.curNewsType_2019 a{ color:#fff !important; font-weight:bold;}



/*新闻详情页*/
.nyxqnews_righttit strong{ color:#e00809!important;}
.nyxqnews_righttit:before { background:#e00809!important;}
.nyxqnewsfanhui{ left: -1158px !important;}
.nyxqnews_left { width: 1030px !important;}
.nyxqnews { width: 1400px !important;}
.nyxqnews_leftpage { width: 1075px !important;}
.nyxqnews_leftup { width: 464px !important;}
.nyxqnews_leftdown { width: 354px !important;}



/*内页幻灯片*/
.ny_banner{width:100%; height:450px; position: relative;}
.ny_banner_title{ margin:0 auto; width:1350px; color:#555; letter-spacing:1px; padding-top:160px; padding-left:50px;}
.ny_banner_title p{position:relative; font-size:33px; font-weight:bold; display:block; height:60px; margin-bottom:20px;}
.ny_banner_title p:after { content:""; position:absolute; width:70px; height:1px; display:block; background:#555; left:0; bottom:0; opacity:0.5;}
.ny_banner_title span{font-size:18px; opacity: 0.8;}