@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(font-awesome.min.css);
@import url(base.css);

/* =============================================================================
   BASIC
   ========================================================================== */
html, body {
  height: 100%;
}

body {
  background: #FFF;
}

body, th, td, input {
  font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
  font-size: 110%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.25em;
  font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
  margin: 0 0 1em;
}

h2 {
  font-size: 1.2em;
  font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
  margin: 0 0 1em;
}

h3 {
  font-size: 1.15em;
  font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
  margin: 0 0 1em;
}

h4 {
  font-size: 1em;
  font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
  margin: 0 0 1em;
}

h5 {
  font-size: 1em;
  font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
  margin: 0 0 1em;
}

h6 {
  font-size: 1em;
  font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
  margin: 0 0 1em;
}

h1.nomb {
  margin: 0 0 5px 0;
}

h2.nomb {
  margin: 0 0 5px 0;
}

h3.nomb {
  margin: 0 0 5px 0;
}

p, li {
  line-height: 1.6em;
  color: #3e3a39;
}

a:link, a:visited {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  box-shadow: 0 0 10px #15579f;
}

.loadbar {
  position: fixed;
  background: #59504d;
  width: 0;
  height: 4px;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  transition: 400ms ease-in-out;
}

.loadbar.ed {
  width: 0 !important;
  border: none;
  right: 0;
  left: inherit;
  opacity: 0;
}

.imgLiquidCenter, .imgLiquidFill {
  opacity: 0;
  transition: opacity 400ms ease-in-out, transform 400ms ease-in;
}

.imgLiquidCenter>span, .imgLiquidFill>span {
  opacity: 0;
}

.imgLiquid_ready {
  opacity: 1;
}

/*Element*/
.ie {
  position: fixed;
  width: 60%;
  height: 80%;
  padding: 10% 20%;
  text-align: center;
  left: 0;
  top: 0;
  background: #CCC;
  z-index: 9999;
}

.ie h2, .ie h4 {
  color: #333 !important;
}

.ie p {
  text-align: center;
  color: #333 !important;
  font-size: 0.8em;
}

.ie a {
  color: #F36;
}

.tip {
  position: fixed;
  top: 108px;
  width: 100%;
  padding: 10px;
  background: #FFF;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  z-index: 1000;
  margin: 0;
}

.to_content {
  position: absolute;
  z-index: 1;
}

.to_content:focus {
  z-index: 200;
}

#Accesskey_U {
  position: absolute;
  z-index: 200;
  top: 10px;
  left: -20px;
  color: #59504d;
}

#Accesskey_C {
  position: absolute;
  z-index: 200;
  left: -20px;
  color: #59504d;
}

#Accesskey_C:focus {
  opacity: 1;
}

#Accesskey_Z {
  position: absolute;
  z-index: 200;
  color: #59504d;
  left: 10px;
  top: 20px;
}

/*Package*/
.inner-width {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.more_bar {
  position: relative;
  padding: 0;
  text-align: right;
}

.btn_more {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  color: #59504d;
  border: none;
  line-height: 36px;
  font-size: 1em;
  box-sizing: border-box;
  overflow: hidden;
}

.btn_more i {
  font-size: 1.25em;
  margin: 0 0 0 10px;
}

.btn_more.m1 {
  color: #FFF;
}

.btn_more:hover, .btn_more:focus {
  background: #59504d;
  color: #FFF;
  border-radius: 5px;
}

.btn_menu {
  position: relative;
}

.btn_menu a {
  display: block;
  width: calc(100%/6);
  line-height: 34px;
  background: #BF504E;
  text-align: center;
  color: white;
  border-radius: 5px;
  float: right;
}

.pager_bar {
  padding: 30px;
  text-align: center;
}

.pager_bar.right {
  text-align: right;
}

.pager_bar a {
  display: inline-block;
  line-height: 28px;
  min-width: 18px;
  padding: 0 5px;
  text-align: center;
  margin: 2px;
  color: #333;
  font-size: 0.85em;
  border: solid 1px #f2f2f2;
}

.pager_bar.white a {
  color: #FFF;
}

.pager_bar a.con {
  width: auto;
  padding: 0 10px;
}

.pager_bar a.arrow {
  color: #59504d;
}

.pager_bar a:hover, .pager_bar a.cur {
  color: #FFF;
  background: #59504d;
}

.pager_bar.white a:hover, .pager_bar.white a.cur {
  background: #FFF;
  color: #59504d;
}

.btn:focus {
  background: #c0311f;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #15579f;
  box-shadow: 0 0 10px #15579f;
}

/*BLOCK*/
#wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  top: 0;
  overflow: hidden;
}

#header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  padding: 0;
  left: 0;
  height: 70px;
  transition: 300ms ease-in-out;
}

#header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  height: 108px;
}

#header .bg2 {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  background: url(../images/header_bg.png);
  height: 54px;
  background-size: cover;
}

#content {
  padding: 108px 0 0 0;
  min-height: 500px;
}

#footer {
  position: relative;
  z-index: 100;
  background: #428773;
  color: #FFF;
}

#footer .top {
  padding: 20px;
  background: #61801d;
  color: #FFF;
}

#footer .top a {
  color: #FFF;
}

#footer .top .mem {
  float: right;
  width: 50%;
  text-align: right;
}

#footer .top .mem ul {
  margin: 0;
  list-style: none;
}

#footer .top .mem li {
  display: inline-block;
  color: #FFF;
  font-size: 0.9em;
  padding: 0 10px;
}

#footer .top .sub_menu {
  float: left;
  width: 50%;
}

#footer .top .sub_menu ul {
  margin: 0;
  list-style: none;
}

#footer .top .sub_menu a {
  display: inline-block;
  font-size: 0.94em;
  color: #FFF;
  margin: 0 10px 0 0;
  line-height: 2em;
}

#footer .info {
  padding: 20px 0;
  box-sizing: border-box;
  width: 60%;
  float: left;
}

#footer .info h2 {
  font-size: 1em;
  color: #FFF;
  margin: 0 0 20px 0;
}

#footer .info p {
  font-size: 0.9em;
  color: #FFF;
  margin: 0 0 20px 0;
}

#footer .info a {
  display: inline-block;
  color: #FFF;
  margin: 0 10px 10px 0;
  text-decoration: underline;
}

#footer .info a.nomar {
  margin: 0;
}

#footer .info a.yt, #footer .info a.fb, #footer .info a.fr {
  font-size: 3em;
  margin-bottom: 30px;
}

