﻿@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:14px;
	line-height:20px;
	font-family:Arial;
	color:#555;
	background:url(../images/bg.jpg) repeat-x;
}
.tab5{border-bottom:1px solid #ccc;overflow:hidden;}
.tab5 li{float:left;height:35px;line-height:35px;padding:0px 10px 0px 10px;font-size:14px;font-weight:bold;}
.tab5 .ho{border:1px solid #ccc;border-bottom:none;}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
img{max-width:100%;
	border:none;}
a,a:link,a:visited {color:#555; text-decoration:none;}
a:hover {color:#666; text-decoration:underline;}
a:active {color:#555; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*头部CSS*/
.top {
	max-width:1100px;
	margin:0px auto;
	overflow:hidden;
	padding:0;
}
.top_logo {/*头部Logo*/
	
	padding:0px;
	padding-top:8px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:100%;
	height:43px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}

/*内容部分CSS*/
.center {
	max-width:1100px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
.cen {
	width:1100px;
	padding:0px;
	margin:29px auto 15px;
	overflow:hidden;
}
.center_l {/*左边内容*/
	max-width:24%;
	padding:0px;
	margin:0px;
	overflow:hidden;
		
	background:#fff;
}
.center_r {/*右边内容*/
	max-width:70%;
	margin:0px;
	overflow:hidden;
	border:1px solid #d4d4d4;
	background:#fff;
	padding:0 15px;
}
.cen_r {/*右边内容*/
	max-width:77%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	height:201px;
	padding:0px;
	overflow:hidden;
	background:url(../images/bot_bg.jpg) repeat-x;
}
.bottom {
	max-width:1100px;
	padding-top:20px;
	margin:0 auto;
	overflow:hidden;
	color:#fff;
}

/*点击放大产品展示CSS*/
.pro{
	width:167px;
	height:217px;
	margin-left:15px;
margin-right:15px;}
.pro_img{
	width:167px;
	height:167px;
	border:1px solid #dbe0e6;
	padding:0px;
	margin:0px;
	overflow:hidden;}
/*.pro_img:hover{
	width:167px;
	height:167px;
	border:1px solid #004391;}
.pro_img img{
	width:167px;
	height:167px;
	}*/
.pro_test{
	width:167px;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;}
.pro_test a{
	text-decoration:none;}
.pro2 {/*单个产品总框*/
	width:170px;
	height:170px;
	padding:0px 25px;
	margin:0px;
	overflow:hidden;
}
.pro2_img {/*产品图片*/
	width:170px;
	height:140px;
	border:1px #ccc solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.pro2_img:hover{
	width:170px;
	height:140px;
	border:1px #004391 solid;
	box-shadow: 0 0 15px #004391;}
.pro2_test {/*产品名称*/
	width:170px;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*底部分页CSS*/
	width:700px;
	padding:0px;
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
	.page a {
		border:1px #CCC solid;
		padding:3px 6px;
		margin:2px;
		overflow:hidden;
	}
	.current {
		background:#FCC;
		color:#000;
		padding:3px 6px;
		margin:2px;
		overflow:hidden;
	}

/*产品左大右小展示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;}
