@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body{
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
}

a{
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());		
}

a:hover{
	text-decoration: none;
}

a:focus{
	text-decoration: none;
}

a img{
	border:none;
}

.htmleditor{
	width: 100%;
	padding: 5px;
	word-break: break-all;
	overflow-x: hidden;
}

/* 模擬 boostrap */
@media (min-width: 1200px){
	.hidden-lg{
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.hidden-md{
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.hidden-sm{
		display: none;
	}
}

@media (max-width: 767px){
	.hidden-xs{
		display: none;
	}
}

.pagination_wrap{
	width: 100%;
	display: inline-block;
}

#head_top_wrap{
	background: url(../img/head_background.png) top center no-repeat;
	background-size: cover;
}

#logo{
	display: block;
	margin: 0 auto;
	width: 300px;
}

@media (max-width: 991px){
	#logo{
		width: 150px;
		margin: 0;
		float: left;
	}
}

#logo img{
	width: 100%;
}

#header_button_wrap{
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px 0;
}

.fb_button{
	width: 30px;
	height: 30px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	background: #0068b7;
	text-align: center;
	line-height: 30px;
	float: left;
	transition: all 0.35s ease-in-out;
	margin: 0 5px 0 0;
}

.fb_button:hover{
	opacity: 0.7;
	color: #fff;
}

.google_button{
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #64c6db;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 30px;
	float: left;
	transition: all 0.35s ease-in-out;
	margin: 0 5px 0 0;
}

.google_button:hover{
	opacity: 0.6;
	color: #64c6db;
}

.fb_button_mobile{
	width: 30px;
	height: 30px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	background: #0068b7;
	text-align: center;
	line-height: 30px;
	float: right;
	transition: all 0.35s ease-in-out;
	margin: 13px 5px 0 0;
}

.fb_button_mobile:hover{
	opacity: 0.7;
	color: #fff;
}

.google_button_mobile{
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #64c6db;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 30px;
	float: right;
	transition: all 0.35s ease-in-out;
	margin: 13px 5px 0 0;
}

.google_button_mobile:hover{
	opacity: 0.6;
	color: #64c6db;
}

#mobile_button{
	font-size: 26px;
	float: right;
	margin: 15px 15px 0 5px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

#mobile_button:hover{
	opacity: 0.7;
}

#head_bottom_wrap{
	text-align: center;
	background: #000;
	color: #fff;
}

.menu{
	display: inline-block;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	font-size: 16px;
	margin: 0 15px;
}

.menu:hover{
	background: #0966b1;
	color: #fff;
}

#mobile_menu_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fcfcfc;
	z-index: 9999;
	display: none;
}

#mobile_menu_cencel{
	padding: 10px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
	transition: all 0.45s ease-in-out;
}

#mobile_menu_cencel:hover{
	background: #0966b1;
	color: #fff;
}

.mobile_menu{
	display: block;
	width: 100%;
	padding: 10px 5px;
	text-align: center;
	color: #aaa;
	transition: all 0.5s ease-in-out;
}

.mobile_menu:hover{
	background: #0966b1;
	color: #fff;
}

#main_slider_wrap{
	width: 100%; /* 1920px*/
	height: 32.2917vw; /* 620px */
	position: relative;
}

#main_slider img{
	width: 100%; /* 1920px*/
	height: 32.2917vw; /* 620px */
}

#mobile_slider_wrap{
	width: 100%; /* 1000px */
	height: 80vw; /* 800px */
	position: relative;
}

#mobile_slider img{
	width: 100%; /* 1000px*/
	height: 80vw; /* 800px */
}


#banner{
	padding: 5px 0;
	background: #000;
	color: #fff;
}

#phone_title{
	padding-top: 35px;
	text-align: right;
}

#phone_title span{
	padding: 4px 12px;
	color: #fff;
	background: #ffad00;
	border-radius: 2px;
	margin-right: 10px;
	font-size: 16px;
}

#banner_phone{
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 3px;
	padding-top: 30px;
	line-height: 1.3em;
}

@media (max-width: 1199px){
	#banner_phone{
		font-size: 24px;
	}
}

