
a {
	text-decoration: none;
}
/*焦点图*/
.focus_body {
	position: relative;
	width: 100%;
	background: #FFF;
	/*border-bottom: 1px solid #e1e1e1;*/
}

/*.img-maxheight {
    max-height:222px;
}*/
	
.scroll {
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*height: 558px;*/
	overflow: hidden;
}
/*照片輪播 左邊箭頭*/
.arr_left {
	display:none;
	position: absolute;
	width: 70px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	left: 0;
	top: 96px;
	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: 96px;
	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;
}

/*照片輪播 左邊箭頭(size 小)*/
.arr_left_s {
	display:none;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	left: 0px;
	top: 90px;
	z-index: 3;
	line-height: 400px;
	background: url(../images/arrow-left.png) no-repeat;
    background-size: 100% 80%;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-left.png');
	_background: none;
}
/*照片輪播 右邊箭頭(size 小)*/
.arr_right_s {
	display:none;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	right: 0px;
	top: 90px;
	z-index: 3;
	line-height: 400px;
	background: url(../images/arrow-right.png) no-repeat;
    background-size: 100% 80%;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-right.png');
	_background: none;
}
.scroll .box {
	float: left;
	width: 100%;
	/*height: 558px;*/
	position: relative;
    text-align:center;
    vertical-align:middle;
}
.scroll .box img {
	width: 100%;
	/*height: 500px;*/
}
.scroll .box a:hover {
	text-decoration: none;
}
.scroll .box .scroll_detail {
	display:none;
}
.scroll .box .bg, .scroll .box .sum {
	display: block;
	height: 58px;
	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 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 58px;
	line-height: 58px;
	font-size: 22px;
	color: #000;
	width: 800px;
	padding-left: 14px;
}
.scroll_cont {
	width: 100%;
	/*height: 558px;*/
	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: 8px 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: 500px;
	left: 0;
	height: 45px;
	width: 100%;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #f8f8f8;
	background: #fff;
}




/*首頁輪播圖------符合手機視窗大小*/
@media (max-width:768px) {
    .arr_left {
        top: 130px;
    }
    .arr_right {
	    top: 130px;
    }
    .bd_bg {
	    top: 372px;
	    left: 0;
	    height: 35px;
	    width: 100%;
    }
    /*.scroll .box {
	    height: 410px;

    }
    .scroll {
	    height: 410px;
	    overflow: hidden;
    }*/
	
}

@media (max-width:640px) {
    .arr_left {
	    width: 30px;
	    height: 40px;
	    right: 0;
	    top: 50px;
	    background: url(../images/arrow-left--.png) no-repeat;
    }
    .arr_right {
	    width: 30px;
	    height: 40px;
	    right: 0;
	    top: 50px;
	    background: url(../images/arrow-right--.png) no-repeat;
    }
}

@media (max-width:480px) {
    .arr_left {
	    width: 30px;
	    height: 40px;
	    right: 0;
	    top: 15px;
	    background: url(../images/arrow-left--.png) no-repeat;
    }
    .arr_right {
	    width: 30px;
	    height: 40px;
	    right: 0;
	    top: 15px;
	    background: url(../images/arrow-right--.png) no-repeat;
    }
}


/*最新消息圖片尺寸*/
.img-maxheight > .box > img {max-height:222px;width:auto;}

/*1200px以上*/
@media (min-width: 1200px) {
    .arr_left_s {width: 40px;height: 60px;top: 90px;}
    .arr_right_s {width: 40px;height: 60px;top: 90px;}
    .img-maxheight > .box > img {max-height:222px;width:auto;height:auto;}
}
/*1199px以下*/
@media (max-width: 1199px) {
    .arr_left_s {height:50%;width:15%;top:30%;}
    .arr_right_s {height:50%;width:15%;top:30%;}
    .img-maxheight > .box > img {width:100%;height:auto;max-height:none;}
}
