<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:url(../images/bg.jpg) repeat-x;}
.main{ background:url(../images/Bg.png) no-repeat 0 -636px;}
.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_index{ height:252px; width:970px; padding-left:2px; padding-top:4px; background-color:#cc1727; margin:0 auto; }

.service{ position:relative;}
.service ul{ background:#f8f8f8 url(../images/hbg.jpg) repeat-x bottom left; width:100%;overflow:hidden;}
.service ul li{ float:left;}
li.art_tit{ padding-top:8px; padding-left:10px;}
li.art_tit span{ background:url(../images/art_tit.jpg) no-repeat; width:101px; height:30px; line-height:33px; font-size:12px; font-weight:700; color:#b21616; text-align:center; display:block;}

.fase_contact{ position:absolute; right:0; top:0;background:#fff url(../images/fast_contactbg.jpg) repeat-x; height:213px; padding:0 20px; width:200px; line-height:25px;}
h3.fast_contact_tit{ background:url(../images/fast_contactbg_tit.jpg) no-repeat 10px 0;  height:30px; margin:8px 0 13px;}
span.colorgreen{color:#9C0; font-weight:700; font-size:15px;}



li.art_content{color:#333; width:544px;}
li.pair{ padding:10px 0 10px 10px;}/*双*/
li.single{padding:15px 0 20px 10px;}/*单*/

.showcase{ background-color:#f8f8f8; width:100%; overflow:hidden;}
.showcase h3{ position:relative; color:#b21616; font-size:15px; background:#f8f8f8 url(../images/hbg.jpg) repeat-x bottom left; width:952px; height:53px; line-height:58px; padding-left:20px; font-weight:700;}
.showcase h3 span.word{ font-size:25px; padding-left:5px;}
.showcase h3 span.more{ position:absolute; right:15px; top:25px; font-size:12px; line-height:120%;}
.showcase h3 a{ color:#b21616;}
.showcase h3 a:hover{ color:#333; text-decoration:underline;}
/*====滚动图片====*/
#scrollable-2-panel {
	position:relative;
	margin:25px 0 0 46px;
	width:870px;
	height:152px;
	overflow:hidden;
}
#scrollable-2-panel ul {position:absolute; width:2010em;}
#scrollable-2-panel ul li {
	float:left;
	padding:0 12px;_padding:0 8px;
	width:195px;
	
}
#scrollable-2-panel ul li a img {
	display:block;
	width:195px;
	border:2px solid #ddd;
}
#scrollable-2-panel ul li a:hover img{border:2px solid #f1f1f1;}

.prev, .next {
	position:relative;
	top:-93px;
	float:left;
	display:block;
	width:34px;
	height:34px;
	background-image:url(../images/ctrl.png);
	background-repeat:no-repeat;
	outline:none;
}
.prev { left:13px; background-position:0 -33px; }
.next { left:895px; background-position:-34px -33px; }
.prev:hover { text-decoration:none; background-position:0 0; }
.next:hover { text-decoration:none; background-position:-34px 0; }
/*滚动图片 结束*/




.article_wrap{background-color:#f8f8f8; width:972px; padding-bottom:20px; overflow:hidden; }

.article_wrap h3{ position:relative; color:#b21616; font-size:15px; background:#f8f8f8 url(../images/hbg.jpg) repeat-x bottom left; width:466px; padding-left:20px; height:53px; line-height:58px; font-weight:700;}
.article_wrap h3 span.word{ font-size:25px; padding-left:5px;}
.article_wrap h3 span.more{ position:absolute; right:35px; top:25px; font-size:12px; line-height:120%;}
.article_wrap h3 a{ color:#b21616;}
.article_wrap h3 a:hover{ color:#333; text-decoration:underline;}
.article_wrap ol{ width:460px; overflow:hidden;}
.article_wrap ol li{ background:url(../images/art_icon.gif) no-repeat 20px 20px; padding-left:35px; padding-top:10px;}
.article_wrap ol li a{ font-weight:700; color:#333; font-size:14px; line-height:25px;}
.article_wrap ol li a:hover{ color:#b21616; text-decoration:underline;}
.article_wrap ol li p{ color:#666;}
.article_seo,.article_web{ float:left; width:486px;}

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