@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
	font-family: "Roboto";
	src: url("fonts/Roboto-Regular.ttf");
}
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: Microsoft JhengHei;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset, img {
	border: 0;
	padding: 0;
	margin: 0;
}
address, caption, cite, code, dfn, em, /*strong,*/ th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
}
abbr, acronym {
	border: 0;
}
* {
	/* [disabled]margin:0;
*/
	padding: 0;
}
/*開頭設定*/
html {
	font-size: 15px;
}
body {
	margin: 0;
	font-family: Microsoft JhengHei;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
}
img { max-width: 100%;}
.at_loading {
	　width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1500;
	background: url(../images/Loading_icon.gif) center center no-repeat #FFF;
}
:focus {
	outline: #43B5FC solid thin;
}
a:focus {
	outline: #43B5FC solid thin;
}
#wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*header==============================================================*/
.top_btn {
	position: absolute;
}
.top_btn a {
	color: #FFF;
}
.top_btn a:active {
	color: #3333CC;
}
.btn_key {
	color: #FFF;
	font-size: 10px;
}
.header_list {
	width: 100%;
	height: 224px;
	background-color: rgba(255,255,255,0.8);
	background: url(../images/Top-C.jpg) center top no-repeat;
	background-size: auto 53%;
	box-shadow: 1px 0 5px #CCC;
	position: relative;
	z-index: 500;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.header_list::before {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	left: 0;
	top: 0;

	background-size: 100%;
}
.header_list::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	right: 0;
	top: 0;

	background-size: 100%;
}

.w_100 {
	max-width: 1280px;
	margin: 0 auto;
}
.logo {
	height: 101px;
	padding-top: 40px;
	width: 390px;

	background-size:  auto;
	text-indent: -999999px;
	float: left;
}
.logo a {
	width: 100%;
	height: 100%;
	display: block;
}
/*TOP選單*/
.top_list {
	float: right;
	font-size: 1rem;
	padding-top: 5px;
}
.top_list li {
	float: left;
	padding-left: 8px;
}
.icon_FB, .icon_line {
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: url(../images/btn_FB.png) center no-repeat;
	background-size: 25px;
	display:inline-block;
	text-indent:-99999px;
}
.icon_line {background: url(../images/btn_line.png) center no-repeat;
	background-size: 25px;}
/*文字大小*/
.txt_move span {
	margin: 0 5px;
	padding: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: right;
	background-color: #cfcfcf;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #cfcfcf;
}
#txt_S {
	font-size: 0.8rem;
}
#txt_L {
	font-size: 1.2rem;
}
.txt_move span.on, .txt_move span:hover {
	border: 1px solid #333;
	background-color: #FFF;
	cursor: pointer;
}
/*選單*/
.btn_menu, .btn_menu2 {
	display: none;
}
.menu_list {
	clear: both;
	text-align: center;
	height: 64px;
	width: 100%;
}
.menu_box {
	clear: both;
	padding-top: 30px;
}
.menu_list li {
	display: inline-block;
	font-size: 1.25rem;
	color: #000;
	text-align: center;
	position: relative;
}
.menu_list li.icon_sv2, .menu_list li.list_map {
	display: none;
}
.menu_list li a {
	color: #000;
	width: 180px;
	height: 45px;
	display: block;
	line-height: 45px;
}
.menu_list li.lsm {
	background: url(../images/icon_09.png) center bottom no-repeat;
	background-size: 8px;
}
.menu_list li:hover > a {
	color: #FFF;
	background: url(../images/menu_bg.png);
	border-radius: 10px 10px 0 0;
}
.menu_list li:hover span {
	border-bottom: 2px solid #FFF;
	padding: 0 10px;
}
.menu_list li.no_key {
	width: 1px;
	height: 1px;
	border-left: inherit;
}
.menu_list li.no_key a {
	width: 1px;
	height: 1px;
	color: #FFF;
}

/*黃底*/
.menu_list li.btn_yel:hover > a{
	color: #000;
	background: url(../images/menu_bg3.png);
}
.menu_list li.btn_yel:hover span {
	border-bottom: 2px solid #F90;
	padding: 0 10px;
}
.menu_list li.btn_yel:hover ul li a {
	color: #000;
	background: url(../images/menu_bg3.png);
	border-radius: 0;
}
.menu_list li.btn_yel ul li a:hover {
	background: url(../images/menu_bg4.png);
	color: #000;
}