#footer .mark {
  padding: 20px 0;
  box-sizing: border-box;
  width: 40%;
  float: right;
  text-align: right;
}

#footer .mark a {
  display: inline-block;
  margin: 5px;
}

#footer .copyright {
  color: #FFF;
  margin: 0 0 40px 0;
}

#footer .copyright .left {
  width: 60%;
  float: left;
}

#footer .copyright .right {
  width: 40%;
  float: left;
  text-align: right;
}

#footer .ip {
  width: 60%;
  float: left;
  line-height: 45px;
  margin: 0 0 20px 0;
}

#footer .award {
  width: 40%;
  float: left;
  text-align: right;
  padding: 0 0 20px 0;
}

#footer .award a {
  display: inline-block;
  margin: 5px;
}

#footer .sitemap_menu {
  padding: 20px;
  background: #CA5620;
  color: #FFF;
  overflow: auto;
}

#footer .sitemap_menu ul {
  margin: 0;
  list-style: none;
}

#footer .sitemap_menu>div>ul>li {
  position: relative;
  display: block;
  float: left;
  width: calc(100%/6);
}

#footer .sitemap_menu h3 {
  color: #FFF;
  font-size: 1.25em;
  margin: 0 0 10px 0;
}

#footer .sitemap_menu a {
  display: block;
  color: #FFF;
  font-size: 1em;
  margin: 5px 0;
}

#footer .sitemap_menu a:before {
  content: " - ";
}

#full_block {
  position: relative;
  z-index: 10;
  padding: 30px 0 0 0;
}

/**logo**/
.logo {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  z-index: 100;
  transition: 500ms ease-in-out;
}

.logo a {
  display: block;
  padding: 5px;
}

.logo img {
  width: 100%;
  height: auto;
  transition: 500ms ease-in-out;
}

/*TOPMENU*/
.top_menu {
  position: relative;
  z-index: 100;
  transition: 400ms ease-in-out;
}

.top_menu>ul.nav {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  z-index: 100;
  margin: 10px 0;
  transition: 400ms ease-in-out;
}

.top_menu>ul.nav>li {
  display: block;
  float: left;
  margin: 0;
}

.top_menu>ul.nav>li>a {
  position: relative;
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  color: #59504d;
  padding: 0 10px;
  line-height: 34px;
  text-align: left;
  word-break: keep-all;
  transition: 500ms ease-in-out;
}

.top_menu>ul.nav>li>a:hover, .top_menu ul.nav li a:focus {
  background: #59504d;
  color: #FFF;
}

.custom-select {
  margin: 0 0 0 20px;
  padding: 0 20px 0 5px;
  position: relative;
  border: solid #59504d 1px;
  background: #FFF;
  border-radius: 5px;
}

.custom-select select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.custom-select select:focus {
  z-index: 1;
}

.select-selected {}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #59504d transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #59504d transparent;
  top: 7px;
}

