a:focus,
input[name*="Collapse"]:focus,
.owl-prev:focus,
.owl-next:focus,
input[type*="submit"]:focus {
    outline: 2px red dotted !important;
}

select:hover ,select:focus,input[type="password"]:hover ,
input[type="password"]:focus,input[type="email"]:hover ,
input[type="email"]:focus,input[type="text"]:hover ,
input[type="text"]:focus,input[type="submit"]:hover,
input[type="submit"]:focus,input[type="url"]:hover,
input[type="url"]:focus {background:#FFBF47;}

.top h1{
	    margin-top: 0;
    margin-bottom: 0;
        width: 249px;
    height: 102px;
    padding: 0;
	
}
.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
a:focus {
	outline: 1px solid #3fcbff;
}
body {
	font-size: 0.938em;
	position: relative;
	background: #fffcdf;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, label {
	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: 100%;
}
body, td, th {
	font-family: 微軟正黑體, 新細明體, Arial, Helvetica, sans-serif;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
.clean {
	clear: both
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1; /*For IE 6&7 only*/
}
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 0;
	padding: 0;
}
a {
	outline: none; /* for Firefox */
	text-decoration: none;
}
h1 {
	color: #000;
	display: inline-block;
	font-size: 125%;
	font-family: "Yu Gothic", SimHei;
	font-weight: bold;
}
p {
	color: #000;
	font-size: 95%;
	margin-top: 10px;
}
img {
	width: 100%;
}
/* menu*/

#main_menu {
}
.menu_bth {
	height: 40px;
}
.top_menu li {
	position: relative; /* 使子選單依照母選單的座標顯示 */
}
/* 設定母選單的連結樣式 */
.top_menu li a {
	text-decoration: none;
	color: #000;
	padding: 10px 40px;
	display: block;
	font-size: 125%;
	font-weight: bold;
}
/* 當母選單下沒有子選單時，也就是說只有一個連結時，隱藏detail.png */
.top_menu li a:only-child {
	background: none;
}
.top_menu li:hover {
	background: #777;
}
.top_menu li:hover > a {
	color: #fff;
}
.top_menu li:hover > ul {
	display: block; /* 滑鼠滑入母選單後，顯示子選單 */
}
nav > .top_menu > li {
	display: inline-block; /* 使一級選單排成一橫列 */
}
/* 二級選單顯示於一級選單的正下方 */
.top_menu ul {
	position: absolute;
	z-index: 999;
	top: 100%;
	list-style: none;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
}
/* 三級選單則顯示於二級選單的右方 */
.top_menu ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.top_menu li ul {
	width: 100%;
	background-color: #e9e9e9;
}
.top_menu li ul a {
	font-size: 100%;
	font-weight: 500;
}
.top_menu li ul ul {
	background-color: #b3b3b3;
}
/* page*/

.m_20 {
	margin: 20px auto;
}
#FontSizeArea {
	width: 100%;
	height: 100%;
	background: url(../in_images/bg_img.jpg) no-repeat top;
	display:table;
}
.page_main {
	background: #FFF;
	padding: 0 55px;
}


/* top*/
.nav {
	height: 23px;
	float:right;
}
.sitemap {
	width: 131px;
	height: 23px;
	float:left;
	background: url(../images/sitemap.png);
	background-repeat:no-repeat;
	margin: 0px 10px 0px;
}

.sitemap a {
	width: 131px;
	height: 23px;
	display:block;
	color:#4f4f4f;
}

.sitemap a:hover, .sitemap a:focus {
	background: url(../images/sitemap-.png);
	background-repeat:no-repeat;
}
.chinese {
	width: 111px;
	height: 23px;
	float:left;
	background: url(../in_images/chinese.png);
	background-repeat:no-repeat;
	margin: 0px 10px 0px 0px;
}

.chinese a {
	width: 111px;
	height: 23px;
	display:block;
	color:#4f4f4f;
}

.chinese a:hover, .chinese a:focus {
	background: url(../in_images/chinese-.png);
	background-repeat:no-repeat;
}

.mobile {
	width: 111px;
	height: 23px;
	float:left;
	background: url(../in_images/mobile.png);
	background-repeat:no-repeat;
	margin: 0px 10px 0px 0px;
}

.mobile a {
	width: 111px;
	height: 23px;
	display:block;
	color:#4f4f4f;
}

.mobile a:hover, .mobile a:focus {
	background: url(../in_images/mobile-.png);
	background-repeat:no-repeat;
}

.english {
	width: 111px;
	height: 23px;
	float:left;
	background: url(../in_images/english.png);
	background-repeat:no-repeat;
	margin: 0px 10px 0px 0px;
}

