/*feature 瀑布流選單設定*/
*{
	outline: none;
}
.menu_slide{
	position:fixed;
	right:30px;
	top:50%;
	z-index:100;
	margin-top:-200px;
	}
.menu_slide .menu_dot p{
	display:none;
	}
.menu_slide .menu_dot{
	float:right;
	clear:both;
	cursor:pointer;
	padding-right:40px;
	width:0px;
	height:22px;
	margin:0px 0px 20px 0px;
	background:url(/microsites/data/130/m_dot_o.png) top right no-repeat;
	}
.menu_slide .menu_dot:hover,.menu_slide .menu_dot.now{
	padding-right:40px;
	width:auto;
	color:#db1f1e;
	background:url(/microsites/data/130/m_dot_s.png) top right no-repeat;
	}
.menu_slide .menu_dot:hover p,.menu_slide .menu_dot.now p{
	display:block;
	}
/*feature 頁文字設定共用樣式*/
.txt_style{/*內文字*/
	font-size:14px;
	color: #000000;
	}
.txt_style h2{/*大標題*/
	color:#000;
	margin-bottom:30px;
	}
.txt_style h3{/*中標題*/
	color:#1eb9ef;
	}
.txt_style ul,.txt_item ol{/*清單樣式*/
	padding:0px 0px 0px 20px;
	}
.sl_marb_50{/*間距樣式*/
	margin-bottom:80px;
	}
.sl_right_item{/*右區塊樣式，RWD設定*/
	margin-left:930px;
	height:700px;
	}
.sl_left_item{/*左區塊樣式，RWD設定*/
	width:900px;
	}
/*banner style*/
.banner_style{
	position:relative;
	}
.banner_style,.banner_area{
	width:100%;
	height:800px;
	overflow:hidden;
	}
