/*banner style*/
.banner_style{
	position:relative;
	}
.banner_style,.banner_area{
	width:100%;
	/*
	height:800px;
	*/
	overflow:hidden;
	}
.banner_style .slick-dots{
	position:absolute;
	bottom: 15px;
	width: 100%;
	list-style:outside none none;
	text-align:center;	
}
.banner_style li{
	width:inherit;
	height:inherit; 
	float:none; 
	border:0; 
	display:inline;
	margin-right: 5px;
}
.banner_area{
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	}
.banner_area.opacity_0 {
	opacity: 0;
}
/*banner 圖片設定*/
.banner_area img{
	position:absolute;
	width:1920px;
	height:800px;
	top:0px;
	/*
	left:50%;
	margin-left:-960px;
	*/
	z-index:1;
	}
/*banner 文字設定*/
.banner_area .txt_item{
	position:absolute;
	z-index:2;
	color:#fff;
	font-size:32px;
	line-height:40px;
	text-align:center;
	top:560px;
	left:50%;
	margin:0px 0px 0px -160px;
	display: none;
	}
.banner_area .txt_item h2{
	font-size:80px;
	font-weight:normal;
	line-height:100px;
	}
/*banner 左右按鈕設定*/
.banner_style .left_btn,.banner_style .right_btn{
	position:absolute;
	top:50%;
	margin-top:-29px;
	z-index:3;
	}
.banner_style .left_btn{
	display: block;
	left:50px;
	}
.banner_style .right_btn{
	display: block;
	right:50px;
	}
@media screen and (max-width:750px){
	/*banner style*/
	.banner_style,.banner_area{
		height:auto;
		position:relative;
		}
	.banner_area{
		overflow:hidden;
		}
	/*banner 圓點設定*/
	.dot_box{
		/*
		position:relative;
		top:0px;
		left:auto;
		margin-top:250px;
		*/
		}
	/*banner 圖片設定*/
	.banner_area img{
		position:absolute;
		top:0px;
		width:auto;
		height:100%;
		/*
			left:50%;
			margin-left: -320px;
		*/
		}
	.banner_area a{
		position:relative;
		display:block;
		height:240px;
		overflow:hidden;
		}
	/*banner 文字設定*/
	.banner_area .txt_item h2{
		font-size:30px;
		line-height:40px;
		}
	.banner_area .txt_item{
		text-align:center;
		z-index:2;
		top:auto;
		left:auto;
		margin:0px 0px 20px 0px;
		font-size:18px;
		}
	/*banner 左右按鈕設定*/
	.banner_style .left_btn,.banner_style .right_btn{
		position:absolute;
		top:30%;
		margin-top:20px;
		z-index:10;
		}
	.banner_style .left_btn{
		display: none;
		left:10px;
		}
	.banner_style .right_btn{
		display: none;
		right:10px;
		}
	}

.txt_mobile_item {
	position: absolute;
	left: 100px;
	bottom: 10px;
	z-index: 20;
	display: none;
}

*{
	outline: none;
}