@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, th, td, form, fieldset, input, button, textarea, legend, blockquote{margin: 0; padding:0;}
body {
/*四个值为：上，右，下，左*/
	font-size:12px;
	line-height:20px;
	background:url(../images/box_bg2.jpg) top center no-repeat;
}

ul {
	list-style:none;
}
a,a:link,a:visited {color:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:underline;}
a:active {color:#666; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%;overflow:hidden;}

/*头部CSS*/
.top {
	width:983px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/top.jpg) no-repeat top center;
	height:213px;
}
.top_logo {/*头部Logo*/
	width:482px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:968px;
	overflow:hidden;
	padding:0 0 0 15px;
}
.top_column li {text-align:center;position:relative;display:block;font-size:12px; line-height:50px; float:left; background:url(../images/li.jpg) no-repeat right top; padding:0 18px 0 18px; font-weight:bold;}
.top_column li a:link,.top_column li a:visited{ color:#fff;}
/*内容部分CSS*/
.center {
	width:941px;
	margin:0px auto;
	overflow:hidden;
	padding:10px 0 0 0;
}
.center_l {/*左边内容*/
	width:208px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:725px;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	overflow:hidden;
	background:#ADDCEE;
	margin:10px 0 0 0;
	border-bottom:5px solid #65BCDA;
}

.bottom {
	width:921px;
	padding:10px 10px 10px 10px;
	margin:0px auto;
	overflow:hidden;
	color:#268CBC;
	
}
.bottom a:link,.bottom a:visited{ color:#268CBC;}

/*点击放大产品展示CSS*/
.pro {/*单个产品总框*/
	width:152px;
	height:187px;
	padding:0px 14px 0px 14px;
	overflow:hidden;
}
.pro2 {/*单个产品总框*/
	width:162px;
	height:187px;
	padding:0px 11px 0px 0px;
	overflow:hidden;
}
.pro_img {/*产品图片*/
	width:150px;
	height:150px;
	border:1px #ccc solid;
	overflow:hidden;
	text-align:center;
}
.pro_img img {max-width:150px; height:auto; width:expression(this.width > 150 ? "150px" : this.width);}
.pro_test {/*产品名称*/
	width:152px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	color:#044774;
}
.page {/*底部分页CSS*/
	width:725px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*产品左大右小展示CSS*/
.pro_l {
	width:390px;
	padding:0px 0px 10px 10px;
	overflow:hidden;
}
.pro_l_photo {
	width:380px;
	overflow:hidden;
	text-align:center;
	border:1px solid #ccc;
}
.pro_l_photo img {max-width:380px; height:auto; width:expression(this.width > 380 ? "380px" : this.width);}
.pro_l_info {
	width:380px;
	padding:10px 0px 10px 0px;
	overflow:hidden;
	text-align:center;
}
.pro_r {
	width:320px;
	overflow:hidden;
}
.pro_r h1{ font-size:12px;}
.pro_r_photo {
	width:115px;
	padding:0px 8px 0px 0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:115px;
	height:115px;
	border:1px solid #CCC;
	overflow:hidden;
	text-align:center;
}
/*.pro_r_photo_img img {max-width:115px; height:auto; width:expression(this.width > 115 ? "115px" : this.width);}
*/.pro_r_photo_name {
	width:117px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:250px;
	border-top:1px #999 dotted;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*新闻版面CSS*/
.news_t {
	width:740px;
	margin:0px auto;
	overflow:hidden;
	color:#000;
}
.news_t li{text-align:left;position:relative;display:block;font-size:12px;height:29px; border-bottom:1px #999999 dotted; line-height:29px; font-family:Arial; padding:0px; margin:0px; color:#000;}
.news_t li span{ float:right;}
.pager {
	width:100%;
	color:#333;
	text-align:center;
	margin:0px 0px 2px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.pager .disabled {
	color:#333;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
	border-bottom:2px solid #CCC;
}
.pager .current {
	color:#333;
	cursor:pointer;
	font-size:16px;
	font-weight:900;
	margin:1px;
	padding:2px 5px;
	text-decoration:none;
}
.pager a {
	color:#333;
	cursor:pointer;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
	border-bottom:2px solid #999;
}
.pager a:hover {
	color:#333;
	cursor:pointer;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
	border-bottom:2px solid #999;
}
.pager input {
	width:20px;
	font-size:10px;
	height:15px;
	line-height:15px;
	margin:0px 3px;
	vertical-align:middle;
}

