@charset "utf-8";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:12px;
	line-height:20px;
	font-family:Arial;
	background-color:#e2f0f9;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
li{
	margin:0px;
	padding:0px;
}
a,a:link,a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top {
	width:960px;
	height:105px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background:url(../images/top_bg_guang.png) no-repeat center top;
}
.top_logo {/*Head Logo*/
	width:300px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:1003px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column li {text-align:left;position:relative;display:block;font-size:12px; line-height:22px; font-family:Arial; padding:0px 10px 0px 10px; margin:0px;}

/*Info CSS*/
.center {
	width:960px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.center_l {/*Left Info*/
	width:715px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	
}
.center_r {/*Right Info*/
	width:235px;
	padding:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom_menu{
	width:930px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:12px;
	background:url(../images/bottom_xia_bg.png) no-repeat;
}
.bm_det{
	text-align:center;
	color:#fff;
	margin:0px;
	height:120px;
	line-height:32px;
}
.bottom {
	width:960px;
	padding:10px 21px 0px 22px;
	margin:0px auto;
	overflow:hidden;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:147px;
	height:112px;
	padding:8px 11px 0px 12px;
	margin:0px;
	overflow:hidden;
}
.pro_img {/*Product Images*/
	width:145px;
	height:80px;
	border:1px #b3eab2 solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
.pro_test {/*Product Name*/
	width:147px;
	height:30px;
	line-height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	color:#179d15;
}
.page {/*Bottom Page CSS*/
	width:690px;
	color:#999;
	padding-top:20px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.page a{
	color:#000;
}

/*Product Left Big And Right Simall 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;
}

/*News CSS*/
.news_t {
	width:690px;
	
	margin-top:8px;
	text-align:left;
	overflow:hidden;
	color:#000;
	
}
.news_t li{line-height:22px;list-style:inside disc !important;display:block;height:29px; border-bottom:#999 thin  dashed; font-family:Arial;padding-top:3px;}

.news_t li a{color:#000;}
.news_t li span{ float:right;}
.ban { background:url(../images/index_02.jpg); width:960px; height:276px; margin:auto; overflow:hidden; }

.clssMainRoll {
	FILTER: progid:DXImageTransform.Microsoft.Slide(slidestyle=SWAP,Bands=1); CURSOR: pointer; 
}            /*    为首页js样式    */
.more a{
	float:right;
	padding-right:18px;
	color:#666;
	font-size:11px;
	font-weight:100;
}
.more a:hover{
	font-weight:bold;
}