.banner{
	height:555px;
	margin-top:70px;
	margin-bottom:30px;
	box-shadow:0 2px 10px #999;
	position:relative;
	z-index:0;
	}
.banner .left{
	position:absolute;
	left:0;
	}
.banner .right{
	position:absolute;
	right:0;
	}

/*------content------*/
.content{
	width:1000px;
	margin:0 auto;
	margin-bottom:100px;
	overflow:hidden;
	position:relative;
	z-index:999;
	}
.content .exhibition{
	width:1000px;
	overflow:hidden;
	clear:both;
	margin-bottom:40px;
	}
.content .exhibition .pic{
	width:360px;
	height:220px;
	overflow:hidden;
	float:left;
	}
.content .exhibition .pic img{
	width:100%;
	height:100%;
	}

.content .exhibition .information{
	width:620px;
	overflow:hidden;
	float:right;
	}
.content .exhibition .information .title{
	font-size:30px;
	color:#f08200;
	letter-spacing:1px;
	}
.content .exhibition .information .title li.view{
	width:60px;
	height:20px;
	background-color:#f08200;
	float:right;
	margin-top:-15px;
	text-align:center;
	}
.content .exhibition .information .title li.view a{
	display:block;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	line-height:22px;
	}
.content .exhibition .information .title li.line{
	height:3px;
	background-color:#f08200;
	clear:both;
	}
.content .exhibition .information .detail{
	letter-spacing:1px;
	margin-top:20px;
	overflow:hidden;
	}
.content .exhibition .information .detail .time{
	font-size:12px;
	color:#f08200;
	margin-bottom:8px;
	}
.content .exhibition .information .detail .name{
	margin-bottom:8px;
	}
.content .exhibition .information .detail .name a{
	font-size:20px;
	color:#525252;
	text-decoration:none;
	}
.content .exhibition .information .detail li.text{
	max-height:65px;
	overflow:hidden;
	font-size:14px;
	color:#525252;
	line-height:20px;
	}

.content .product{
	width:1000px;
	overflow:hidden;
	}
.content .product .title{
	font-size:30px;
	color:#f08200;
	letter-spacing:1px;
	}
.content .product .title li.view{
	width:60px;
	height:20px;
	background-color:#f08200;
	float:right;
	margin-top:-15px;
	text-align:center;
	}
.content .product .title li.view a{
	display:block;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	line-height:22px;
	}
.content .product .title li.line{
	height:3px;
	background-color:#f08200;
	clear:both;
	}
.content .product .detail{
	width:1010px;
	overflow:hidden;
	clear:both;
	margin-top:25px;
	}
.content .product .detail .item{
	width:192px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	}
.content .product .detail .item li.pic{
	width:190px;
	height:136px;
	overflow:hidden;
	margin-bottom:10px;
	border:1px #f08200 solid; 
	}
.content .product .detail .item li.pic img{
	width:auto;
	height:100%;
	}
.content .product .detail .item li{
	text-align:center;
	}
.content .product .detail .item li a{
	font-size:17px;
	color:#525252;
	text-decoration:none;
	}



