<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* author Mr.Cat*/
/* CSS index.htm style */

@import url(reset.css);/*样式重置样式引用*/
@import url(module.css);/*公共模块样式引用*/

body{ background:#5c5c5c url(../images/pagebg.jpg) repeat-x;}
.main{ background:url(../images/Bg.png) no-repeat 0 -636px; position:relative;  background-color:#fff; width:972px;}
.l_wrap{ float:left; padding-right:10px; width:540px;}
.r_wrap{ float:left;  width:390px;}

.menubanner_wrap_index{ height:312px; width:972px; margin:0 auto; position:relative;}
.menu_index{  width:972px; position:absolute; left:0; top:0; height:33px; z-index:1000px;}
.banner{ height:152px; width:969px; padding-left:3px; padding-top:4px; background-color:#cc1727; margin:0 auto; }

.rightborder{ background:url(../images/rightborder.png) no-repeat; position:absolute; right:0px; top:0; _behavior: url("js/iepngfix.htc"); height:900px; width:13px;}


.nav{ float:left; width:169px; overflow:hidden;}
h2.web{ background:url(../images/pagetit.png) no-repeat; height:47px;}
h2.web span{ padding:25px 0 0 58px; display:block; color:#fff; font-size:14px; font-weight:bold;}
.nav ul{ margin-left:12px; padding-top:8px; background:#e6e6e6 url(../images/pagenavbgbottom.jpg) no-repeat bottom right; width:157px; height:300px;}
.nav li{ background:url(../images/pagenavbg.png) no-repeat 5px 6px; text-align:center; line-height:38px;}
.nav li a{ color:#333;}
.nav li a:hover{ color:#f00; text-decoration:underline}
li.imp a{  font-weight:bold;}

.wrap_content{ float:left; width:803px; overflow:hidden;}
h2.content_tit{ color:#333; font-size:12px; background:#f8f8f8 url(../images/titlebg3.png) repeat-x bottom left; height:28px; width:785px; padding-left:15px; padding-top:20px; font-weight:700;}
h2.content_tit span.word{ font-size:18px; padding-left:5px;}
h2.content_tit span.more{ position:absolute; right:35px; top:25px; font-size:12px; line-height:110%;}

.content{ padding:10px 20px; width:763px; overflow:hidden; line-height:18px;}
.content .combo{ line-height:200%;}
.content .combo h3{ background-color:#f1f1f1; font-size:14px; color:#F00; font-weight:bold; padding-left:10px; border-bottom:2px solid #ccc;}
.content .combo ul{ border:1px solid #f1f1f1; padding-left:10px;}
.content .combo p{ padding:10px 0;}

.combo ol{ width: 100%; overflow:hidden;}
.combo ol li{ background:url(../images/art_icon.gif) no-repeat 0px 20px; padding-left:15px; padding-top:10px;}
.combo ol li a{ font-weight:700; color:#333; font-size:14px; line-height:25px;}
.combo ol li a:hover{ color:#b21616; text-decoration:underline;}
.combo ol li p{ color:#666;}

.article{ line-height:200%; color:#333;}
.article h3{ text-align:center; font-size:16px; color:#333; font-weight:bold; padding-bottom:5px; margin-bottom:5px; border-bottom:1px dashed #eee;}

.wrap_case{ float:left; width:803px; overflow:hidden;}
.wrap_case h2.content_tit{ width:972px; }
.wrap_case div.wrapul{float:left; color:#666;}
.wrap_case ul{ background:url(../images/casebg.png) no-repeat; height:253px; width:217px; margin:10px;  }
.wrap_case ul li{ padding:15px 0 0 10px;}
.wrap_case ul li a img{ height:140px; width:195px; display:block; border:1px solid #CCC;}
.wrap_case ul li a:hover img{border:1px solid #f00;}
.wrap_case ul li p{ line-height:23px; padding-top:15px;}
.wrap_case ul li p a{ color:#333; font-weight:bold;}
.wrap_case ul li p a:hover{ color:#F00; text-decoration:underline;}
.wrap_case span.morecase{font-size:14px; padding-left:30px; padding-top:60px; display:block;}
.case_detail{ padding:10px; position:relative;}
.case_detail a.backtolist{ position:absolute; top:-45px; right:20px; background:url(../images/backlist.jpg) no-repeat 0 0; height:45px; width:107px; display:inline-block;}
.case_detail a.backtolist:hover{ background-position:0 -46px;}
.case_detail p{ text-indent:2em;}
.case_detail img{ margin-left:65px; margin-top:15px; border:1px solid #ccc;}

.wu li{ background:none; border-bottom:1px solid #f1f1f1;}

table.tb_domain{ border-left:1px solid #eee;border-bottom:1px solid #eee; width:100%;}
table.tb_domain td{border-right:1px solid #eee;border-top:1px solid #eee; padding:5px;}
table.tb_domain span.tit{color:#F00; font-size:14px; font-weight:700;}
table.tb_domain span.price{color:#F00; font-size:18px; font-weight:700;}
table.tb_domain .tr_tit{background-color:#C30; border-bottom:3px solid #ddd; color:#fff; font-size:14px; text-align:center; font-weight:bold;}


















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