/*产品展示*/
.pro{
	width:1024px;
	margin:0px auto;
}
.pro .sidebar{
	width:210px;
	float:left;
	border:1px solid #ddd;
	height:405px;
	overflow:hidden;
}
.pro .sidebar .sidebar_h{
	width:200px;
	margin-left:5px;
	height:45px;
	text-align:center;
	font-size:18px;
	background:#F9D50F;
	text-align:center;
	line-height:45px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:5px;
}
.pro .sidebar ul{
	width:180px;
	margin-left:15px;
}
.pro .sidebar ul li{
	width:180px;
	height:39px;
	line-height:39px;
	background:url(../images/sidebar_bg.png) no-repeat center center;
	text-align:center;
	margin-top:40px;
	margin-bottom:37px;
}
.pro .sidebar ul li a{
	font-size:16px;
	color:#333;
}
.pro .pro_r{
	width:800px;
	border:1px solid #ddd;
	float:right;
	height:405px;
	overflow:hidden;
}
.pro .pro_r dl{
	width:220px;
	height:180px;
	border:1px solid #00BA00;
	box-shadow:1px 0px 2px #00BA00 inset;
	overflow:hidden;
	float:left;
	margin:10px 22px;
}
.pro .pro_r dl dt{
	width:90px;
	height:105px;
	float:left;
	margin-left:5px;
	margin-top:35px;
}
.pro .pro_r dl dd{
	width:110px;
	float:left;
	margin-left:5px;
	text-align:left;
	line-height:170%;
}
.pro .pro_r dl dd.title{
	width:110px;
	height:25px;
	line-height:25px;
	text-align:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:35px;
}
.pro .pro_r dl dd.title a{
	font-size:14px;
	font-weight:bold;
	color:#FD0000;
}
/*产品展示*/
/*盒子*/
.box{
	width:1024px;
	height:170px;
	margin:0px auto;
	overflow:hidden;
}
.box .about , .box .news{
	width:330px;
	float:left;
}
.box .about .tabBox_t , .tabBox  {
	width:330px;
	text-align:left;
}
.tabBox .tabNav {
	overflow: hidden;
	margin: 0px;
	padding:0px;
	width:330px;
	list-style:none;
	text-align:left;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #ddd;
}
.tabBox .tabNav li {
	float: left;
	border: 1px solid #ddd;
	border-bottom: none;
	width:70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right:5px;
	cursor: pointer;
	font-size: 14px;
	border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	overflow:hidden;
}
.tabBox .tabNav li.now {
	background:url(../images/box_h_bg.jpg) repeat-x;
	border:1px solid #6F9BBE;
	border-bottom:0px;
	color:#FFF;
}
.tabBox .tabCont {
	display: none;
	padding-top: 5px;
	padding-bottom:5px;
	width: 330px;
	margin-top:0px;
}
.tabBox .tabCont dl{
	width:330px;
	height:140px;
}
.tabBox .tabCont dl dt{
	width:125px;
	height:110px;
	float:left;
	margin-top:10px;
}
.tabBox .tabCont dl dt img{
	width:125px;
	height:110px;
}
.tabBox .tabCont dl dd{
	text-align:left;
	line-height:170%;
	width:195px;
	float:left;
	margin-left:8px;
}
.tabBox .tabCont dl dd a{
	display:block;
	width:42px;
	height:18px;
	text-align:center;
	line-height:18px;
	border:1px solid #ddd;
	background:#F4F4F4;
	color:#888;
	font-size:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family:"宋体";
	margin-top:5px;
}
.box .news{
	margin-left:15px;
}
.box .news .news_h{
	width:330px;
	height:30px;
	line-height:30px;
	text-align:left;
	border-bottom:1px solid #ddd;
	position:relative;
}
.news .news_h span{
	display:inline-block;
	width:70px;
	height:30px;
	line-height:30px;
	border:1px solid #6F9BBE;
	border-bottom:0px;
	text-align:center;
	font-size:14px;
	background:url(../images/box_h_bg.jpg) repeat-x;
	border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	color:#FFF;
}
.news .news_h a{
	display:block;
	color:#666;
	position:absolute;
	right:0px;
	top:0px;
}
.news ul{
	width:330px;
	height:140px;
}
.news ul li{
	width:330px;
	height:23px;
	line-height:23px;
	position:relative;
	background:url(../images/icon1.jpg) no-repeat left center;
	overflow:hidden;
	text-align:left;
}
.news ul li span{
	display:inline-block;
	*isplay:inline;
	zoom:1;
	width:195px;
	height:23px;
	line-height:23px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-left:7px;
	vertical-align:middle;
}
.news ul li span a{
	color:#333;
}
.news ul li span a:hover{
	color:#FD0000;
}
.news ul li strong{
	display:inline-block;
	*isplay:inline;
	zoom:1;
	width:28px;
	height:11px;
	margin-left:5px;
	margin-right:5px;
	vertical-align:middle;
}
.news ul li strong.new{
	background:url(../images/icon2.png) no-repeat;
}
.news ul li em{
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	color:#666;
}
.news ul li.one{
	width:330px;
	height:64px;
	background:none;
	margin-top:5px;
}
.news ul li.one dl{
	width:330px;
	height:64px;
	overflow:hidden;
}
.news ul li.one dl dt{
	width:80px;
	height:60px;
	border:1px solid #ddd;
	float:left;
}
.news ul li.one dl dt img{
	width:80px;
	height:60px;
}
.news ul li.one dl dd{
	width:240px;
	float:left;
	margin-left:7px;
}
.news ul li.one dl dd.name{
	width:240px;
	height:23px;
	line-height:23px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news ul li.one dl dd.name a{
	color:#2676BB;
	font-weight:bold;
}
.news ul li.one dl dd.name a:hover{
	color:#FD0000;
}
.news ul li.one dl dd{
	line-height:150%;
	text-align:left;
	height:38px;
	overflow:hidden;
}
/*盒子*/

