/* 
--------------------------------------------------
CSS 样式  兼容性好，结构清晰

作者：福州盈科网络
联系电话:13799305227
E-mail:61786681@qq.com
QQ:61786681

--------------------------------------------------
*/

/* 全局CSS定义 */

body {/*主体区域设置*/
	font-family:'宋体';
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:12px;
	color:#000000;
	height:100%;
	vertical-align:middle;
	_behavior:url(../config/csshover.htc);
	line-height:24px;
	background-image: url(../images/mrjs_04.jpg);
	background-repeat: repeat-x;
}
body > div {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
html {/*滚动条设置*/
	SCROLLBAR-FACE-COLOR:#ccc;
	SCROLLBAR-HIGHLIGHT-COLOR:#fff;
	SCROLLBAR-SHADOW-COLOR: #ccc;
	SCROLLBAR-3DLIGHT-COLOR: #E5E5E4;
	SCROLLBAR-ARROW-COLOR: #000;
	SCROLLBAR-TRACK-COLOR: #fff;
	SCROLLBAR-DARKSHADOW-COLOR: #CDCDCC;
}
div, form, ul, ol, li, span, p, dl, dd, dt {/*常用标签样式设置*/
	margin:0;
	padding:0;
	border:0;
}
img{
	border:0;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
ul, ol, li {
	list-style:none
}
table, td, input {
	font-size:12px;
	padding:0
}
.td_dash td{border-bottom:1px dashed #666;}/*底部虚线*/
.td_dash_qian td{border-bottom:1px dashed #ccc;}/*底部虚线*/
a {/* 默认链接颜色 */
	outline-style:none;
	color:#333;
	text-decoration:none
}
a:hover {
	color:#c00;
	text-decoration:underline;
}
#all {
	width:930px;
	height:auto;
	margin:0 auto;
}
#top {
	width:100%;
	height:80px;
	margin:0 auto; 
}
#logo {
	width:auto;
	height:80px;
	float:left;
	display:inline;
	margin-top:4px;
	margin-left:8px;
	overflow:hidden;
}
#top_text {
	width:auto;
	height:28px;
	float:right;
	padding-right:12px;
	line-height:28px;
	vertical-align:middle;
	font-size:12px;
	font-family:'宋体';
	margin-top:16px;
	text-align:right;
}
#dh {
	width:100%;
	height:36px; 
	overflow:hidden;
	text-align:center;
}
#dh_time {
	width:200px;
	height:36px;
	line-height:36px;
	float:right;
	color:#3f3f3f;
	vertical-align:middle;
	letter-spacing:1px;
	font-size:14px;
}

#dh li{ width:auto; padding-left:8px; padding-right:8px; line-height:36px; text-align:center; display:inline;}
#dh li a{ font-size:14px; color:#3f3f3f; letter-spacing:2px; font-weight:bold;}
#dh li a:hover{ color:#FF0000;}

