@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:12px;
	line-height:20px;
	font-family:Arial;
	color:#555;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
img{
	border:none;}
a,a:link,a:visited {color:#666; text-decoration:none;}
a:hover {color:#999; text-decoration:underline;}
a:active {color:#666; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*头部CSS*/
.top {
	width:1024px;
	padding-top:21px;
	margin:0 auto;
	overflow:hidden;
}
.top_logo {/*头部Logo*/
	width:603px;
	height:66px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:1024px;
	height:40px;
	line-height:40px;
	padding:0px;
	margin:23px auto 0;
	overflow:hidden;
}
.top_column li {
	width:104px;
	height:40px;
	float:left;
	margin-right:6px;}
.top_column li a{
	display:block;
	width:104px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	text-decoration:none;
	background:url(../images/index.jpg) no-repeat;}
.top_column li.index a,.top_column li a:hover{
	color:#fff;
	background:url(../images/index0.jpg) no-repeat;}
/*内容部分CSS*/
.center {
	width:1024px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
.cen {
	width:980px;
	padding:0px;
	margin:29px auto 15px;
	overflow:hidden;
}
.center_l {/*左边内容*/
	width:250px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:#fff;
}
.center_r {/*Right Info*/
	width:750px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.cen_r {/*右边内容*/
	width:730px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	min-height:100px;
	background:#3989c8;
	margin:23px 0 0 0;
	padding:0px;
	overflow:hidden;
}
.bottom {
	width:986px;
	padding:25px 30px 0 8px;
	margin:0 auto;
	overflow:hidden;
	color:#fff;
}
.bottom a{
	color:#fff;}
/*点击放大产品展示CSS*/
.pro{
	width:231px;
	height:232px;
	float:left;
	padding-right:22px;}
.pro_img{
	width:231px;
	height:182px;}
.pro_test a{
	display:block;
	text-decoration:none;
	color:#fff;
	width:151px;
	height:50px;
	line-height:50px;
	font-size:14px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	padding-left:80px;
	background:url(../images/pro_test.jpg) no-repeat;}
.pro2{
	width:200px;
	height:198px;
	border:1px solid #ccc;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	float:left;
	margin:0 23px 15px;}
.pro2:hover{
	border:1px solid #3989c8;}
.pro2_img{
	width:200px;
	height:158px;}
.pro2_test{
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0px;
	margin:0px;
	overflow:hidden;}
.pro2_test a{
	text-decoration:none;
	color:#2f2f2f;}
.pro2_test a:hover{
	color:#3989c8;}
.page {/*底部分页CSS*/
	width:750px;
	padding:0px;
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.disabled {
    border: 1px solid #999;
    margin-right: 2px;
    padding: 2px 5px;
}
.page span.current {
    background-color: #999;
    border: 1px solid #999;
    color: #fff;
    margin-right: 2px;
    padding: 2px 5px;
}
.page a {
    border: 1px solid #999;
    color: #999;
	font-weight:bold;
    margin-right: 2px;
    padding: 2px 5px;
    text-decoration: none;
}
.page a:hover {
    background:#3989c8;
    border: 1px solid #adadad;
    color: #fff;
    margin-right: 2px;
    padding: 2px 5px;
    text-decoration: none;
}
.pager input {
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    margin: 0 3px;
    vertical-align: middle;
    width: 20px;
}
	
/*产品左大右小展示CSS*/
.pro_l {
	width:480px;
	padding:0px 5px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:480px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_l_photo img {max-width:480px; height:auto; width:expression(this.width > 480 ? "480px" : this.width);}
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:250px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo {
	width:115px;
	padding:0px 8px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:115px;
	height:115px;
	border:1px solid #CCC;
	padding:0px;
	margin:0px;
	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;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:250px;
	border-top:1px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*新闻版面CSS*/
.news_t {
	width:740px;
	padding:0px;
	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;}
