.pat{
	width: 980px;
	display: block;
	margin:auto;
	height:240px;
}
.pat p{
	text-align:left;
	color: #000;
	font-size: 16px;
}
/*合作展示滚动轮播*/
.marqueeleft {
	width:100%;
	overflow: hidden;
	margin: 20px auto;
}
		
.marqueeleft ul {
	float: left;
	padding: 0;
	margin: 0;
}
.marqueeleft li {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	width:150px;
	overflow: hidden;
	margin: 0 5px;
	box-sizing: border-box;
}
.marqueeleft li .pic {
	display: block;
	border: #ccc 1px solid;
	width:148px;
	overflow: hidden;
}
.marqueeleft li img{
	width:100%;
	height:150px;
}
.marqueeleft li .txt {
	text-align: center;
	height: 23px;
	line-height: 23px;
}
.marqueeleft li .txt a{
	color: #3b3a39;
}
/*产品大小*/
#marquee2.marqueeleft li {
	width: 150px;
}
#marquee2.marqueeleft li .pic{
 	width: 148px;
 }
#marquee2.marqueeleft li img{
	width:100%;
	height:150px;
}
/*产品中心*/
.pro{
	width: 980px;
	display: block;
	margin: auto;
	overflow: hidden ;
	margin-bottom:10px;
}
.pro_zhan{
	width:580px;
	float: left;
	height: auto;
	margin-right: 20px;
}
.pro_zhan p,.news_zhan p{
	text-align: left;
	font-size: 16px;
	color: #000;
	padding: 5px 0;
	border-bottom: 1px solid #e3e1e1;
}
.pro_zhan p a,.news_zhan p a{
	color: #000;
	float: right;
}
.news_zhan{
	width: 380px;
	height:auto;
	float: left;
}
.news_zhan p{
	margin-bottom: 20px;
}
.news_zhan  img{
	width:360px;
	height:120px;
}
.news_zhan .news_show{
	background: #fff;
	box-sizing: content-box;
	padding: 10px;
}
.news_zhan .news_show li{
	text-align:left;
	font-size:12px;
	margin: 5px 0;
}
.news_zhan .news_show li a{
	color: #000;
	display: inline-block;
	width:250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_zhan .news_show span{
	color: #ccc;
	float: right;
}