.select-selected {
  color: #59504d;
  padding: 4px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items div:first-child {
  display: none;
}

.select-items div {
  color: #FFF;
  padding: 4px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  text-align: center;
}

.select-items {
  position: absolute;
  background-color: #59504d;
  color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.top_menu>ul.main {
  position: absolute;
  top: 54px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  z-index: 10;
  transition: 400ms ease-in-out;
}

.top_menu>ul.main>li {
  position: relative;
  display: block;
  float: left;
}

.top_menu>ul.main>li+li:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: -1px;
  width: 1px;
  height: 44px;
  background: #fff;
}

.top_menu>ul.main>li>a {
  position: relative;
  display: block;
  font-size: 1.12em;
  font-weight: 400;
  color: #ffffff;
  padding: 0 25px;
  margin: 4px 0 0;
  line-height: 50px;
  text-align: left;
  word-break: keep-all;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  transition: 500ms ease-in-out;
}

.top_menu>ul.main>li>a:hover, .top_menu>ul.main>li a:focus, .top_menu>ul li.submenu_head:hover>a, .top_menu>ul li.submenuheader.on>a {
  background: #ffffff;
  color: #333;
}

.top_menu>ul li.submenuheader {
  position: relative;
}

.top_menu>ul .submenu {
  display: none;
  max-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 54px;
  left: 0;
  background: #FFF;
  border-radius: 0 0 5px 5px;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: 500ms ease-in-out;
}

.top_menu>ul .submenu li {
  margin: 2px 10px;
  border-top: solid 1px #CCC;
}

.top_menu>ul .submenu li:first-child {
  border: none;
}

.top_menu>ul li.submenuheader.on .submenu {
  display: block;
  max-height: 500px;
}

.top_menu>ul .submenu a {
  position: relative;
  display: block;
  color: #333;
  line-height: 1.2em;
  font-size: 1.1em;
  padding: 10px;
  text-align: center;
}

.top_menu>ul .submenu a:hover, .top_menu>ul .submenu a:focus {
  background: #59504d;
  color: #FFF;
}

.top_menu li.weather {
  line-height: 34px;
  /* padding: 0 10px; */
}

.top_menu>ul .submenu2 {
  max-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 54px;
  left: 0;
  background: #FFF;
  border-radius: 0 0 5px 5px;
  width: 140px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: 500ms ease-in-out;
}

.top_menu>ul .submenu2 li {
  margin: 2px 5px;
  border-top: solid 1px #CCC;
}

.top_menu>ul .submenu2 li:first-child {
  border: none;
}

.top_menu>ul li.submenuheader.on .submenu2 {
  max-height: 500px;
}

.top_menu>ul .submenu2 a {
  position: relative;
  display: block;
  color: #333;
  line-height: 20px;
  font-size: 1.05em;
  padding: 10px;
  text-align: center;
}

.top_menu>ul .submenu2 a:hover, .top_menu>ul .submenu2 a:focus {
  background: #59504d;
  color: #FFF;
}

.main_menu {
  position: relative;
}

.main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_menu li {
  display: block;
  float: left;
  width: calc(100%/3);
}

.main_menu li a {
  display: block;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 34px;
  background: #CCC;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
}

.main_menu li:nth-child(1) a {
  background: #BF504E;
}

.main_menu li:nth-child(2) a {
  background: #a95433;
}

.main_menu li:nth-child(3) a {
  background: #9BBA58;
}

.main_menu li a:hover, .main_menu li a:focus {
  background: #666;
  color: #FFF;
}

.main_menu li a.cur {
  background: #f05f50;
  color: #FFF;
}

.main_menu2 {
  position: relative;
}

.main_menu2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_menu2 li {
  display: block;
  float: left;
  width: calc(100%/3);
}

.main_menu2 li a {
  display: block;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 34px;
  background: #666;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  word-break: keep-all;
  font-size: 0.8em;
}

/*.main_menu2 li:nth-child(1) a{ background: #EE614F; }*/
.main_menu2 li:nth-child(1) a:hover {
  background: #c0311f;
}

.main_menu2 li:nth-child(2) a:hover {
  background: #c0311f;
}

.main_menu2 li:nth-child(3) a:hover {
  background: #c0311f;
}

/*.main_menu2 li a:hover,.main_menu li a:focus{ background: #666; color: #FFF;}*/
.main_menu2 li a.cur {
  background: #c0311f;
  color: #FFF;
}

.search_box {
  position: absolute;
  top: 64px;
  right: 10px;
  width: 180px;
  height: 34px;
  z-index: 10;
  box-sizing: border-box;
  background: #fef8e6;
}

.search_box form {
  margin: 0;
}

.search_box .bar {
  position: relative;
  background: #fef8e6;
  padding: 0;
  height: 34px;
  line-height: 34px;
}

.search_box .bar .t1 {
  border: none;
  width: calc(100% - 25px);
  float: left;
  height: 34px;
  line-height: 34px;
  background: #FFF;
}

.search_box .bar a {
  float: right;
  font-size: 1em;
  width: 24px;
  text-align: center;
  border-left: solid 1px #f2f2f2;
  color: #9e8e71;
}

.search_box .bar a span {
  display: none;
}

.tips_box {
  position: absolute;
  top: 70px;
  right: 200px;
  height: 34px;
  z-index: 10;
  box-sizing: border-box;
}

.tips_box a {
  display: inline-block;
  color: #FFF;
  margin: 0 5px 0;
  font-size: 0.85em;
}

/*BANNER*/
.top_banner {
  /*height: 500px;*/
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  background: #333;
}

.top_banner ul {
  margin: 0;
  list-style: none;
}

.top_banner .item {
  position: relative;
  display: block;
  height: 500px;
}

.top_banner .pic {
  display: block;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  transition: opacity 800ms ease-in-out;
}

.top_banner .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #FFF;
  background: rgba(89, 80, 77, 0.5);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.top_banner .txt h2 {
  font-size: 1.12em;
  margin: 0;
  color: #FFF;
}

.top_banner .owl-theme .owl-nav.disabled+.owl-dots {
  text-align: center;
}

.map_banner {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  border-width: 3px;
  border-style: dashed;
  border-color: #FFAC55;
  padding: 5px;
  /*background: #333;*/
}

.map_banner .map {
  display: block;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.map_banner .pic {
  display: block;
  height: 500px;
}

.quick_nav {
  position: fixed;
  bottom: -100px;
  right: 10px;
  z-index: 1000;
  background: #59504d;
  border-radius: 10px;
  padding: 20px 10px;
  transition: 400ms ease-in-out;
}

.quick_nav.on {
  bottom: 10px;
}

.quick_nav .weather {
  text-align: center;
  color: #FFF;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #FFF;
}

.quick_nav .weather i {
  font-size: 1.5em;
  display: block;
}

.quick_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick_nav li {
  display: block;
}

.quick_nav li a {
  display: block;
  padding: 5px 10px;
  color: #FFF;
  text-align: center;
}

.quick_nav li a:hover, .quick_nav li a:focus {
  background: #7e6233;
  color: #FFF;
}

.quick_nav .to_top {
  text-align: center;
  color: #FFF;
}

.quick_nav .to_top a {
  color: #FFF;
}

.quick_nav .to_top i {
  font-size: 1.5em;
  display: block;
}

/*INDEX*/
.quick_box {
  position: relative;
  width: calc(100%/2 - 6px);
  margin: 0 0 0 0;
  float: right;
  height: 294px;
}

.quick_box ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.quick_box li {
  display: block;
  float: left;
  width: calc(100%/3);
}

.quick_box li.m1 {
  width: calc(100%/3);
}

.quick_box li a {
  position: relative;
  display: block;
  margin: 0 20px 40px;
  height: 150px;
  box-sizing: border-box;
  background: #BF504E;
  color: #FFF;
  padding: 0;
  border-radius: 20px;
  font-size: 1em;
  line-height: 18px;
  text-align: center;
  transition: 400ms ease-in-out;
}

.quick_box li a span {
  display: block;
}

.quick_box li:nth-child(2) a {
  background: #a95433;
}

.quick_box li:nth-child(3) a {
  background: #a16e31;
}

.quick_box li:nth-child(4) a {
  background: #796819;
}

.quick_box li:nth-child(5) a {
  background: #7b8027;
}

.quick_box li:nth-child(6) a {
  background: #61801d;
}

.quick_box li.m1 a {
  background: #59504d;
  height: 52px;
  padding: 18px;
}

.quick_box li a i {
  display: block;
  font-size: 2em;
  margin: 0 0 5px;
}

.quick_box li.m1 a i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5em;
}

.quick_box li a:hover, .quick_box li a:focus {
  transform: scale(1.05);
}

.quick_box.w {
  width: calc(100% - 6px);
  float: none;
  height: auto;
  padding: 20px 0;
}

.quick_box.w li {
  width: calc(100%/6 - 1px);
}

.quick_box.w li a {
  margin: 0 20px 0;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px 0 0 0;
}

.quick_box.w li a span {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  color: #000;
}

.ad_banner {
  position: relative;
  width: calc(100%/2 - 6px);
  margin: 0 6px 0 0;
  float: left;
  height: 294px;
}

.ad_banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.ad_banner ul li {
  display: block;
  height: 294px;
}

.ad_banner ul li a {
  display: block;
}

.ad_banner .pic {
  height: 260px;
}

.ad_banner2 {
  position: relative;
  width: calc(100%/2 - 16px);
  margin: 0 6px 0 10px;
  float: right;
  height: 294px;
}

.ad_banner2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.ad_banner2 ul li {
  display: block;
  height: 294px;
}

.ad_banner2 ul li a {
  display: block;
}

.ad_banner2 .pic {
  height: 260px;
}

.ad_banner3 {
  position: relative;
  width: calc(100%/2 - 16px);
  margin: 0 6px 0 10px;
  float: right;
  height: 294px;
}

.ad_banner3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.ad_banner3 ul li {
  display: block;
  height: 294px;
}

.ad_banner3 ul li a {
  display: block;
}

.ad_banner3 .pic {
  height: 260px;
}

.inx_news_box {
  position: relative;
  width: calc(100%/2 - 6px);
  margin: 0 6px 0 0;
  float: left;
}

.inx_news_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inx_news_box .menu {
  margin: 10px -5px;
}

.inx_news_box .menu a {
  display: block;
  float: left;
  width: calc(100%/3 - 12px);
  margin: 0 5px;
  border: solid 1px #362a26;
  line-height: 40px;
  background: #f2f2f2;
  text-align: center;
  font-size: 1.12em;
  color: #000;
}

.inx_news_box .menu a.on {
  background: #362a26;
  color: #FFF;
}

.inx_news_box .con {
  position: relative;
}

.inx_news_box .con ul {
  display: none;
  position: relative;
  margin: 0;
  list-style: none;
}

.inx_news_box .con ul.on {
  display: block;
}

.inx_news_box .con ul li {
  display: block;
}

.inx_news_box .con ul li a {
  display: block;
  padding: 5px;
  border-top: solid 1px #CCC;
  transition: 400ms ease-in;
}

.inx_news_box .con ul li:first-child a {
  border: none;
}

.inx_news_box .con ul li a:hover, .inx_news_box .con ul li a:focus {
  background: #FFF;
}

.inx_news_box .con ul li a .type {
  display: inline-block;
  font-size: 0.85em;
  background: #7e6233;
  padding: 0 4px;
  line-height: 20px;
  color: #FFF;
}

.inx_news_box .con ul li a .date {
  display: inline-block;
  font-size: 0.85em;
  padding: 0 4px;
  line-height: 20px;
  color: #7e6233;
}

.inx_news_box .con ul li a h3 {
  font-size: 0.9em;
  color: #4b4b4b;
  margin: 2px 0;
}

.ad_box {
  position: relative;
  width: calc(100%/2 - 6px);
  margin: 5px 0 0 6px;
  float: right;
}

.ad_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ad_box li {
  display: block;
  float: left;
  width: calc(100%/2);
}

.ad_box li a {
  position: relative;
  display: block;
  margin: 5px;
  background: #333;
  transition: 200ms ease-in;
}

.ad_box li a:hover, .ad_box li a:focus {
  transform: scale(1.05);
}

.ad_box li:nth-child(1) a .pic {
  height: 294px;
}

.ad_box li a .pic {
  height: 142px;
  opacity: 0.8;
}

.ad_box li a .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #FFF;
  box-sizing: border-box;
  padding: 100px 20px 0;
}

