@charset "utf-8";
/* CSS Document */
/*首页轮播图样式*/
@media screen and (max-width: 1024px) {
	.b_list{transform: scale(1);}
	.in_banbox{height: 344px;}
	.in_banbox .b_list li{background-size:100%;}
	.in_banbox .smbox{top:30%;}
}
@media screen and (max-width: 768px) {
	.b_list{transform: scale(1);}
	.in_banbox{height: 255px;}
	.in_banbox .b_list li{background-size:100%;}
	.in_banbox .smbox{top:30%;transform: scale(.8);}
}
@media screen and (max-width: 480px) {
	.b_list{transform: scale(1.1);}
	.in_banbox{height: 25vh;}
	.in_banbox .b_list li{background-size:100%;}
	.in_banbox .smbox{top:30%;transform: scale(.8);}
}
@media screen and (max-width: 414px) {.in_banbox{height: 19vh;}.b_list{transform: scale(1.15);}}