@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;/*四个值为：上，右，下，左*/
	padding:0px;
	font-size:12px;
	line-height:20px;
	color:#555;
	font-family:Arial;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
img{
	border:none;}
a,a:link,a:visited {color:#555; text-decoration:none;}
a:hover {color:#0081d6; text-decoration:none; transition: color 0.5s;}
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: 1000px;
	height: 100px;
	padding-top:17px;
	top: 20px;
	margin: 0 auto;
	overflow: hidden;
	background:#fff;
	background:rgba(255, 255, 255, 0.6)!important;
	filter:alpha(opacity=60);
	position: absolute;
	z-index: 2;}
.top_logo {/*头部Logo*/
	width:400px;
	height:100px;
	float:left;
	padding:0px;
	margin:0 0 0 15px;
	overflow:hidden;
}
/*内容部分CSS*/
.center {
	width:100%;
	padding:0px;
	margin:0 auto 28px;
	overflow:hidden;
	background:url(../images/center_bg.png) #fff repeat-x top;
}
.ny_cen {
	width:1000px;
	padding:0px;
	margin:20px auto;
	overflow:hidden;}
.center_l {/*左边内容*/
	width:248px;
	padding:0px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:678px;
	margin:0px;
	min-height:490px;
	overflow:hidden;
	border:1px solid #d4d4d4;
	padding:0 15px 20px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;}

/*底部CSS*/
.bottom_bg {
	width:100%;
	min-height:130px;
	padding:0px;
	background:#11589a;
	margin:0px;
	overflow:hidden;}
.bottom {
	width:1000px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
	line-height:24px;
	color:#fff;
	text-align:center;}
.bottom a{
	color:#fff;}

/*点击放大产品展示CSS*/
.pro {/*单个产品总框*/
	width:165px;
	padding:0px;
	margin-right:32px;
	float:left;
	overflow:hidden;
}
.pro_img {/*产品图片*/
	width:163px;
	height:128px;
	border:1px #dfdfdf solid;
	padding:0px;
	margin:0px;
	overflow:hidden;}
.pro_img:hover{
	border:1px solid #0081d6;}
.pro_test {/*产品名称*/
	width:165px;
	height:36px;
	line-height:36px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;}
.pro2 {/*单个产品总框*/
	width:202px;
	padding:0px 10px;
	margin:0px;
	float:left;
	overflow:hidden;
}
.pro2_img {/*产品图片*/
	width:200px;
	height:157px;
	border:1px #dfdfdf solid;
	padding:0px;
	margin:0px;
	overflow:hidden;}
.pro2_img:hover{
	border:1px solid #0081d6;}
.pro2_test {/*产品名称*/
	width:202px;
	height:40px;
	line-height:40px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	font-size:14px;}
.pro2_test a:hover{
	color:#0081d6;}
.pro3_img {/*产品图片*/
	width:238px;
	height:238px;
	border:1px #d5d5d5 solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro3_img:hover{
	border:1px solid #34a12c;}
.pro3_test {/*产品名称*/
	width:240px;
	height:60px;
	line-height:60px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	font-size:14px;}
.page {
	width:100%;
	margin:0px auto;
	overflow:hidden;
	padding:26px 0px 0px 0px;
	line-height:25px;
	text-align:center; 
	clear:both;
}
 

/*产品左大右小展示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 {
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.news_t li{
	padding:20px 0px;
	border-bottom:1px dotted #c8c8c8;
	overflow:hidden;}
.news_t .date{
	float:left;
	font-family: Verdana;
	width:70px;
	height:50px;
	padding:5px 10px 5px 0px;
	text-align:center;
	background:url(../images/news_date.gif);}
.news_t .date span{
	font-size:14px;
	font-weight:bold;
	}
.news_t .text{
	float:left;
	text-align:left;
	margin:0px;
	line-height:20px;
	padding-left:30px;}
.news_t .text span a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;}
.news_t .text span a:hover,.red a{
	color:#0068b7;}
.shownews_title{
	line-height: 24px;
	text-align: center;
	padding: 10px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #c8c8c8;}
.shownews_title h1{
	font-size:16px;
	font-weight:bold;}