@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@fa-font-path: "../font";
@-webkit-keyframes bg {
  0% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-moz-keyframes bg {
  0% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-ms-keyframes bg {
  0% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-o-keyframes bg {
  0% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes bg {
  0% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu_move {
  0% {
    top: 0px;
  }
  100% {
    top: 55px;
  }
}
@-moz-keyframes menu_move {
  0% {
    top: 0px;
  }
  100% {
    top: 55px;
  }
}
@-ms-keyframes menu_move {
  0% {
    top: 0px;
  }
  100% {
    top: 55px;
  }
}
@-o-keyframes menu_move {
  0% {
    top: 0px;
  }
  100% {
    top: 55px;
  }
}
@keyframes menu_move {
  0% {
    top: 0px;
  }
  100% {
    top: 55px;
  }
}
@-webkit-keyframes waitmv {
  0% {
    content: "";
  }
  50% {
    content: "";
  }
  75% {
    content: "";
  }
  100% {
    content: "";
  }
}
@-moz-keyframes waitmv {
  0% {
    content: "";
  }
  50% {
    content: "";
  }
  75% {
    content: "";
  }
  100% {
    content: "";
  }
}
@-ms-keyframes waitmv {
  0% {
    content: "";
  }
  50% {
    content: "";
  }
  75% {
    content: "";
  }
  100% {
    content: "";
  }
}
@-o-keyframes waitmv {
  0% {
    content: "";
  }
  50% {
    content: "";
  }
  75% {
    content: "";
  }
  100% {
    content: "";
  }
}
@keyframes waitmv {
  0% {
    content: "";
  }
  50% {
    content: "";
  }
  75% {
    content: "";
  }
  100% {
    content: "";
  }
}
.container-fluid {
  padding: 0;
}

.container {
  max-width: 960px;
  padding: 0;
}

.slider-arrows {
  display: none;
}

.slider-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slides li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.rslides_tabs {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
}
.rslides_tabs li {
  display: inline-block;
  margin-right: 0.9rem;
  position: relative;
}
.rslides_tabs li a {
  text-indent: -9999px;
  border: 0;
  border-radius: 100%;
  background-color: #FFF;
  padding: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
}
.rslides_tabs li.rslides_here > a {
  background-color: #f5c03b;
}
.rslides_tabs li.rslides_here > a:after {
  border-color: #f5c03b;
}

.g-recaptcha {
  float: left;
}

.gsib_a {
  padding: 0;
}

table.gsc-search-box td {
  vertical-align: top !important;
}
table.gsc-search-box td input.gsc-input {
  position: relative;
  top: -3px;
}
table.gsc-search-box span.gscb_a {
  position: relative;
  top: -4px;
}

.phone .search_bar {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  color: #b3b3b3;
  padding-right: 40px;
  margin-top: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  max-width: 203px;
}
.phone .gsc-control-cse {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.phone .gsc-input-box {
  border-top: 3px solid #dbdbdb;
  border-left: 3px solid #dbdbdb;
  height: 30px;
  max-width: 320px;
  width: 100%;
  padding: 3px;
  border-right: 0;
  border-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.phone input.gsc-search-button, .phone input.gsc-search-button:hover {
  background: url(../imgs/icon/icon_go.png) 50% 50% no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  border: 0;
  right: 0;
  top: 0;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
}
@media only screen and (max-width: 749px) {
  body {
    padding-top: 50px;
  }
}

a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}

.clear:after, .clear :before {
  clear: both;
}

.main_box {
  border-radius: 5px;
  border: 1px solid #f5c03b;
}

.boxstype {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.boxstype article h1, .boxstype article h2, .boxstype article h3, .boxstype article h4, .boxstype article h5, .boxstype article h6 {
  font-weight: normal;
  line-height: 1.2;
}
.boxstype article strong, .boxstype article b {
  font-weight: bold;
}
.boxstype article em {
  font-style: italic;
}
.boxstype article a {
  color: #f5c03b;
}
.boxstype article h1 {
  font-size: 2rem;
}
.boxstype article h2 {
  font-size: 1.5rem;
}
.boxstype article p {
  margin-bottom: 0.5rem;
}
.boxstype article .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 5px;
  border-left: 5px solid #ccc;
}
.boxstype article ol, .boxstype article ul, .boxstype article dl {
  padding: 0 40px;
}
.boxstype article hr {
  border: 0;
  border-top: 1px solid #ccc;
}

.basic_btu {
  border: 0;
  background-color: transparent;
}

.bread {
  color: #000;
  margin-bottom: 1rem;
}
.bread a {
  display: inline-block;
  color: #000;
  margin: 0 5px;
}
.bread a:first-child {
  margin-left: 0;
}
.bread .back {
  float: right;
}

.main_menu {
  width: 100%;
  border: 1px solid #898989;
  border-radius: 5px;
  padding: 5px;
}
@media only screen and (max-width: 749px) {
  .main_menu {
    min-height: 100vh;
  }
}
.main_menu dt, .main_menu dd {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #898989;
  font-weight: bold;
  position: relative;
  padding-bottom: 2px;
  padding-top: 2px;
}
.main_menu dt a, .main_menu dd a {
  width: 100%;
  display: inline-block;
  line-height: 40px;
  color: gray;
  font-size: 0.9rem;
  padding-left: 10%;
}
.main_menu dt:last-child, .main_menu dd:last-child {
  border-bottom: 0;
}
.main_menu dt.active a, .main_menu dd.active a {
  background-color: #f5c03b;
  border-radius: 3px;
  color: white;
}
.main_menu dt.active a:after, .main_menu dd.active a:after {
  background: url(../imgs/icon/arrow-d.png) 50% 50% no-repeat;
}
.main_menu dt.active + dd, .main_menu dd.active + dd {
  height: auto;
}
.main_menu dt.nomore a:after {
  display: none;
}
.main_menu dt a:after {
  content: "";
  background: url(../imgs/icon/arrow.png) 50% 50% no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10%;
  top: 43%;
  display: block;
}
.main_menu dd {
  border-bottom: 0;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-weight: normal;
}
.main_menu dd:after {
  display: none;
}
.main_menu dd a {
  line-height: 25px;
  border-bottom: 1px solid #898989;
}
.main_menu dd a.active {
  color: #f5c03b;
}

.mobile_menu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 50px;
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
}
@media only screen and (max-width: 749px) {
  .mobile_menu {
    display: block;
  }
}
.mobile_menu.menu_active {
  overflow-y: scroll;
  max-height: 100vh;
  height: auto;
}
.mobile_menu.menu_active .menu_bar a div {
  background-color: #f5c03b;
}
.mobile_menu.menu_active .menu_bar a div:nth-child(3n+1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile_menu.menu_active .menu_bar a div:nth-child(3n+2) {
  top: 24px;
  opacity: 0;
}
.mobile_menu.menu_active .menu_bar a div:nth-child(3n+3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile_menu.menu_active .main_menu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: 0;
}
.mobile_menu .menu_bar {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.mobile_menu .menu_bar a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  padding: 10px;
  margin-top: 5px;
}
.mobile_menu .menu_bar a div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
}
.mobile_menu .menu_bar a div:nth-child(3n+1) {
  top: 10px;
}
.mobile_menu .menu_bar a div:nth-child(3n+2) {
  top: 17px;
  opacity: 1;
}
.mobile_menu .menu_bar a div:nth-child(3n+3) {
  top: 25px;
}
.mobile_menu .main_menu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  padding-top: 54px;
  overflow: hidden;
  position: relative;
  top: 0;
  right: -100%;
  background-color: #FFF;
  border-radius: 0;
  border: 0;
}
.mobile_menu .main_menu dt:first-child {
  border-top: 1px solid #b3b3b3;
}

.pager_bar {
  float: right;
}
.pager_bar a {
  display: inline-block;
  color: #666666;
  margin: 0 0.2rem;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.pager_bar ul {
  display: inline-block;
}
.pager_bar ul li {
  display: inline-block;
}
.pager_bar ul li a {
  color: #666666;
  margin: 0 0.2rem;
  font-size: 0.8rem;
  line-height: 1.4rem;
  display: block;
  text-align: center;
}
.pager_bar ul li strong {
  background-color: #EB6100;
  border-radius: 100%;
  color: #fff;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  display: block;
  text-align: center;
}

.data_list {
  width: 100%;
}
.data_list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.data_list li header h5 {
  margin-bottom: 0.5rem;
}
.data_list li article h1 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #404040;
  margin-bottom: 0.5rem;
}
.data_list li article p {
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #404040;
}
.data_list li .right_btu {
  border-radius: 5px;
  padding: 0.5rem;
  position: absolute;
}

.googlemap_container {
  min-height: 400px;
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .googlemap_container {
    min-height: 200px;
  }
}
.googlemap_container iframe {
  width: 100%;
  min-height: 400px;
}
@media only screen and (max-width: 749px) {
  .googlemap_container iframe {
    min-height: 200px;
  }
}

@media only screen and (max-width: 749px) {
  .site_map {
    padding: 0 0.5rem;
  }
}
.site_map dl a {
  display: block;
}
.site_map dl dt {
  width: 100%;
  display: inline-block;
}
.site_map dl dt a {
  font-size: 1.5rem;
  line-height: 1.6rem;
  padding-right: 0.8rem;
  color: #f5c03b;
  display: inline-block;
  margin-bottom: 1rem;
  background: url(../imgs/icon/titleicon.png) 100% 100% no-repeat;
}
.site_map dl dd {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
}
.site_map dl dd a {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #333333;
  float: left;
  padding: 0 0.5rem 0 0;
  border-right: 1px solid #333333;
  margin-right: 0.5rem;
}
.site_map dl dd a:last-child {
  border-right: transparent;
}

.main_data {
  min-height: 600px;
}

.slider {
  margin-top: 2rem;
  position: relative;
}
.slider img {
  width: 100%;
}

.main {
  margin-top: 3rem;
}
.main .main_left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.main .main_center .main_news {
  width: 100%;
}
.main .main_center .main_news ul.tabs_title {
  text-align: left;
  border-bottom: 1px solid #000;
  padding-left: 1rem;
  overflow: hidden;
}
.main .main_center .main_news ul.tabs_title li {
  display: block;
  float: left;
  margin-right: 1px;
}
.main .main_center .main_news ul.tabs_title li a {
  display: inline-block;
  font-size: 0.9rem;
  padding: 5px;
  font-weight: bold;
  border: 1px solid #f5c03b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f5c03b;
  color: #fff;
  border-bottom: 0;
}
.main .main_center .main_news ul.tabs_title li a.active {
  border-color: #f5c03b;
  background-color: #FFF;
  color: gray;
}
.main .main_center .main_news ul.tabs_title li.other_type {
  float: right;
  margin-right: 2rem;
}
.main .main_center .main_news ul.tabs_title li.other_type a {
  background-color: transparent;
  border: 0;
  color: #f5c03b;
}
.main .main_center .news_list {
  width: 100%;
  padding-left: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 749px) {
  .main .main_center .news_list {
    padding-left: 0;
  }
}
.main .main_center .news_list .title {
  padding: 0.5rem 0;
}
.main .main_center .news_list .title div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
}
.main .main_center .news_list li {
  border-bottom: 1px dashed #f5c03b;
  color: gray;
}
.main .main_center .news_list ul {
  width: 100%;
}
.main .main_center .news_list ul li {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main .main_center .news_list ul li div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
}
.main .main_center .news_list ul a {
  color: gray;
  display: inline-block;
  width: 100%;
}
.main .main_center .news_list .list_w1 {
  width: 20%;
  text-align: center;
}
.main .main_center .news_list .list_w2 {
  width: 48%;
  text-align: left;
}
@media only screen and (max-width: 749px) {
  .main .main_center .news_list .list_w2 {
    width: 43%;
  }
}
.main .main_center .news_list .list_w3 {
  width: 15%;
  text-align: center;
}
.main .main_center .news_list .list_w4 {
  width: 15%;
  text-align: center;
}
.main .main_center .news_list .tabs {
  min-height: 250px;
}
.main .main_center .good_site {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  margin-top: 2rem;
}
.main .main_center .good_site .title {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: gray;
  margin-bottom: 0.5rem;
}
.main .main_center .good_site .site_list {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.main .main_center .good_site .site_list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  display: block;
  float: left;
  margin: 2.2%;
  overflow: hidden;
  border: 1px solid #bfbfbf;
}
.main .main_center .good_site .site_list li img {
  width: 100%;
}
.main .main_center .good_site .site_list li:nth-child(3n+1) {
  margin-left: 0;
}
.main .main_center .good_site .site_list li:nth-child(3n+3) {
  margin-right: 0;
  background-image: url("");
}
.main .main_center .good_site .site_list li a {
  width: 100%;
  padding-top: 30%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.main .main_right {
  padding: 0;
}
@media only screen and (max-width: 749px) {
  .main .main_right {
    padding: 15px;
  }
}
.main .main_right .for_mail {
  padding: 1.2rem 1rem;
  background-color: #e6e6e6;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.main .main_right .for_mail .note_mail {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #4C4948;
}
.main .main_right .for_mail .title {
  color: #EA5504;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.main .main_right label {
  width: 100%;
}
.main .main_right label input {
  width: 100%;
}
.main .main_right .mail_btu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  width: 80%;
  font-size: 0.8rem;
  display: block;
  margin: 1rem auto 0rem;
  line-height: 1.8rem;
}
.main .main_right .for_download {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
}
.main .main_right .for_download .title {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.main .main_right .for_download .download_bar {
  width: 100%;
}
.main .main_right .for_download .download_bar li {
  width: 100%;
}
.main .main_right .for_download .download_bar li a {
  color: #f5c03b;
  display: block;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.8rem;
  position: relative;
  border-bottom: 1px dashed gray;
}
.main .main_right .for_download .download_bar li a:after {
  content: "";
  background: url(../imgs/icon/iocn_download.png) 50% 50% no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 15%;
}

.othernav_bar a {
  display: inline-block;
  float: right;
  font-size: 0.85rem;
  border-right: 1px solid #000;
  color: #000;
  padding: 0 0.5rem;
  margin-top: 1rem;
}
.othernav_bar .back_top {
  border-left: 0;
}

.back_top {
  display: inline-block;
  float: right;
  font-size: 0.85rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #000;
  padding: 0 0.5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 749px) {
  .back_top {
    margin-right: 15px;
  }
}

.news_page {
  padding-right: 0;
}
@media only screen and (max-width: 749px) {
  .news_page {
    padding-right: 15px;
  }
}

.submenu_bar {
  margin-bottom: 1rem;
}
.submenu_bar li {
  position: relative;
  display: inline-block;
}
.submenu_bar li a {
  color: #666666;
  position: relative;
  display: block;
  line-height: 1.2rem;
  padding: 0 0.5rem;
  margin: 0.2rem 0;
}
.submenu_bar li a:first-child {
  padding-left: 0;
}
.submenu_bar li a.active {
  color: #EB6100;
}
.submenu_bar li a:after {
  content: "";
  display: block;
  border-left: 1px solid #666666;
  position: absolute;
  height: 1.2rem;
  top: 0;
  right: 0;
}

.news_data li {
  min-height: 100px;
  padding-right: 100px;
}
.news_data li header h5 span {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.news_data li header h5 span.title_time {
  color: #404040;
}
.news_data li header h5 span.news_title {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0.5rem;
  padding: 0.2rem 0.5rem;
}
.news_data li header h5 span.news_title.type-1 {
  background-color: #f5c03b;
  border-radius: 5px;
  color: #fff;
}
.news_data li header h5 span.news_title.type-2 {
  background-color: #EB6100;
  border-radius: 5px;
  color: #fff;
}
.news_data li article p {
  height: 2.4rem;
  overflow: hidden;
}
.news_data li .right_btu {
  border: 1px solid #000;
  color: #000;
  right: 10px;
  top: 2.7rem;
}

.news_detail article h3, .main_data article h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  color: #EB6100;
}
.news_detail article p, .main_data article p {
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}
.news_detail article p.title, .main_data article p.title {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  color: #EB6100;
}
.news_detail article p.bold, .main_data article p.bold {
  font-weight: bold;
  text-indent: 1rem;
}
.news_detail article p.v-title, .main_data article p.v-title {
  font-weight: bold;
}
.news_detail article p a, .main_data article p a {
  color: #005BAC;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.news_detail article img, .main_data article img {
  display: block;
  margin: auto;
  max-width: 100%;
  margin-bottom: 1rem;
}
.news_detail article table, .main_data article table {
  width: 100%;
}
.news_detail article br, .main_data article br {
  line-height: 2rem;
}
.news_detail article a, .main_data article a {
  color: #005BAC;
  text-decoration: underline;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.news_detail article iframe, .main_data article iframe {
  max-width: 100%;
  display: block;
  margin: auto;
}

.achievement_list li {
  margin-bottom: 1rem;
}
.achievement_list li header h5 {
  margin-bottom: 0.5rem;
  color: #EB6100;
  font-size: 1.2rem;
}
.achievement_list li header a {
  text-decoration: underline;
  color: #EB6100;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}
.achievement_list li article a {
  color: #4C4948;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.qa_list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #d3d3d4;
}
.qa_list li a.qa_btu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
}
.qa_list li a.qa_btu h5 {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
  color: #775709;
}
.qa_list li a.qa_btu h5 span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F5C03C;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #fff;
  padding: 0.2rem;
  margin-left: 0.5rem;
}
.qa_list li .qa_container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  overflow: hidden;
  height: 0;
}
.qa_list li .qa_container.active {
  height: auto;
  margin-bottom: 2rem;
}

.contact_us {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 749px) {
  .contact_us {
    padding: 0.5rem;
  }
}
.contact_us label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 749px) {
  .contact_us label {
    padding: 0;
  }
}
.contact_us label .title {
  width: 80px;
  float: left;
  display: block;
}
.contact_us label input, .contact_us label textarea {
  width: 40%;
  border-top: 3px solid #cccccc;
  border-left: 3px solid #cccccc;
  border-right: transparent;
  border-bottom: transparent;
  background-color: #f7f7f7;
  color: #a8a8a8;
  float: left;
}
.contact_us label input:focus, .contact_us label textarea:focus {
  color: black;
}
@media only screen and (max-width: 749px) {
  .contact_us label input, .contact_us label textarea {
    width: 60%;
  }
}
.contact_us label textarea {
  width: 70%;
}
.contact_us label.data_code input {
  width: 30%;
}
.contact_us label.data_code a {
  display: block;
  text-decoration: underline;
  float: left;
  color: #EB6100;
}
@media only screen and (max-width: 749px) {
  .contact_us label.data_code a {
    margin-left: 80px;
    margin-bottom: 1rem;
  }
}
.contact_us label.data_code .code_img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  float: left;
}
.contact_us label.data_code .code_img img {
  border: 1px solid #000;
}
.contact_us .more_bar {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
.contact_us .more_bar button {
  display: inline-block;
  border: 0;
  background-color: transparent;
  border: 1px solid #000;
  color: #999999;
  padding: 0.5rem 1rem;
}

.header {
  position: relative;
  width: 100%;
  min-height: 35px;
  z-index: 300;
}
.header:after {
  content: "";
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0;
  background-color: #f5c03b;
  z-index: -1;
}
@media only screen and (max-width: 749px) {
  .header {
    min-height: 50px;
    position: fixed;
    top: 0;
  }
  .header:after {
    height: 50px;
  }
}

.header_bar {
  position: relative;
  text-align: center;
}
.header_bar .logo {
  background: url(../imgs/logo.png) 0% 50% no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 40%;
  max-width: 379px;
  height: 75px;
  margin-top: 31px;
}
@media only screen and (max-width: 749px) {
  .header_bar .logo {
    height: 50px;
    left: 1rem;
    margin-top: 0;
  }
}
.header_bar .top_bar {
  background-image: url(../imgs/bg/headerbg.png);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 630px;
  width: 60%;
  height: 51px;
  margin-top: 35px;
  float: right;
  vertical-align: top;
}
.header_bar .gsc-result .gs-title {
  height: 1.8rem;
}
.header_bar a {
  display: block;
  float: left;
  font-size: 1rem;
  line-height: 30px;
  margin-top: 4px;
  padding: 0 5px;
  color: #fff;
}
.header_bar a i.icon_rss {
  width: 25px;
  height: 25px;
  background: url(../imgs/icon/icon_rss.png) 50% 50% no-repeat;
  background-size: cover;
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.header_bar a.margin_fix {
  margin-left: 19%;
}
@media only screen and (max-width: 969px) {
  .header_bar a.margin_fix {
    margin-left: 10%;
  }
}
.header_bar a.gs-title {
  line-height: 1.4rem;
  height: 1.8rem;
}
.header_bar a:nth-child(2n+2) {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.header_bar a:nth-child(2n+2):after {
  content: "";
  position: absolute;
  height: 20px;
  left: -4px;
  top: 5px;
  border-left: 2px solid #fff;
}
.header_bar .search_bar {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  color: #b3b3b3;
  padding-right: 40px;
  margin-top: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  max-width: 203px;
}
.header_bar .gsc-control-cse {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.header_bar .gsc-input-box {
  border-top: 3px solid #dbdbdb;
  border-left: 3px solid #dbdbdb;
  height: 30px;
  max-width: 250px;
  width: 100%;
  padding: 3px;
  border-right: 0;
  border-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header_bar input.gsc-search-button, .header_bar input.gsc-search-button:hover {
  background: url(../imgs/icon/icon_go.png) 50% 50% no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  border: 0;
  right: 0;
  top: -3px;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .header_bar input.gsc-search-button, .header_bar input.gsc-search-button:hover {
    top: -4px;
  }
}

.logo {
  background: url(../imgs/logo.png) 50% 50% no-repeat;
  background-size: contain;
}

.dl_data li {
  padding-right: 100px;
}
.dl_data li header h5 span.title_time {
  font-size: 0.85rem;
  color: #EB6100;
}
.dl_data li article p {
  height: 1.2rem;
  overflow: hidden;
}
.dl_data .right_btu {
  background-color: #f5c03b;
  color: #fff;
  right: 10px;
  top: 1.4rem;
}

.toollink {
  width: 100%;
}
.toollink li {
  width: 100%;
}
.toollink li div {
  display: block;
  float: left;
}
.toollink li div a {
  overflow: hidden;
  height: 100px;
  width: 100%;
  display: block;
}
.toollink li div.qr_bar {
  width: 15%;
  max-width: 100px;
}
@media only screen and (max-width: 749px) {
  .toollink li div.qr_bar {
    display: none;
  }
}
.toollink li div.qr_bar img {
  width: 100%;
}
.toollink li div.banner_bar {
  width: 65%;
  max-width: 400px;
}
@media only screen and (max-width: 749px) {
  .toollink li div.banner_bar {
    width: 100%;
  }
  .toollink li div.banner_bar a {
    height: auto;
  }
}
.toollink li div.banner_bar img {
  width: 100%;
}
.toollink li div.link {
  width: 20%;
  float: right;
}
.toollink li div.link a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 0;
  text-align: right;
  color: black;
  line-height: 24px;
}
@media only screen and (max-width: 749px) {
  .toollink li div.link {
    width: 100%;
  }
  .toollink li div.link a {
    line-height: 1.2rem;
    text-align: center;
    height: auto;
  }
}

footer {
  padding: 1rem;
  margin-top: 1rem;
  background-color: #BFC0C0;
}
footer .footer_main {
  width: 100%;
  display: table;
}
footer .footer_main div {
  display: table-cell;
  vertical-align: middle;
}
footer .arr {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #fff;
  float: left;
}
@media only screen and (max-width: 749px) {
  footer .arr {
    text-align: center;
  }
}
footer .vis_tal {
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  float: right;
  color: #58585b;
}
footer .footer_note {
  padding: 0.5rem 0;
}
footer .footer_note p {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.4rem;
  margin-bottom: 0.2rem;
}

.for-img .-for-img {
  margin-top: 15px; }
.for-img .-for-img:last-child {
  margin-bottom: 15px; }
.for-img .-for-img img {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
