html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
/* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }*/
/*---------------------------------------下方左右按鈕---------------------------------------*/
.box_page {
	position: absolute;
    bottom:0px;
	width:100%;
	height:53px;
	z-index: 0;
}
.page_center {
	width:176px;
	height:53px;
	margin:0 auto;
}
.bt_next {
	width:53px;
	height:53px;
	float:right;
	background:url(../../situation_web/images/bt_next.png) no-repeat;
	background-size:53px 106px;
}
.bt_next:hover {
	background-position:left bottom;
}
.bt_next:active {
	background-position:left bottom;
}
.bt_back {
	width:53px;
	height:53px;
	margin-right:70px;
	float:left;
	background:url(../../situation_web/images/bt_back.png) no-repeat;
	background-size:53px 106px;
}
.bt_back:hover {
	background-position:left bottom;
}
.bt_back:active {
	background-position:left bottom;
}
/*---------------------------------------圖片切換效果---------------------------------------*/
.slidizle-slide {
    position: absolute;
    top: 7px;
    left: 0;
    width:973px;
    height:551px;
    background-size: 973px 645px;
    background-position: 50% 50%;
    display: none;
}
.slidizle-slide.active {
    display: block;
}
.slidizle-navigation {
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
}
.slidizle-navigation li {
    display: inline-block;
    width: 11px;
    height: 11px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 5px;
    background: white;
    opacity: .2;
    font-size: 1px;
    text-indent: -99999px;
    margin: 0 10px;
    cursor: pointer;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.slidizle-navigation li:hover, .slidizle-navigation li.active {
    opacity: 1;
}
.slidizle-next,
.slidizle-previous {
    z-index: 30;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.slidizle-next.disabled, .slidizle-previous.disabled {
    opacity: 0.15;
    cursor: default;
}
.slidizle-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) url(../../situation_web/images/loader.gif) no-repeat center 40%;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.loading .slidizle-loading {
    opacity: .8;
    pointer-events: auto;
}
.container {
    margin: -3px auto;
}
.sample {
    position: relative;
    width: 970px;
    margin:0 auto;
    height: 750px;
    /* padding-bottom: 56%;*/
    text-align: center;
    margin-bottom: 50px;
}
.slider-progressbar {
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fbd665;
    z-index: 20;
}
/*---------------------------------------切換的圖片---------------------------------------*/
.pic_li_flash01, .pic_li_flash02, .pic_li_flash03, .pic_li_flash04, .pic_li_flash05 {
	background-position:center;
	background-size:973px 645px;
	background-repeat:no-repeat;
}	
.pic_li_flash_bg {
	position:relative;
	background:url(../../situation_web/images/04flash/flash_tv.png);
}
/*---------------------------------------彈跳視窗---------------------------------------*/
.lightbox-target {
    position: fixed;
	z-index:3;
    top: -100%;
    width: 100%;
	height:100%;
	height: 100% !important;
	min-height:100%; 
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}
.lightbox-target .content {
    width: 50%;
    max-width:420px;
	max-height:700px;
    height: 80%;
    padding:0px;
    margin: auto;
    box-sizing: border-box;
    border-bottom:5px solid rgba(0, 0, 0, 0.3);
    color: #333;
    font-family:"微軟正黑體 Light", Arial, sans-serif; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    overflow: auto;
}
.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}
.lightbox-target:target img {
	width:100%;
	height:auto;
	padding:0px;
}
.lightbox-target:target .lightbox-close {
    top: 13.5%;
    right:30%;
}
.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #139dd7;
    color: #fff;
    position: absolute;
    top: 13.5%;
    right: 30%;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.lightbox-close:before, .lightbox-close:after {
    content: " ";
    display: block;
    height: 30px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 26px;
    top: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lightbox-close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*---------------------------------------壓克力說明牌---------------------------------------*/
.tour_flash {
	width:236px;
	height:313px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:left;
	top: 60px;
	right:15px;
	position:absolute;
	background:url(../../situation_web/images/02web/setume_web.png) no-repeat;
}
h3 {
	padding:20px 40px 7px 30px;
	font-size:1.250em;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
	text-shadow:1px 1px 7px rgba(0,0,0,0.2);
	color:#b07b1e;
	/*background: #9e662f;
    background: -moz-linear-gradient(top,  #9e662f 0%, #d99c19 25%, #9e662f 50%, #d99c19 75%, #9e662f 100%);
    background: -webkit-linear-gradient(top,  #9e662f 0%,#d99c19 25%,#9e662f 50%,#d99c19 75%,#9e662f 100%);
    background: linear-gradient(to bottom,  #9e662f 0%,#d99c19 25%,#9e662f 50%,#d99c19 75%,#9e662f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e662f', endColorstr='#9e662f',GradientType=0 ); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
h4 {
	font-size:0.85em;
	line-height:1.8;
	padding:0px 40px 20px 30px;
}
.linktext {
	font-size:0.85em;
	padding-left:30px;
	position:absolute;
	bottom:40px;
	color:#0D77CD;
	text-decoration:underline;
}
.linktext a {
	color:#0D77CD;
}
/*---------------------------------------電視反光---------------------------------------*/
.flash_mask {
	width:973px;
	height:551px;
	position:absolute;
	z-index:1;
	margin-left:0px;
	margin-top:0px;
	background:url(../../situation_web/images/04flash/flash_tv_reflective.png) no-repeat;
}
/*---------------------------------------電視範圍---------------------------------------*/
.pic_carousel_flash {
    width: 640px;
    height:360px;
	overflow:hidden;
    position:absolute;
	margin-left:30px;
	margin-top:61px;
	z-index:0;
}
