.carousel{
	width:100%;
	overflow:hidden;
	position:relative;
}
.carouselList{
	width:100%;
	height:100%;
}
.carouselItem{
	width:100%;
	height:100%;
}
.carouselItem img{
	width:100%;
	height:100%;
}
.pull-downIcon{
	position:absolute;
	width:32px;
	left:50%;
	bottom:20px;
	transform: translateX(-50%);	
	cursor:pointer;
}
.pull-downIcon img{width:100%}
.body{
	width:100%;
	margin-top:40px;
	text-align: center;
}
.contentTittle{
	font-size: 33px;
}
.solid{
	display: inline-block;
	width:7%;
	border-bottom: 2px solid #000;
	margin-bottom: 8px;
}
.content{
	width:1124px;
	height: 281px;
	margin:40px auto 0;
	overflow: hidden;
}
.content a{
	float:left;
	width:279px;
	height:264px;
	position: relative;
	overflow: hidden;
	border:1px solid #E0E0E0;
	border-radius: 5px;
}
.contentItem{
	width:100%;
}
.contentImg{
	width:223px;
	margin:0 auto;
	height: 223px;
}
.contentImg img{
	width:100%;
	height:100%;
}
.contentTxt{
	width:100%;
	border-top:2px solid #ccc;
	padding:5px 0;
}
.contentTxt span{
	display: inline-block;
	width:80%;
	max-height:22px;
	font-size: 14px;
	overflow:hidden;
	text-align: center;
	margin-top:4px;
}
.reverseContent{
	width:100%;
	height:100%;
	border-radius: 5px;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	opacity: .8;
	text-align: right;
	margin-top:220%;
	/*background:#fff;*/
	/*transform:rotateY(90deg)*/
}
.reverseContent img{
	margin-top:70%;
	transform: translateY(-50%);
	border-radius: 6px;
	width:120px;
}
.content a:hover .reverseContent{
	/*transform:rotateY(0deg);*/
	/*background: linear-gradient(to bottom, #ccc, #000);*/
	margin-top:0;
	transition: all .5s;
}
.footer{
	width: 100%;
	min-width: 1200px;
	text-align: center;
	margin-top:50px;
}
/*联系我们*/
/*.footerContent{
	width:100%;
}
.footerFloor1{
	width:100%;
	margin-top:50px;
	position: relative;
}
.footerFloor1 img{
	width:100%;
}
.footerForm{
	width:666px;
	height:500px;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	top:70px;
}
.footerForm input{
	display: block;
	margin:0 auto;
	width:75%;
	padding:5px 20px;
	font-size: 16px;
	background: rgba(0,0,0,0);
	color:#aaa;
	height:40px;
	border:1px solid #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.footerForm button{display: block;margin:0 auto}
.yourMsg{
	width:75%;
	overflow:hidden;
	height:120px;
	padding:5px 20px;
	color:#aaa;
	background: rgba(0,0,0,0);
	border:1px solid #fff;
	border-radius: 5px;
	font-size: 16px;
}
.footerForm button{
	margin-top:20px;
	width:81%;
	padding:15px 20px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	background: #FFD700;
	color:#fff;
	border: none;
}*/

/*首页轮播图*/
#banner { position: relative; width: 100%; height: 500px;  overflow: hidden; }
#banner_list {width:100%;height:100%;}
#banner_list a{width:100%;height:100%;}
#banner_list img { width:100%;height:100%; }
#banner_bg { position: absolute; bottom: 0;  height: 30px; filter: Alpha(Opacity=30);  z-index: 1000; cursor: pointer; width: 100%; }
#banner_info { position: absolute; bottom: 0; left: 5px; height: 22px; color: #fff; z-index: 1001; cursor: pointer }
#banner_text { position: absolute; width: 120px; z-index: 1002; right: 3px; bottom: 3px; }
#banner ul { 
	position: absolute;
	list-style-type: none;
    filter: Alpha(Opacity=80);
	opacity: 0.8; z-index: 9; 
    bottom: 10px; 
    left:50%;
    transform: translateX(-50%);
 }
#banner ul li { 
	padding: 0px 8px;
	 float: left; 
	 display: block;
	 width:45px; 
	 height:8px;
	 margin:0 10px;
	 color: #FFF; 
	 background: #fff; 
	 cursor: pointer; 
	 border-radius: 5px;
 }
#banner ul li.on { background-color: #FFD700; }
#banner_list a { position: absolute; }



@media screen and (max-width: 1400px) {
	#banner{
		height:350px
	}
}