.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 414px;margin: 0 auto;}
@media screen and (max-width: 320px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 320px;margin: 0 auto;}
}
@media screen and (min-width: 320px) and (max-width: 350px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 350px;margin: 0 auto;}
}
@media screen and (min-width: 350px) and (max-width: 380px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 380px;margin: 0 auto;}
}
@media screen and (min-width: 380px) and (max-width: 400px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 400px;margin: 0 auto;}
}
@media screen and (min-width: 400px) and (max-width: 420px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 420px;margin: 0 auto;}
}
@media screen and (min-width: 420px) and (max-width: 450px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 450px;margin: 0 auto;}
}
@media screen and (min-width: 450px) and (max-width: 480px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 480px;margin: 0 auto;}
}
@media screen and (min-width: 480px) and (max-width: 500px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 500px;margin: 0 auto;}
}
@media screen and (min-width: 500px) and (max-width: 520px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 520px;margin: 0 auto;}
}
@media screen and (min-width: 520px) and (max-width: 550px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 550px;margin: 0 auto;}
}
@media screen and (min-width: 550px) and (max-width: 580px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 580px;margin: 0 auto;}
}
@media screen and (min-width: 580px) and (max-width: 610px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 610px;margin: 0 auto;}
}
@media screen and (min-width: 610px){
	.carousel_img{width:100%;position:relative;top:0;left:0;overflow:hidden;height: 640px;margin: 0 auto;}
}
.carousel_img img{width: 100%;}
.car_img{width:100%;height:100%;position:absolute;top:0;left:0;}
.carousel_index{position: absolute;text-align: center;width: 100%;bottom: 7%;padding: 0;}
.carousel_icon{width:10px;height:10px;}
.carousel_icon1{background: #fff;border-radius: 50%;margin: 0 3px;display: inline-block;}
.carousel_icon2{background: #000;border-radius: 50%;margin: 0 3px;display: inline-block;opacity: 0.4;}