﻿#marquee {
    float:left; clear:both;
    width: 100%;
}
#marquee div img {
    width: 100%;
    height: 100%;
	border: none;
}
#hsjs_fade_pic {
    position: relative;
    float: left;
    clear: both;
    z-index: 8;
    width: 100%;
    height: 750px;
    text-align: center;
    overflow: hidden;
}
#hsjs_fade_picU {
    position: relative;
    float:left; clear:both;
    z-index: 8;
	width: 100%;
    height: 750px;
    text-align:center;
    overflow: hidden;
}
#hsjs_fade_picM {
    position: relative;
    float: left;
    clear: both;
    z-index: 8;
    width: 100%;
    height: 750px;
    text-align: center;
    overflow: hidden;
}
#hsjs_fade_picD {
    position: relative;
    float: left;
    clear: both;
    z-index: 8;
    width: 100%;
    height: 750px;
    text-align: center;
    overflow: hidden;
}
#hsjs_fade_pic div.ad {
    position: absolute; /* 讓圖片疊在一起 */
    left: 0px;
    width: 100%;
}
#hsjs_fade_picU div.ad {
	position: absolute;	/* 讓圖片疊在一起 */
    left:0px;
    width: 100%;
}
#hsjs_fade_picM div.ad {
    position: absolute; /* 讓圖片疊在一起 */
    left: 0px;
    width: 100%;
}
#hsjs_fade_picD div.ad {
    position: absolute; /* 讓圖片疊在一起 */
    left: 0px;
    width: 100%;
}
#hsjs_fade_pic div.ad a {
    width: 100%;
    height: 100%;
}
#hsjs_fade_picU div.ad a {
	width: 100%;
    height:100%;
}
#hsjs_fade_picM div.ad a {
    width: 100%;
    height: 100%;
}
#hsjs_fade_picD div.ad a {
    width: 100%;
    height: 100%;
}
#hsjs_fade_pic .numCtrl {
    position: inherit;
}
#hsjs_fade_picU .numCtrl {
	position:inherit;
}
#hsjs_fade_picM .numCtrl {
    position: inherit;
}
#hsjs_fade_picD .numCtrl {
    position: inherit;
}
#hsjs_fade_pic .numCtrl a {
    display: inline-block;
    /*padding: 4px;*/
    margin: 0 5px;
    width: 12px;
    height: 12px;
    color: #eee;
    border-radius: 6px;
    /*background: rgba(57,17,17,0.2);*/
    background: #eee;
    text-align: center;
    font-size: 0px;
    text-decoration: none;
}
#hsjs_fade_picU .numCtrl a {
    display: inline-block;
    /*padding: 4px;*/
    margin: 0 5px;
    width: 12px;
    height: 12px;
    color: #eee;
    border-radius: 6px;
    /*background: rgba(57,17,17,0.2);*/
    background: #eee;
    text-align: center;
    font-size: 0px;
    text-decoration: none;
}
#hsjs_fade_picM .numCtrl a {
    display: inline-block;
    /*padding: 4px;*/
    margin: 0 5px;
    width: 12px;
    height: 12px;
    color: #eee;
    border-radius: 6px;
    /*background: rgba(57,17,17,0.2);*/
    background: #eee;
    text-align: center;
    font-size: 0px;
    text-decoration: none;
}
#hsjs_fade_picD .numCtrl a {
    display: inline-block;
    /*padding: 4px;*/
    margin: 0 5px;
    width: 12px;
    height: 12px;
    color: #eee;
    border-radius: 6px;
    /*background: rgba(57,17,17,0.2);*/
    background: #eee;
    text-align: center;
    font-size: 0px;
    text-decoration: none;
}
#hsjs_fade_pic .numCtrl a:hover {
    color: #333;
    background-color: #333;
}
#hsjs_fade_picU .numCtrl a:hover {
    color: #333;
    background-color: #333;
}
#hsjs_fade_picM .numCtrl a:hover {
    color: #333;
    background-color: #333;
}
#hsjs_fade_picD .numCtrl a:hover {
    color: #333;
    background-color: #333;
}
#hsjs_fade_pic .numCtrl a.on {
    font-weight: bold;
    color: #333;
    background-color: #333;
}
#hsjs_fade_picU .numCtrl a.on {
	font-weight: bold;
	color: #333;
    background-color: #333;
}
#hsjs_fade_picM .numCtrl a.on {
    font-weight: bold;
    color: #333;
    background-color: #333;
}
#hsjs_fade_picD .numCtrl a.on {
    font-weight: bold;
    color: #333;
    background-color: #333;
}
.ad_butt {
    padding: 10px 25px;
    position: absolute;
    background-color: #000000;
    color: #fff;
    margin-bottom: 12%;
}
.ad_butt:hover {
    text-decoration: none;
    color: #337ab7;
}
