@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Links
 * ========================================================================== */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
 * ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 * ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
 * ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
 * ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p {
  line-height: 1.6;
}

ul li,
ol li {
  line-height: 180%;
}

dl dt {
  color: #0e0e0e;
}

dt, dd {
  line-height: 180%;
}

b, strong {
  color: #00ad30;
  font-size: 120%;
}

.radio label, .checkbox label {
  margin-right: 12px;
}

table {
  margin-bottom: 25px;
  width: 100%;
}
table tr:nth-child(odd) {
  background: #f8f8f8;
}
table tr:hover, table tr:focus {
  background-color: #fff3e3;
}
table tr th, table tr td {
  padding: 8px;
  line-height: 1.42857143;
}
table tr th p, table tr td p {
  margin-bottom: 0 !important;
}
table tr th {
  background: #5a5a5a;
  border: #a7a7a7 1px solid;
  color: #fff;
}
table tr th b, table tr th strong {
  color: #fff;
  font-size: 100%;
}
table tr td {
  border: solid 1px #dadada;
}
table tr td a {
  word-break: break-all;
}

.table > thead > tr > th {
  text-align: center;
  border-bottom: 0;
}

.table table {
  background: #fff;
}
.table table tr th {
  background: #5a5a5a;
  color: #fff;
  text-align: center;
}
.table table tr th b, .table table tr th strong {
  color: #fff;
  font-size: 100%;
}
.table table tr td {
  text-align: center;
}
.table table > thead > tr > th,
.table table > tbody > tr > th,
.table table > tfoot > tr > th,
.table table > thead > tr > td,
.table table > tbody > tr > td,
.table table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table table > thead > tr > th,
  .table table > tbody > tr > th,
  .table table > tfoot > tr > th,
  .table table > thead > tr > td,
  .table table > tbody > tr > td,
  .table table > tfoot > tr > td {
    max-width: 100%;
  }
}
.table-hover > tbody > tr:hover {
  background-color: #fff3e3;
}

.table-bordered {
  border: 1px solid #a7a7a7;
}
.table-bordered th {
  background: #5a5a5a;
  color: #fff;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th {
  border: #a7a7a7 1px solid;
  vertical-align: middle;
}

.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: #ddd 1px solid;
}

.TH_Left th {
  width: 20%;
}

@media (max-width: 767px) {
  .TH_Left th {
    width: 35%;
  }
}
.TH_top > caption + thead > tr:first-child > th,
.TH_top > colgroup + thead > tr:first-child > th,
.TH_top > thead:first-child > tr:first-child > th,
.TH_top > caption + thead > tr:first-child > td,
.TH_top > colgroup + thead > tr:first-child > td,
.TH_top > thead:first-child > tr:first-child > td {
  text-align: center;
  vertical-align: middle;
}
.TH_top > thead > tr > td,
.TH_top > tbody > tr > td,
.TH_top > tfoot > tr > td {
  vertical-align: middle;
}
.TH_top > thead > tr > td:first-child, .TH_top > thead > tr > td:nth-child(6), .TH_top > thead > tr > td:nth-child(7), .TH_top > thead > tr > td:nth-child(8),
.TH_top > tbody > tr > td:first-child,
.TH_top > tbody > tr > td:nth-child(6),
.TH_top > tbody > tr > td:nth-child(7),
.TH_top > tbody > tr > td:nth-child(8),
.TH_top > tfoot > tr > td:first-child,
.TH_top > tfoot > tr > td:nth-child(6),
.TH_top > tfoot > tr > td:nth-child(7),
.TH_top > tfoot > tr > td:nth-child(8) {
  text-align: center;
}

.dhtmlxcalendar {
  width: 177px !important;
  height: 182px !important;
}

.dhtmlxcalendar table {
  margin-bottom: 0;
}

.dhtmlxcalendar table tr td {
  border: solid 1px transparent;
  padding: 0;
}

.fb-comments,
.fb-comments iframe[style] {
  width: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.fbblock {
  width: 360px;
  height: 300px;
  float: right;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .fbblock {
    float: right;
    width: 310px;
    height: 300px !important;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .fbblock {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .fbblock {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 100% !important;
  }
}
.fbblock iframe,
.fbblock iframe[style] {
  width: 340px;
  height: 352px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .fbblock iframe,
  .fbblock iframe[style] {
    width: 310px;
    height: 300px !important;
  }
}
@media (max-width: 991px) {
  .fbblock iframe,
  .fbblock iframe[style] {
    width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .fbblock iframe,
  .fbblock iframe[style] {
    width: 100% !important;
    margin: 0 auto;
  }
}

.Btn_More {
  display: block;
  width: 290px;
  margin: 0 auto;
  padding: 5px 20px;
  font-size: 1.125em;
  background: #27a5ea;
  color: #fff;
  padding: 5px 15px;
  border-radius: 0;
  margin-bottom: 20px;
}
.Btn_More:hover, .Btn_More:focus {
  background: #117ab3;
  color: #fff;
}

@media (max-width: 767px) {
  .Btn_More {
    margin-top: -20px;
  }
}
.Btns a, .Btns button {
  font-size: 1em;
  margin-bottom: 8px;
}
.Btns i {
  margin-left: 5px;
  font-size: 1.2em;
}

.Btn_Search {
  background: #f67400;
  color: #fff;
  width: 100%;
  font-size: 1em;
}
.Btn_Search:hover, .Btn_Search:focus {
  background: #aa5000;
  color: #fff;
}

#Btn_GoTop a {
  background: #2481a0;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 13px 0px white;
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 3000;
  cursor: pointer;
}
#Btn_GoTop a span {
  position: relative;
}
#Btn_GoTop a span i {
  line-height: 0;
  position: absolute;
  top: -7px;
  left: 12px;
}
#Btn_GoTop a:hover, #Btn_GoTop a:focus {
  background: #f67400;
}

.Btn-Sent {
  background: #068fa1 !important;
  color: #fff !important;
}
.Btn-Sent:hover {
  background: #08bbd2 !important;
}

.Btn-Normal {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
}
.Btn-Normal:hover {
  background: black !important;
}

.btn_grp .btn {
  margin: 0 auto;
  display: inherit;
  font-size: 1.125em;
  padding: .5em 1.25em;
}
.btn_grp .btn-switch {
  background: #2a879e;
  color: #fff;
}

