<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";/*全局定义*/
body{background-color:#f5f5f5}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/22px Verdana,Arial,sans-serif,"微软雅黑","黑体",'宋体';}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
address,caption,cite,code,dfn,em,strong,th,var,i{font-style:normal;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0}
small{font-size:12px;}
dl,ol,ul,li{list-style:none;}
fieldset,img{border:0}
input,select,textarea{font-size:12px;vertical-align:middle;outline:none;resize:none;}
/*除IE6浏览器的通用方法*/
.ie6fixedTL{position:fixed;left:0;top:0}
.ie6fixedTR{position:fixed;right:5px;top:5px;}
/*修正IE6振动bug*/
*html,*html body{background-image:url(about:blank);background-attachment:fixed}
*html .ie6fixedTL{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop))}
*html .ie6fixedTR{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
.decoration{text-decoration:line-through;}/*文字中间一条线*/
/*定义默认的链接样式*/
a{text-decoration:none;outline:none;color:inherit}
a:link,a:visited{text-decoration:none;outline:none;color:inherit}
a:hover{color:inherit;color:#cb3334}

/*@font-face {font-family:'youyuan';src:url('../plug_in/font/qq-webfont.eot') format('embedded-opentype'),url('../plug_in/font/qq-webfont.woff') format('woff'),url('../plug_in/font/qq-webfont.ttf') format('truetype'),url('../plug_in/font/qq-webfont.svg') format('svg');font-weight:normal;font-style:normal;}
.YY89uan{font-family:'youyuan' !important;font-weight:normal !important;font-style:normal !important;}*/

/*网站宽度定义*/
.W1200{width:1200px;margin:0 auto;}
.public_clear{clear:both}
.pub_img{background-position:0px center;background-repeat:no-repeat}

/*布局位置*/
.floatL{float:left;}
.floatR{float:right;}
.absolute{position:absolute;}
.relative{position:relative;}
/*内容样式*/
.pointer{cursor:pointer;}/*鼠标样式*/
.NoBorder{border:0 none;}/*取消边框*/
.Break{word-break:break-all;word-wrap:break-word;}/*强制内容换行*/
.Nobreak{word-break:keep-all;word-wrap:normal;}/*强制内容不换行*/
.Beyhid{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}/*超出部分隐藏*/
.UnLine{text-decoration:underline;}/*文本下划线*/
.DisunLine{text-decoration:none;}/*文本无下划线*/
/*文本对齐方式*/
.text_l{text-align:left;}
.text_c{text-align:center;}
.text_r{text-align:right;}
/*显示和隐藏*/
.wrapper{clear:both;overflow:hidden;}/*通用容器*/
.o-hidden{overflow:hidden;}/*隐藏元素内容超出元素height 或 width 时，隐藏之*/
.invisible{visibility:hidden;}/*隐藏元素但是还是会在布局中占位*/
.hidden{display:none;}/*从页面布局上隐藏元素*/
.block{display:block;}/*从页面布局上显示元素*/
.clear{clear:both;height:0px;width:100%;font-size:1px;line-height:0px;visibility:hidden; overflow:hidden;}/*清理元素*/

/*边框定义*/
.BTW{border-top-width:1px;}
.BRW{border-right-width:1px;}
.BLW{border-left-width:1px;}
.BBW{border-bottom-width:1px;}
.Bord1{border:1px solid #999;}
.Bord2{border:2px solid #999;}

/*边框宽度(BW开头)*/
.BW1{border-width:1px;}
.BW2{border-width:2px;}
.BW3{border-width:3px;}

/*边框样式 (Bs开头)*/
.BsS{border-style:solid;}
.BsD{border-style:dashed;}

/*边框颜色(Bc开头)*/
.BcBlue{border-color:#0000FF;}
.BcBlack{border-color:#000;}

/*下划线*/
.BotLine{border-bottom:1px solid #CFCFCF; overflow:hidden;}
/*定义某个项目常用颜色*/
.c001{color:#663;}

/*字体样式*/
.FB{font-weight:bold;}
.FN{ font-weight:normal;}
.FI{font-style:italic;}

/*字体大小*/
.F10{font-size:10px;}
.F11{font-size:11px;}
.F12{font-size:12px;}
.F13{font-size:13px;}
.F14{font-size:14px;}
.F16{font-size:16px;}
.F18{font-size:18px;}

/*上下2个DIV间距*/
.DivH5,.DivH10,.DivH15,.DivH20,.DivH25,.DivH30,DivH1,.DivH40{width:100%;overflow:hidden;}
.DivH1{height:1px;}
.DivH5{height:5px;}
.DivH10{height:10px;}
.DivH15{height:15px;}
.DivH20{height:20px;}
.DivH25{height:25px;}
.DivH30{height:30px;}
.DivH40{height:40px;}

/*内外边距*/
.m10{margin:10px}
.m15{margin:15px}
.m30{margin:30px}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt50{margin-top:50px}
.mt100{margin-top:100px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr50{margin-right:50px}
.p10{padding:10px;}
.p15{padding:15px;}
.p30{padding:30px;}
.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt50{padding-top:50px}
.pb5{padding-bottom:5px}
.pl5{padding-left:5px}
.pl10{padding-left:10px}
.pl50{padding-left:50px}
.pl100{padding-left:100px}
.pr5{padding-right:5px}
.pr10{padding-right:10px}
.pr15{padding-right:15px}

/*定义行高*/
.LH1{line-height:1px;}
.LH10{line-height:10px;}
.LH15{line-height:15px;}
.LH18{line-height:18px;}
.LH20{line-height:20px;}
.LH25{line-height:25px;}
.LH30{line-height:30px;}
.LH35{line-height:35px;}

/*标题样式定义*/
.PTit25,.PTit20,.PTit18,.PTit30,.PTit,.PTit1,.PTit22{width:100%;overflow:hidden;}
.PTit30{line-height:30px;height:30px;}
.PTit25{line-height:25px;height:25px;}
.PTit22{line-height:22px;height:22px;}
.PTit20{line-height:20px;height:20px;}
.PTit18{line-height:18px;height:18px;}
.PTit15{line-height:15px;height:15px;}
.PTit10{line-height:10px;height:10px;}
.PTit1{line-height:1px;height:1px;}

/*MORE更多样式*/
.More{text-align:right;position:absolute;top:0;right:3px;}

/*普通列表样式定义*/
.ArtList,.ArtList25,.ArtList22,.ArtList24{width:100%;overflow:hidden;margin:0 auto;}
.ArtList li{width:100%;height:20px;line-height:20px;overflow:hidden;}
.ArtList25 li{width:100%;height:25px;line-height:25px;overflow:hidden;}
.ArtList24 li{width:100%;height:24px;line-height:24px;overflow:hidden;}
.ArtList22 li{width:100%;height:22px;line-height:22px;overflow:hidden;}

/*表单宽度预设*/
.input—large{width:390px;}
.input-mid{width:150px;}
.input-small{width:100px;}
.input-mini{width:50px;}
.input-7x{width:350px;}
.input-6x{width:300px;}
.input-5x{width:250px;}
.input-4x{width:200px;}
.input-3x{width:150px;}
.input-2x{width:100px;}
.input-x{width:50px;}

/*获得焦点边框*/
.focus{border:1px solid #d1d1d1;box-shadow:0 0 12px #ECECEC;}

/*文字颜色定义*/
.cRed{color:#F00;}
.cWhite{color:#FFF;}
.cGreen{color:#0F0;}
.cGray{color:#666;}
.cBlue{color:#00F;}
.cblack{color:#000;}

/*常规按钮定义*/
.btn{display:inline-block;margin-right:5px;height:38px;font-size:14px;line-height:38px;color:#edffd1;text-align:center;vertical-align:middle;cursor:pointer;border:0 none;background-color:#4bbd00;*outline:0 none; width:60px;box-sizing:border-box}

/*头部样式*/
#head{width:100%;font-family: "微软雅黑";}
#head .top_nav {background:#3f3f3f;height:37px;line-height:37px;}
#head .public_width{width:1200px;margin:0 auto;}
#head .top_nav .top_left{float:left;}
#head .top_nav .top_left span{display:inline-block;background: url(../img/hdtp.png);background-repeat:no-repeat;width:25px;height:20px;margin-top:10px;text-align:center;}
#head .top_nav .top_left .pos1{background-position:-40px 0px;}
#head .top_nav .top_left .pos2{background-position:-80px 0px;}
#head .top_nav .top_right{float:right;font-size:12px;color:#fff;display:inline-block;}
#head .top_nav .top_right span{background: url(../img/hdtp.png);background-repeat:no-repeat;width:25px;height:20px; padding:0px 15px;}
#head .top_nav .top_right a{font-size:12px;color:#fff;}
#head .top_nav .top_right a:hover{font-size:12px;color:#ba2020;}
#head .top_nav .top_right .pos3{background-position:-128px 0px;}
#head .top_nav .top_right .pos4{background-position:-158px 0px;}
#head .top_nav .top_right .pos5{background-position:-188px 0px;}
#head .top_nav .top_right .tp1 {margin-left: 20px;}
#head .logo{background-color:#cb3334}
#head .logo_logo{padding-top: 25px;line-height: 50px;position: relative;}
#head .sous{ position: absolute;right: 0px;top:50px;height:30px;font-size: 12px;color:#666;display:inline-block;background-color: #fff;}
#head .sous .ul_select{width:80px;float:left;font-size:12px;color:#666;font-family:"宋体"; position:relative}
#head .sous .ul_select .selcst_value{background-color:transparent;background-image:url(../img/select.png);background-position:right center;display:block;height:14px;padding:8px 10px;width:60px;line-height:14px;appearance:button;color:inherit}
#head .sous .ul_select ul{position:absolute; top:30px; left:0px;width:100%; display:none}
#head .sous .ul_select ul li{background-color:#ececec; border-top:1px solid #fff;height:25px; line-height:25px; padding-left:10px;cursor:pointer;}
#head .sous .ul_select ul li:hover{background-color:#E5E5E5}
#head .sous input{float:left;width:300px;padding:4px 0px 4px 10px;border:none;}
#head .sous .ss{float:left;background-color:#ff6c00;width:60px;height:100%;text-align:center;background-image:url(../img/sss.png);background-position:center center;background-repeat:no-repeat;}
#head .nav{height:40px;line-height:40px;background:#a21f25;font-size:16px;color:#fff !important;margin-top: 15px;}
#head .nav ul{float: left;width: 1200px;}
#head .nav ul li{width:120px;text-align:center;float:left;color:#fff !Important;}
#head .nav a{display: block;text-decoration:none;color: #fff;}
#head .nav a:hover{width:120px;color:#a21f25;background:#fff;border-top:4px solid #6c080c;height:36px;}
#head .nav .xz{width:120px;color:#a21f25;background:#fff;border-top:4px solid #6c080c;height:36px;}

/*底部样式*/
#bottom{background-color:#282828;font-family:"微软雅黑"}
#bottom .W1200{padding-top:35px;}
#bottom .botom_one{color:#FFF}
#bottom .botom_one .botom_show1{width:185px;}
#bottom .botom_one .botom_show1 img{display:block}
#bottom .botom_one .botom_show2{width:120px;margin-right:35px}
#bottom .botom_one .show_tietl{font-size:14px;color:#999;height:35px;line-height:35px;border-bottom:1px solid #333;margin-bottom:5px}
#bottom .botom_one .botom_show2 li{height:26px;line-height:26px;font-size:12px;color:#888;}
#bottom .botom_one .botom_show2 li a{color:#888;}
#bottom .botom_one .botom_show2 li a:hover{color:#ba2d2a;}
#bottom .botom_one .botom_show3{margin-right:30px;width:160px;}
#bottom .botom_one .botom_show3 img{display:block;margin-top:10px}
#bottom .botom_tow{margin-left:185px}
#bottom .botom_tow .herf_yq{border-left:5px solid #ba2020;padding-left:10px;color:#d1d1d1;font-size:14px;height:22px;line-height:22px;margin:5px 0px}
#bottom .botom_tow .herf_hr{height:1px;background-color:#333}
#bottom .botom_tow .herf_url{padding:10px 0px}
#bottom .botom_tow .herf_url li{display:block;float:left;height:18px;line-height:18px;color:#666666;font-size:12px;margin:5px 0px}
#bottom .botom_tow .herf_url li a{color:#666666;}
#bottom .botom_tow .herf_url li a:hover{color:#ba2d2a;}
#bottom .botom_tow .herf_url .li_jiage{padding:0px 10px}
#bottom .botom_for{}
#bottom .botom_for li{display:block;margin-right:10px;float:left}
#bottom .botom_for li img{filter:alpha(opacity=70);opacity:0.7;display:block}
#bottom .botom_for li img:hover{filter:alpha(opacity=100);opacity:1;background-color:#FFF}

/*网站十大分类*/
.public_class{display:inline-block;width:100%; font-size:14px !important;font-family:"微软雅黑";color:#000000 !important}
.public_class li{width:10%;text-align:center;float:left;padding:10px 0px;display:block;background-color:#fff; min-height:87px}
.public_class li img{display:block;margin:0px auto 5px auto}
.public_class a{color:#000;}
.public_class a:hover{color:#ba2020 !important;}

/*鼠标移上去效果*/
.sbysq:hover{filter:alpha(opacity=68);opacity:0.68;}

/*品牌横版列表---品牌首页*/
.brand_list img{display:block;margin-right:15px;float:left; border:1px solid #dcdcdc}
.brand_list .brand_right .brand_name{color:#000000;font-family:"微软雅黑","黑体";font-size:16px;padding:10px 0px;}
.brand_list .brand_right .brand_mink{color:#666666; font-family:"微软雅黑"; font-size:12px; line-height:20px;}

/*品牌横版列表---品牌logo首页*/
.brand_list2{border:1px solid #e9e8e6;border-bottom:none;border-right:none;}
.brand_list2 li{display:block;float:left;width:149.875px;border:1px solid #e9e8e6;border-top:none;border-left:none;box-sizing:border-box;background-color:#FFF}
.brand_list2 li img{display:block}

/*专题首页 斜线外框---专题首页*/
.project_work{position:relative;min-height:100px; width:430px}
.project_work .one_new{position:absolute; top:0px; width:100%;background-image:url(../img/File_043.png);height:12px; line-height:12px}
.project_work .one_list{border:1px solid #F00; margin-top:11px;background-color:#FFF}

/*专题首页 图片文字效果---专题首页*/
.project_show1{width:300px;position:relative}
.project_show1 .show_work{position:absolute;bottom:0px;left:0px;height:30px;line-height:30px;width:100%;z-index:9}
.project_show1 .show_color{background-color:#000000;filter:alpha(opacity=50);/*IE滤镜，透明度50%*/-moz-opacity:0.5;/*Firefox私有，透明度50%*/opacity:0.5;/*其他，透明度50%*/}
.project_show1 .show_font{z-index:19;color:#FFF;text-align:center;font-size:14px}

/*专题首页 新闻列表---专题首页*/
.project_newslist{padding:15px 20px; font-size:14px !important;}
.project_newslist li{color:#999999;height:16px;line-height:16px;background-image:url(../img/disc.png);padding-left:10px;padding:5px 10px;}
.project_newslist .list_bt{display:block;color:#333;width:320px;}
.project_newslist .list_time{display:block;float:right}
.project_newslist li:hover .list_bt{color:#cb3334 !important}

/*排行榜 专题详细页面*/
.paihan_show1{background-color:#FFF;padding:10px}
.paihan_show1 li{height:16px;position:relative;line-height:16px; margin-top:13px; display:block}
.paihan_show1 .li_list{color:#333333;font-size:14px; margin-left:34px; font-family:"微软雅黑"}
.paihan_show1 .show_span{height:16px;background-image:url(../img/fist01.png);width:30px;position:absolute;top:0px;left:0px;display:block;}
.paihan_show1 .show_span span{ display:block; width:26px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; }
.paihan_show1 .li_fist{height:32px !important;line-height:32px !important; border-bottom:1px dashed #ececec; padding-bottom:12px}
.paihan_show1 .li_fist .pub_img{background-image:url(../img/fist02.png);height:32px !important;width:51px}
.paihan_show1 .li_fist .li_list{margin-left:63px;height:32px !important;line-height:32px !important;}

/*下拉菜单*/
.select{width:100px;border:1px solid #cccccc;box-sizing:border-box;height:40px;background-color:#f5f5f5;padding-left:10px; position:relative;color:#333333;font-family:"微软雅黑";font-size:14px;line-height:38px; display:inline-block;cursor:pointer;}
.select input{display:none}
.select .select_img{position:absolute;top:50%;right:10px;margin-top:-4px;display:block;*height:10px}
.select span{display:block;text-align:left}
.select .down_work{background-color:#fff;position:absolute;top:100%;left:-1px;width:100%;border:1px solid #cccccc;cursor:pointer;display:none; z-index:999; max-height:200px;overflow:auto}
.select .down_work li{border-top:1px dashed #ccc;padding-left:10px;line-height:30px;cursor:pointer; text-align:left}
.select .down_work .one_list{border-color:transparent !important}
.select .down_work li:hover a{color:#cb3334 !important}

/*产品列表1*/
.show1_wor{position:absolute;top:45px;left:230px;width:320px;}
.show1_wor h2{font-size:24px;color:#a21f25;display:block}
.show1_wor h3{font-size:20px;color:#333333;display:block;padding:10px 0px}
.show1_wor .wor_font{color:#666666;font-size:14px;line-height:24px;margin-top:10px}
.show1_wor .wor_botm{background-color:#ba2020;width:150px;height:40px;line-height:40px;text-align:center;color:#FFF;font-size:18px;background-image:url(../img/right03.png);background-position:135px center;margin-top:25px}
/*产品列表2*/
.show2_wor{border-top:1px solid #F00}
.show2_wor li{display:block;float:left;width:25%;border-left:1px solid #F00;box-sizing:border-box;position:relative}
.show2_wor .li_ph{position:absolute;top:0px;right:5px}
.show2_wor .li_fist{border-color:transparent !important}
.show2_wor li .li_font{color:#333;font-size:14px;text-align:center;padding:20px 0px 10px 0px}


/*列表2313  行业标准*/
.notice_right li{border-bottom:1px dashed #dcdcdc !important;margin-top:10px;}
.notice_right .lieb_tit{font-size:14px;color:#000;padding: 5px 0px;}
.notice_right .lieb_nr{font-size:12px;color:#666;line-height:20px;}
.notice_right .lieb_yued{border:1px solid #ccc;color:#939393;font-size:12px;position:relative;width:100px;text-align:center;margin: 15px 0px;}
.notice_right .lieb_yued span{position:absolute;left:-5px;top:5px;background:url(../img/yd.png);background-repeat:no-repeat;background-position:0px 0px;width:15px;height:15px;}


.cxslide{position:relative;width:600px;height:280px;}
.cxslide .btn{position:absolute; bottom:10px; left:0px; width:100%; height:8px; text-align:center}
.cxslide .btn li{ display:inline-block; width:8px; height:8px; border-radius:100%; margin:0px 2px; text-indent:1000em;background:#000;opacity:0.6;}
.cxslide .btn li.selected{opacity:1;background: #007aff;}
.cxslide .Button{position:absolute;top:50%;width:24px;height:44px;z-index:120;margin-top:-22px;cursor:pointer;}
.cxslide .minus{left:10px;}
.cxslide .plus{right:10px;}
/* 横向过渡 type: 'x' */
.cxslide .box{overflow:hidden;width:600px;height:280px;}
.cxslide .list{overflow:hidden;width:9999px;}
.cxslide .list li{float:left;position:relative;width:600px;}
/* 透明过渡 type: 'fade' */
.cxslide1  .box{overflow:hidden;position:relative;width:600px;height:280px;}

</pre></body></html>