.ad_box li:nth-child(1) a .txt {
  padding: 180px 20px 0;
}

.ad_box li a .txt h3 {
  font-size: 1em;
  margin: 0;
  color: #FFF;
}

.ad_box li a .txt p {
  font-size: 1em;
  margin: 0;
  color: #FFF;
}

.rec_box {
  position: relative;
  margin: 20px 0;
  padding: 30px 0;
  background: url(../images/bg_rec_box.jpg) no-repeat center center fixed;
  background-size: cover;
}

.rec_box.page {
  margin: 0;
  background: none;
}

.rec_box .title {
  position: relative;
  font-size: 1.12em;
  color: #FFF;
  padding: 0 0 0 40px;
  letter-spacing: 0.2em;
}

.rec_box .title:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  background: #FFF;
  border-radius: 3px;
  top: 8px;
  left: 5px;
}

.rec_box.page .title {
  color: #59504d;
}

.rec_box.page .title:before {
  background: #59504d;
}

.rec_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rec_box li {
  display: block;
  float: left;
  width: calc(100%/4);
}

.rec_box li:nth-child(10n-9) {
  width: calc(100%/2);
}

.rec_box li:nth-child(10n-4) {
  width: calc(100%/2);
  float: right;
}

.rec_box li a {
  position: relative;
  display: block;
  margin: 5px;
  transition: 200ms ease-in;
}

.rec_box li a .pic {
  height: 170px;
}

.rec_box li:nth-child(10n-9) a .pic {
  height: 350px;
}

.rec_box li:nth-child(10n-4) a .pic {
  height: 350px;
}

.rec_box li a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background: rgba(158, 142, 113, 0.7);
  transition: 200ms ease-in;
}

.rec_box li a .txt h3 {
  color: #FFF;
  margin: 0;
  font-size: 1em;
  text-align: right;
}

.rec_box li a:hover, .rec_box li a:focus {
  transform: scale(1.05);
  z-index: 1;
}

.rec_box li a:hover .txt, .rec_box li a:focus .txt {
  background: #59504d;
}

.title_area {
  position: relative;
  font-size: 1.12em;
  color: #59504d;
  padding: 0 0 0 40px;
  letter-spacing: 0.2em;
}

.title_area:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  background: #59504d;
  border-radius: 3px;
  top: 8px;
  left: 5px;
}

.travel_box {
  position: relative;
  margin: 20px 0;
  padding: 30px 0;
}

.travel_box .title {
  position: relative;
  font-size: 1.12em;
  color: #59504d;
  padding: 0 0 0 40px;
  letter-spacing: 0.2em;
}

.travel_box .title:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  background: #59504d;
  border-radius: 3px;
  top: 8px;
  left: 5px;
}

.travel_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 75%;
  float: left;
}

.travel_box .more_bar {
  width: 75%;
  box-sizing: border-box;
  float: left;
}

.travel_box li {
  display: block;
  float: left;
  width: calc(100%/3);
}

.travel_box li a {
  position: relative;
  display: block;
  margin: 0 5px;
  background: #FFF;
}

.travel_box li a .pic {
  height: 155px;
}

.travel_box li a .txt {
  padding: 20px;
}

.travel_box li a .txt .tag {
  position: absolute;
  top: 140px;
  padding: 2px 10px;
  background: #e14926;
  color: #FFF;
}

.travel_box li a .txt .tag.new {
  background: #ca7119;
}

.travel_box li a .txt h3 {
  font-size: 1em;
  color: #333;
  margin: 0 0 5px 0;
}

.travel_box li a .txt p {
  font-size: 0.85em;
  color: #666;
  margin: 0;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}

.travel_box .push_bar {
  width: 25%;
  float: right;
  position: absolute;
  top: 71px;
  right: 0;
}