.banner_style .slick-dots{
	position:absolute;
	z-index:2;
	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{
	position:absolute;
	top:0px;
	left:0px;
	}
/*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{
	text-align:left;
	position:absolute;
	z-index:2;
	color:#fff;
	font-size:18px;
	line-height:25px;
	top:560px;
	left:50%;
	margin:0px 0px 0px -160px;
	}
.banner_area .txt_item h2{
	font-size:70px;
	font-weight:normal;
	line-height:100px;
	}
.banner_area .txt_item h3{
	font-size:30px;
	font-weight:normal;
	line-height:40px;
	}
/*banner 左右按鈕設定*/
.banner_style .left_btn,.banner_style .right_btn{
	position:absolute;
	top:50%;
	margin-top:-29px;
	z-index:101;
	}
.banner_style .left_btn{
	left:100px;
	}
.banner_style .right_btn{
	right:100px;
	}
/*model*/
.model_bg{
	background-color:#FFFFFF;
	background-size:100% auto;
	}
.model_style{
	width:100%;
	outline: none;
	}
/*為了非套件的自定義scroll 功能寫的CSS */	
.mask{
	overflow: hidden;
	width:100%;
	height:100%;
	}
/*tab 樣式*/
.tab,.tab_item{
	height:142px;
	}
.tab{
	width:820px;
	margin:0px auto;
	z-index: 10;
	}
.tab .tab_item{
	font-size:14px;
	cursor:pointer;
	color:#CCCCCC;
	height:142px;
	width: 149px;
	padding:60px 0px 0px 115px;
	background:url(/microsites/data/130/tab_bg.png) top left no-repeat;
	}
.tab .tab_item .wrapper{
	height:100%;
	}
.tab .tab_item span{
	position:absolute;
	display:block;
	display:none;
	width:145px;
	height:142px;
	bottom:0px;
	left:-40px;
	background:url(/microsites/data/130/tab_s.png) bottom center no-repeat;
	}
.tab .tab_item:hover,.tab .tab_item.now{
	color:#000000;
	}
.tab .tab_item p{
	width:100px;
	line-height:18px;
	}
.tab .tab_item p.tab_number{
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:15px;
	padding:0px 0px 0px 10px;
	}
.tab .page_show{
	position: absolute;
	z-index:2;
	/*float:left;*/
	right: -120px;
	top:0px;
	font-size:21px;
	line-height:34px;
	color:#666666;
	font-style:italic;
	letter-spacing:0.075em;
	margin:70px 0px 0px 40px;
	}
.tab .page_show button{
	width:22px;
	height:34px;
	margin:0px 0px 0px 10px;
	background:url(/microsites/data/130/tab_btn_o.png) top center no-repeat;
	}
.tab_style .page_show:hover button{
	background:url(/microsites/data/130/tab_btn_s.png) top center no-repeat;
	}
/*html style 共用樣式*/
.html_style{
	padding:80px 0px;
	}
.html_style .title_style{
	background:url(/microsites/data/130/title_style.png) top center no-repeat;
	height:41px;
	line-height:41px;
	font-weight:bold;
	color:#fff;
	font-size:24px;
	text-align:center;
	margin:0px 0px 60px 0px;
	}
/*html style 1*/
.bg_stlye_1{
	background:url(/microsites/data/130/cpu_bg.jpg) 50% 0px no-repeat;
	background-size:cover;
	}
/*需要另外設定寬度
.bg_stlye_1 .left_item{}
.bg_stlye_1 .right_item{}
*/
/*html style 2*/
.bg_stlye_2{
	background:url(/microsites/data/130/card_bg.jpg) 50% 0px no-repeat;
	background-size:cover;
	}
/*需要另外設定寬度
.bg_stlye_2 .left_item{}
.bg_stlye_2 .right_item{}
*/
/*html style 3*/
.bg_stlye_3{
	background:url(/microsites/data/130/force_bg.jpg) 50% 0px no-repeat;
	background-size:cover;
	}
.feature_bg{
	min-height:822px;
	padding-right:690px;
	background:url(/microsites/data/130/force_pic.png) right -20px no-repeat;
	}
.txt_style .force_icon{
	padding:70px 0px 0px 0px;
	}
.txt_style .force_icon .icon{
	text-align:center;
	margin:0px 20px 0px 0px;
	}
.txt_style .force_icon li{
	margin:0px 0px 30px 0px;
	}
.txt_style .force_icon li:last-child{
	margin:0px;
	}
.font_18{
	font-size:18px;
	}
/*video style*/
.video_style{	
	position:relative;
	}
.video_ie{
	height:819px\9;
	}
.video_style h2{
	color:#fff;
	font-size:50px;
	font-style:italic;
	}
.video_style .txt_style{
	width:510px;
	margin:0px auto;
	padding:10px 0px 50px 0px;
	}
.btn_box{
	position:relative;
	width:289px;
	height:56px;
	margin:0px auto;
	}
.startplay_btn{
	width:289px;
	height:56px;
	background:url(/microsites/data/130/video_play.png) top center no-repeat;
	transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	-moz-transform-styke:preserve-3d;
	transform-origin:50% 0;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	}
.btn_box span{
	position:absolute;
	top:56px;
	left:0px;
	display:block;
	width:289px;
	height:56px;
	background:url(/microsites/data/130/video_play_s.png) top center no-repeat;
	transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	-moz-transform-styke:preserve-3d;
	transform-origin:50% 0;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	transform:rotateX(-90deg) translateY(-56px);
	-webkit-transform:rotateX(-90deg) translateY(-56px);
	-moz-transform:rotateX(-90deg) translateY(-56px);
	}
.btn_box:hover .startplay_btn{
	transform:rotateX(-90deg) translateY(-28px);
	-webkit-transform:rotateX(-90deg) translateY(-28px);
	-moz-transform:rotateX(-90deg) translateY(-28px);
	}
.btn_box:hover span{
	transform:rotateX(0deg) translateY(-56px);
	-webkit-transform:rotateX(0deg) translateY(-56px);
	-moz-transform:rotateX(0deg) translateY(-56px);
	}
.video_style .main{
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px 0px 0px -620px;
	z-index:2;
	}
.video_style iframe{
	border:none;
	}
/*gallery style*/
.gallery_bg{
	background:url(/microsites/data/130/gallery_bg.jpg) 50% 0px no-repeat;
	}
.gallery_style{
	padding:80px 0px;
	}
.gallery_style h2{
	color:#fff;
	font-weight:normal;
	margin:0px 0px 30px 0px;
	}
.gallery_style h3{
	padding:30px 0px 20px 0px;
	font-weight:normal;
	}
/*gallery 大圖*/
.gallery_style .big_pic{
	height:455px;
	text-align:center;
	}	
.gallery_style .big_pic img{		
		max-width: 655px;
		max-height: 456px;
	}
/*gallery 小圖輪播*/
.gallery_style .scroll_style,.gallery_style .scroll_item{
	height:160px;
	}
.gallery_style .scroll_style{
	position:relative;
	z-index:5;
	margin:0px 200px;
	width:840px;
	}
.gallery_style .scroll_item{
	cursor:pointer;
	position:relative;
	}
.gallery_style .scroll_item .small_pic{
	position:relative;
	z-index:2;
	width:210px;
	height:160px;
	text-align:center;
	padding:0px 20px;
	}
.gallery_style .scroll_item .img_link{
	max-width:210px;
	}
.gallery_style .scroll_item img{
	max-width:210px;
	max-height:160px;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	}
.gallery_style .scroll_item:hover img,.gallery_style .scroll_item.now img{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	transition:opacity 1s;
	-webkit-transition:opacity 1s;
	-o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-ms-transition:opacity 1s;
	}
.gallery_style .scroll_item span{
	display:block;
	display:none\9;
	width:180px;
	height:160px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-80px 0px 0px -90px;
	z-index:1;
	background:url(/microsites/data/130/gallery_pro_bg.png) top center no-repeat;
	}
.gallery_style .scroll_item.now span{
	opacity:1;
	-moz-opacity:1;
	display:block\9;
	}
/*gallery 左右按鈕*/
.gallery_style .left_btn,.gallery_style .right_btn{
	margin:50px 0px 0px 0px;
	position: absolute;
	top: 0px;
	}
.gallery_style .left_btn{
	left: -200px;
	}
.gallery_style .right_btn{
	right: -200px;
	}
@media screen and (max-width:750px){
	.menu_slide{
		display:none;
		}
	.sl_left_item{
		width:100%;
		}
	.sl_right_item{
		margin:0px;
		}
	/*tab 樣式*/
	.tab{
		/*position:fixed;*/
		top:50%;
		margin-top:-15px;
		left:0px;
		width:100%;
		height:auto;
		z-index:11;
		}
	.tab .page_show{
		position:relative;
		right:auto;
		top:auto;
		margin:0px;
		}
	.tab .page_show .left_btn,.tab .page_show .right_btn{
		position:absolute;
		}
	.tab .page_show .left_btn{
		left:10px;
		}
	.tab .page_show .right_btn{
		right:10px;
		}
	/*banner style*/
	.banner_style{
		margin-top:20px;
		}
	.banner_style,.banner_area{
		height:auto;
		position:relative;
		}
	.banner_area{
		height:300px;
		overflow:hidden;
		}
	.banner_area .txt_item{
		z-index:2;
		top:auto;
		left:auto;
		margin:0px 0px 20px 0px;
		font-size:24px;
		}
	/*banner 圓點設定*/
	.dot_box{
		position:relative;
		top:0px;
		left:auto;
		padding-top:300px;
		}
	/*banner 圖片設定*/
	.banner_area img{
		position:absolute;
		width:auto;
		height:300px;
		top:0px;
		left:50%;
		margin-left:-360px;
		}
	/*banner 文字設定*/
	.banner_area .txt_item{
		font-size:18px;
		line-height:25px;
		}
	.banner_area .txt_item h2{
		font-size:30px;
		line-height:40px;
		}
	.banner_area .txt_item h3{
		display:none;
		font-size:24px;
		line-height:30px;
		}
	.banner_area .txt_item p{
		display:none;
		}
	/*banner 左右按鈕設定*/
	.banner_style .left_btn,.banner_style .right_btn{
		position:absolute;
		top:30%;
		margin-top:20px;
		z-index:10;
		}
	.banner_style .left_btn{
		left:10px;
		}
	.banner_style .right_btn{
		right:10px;
		}
	/*model*/
	.model_bg{
		background-color:#FFFFFF;
		}
	.model_style{
		padding:30px 0px;
		position:relative;
		}
	/*html*/
	.html_style{
		padding:30px 0px;
		}
	.bg_stlye_1{
		background:none;
		}
	.bg_stlye_2{
		background:none;
		}
	/*html style 3*/
	.bg_stlye_3{
		background:none;
		}
	.feature_bg{
		padding:0px 20px 300px 20px;
		background:url(/microsites/data/130/force_pic.png) 50% 850px no-repeat;
		background-size:100% auto;
		}
	/*video style 3*/
	.video_style{
		padding:0px;
		}
	.video_style .main{
		position:relative;
		top:auto;
		left:auto;
		margin:0px 0px 30px 0px;
		}	
	.video_style h2{
		line-height:40px;
		}
	.video_style .txt_style{
		width:100%;
		padding-bottom:30px;
		}
	.gallery_style h3{
		padding:10px 0px;
		}
	/*gallery style 大圖*/
	.gallery_style{
		background:none;
		}
	.gallery_style .main{
		position:relative;
		}
	.gallery_style .big_pic{
		height:auto;
		}
	.gallery_style .big_pic img{		
		max-width:100%;
		max-height:300px;
	}
	/*gallery style 小圖輪播*/
	.gallery_style .slick-list{
		display:none;
		}
	.gallery_style .scroll_style{
		position:absolute;
		top:50%;
		left:0px;
		margin:0px;
		width:100%;
		height:auto;
		}
	.gallery_style .right_btn,.gallery_style .left_btn{
		position:absolute;
		top:50%;
		margin-top:-15px;
		}
	.gallery_style .right_btn{
		right:10px;
		}
	.gallery_style .left_btn{
		left:10px;
		}
	}
	
	
	
	
	
	
	