 @charset "utf-8";
.changeBox_a1 { width: 1920px; height: 100%; overflow: hidden; position:relative}
.changeBox_a1 .a_bigImg { position: absolute; display: none; top:0px; left:0px; height:100%;}
.changeBox_a1 .a_bigImg img{ width:100%}

.changeBox_a1 .a_bigImg div.a_nr{ position:absolute; left:50%; margin-left:-25%; top:18%; width:460px; transition: all 2s ease-out 0s;}
.changeBox_a1 .a_bigImg.on div.a_nr{ top:18%; margin-left:-28%; transition: all 1s ease-out 0s;}

.changeBox_a1 .a_bigImg div.a_nr h3{ font-size:24px; margin-bottom:20px}
.changeBox_a1 .a_bigImg div.a_nr p{ margin-bottom:20px; line-height:24px}
.changeBox_a1 .a_bigImg div.a_nr a{ width:218px; height:50px; background:#b99b5d; line-height:50px; color:#fff; display:block; text-align:center; border-radius:3px; overflow:hidden; font-size:18px;}
.changeBox_a1 .a_bigImg div.a_nr a:hover{ background:#7D3124}

/*.a_last { position:absolute; width: 32px; background: url(arr_l.png) no-repeat center; height: 100%;  top: 0px; z-index:100; display:block;cursor:pointer;}
.a_next { position:absolute; width: 32px; background: url(arr_r.png) no-repeat center; height: 100%;  top: 0px; z-index:100; display:block;cursor:pointer;}
.a_last { left: 30px}
.a_next { right: 30px}
*/
.ul_change_a2 { POSITION: absolute; OVERFLOW: hidden; top:410px; left:0px; z-index:999999; cursor:pointer; width:1210px; display:none}
.ul_change_a2 LI { ZOOM: 1; DISPLAY: inline }
.ul_change_a2 SPAN { width:232px; height:77px; position:relative; display:block; float:left; margin-right:10px; background:#FFF; overflow:hidden}
.ul_change_a2 SPAN.on { width:232px; height:77px; }
.ul_change_a2 SPAN h3{ width:232px; height:77px; position:absolute; top:0px; left:-232px;  text-align:left; color:#fff;  background:#B07850; opacity:0.9; display:none}
.ul_change_a2 SPAN h3 p{ padding:15px}

@media screen and (max-width: 980px){
	.banner-box .banner{ position:relative; left:0%; margin-left:0px; top:0; height: 300px;}
	.changeBox_a1 { width:200%; height: 100%; overflow: hidden; position:relative; left:-65%}
	.changeBox_a1 .a_bigImg div.a_nr{ position:relative; left:35%; margin-left:0; top:0; width:45%; transition: all 2s ease-out 0s; text-align:center}
	.changeBox_a1 .a_bigImg.on div.a_nr{ top:0; margin-left:0; transition: all 1s ease-out 0s;}
	.changeBox_a1 .a_bigImg div.a_nr h3{ font-size:20px; margin-bottom:20px}
	.changeBox_a1 .a_bigImg div.a_nr p{ margin-bottom:20px; line-height:24px}
	.changeBox_a1 .a_bigImg div.a_nr a{ width:auto; height:auto; line-height:none; background:none; border:1px solid #b99b5d; color:#b99b5d; font-size:16px; margin-bottom:20px}
}