@media (max-width: 991px){
	#phone_title{
		text-align: center;
		padding: 10px 0;
	}
	
	#banner_phone{
		text-align: center;
		padding: 10px 0;
		font-size: 28px;
	}
}

#banner_icon_wrap{
	width: 100%;
	position: relative;
	text-align: left;
}

.arrow.hlb{
	width: 100px;
}

@media (max-width: 991px){
	#banner_icon_wrap{
		text-align: center;
	}
}

.banner_icon{
	width: 80px;
	height: 80px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	box-sizing: content-box;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
	margin: 0 3px;
}

.banner_icon span{
	border: 3px solid #666;
	width: 74px;
	height: 74px;
	display: block;
	line-height: 72px;
	border-radius: 50%;
	margin: 3px;
	text-align: center;
	font-size: 36px;
}

.banner_icon:hover{
	background: #0966b1;
	color: #fff;
}

.banner_icon:hover span{
	border-color: #fff;
}

.banner_icon span.banner_icon_i2{
	line-height: 60px;
}

.index_icon{
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #b5b5b5;
	border-radius: 50%;
	font-size: 36px;
}

@media (max-width: 767px){
	.nav-item{
		width: 100%;
	}
}

.nav-item.active .index_icon{
	background: #0966b1;
}

.nav-item{
	cursor: pointer;
}

.index_about_button{
	padding: 5px 30px;
	color: #b5b5b5;
	transition: all 0.35s ease-in-out;
	border: 1px solid #767676;
	border-radius: 5px;
}

.index_about_button:hover{
	background: #767676;
	color: #fff;
}

/* footer */
#hot_wrap{
	width: 100%;
	background: #e5e5e5;
	padding: 10px 5px;
}

#hot_title{
	padding: 5px 0 15px 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 6px;
	width: 100%;
}

#foot_slider_wrap{
	position: relative;
	width: 100%;
}

.foot_slider_list{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 285px;
	margin: 0 5px;
}

@media (max-width: 1199px){
	.foot_slider_list{
		height: 240px;
	}
}

@media (max-width: 991px){
	.foot_slider_list{
		height: 360px;
	}
}

@media (max-width: 767px){
	.foot_slider_list{
		height: 270px;
	}
}

@media (max-width: 575px){
	.foot_slider_list{
		height: 98.2955vw;
	}
}

.foot_slider_list img{
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in;
}

.foot_slider_mark{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition: all 0.4s ease-in;
	opacity: 0;
}

.foot_slider_title{
	text-align: center;
	margin-top: 50%;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	transition: all 0.4s ease-in;
}

.foot_slider_title span{
	border-bottom: 1px solid #46bdd7;
	padding-bottom: 5px;
	line-height: 2.5em;
}

.foot_slider_list:hover img{
	transform: scale(1.1);
}

.foot_slider_list:hover .foot_slider_mark{
	opacity: 1;
}

.foot_slider_list:hover .foot_slider_title{
	margin-top: 45%;
}

#foot_slider_control_button{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
}

#foot_slider_control_button .slick-dots{
	text-align: right;
}

#foot_slider_fix{
	width: 100%;
	height: 30px;
}

@media (max-width:767px){
	#foot_slider_control_button .slick-dots{
		text-align: left;
	}
}

@media (max-width: 480px){
	#foot_slider_fix{
		height: 50px;
	}
}

#footer_top_wrap{
	padding: 10px 5px;
	background: #000;
}

#foot_logo_wrap{
	text-align: left;
	margin-top: 25px;
}

@media (max-width: 1199px){
	#foot_logo_wrap{
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (max-width: 991px){
	#foot_logo_wrap{
		margin-top: 0;
	}
}

#foot_logo_wrap img{
	display: inline-block;
}

#foot_logo_text{
	width: 300px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-top: 15px;
	text-align: left;
}

@media (max-width: 480px){
	#foot_logo_text{
		margin-top: 0;
		text-align: center;
	}
}

#foot_logo_title{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 5px;
}

#foot_logo_subtitle{
	font-size: 14px;
}

#footer_right_wrap{
	text-align: right;
}

@media (max-width: 1199px){
	#footer_right_wrap{
		text-align: center;
	}
}

