.newbanner {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
	z-index: 8;
}

.slider {
	height: 360px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

	.slider ul {
		height: 360px;
		width: 600%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}

		.slider ul li {
			height: 360px;
			width: 16.666666666%;
			float: left;
			position: relative;
			overflow: hidden;
		}

			.slider ul li img {
				position: absolute;
				left: 50%;
				top: 0;
				margin-left: -960px;
			}

	.slider ol {
		/* background: rgba(255, 255, 255, 0.6);
    -pie-background: rgba(255, 255, 255, 0.6);behavior:url(/Content/PIE.htc); */
		position: absolute;
		left: 50%;
		bottom: 15px;
		margin-left: -60px;
		z-index: 6;
		border-radius: 10px;
		padding: 0 10px;
	}

		.slider ol li {
			width: 12px;
			height: 12px;
			background: #FFFFFF;
			border-radius: 50%;
			/*   behavior:url(/Content/PIE.htc); */
			float: left;
			margin: 4px;
			cursor: pointer;
			font-size: 0;
			opacity: 0.75;
			filter: alpha(opacity=75);
			-moz-opacity: 0.75;
			-khtml-opacity: 0.75;
		}

		.slider ol .current {
			opacity: 1;
			/* 	filter:alpha(opacity=100);
	-moz-opacity:1;   
	-khtml-opacity: 1; */
			width: 24px;
			height: 12px;
			background: #FFFFFF;
			border-radius: 6px;
		}

	.slider div {
		width: 1000px;
		margin: auto;
		position: relative;
	}

	.slider .prev,
	.slider .next {
		width: 30px;
		height: 70px;
		position: absolute;
		top: 128px;
		color: #fff;
		/* background: rgba(0, 0, 0, 0.7);
    -pie-background: rgba(0, 0, 0, 0.7);behavior:url(/Content/PIE.htc); */
		z-index: 2;
		display: none;
		text-align: center;
		font-size: 24px;
	}

	.slider .prev {
		left: 0;
		background: url(../img/Btn_Left_On@2x.png) no-repeat center;
		background-size: cover;
	}

	.slider .next {
		right: 0;
		background: url(../img/Btn_Right_On@2x.png) no-repeat center;
		background-size: cover;
	}

/* .slider .next:before {
	content: '\e611';
	font-family: 'iconfont';
	line-height: 70px;
	
}

.slider .prev:before {
	content: '\e613';
	font-family: 'iconfont';
	line-height: 70px;
} */

.container {
	background: #eee;
	padding-top: 40px;
	padding-bottom: 100px;
}

.main {
	width: 1000px;
	margin: auto;
}

.higher {
	margin-bottom: 80px;
}

.higer-con {
	background: #fff;
	padding-bottom: 30px;
	height: 459px;
	display: none;
}

	.higer-con li {
		width: 221px;
		margin-left: 24px;
		margin-top: 24px;
		position: relative;
		overflow: hidden;
		float: left;
		border: 1px solid #fff;
	}

		.higer-con li:hover {
			box-shadow: 0 0 10px #ccc;
		}

	.higer-con .addTxt {
		width: 219px;
		height: 140px;
		position: relative;
	}

		.higer-con .addTxt img {
			border: 1px solid #ddd;
		}

		.higer-con .addTxt .addTxt-text {
			width: 195px;
		}

	.higer-con li .higerTxt {
		width: 201px;
		height: 110px;
		padding: 15px 10px;
		font-size: 12px;
		line-height: 20px;
		background: rgba(0, 0, 0, 0.7);
		-pie-background: rgba(0, 0, 0, 0.7);
		behavior: url(/Content/PIE.htc);
		color: #fff;
		position: absolute;
		top: -140px;
		left: 0;
	}

.middle {
	font-size: 12px;
	padding: 10px;
}

.high-menu {
	padding: 0 10px;
	color: #666;
	margin-top: 7px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tea-bot {
	background: #fff;
	margin-top: 22px;
	padding-bottom: 20px;
}
