.carousel_wrap {
	width: 1300px;
	margin: 90px auto 0;
	height: 650px;
	position: relative;
}
#carousel {
	width: 1200px;
	height: 708px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
#carousel > div {
	visibility:hidden;
	cursor:pointer;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 5px;
}
#carousel img {
	display: block;
	border-radius: 5px;
	border: 1px solid #fff;
	width: 785px;
	height: 621.833px;
}
#carousel .caption {
	width:100%;
	height: 20px;
	position: absolute;
	bottom: -50px;
	left: 0px;
	opacity: 0;
}
#carousel > div.carousel-center .caption {
	opacity: 1;
}
.carous_item {
	position:absolute;
	height:100%;
	width:100%;
	padding:0px 15px;
	box-sizing:border-box;
	display:block;
}
.carous_desc {
	color: #67abe2;
	font-size: 20px;
	text-align: center;
	padding: 0px 15px;
	margin-bottom:15px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}
.carousel_wrap .nav_button {
	color: #ff5a00;
	position:absolute;
	left:0px;
	top:calc(50% - 100px);
	width:30px;
	padding: 15px 0;
	right:0px;
	font-size:40px;
	font-weight:600;
	cursor:pointer;
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
}
.carousel_wrap .nav_button:hover {
	text-decoration: none;
}
.carousel_wrap .nav_button.prev_button {
	left:50px;
}
.carousel_wrap .nav_button.next_button {
	left:auto;
	right:50px;
}
.carousel-nav {
	position: absolute;
	top: 20px;
	left: calc(50% - 39px);
}
.carousel-nav li {
	background: #c2c7cd;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	cursor: pointer;
}
.carousel-nav li.active {
	background: #ff5a00;
}
.carousel-shadow {
	position: absolute;
	top: 35px;
	left: calc(50% - 440px);
	display: none;
	opacity: 0.5;
}
@media only screen and (max-width: 1300px) {
	.carousel_wrap {
		width: 1200px !important;
	}
	#carousel {
		width: 1200px !important;
	}
	.carousel_wrap .nav_button.prev_button {
		left: 10px !important;
	}
	.carousel_wrap .nav_button.next_button {
		right: 10px !important;
	}
	#carousel img {
		width: 750px;
		height: 593px;
	}
	.carousel-shadow {
		width: 514px;
		top: 120px;
		left: calc(50% - 256px);
	}
}
@media only screen and (max-width: 1280px) {
	.carousel_wrap {
		width: 1000px !important;
		margin: 10px auto 0 !important;
		height: 500px;
	}

	#carousel {
		width: 1000px !important;
	}
	.carousel_wrap .nav_button.prev_button {
		left: 10px !important;
	}
	.carousel_wrap .nav_button.next_button {
		right: 10px !important;
	}
	#carousel img {
		width: 630px;
		height: 498px;
	}
	.carousel-shadow {
		width: 514px;
		top: 120px;
		left: calc(50% - 256px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.carousel_wrap {
		width: 960px !important;
		margin: 10px auto 0;
		height: 520px;
	}
	#carousel {
		width: 960px !important;
	}
	.carousel_wrap .nav_button.prev_button {
		left: 10px !important;
	}
	.carousel_wrap .nav_button.next_button {
		right: 10px !important;
	}
	#carousel img {
		width: 500px;
		height: 396px;
	}
	.carousel-shadow {
		width: 569px;
		top: 120px;
		left: calc(50% - 283px);
	}
}