.links_box {
  position: relative;
  margin: 20px 0;
  padding: 30px 0;
  border-top: solid 1px #CCC;
}

.links_box .title {
  position: relative;
  font-size: 1.12em;
  color: #59504d;
  padding: 0 0 0 40px;
  letter-spacing: 0.2em;
}

.links_box .title:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  background: #59504d;
  border-radius: 3px;
  top: 8px;
  left: 5px;
}

.links_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.links_box li {
  display: block;
  float: left;
  width: calc(100%/6);
}

.links_box li a {
  display: block;
  margin: 5px;
  transition: 200ms ease-in;
}

.links_box li a img {
  max-width: 100%;
}

.links_box li a:hover, .links_box li a:focus {
  transform: scale(1.05);
  z-index: 1;
}

.path_box {
  padding: 15px;
  background: #f2f2f2;
  color: #333;
  border-bottom: solid #59504d 1px;
}

.path_box a {
  color: #333;
  padding: 0 4px;
}

.path_box #Accesskey_C {
  position: relative;
}

.title_box {
  position: relative;
}

.title_box h1 {
  position: relative;
  font-size: 1.12em;
  color: #59504d;
  padding: 0 0 0 40px;
  letter-spacing: 0.2em;
}

.title_box h1:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  background: #59504d;
  border-radius: 3px;
  top: 8px;
  left: 5px;
}

.title_box .title {
  position: relative;
  font-size: 1.12em;
  color: #59504d;
  padding: 0 0 0 40px;
  letter-spacing: 0.2em;
}

.title_box .title:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  background: #59504d;
  border-radius: 3px;
  top: 8px;
  left: 5px;
}

.title_box_2 {
  position: relative;
}

.title_box_2 h2 {
  position: relative;
  font-size: 1.12em;
  color: #59504d;
  padding: 0 0 0 40px;
  letter-spacing: 0.2em;
}

.title_box_2 h2:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  background: #59504d;
  border-radius: 3px;
  top: 8px;
  left: 5px;
}

.title_box_2 .title {
  position: relative;
  font-size: 1.12em;
  color: #59504d;
  padding: 0 0 0 40px;
  letter-spacing: 0.2em;
}

.title_box_2 .title:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  background: #59504d;
  border-radius: 3px;
  top: 8px;
  left: 5px;
}

.sitemap_box {
  padding: 40px 0;
}

.sitemap_box a {
  display: block;
  padding: 10px;
  font-size: 1em;
  color: #333;
}

.sitemap_box .pass {
  display: contents;
  padding: 10px;
  font-size: 1em;
  color: #333;
}

.sitemap_box .list>li {
  border-bottom: solid #CCC 1px;
}

.sitemap_box .list>li>a {
  font-size: 1.25em;
  color: #59504d;
}

.list_box {
  padding: 40px 0;
  box-sizing: border-box;
}

.list_box ul {
  list-style: none;
  margin: 0;
}

.list_box .menu {
  padding: 10px;
}

.list_box .menu a {
  display: inline-block;
  padding: 10px 20px;
  background: #FFF;
  color: #59504d;
  margin: 2px;
  border: solid 1px #59504d;
}

.list_box .menu a.active {
  background: #59504d;
  color: #FFF;
}

.list_box .list li {
  width: 25%;
  float: left;
  display: none;
}