.Community_Btn {
  float: right;
}
.Community_Btn .Rss-BTN,
.Community_Btn .FB-BTN,
.Community_Btn .Twitter-BTN,
.Community_Btn .Google-BTN,
.Community_Btn .Plurk-BTN,
.Community_Btn .Print-BTN {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
.Community_Btn .Rss-BTN i, .Community_Btn .FB-BTN i, .Community_Btn .Twitter-BTN i, .Community_Btn .Google-BTN i, .Community_Btn .Plurk-BTN i, .Community_Btn .Print-BTN i {
  color: #fff;
  font-size: 1.25em;
}
.Community_Btn .Rss-BTN {
  background: #f8991d !important;
}
.Community_Btn .FB-BTN {
  background: #3a5ba0 !important;
}
.Community_Btn .Twitter-BTN {
  background: #17b3c9 !important;
}
.Community_Btn .Google-BTN {
  background: #cf262a !important;
}
.Community_Btn .Plurk-BTN {
  background: #f2793e !important;
}
.Community_Btn .Print-BTN {
  background: #555 !important;
}

@media (max-width: 767px) {
  .Community_Btn {
    float: none;
    margin: 10px 0;
  }
}
.FontSize_Change {
  position: absolute;
  right: 15px;
  top: 0;
}
.FontSize_Change a {
  display: inline-block;
  width: 46px;
  line-height: 46px;
  text-align: center;
  background: #555;
  color: #fff;
}
.FontSize_Change a:hover, .FontSize_Change a:focus {
  background: #4aac41;
  color: #fff;
  text-decoration: none;
}
.FontSize_Change .active {
  background: #4aac41;
}

@media (max-width: 767px) {
  .FontSize_Change {
    position: relative;
    margin: 10px 15px;
  }
}
.Slider {
  padding: 0 !important;
  border: 0 !important;
}
.Slider .Singleplay .Pic {
  width: 555px;
}
.Slider .Singleplay .Pic img {
  width: auto;
  height: 300px;
  margin: 0 auto;
}
.Slider .Singleplay .Pic .Text {
  text-align: left;
  overflow: hidden;
  font-size: 1em;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 15px;
  color: #fff;
}
.Slider .Singleplay .Pic .Text p {
  margin-bottom: 0;
  line-height: 2.2;
  text-align: left;
}
.Slider .Singleplay .Pic .Text a {
  text-decoration: none;
  color: #fff;
}
.Slider .Singleplay .Pic .Text h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 1.25em;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}
.Slider .Singleplay .Pic .Text h3, .Slider .Singleplay .Pic .Text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Slider .BannerSlide .Set {
  position: relative;
}
.Slider .BannerSlide .Set a {
  display: inline-block;
  padding: 0 3px;
  width: calc(100% / 5);
  padding: 2px 8px;
  margin: 0 -2px;
}
.Slider .BannerSlide .Set a img {
  width: 220px;
  height: 80px;
  border: solid 1px #e5e5e5;
}
.Slider .BannerSlide .slick-prev, .Slider .BannerSlide .slick-next {
  width: 28px;
  height: 60px;
}
.Slider .BannerSlide .slick-prev {
  left: -10px;
  display: block;
  background: url(../images/basic/slick/left2.png) no-repeat 0 0;
  opacity: 0.5;
}
.Slider .BannerSlide .slick-prev:hover, .Slider .BannerSlide .slick-prev:focus {
  opacity: 1;
  background: url(../images/basic/slick/left2.png) no-repeat 0 0;
}
.Slider .BannerSlide .slick-next {
  right: -10px;
  background: url(../images/basic/slick/right2.png) no-repeat 0 0;
  opacity: 0.5;
}
.Slider .BannerSlide .slick-next:hover, .Slider .BannerSlide .slick-next:focus {
  opacity: 1;
  background: url(../images/basic/slick/right2.png) no-repeat 0 0;
}
.Slider .BannerSlide .slick-prev:before, .Slider .BannerSlide .slick-prev:hover:before, .Slider .BannerSlide .slick-prev:focus:before {
  opacity: 0;
}
.Slider .BannerSlide .slick-prev.slick-disabled:before {
  opacity: 0;
}
.Slider .BannerSlide .slick-next:before, .Slider .BannerSlide .slick-next:hover:before, .Slider .BannerSlide .slick-next:focus:before {
  opacity: 0;
}
.Slider .BannerSlide .slick-next.slick-disabled:before, .Slider .BannerSlide .slick-next.slick-disabled:hover:before, .Slider .BannerSlide .slick-next.slick-disabled:focus:before {
  opacity: 0;
}
.Slider .BannerSlide .slick-dots {
  bottom: 0px;
}
.Slider .BannerSlide .slick-dots li button:before {
  color: #fff;
  opacity: .4;
  font-size: .75em;
}
.Slider .BannerSlide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #beed00 !important;
}
.Slider .slick-slider {
  margin-bottom: 0;
}
.Slider .slick-prev, .Slider .slick-next {
  width: 35px;
  height: 66px;
  top: 40%;
}
.Slider .slick-prev {
  left: 15px;
  background: url("../images/basic/slick/left-white.png");
}
.Slider .slick-prev:hover, .Slider .slick-prev:focus {
  background: url("../images/basic/slick/left-white.png");
}
.Slider .slick-next {
  right: 15px;
  background: url("../images/basic/slick/right-white.png");
}
.Slider .slick-next:hover, .Slider .slick-next:focus {
  background: url("../images/basic/slick/right-white.png");
}
.Slider .slick-prev:before, .Slider .slick-prev:hover:before, .Slider .slick-prev:focus:before {
  opacity: 0;
}
.Slider .slick-prev.slick-disabled:before {
  opacity: 0;
}
.Slider .slick-next:before, .Slider .slick-next:hover:before, .Slider .slick-next:focus:before {
  opacity: 0;
}
.Slider .slick-next.slick-disabled:before, .Slider .slick-next.slick-disabled:hover:before, .Slider .slick-next.slick-disabled:focus:before {
  opacity: 0;
}
.Slider .slick-dots {
  text-align: right;
}
.Slider .slick-dots li button:before {
  color: #fff !important;
  opacity: .4;
  font-size: .75em;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 14px;
  height: 14px;
}
.Slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Slider .Singleplay .Pic .Text {
    width: 555px;
    margin: 0 auto;
  }
  .Slider .slick-dots {
    bottom: -40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .Slider .Singleplay .Pic img {
    height: 210px;
  }
  .Slider .slick-dots {
    bottom: -40px;
    text-align: center;
  }
  .Slider .BannerSlide .Set a {
    display: inline-block;
    padding: 0 3px;
    width: calc(100% / 2);
    padding: 0 8px;
  }
  .Slider .BannerSlide .Set a img {
    width: 220px;
    height: 80px;
    margin: 0 auto;
  }
  .Slider .BannerSlide .slick-prev, .Slider .BannerSlide .slick-next {
    top: 48%;
  }
  .Slider .BannerSlide .slick-prev {
    left: 0;
  }
  .Slider .BannerSlide .slick-next {
    right: 0;
  }
}
.List {
  margin: 5px 0;
  font-size: 1em;
}
.List li a {
  display: block;
  border-bottom: dotted 1px #b3b3b3;
  padding: 5px 15px;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
}
.List li a:hover {
  background: #f7f7f7;
}
.List li a span.Date {
  margin-left: 12px;
  color: #55545f;
}
.List li:last-child a {
  border-bottom: dotted 1px transparent;
}
.List p {
  margin-bottom: 0;
  overflow: hidden;
}
.List .media {
  margin: 10px 0;
}
.List .media .pic {
  width: 100%;
}
.List .media .pic img {
  max-width: 100%;
  max-height: 240px;
  margin: 0 auto;
}
.List .media-body {
  width: 100%;
  display: block;
}
.List .media-body .media-More {
  background: #333333;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  line-height: 2;
}
.List .media-body .media-More:hover {
  background: #068fa1;
  text-decoration: none;
}
.List .media-body .media-heading {
  font-size: 1em;
}
.List .media-body .media-heading a {
  padding: 5px 0;
  display: block;
  font-weight: bold;
  color: #068fa1;
}
.List .media-body .media-heading a:hover {
  text-decoration: none;
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .List .media {
    height: 100%;
  }
  .List .media .pic {
    width: 100%;
  }
  .List .media .pic img {
    width: 100%;
    height: 60%;
  }
}
.Smooth_Table:before, .Smooth_Table:after {
  display: table;
  content: '';
}
.Smooth_Table #TansForm-table {
  width: 99.9%;
  background-color: #ffffff;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 1em;
  display: table;
}
.Smooth_Table #TansForm-table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.Smooth_Table #TansForm-table tr:hover, .Smooth_Table #TansForm-table tr:focus {
  background-color: #fff3e3;
}
.Smooth_Table #TansForm-table tr td, .Smooth_Table #TansForm-table tr th {
  padding: 10px 8px;
}
.Smooth_Table #TansForm-table tr td {
  color: #666;
  border: #ddd 1px solid;
}
.Smooth_Table #TansForm-table tr td:first-child {
  width: 10%;
}
.Smooth_Table #TansForm-table tr th {
  color: #fff;
  border: #a7a7a7 1px solid;
  background-color: #5a5a5a;
  text-align: center;
}
.Smooth_Table .break-table th.width40 {
  width: 40px;
}
.Smooth_Table .break-table th.width90 {
  width: 90px;
}
.Smooth_Table .break-table td .Name {
  font-size: 1em;
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    border: solid 1px transparent;
  }
  .table-responsive .Smooth_Table #TansForm-table tr td {
    min-height: 60px;
  }
  .table-responsive .Smooth_Table #TansForm-table tr td:first-child {
    width: 100%;
  }
  .table-responsive .Smooth_Table #TansForm-table tr td:nth-child(2), .table-responsive .Smooth_Table #TansForm-table tr td:nth-child(3) {
    width: 100%;
  }
  .table-responsive .Smooth_Table .break-table {
    background-color: transparent !important;
    display: block;
  }
  .table-responsive .Smooth_Table .break-table thead, .table-responsive .Smooth_Table .break-table tbody, .table-responsive .Smooth_Table .break-table th, .table-responsive .Smooth_Table .break-table td, .table-responsive .Smooth_Table .break-table tr {
    display: block;
  }
  .table-responsive .Smooth_Table .break-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive .Smooth_Table .break-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  .table-responsive .Smooth_Table .break-table td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 120px !important;
    white-space: normal;
    text-align: left;
  }
  .table-responsive .Smooth_Table .break-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100px;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    color: #1a1a1a;
    content: attr(data-title);
  }
}
.According .box {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.According .box:after {
  content: '';
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 60px;
  bottom: 0;
}
.According .links {
  height: 480px;
}
.According .act {
  height: 100%;
}
.According .act:after {
  display: none;
}

a#gotoMainContent {
  float: left;
  position: absolute;
  z-index: 4000;
}

