@charset "utf-8";
/* CSS Document */

/* 通用 */
a {
	text-decoration:none;
	color:#60F;
}

a:hover {
	text-decoration:underline;
	color:#cc0000;
}

a:visited {
	color:#999;
}
	
	
/* 主页面index.htm */
.style_font_12px { font-size:12px; }
.style_font_14px { font-size:14px; }
.style_font_12pt { font-size:12pt; }
.style_font_14pt { font-size:14pt; }

.mainbody {
	margin:auto;
	width:800px;
	padding-bottom:5px;
	border-bottom:1px red solid;
}

.body_top {
	width:800px;
}

.body_top_left {
	width:200px;
	height:75px;
	background:url(../images/logo.jpg) #000 no-repeat;
	float:left;
}

.body_top_right {
	width:800px;
	height:75px;
	float:right;
}

.body_center {
	width:800px;
	clear:both;
}

.body_center_jieshao {
	font-size:14px;
	width:550px;
	margin:20px;
}

.body_products {
	width:800px;
	height:500px;
}

.body_products_left {
	font-size:12px;
	color:#fff;
	height:500px;
	width:200px;
	background-color:#cc0000;
	float:left;
}

.body_products_right {
	width:600px;
	height:500px;
	float:right;
}

.body_products_right_title {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:570px;
	height:20px;
	margin-left:20px;
	background-color:#cc0000;
	padding-left:10px;
}

.body_products_show {
	font-size:12px;
	width:560px;
	margin-top:30px;
	margin-left:20px;
}

.body_products_tel {
	width:580px;
	background-color:#cc0000;
	margin-top:30px;
	margin-left:10px;
	padding:5px 0 5px 0;
	color:#FFF;
	font-size:12px;
	height:35px;
	line-height:18px;
	font-family:Tahoma, Geneva, sans-serif;
}

.bottom {
	margin:auto;
	font-size:14px;
	text-align:center;
	width:800px;
	height:20px;
	margin-top:20px;
	color:#666;
}

/* 产品页面 */
.pro_center_title {
	font-weight:bold;
	color:#cc0000;
	margin-left:20px;
}

.pro_body_center {
	width:800px;
	height:100px;
	clear:both;
}

.pro_products {
	width:800px;
	height:900px;
}

.pro_products_left {
	font-size:12px;
	color:#fff;
	height:900px;
	width:200px;
	background-color:#cc0000;
	float:left;
}

.pro_products_right {
	width:600px;
	float:right;
}

.pro_products_right_title {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:570px;
	height:20px;
	margin-left:20px;
	background-color:#cc0000;
	padding-left:10px;
}

.pro_products_show {
	font-size:12px;
	width:560px;
	margin-top:30px;
	margin-left:20px;
}

/* 图片属性 */
img {
	border:1px solid #CCC;
}

a img {
	border:1px solid #CCC;
}

a:hover img {
	border:2px dotted red;
}

/* 页码样式 */
.yema {
	font-size:14px;
	margin:20px 0 0 40px;
}

.biankuang {
	border:1px solid #C60;
}

.dangqian {
	border:1px solid #fff;
}

/* 产品细节版式 */
.pro_det {
	width:800px;
	margin:50px 0 50px 0;
	clear:both;
}

.bottom_det {
	margin:auto;
	font-size:14px;
	text-align:center;
	width:800px;
	height:20px;
	margin-top:20px;
	color:#666;
	clear:both;
}


.div_links{}
.div_links a{color:#666;}