.list_box .list li a {
  position: relative;
  display: block;
  margin: 8px;
  line-height: 50px;
  text-align: center;
  background: #ca7119;
  color: #FFF;
  font-size: 1.12em;
  opacity: 1;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

/*.list_box .list li.category-1 a{ background-image: url(../images/q1.png);}
.list_box .list li.category-2 a{ background-image: url(../images/q5.png); }
.list_box .list li.category-3 a{ background-image: url(../images/q3.png); }
.list_box .list li.category-4 a{ background-image: url(../images/q2.png); }
.list_box .list li.category-5 a{ background-image: url(../images/q4.png); }*/
.list_box .list li.category-1 a {
  /*background-image: url(../images/q1.png);*/
  background: #a52f2f;
  /*color: white*/
}

.list_box .list li.category-2 a {
  /*background-image: url(../images/q5.png);*/
  background: #995f38;
  /*color: white*/
}

.list_box .list li.category-3 a {
  /*background-image: url(../images/q3.png);*/
  background: #6e4545;
  /*color: white*/
}

.list_box .list li.category-4 a {
  /*background-image: url(../images/q2.png);*/
  background: #635e3d;
  /*color: white*/
}

.list_box .list li.category-5 a {
  /*background-image: url(../images/q4.png);*/
  background: #3f698b;
  /*color: white*/
}

.list_box .list a.category-1 {
  background: #a52f2f !important;
}

.list_box .list a.category-2 {
  background: #995f38 !important;
}

.list_box .list a.category-3 {
  background: #6e4545 !important;
}

.list_box .list a.category-4 {
  background: #635e3d !important;
}

.list_box .list a.category-5 {
  background: #3f698b !important;
}

/*background-image: url(../images/bookshelf.png);*/
.list_box .list li:nth-child(2n) a {}

.list_box .list li a:hover, .course_box .list li a:focus {
  opacity: 1;
  transform: scale(1.05);
  z-index: 1;
}

.list_box .info {}

.list_box .info.vincent_block li {
  width: 25%;
  float: left;
}

.list_box .info:not(.vincent_block) li {
  display: none;
}

.list_box .info li a, .list_box .info li .item {
  position: relative;
  display: block;
  margin: 8px;
  background: #FFF;
  box-sizing: border-box;
  border: solid 1px #CCC;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.list_box .info li a:hover, .list_box .info li .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.list_box .info li a .pic, .list_box .info li .item .pic {
  height: 165px;
}

.list_box .info li a .tag, .list_box .info li .item .tag {
  position: absolute;
  margin: -12px 0 0 10px;
  font-size: 0.8em;
  padding: 0 4px;
  line-height: 22px;
  background: #e14926;
  color: #FFF;
}

.list_box .info li a .tag.c2, .list_box .info li .item .tag.c2 {
  background: #29a9c5;
}

.list_box .info li a .tag.c3, .list_box .info li .item .tag.c3 {
  background: #59504d;
}

.list_box .info li a .txt, .list_box .info li .item .txt {
  padding: 20px 15px;
}

.list_box .info li a .txt h3, .list_box .info li .item .txt h3 {
  font-size: 0.85em;
  color: #59504d;
  margin: 0 0 5px 0;
}

.list_box .info li a .txt .t1, .list_box .info li .item .txt .t1 {
  font-size: 0.85em;
  color: #59504d;
  margin: 0 0 5px 0;
}

.list_box .info li a .txt h2, .list_box .info li .item .txt h2 {
  font-size: 1.12em;
  color: #333;
  margin: 0 0 10px 0;
}

.list_box .info li a .txt p, .list_box .info li .item .txt p {
  font-size: 0.85em;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #4b4b4b;
  margin: 0 0 5px 0;
}

.inner_box {
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
  background: #FFF;
}

.inner_box a {
  display: inline-block;
}

.inner_box a.download {
  display: block;
}

.edit {
  padding: 0 5px;
}

.edit th, .edit td, .edit li {
  line-height: 1.4em;
  color: #555;
}

.edit li {
  margin: 0 0 10px 0;
}

.edit th, .edit td {
  padding: 4px;
}

.edit p {
  line-height: 1.8em;
  margin: 0 0 15px 0;
  color: #555;
}

.edit img {
  max-width: 100%;
  height: auto;
}

.edit iframe {
  max-width: 100%;
}

.edit ol, .edit ul {
  margin: 0 0 1em 3em;
}

.edit .mv {
  max-width: 640px;
  margin: 0 auto 20px;
}

.edit .pic {
  width: 300px;
  float: right;
  margin: 0 0 20px 20px;
}

.edit .pic.left {
  float: left;
  margin: 0 20px 20px 0;
}

.edit .pic i {
  display: block;
}

.edit .map_pic {
  width: 28%;
  height: 100%;
  float: right;
  margin: 0 20px 20px;
}

.edit .map_main {
  width: 68%;
  height: 100%;
  float: left;
  /* margin:0 0 20px 20px;*/
}

.edit .map_pic.left {
  float: left;
  margin: 0 20px 20px 0;
}

.edit .map_pic i {
  display: block;
}

.news_box {
  padding: 40px 0;
  box-sizing: border-box;
}

.news_box .list table {
  width: 100%;
  background: #FFF;
}

.news_box .list td {
  font-size: 0.95em;
}

.news_box .list tr:nth-child(2n) {
  background: #f2f2f2;
}

.news_box .list a h3 {
  font-size: 0.95em;
  margin: 4px 0;
  color: #59504d;
}

.news_box .list a:hover h3 {
  color: #7e6233;
}

.news_box .list a:focus h3 {
  color: #7e6233;
  box-shadow: 0 0 10px #15579f;
}

.inx_news_box .con ul li a {
  display: block;
  padding: 5px;
  border-top: solid 1px #CCC;
  transition: 400ms ease-in;
}

.inx_news_box .con ul li:first-child a {
  border: none;
}

.inx_news_box .con ul li a:hover, .inx_news_box .con ul li a:focus {
  background: #FFF;
}

.inx_news_box .con ul li a .type {
  display: inline-block;
  font-size: 0.85em;
  background: #7e6233;
  padding: 0 4px;
  line-height: 20px;
  color: #FFF;
}

.inx_news_box .con ul li a .date {
  display: inline-block;
  font-size: 0.85em;
  padding: 0 4px;
  line-height: 20px;
  color: #7e6233;
}

.forms_box {
  border-bottom: solid 1px #CCC;
}

.forms_box>h1 {
  font-size: 2.25em;
  color: #34af68;
  font-weight: 700;
  padding: 0;
}

.forms_box img {
  max-width: 100%;
  margin: 0 0 20px 0;
}

.forms_box input[type="date"] {
  position: relative;
  width: 140px;
  line-height: 32px;
  background: #FFF;
  border: solid 1px #CCC;
  margin: 0 0 10px 0;
  border-radius: 4px;
  padding: 0 10px;
}

.forms_box input[type="text"] {
  position: relative;
  width: 140px;
  line-height: 32px;
  background: #FFF;
  border: solid 1px #CCC;
  margin: 0 0 10px 0;
  border-radius: 4px;
  padding: 0 10px;
}

.forms_box input[type="checkbox"] {
  margin: 0 4px 0 0;
}

.forms_box select {
  background: #FFF;
  width: 200px;
  border: solid 1px #CCC;
  border-radius: 0;
  height: 32px;
  font-size: 0.95em;
  margin: 0 0 10px 0;
  color: #545454;
  padding-left: 14px;
}

.forms_box label {
  position: relative;
  display: inline-block;
  margin: 0;
}

.forms_box .name {
  display: inline-block;
  padding: 0 10px;
}

.book_box {
  padding: 30px 0;
}

.book_box ul {
  list-style: none;
  margin: 0;
  padding: 40px 90px;
  background: url(../images/bookshelf.png) no-repeat center 86%;
  background-size: 100%;
  box-sizing: border-box;
}

.book_box li {}

.book_box li .item {
  position: relative;
  display: block;
  border-bottom: #bcc3ca solid 4px;
  border-right: 2px #CCC solid;
  margin: 15px;
  background: #FFF;
  z-index: 2;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: 0.4s ease-in-out;
}

.book_box li .item .pic {
  z-index: 101;
  height: 240px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  transform-origin: 0 100%;
  transform-style: preserve-3d;
  transform: rotateY(0);
}

.book_box li .item .pic img {
  width: 100%;
}

.book_box li .item h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 300;
  background: #FFF;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  opacity: 1;
  text-align: center;
  color: #000;
  font-size: 0.95em;
  transition: all 500ms;
}

.book_box li .item:hover {
  z-index: 100;
}

.book_box li .item:hover .pic {
  opacity: 1;
  transform: rotateY(-30deg);
}

.book_box li .item:hover .pic:before {
  opacity: 1;
  position: absolute;
  right: -32px;
  z-index: 1;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.5);
  transform-origin: 0 100%;
  transform-style: preserve-3d;
  transform: rotateY(35deg);
  transition: all 500ms;
}

.book_box li:hover .item h2 {
  opacity: 1;
}

.book_box .owl-carousel .owl-stage-outer {
  padding: 30px 0;
}

.book_box .owl-carousel .owl-dots {
  position: relative;
  bottom: -10px;
}

.gsc-search-box {
  display: none;
}

.google_search_box td {
  border-bottom: none;
}

.gsc-adBlock {
  display: none !important;
}

/*RWD*/
.desk-show {
  display: block !important;
}

