@charset "utf-8";
@font-face {
  /*繁體字*/
  font-family: font;
  src: local(Heiti TC), local("微軟正黑體");
  unicode-range: U+4E00-9FFF;
}

@font-face {
  /*英文與特殊文字*/
  font-family: font;
  src: url(font-family/Times New Roman.ttf) format("truetype");
  unicode-range: U+00-024F;
}

body {
  font-family: font;
  font-size: 18px;
}

a {
  color: black;
}

table,
tr,
td {
  text-align: center;
  vertical-align: text-top;
}

#main {
  width: 950px;
  margin: 0px auto;
}

.topinfo_L {
  font-size: 15px;
  float: left;
}

.topinfo_R {
  font-size: 15px;
  float: right;
  width: 123px;
}

.Arrow_Text a {
  font-size: 15px;
  display: block;
  position: relative;
  left: 58px;
  width: 80px;
}

.Arrow::before {
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13.0px;
  border-color: transparent transparent transparent #de3609;
  position: absolute;
  top: .6em;
  left: .0em;
  content: '';
}

#Arrow_Fix::before {
  left: -.25em;
}

.Arrow::after {
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ff8551;
  position: absolute;
  top: 0.83em;
  left: .15em;
  content: '';
}

#Arrow_Fix::after {
  left: -.1em;
}

.Arrow_Text a:hover,
.topinfo_L a:hover {
  color: blue;
}

.Arrow_Text a:hover>.Arrow::after {
  border-color: transparent transparent transparent #de3609;
}

.Main_title {
  padding-top: 3px;
}

.Main_title img {
  width: 100%;
}

.Banners_List {
  background: #8fa4cd;
  background: linear-gradient(#fff, #8fa4cd);
  border-bottom: 3px solid #0600ca;
  min-height: 100%;
  width: 946px;
}

.Banners_List a {
  text-shadow: 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  padding: 4px 21px;
  vertical-align: top;
}

.Dividing_Line {
  min-height: 100%;
  background: #0600ca;
  background: linear-gradient(#fff, #0600ca);
  padding: 5px 0.5px;
}

.Menu_Title {
  padding: 7px 28px;
  word-spacing: 15px;
}

.Menu_List,
.Fast_Link {
  width: 150px;
}

.Menu_List a {
  background-color: #8fa4cd;
  border-bottom: 2px solid #8fa4cd;
  border-top: 2px solid #8fa4cd;
  border-right: 4px solid #0600ca;
  color: #FFF;
  display: block;
  text-shadow: -1px -1px 5px #000, -1px -1px 5px #000, -1px -1px 5px #000, -1px -1px 5px #000, -1px -1px 5px #000, -1px -1px 5px #000, -1px -1px 5px #000, -1px -1px 5px #000, -1px -1px 5px #000;
  padding: 3px 5px;
  padding-right: 0px;
  margin-top: 3px;
  width: 150px;
}

.Menu_List a:hover {
  background-color: #0600ca;
  border-bottom: 2px solid #0600ca;
  border-top: 2px solid #0600ca;
  border-right: 4px solid #0600ca;
}

.Menu_List a:hover>.WBlock {
  background-color: #FFF;
  border-right: 4px solid #8fa4cd;
}

.Menu_List a:hover>.WBlock>.icon_box>.menu_icon {
  opacity: 1;
}

.Menu_List p {
  padding-bottom: 15px;
}

.WBlock {
  text-align: left;
  background-color: #8fa4cd;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: block;
  margin-left: 3px;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  width: 135px;
  line-height: 150%;
}

.icon_box {
  position: relative;
  margin-right: .4em;
  height: 20px;
  width: 20px;
  top: 2px;
}

.menu_icon {
  height: 20px;
  width: 20px;
  opacity: 0;
}

.icon_box_fix {
  margin-right: 0;
}

.Hide {
  display: none;
}

.Content_Title,
.Box2 {
  width: 620px;
}

.Box1 {
  color: #fff;
  font-size: 22px;
  text-align: left;
  text-shadow: 0px 0px 10px #a5b9ee, 0px 0px 10px #a5b9ee, 0px 0px 10px #a5b9ee, 0px 0px 10px #a5b9ee, 0px 0px 10px #a5b9ee, 0px 0px 10px #a5b9ee, 0px 0px 10px #a5b9ee, 0px 0px 10px #a5b9ee;
  padding-left: 30px;
  height: 17px;
}

.Box2 {
  border-top-left-radius: 100px;
  background: #a5b9ee;
  background: linear-gradient(-90deg, #fff, #a5b9ee);
  height: 16px;
}

.Fast_Link img {
  height: auto;
  width: 150px;
}

.Fast_Link span {
  display: block;
  font-size: 15px;
  line-height: 135%;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.content_external {
  height: 380px;
  width: 650px;
}

.content_table {
  width: 100%;
  padding: 0 10px;
}

.content_internal {
  text-align: left;
}

.Footer {
  display: block;
  margin-top: 5px;
  height: 1.5em;
}