@media (max-width: 480px){
	#foot_logo_text{
		width: 250px;
	}
	
	#foot_logo_title{
		font-size: 18px;
	}
	
	#foot_logo_subtitle{
		font-size: 12px;
	}
}

.footer_right_row{
	padding: 5px 0;
	color: #fff;
}

.footer_right_row a{
	color: #fff;
}

.footer_right_row a:hover{
	opacity: 0.7;
}

#footer_span{
	border-top: 1px solid #fff;
	padding-top: 5px;
}

@media (max-width: 991px){
	#footer_email{
		display: block;
		padding-top: 5px;
	}
}

#footer_fb_button{
	background: #0068b7;
	padding: 3px 15px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	margin: 0 2px;
	transition: all 0.4s ease-in-out;
}

#footer_google_button{
	background: #b21e23;
	padding: 3px 15px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	margin: 0 2px;
	transition: all 0.4s ease-in-out;
}

#footer_fb_button:hover,#footer_google_button:hover{
	opacity: 0.7;
}

#footer_bottom_wrap{
	padding: 10px 5px;
	background: #e5e5e5;
}

#geyes_link{
	text-align: right;
}

#geyes_link a{
	color: #777;
	transition: all 0.34s ease-in-out;
}

#geyes_link a:hover{
	opacity: 0.7;
}

@media (max-width: 1199px){
	#copyright,#geyes_link{
		text-align: center;
	}
}

#top_button{
	position: fixed;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 26px;
	background: #626262;
	border-radius: 50%;
	bottom: 30px;
	right: 20px;
	color: #fff;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

#top_button:hover{
	background: #0966b1;
}

/* 產品介紹 */
html .heading-primary{
	padding: 5px 10px;
	background: #0966b1;
	color: #fff;
}

#head_img_wrap{
	width: 100%;
	height: 295px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 170px 10px 0 10px;
}

#head_mark{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

#head_path_wrap{
	color: #fff;
	display: block;
	width: 100%;
}

#meun_title{
	padding: 18px 0;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 5px;
	color: #fff;
	display: block;
	width: 100%;
}

#menu_subtitle{
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

#head_img_bottom{
	width: 100%;
	height: 8px;
	background: #bfbfbf;
	padding: 0 10px;
	margin-bottom: 15px;
}

#head_img_bottom_mark{
	width: 170px;
	height: 8px;
	background: #46bdd7;
}

#product_navi_title{
	width: 100%;
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	background: #0966b1;
}

.product_navi_1{
	padding: 12px 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	width: 100%;
	color: #777;
}

.product_navi_1 span{
	float: right;
}

.product_navi_1:hover{
	background: #eee;
	color: #777;
}

.product_navi_1.active{
	background: #eee;
}

.product_navi_2_wrap{
	width: 100%;
	padding: 5px 15px;
	display: none;
}

.product_navi_2{
	display: block;
	color: #777;
	padding: 10px 5px;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease-in-out;
}

.product_navi_2:hover{
	color: #46bdd7;
}

.product_navi_2.active{
	color: #46bdd7;
}

.product_list{
	border-radius: 5px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	display: block;
	border: 1px solid #777;
	margin-bottom: 10px;
}

.product_img{
	position: relative;
	width: 100%; /* 330px */
	height: 253px; /* 330px */
}

@media (max-width: 1199px){
	.product_img{
		height: 208px;
	}
}

@media (max-width: 767px){
	.product_img{
		height: 238px;
	}
}

@media (max-width: 575px){
	.product_img{
		height: 94.1068vw;
	}
}

.product_img img{
	width: 100%;
	height: 100%;
}

.product_img_mark{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding-top: 45%;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.product_img_mark span{
	width: 40px;
	height: 40px;
	font-size: 24px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
}

.product_list:hover .product_img_mark{
	opacity: 1;
}

.product_title{
	width: 100%;
	padding: 10px 5px;
	color: #fff;
	font-size: 16px;
	background: #46bdd7;
	transition: all 0.4s ease-in-out;
}

.product_list:hover .product_title{
	background: #e5e5e5;
	color: #777;
}

/* 產品介紹 內頁 */
#product_slider_wrap{
	position: relative;
}

