@charset "utf-8";

.banner129 {width:100%; height:100%; float:left; clear:both; background:#fff; padding:0; box-sizing:border-box;}

.banner129 .bgbox {width:100%; height:100%; overflow:hidden;}
.banner129 .bgbox img {position:absolute; top:-9999px; bottom:-9999px; left:-9999px; right:-9999px; margin:auto; min-height:100%; min-width:100%;
						-webkit-transition:transform 1s; transition:transform 1s; max-width:120%;}
.banner129:hover .bgbox img {transform:scale(1.1);}

.banner129 > a {position:absolute;top:0;left:0;width:100%;height:100%;text-align:center; background:rgba(0,0,0,0.1);}
.banner129 > a:focus {border:3px dashed #a2c3fb; box-sizing:border-box;}
.banner129 .txtwrap {display:inline-block;vertical-align: middle;padding: 0 15px;width: 100%;box-sizing: border-box;}
.banner129 .txtwrap .tit {color:#fff; font-size:25px; font-weight:400; line-height: 135%; letter-spacing:-0.5px;
						  overflow:hidden; position:relative; box-sizing:border-box; word-break:keep-all;}


.layout_height_L .banner129 {height:150px;}
.layout_height_L .banner129 > a {line-height:150px;}



	@media (min-width:800px){
		.layout_height_H > a {height:350px;}
		.layout_height_M > a {height:250px;}
		.layout_height_H .banner129 > a {line-height:350px;}
		.layout_height_M .banner129 > a {line-height:250px;}

		.banner129 .txtwrap .tit {font-size:25px;}
		.layout_height_L .banner129 .txtwrap .tit {-webkit-line-clamp:2; max-height:66px; -webkit-box-orient:vertical; display:-webkit-box; white-space:normal;}		
	}
	

	@media (max-width:799px){
		.layout_height_H .banner129 {height:250px;}
		.layout_height_M .banner129 {height:200px;}
		.layout_height_H .banner129 > a {line-height:250px;}
		.layout_height_M .banner129 > a {line-height:200px;}
	}

	@media (min-width:600px) and (max-width:799px){
		.banner129 .txtwrap .tit {font-size:22px;}

		.layout_block4 .layout_height_H .banner129 > a {line-height:350px;}
		.layout_block4 .layout_height_M .banner129 > a {line-height:250px;}
	}

	@media (max-width:599px){
		.banner129 .txtwrap .tit {font-size:18px;}

	}