#Header {
  background: url(../images/basic/bg_Header_pic.jpg) 50% top no-repeat;
}
#Header .navbar {
  border: 0;
  margin-bottom: 0;
}
#Header .megamenu .container .navbar-header .Logo a h1 {
  font-size: 0;
}
#Header .megamenu .container .Right ul li a {
  font-size: .875em;
  color: #fff;
}
#Header .megamenu .container .Right ul li a:hover, #Header .megamenu .container .Right ul li a:focus {
  background: rgba(0, 0, 0, 0.5);
}
#Header .megamenu .container .Right .Search {
  text-align: right;
  margin-top: 7px;
  margin-bottom: 14px;
}
#Header .megamenu .container .Right .Search .input-label {
  display: none;
}
#Header .megamenu .container .Right .Search input::-webkit-input-placeholder,
#Header .megamenu .container .Right .Search textarea::-webkit-input-placeholder {
  color: #444;
}
#Header .megamenu .container .Right .Search input::-moz-placeholder,
#Header .megamenu .container .Right .Search textarea::-moz-placeholder {
  color: #444;
}
#Header .megamenu .container .Right .Search .form-control {
  background: #dcdcdc;
}
#Header .megamenu .container .Right .Search .navbar-form {
  padding: 0;
}
#Header .megamenu .container .Right .Search .navbar-form .input-group {
  margin-right: 5px;
}
#Header .megamenu .container .Right .Search button {
  background: #2481a0;
  color: #fff;
  height: 34px;
}
#Header .megamenu .container .Right .Search button:hover, #Header .megamenu .container .Right .Search button:focus {
  background: #1b6076;
}
#Header .megamenu .container .Right .Search .Keywords {
  margin-left: 15px;
  font-size: 1em;
}
#Header .megamenu .container .Right .Search .Keywords a {
  display: inline-block;
  color: #f66200;
  font-weight: bold;
  border-bottom: solid 1px #f66200;
  line-height: 1.8;
  margin-right: 8px;
}
#Header .megamenu .container .Right .Search .Keywords a:hover, #Header .megamenu .container .Right .Search .Keywords a:focus {
  text-decoration: none;
  border-bottom: none;
}
#Header .megamenu .container .Right .Search .Keywords a:last-child {
  margin-right: 0;
}
#Header .megamenu .container .Left .nav {
  position: relative;
}
#Header .megamenu .container .Left .nav li a {
  color: #fff;
  text-shadow: none;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.2;
  padding: 8px 2em 15px 2em;
}
#Header .megamenu .container .Left .nav li a .caret {
  position: absolute;
  color: #beed00;
  left: 45%;
  bottom: 13px;
}
#Header .megamenu .container .Left .nav li a:hover, #Header .megamenu .container .Left .nav li a:focus {
  background: #4aac41;
}
#Header .megamenu .container .Left .nav li li {
  width: 33.333%;
  float: left;
  display: block;
}
#Header .megamenu .container .Left .nav li li a {
  color: #888;
  line-height: 1.6;
  padding: 5px 10px;
  margin: 0 5px;
  background: none !important;
  border-bottom: dotted 1px #d5d5d5;
}
#Header .megamenu .container .Left .nav li li a:hover, #Header .megamenu .container .Left .nav li li a:focus {
  background: #e5e5e5 !important;
}
@media (max-width: 992px) {
  #Header .megamenu .container .Left .nav li li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #Header .megamenu .container .Left .nav li li {
    float: none;
    width: 100%;
  }
}
#Header .megamenu .container .Left .nav .open a {
  background: #4aac41;
}
#Header .megamenu .container .Left .nav .open a .caret {
  bottom: 10px;
}
#Header .megamenu .container .Left .nav .open li li a {
  background: none;
}
#Header .megamenu .container .Left .nav .open li li a:hover, #Header .megamenu .container .Left .nav .open li li a:focus {
  background: #e5e5e5 !important;
}
#Header .megamenu .nav {
  position: relative;
}
#Header .megamenu .collapse {
  position: static;
}
#Header .megamenu .dropdown {
  position: static;
}
#Header .megamenu .dropdown-menu {
  left: 0;
  top: 57px;
  padding: 5px;
  min-width: 100%;
  width: 100%;
}
#Header .megamenu .megamenu-content {
  padding: 20px 30px;
}
#Header .megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
#Header .megamenu #offcanvas-right .navbar-nav {
  position: relative;
  float: right;
}
#Header .Right .Search {
  position: relative;
}
#Header .Right .Search .accesskey {
  position: absolute;
  left: -12px;
}