.dh a{ color:#FFFFFF; font-size:13px; letter-spacing:1px;}
.dh a:hover{ color:#FF0; font-weight:bold;}

#notice {
	width:690px;
	height:20px;
	float:right;
	line-height:20px;
	margin-top:4px;
}
.topflash {
	width:500px;
	height:70px;
	float:left;
	clear:left;
}
#main {
	width:960px;
	margin:0 auto;
}
#left {
	width:228px;
	height:auto;
	float:left;
	margin-top:8px;
	border:1px solid #f00;
}
.phl1 a{ height:36px; width:100%; font-size:14px; margin:4px auto; padding-left:10px; line-height:36px; text-align:left; border-bottom:1px solid #f00; font-weight:bold; color:#F00;}	
.phl2{ height:28px; width:90%; padding-left:15px; font-size:13px; margin:2px auto; font-family:'宋体'; border-bottom:1px dashed #E1E1E1; line-height:36px; text-align:left;}
.phl3{ height:24px; width:80%; padding-left:30px; margin:1px auto; font-size:12px; line-height:36px; text-align:left; border-bottom:1px dashed #F7F7F7;}
.phl4{ height:24px; width:75%; padding-left:36px; margin:1px auto; font-size:12px; line-height:36px; text-align:left;}

.left_top { width:100%; height:36px; background:url(../images/l_t.jpg);}
.left_c{ width:100%; height:auto; background:url(../images/l_c.jpg);}
.left_b{ width:100%; height:16px; background:url(../images/l_b.jpg);}
#news {
	width:405px;
	height:auto;
	margin-top:4px;
	float:left;
}
.news_top {
	width:100%;
	height:30px;
	background:url(../images/new_top.jpg);
}
.news_c {
	width:95%;
	margin:2px auto;
	height:125px;
}
.news_c div {
	width:100%;
	height:24px;
	border-bottom:1px dashed #E6E6E6;
	background:url(../images/label.gif) no-repeat 1px;
}
.news_c div a {
	line-height:24px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	height:24px;
	float:left;
	color:#999;
	width:95%;
	font-family:'宋体';
	margin-left:16px;
	display:inline;
}

.c_c_c {
	width:95%;
	height:180px;
	line-height:150%;
	overflow-x:hidden;
	overflow-y:auto;
	SCROLLBAR-FACE-COLOR:#f0f0f0;
	SCROLLBAR-HIGHLIGHT-COLOR:#CCC;
	SCROLLBAR-SHADOW-COLOR:#CCC;
	SCROLLBAR-3DLIGHT-COLOR:#fff;
	SCROLLBAR-ARROW-COLOR:#003366;
	SCROLLBAR-TRACK-COLOR:#ffffff;
	SCROLLBAR-DARKSHADOW-COLOR:#f1f1f1;
	vertical-align:middle;
	text-align:justify;
	margin:12px auto;
}
#right {
	width:690px;
	height:auto;
	float:right;
	margin-top:4px;
}
.more {
	height:30px;
	line-height:30px;
	width:auto;
	float:right;
	padding-right:16px;
	color:#666;
	font-family:'宋体';
}

#product {
	width:100%; 
	height:auto; 
	clear:both;
	margin:2px auto;
}
.product_top {
	width:100%;
	height:39px;
	background:url(../images/p_t.jpg);
}
.product_c {
	width:100%;
	height:624px;
	padding-top:8px; 
	background:url(../images/p_c.jpg)
}
.product_b{ width:100%; height:16px; background:url(../images/p_b.jpg);}
.product_div {
	width:130px;
	padding-top:4px;
	margin-top:4px;
	background:#F0FAFF;
	margin-left:4px;
	margin-right:4px;
	display:inline;
	height:154px;
}
.product_img {
	width:120px;
	border:1px solid #069;
	height:120px;
	overflow:hidden;
}
.product_text {
	width:120px;
	margin-top:4px;
	line-height:24px;
	color:#069;
}

