﻿@charset "utf-8";
/* CSS Document */

.ach_block{
	width:100%;
	border-top:5px solid #7ca45e;
}
.ach_list{position:relative;}
.ach_pic{
	width:341px;
	height:600px;
	overflow:hidden;
}
.ach_info{
	position:absolute;
	width:341px;
	height:110px;
	bottom:0;
	background:rgba(0,0,0,0.7);
	transition:all .3s;
	-webkit-transition:all .3s;
}
.ach_info::before{
	position:absolute;
	content:'';
	width:341px;
	height:53px;
	display:block;
	background:rgba(0,0,0,0.7);
	-webkit-clip-path: polygon(0px 0px, 341px 53px, 341px 53px, 0px 53px);
	top:-53px;
	opacity:1;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.ach_icon{
	position:absolute;
	width:50px;
	height:50px;
	left:20px;
	top:-70px;
	background:url(../images/ach/ach-icon01.png) no-repeat left top;
	padding:16px;
	box-sizing:border-box;
	cursor:pointer;
	opacity:1;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.ach_title{
	font-size:36px;
	color:#fff;
	text-align:center;
}
.ach_subtitle{
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:10px 0 30px 0;
}
.ach_detail{
	position:relative;
	width:125px;
	height:50px;
	font-size:12px;
	color:#d1d1d1;
	text-align:center;
	text-transform:uppercase;
	display:table;
	margin:20px auto 0 auto;
	text-align:center;
	line-height:50px;
	box-sizing:border-box;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.ach_detail p{
	position:relative;
	z-index:2;
}
.ach_detail p::before{
	content:'';
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/ach/ach-icon03.png) no-repeat center top;
	margin:0 5px -3px 0;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.ach_detail::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	box-sizing:border-box;
	border:2px solid #d1d1d1;
	width:125px;
	height:50px;
	pointer-events:none;
	transition:border .3s, width 0s .3s, height 0s .3s;
	z-index:1;
}
.ach_list:hover .ach_info{
	height:100%;
	padding:176px 0 0 0;
	box-sizing:border-box;
}
.ach_list:hover .ach_info::before, .ach_list:hover .ach_icon{opacity:0;}
.ach_detail:hover::after{
	border:25px solid #d1d1d1;
	width:100%;
	height:100%;
	transition:border .3s, width 0s .3s, height 0s .3s;
}
.ach_detail:hover{color:#595656;}
.ach_detail:hover p::before{background-position:center bottom;}
.ach_map_block{
	position:relative;
}
.ach_map{
	width:100%;
	height:660px; 
}
.map_text{
	font-family:Arial, "微軟正黑體 Light";
	font-size:16px;
	font-weight:bold;
	color:#f00;
	text-shadow:2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
}
.ach_map_list{
	position:absolute;
	width:346px;
	height:500px;
	right:50px;
	top:100px;
	background:url(../images/ach/ach-map-title.jpg) no-repeat left top #3d562d;
	/*transition:all .3s;
	-webkit-transition:all .3s;*/
	z-index:2;
}
.ach_map_title{
	padding:35px 0 54px 100px;
	font-size:26px;
	font-weight:bold;
	color:#fff;
}
.ach_map_title span{
	display:block;
	font-size:12px;
	color:#7ca45e;
	text-transform:uppercase;
}
.ach_map_title p{
	position:absolute;
	right:10px;
	top:10px;
	display:none;
	cursor:pointer;
}
.ach_map_list_block{
	padding:10px 0;
}
.ach_map_list_block li{
	position:relative;
	padding:10px 0 10px 65px;
	background:url(../images/ach/ach-map-icon05.png) no-repeat 29px center;
}
.ach_map_list_title{
	font-size:20px;
	color:#fff;
	cursor:pointer;
}
.ach_map_list_title a{color:#cdcdcd;}
.ach_map_list_block li span{
	display:block;
	font-size:12px;
	color:#bfebae;
}
.ach_map_list_block li:nth-child(even){background-color:#283d1a;}
.ach_map_list_block li p{
	position:absolute;
	right:35px;
	bottom:15px;
}
.ach_map_list_block li p a{
	display:block;
	padding:5px 0;
	text-align:center;
}
.ach_map_detail{
	display:none;
	position:absolute;
	width:555px;
	height:365px;
	background:#fff;
	box-shadow:5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(0,0,0,0.05), -5px 5px 5px rgba(0,0,0,0.05), 5px -5px 5px rgba(0,0,0,0.05);
	padding:32px 20px 20px 39px;
	left:50%;
	top:50%;
	margin:-182px 0 0 -460px;
	box-sizing:border-box;
	z-index:2;
}
.ach_map_detail_title{
	font-size:32px;
	font-weight:bold;
	color:#595656;
	background:url(../images/ach/ach-map-icon04.jpg) no-repeat left 8px;
	padding:0 0 18px 20px;
	border-bottom:1px solid #dcdcdc;
	margin:0 0 30px 0;
}
.ach_map_detail_title span{
	display:block;
	font-size:14px;
	color:#b8b8b8;
}
.ach_map_detail_pic{
	float:left;
	padding:0 16px 0 0;
}
.ach_map_detail_info{
	float:left;
	width:279px;
}
.ach_map_detail_add{
	font-size:14px;
	color:#595656;
	padding:0 0 0 22px;
	background:url(../images/ach/ach-map-icon03.png) no-repeat left center;
}
.ach_map_detail_text{
	font-size:14px;
	color:#989898;
	padding:16px 0 0 0;
	line-height:26px;
}
.ach_map_more{
	position:absolute;
	right:20px;
	bottom:10px;
	padding:10px 22px;
	background:#a7a7a7;
	font-size:14px;
	color:#fff;
}
.ach_map_more::after{
	content:'◢';
	display:block;
	position:absolute;
	right:5px;
	bottom:0px;
	font-size:12px;
	color:#fff;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.ach_map_more:hover::after{
	right:1px;
	bottom:-3px;
}
.close{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}
.ach_show{
	position:relative;
	padding:133px 0 60px 0;
	background:url(../images/ach/ach-show-pic-bg.png) no-repeat 140px 65px;
}
.ach_show_pic{
	float:left;
	position:relative;
	width:800px;
}
.ach_show_pic::after{
	content:'';
	display:block;
	position:absolute;
	width:82px;
	height:82px;
	right:-11px;
	bottom:-22px;
	background:url(../images/ach/pic-corner.png) no-repeat left top;
}
.ach_show_desc{
	float:left;
	width:496px;
	padding:0 0 0 70px;
}
.ach_show_title{
	font-size:36px;
	font-weight:bold;
	color:#595656;
	padding:0 0 50px 0;
}
.ach_show_text{
	font-size:16px;
	color:#595656;
	line-height:24px;
	padding:0 0 50px 0;
	border-bottom:1px solid #d9d9d9;
}
.ach_show_info{
	float:left;
	width:350px;
	font-size:16px;
	color:#595656;
	line-height:32px;
	padding:30px 0 0 0;
}
.ach_show_rese{
	position:relative;
	float:right;
	width:146px;
	height:51px;
	background:url(../images/ach/reservation-btn.png) no-repeat left top;
	font-size:16px;
	color:#fff;
	line-height:51px;
	text-align:center;
	padding:0 0 0 30px;
	box-sizing:border-box;
	margin:36px 0 7px 0;
	display:block;
	transition:all .3s;
	-webkit-transition:all .3s;
	top:0;
}
.ach_show_rese:hover{top:3px;}
.ach_website{
	display:inline-block;
	padding:20px 0 0 40px;
	font-size:20px;
	font-weight:bold;
	color:#b6901e;
	background:url(../images/ach/webset-icon.png) no-repeat left 20px;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.ach_website:hover{opacity:0.8;}
.ach_back{
	position:absolute;
	right:0px;
	top:0px;
	background:url(../images/ach/back-bg02.png) no-repeat left top;
	width:100px;
	height:83px;
	font-size:16px;
	font-weight:bold;
	color:#595656;
	
}
.ach_back img{
	transition:all .3s;
	-webkit-transition:all .3s;
	margin:32px 0 0 25px;
}
.ach_back span{
	display:block;
	padding:28px 0 0 7px;
}
.ach_back:hover img{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.ach_map_link{
	display:none;
	position:absolute;
	top:60px;
	left:10px;
	background:#fff;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#595656;
	cursor:pointer;
	z-index:1;
}
.ach_map.open{
	position:fixed !important;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	z-index:5;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.ach_map_back{
	display:none;
	position:fixed;
	top:120px;
	right:10px;
	width:32px;
	height:24px;
	background:url(../images/ach/back-icon02.png) no-repeat center top;
	z-index:5;
	cursor:pointer;
	padding:26px 0 0 0;
	text-align:center;
	z-index:999; 
}
.rwd_close{
	position:absolute;
	width:40px;
	height:40px;
	right:30px;
	top:40px;
	cursor:pointer;
	z-index:5;
}
.rwd_close::after, .rwd_close::before{
	content:'';
	display:block;
	width:45px;
	height:4px;
	background:#fff;
}
.rwd_close::after{
	margin:-3px 0 0 0;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.rwd_close::before{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.cover{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:4;
}
.rwd_ach_search_btn{
	display:none;
	cursor:pointer;
	width:64px;
	margin:0 0 0 auto;
	font-size:16px;
	font-weight:bold;
	color:#595656;
	padding:20px 0 0 0;
}
.rwd_ach_search_btn img{
	margin:0 auto;
	display:block;
}
.rwd_ach_search{
	display:none;
	position:fixed;
	width:100%;
	top:25%;
	right:0;
	z-index:4;
	background:#fff;
}
.rwd_ach_search select, .rwd_ach_search input{
	font-family:Arial, "微軟正黑體 Light";
	font-size:18px;
	width:100%;
	border:0;
	border-bottom:1px solid #c9c9c9;
	padding:20px 0 20px 40px;
	box-sizing:border-box;
}
.rwd_ach_search input[type="button"]{
	text-align:center;
	padding:0;
	border:0;
	margin:20px 0;
}
.rwd_ach_search_title{
	background:#777777;
	padding:30px 0 30px 20px;
	font-size:20px;
	color:#fff;
}
.rwd_ach_search_close{
	position:absolute;
	right:20px;
	top:40px;
	cursor:pointer;
}
.rwd_ach_search_close::after, .rwd_ach_search_close::before{
	content:'';
	display:block;
	width:45px;
	height:4px;
	background:#fff;
}
.rwd_ach_search_close::after{
	margin:-3px 0 0 0;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.rwd_ach_search_close::before{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.rwd_ach_map_list_btn{
	position:absolute;
	right:10px;
	top:10px;
	width:45px;
	font-size:16px;
	font-weight:bold;
	color:#595656;
	text-align:center;
	cursor:pointer;
	display:none;
	z-index:2;
}
.rwd_page{
	display:none;
	width:80%;
	margin:0 10%;
	padding:10px 2%;
	box-sizing:border-box;
	font-family:Arial, "微軟正黑體 Light";
	font-size:16px;
	color:#595656;
}
.rwd_scroll{
	display:none;
	position:absolute;
	bottom:5%;
	left:50%;
	margin:0 0 0 -36px;
}
.vision_chairman{
	display:none;
	position:absolute;
	right:0;
	bottom:-20px;
	width:50%;
	text-align:right;
}
@media screen and (min-width: 1366px){
	.rwd_ach_map_list_btn, .ach_map_title p{display:none !important;}
	.ach_map_list{display:block !important;}
}
@media screen and (max-height: 900px){
	.scroll{display:none;}
	.rwd_scroll{display:block;}
	
}

@media screen and (max-width: 1600px){
	/*.ach_block{width:calc(100% - 80px);}*/
	.ach_show{
		background-position:8% 65px;
	}
	.ach_show_pic{
		width:50%;
	}
	.ach_show_desc{
		width:48%;
		padding:0 0 0 2%;
	}
}
@media screen and (max-width: 1460px){
	.register{
		width:100%;
		padding-left:120px;
		background-position:left 8px;
	}
	.register_bg{right:62px;}
	.investor_name li{padding:0 36px 0 9px;}
	.craft_block #tab_block{
		width:94%;
		margin:0 3%;
	}
	.craft_text{width:calc(100% - 826px);}
}

@media screen and (max-width: 1366px){
	.ach_block{
		width:100%;
		/*padding-bottom:80px;*/
		margin:0 auto;
	}
	.ach_info{
		padding:53px 0 0 0;
		height:200px;
	}
	.ach_list:hover .ach_info{
		padding:53px 0 0 0;
		height:200px;
		box-sizing:inherit;
	}
	.ach_list:hover .ach_info::before, .ach_list:hover .ach_icon, .ach_info::before, .ach_icon{display:none;}
	.ach_map_list{
		display:none;
		right:50%;
		margin:0 -173px 0 0;
	}
	.ach_map_title  p{display:block;}
	.rwd_ach_map_list_btn{display:block;}
	.ach_map_detail{margin-left:-277px;}
	
}
@media screen and (max-width: 1200px){
	.ach_search{
		display:none;
	}
	.rwd_ach_search_btn{
		display:block;
	}
	.select_type{margin:40px auto;}
	.news_list{
		float:none;
		width:278px;
		margin:0 auto 40px auto;
	}
	.back{
		background:url(../images/back-icon02.png) no-repeat center top;
		top:20px;
		right:0;
		text-align:center;
		padding:30px 0 0 0;
	}
	
}
@media screen and (max-width: 1024px){
.ach_block{
	width:100%;
	padding:0px 0 0 0;
}
}
@media screen and (max-width: 1002px){
	.ach_show{background:none;}
	.ach_show_title{text-align:center;}
	.ach_show_pic, .ach_show_pic img{width:100%;}
	.ach_show_pic::after{display:none;}
	.ach_show_desc{
		width:100%;
		padding:20px 0 0 0;
	}
	.ach_show_text, .progress_text .tab{
		width:100% !important;
		height:100% !important;
	}
	.ach_show_info{width:100%;}
	.ach_back{
		top:40px;
		background:none;
		text-align:center;
	}
	.ach_back img{margin:0;}
	.ach_back span{
		padding:0;
	}
	
}
@media screen and (max-width: 800px){
	.vision01{
		background-size:260%;
		background-position:30% 300px;
	}
	.vision_block01{padding-left:54%;}
	.rwd_page{display:block;}
	
}
@media screen and (max-width: 640px){
	.ach_map_detail{
		width:96%;
		left:0;
		margin-left:2%;
		margin-right:2%;
	}
	.ach_map_detail_pic{display:none;}
	.ach_map_detail .mCustomScrollBox{width:100%;}
		
}

@media screen and (max-width: 480px){
	.ach_pic img{
		width:auto;
		height:100%;
	}
	.ach_map_list{transform:scale(0.9);}
	.ach_map_detail_info{width:100% !important;}
	
}