@charset "utf-8";
/* @latest 2021.03.15 YHY */

.banner117 {width:100%; height:100%; float:left; text-align:center; background:#f0f0f0; box-sizing:border-box; position:relative; padding:15px;}

.banner117 .bnr17imgbox {width:100%; overflow:hidden; display:block; box-sizing:border-box; background:orange;
						-webkit-transition:padding 0.3s; transition:padding 0.3s;}
.banner117 .bnr17imgbox img {width:100%; min-height:100%; max-height:100%; display:block; box-sizing:border-box;}

.banner117 .bnr17txtBox {width:100%;  float:left; text-align:center; box-sizing:border-box;}
.banner117 .bnr17txtBox .tit {font-size:14px; color:#333; line-height:30px; margin:0 auto; margin-top:10px; font-weight:400;
								 width:100%; max-width:1270px; word-break:keep-all; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
	.banner117:hover .bnr17imgbox { padding:5px; }
	.banner117:hover .bnr17txtBox .tit {font-weight:600;}

	.layout_01 .banner117 .bnr17imgbox {/* max-width:1270px; */margin:0 auto;}

	@media (min-width:991px){}
	@media (min-width:800px){
		.layout_height_H .banner117 .bnr17imgbox {height:280px;}
		.layout_height_M .banner117 .bnr17imgbox {height:180px;}
		.layout_height_L .banner117 .bnr17imgbox {height:90px;}
		.layout_height_L .banner117 .bnr17txtBox .tit {line-height:20px;}
	}

	@media (max-width:799px){
		.banner117 .bnr17imgbox {height:auto;}
	}

	@media (min-width:600px) and (max-width:799px){
		.layout_block4 > .layout_height_H .banner117 {height:350px; }
		.layout_block4 > .layout_height_H .banner117 .bnr17imgbox {height:280px;}
		.layout_block4 > .layout_height_M .banner117 {height:250px;}
		.layout_block4 > .layout_height_M .banner117 .bnr17imgbox {height:180px;}
		.layout_block4 > .layout_height_L .banner117 .bnr17imgbox {height:90px;}
		.layout_block4 > .layout_height_L .banner117 .bnr17txtBox .tit {line-height:20px;}
	}

	@media (max-width:599px){

	}
