@charset "utf-8";
/* CSS Document */

/* 内容布局样式 */
#banner{
	width:1000px;
	margin:0 auto;
	padding:10px 0;
}

#about_info{
	width:100%;
	margin:0 auto;
	padding-top:20px;
	background-image: url(../images/main_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#main{
	margin:0 auto;
	width:960px;
	float:none;
	padding-bottom:40px;
	background-image: url(../images/main_line.gif);
	background-repeat: repeat-y;
	background-position: 189px top;
}
/* 左侧列表样式 */
#main_sub1{
	width:170px;
	float:left;
}
#main_sub1_sub1{
	width:150px;
	height:30px;
	padding-left:20px;
	background-color:#0065b3;
	font-family:"微软雅黑", "宋体", Arial;
	font-size:15px;
	line-height:30px;
	color:#fff;
}
#main_sub1_sub2{
	width:170px;
	padding-top:5px;
	background-color:#f0f0f0;
	padding-bottom:25px;
}
#main_sub1_sub2 ul li{
	height:30px;
	float:left;
	width:100%;
}
#main_sub1_sub2 ul li a{
	font-size:12px;
	font-family: "宋体", Arial;
	background-image: url(../images/left_list_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 120px;
	line-height:30px;
	padding-left:50px;
}
#main_sub1_sub2 ul li a:hover{
	background-image: url(../images/left_list_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
	text-decoration: none;
}

/* 右侧列表样式 */
#main_sub2{
	width:750px;
	float: right;
}
/* 当前位置 */
#main_sub2_sub1{
	float:none;
	width:715px;
	height:36px;
	color:#666;
	padding-left:35px;
	line-height:36px;
	background-image: url(../images/about_location.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_sub2_sub1 a{
	color:#666;
}
#main_sub2_sub1 a:hover{
	color:#d00;
}
.location_1{
	color:#06c;
}

#main_sub2_sub2{
	width:720px;
	padding-left:30px;
	height:34px;
	margin:0 auto;
	padding-top:6px;
}
/* 单页内容样式 */
.content_title{
	background-image: url(../images/main_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:"微软雅黑", "宋体", Arial;
	color:#444;
	font-size:15px;
	line-height:34px;
}

#main_sub2_sub3{
	width:750px;
	margin:0 auto;
	padding-top:15px;
}

.content_info{
	line-height:28px;
	font-size:14px;
	color:#444;
}
.content_info p{
	line-height:28px;
}
/* 产品列表样式 */
.products{
	width:750px;
	margin:0 auto;
}
.products_li{
	float:left;
	width:240px;
	padding-left:10px;
	padding-bottom:10px;
}
.products_list{
	width:218px;
	margin:0 auto;
}
.products_list ul li{
	width:218px;
}

.products_list_img a{
	width:210px;
	height:150px;
	padding: 1px;
	border: 3px solid #f0f0f0;
	display:inline-block;
	background-color:#fff;
}
.products_list_img a:hover{
	width:210px;
	height:150px;
	padding: 1px;
	border: 3px solid #0065b3;
	display:inline-block;
}
.products_list_title{
	text-align:center;
	padding-top:5px;
	width:218px;

}




/* 产品详细样式 */
.products_show{
	width:750px;
	margin:0 auto;
}

.products_show_img{
	width:352px;
	float:left;
}
.products_show_info{
	width:370px;
	float: right;
}

.products_show_info ul li{
	float:left;
	height:30px;
	width:320px;
	color:#666;
}
.products_show_detailed{
	width:750px;
	margin:0 auto;
	padding-top:20px;
	font-size:14px;
	line-height:28px;
}
.products_show_detailed p{
	line-height:28px;
}



/* 新闻列表样式 */
.news_list{
	width:750px;
	margin:0 auto;
}
.news_list ul li{
	width:100%;
	float:left;
	height:30px;
}

.news_list_title{
	width:640px;
	float:left;
	font-size: 14px;
	background-image: url(../images/news_biao.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 22px;
}
.news_list_time{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	width:80px;
	float:right;
}
.page{
	width:100%;
	text-align:center;
}

/* 新闻详细样式 */
.news_show{
	width:750px;
	margin:0 auto;
}
.news_show_title{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	padding-top:10px;
}
.news_show_time{
	width:100%;
	font-size: 12px;
	color:#666;
	text-align:center;
	margin-bottom: 20px;
	padding:15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1c9b6;
}
.news_show_detailed{
	float:none;
	width:100%;
	margin:0 auto;
	font-size:14px;
	line-height:28px;
}
.news_show_detailed p{
	line-height:28px;
}


.news_show_next{
	padding-top:10px;
	line-height:27px;
	padding-left:40px;
	width:600px;

}
.news_show_next a{
	color:#c00;
}