/*第二層*/
.menu_list li ul {
	position: absolute;
	width: 180px;
	left: 0;
	top: 45px;
	color: #FFF;
	padding-top: 10px;
	display: none;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.menu_list li:hover ul li a {
	color: #FFF;
	background: url(../images/menu_bg.png);
	border-radius: 0;
}
.menu_list li ul li a:hover {
	background: url(../images/menu_bg2.png);
	color: #FF9;
}
.menu_list li:hover ul {
	display: block;
	top: 35px;
	display: block;
}
.menu_list li.icon_sv a {
	width: 90px;
	text-indent: -9999px;
	background: url(../images/icon_sv.png) center no-repeat;
}
/*選單漂浮*/
.menu_float {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: -170px;
	z-index: 1000;
	animation-name: moveto_1b;
	animation-duration: 0.5s;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
}
.menu_float.header_list {
	background: none;
	background-color: rgba(255,255,255,0.8);
}
 @keyframes moveto_1b {
 0% {
top:-170px;
}
 100% {
 top:-160px;
}
}
.photo {
	padding: 40px 0;
}
.photo img {
	width: 100%;
}
.flex-control-nav {
	bottom: 10px !important;
}
.flex-direction-nav a:before {
	color: #cc0000 !important;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
.flex-control-paging li a {
	background: rgba(200, 200, 200, 0.6) !important;
	border: 1px solid rgba(200, 200, 200, 0.6);
}
.flex-control-paging li a.flex-active {
	background: rgba(239, 22, 22, 1)!important;
	border: 1px solid #FFF;
}
/*中間頁====================================================*/
.content {
	/*background: url(../images/index_c.jpg) center top;
	overflow: hidden;*/
	width: 80%;
	padding-top:20px;
}
.content.con_top {
	padding-top: 263px;
}
.page_L {
	width: 60%;
	float: left;
	padding-left: 40px;
}
.page_R {
	width: 30.5%;
	float: right;
	margin-right: 40px;
	background-color: #FFF;
	padding: 10px;
}
.tab_R td { border-bottom:1px dashed #CCCCCC; padding:10px 0;
	font-size: 1.25rem;}
.page_pL { width:55%; float:left;}
.page_pR { width:45%; float:right; padding:40px 0; line-height:36px;}
/*右邊*/
.img_zooin {
	width: 100%;
	overflow: hidden;
	text-align:center;
}
.img_zooin img {
	transition: all 0.5s ease 0s;
	width: 100%;
	max-height:150px;
	width:auto;
	margin:0 auto;
}
.img_zooin:hover img, .photo_list li:hover .img_zooin img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.btn_one {
	margin-bottom: 20px;
	clear: both;
}
.btn_tree {
	display: inline-block;
	width: 32%;
	margin-bottom: 20px;
}
/*左邊*/
.news_box {
	background-color: #FFF;
	padding: 15px 30px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 1.25rem;
}
.tit {
}
.tit span {
	padding: 10px 20px 5px 20px;
	background-color: #da281c;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 1.25rem;
}
.activity_box .tit {
	border-bottom: 2px solid #F60;
}
.activity_box .tit span {
	background-color: #F60;
}
.photo_box .tit {
	border-bottom: 2px solid #37ad61;
}
.photo_box .tit span {
	background-color: #37ad61;
}
.link_box .tit {
	border-bottom: 2px solid #366bad;
}
.link_box .tit span {
	background-color: #366bad;
}
.list {
	padding: 20px 0;
}
.list li {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid #FFF;
}
.list li:hover {
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
}
.list li span {
	float: left;
	margin-right: 20px;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 1rem;
	background-color: #d35e55;
	color: #FFF;
	display: inline-block;
}

.img_new { width:150px;height:80px; overflow:hidden; float:left; border:1px solid #E9E9E9;}
.img_new img { max-width:100%; height:auto;}
.txt_new { padding-left:180px;}
.txt_new span { display:inline-block; margin:5px 0;}

.activity_box .list li span {
	background-color: #FF8040;
}
.list li p {
	float: left;
}
.list li a {
	position: absolute;
	left: 2px;
	right: 1px;
	top: 5px;
	bottom: 1px;
	display: block;
}
.list li a:focus {
}
.list li:hover a, {
 outline: #43B5FC solid thin;
}
/*活動花絮*/
.photo_list {
	margin: 10px 0;
}
.photo_list li {
	width: 29%;
	float: left;
	margin-right: 1%;
	position: relative;
}
.photo_list li p {
	padding: 10px 0;
}
li.btn_more {
	width: 8%;
	text-align: center;
	height: 100%;
	display: block;
}
li.btn_more img {
	padding: 50% 0;
	margin: 50% 0;
	transition: all 0.5s ease 0s;
}
li.btn_more:hover img {
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.photo_list li a {
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	display: block;
	z-index: 500;
}
.photo_list2 {
	margin: 40px;
	overflow: hidden;
}
.photo_list2 li {
	width: 22%;
	margin:10px 1.5%;
	text-align:center;
}
.photo_list2 li:nth-child(4n+1) { clear:both;} 

.photo_list3 {
	margin: 40px;
	overflow: hidden;
}
.photo_list3 li {
	width: 19%;
	margin-bottom: 10px;
}
.photo_list3 li .img_zooin {
	border-radius: 0;
}
.photo_list3 li:hover a {
	background: url(../images/icon_sv2.png) center no-repeat rgba(0,0,0,0.6);
	z-index: 1000;
}
/*LINK*/
.flexslider .slides > li {
	border: 1px solid #DEDEDE;
}
.flexslider .slides > li:hover {
	border: 1px solid #F60;
}
.link_box .flex-direction-nav .flex-prev {
	left: 0;
}
.link_box_in {
	padding: 0 40px;
	margin-top: 40px;
}
.link_box_in .flexslider:hover .flex-direction-nav .flex-prev, .link_box_in .flexslider .flex-direction-nav .flex-prev {
	left: -40px;
	opacity: 1;
}
.link_box_in .flex-direction-nav .flex-next, .link_box_in .flexslider:hover .flex-direction-nav .flex-next {
	right: -40px;
	opacity: 1;
}
.link_box_in .flex-direction-nav a:before {
	color: #333333 !important;
}
/*內頁----------------------------------------------*/
.top_box {
	margin-top: 170px;
}
.page_ALL {
	background-color: #FFF;
	margin: 20px 40px;
	padding-top:70px;
	min-height: 750px;
	clear: both;
	position:relative;
}
.page_ALL2 { min-height:inherit; padding-bottom:20px;}
.page_list {
	max-width: 450px;
	margin: 0 auto;
}
.page_list li {
	text-align: center;
}
.page_list li a {
	line-height: 45px;
	font-size: 1.25rem;
	width: 100%;
	display: block;
	color: #000;
	border-bottom: 1px solid #CCCCCC;
}
.page_list li a:hover {
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
}
.btn_sv1 {
	border: none;
	line-height: 45px;
	width: 70%;
	padding: 0 10px;
	border: solid 1px #FF9900;
	display: inline-block;
}
.btn_sv2 {
	background-color: #000;
	color: #FFF;
	height: 45px;
	line-height: 45px;
	border: none;
	width: 20%;
	border-radius: 0 10px 10px 0;
}
.icon_folder {
	width: 30px;
	height: 18px;
	background: url(../images/icon_folder.png) center no-repeat;
	display: inline-block;
	float: left;
}
.icon_dw {
	width: 30px;
	height: 20px;
	background: url(../images/icon_dw2.png) center no-repeat;
	display: inline-block;
	background-size: 15px;
	float: left;
}
/*標題*/
.tit_box {
	position:absolute;
	left:-20px; top:20px;
	background:url(../images/tit_bg.png) right top no-repeat;
	height:64px;
	padding:10px 80px 0 50px;
	min-width:200px;
}
.tit_box3 {
	background:url(../images/tit_bg2.png) right top no-repeat;
}
.tit_box h2 {
	display: inline-block;
	font-size: 1.5rem;
	color: #FFF;
}

.tit_box h3 {
	display: inline-block;
	font-size: 1.2rem;
	color: #f8ffb9;
	padding-left: 10px;
}
.tit_box3 h2 { color:#814124;}
.tit_box3 h3 { color:#333;}

.tit_box2 {
	border-bottom: 1px dashed #999999;
	text-align: left;
	margin: 0 40px;
}
.tit_box2 h2 {
	text-align: left;
	margin: 0;
	padding-bottom: 10px;
}
/*跳頁*/
.No_pages {
	text-align: center;
	clear: both;
	margin: 0 auto;
	padding:20px 0 40px 0;
	
}
.No_pages li {
	display: inline-block;
}
.btn_01 {
	border-radius: 5px;
	background-color: #dc372c;
	color: #FFF;
	border: none;
	padding: 5px 10px;
	font-size: 0.6rem;
}
.btn_01:hover {
	background-color: #000;
}
.btn_02 select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	min-width: 80px;
	text-align: center;
	text-align-last: center;
	border: 1px solid #999;
	padding: 5px 20px 5px 10px;
	background: url(../images/icon_05.png) right center no-repeat;
	background-size: 18px;
}
.icon_01 {
	background: url(../images/icon_01.png) left center no-repeat #dc372c;
	padding-left: 30px;
}
.icon_02 {
	background: url(../images/icon_02.png) left center no-repeat #dc372c;
	padding-left: 30px;
}
.icon_03 {
	background: url(../images/icon_03.png) right center no-repeat #dc372c;
	padding-right: 30px;
}
.icon_04 {
	background: url(../images/icon_04.png) right center no-repeat #dc372c;
	padding-right: 30px;
}
.icon_06 {
	background: url(../images/icon_06.png) left center no-repeat #dc372c;
	padding-left: 30px;
}
.No_pages2 {
	border-bottom: 1px solid #dc372c;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
}
.No_pages2 ul {
	float: right;
}
.No_pages2 li {
	float: left;
	padding-right: 10px;
}
.No_pages3 {
	clear:both;
	text-align: right;
	padding:20px;
}
/*圖文編輯*/
.text_img {
	text-align: center;
	padding: 40px 0;
}
.text_img img {
	max-width: 400px;
}
.text_img li { display:inline-block; padding:10px;}
.txt_tit { padding: 40px; font-size:1.5rem; font-weight:bold; color: #CC3300;}
.txt_tit span { font-size:1rem; padding:3px 10px; background-color:#CC3300; color:#FFF; border-radius:5px; font-weight:normal; margin-right:10px;}
.text_txt {
	padding: 0 40px 40px 40px;
	font-size: 1.25rem;
	line-height: 2rem;
}
.text_txt h2 { padding:10px 0; font-size: 1.8rem; color:#F63;}
.text_txt p { padding-bottom:40px;}
.text_txt img { max-width:100%;}
.text_img3 { text-align:center;}
.text_img3 img{ max-width:600px; margin:0 auto;}
/*輪播2*/
.text_img2 { padding:20px;}
.text_img2 .flexslider .flex-viewport { width:50%; float:left; }
.text_img2 .flexslider .flex-viewport:after {content: ""; color:#FFF; width:100%; height:100%; position:absolute; left:0; top:0; background:url(../images/icon_sv3.png) right top no-repeat;  z-index:10; display:block;pointer-events: none;}
.text_img2 .flexslider ol { width:45%; float:right;}
.text_img2 .flexslider .flex-control-thumbs li { width:24%; padding-right:1%; padding-bottom:10px;}
.text_img2 .flexslider ol img { height:120px;}
.text_img2 .flex-nav-prev, .text_img2 .flex-nav-next { display:none;}
.page_R2 {width:45%; float:right;}
.page_R2 .txt_tit, .page_R2 .text_txt { padding:10px 0;}

.txt_spec { padding:10px 0;}
.txt_spec li { padding-bottom:10px;}
.txt_spec li span { color:#FF3300; display:inline-block; float:left;}

/*下載*/
.text_dw {
	margin: 20px 40px;
	background-color: #e5e5e5;
	overflow: hidden;
	padding: 10px 1%;
}
.text_dw li {
	width: 40%;
	float: left;
	display: inline-block;
	font-size: 1.25rem;
	height: 60px;
	line-height: 60px;
	background: url(../images/icon_dw.png) left center no-repeat;
	padding-left: 60px;
}
.text_dw li a {
	color: #000;
	text-decoration: underline;
}
.text_dw li a:hover {
	color: #FF0000;
}
.contact_box {
	padding: 40px;
}
/*QA列表*/
.qa_list {
	padding: 40px;
}
.QA_lest {
}
.QA_lest li {
	font-size: 1.4rem;
	line-height: 26px;
	margin-bottom: 25px;
	background: url(../images/icon_Q.png) left top no-repeat;
	padding-left: 10px;
}
.QA_lest li a {
	display: block;
	padding: 0 26px;
	color: #000;
}
.a_box {
	display: none;
	padding: 15px 45px;
	font-size: 1.25rem;
	background: url(../images/icon_a.png) 30px 15px no-repeat;
	padding-left: 60px;
	border-left: 2px solid #d6180f;
}
.a_box p {
	padding-left: 10px;
	line-height: 36px;
}
 . .QA_lest li.open li:hover {
 background-color: inherit;
}
.QA_lest li.open a {
	color: #d6180f;
}
.QA_lest li.open li a:hover {
	color: #FF0000;
}
/*表單*/
.tab_01 {
	font-size: 1.25rem;
	line-height: 26px;
}
.tab_01 p {
	padding-right: 10px;
}
.tab_01 td {
	padding-bottom: 20px;
}
.inp_w2 {
	width: 100%;
	height: 35px;
	max-width: 375px;
}
.inp_w1 {
	width: 100%;
	height: 35px;
}
.inp_w3, .inp_w0 {
	height: 35px;
	line-height: 35px;
	font-size: 1rem;
	padding: 0 10px;
}
.out_list li {
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
.out_list li span {
	width: 320px;
	display: inline-block;
	overflow: hidden;
	margin-right: 8px;
}
.ifile {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 304px;
	height: 37px;
}
.inp_w6 {
	width: 300px;
}
.btn_03 {
	background-color: #000;
	height: 35px;
	padding: 0 10px;
	border: none;
	color: #FFF;
	margin-left: 10px;
}
.btn_03:hover {
	background-color: #FF6600;
}
.btn_04 {
	background: url(../images/btn_00.png) center no-repeat;
	border-radius: 5px;
	color: #FFF;
	height: 60px;
	width: 150px;
	border: none;
	font-size: 1.25rem;
}
.btn_04:hover {
	background: none #000;
}
.btn_05 {
	background: #eb6e66;
	border-radius: 5px;
	color: #FFF;
	padding:5px 10px;
	border: none;
	font-size: 1.25rem;
	display:inline-block;
}
.btn_05:hover {
	background: #000;
}
.inp_w7 {
	min-height: 250px;
}

/*表單2*/
.tab_02 {
	font-size: 1.25rem;
	line-height: 26px;
	border:1px solid #ccc;
	text-align:center;
	max-width:700px;
	margin:0 auto;
	
}
.tab_02 p {
	padding-right: 10px;
}
.tab_02 th { padding:10px; background-color:#FF9900; color:#FFF;border-bottom:1px solid #FF9900; border:1px solid #FFF; text-align:center;}
.tab_02 td {
	padding:10px; border:1px solid #FFF;
	
}
.tab_02 tr:nth-child(even)  { background-color: #F1F1F1;}

/*關於我們*/
.text_one {
	padding: 20px 40px;
	line-height: 36px;
	font-size: 1.5rem;
}
.text_one h3 {
	font-size: 1.5rem;
	padding-left: 20px;
	background: url(../images/icon_07.png) left center no-repeat;
	margin-bottom: 10px;
}
.text_one p, .text_one ol {
	padding-bottom: 10px;
	padding-left: 20px;
}
.text_one ol li {
	background: url(../images/icon_08.png) left 5px no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}
.text_ALL {
	padding: 40px;
}
/*關鍵字*/
.news_box i {
	font-weight: bold;
	color: #FF3333;
	font-style: normal;
}
.map_txt, .map_list {
	padding: 20px 40px;
	font-size: 1.25rem;
	line-height: 36px;
	width: 40%;
	float: left;
}
.map_list {
	padding: 20px 40px;
	background-color: #FFFFCC;
	float: right;
}
.map_list li {
	background: url(../images/icon_07.png) left 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
.map_list li a {
	color: #990000;
}
.map_list li li a {
	color: #000;
}
.map_list li ul {
	margin-left: 20px;
	padding: 10px 0;
}
.map_list li li {
	padding-left: 25px;
	background: url(../images/icon_08.png) left center no-repeat;
}
/*共用-----------------------------------------------*/
.txt_RR {
	text-align: right;
}
footer {
	width: 100%;
	font-size: 1rem;
	clear: both;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 20px 0;
}
.qr_code img{ width:150px;}
.txt_red { font-size:20px; font-weight:bold; color:#f00808;}
.fot_01 {
	width: 15%;
	float: right;
}
.fot_02 {
	width: 35%;
	float: left;
}
.fot_03 {
	width: 35%;
	float: right;
}
.in {
	position: absolute;
}
.in a {
	color: #FFF;
}
.foot_ps {
	background-color: #000000;
	padding: 5px 0;
	color: #9e9e9e;
	width: 100%;
	clear: both;
	text-align: center;
}