.mobile-show {
  display: none !important;
}

.peload {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

.peload.ed {
  opacity: 1;
}

.pehide.ed {
  display: none;
}

.phone_btn {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .inner-width {
    box-sizing: border-box;
    padding: 0 10px;
  }

  .book_box ul {
    background: url(../images/bookshelf.png) no-repeat center 83%;
    background-size: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1140px) {
  .tips_box {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .quick_box {
    width: auto;
    float: none;
    margin: 0 0 20px 0;
  }

  .ad_banner {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .ad_banner2 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .ad_banner3 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .list_box .list li {
    width: calc(100%/3);
  }

  .list_box .info li {
    width: calc(100%/3);
  }

  .list_box .info.vincent_block li {
    width: calc(100%/3);
  }

  .book_box ul {
    background: url(../images/bookshelf.png) no-repeat center 75%;
    background-size: 100%;
    box-sizing: border-box;
  }

  .book_box li .item .pic {
    height: 200px;
  }

  .inx_news_box {
    width: calc(100%);
    margin: 0;
    float: none;
  }
}

/*20211006 add START*/
.bnbstore {
  margin: 0px !important;
  width: 95%;
}

.bnbstore ul {
  margin: 0px;
  list-style: none;
}

.bnbstore li {
  display: inline-block;
  width: calc(100%/3.2);
  border: solid 1px #f39941;
  text-align: center;
  margin: 5px;
}

.bnbstore li a {
  width: 100%;
  text-align: center;
  color: black;
  padding: 20px 0;
}

.bnbstore a:hover, .bnbstore a:focus {
  background: #f39941;
  color: #FFF;
}

@media only screen and (max-width: 900px) {
  .bnbstore li {
    display: inline-block;
    width: 100%;
    border: solid 1px #f39941;
  }
}

/*20211006 add END*/
@media only screen and (max-width: 850px) {

  /* 2019 04 25  鵬 原本是 800 px , 改為 850px */
  .desk-show {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  #footer .copyright .left {
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer .copyright .right {
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer .ip {
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer .award {
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer .top .sub_menu {
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer .top .mem {
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer .top .mem li {
    margin: 0 10px;
  }

  #header .bg {
    height: 60px;
    background: url(../images/header_bg.png);
    background-size: cover;
  }

  #header .bg2 {
    display: none;
  }

  #content {
    padding: 60px 0 0 0;
  }

  .logo {
    top: 4px;
    left: 10px;
  }

  .search_box {
    position: absolute;
    top: 14px;
    left: inherit;
    right: 60px;
    background: #59504d;
    width: 200px;
  }

  .search_box .bar {
    background: #7e6233;
  }

  .search_box .bar .t1 {
    background: #7e6233;
    width: calc(100% - 37px);
  }

  .search_box .bar .t1::placeholder {
    color: #FFF;
  }

  .search_box .bar a {
    width: 32px;
    color: #FFF;
  }

  /*MENU*/
  .menu_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 3000;
    cursor: pointer;
  }

  .menu_btn>div {
    position: absolute;
    width: 32px;
    height: 3px;
    background: #FFF;
    left: 12px;
    transition: 0.2s ease-in;
  }

  .menu_btn.on>div {
    background: #666;
  }

  .menu_btn .m1 {
    top: 20px;
  }

  .menu_btn .m2 {
    top: 28px;
  }

  .menu_btn .m3 {
    top: 36px;
  }

  .menu_btn:hover .m1, .menu_btn:hover .m2, .menu_btn:hover .m3 {
    width: 32px;
  }

  .menu_btn.on .m1 {
    top: 29px;
    width: 32px;
    transform: rotateZ(45deg);
  }

  .menu_btn.on .m2 {
    opacity: 0;
    width: 0;
    left: 50%;
  }

  .menu_btn.on .m3 {
    top: 29px;
    width: 32px;
    transform: rotateZ(-45deg);
  }

  .top_menu {
    padding: 60px 0 0 0;
    background: #fff8e6;
    position: fixed;
    top: 0;
    right: -100%;
    width: 270px;
    z-index: 101;
    height: 100%;
    box-sizing: border-box;
    transition: 400ms ease-in-out;
  }

  .top_menu ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: 400ms ease-in-out;
  }

  .top_menu>ul.nav {
    position: relative;
  }

  .top_menu>ul.nav>li {
    width: 50%;
  }

  .top_menu>ul.nav>li a {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #59504d !important;
    margin: 5px 10px;
    line-height: 40px;
  }

  .top_menu>ul.main {
    position: relative;
    clear: both;
    top: 0;
    margin: 0 20px;
    width: auto;
  }

  .top_menu>ul.main>li {
    display: block;
    text-align: center;
    border-left: none;
    float: none;
    margin: 0;
  }

  .top_menu>ul.main>li>a {
    position: relative;
    display: block;
    font-weight: 400;
    padding: 20px;
    text-align: center;
    line-height: 1.2em;
    border-top: solid 2px #59504d;
    font-size: 0.95em;
    color: #333;
    border-radius: 0;
    margin: 0;
  }

  .top_menu>ul.main>li+li:after {
    display: none;
  }

  .top_menu>ul .submenu {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100% !important;
    padding: 0 20px;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .top_menu>ul.main>li .submenu li {
    display: block;
    position: relative;
    border: none;
    margin: 0;
  }

  .top_menu>ul.main>li .submenu a {
    padding: 10px;
    font-size: 0.95em;
    width: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #7e6233;
  }

  .top_menu ul>li:first-child>a {
    border: none;
  }

  .top_menu>ul.main>li>a:hover, .top_menu>ul.main>li a:focus, .top_menu>ul li.submenu_head:hover>a, .top_menu>ul li.submenuheader.on>a {
    background: #59504d;
    color: #FFF;
  }

  .top_menu.on {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .top_menu_mask {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 400ms ease-in;
  }

  .top_menu_mask.on {
    left: 0;
    opacity: 1;
  }

  .top_menu>ul.nav>li.sel {
    width: 100%;
  }

  .main_menu ul {
    margin: 0;
    padding: 0;
  }

  .main_menu li {
    width: 100%;
  }

  /*	.quick_nav{ display: none;}
	.quick_box.w li{ width: calc(100%/3); margin:0 0 50px;}*/
  .custom-select {
    margin: 5px 10px;
    line-height: 40px;
  }

  .select-selected {
    padding: 0;
    line-height: 40px;
  }

  .select-selected:after {
    top: 20px;
  }

  .select-selected.select-arrow-active:after {
    top: 12px;
  }

  /*
	.top_banner { height: 400px; }
	.top_banner .item{ height: 400px;}
	.top_banner .pic{  height: 400px;}
	*/
  .inx_news_box, .ad_box {
    width: auto;
    float: none;
    margin: 0 0 20px 0;
  }

  .travel_box ul {
    width: auto;
    float: none;
    margin: 0 0 20px 0;
  }

  .travel_box .push_bar {
    position: relative;
    clear: both;
    width: auto;
    float: none;
    margin: 0 0 20px 0;
  }

  .travel_box .push_bar a {
    width: calc(100%/3 - 10px);
    float: left;
  }

  .links_box li {
    width: calc(100%/4);
  }

  .list_box .list li {
    width: calc(100%/2);
  }

  .list_box .info li {
    width: calc(100%/2);
  }

  .list_box .info.vincent_block li {
    width: calc(100%/2);
  }

  .edit>table {
    position: relative;
    display: block;
    width: 100% !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 0;
    margin: 0;
  }

  .edit>table>tbody {
    display: block;
  }

  /* 2019 04 18 鵬 拿掉 min-width: 700px !important;  要讓表格可以在手機版完全顯示 */
  .news_box .list thead {
    display: none;
  }

  .news_box .list tr {
    display: block;
    border-bottom: 2px solid #666;
  }

  .news_box .list tr:nth-child(2n) {
    background: #FFF;
  }

  .news_box .list td {
    display: block;
  }

  .news_box .list td:before {
    display: inline-block;
    content: attr(data-title);
    margin: 0 10px 0 0;
    color: #666;
    font-weight: bold;
    font-size: 0.85em;
  }

  .news_box .list a h3 {
    display: inline;
  }

  #footer .sitemap_menu>div>ul>li {
    width: calc(100%/3);
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .top_banner {
    height: 240px;
  }

  .top_banner .item {
    height: 240px;
  }

  .top_banner .pic {
    height: 240px;
  }

  .quick_box li {
    width: calc(100%/2);
  }

  .quick_box li.m1 {
    width: calc(100%/2);
  }

  .quick_box li.m1 a i {
    right: 5px;
  }

  .quick_box.w li {
    width: calc(100%/2);
    padding: 30px 0;
  }

  .ad_banner {
    height: 360px;
  }

  .ad_banner ul li {
    height: 360px;
  }

  .ad_banner .pic {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 334px;
  }

  .ad_banner2 {
    height: 360px;
  }

  .ad_banner2 ul li {
    height: 360px;
  }

  .ad_banner2 .pic {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 334px;
  }

  .ad_box li {
    width: calc(100%);
  }

  .ad_box li:nth-child(1) a .pic {
    height: 200px;
  }

  .ad_box li:nth-child(1) a .txt {
    padding: 100px 20px 0;
  }

  .rec_box li:nth-child(10n-9) {
    width: 100%;
  }

  .rec_box li:nth-child(10n-4) {
    width: 100%;
  }

  .rec_box li {
    width: calc(100%/2);
  }

  .travel_box li {
    width: 100%;
  }

  .travel_box .push_bar a {
    width: 100%;
  }

  .links_box li {
    width: calc(100%/3);
  }

  #footer .info {
    width: 100%;
  }

  #footer .mark {
    width: 100%;
    text-align: center;
  }

  .rec_box li:first-child a .pic {
    height: 240px;
  }

  .edit .pic {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  .edit .pic.left {
    float: none;
    margin: 0 0 20px 0;
  }

  .edit .pic img {
    width: 100%;
  }

  .book_box ul {
    background: url(../images/bookshelf.png) no-repeat center 75%;
    background-size: 100%;
    box-sizing: border-box;
    padding: 40px 30px;
  }

  .book_box li .item .pic {
    height: 200px;
  }

  .book_box li .item {
    margin: 5px;
  }

  #footer .sitemap_menu {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .btn_menu a {
    display: block;
    float: left;
    width: calc(100% - 40px);
    margin: 5px 20px;
    background: #BF5050;
  }
}

@media only screen and (max-width: 500px) {
  .list_box .list li {
    width: calc(100%);
  }

  .list_box .info li {
    width: calc(100%);
  }

  .list_box .info.vincent_block li {
    width: calc(100%);
  }
}

@media only screen and (max-width: 414px) {
  .ad_banner {
    height: 210px;
  }

  .ad_banner ul li {
    height: 210px;
  }

  .ad_banner .pic {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 170px;
  }

  .ad_banner2 {
    height: 210px;
  }

  .ad_banner2 ul li {
    height: 210px;
  }

  .ad_banner2 .pic {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 170px;
  }
}

@media only screen and (max-width: 375px) {
  .quick_box li {
    width: calc(100%/2);
  }

  .quick_box li.m1 {
    width: 100%;
  }

  .quick_box li.m1 a i {
    right: 20px;
  }

  .links_box li {
    width: calc(100%/2);
  }

  .list_box .list li {
    width: calc(100%);
  }

  .list_box .info li {
    width: calc(100%);
  }

  .list_box .info.vincent_block li {
    width: calc(100%);
  }

  .ad_banner {
    height: 210px;
  }

  .ad_banner ul li {
    height: 210px;
  }

  .ad_banner .pic {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 170px;
  }

  .ad_banner2 {
    height: 210px;
  }

  .ad_banner2 ul li {
    height: 210px;
  }

  .ad_banner2 .pic {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 170px;
  }
}

@media only screen and (max-width: 320px) {
  .rec_box li:first-child a .pic {
    height: 200px;
  }

  .rec_box li a .pic {
    height: 140px;
  }

  .book_box ul {
    background: url(../images/bookshelf.png) no-repeat center 73%;
    background-size: 100%;
    box-sizing: border-box;
    padding: 40px 10px;
  }

  .book_box li .item .pic {
    height: 180px;
  }

  .book_box li .item {
    margin: 5px;
  }

  .ad_banner {
    height: 200px;
  }

  .ad_banner ul li {
    height: 200px;
  }

  .ad_banner .pic {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 160px;
  }

  .ad_banner2 {
    height: 200px;
  }

  .ad_banner2 ul li {
    height: 200px;
  }

  .ad_banner2 .pic {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 160px;
  }

  .quick_box.w li a {
    width: 140px;
    height: 140px;
  }
}