@media (min-width: 992px) {
  #Header .navbar-header .Logo a {
    background: url(../images/basic/img_logo.png) 50% 50% no-repeat;
    position: absolute;
    z-index: 3000;
    width: 330px;
    height: 100px;
    top: 30px;
  }
  #Header .Right {
    height: 128px;
  }
  #Header .Right .Search {
    margin-bottom: 15px;
  }
  #Header .Left .navbar-nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Header .megamenu .container .Left .nav li a {
    padding: 8px 1.125em 15px 1.125em;
  }
  #Header .container {
    width: 100%;
  }
  #Header .navbar-header .Logo a {
    background: url(../images/basic/img_logo.png) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    width: 280px;
    height: 85px;
    top: 35px;
  }
  #Header .Right .Search {
    margin-top: 12px;
    margin-bottom: 14px;
  }
  #Header .Left .navbar-nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #Header {
    background: #fff;
  }
  #Header .megamenu .container .navbar-header {
    position: relative;
    box-shadow: 0px 4px 5px rgba(51, 51, 102, 0.3);
  }
  #Header .megamenu .container .navbar-header button.Left, #Header .megamenu .container .navbar-header button.Right {
    position: absolute;
    top: 0;
  }
  #Header .megamenu .container .navbar-header button.Left {
    left: 0;
    margin-left: 15px;
    margin-right: 0;
  }
  #Header .megamenu .container .navbar-header button.Right {
    right: 0;
  }
  #Header .megamenu .container .navbar-header .Logo a {
    background: url(../images/basic/img_logo_mobile.png) 50% 50% no-repeat;
    background-size: 100%;
    display: block;
    width: 165px;
    height: 50px;
    margin: 0 auto;
  }
  #Header .megamenu .container .Right ul li a {
    color: #fff;
    font-size: 1em;
  }
  #Header .megamenu .container .Right ul li a:hover, #Header .megamenu .container .Right ul li a:focus {
    background: #2481a0;
  }
  #Header .megamenu .container .Right .Search {
    text-align: left;
    margin-top: 0;
  }
  #Header .megamenu .container .Right .Search .navbar-form {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 15px;
    box-shadow: none;
    border-top: 1px solid #666666;
    border-bottom: 1px solid transparent;
  }
  #Header .megamenu .container .Right .Search .navbar-form .input-group {
    margin-bottom: 8px;
  }
  #Header .megamenu .container .Right .Search button {
    background: #2481a0;
    color: #fff;
  }
  #Header .megamenu .container .Right .Search button:hover, #Header .megamenu .container .Right .Search button:focus {
    background: #19596e;
  }
  #Header .megamenu .container .Right .Search .Keywords {
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
    color: #fff;
  }
  #Header .megamenu .container .Left .nav .dropdown-menu {
    background: white;
    border-radius: 0;
  }
  #Header .megamenu .container .Left .nav li a {
    color: #fff;
    line-height: 1.6;
    padding: 8px 10px;
  }
  #Header .megamenu .container .Left .nav li a .caret {
    position: relative;
    color: #beed00;
    left: 10px;
    bottom: 48%;
  }
  #Header .megamenu .container .Left .nav li a:hover, #Header .megamenu .container .Left .nav li a:focus {
    font-weight: bold;
    background: #4aac41;
  }
  #Header .megamenu .container .Left .nav li a:hover .caret, #Header .megamenu .container .Left .nav li a:focus .caret {
    bottom: 48%;
  }
  #Header .megamenu .container .Left .nav li li {
    border-bottom: dotted 1px #d5d5d5;
  }
  #Header .megamenu .container .Left .nav li li:last-child {
    border-bottom: transparent;
  }
  #Header .megamenu .container .Left .nav li li a {
    color: #888;
    line-height: 1.6;
    padding: 5px 10px;
    background: none !important;
  }
  #Header .megamenu .container .Left .nav li li a:hover, #Header .megamenu .container .Left .nav li li a:focus {
    background: #e5e5e5 !important;
  }
  #Header .megamenu .container .Left .nav .open a {
    background: #4aac41;
  }
  #Header .megamenu .container .Left .nav .open a .caret {
    bottom: 48%;
  }
  #Header .megamenu .container .Left .nav .open li li a {
    background: none;
  }
  #Header .megamenu .container .Left .nav .open li li a:hover, #Header .megamenu .container .Left .nav .open li li a:focus {
    background: #e5e5e5 !important;
  }
  #Header .megamenu #offcanvas-left {
    background: #2f2f2f;
  }
  #Header .megamenu #offcanvas-right {
    background: #2f2f2f;
  }
  #Header .megamenu #offcanvas-right .navbar-nav {
    float: none;
  }
}
#FatFooter {
  background-color: #343434;
  position: relative;
  border-bottom: solid 1px #595959;
}
#FatFooter a {
  display: block;
}
#FatFooter a:hover {
  text-decoration: none;
}
#FatFooter nav {
  padding: 50px 0 10px;
}
#FatFooter nav ul {
  padding: 0;
}
#FatFooter nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}
#FatFooter nav ul li a {
  margin: 0 10px 5px;
  color: #beed00;
  font-size: 1.125em;
  padding: 5px 8px;
  border: solid 1px transparent;
}
#FatFooter nav ul li a:hover, #FatFooter nav ul li a:focus {
  border: solid 1px #888;
}
#FatFooter nav ul li ul li {
  display: inline;
}
#FatFooter nav ul li ul li a {
  color: #fff;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0;
}
#FatFooter .TopBg {
  background: url(../images/basic/bg_FatFooter_top.gif) 50% top no-repeat;
  height: 15px;
}
#FatFooter .FatFooterBtn {
  cursor: pointer;
  display: block;
  border-radius: 0 0 3px 3px;
  font-size: 1em;
  width: 120px;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 30px;
}
#FatFooter .FatFooterBtn:hover, #FatFooter .FatFooterBtn:focus {
  cursor: pointer;
}
#FatFooter .close {
  float: none;
  opacity: 1;
}

@media (min-width: 1200px) {
  #FatFooter nav li {
    width: calc(100% / 5 - 0.35% );
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #FatFooter nav ul li {
    width: calc(100% / 4 - 1% );
  }
}
@media (max-width: 767px) {
  #FatFooter nav ul li {
    width: calc(100% / 2 - 1% );
  }
}
#Footer {
  background: #343434;
  color: #fff;
  padding: 30px 0;
  color: #a0a0a0;
  font-size: .9em;
  line-height: 1.8;
}
#Footer ul, #Footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#Footer a {
  color: #beed00;
  font-weight: bold;
}
#Footer span {
  margin: 0 5px;
  height: 42px;
  display: inline-flex;
}
#Footer .Footer_logo {
  margin-bottom: 10px;
}
#Footer .Footer_links .Link_list li a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  margin-bottom: 5px;
  line-height: 2.2;
}
#Footer .Footer_links .Link_list li a:hover, #Footer .Footer_links .Link_list li a:focus {
  text-decoration: none;
  color: #000;
  background-color: #95ba00;
}
#Footer .Footer_icon a {
  margin-right: 15px;
}