#product_slider{
	width: 100%;
	border: 1px solid #eee;
	border-radius: 10px;
	height: 397.5px;
	overflow: hidden;
}

#product_slider img{
	width: 100%;
	height: 397.5px;
}

@media (max-width: 1199px){
	#product_slider{
		height: 329px;
	}

	#product_slider img{
		height: 329px;
	}
}

@media (max-width: 991px){
	#product_slider{
		height: 689px;
	}

	#product_slider img{
		height: 689px;
	}
}

@media (max-width: 767px){
	#product_slider{
		height: 509px;
	}

	#product_slider img{
		height: 509px;
	}
}

@media (max-width: 575px){
	#product_slider{
		height: 93.6475vw;
	}

	#product_slider img{
		height: 93.6475vw;
	}
}

#product_slider_control_button{
	width: 100%;
	position: absolute;
	bottom: -35px;
}

#product_slider_control_button .slick-dots li button:before{
	color: #c6c6c6;
}

#product_slider_control_button .slick-dots li.slick-active button:before{
	color: #46bdd7;
}

.htmleditor#product_intro{
	height: 300px;
	overflow-y: auto;
}

.htmleditor#product_intro::-webkit-scrollbar {
  width: 5px;
}
 
.htmleditor#product_intro::-webkit-scrollbar-track {
  background: #ddd;
}
 
.htmleditor#product_intro::-webkit-scrollbar-thumb {
  background: #666; 
}

@media (max-width: 1199px){
	.htmleditor#product_intro{
		height: 230px;
	}
}

@media (max-width: 991px){
	.htmleditor#product_intro{
		height: auto;
	}
}

.product_content_title{
	width: 100%;
	padding: 10px;
	background: #46bdd7;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.product_content{
	width: 100%;
	border: 1px solid #aaa;
	border-top: none;
	display: none;
}

/* has_navi_page */
#page_navi_title{
	width: 100%;
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	background: #0966b1;
}

.page_navi_1{
	padding: 12px 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	display: block;
	color: #777;
}

.page_navi_1:hover{
	background: #eee;
	color: #777;
}

.page_navi_1.active{
	background: #eee;
	color: #777;
}

#has_navi_page_content{
	min-height: 600px;
}

@media (max-width: 991px){
	#has_navi_page_content{
		min-height: auto;
	}
}

/* 資訊分享 */
#news_navi_title{
	width: 100%;
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	background: #0966b1;
}

.news_navi_1{
	padding: 12px 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	display: block;
	color: #777;
}

.news_navi_1:hover{
	background: #eee;
	color: #777;
}

.news_navi_1.active{
	background: #eee;
	color: #777;
}

.news_list{
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	display: inline-block;
	padding: 10px 5px;
	transition: all 0.35s ease-in-out;
	font-size: 16px;
	color: #777;
}

.new_date{
	float: right;
}

.news_date i{
	font-size: 24px;
}

.news_list:hover{
	background: #46bdd7;
	color: #fff;
}

.news_button{
	background: #aaa;
	padding: 5px 25px;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.news_button:hover{
	background: #0966b1;
	color: #fff;
}

#new_inside_title{
	padding: 10px 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 16px;
}

/* 聯絡我們 */
#contact_textarea{
	height: 200px;
	resize: none;
}

.contact_row{
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
}

.button1{
	padding: 5px 30px;
	background: #ddd;
	transition: all 0.3s ease-in-out;
}

.button1:hover{
	background: #0966b1;
	color: #fff;
}

#google_map{
	width: 100%;
	height: 450px;
}

@media (max-width: 767px){
	#google_map{
		height: 300px
	}
}

.page-link strong{
	padding: 0.5em 1em;
	display: block;
}

.page-link a{
	color: #46bdd7;
	display: block;
	padding: 0.5em 1em;
}

.page-link{
	padding: 0;
}

.page-link:hover a{
	color: #fff;
	background: #46bdd7;
}

.google_verification div{
	margin: 0 auto;
}

.navi_icon{
	float: right;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 991px){
	.navi_icon{
		transform: rotate(180deg);
	}
}

#news_list_wrap{
	min-height: 350px;
}