@media (max-width: 1198px) {
	* {
		padding: 0px;
		margin: 0px;
	}

	.banner {
		width: 100%;
		height: 200px;
		font-size: 0;
		overflow: hidden;
		position: relative;
	}

	.banner_img {
		width: 100%;
		height: 200px;
		position: absolute;
		left: 0;
		top: 0;
		margin-left: 0 !important;
	}

	.banner_img li {
		width: 100%;
		height: 200px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		float: left;
		list-style: none;
		background-size: 100% 100%;
	}

	.banner_list {
		height: 22px;
		top: 177px;
		position: relative;
		margin: 0 auto;
		z-index: 1;
	}

	.banner_list span {
		display: block;
		cursor: pointer;
		width: 70px;
		height: 4px;
		cursor: pointer;
		opacity: .4;
		background: #fff;
		float: left;
		margin: 0 4px;
		transition: background .5s, opacity .5s;
	}

	.banner_list .spcss {
		background: #00b6b0 !important;
		opacity: 1 !important;
	}

	.banner_left {
		position: absolute;
		height: 90px;
		width: 60px;
		top: 50%;
		left: -60px;
		background-color: rgba(73, 72, 62, 0.6);
		margin-top: -45px;
		text-align: center;
		transition: all .5s;
		z-index: 2;
	}

	.banner_left:hover {
		background-color: rgba(73, 72, 62, 0.9);
	}

	.banner_right {
		position: absolute;
		height: 90px;
		width: 60px;
		top: 50%;
		right: -60px;
		background-color: rgba(73, 72, 62, 0.6);
		margin-top: -45px;
		text-align: center;
		transition: all .5s;
		z-index: 2;
	}

	.banner_right:hover {
		background-color: rgba(73, 72, 62, 0.9);
	}

	.banner_left img {
		margin-top: 22px;
	}

	.banner_right img {
		margin-top: 22px;
	}
}

@media (min-width: 1199px) {
	* {
		padding: 0px;
		margin: 0px;
	}

	.banner {
		width: 100%;
		height: 600px;
		font-size: 0;
		overflow: hidden;
		position: relative;
	}

	.banner_img {
		width: 100%;
		height: 480px;
		position: absolute;
		left: 0;
		top: 0;
		margin-left: 0 !important;
	}

	.banner_img li {
		width: 100%;
		height: 600px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		float: left;
		list-style: none;
		background-size: 100% 100%;
	}

	.banner_list {
		height: 22px;
		top: 574px;
		position: relative;
		margin: 0 auto;
		z-index: 1;
	}

	.banner_list span {
		display: block;
		cursor: pointer;
		width: 70px;
		height: 4px;
		cursor: pointer;
		opacity: .4;
		background: #fff;
		float: left;
		margin: 0 4px;
		transition: background .5s, opacity .5s;
	}

	.banner_list .spcss {
		background: #00b6b0 !important;
		opacity: 1 !important;
	}

	.banner_left {
		position: absolute;
		height: 90px;
		width: 60px;
		top: 50%;
		left: -60px;
		background-color: rgba(73, 72, 62, 0.6);
		margin-top: -45px;
		text-align: center;
		transition: all .5s;
		z-index: 2;
	}

	.banner_left:hover {
		background-color: rgba(73, 72, 62, 0.9);
	}

	.banner_right {
		position: absolute;
		height: 90px;
		width: 60px;
		top: 50%;
		right: -60px;
		background-color: rgba(73, 72, 62, 0.6);
		margin-top: -45px;
		text-align: center;
		transition: all .5s;
		z-index: 2;
	}

	.banner_right:hover {
		background-color: rgba(73, 72, 62, 0.9);
	}

	.banner_left img {
		margin-top: 22px;
	}

	.banner_right img {
		margin-top: 22px;
	}
}