@media (max-width: 767px) {
  #Footer .col-xs-12 {
    margin-bottom: 15px;
  }
  #Footer .Footer_links .Link_list li a {
    font-size: 1em;
  }
}
.SocialLink {
  margin: 15px 0;
}
.SocialLink a {
  color: #fff;
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 8px;
  transition: all .6s ease;
}
.SocialLink a i {
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  height: 42px;
}
.SocialLink a [class^="icon-"]:before,
.SocialLink a [class*=" icon-"]:before {
  margin-right: .3em !important;
  margin-left: .3em !important;
}
.SocialLink a.Facebook {
  background-color: #3a589b;
}
.SocialLink a.Facebook:hover, .SocialLink a.Facebook:focus {
  border-radius: 0;
}
.SocialLink a.Instagram {
  background-color: #cf3427;
}
.SocialLink a.Instagram:hover, .SocialLink a.Instagram:focus {
  border-radius: 0;
}
.SocialLink a.Youtube {
  background-color: #517fa6;
}
.SocialLink a.Youtube:hover, .SocialLink a.Youtube:focus {
  border-radius: 0;
}
.SocialLink a.RSS {
  background-color: #ff6600;
}
.SocialLink a.RSS:hover, .SocialLink a.RSS:focus {
  border-radius: 0;
}
.SocialLink a.Mail {
  background-color: #77c300;
}
.SocialLink a.Mail:hover, .SocialLink a.Mail:focus {
  border-radius: 0;
}

#MainContent .Title {
  color: #000;
  margin: 0 0 30px;
}

.accesskey {
  float: left;
  margin-top: 2px;
}
.accesskey a {
  color: #fff;
}

#breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: none !important;
}
#breadcrumb .breadcrumb a {
  color: black;
}
#breadcrumb .breadcrumb i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
#breadcrumb .breadcrumb > li + li:before {
  content: "> ";
  color: rgba(0, 0, 0, 0.8);
}
#breadcrumb .breadcrumb > .active {
  color: black;
}

.Function a {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 15px;
}
.Function a:before {
  color: #fff;
  margin-right: 8px;
}
.Function a:hover, .Function a:focus {
  color: #fff;
  background: black;
  text-decoration: none;
}

.FunctionTop {
  float: right;
  margin-top: -30px;
}

.FunctionLp {
  float: right;
  margin-top: -65px;
  text-align: right;
}

.FunctionBottom {
  float: right;
}

.FunctionBottom .Public {
  display: inline-block;
}
.FunctionBottom .Public a {
  border: none !important;
  padding: 0 !important;
}

