.banner{
	width:600px;
	height:645px;
	overflow:hidden;
}
.banner .large_box{
	width:560px;
	height:474px;
	padding:4px;
	border:1px solid #ffffff;
	margin:0px auto;
	margin-bottom:15px;
	overflow:hidden;
}
.banner .large_box ul{
	width:560px;
	height:474px;
	overflow:hidden;
}
.banner .large_box ul li{
	width:560px;
	height:474px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.banner .small_box{
	width:600px;
	height:145px;
	overflow:hidden;
}
.banner .small_list{
	position:relative;
	float:left;
	width:540px;
	height:145px;
	overflow:hidden;
}
.banner .small_list ul{
	width:540px;
	height:145px;
	overflow:hidden;
}
.banner .small_list ul li{
	position:relative;
	float:left;
	width:160px;
	height:135px;
	padding:4px;
	border:1px solid #ffffff;
	margin:0px 5px;
}
.banner .small_list ul li .img{
    width:160px;
    height:135px;
    background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.banner .small_list ul li .bun_bg{
	display:none;
	position:absolute;
	top:5px;
	left:5px;
	width:160px;
	height:135px;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
}
.banner .small_list ul li.on .bun_bg{
	display:block;
}
.banner .btn{
	display:block;
	width:30px;
	height:145px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}
.banner .left_btn{
	float:left;
	background-image:url(../Images/bgn7.png);
}
.banner .right_btn{
	float:right;
	background-image:url(../Images/bgn8.png);
}

.banner1{
	width:1280px;
	height:875px;
	position:relative;
}
.banner1 .large_box{
	/*width:952px;
	height:610px;
	background-image:url(../Images/bgn46.png);
	padding:7px;*/
	width:1272px;
	height:716px;
	border:4px solid #d4b792;
	margin-bottom:15px;
	overflow:hidden;
	
}
.banner1 .large_box ul{
	/*width:952px;
	height:610px;*/
	width:1272px;
	height:716px;
	overflow:hidden;
}
.banner1 .large_box ul li{
	/*width:952px;*/
	width:1266px;
	height:710px;
	border:3px solid #dec9a6;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.banner1 .str{
	width:321px;
	height:302px;
	padding:30px;
	background-image:url(../Images/bgn51.jpg);
	position:absolute;
	right:0px;
	top:130px;
}
.banner1 .str .name{
	width:321px;
	height:52px;
	line-height:35px;
	font-size:30px;
	color:#201404;
	overflow:hidden;
}
.banner1 .str .content{
	width:321px;
	height:240px;
	line-height:30px;
	font-size:16px;
	color:#201404;
	overflow:hidden;
}

.banner1 .small_box{
	width:1280px;
	height:135px;
	position:relative;
}
.banner1 .small_list{
	width:1280px;
	height:135px;
	overflow:hidden;
}
.banner1 .small_list ul{
	width:1280px;
	height:135px;
	overflow:hidden;
}
.banner1 .small_list ul li{
	position:relative;
	float:left;
	width:202px;
	height:129px;
	padding:3px;
	margin:0px 2.5px;
	background-image:url(../Images/bgn47.png);
}
.banner1 .small_list ul li .img{
    width:202px;
    height:129px;
    background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.banner1 .small_list ul li.on{
	background-image:url(../Images/bgn48.png);
}
.banner1 .btn{
	display:block;
	width:26px;
	height:135px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	position:absolute;
	top:0px;
}
.banner1 .left_btn{
	background-image:url(../Images/bgn49.png);
	left:-41px;
}
.banner1 .right_btn{
	background-image:url(../Images/bgn50.png);
	right:-41px;
}