.english a {
	width: 111px;
	height: 23px;
	display:block;
	color:#4f4f4f;
}

.english a:hover, .english a:focus {
	background: url(../in_images/english-.png);
	background-repeat:no-repeat;
}




/* top_menu*/
.top_menu {
	width: 996px;
	max-width: 996px;
	height: 170px ;
	margin: auto;
	padding:0px 0px 0px 45px;
	text-align: center;
	position: relative;
	display: table
}


.menu01 {
	width: 153px;
	height: 96px;
	float: left;
	margin-top: 50px;
	background: url(../images/menu01.png) no-repeat top;
}
.menu01 a {
	width: 153px;
	height: 96px;
	color: #000;
	display:block;
}
.menu01 a:hover ,.menu01 a:focus {
	background: url(../in_images/menu01-.png) no-repeat top;
}


.menu02 {
	width: 153px;
	height: 96px;
	float: left;
	margin-left: 30px;
    margin-top: 10px;
	background: url(../in_images/menu02.png) no-repeat top;
}
.menu02 a {
	width: 153px;
	height: 96px;
	color: #000;
	display:block;
}
.menu02 a:hover ,.menu02 a:focus {
	background: url(../in_images/menu02-.png) no-repeat top;
}

.menu03 {
	width: 153px;
	height: 96px;
	float: left;
	margin-left: 145px;
	background: url(../in_images/menu03.png) no-repeat top;
}
.menu03 a {
	width: 153px;
	height: 96px;
	color: #000;
	display:block;
}
.menu03 a:hover ,.menu03 a:focus {
	background: url(../in_images/menu03-.png) no-repeat top;
}

.menu04 {
	width: 153px;
	height: 96px;
	float: left;
	margin-top: 50px;
	background: url(../in_images/menu04.png) no-repeat top;
}
.menu04 a {
	width: 153px;
	height: 96px;
	color: #000;
	display:block;
}
.menu04 a:hover ,.menu04 a:focus {
	background: url(../in_images/menu04-.png) no-repeat top;
}


.menu05 {
	width: 153px;
	height: 96px;
	float: left;
	
	background: url(../in_images/menu05.png) no-repeat top;
}
.menu05 a {
	width: 153px;
	height: 96px;
	color: #000;
	display:block;
}
.menu05 a:hover ,.menu05 a:focus {
	background: url(../in_images/menu05-.png) no-repeat top;
}





.Gotop {
	width: 50px;
	height: 25px;
	background-color: #0267c2;
	color: #FFF;
	text-align: center;
	font-size: 0.813em;
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	line-height: 25px;
}
.ace {
	color: #999;
	font-size: 84%;
	display: inline-block;
	vertical-align: top
}
.con {
	min-height: 560px;
}
#header {
	height: 295px;
	padding: 10px 0 0 0;
}
#header .top {
	max-width: 996px;
	margin: auto;
	padding: 10px;
	position: relative
}
#logo {
	width: 249px;
	height: 102px;
	background: url(../images/logo.png) no-repeat;
	float: left
}
#logo a {
	display: block;
	height: 100%;
}
.place {
	color: #5e5e5f;
	margin: 0px 0px 5px 0px;
	font-size: 95% ;
	text-align:right;
	padding-right: 26px;
}
.place a {
	color: #5e5e5f;
}
.place a:hover ,.place a:focus {
	color: #c72922;
}
.menu_navigation {
}
.menu_nav {
	position: absolute;
	right: 10px
}
.menu_nav a {
	display: inline-block;
	font-size: 100%;
	color: #000
}
.menu_nav a:hover {
	color: #f00
}
.fontsize {
	color: #000000;
	display: inline-block;
	font-size: 95%;
	font-weight: bold;
	text-align: right;
}
.fontsize a {
	color: #000;
	text-decoration: none;
}
.fontsize a:hover, #fontsize a:focus {
	color: #F00;
}
.fontsize .type {
	margin-right: 4px;
	text-align: center;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 5px;
	background-color: #ccc;
}
#search {
	position: absolute;
	top: 45px;
	right: 10px
}
#search .icon {
	border: 1px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 2px;
	font-size: 84%;
}
.search_word {
	position: absolute;
	top: 75px;
	right: 10px;
	font-size: 84%;
	line-height: 110%;
	letter-spacing: 1px;
	color: #333333;
	padding-top: 5px;
}
.search_word a {
	display: inline-block;
	color: #830000;
	text-decoration: none;
}
.search_word a:hover {
	color: #000;
}
.pic {
	margin: 10px 0;
	text-align: center
}
.pic li {
	display: inline-block;
	margin: 5px 0;
	vertical-align: top
}
.share {
	background-color: #EEE;
	font-size: 95%;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
}
.share a {
	height: 21px;
	display: block;
}
/*按鈕選單*/
    