.youtube {
  margin-bottom: 1.5em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Main_page {
  position: relative;
}
.Main_page h2 {
  text-align: center;
  font-size: 2em;
  color: #343434;
  line-height: 2;
  font-weight: bold;
}
.Main_page h2 span {
  display: block;
  margin: 0 auto;
  width: 250px;
  border-bottom: solid 1px #cacaca;
}
.Main_page h4 {
  font-weight: bold;
  color: #000;
}
.Main_page .Block {
  padding: 20px 0;
}
.Main_page .row {
  padding: 20px 0 20px;
}
.Main_page .View_area {
  background: #1d86b2;
}
.Main_page .View_area .Anchors {
  height: 220px;
}
.Main_page .View_area .Anchors .Anchor_List {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.Main_page .View_area .Anchors .Anchor_List a {
  display: block;
  float: left;
  width: 33.33333%;
  height: 160px;
  text-align: center;
  color: #fff;
  line-height: 2.6;
  font-size: 1.2em;
}
.Main_page .View_area .Anchors .Anchor_List a span {
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto;
  border: solid 5px #fff;
  border-radius: 50%;
  transition: all .6s ease;
}
.Main_page .View_area .Anchors .Anchor_List a:hover, .Main_page .View_area .Anchors .Anchor_List a:focus {
  text-decoration: none;
}
.Main_page .View_area .Anchors .Anchor_List a:hover span, .Main_page .View_area .Anchors .Anchor_List a:focus span {
  background: rgba(8, 80, 108, 0.5);
  border-color: #d5ff00;
}
.Main_page .View_area .Anchors .Anchor_List a .News:before,
.Main_page .View_area .Anchors .Anchor_List a .Business:before,
.Main_page .View_area .Anchors .Anchor_List a .Fans:before,
.Main_page .View_area .Anchors .Anchor_List a .Act_Info:before,
.Main_page .View_area .Anchors .Anchor_List a .Counseling:before,
.Main_page .View_area .Anchors .Anchor_List a .Resource:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.Main_page .View_area .Anchors .Anchor_List a .News:before {
  background-image: url(../images/basic/img_Anchor_News.png);
}
.Main_page .View_area .Anchors .Anchor_List a .Business:before {
  background-image: url(../images/basic/img_Anchor_Business.png);
}
.Main_page .View_area .Anchors .Anchor_List a .Fans:before {
  background-image: url(../images/basic/img_Anchor_Fans.png);
}
.Main_page .View_area .Anchors .Anchor_List a .Act_Info:before {
  background-image: url(../images/basic/img_Anchor_Act_Info.png);
}
.Main_page .View_area .Anchors .Anchor_List a .Counseling:before {
  background-image: url(../images/basic/img_Anchor_Counseling.png);
}
.Main_page .View_area .Anchors .Anchor_List a .Resource:before {
  background-image: url(../images/basic/img_Anchor_Resource.png);
}
.Main_page .View_area .Slider {
  margin-bottom: 30px;
}
.Main_page .View_area .SocialLink {
  text-align: right;
  margin: 0 0 30px;
  padding: 0 15px;
}
.Main_page .View_area .SocialLink span {
  line-height: 42px;
}
.Main_page .View_area .SocialLink a {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .Main_page h4 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .Main_page {
    background: url(../images/basic/bg_ViewArea.png) left top no-repeat;
  }
}
@media (max-width: 992px) {
  .Main_page .View_area .SocialLink {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Main_page .View_area .Slider {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .Main_page .View_area .Slider {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 400px) and (max-width: 430px) {
  .Main_page .View_area .Anchors {
    background-size: contain;
  }
  .Main_page .View_area .Anchors .Anchor_List {
    width: 100%;
    padding-top: 120px;
  }
  .Main_page .View_area .Anchors .Anchor_List a {
    margin: 0 0;
  }
}
@media (max-width: 399px) {
  .Main_page .View_area .Anchors {
    width: 100%;
    background-size: contain;
  }
  .Main_page .View_area .Anchors .Anchor_List {
    width: 100%;
  }
  .Main_page .View_area .Anchors .Anchor_List a {
    margin: 0 20px;
  }
}
.Main_page .Busniess form .row {
  padding: 0 !important;
}
.Main_page .Busniess form select {
  font-size: 1em;
}
.Main_page .Busniess .AD a {
  display: block;
  margin-bottom: 8px;
  opacity: .8;
}
.Main_page .Busniess .AD a img {
  width: 100%;
}
.Main_page .Busniess .AD a img:hover {
  opacity: 1;
}
.Main_page .Busniess .Business_List {
  margin: 0 auto;
}
.Main_page .Busniess .Business_List section {
  width: 780px;
  margin: 0 auto;
}
.Main_page .Busniess .Business_List section a {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px 15px;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  background-color: #ededed;
  border-radius: 50%;
}
.Main_page .Busniess .Business_List section a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.Main_page .Busniess .Business_List section a span {
  display: inline-block;
  vertical-align: middle;
  /* 保证文字垂直居中 */
  margin-bottom: 0;
  line-height: 1.2;
}
.Main_page .Busniess .Business_List section a:hover, .Main_page .Busniess .Business_List section a:focus {
  background-color: #f67400;
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.96);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Main_page .Busniess .Business_List {
    width: 100%;
  }
  .Main_page .Busniess .Business_List section {
    width: 580px;
  }
  .Main_page .Busniess .Business_List section a {
    margin: 5px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Main_page .Busniess .AD a img {
    width: 50%;
    float: left;
  }
  .Main_page .Busniess .Business_List {
    width: 100%;
  }
  .Main_page .Busniess .Business_List section {
    width: 720px;
  }
  .Main_page .Busniess .Business_List section a {
    width: calc(20% - 20px);
    height: 124px;
    margin: 5px 10px;
  }
}
@media (max-width: 767px) {
  .Main_page .Busniess form select {
    margin-bottom: 10px;
  }
  .Main_page .Busniess .Business_List {
    width: 100%;
  }
  .Main_page .Busniess .Business_List section {
    max-width: 100%;
    min-width: 290px;
  }
  .Main_page .Busniess .Business_List section a {
    width: calc(50% - 20px);
    height: 124px;
    margin: 5px 10px;
    background-color: transparent;
    background-image: url("../images/basic/bg_Business_List_Items_Original.png");
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .Main_page .Busniess .Business_List section a:hover, .Main_page .Busniess .Business_List section a:focus {
    background-color: transparent;
    background-image: url("../images/basic/bg_Business_List_Items_Hover.png");
  }
}
.Main_page .Busniess-2 form .row {
  padding: 0 !important;
}
.Main_page .Busniess-2 form select {
  font-size: 1em;
}
.Main_page .Busniess-2 .AD a {
  display: block;
  padding: 0 2px;
  margin: 0 auto;
  opacity: .8;
  width: fit-content;
  height: 140px;
}
.Main_page .Busniess-2 .AD a img {
  width: 100%;
}
.Main_page .Busniess-2 .AD a:hover {
  opacity: 1;
}
.Main_page .Busniess-2 .Business_List {
  margin: 0 auto;
}
.Main_page .Busniess-2 .Business_List section {
  width: 910px;
  margin: 0 auto;
}
.Main_page .Busniess-2 .Business_List section a {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px 15px;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  background-color: #ededed;
  border-radius: 50%;
}
.Main_page .Busniess-2 .Business_List section a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.Main_page .Busniess-2 .Business_List section a span {
  display: inline-block;
  vertical-align: middle;
  /* 保证文字垂直居中 */
  margin-bottom: 0;
  line-height: 1.2;
}
.Main_page .Busniess-2 .Business_List section a:hover, .Main_page .Busniess-2 .Business_List section a:focus {
  background-color: #f67400;
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.96);
}
.Main_page .Busniess-2 .row div:nth-child(2) h4 {
  margin-top: 0;
}
.Main_page .Busniess-2 .row div:nth-child(2) .form-group .col-sm-12 {
  margin-bottom: 6px;
}
.Main_page .Busniess-2 .row div:nth-child(2) .form-group .col-sm-12:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .Main_page .Busniess-2 .AD a img {
    width: auto;
    margin: 0 auto;
  }
  .Main_page .Busniess-2 .row div:nth-child(2) {
    margin: 1em 0;
  }
  .Main_page .Busniess-2 .row div:nth-child(2) div:nth-child(2) {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Main_page .Busniess-2 .Business_List {
    width: 100%;
  }
  .Main_page .Busniess-2 .Business_List section {
    width: 580px;
  }
  .Main_page .Busniess-2 .Business_List section a {
    margin: 5px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Main_page .Busniess-2 .Business_List {
    width: 100%;
  }
  .Main_page .Busniess-2 .Business_List section {
    width: 720px;
  }
  .Main_page .Busniess-2 .Business_List section a {
    width: calc(20% - 20px);
    height: 124px;
    margin: 5px 10px;
  }
}
@media (max-width: 767px) {
  .Main_page .Busniess-2 form select {
    margin-bottom: 10px;
  }
  .Main_page .Busniess-2 .Business_List {
    width: 100%;
  }
  .Main_page .Busniess-2 .Business_List section {
    max-width: 100%;
    min-width: 290px;
  }
  .Main_page .Busniess-2 .Business_List section a {
    width: calc(50% - 20px);
    height: 124px;
    margin: 5px 10px;
    background-color: transparent;
    background-image: url("../images/basic/bg_Business_List_Items_Original.png");
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .Main_page .Busniess-2 .Business_List section a:hover, .Main_page .Busniess-2 .Business_List section a:focus {
    background-color: transparent;
    background-image: url("../images/basic/bg_Business_List_Items_Hover.png");
  }
}
.Main_page .thumbnail {
  border-radius: 0;
  margin-bottom: 0;
}
.Main_page .thumbnail .Mask img {
  width: 100%;
  height: 230px;
}
.Main_page .thumbnail .Mask a {
  text-decoration: none;
}
.Main_page .thumbnail .Mask a .caption {
  position: relative;
}
.Main_page .thumbnail .Mask a .caption .meta .MetaNew {
  background: #f67400;
  color: #fff;
  padding: 0 15px;
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0px;
  height: 30px;
  line-height: 30px;
}
.Main_page .thumbnail .Mask a .caption h4 {
  font-size: 1.25em;
  line-height: 1.15;
  max-height: 46px;
  overflow: hidden;
  color: #08bbd2;
}
.Main_page .thumbnail .Mask a .caption h4:hover, .Main_page .thumbnail .Mask a .caption h4:focus {
  color: #f67400;
}
.Main_page .thumbnail .Mask a .caption p {
  font-size: 1em;
}
.Main_page .List.News {
  background: #f3f3f3;
}
.Main_page .List.News .thumbnail {
  height: 450px;
  position: relative;
}
.Main_page .List.News .thumbnail:after {
  content: '';
  position: absolute;
  height: 40px;
  bottom: 0;
  width: calc( 100% - 8px );
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 60%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
.Main_page .List.News .thumbnail .Mask {
  height: 428px;
  overflow: hidden;
  margin-bottom: 14px;
}
.Main_page .List.BizNews .thumbnail {
  height: 360px;
  position: relative;
}
.Main_page .List.BizNews .thumbnail:after {
  content: '';
  position: absolute;
  height: 40px;
  bottom: 0;
  width: calc( 100% - 8px );
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 60%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
.Main_page .List.BizNews .thumbnail .Mask {
  max-height: 350px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .Main_page .thumbnail .Mask img {
    height: 140px;
  }
  .Main_page .thumbnail .Mask .caption h4 {
    max-height: 90px;
  }
  .Main_page .List.BizNews .thumbnail {
    height: 390px;
  }
  .Main_page .List.BizNews .thumbnail .Mask {
    max-height: 380px;
  }
}
@media (max-width: 767px) {
  .Main_page .List.News .thumbnail {
    height: 100%;
    margin-bottom: 20px;
  }
  .Main_page .List.BizNews .thumbnail {
    height: 100%;
    margin-bottom: 20px;
  }
}
.Main_page .ActInfo {
  background-image: url(../images/basic/bg_ActInfo.png);
  background-position: 50% 50%;
  background-size: cover;
}
.Main_page .ActInfo h3 {
  color: #fff;
}
.Main_page .ActInfo h3 span {
  border-bottom-color: #fff;
}
.Main_page .ActInfo a.Item {
  display: block;
  background: #fff;
  margin-bottom: 15px;
  transition: all 0.2s linear;
}
.Main_page .ActInfo a.Item:hover, .Main_page .ActInfo a.Item:focus {
  text-decoration: none;
  transform: scale(1.05);
}
.Main_page .ActInfo a.Item .Mask {
  height: 72px;
  margin-bottom: 15px;
  overflow: hidden;
}
.Main_page .ActInfo a.Item h3 {
  color: #000;
  text-align: left;
  font-size: 1.25em;
  line-height: 1.4;
  height: 82px;
  overflow: hidden;
  padding: 20px 15px;
  margin: 0;
}
.Main_page .ActInfo a.Item .meta {
  color: #fff;
  background: #67ba1e;
}
.Main_page .ActInfo a.Item .meta span {
  line-height: 31px;
  padding-left: 10px;
  font-size: 1em;
  vertical-align: top;
}
.Main_page .ActInfo a.Item .meta span:nth-child(2) {
  display: inline-block;
  width: calc( 100% - 200px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px;
}
.Main_page .ActInfo a.Item .meta .MetaNew {
  background: #f67400;
  color: #fff;
  padding: 0 15px;
  font-size: 1em;
  font-weight: bold;
  float: right;
}
.Main_page .ActInfo .Btn_More {
  background: transparent;
  border-color: #fff;
}
.Main_page .ActInfo .Btn_More:hover, .Main_page .ActInfo .Btn_More:focus {
  background: #555;
  border-color: #555;
  color: #fff;
}
.Main_page .Community h3 span {
  font-size: 0;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.Main_page .Community a.btn {
  margin-top: 20px;
}
.Main_page .Community .Video > a img {
  max-width: 100%;
  height: 190px;
  margin: 0 auto;
}
.Main_page .Community .Video > a > h4 {
  color: #08bbd2;
}
.Main_page .Community .Video > a:hover {
  text-decoration: underline;
}
.Main_page .Community .Video > a:hover > h4 {
  color: #f67400;
}
.Main_page .Links {
  background: #f3f3f3;
}
.Main_page .Links .container > div:nth-child(2) {
  margin-top: 20px;
}
.Main_page .Links .row {
  padding: 0 0 0;
}
.Main_page .Links .Btn_More {
  margin-top: 20px;
}
.Main_page .Links a.Item {
  display: block;
  text-align: center;
  margin: 5px 0;
  padding: 10px;
  font-size: 1.125em;
  color: #555;
  background: #fff;
  transition: all .3s ease;
}
.Main_page .Links a.Item:hover, .Main_page .Links a.Item:focus {
  color: #fff;
  background: #343434;
  text-decoration: none;
}
.Main_page .Links a.red {
  color: #f10e0e;
}
.Main_page .Links a.blue {
  color: #013de6;
}
.Main_page .Links a.green {
  color: #00b350;
}
@media (min-width: 992px) {
  .Main_page .Links .row {
    padding: 5px 0 5px;
  }
}

.Content_page .Block {
  padding: 20px 0;
}
.Content_page .Block .Block {
  padding: 0 0;
}
.Content_page p {
  margin-bottom: 1.5em;
}
.Content_page blockquote {
  background: #f2f2f2;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #068fa1;
  padding: 2em;
  box-sizing: border-box;
  margin-left: .5em;
  margin-right: .5em;
}
.Content_page .Link_Box .Items {
  border-bottom: none;
  margin-bottom: 12px;
}
.Content_page .Link_Box .Items a {
  display: block;
  font-size: 1.125em;
  color: black;
  padding: 10px 15px;
  background: #fff;
  border-radius: 25px;
  border: solid 1px #b3b3b3;
}
.Content_page .Link_Box .Items a:hover {
  color: #fff;
  background: gray;
  text-decoration: none;
}
.Content_page .Link_Box .Items a:hover i {
  color: gray;
  background: #fff;
}
.Content_page .Link_Box .Items a i {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: inherit;
  color: #fff;
  background: #068fa1;
  margin-right: 8px;
}
.Content_page .applySteps {
  border: solid 1px #d5d5d5;
  border-radius: 5px;
}
.Content_page .applySteps .step1 {
  font-weight: bold;
}
.Content_page .applySteps ol {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
.Content_page .applySteps ol li {
  display: inline-block;
  font-size: 1.125em;
  line-height: 3;
  background: url(../images/basic/bg_applySteps_right.png) no-repeat right center;
  padding-right: 30px;
  margin-right: 10px;
}
.Content_page .applySteps ol li:last-child {
  background: transparent;
}
.Content_page .Tag {
  margin: 10px 0;
}
.Content_page .Tag a {
  margin-right: 8px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 5px;
  min-width: 80px;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #b4b4b4;
}
.Content_page .Tag a:hover, .Content_page .Tag a:focus {
  color: #fff;
  background: #068fa1;
  text-decoration: none;
}
.Content_page .Tag a.here {
  background: #068fa1;
  color: #fff;
  text-decoration: none;
}
.Content_page .Page {
  margin: 10px 0;
}
.Content_page .Page span {
  color: #f66200;
  font-size: 1.25em;
  margin: 0 3px;
}
.Content_page .Page .total {
  display: inline-block;
  vertical-align: middle;
}
.Content_page .Page .Column_Left,
.Content_page .Page .Column_Center,
.Content_page .Page .Column_Right {
  display: inline-block;
  padding: 5px 0;
}
.Content_page .Page .Column_Left {
  width: calc(100%/9*2);
}
.Content_page .Page .Column_Center {
  width: calc(100%/9*5 - 4px);
}
.Content_page .Page .Column_Right {
  width: calc(100%/9*2 - 4px);
}
.Content_page .Page .pagination {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.Content_page .Page .pagination > li {
  position: relative;
  float: left;
  color: #3c3c3c;
  font-family: Arial, Helvetica, sans-serif;
}
.Content_page .Page .pagination > li > a.PrevTenPage,
.Content_page .Page .pagination > li > a.NextTenPage {
  width: auto;
}
.Content_page .Page .pagination > li > a.PrevTenPage:hover,
.Content_page .Page .pagination > li > a.NextTenPage:hover {
  text-decoration: underline;
  color: #fff;
  background: rgba(6, 143, 161, 0.5);
  text-decoration: none;
}
.Content_page .Page .pagination a {
  color: #000;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  min-width: 25px;
  font-family: "微軟正黑體",Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.Content_page .Page .pagination > li > a:hover,
.Content_page .Page .pagination > li > span:hover {
  color: #fff;
  background: #17dcf6;
}
.Content_page .Page .pagination > li.active a,
.Content_page .Page .pagination > li.active span {
  background: #068fa1;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .Content_page .Page .Column_Left {
    width: calc(100%/2);
  }
  .Content_page .Page .Column_Center {
    width: calc(100% - 4px);
  }
  .Content_page .Page .Column_Right {
    width: calc(100%/2 - 4px);
  }
}
@media (max-width: 767px) {
  .Content_page .Page .Column_Left {
    width: calc(100%/2);
  }
  .Content_page .Page .Column_Center {
    width: calc(100% - 4px);
  }
  .Content_page .Page .Column_Right {
    width: calc(100%/2 - 4px);
  }
}
.Content_page .Meta {
  margin: 15px 0;
}
.Content_page .Meta div {
  display: inline-block;
  margin-right: 30px;
}
.Content_page .Meta div span {
  color: #333;
}
.Content_page .Meta div a {
  color: #beed00;
}
.Content_page .Meta div a:hover {
  text-decoration: none;
}
.Content_page .Meta div:last-child {
  margin-right: 0;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .Content_page .Meta div:last-child {
    margin-top: 10px;
  }
}
.Content_page .FotoxText .thumbnail {
  border-radius: 0;
}
.Content_page .FotoxText .thumbnail .Mask {
  height: 268px;
  margin-bottom: 8px;
  overflow: hidden;
}
.Content_page .FotoxText .thumbnail .Mask a {
  text-decoration: none;
}
.Content_page .FotoxText .thumbnail .Mask a img {
  max-width: 100%;
  height: 190px;
  margin: 0 auto;
}
.Content_page .FotoxText .thumbnail .Mask a .caption h4 {
  margin: 5px 0;
  line-height: 1.2;
  color: #08bbd2;
}
.Content_page .FotoxText .thumbnail .Mask a .caption h4:hover, .Content_page .FotoxText .thumbnail .Mask a .caption h4:focus {
  color: #f67400;
}
.Content_page .FotoxText .LeftFoto {
  float: left;
  display: block;
  width: 480px;
  padding: 6px;
  margin: 0 15px 15px 0;
  box-sizing: border-box;
}
.Content_page .FotoxText .LeftFoto p {
  background: #e5e5e5;
  margin-top: 8px;
  padding: 5px 8px;
  border-radius: 5px;
}
.Content_page .FotoxText .LeftFoto img {
  display: block;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  background: #eee;
}
.Content_page .FotoxText ol, .Content_page .FotoxText ul {
  display: table;
}
@media (max-width: 767px) {
  .Content_page .FotoxText .LeftFoto {
    float: none;
    width: auto;
    padding: 0 6px;
    margin: 0px;
  }
  .Content_page .FotoxText .LeftFoto img {
    width: auto;
    margin: 0 auto;
  }
}
.Content_page .Feedback h4 {
  margin: 0 0 20px;
}
.Content_page .Feedback .inner {
  margin: 5px 0;
}
.Content_page .Feedback .inner h3 {
  color: #f67400;
  font-weight: bold;
  margin: 0;
}
.Content_page .Feedback .Proportion {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 8px;
}
.Content_page .Feedback .Proportion section {
  zoom: 1;
  /*IE6, IE7*/
  margin: 8px 0;
}
.Content_page .Feedback .Proportion section:before, .Content_page .Feedback .Proportion section:after {
  content: "";
  display: table;
}
.Content_page .Feedback .Proportion section:after {
  clear: both;
}
.Content_page .Feedback .Proportion section .Title {
  float: left;
  width: 15%;
  margin: 0 !important;
}
.Content_page .Feedback .Proportion section .Value {
  float: left;
  width: 85%;
  height: 15px;
  background: #fff;
  border: solid 1px #d5d5d5;
  border-radius: 15px;
  overflow: hidden;
}
.Content_page .Feedback .Proportion section .Value span {
  display: block;
  background: #a0a0a0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .Content_page .Feedback .Proportion section .Title {
    float: none;
    width: 100%;
  }
  .Content_page .Feedback .Proportion section .Value {
    float: none;
    width: 100%;
  }
  .Content_page .Feedback .Proportion section .Value span {
    height: 100%;
  }
}
.Content_page .Sitemap dl {
  padding: 15px;
  background: rgba(85, 85, 85, 0.9);
  border-radius: 5px;
  color: #fff;
}
.Content_page .Sitemap dl dt {
  color: #fff;
}
.Content_page .Sitemap ul {
  margin-bottom: 15px;
}
.Content_page .Error {
  text-align: center;
}
.Content_page .Error img {
  margin: 0 auto;
}
.Content_page .Terms {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 8px;
}
.Content_page .Terms .Btns {
  text-align: center;
  margin-top: 15px;
}
.Content_page .Terms .Btns i {
  margin-left: 8px;
  font-size: 1.2em;
}
.Content_page .Terms .form_grp {
  margin-top: 1em;
}
.Content_page .Terms .form_grp label {
  display: block;
}
.Content_page .Terms .form_grp textarea {
  width: 100%;
  padding: .5em;
  border-radius: 4px;
}
@media (min-width: 376px) and (max-width: 491px) {
  .Content_page .radio-inline:nth-child(4) + .radio-inline {
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .Content_page .radio-inline:nth-child(3) {
    margin-right: 10px;
  }
  .Content_page .radio-inline:nth-child(3) + .radio-inline {
    margin-left: 0;
  }
}

.pupu {
  padding-top: 1.8em;
}

@media print {
  header,
  section#FatFooter,
  section#Footer,
  .accesskey,
  .FontSize_Change,
  .Content_page .Meta div:last-child {
    display: none;
  }

  .cp img {
    float: left;
    width: 40%;
    margin: 0px 1em 1em 0;
  }

  .re_layout {
    display: none;
    opacity: 0;
  }
}
body, html {
  font-family: "微軟正黑體", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  word-break: break-all;
  color: #068fa1;
  margin-top: 10px;
  font-weight: bold;
}

p {
  margin-bottom: 15px;
  font-size: 1em;
}

a {
  color: #08bbd2;
}
a:hover, a:focus {
  color: #f67400;
}

blockquote {
  border-left: 5px solid #fff;
  font-size: 1em;
}

@media print {
  a[href]:after {
    content: "";
    content: none !important;
  }
}
.clear-fix {
  zoom: 1;
  /*IE6, IE7*/
}
.clear-fix:before, .clear-fix:after {
  content: "";
  display: table;
}
.clear-fix:after {
  clear: both;
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .pull-xs-left {
    float: left !important;
  }

  .pull-xs-right {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 5px 8px;
  }
}

/*# sourceMappingURL=all.css.map */