.pc{ width:400px; height:280px; float:left; margin-left:24px; margin-right:20px; margin-top:10px; margin-bottom:15px; display:inline;}
.pc_top{ width:100%; height:36px;}
.pc_top a{ font-size:18px; font-weight:bold; color:#F00; line-height:36px; width:90%; text-align:left; font-family:'宋体';}
.pc_left{ width:185px; height:248px; background:url(../images/img_bg.jpg) no-repeat; float:left;}
.pc_right{ width:94px; height:114px; float:left; display:inline; margin-left:12px; margin-top:6px; background:#000; overflow:hidden;}
.pc_right img{ border:2px solid #666666;}

#footer {
	width:1000px;
	height:auto; 
	clear:both;
	margin-top:4px;
	padding-top:2px;
	border-top:1px solid #D2D2D2;
}

.footer_l{ float:left; color:#666;}

.footer_l a{
	font-size:12px;
	color:#666;
	line-height:28px;}

.footer_r{ float:right; line-height:28px; text-align:right; color:#666;}	
 
		
/*按钮样式*/
.btn {
	border:1px solid #999999;
	background:#E8E8E8;
	color:#000000;
	cursor:pointer;
	height:24px;
	line-height:24px;
	vertical-align:middle;
}
#topslide {
	width:960px;
	height:200px;
	overflow:hidden;
}
#slide {
	width:930px;
	height:247px;
	margin-top:1px;
}

.news_contact{ width:100%; height:260px; margin-top:4px;}
.news_1{ width:342px; height:252px; float:left;}
.news_2{ width:342px; height:252px; float:left; display:inline; margin-left:8px;}

.news_tl{ width:auto; padding-left:8px; padding-right:8px; display:inline; float:left; line-height:28px; border:1px solid #F00; border-bottom:none; font-size:12px; color:#f00;}
	
.news_tr{ width:auto; padding-left:8px; padding-right:8px; margin-right:4px; margin-top:3px; background:#FFF; display:inline; float:right; line-height:21px; font-size:12px; color:#f00;}
.news_tr a{ color:#666; font-size:12px;}
.news_l{ width:100%; height:224px; border:1px solid #F00; margin-top:-1px; background:#fff; float:left; clear:both;}

.mps{ color:#000; font-size:12px;}

.news_l div {
	width:98%;
	height:28px;
	line-height:28px;
	border-bottom:1px dashed #999;
	background:url(../images/label.gif) no-repeat 1px;
}

.news_l div a {
	line-height:28px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	height:28px;
	float:left;
	color:#333;
	width:95%;
	font-size:13px;
	font-family:'宋体';
	margin-left:16px;
	display:inline;
}

#contact{
	width:230px; height:252px; border:1px solid #f00; background:#fff; float:left; display:inline; margin-left:8px;;
	}
.contact{ width:230px; height:110px; margin:0 auto; margin-top:32px;}	
	

#menu {
	width:160px;
	margin:10px auto;
	background:#FFF;
}
.menu_block {
	width:160px;
	margin:2px auto;
	overflow:hidden;
	background:#FCC;
}
.menu_title {
	width:160px;
	padding-left:8px;
	height:33px;
	background:#F60;
	margin-top:2px;
}
.menu_title a {
	color:#fff;
	line-height:33px;
	vertical-align:middle;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	letter-spacing:4px;
	float:left;
	display:inline;
	margin-left:12px;
}
.menu_title a:hover {
	color:#FF9;
	background:#900;
	 padding-left:8px; 
	 padding-right:8px;
	text-decoration:none;
}
.menu_list {
	display:inline;
	width:80px;
	margin-left:30px;
	font-size:12px;
	color:#900;
	float:right;
	line-height:28px;
	vertical-align:middle;
	text-align:left;
	float:left;
}
.menu_list a {
	color:#000;
	font-size:12px;
	color:#069;
}
.sub_list {
	width:120px;
	float:left;
	margin-top:4px;
	display:inline;
}
.sub_list div {
	width:120px;
	padding-left:50px;
	font-size:12px;
	color:#900;
	margin-top:4px;
	line-height:23px;
	vertical-align:middle;
	text-align:left;
}
.sub_list a {
	color:#666;
}
.showlabel {
	width:100%;
	height:67px;
	overflow:hidden;
	margin-top:8px;
}
#menu_top {
	background:url(../images/cp.gif);
	height:50px;
	width:100%;
}
.inexcn_c {
	width:100%;
	height:32px;
	line-height:32px;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	text-align:center;
}
#sub_left {
	width:670px;
	height:auto;
	float:left;
	border:1px solid #f00;
	margin-top:8px;
}
#sub_right {
	width:790px;
	height:auto;
	float:right;
	border:1px solid #F00;
	margin-top:8px;
	background:#fff;
}
#sr_c {
	width:100%;
	height:auto!important;
	min-height:440px;
	height:440px;
}
#sub_content {
	width:100%;
	margin:8px auto;
	height:auto;
}
#sub_c {
	line-height:150%;
	vertical-align:top;
	text-align:justify;
	margin-bottom:12px;
	font-size:14px;
	letter-spacing:0.1em;
	width:98%;
	padding:10px;
	height:auto!important;
	min-height:440px;
	height:440px;
	margin:0 auto;
}
.imglist_h_c {
	line-height:150%;
	vertical-align:top;
	text-align:justify; 
	font-size:12px;
	letter-spacing:0.1em;
	width:98%;
	height:auto;
	margin:4px auto;
}

#sub_top {
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #F00;
	background: #F00 url(../images/subtopbg.gif);
}
.tlabel5 {
	height:36px;
	line-height:36px;
	vertical-align:middle;
	color:#fff; 
	padding-left:12px;
	text-align:left;
	float:left;
	font-size:14px;
	cursor:pointer;
}
.tlabel5 a{ color:#fff;}
.tlabel5 a:hover{ color:#FF0;}
.page {
	margin-top:10px;
	line-height:28px;
	letter-spacing:3px;
	border-top:1px dashed #f00;
	clear:both;
}
.newslist {
	margin:8px auto;
	width:95%;
	height:440px;
}
.newslist div {
	font-family:'宋体';
	font-size:13px;
	text-align:left;
	height:28px;
	vertical-align:middle;
	line-height:28px;
	border-bottom:1px dashed #CCC;
}

#linktext{	width:1000px; 
	height:auto;
	padding-top:8px;
	padding-bottom:8px; 
	margin-top:8px;
	clear:both;
	height:90px;
	background:url(../images/l.gif) no-repeat 0 6px;
	border-top:1px solid #CCC;}
.linktext{ width:920px; float:right;}
.linktext div{ width:110px;  height:24px; line-height:24px; vertical-align:middle;  display:inline; text-align:center; font-family:'宋体'; float:left; color:#666; margin-top:2px;}
.linktext a{ color:#fff; padding-left:2px; padding-right:2px;}