.b {
	position: absolute;
	top: -10px;
	transition: .2s;
	cursor: pointer;
}
.b i {
	position: absolute;
	display: block;
	height: 2px;
	background: #333;
	border-radius: 2px;
	transition: .2s;
}
.b1 {
	width: 25px;
	top: 24px;
	left: 22px;
}
.b2 {
	width: 25px;
	top: 30px;
	left: 22px;
}
.b3 {
	width: 25px;
	top: 36px;
	left: 22px;
}
.b:hover {
	background: #c00;
}
.b1_on {
	top: 10px;
	left: 25px;
	width: 25px;
	transform: translateY(20px) rotate(45deg);
}
.b3_on {
	top: 50px;
	left: 25px;
	width: 25px;
	transform: translateY(-20px) rotate(-45deg);
}
.b2_on {
	left: 50px;
	width: 0;
}
.left_menu {
}
.menu_icon {
	width: 25px;
	height: 25px;
	background-image: url(../images/icon_off.png);
	position: absolute;
	right: 10px;
	top: 10px
}
.menu_icon- {
	width: 25px;
	height: 25px;
	background-image: url(../images/icon_on.png);
	position: absolute;
	right: 10px;
	top: 10px
}
.spmenu_bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
	display: none;
}
.menu2 {
	width: 300px;
	height: 100%;
	background-color: #fffcdf;
	position: fixed;
	overflow-y: auto;
	z-index: 999;
	left: -300px;
	top: 0px;
}
.menu2 li {
	border-bottom: 1px #ccc solid;
	font-size: 100%;
	font-weight: bold;
	position: relative
}
.menu2 li a {
	color: #000;
	padding: 10px;
	display:block;
}

.menu2 li .bth{ background:#0e6d81;color: #fff;}


.menu2 li a:hover {
	background-color: #2b90d9;
	color: #fff;
}
.menu2 span {
	font-size: 30%;
}
.menu2 .sub_menu {
}
.menu2 .sub_sub {
	display: none;
	background-color: #FFF;
}
.menu2 .sub_sub a {
	color: #6c6c6c;
	padding-left: 20px;
}
.menu2 .sub_sub2 {
	display: none;
	background-color: #dadada;
	font-size: 84%;
}
.menu2 .sub_sub2 a {
	background: url(../images/icon02.png) no-repeat 25px 15px;
	color: #6c6c6c;
	padding-left: 40px;
}
.menu2 .sub_sub3 {
	display: none;
	background-color: #f7f7f7;
	font-size: 84%;
}
.menu2 .sub_sub3 a {
	background: url(../images/icon01.png) no-repeat 40px 15px;
	color: #6c6c6c;
	padding-left: 50px;
}
.menu2 .sub_sub4 {
	display: none;
	background-color: #5f5f5f;
	font-size: 84%;
}
.menu2 .sub_sub4 a {
	background: url(../images/icon03.png) no-repeat 50px 18px;
	color: #fff;
	padding-left: 60px;
}
.menu2 dl {
	border-top: 1px #ccc dotted;
	background: url(../images/icon01.png) no-repeat 5px 13px;
	font-size: 95%;
}
.menu2 dl a {
	color: #000;
	padding: 10px 0 10px 25px
}
.menu2 dt {
	background: url(../images/icon02.png) no-repeat 21px 11px;
	font-size: 84%;
	font-weight: 500
}
.menu2 dt a {
	color: #3c3c3c;
	padding: 5px 0 5px 35px
}
.menu2 dt a:hover {
	background-color: transparent;
	color: #f00
}
.goback {
	text-align: right;
	font-size: 84%;
	margin: 10px 0;
}
.goback .icon {
	border-radius: 5px;
	background-color: #000;
	padding: 5px;
	display: inline-block;
	letter-spacing: 2px;
}
.goback .icon a {
	color: #FFF
}
#footer {
}
#footer_info {
	text-align: center
}
.footer_word {
	letter-spacing: 1px;
	font-size: 84%;
	color: #000;
	line-height: 180%;
	display: inline-block;
	text-align: left;
}
.footer_word span {
	color: #712417;
	font-weight: bold;
}
.footer_word a {
	color: #093;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}
.footer_word a:hover {
	color: #830000;
}
.footer_word a:focus {
	color: #830000;
}
#footer_main {
	max-width: 996px;
	margin: auto
}
.footer_img {
	background-image: url(../../images/aa.jpg);
	height: 31px;
	width: 88px;
	display: inline-block;
	margin: 10px 30px 10px 0px;
}

a.footer_img{
	    font-size: 0em;
    line-height: 63px;
}