/*-----首頁框架-----------*/
.fullSlide {
	/*width:100%;*/
	height:100%;
	position:relative;
	margin:0 auto;
	padding:0;
}
.fullSlide .focus {
	position:absolute;
	left:0;
	top:60%;
	width:100%;
	text-align:center;
	color:#FFF;
	line-height:1.2;
	z-index:9;
}
.fullSlide .focus h2 {
	font-size:40px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	margin:0;
}
.fullSlide .focus h3 {
	font-size:30px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	margin:0 0 1em 0;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	height:100%;
}
.fullSlide .bd ul {
	width:100vw !important;
	list-style:none;
	padding:0;
	margin:0;
}
.fullSlide .bd li {
	width:100vw !important;
	height:100vh;
	overflow:hidden;
	text-align:center;
	background-position:center;
	background-size:cover;
}
.fullSlide .bd li a{ display:block; width:100%; height:100%;}
.fullSlide .hd {}
.fullSlide .prev, .fullSlide .next {
	display:none;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:10%;
	z-index:1;
	width:40px;
	height:40px;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	border-radius:100%;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:10%;
}
.fullSlide:hover .prev, .fullSlide:hover .next {
		display:none;

}


@media (min-width: 1200px) and (max-width: 1900px) { 

.index_box {
    margin-top: -100px;

}
}
@media (min-width: 992px) and (max-width: 1199px) { 

.fullSlide {
	margin:0px auto 0 auto;
}
}

@media (max-width: 1024px) { 

}

@media (max-width: 996px) { 

}

/*@media (min-width: 769px) and (max-width: 995px) { 

.index_box {    margin-top: -70px;}
}*/

@media (max-width: 768px) { 

.fullSlide .hd {
    display: block;
}

}

@media (max-width: 640px) { 

}
@media (max-width: 480px) { 


.fullSlide .focus {
	top:65%;
}

}

@media (max-width: 320px) { 

}

	
}
@media (height: 720px){
}