@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
body {
	width:100%;
	font-family: "Microsoft JhengHei", PMingLiU;
	line-height: 24px;
}
ul{
	margin:0;
}
li{
	list-style:none;
}
.sptop{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	padding: 10px 0;
	background: rgba(255,255,255,.75);
}
.splogo{
	text-align: left;
}
.splogo img{
	width:auto;
	max-height: 120px;
}
.spmenu{
	padding:0;
	margin-top:20px;
}
.spfooter{
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	width:100%;
	padding: 0 5%;
	text-align:right;
}
#left-panel-link{
    z-index:99999;
}

@media ( max-width : 768px) {
	.sptop{
		padding:0;
	}
	.splogo{
		text-align:center;
	}
	.spfooter{
		text-align:center;
		z-index:99
	}
	/*.openbutton{
		display:block;
	    position:absolute;
		z-index:9;
		top:10px;
		left:10px;
		font-size:1.2em;
		padding:8px;
	}*/
	/*.closebutton{
		display:block;
		position:absolute;
		right:0;
		top:0;
		cursor:pointer;
		padding:8px;
	}
	.panel {
		display:none;
		width:50%;
		padding:30px 0;
		background-color:#333;
		color: #fff;
		box-shadow: inset 0 0 0px 2px #222;
		overflow:auto;
	}*/
	.scut-container-wap{
       z-index:9999;
	}
}
@media ( max-width : 768px) {
	.smenu>li:first-child{
		text-align:center;
	}
}
#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
#slideshow img {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
/*.ind_kus {
	position: relative;
	width: 100%;
	height: 100%;
}*/
.bn_text {
	position: absolute;
	bottom: 110px;
	left:110px;
	text-align: left;
	z-index: 9999999;
}
.bn_text img {
	width: auto;
	height: auto;
	max-width: 100%;
}
@media screen and (max-width: 1440px){
	.bn_text {
		position: absolute;
		bottom: 150px;
		left: 60px;
	}
	.bn_text img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 260px;
	}
}
@media screen and (max-width: 1288px){
	.bn_text {
		position: absolute;
		bottom: 155px;
		left: 60px;
	}
	.bn_text img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 220px;
	}
}
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px;
    }
}
@media (max-width : 920px) {
	#slideshow img {
		min-height: 100%;
		min-width: 100%;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		object-fit: cover;
		object-position: 80% 0px;
	}
}
@media ( max-width : 768px) {
	#slideshow img {
		min-height: 100%;
		min-width: 480px;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
    }
	.spfooter {
		padding: 0 50px 40px 20px;
	}
}