* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
a {
	text-decoration: none;
}
/*焦点图*/
.focus_body {
	position: relative;
	width: 100%;
	background: #FFF;
	/*border-bottom: 1px solid #e1e1e1;*/
	margin: 20px 0px 20px 0px;
	float:left;
}
.scroll {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /*height: 540px;*/ /*465px*/
    overflow: hidden;
}
.arr_left {
	display:none;
	position: absolute;
	width: 70px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	left: 0;
	top: 175px;
	z-index: 3;
	line-height: 400px;
	background: url(../images/arrow-left.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-left.png');
	_background: none;
}
.arr_right {
	display:none;
	position: absolute;
	width: 70px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	right: 0;
	top: 175px;
	z-index: 3;
	line-height: 400px;
	background: url(../images/arrow-right.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-right.png');
	_background: none;
}
.scroll .box {
	float: left;
	width: 100%;
	/*height: 465px;*/
	position: relative;
}
.scroll .box img {
	width: 100%;
	/*height: 420px;*/
}
.scroll .box a:hover {
	text-decoration: none;
}
.scroll .box .scroll_detail {
	display:none;
}
.scroll .box .bg, .scroll .box .sum {
	display: block;
	height: 50px;
	position: absolute;
	bottom: 58px;
	left: 0;
	line-height: 26px;
}
.scroll .box .bg {
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 1000px;
}
.scroll .box .sum {
	font-size: 14px;
	padding-left: 14px;
	color: #333;
	width: 925px;
}
.scroll .box .btn {
	display: block;
	width: 45px;
	height: 22px;
	position: absolute;
	right: 0;
	bottom:58px;
	cursor: pointer;
	background: url(../images/arrow-top.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-top.png');
	_background: none;
}
.scroll .box .btn:hover {
	background: url(../images/arrow-top-active.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-top-active.png');
	_background: none;
}
.scroll .box .btn.fold {
	width: 45px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 50px;
	background: url(../images/arrow-bottom.png) no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-bottom.png');
	_background: none;
}
.scroll .box .btn.fold:hover {
	background: url(../images/arrow-bottom-hover.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-bottom-hover.png');
	_background: none;
}
.scroll .box .title {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 58px;
	font-size: 25px;
	color: #fff;
	text-shadow: 0px  0px  10px  #858585;
	width: 100%;
	text-align: center;
	margin-bottom: 46px;
	font-weight: bold;	
}
.scroll_cont {
	width: 100%;
	/*height: 420px;*/
	overflow: hidden;
	position: relative;
}
.numList {
	position: absolute;
	width: 20%;
	right: 40%;
	left: 40%;
	bottom: 1px;
	height: 35px;
	text-align:center;
}
.numList span {
	display: inline-block;
	width: 10px;
	height: 15px;
	margin: 0px 3px 0px 3px;
	cursor: pointer;
	background: url(../images/btn-normal.gif) no-repeat;

}
.numList span.selected {
	background: url(../images/btn-active.gif) no-repeat;
}
.bd_bg {
	position: absolute;
	top: 420px;
	left: 0;
	height: 40px;
	width: 100%;
	/*border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;*/
}


/*首頁輪播圖------符合手機視窗大小*/
@media (max-width:768px) {
	.arr_left {
	top: 140px;
}
.arr_right {
	top: 140px;
}
.bd_bg {
	top: 372px;
	left: 0;
	height: 35px;
	width: 100%;
}
.scroll .box {
	height: 410px;

}
    .scroll {
        height: 360px;
        overflow: hidden;
    }
	
}

@media (max-width:640px) {
	.arr_left {
	width: 40px;
	height: 40px;
	right: 0;
	top: 135px;
	background: url(../images/arrow-left--.png) no-repeat;
}
.arr_right {
	width: 40px;
	height: 40px;
	right: 0;
	top: 135px;
	background: url(../images/arrow-right--.png) no-repeat;
}
.bd_bg {
	top: 302px;
	left: 0;
	height: 35px;
	width: 100%;
}
.scroll .box {
	height: 340px;

}
    .scroll {
        height: 270px;
        overflow: hidden;
    }
	
}

@media (max-width:480px) {
	.arr_left {
	width: 40px;
	height: 40px;
	right: 0;
	top: 90px;
	background: url(../images/arrow-left--.png) no-repeat;
}
.arr_right {
	width: 40px;
	height: 40px;
	right: 0;
	top: 90px;
	background: url(../images/arrow-right--.png) no-repeat;
}
.bd_bg {
	top: 220px;
	left: 0;
	height: 35px;
	width: 100%;
}
.scroll .box {
	height: 265px;

}
    .scroll {
        height: 200px;
        overflow: hidden;
    }
	
}

@media (max-width:320px) {
.arr_left {
	width: 40px;
	height: 40px;
	right: 0;
	top: 50px;
	background: url(../images/arrow-left--.png) no-repeat;
}
.arr_right {
	width: 40px;
	height: 40px;
	right: 0;
	top: 50px;
	background: url(../images/arrow-right--.png) no-repeat;
}
.bd_bg {
	top: 140px;
	left: 0;
	height: 35px;
	width: 100%;
}
.scroll .box {
	height: 185px;

}
.scroll {
	height: 185px;
	overflow: hidden;
}

.numList {
	width: 24%;	
}
	
}