/************************* reset *************************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i, a, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  vertical-align: top;
  font-family: Arial, "微軟正黑體", PMingLiU, STHeiti TC;
  line-height: 30px;
  font-size: 16px;
}
::-webkit-scrollbar {
    display: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
}
ul, ol {
  margin-left: 1.25em;
  white-space: normal;
  word-break : break-all;
  word-wrap: break-word;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary { 
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  vertical-align: baseline;
  background: transparent;
}
img, object, embed, video {
  max-width: 100%;
  height: auto;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  float: none;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  background: #ccc;
  border: 0;   
  display: block;
}
button, input, select, textarea {
  -webkit-appearance: none;
  width: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  font-family: Arial, "微軟正黑體", PMingLiU, STHeiti TC;
  color: #000;
  background: #fff;
  overflow: visible;
}
button, a {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label i, input[type="radio"] + label i {
  display: inline-block;
  border: 1px solid #e8e9ea;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-right: .5em;
  background: url(../images/account/check_radio_sheet.png);
  background-size: 100px;
  cursor: pointer;
}
input[type="checkbox"]:checked + label i {
  background: url(../images/account/check_radio_sheet.png) -25px 0 no-repeat;
  background-size: 100px;
}
input[type="radio"] + label i {
  border-radius: 20px;
  background: url(../images/account/check_radio_sheet.png) -50px 0 no-repeat;
  background-size: 100px;
}
input[type="radio"]:checked + label i {
  background: url(../images/account/check_radio_sheet.png) -75px 0 no-repeat;
  background-size: 100px;
}
textarea {
  overflow: auto;
  vertical-align: text-top;
}
select {
  background: url(../../images/account/arrow_d.png) #fff center right 10px no-repeat;
  background-size: 25px;
}

/************************* base *************************/
a {
  text-decoration: none;
}
button:hover {
  opacity: .9;
}
.clearfix:after {
  content:'.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
body {
  position: relative;
  color: #000;
}
/************************* wrapper *************************/
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.ul_flex {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
.ul_flex li {
  list-style: none;
  width: 100%;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 20px;
  align-items: center;
  z-index: 99;
}
header i {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
}
header h1 {
  cursor: pointer;
}
.header-dropdown {
  width: 200px;
  position: fixed;
  right: 180px;
}
.b_time {
  padding: 2px 25px 2px 55px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
main {
  position: relative;
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
}
.o-form-group{
  width: 100%;
}

.o-form-control__error {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 2px;
  color: #E00;
}

.login_box {
  position: relative;
  width: 100%;
}
.login_box input, .login_box button {
  width: 100%;
  padding: 10px;
  font-weight: bold;
}
.login_box i img {
  width: 100px;
  height: 100px;
  background: 100%;
}
.login_box h1, .register_box h1 {
  text-align: center;
  font-size: 24px;
}
.login_box form {
  width: 100%;
  justify-content: space-between;
}
.login_box form h3, .login_box form p {
  width: 100%;
}
/* .login_box form * {
  margin: 5px 0;
} */

.register_box {
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 30px 50px;
}

.register_box input{
  width: 100%;
  padding: 10px;
  font-weight: bold;
  padding-left: 40px
}

.register_box h1{
  padding-bottom: 10px;
}

.register_box .inbox {
  background: url(../../images/account/email.png) 8px 10px no-repeat;
}

.register_box .passwd {
  background: url(../../images/account/password.png) 10px 6px no-repeat;
}

.register_box .people {
  background: url(../../images/account/user.png) 9px 5px no-repeat;
}

.register_box .phone {
  background: url(../../images/account/phone.png) 9px 8px no-repeat;
}

.register_box .file {
  background: url(../../images/account/file.png) 12px 8px no-repeat;
}

.news_box, .news_box ul {
  position: relative;
  width: 100%;
  margin: 0;
}
.news_box > li {
  margin: 10px 0;
}
.news_box a {
  width: 100%;
  padding: 7px 25px;
  display: inline-flex;
  flex-wrap: wrap;
}
.news_box a h5 {
  width: calc(100% - 100px);
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
h2 i img {
  width: 30px;
  padding: 0 5px;
  height: auto;
}
hr {
  width: 100%;
  margin: 20px 0 10px !important;
}
.photo_box {
  width: 150px;
  padding: 0 20px;
  display: flex;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.photo_box img {
  object-fit: contain;
  width: 100%;
  height: 110px;
}
.photo_text {
  width: calc(100% - 150px);
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-bottom: 10px solid #f97743;
  display: inline-block;
  z-index: 1;
}
.copyright {
  font-size: 13px;
}
.news_inner {
  width: 100%;
  padding: 100px 30px 0px !important;
  display: flex;
  height: 100%;
  overflow: hidden;
  /*max-width: 1200px;*/
}

.news_inner list {
  width: 70%;
}

.news_inner list #billboard {
  overflow: auto;
  height: calc( 100% - 60px);
  padding: 7px 30px;
}

.news_inner maparea {
  width: 30%;
  border-radius: 15px;
  padding: 10px;
  background-color: #FFF;
  box-shadow: 4px 4px 12px 4px rgba(20%,20%,40%,0.5);
  margin-bottom: 17px;
}

/*.news_inner maparea div {
    width: 100%;
    height: calc(100% - 30px);
}*/
#divMap2D {
    height: calc(100% - 30px);
}

.news_inner maparea h7 {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #808080;
}

.news_ul {
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0 30px;
/*  display: inline-flex;
  flex-wrap: wrap;*/
}
.news_ul li row {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
.news_ul li row > * {
  padding: 0 5px;  
}
.news_ul li row > *:first-child {
  width: 52%;
  cursor: pointer;
}
.news_ul li row > *:nth-child(2) {
  width: 6%;
  text-align: center;
  cursor: pointer;
}
.news_ul li row > *:nth-child(3) {
  width: 22%;
}
.news_ul li row > *:last-child {
  width: 20%;
}
.news_ul li i {
  display: inline-block;
}
.news_ul li i img {
  width: 20px;
  height: auto;
}
.news_ul li p {
  line-height: 1.25em;
}
.news_ul .bb_content {
  white-space: pre-line;
}

.qa_ul {
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0 30px;
/*  display: inline-flex;
  flex-wrap: wrap;*/
}
.qa_ul li row {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
.qa_ul li row > * {
  padding: 0 5px;  
}
.qa_ul li row > *:first-child {
  width: 50%;
  cursor: pointer;
}
.qa_ul li row > *:nth-child(2), .qa_ul li row > *:nth-child(3) {
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.qa_ul li row > *:last-child {
  width: 10%;
}
.qa_ul li i {
  display: inline-block;
}
.qa_ul li i img {
  width: 20px;
  height: auto;
}
.qa_ul li p {
  line-height: 1.25em;
}
.qa_ul .bb_content {
  white-space: pre-line;
}


/************************* miaoli *************************/
.miaoli {
  background: url(../../images/account/background@2x.png) center top no-repeat fixed;
  background-size: cover;
}
.miaoli_bg {
  background: url(../../images/account/background@2x.png) center top no-repeat fixed;
  background-size: cover;
}
.miaoli header {
  background: #fff;
  border-bottom: 3px solid #3a6dff;
}
.miaoli header h1 {
  font-size: 24px;
  color: #ffffff;
}
.miaoli .b_time {
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 20px;
  background: url(../../images/account/time@2x.png) left 15px center no-repeat #fff;
  background-size: 25px auto;
}
.miaoli .main_box {
  width: 640px;
  margin: 0 auto;
  padding: 100px 20px 50px;
}
.miaoli .login_box, .miaoli .register_box, .miaoli .qa_form {
  margin-bottom: 20px;
  padding: 60px 50px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 12px 4px rgba(20%,20%,40%,0.5);
}
.miaoli .login_box i {
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}
.miaoli .login_box h1 {
  color: #e0744e;
}
.miaoli input, .miaoli textarea {
  border: 2px solid #c0c0c0;
  border-radius: 20px;
}
.miaoli .user {
  padding-left: 40px;
  background: url(../../images/account/user@2x.png) left 10px center no-repeat;
  background-size: auto 25px;
}
.miaoli .passw {
  padding-left: 40px;
  background: url(../../images/account/password@2x.png) left 13px center no-repeat;
  background-size: auto 20px;
}
.miaoli button {
  background: #f97743;
  color: #fff;
  border-radius: 20px;
}
.miaoli .half {
  width: calc(50% - 10px);
}
.miaoli .news_box li {
  margin: 10px 0;
}
.miaoli .news_box li a {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 12px 4px rgba(20%,20%,40%,0.5);
}
.miaoli .i_more {
  padding-bottom: 10px;
  justify-content: center;
  background: url(../../images/account/more@2x.png) bottom center no-repeat;
  background-size: auto 15px;
}
.miaoli .news_ul li {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 12px 4px rgba(20%,20%,40%,0.5);
}
.miaoli .news_ul h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #f97743;
}
.miaoli .news_ul a {
  background: url(../../images/account/download@2x.png) left no-repeat;
  background-size: 20px auto;
  padding: 0 0 0 25px;
}

.miaoli .qa_form {
  margin: 100px auto;
  position: relative;
  width: 640px;
  overflow: auto;
  padding: 30px 50px;
}

.miaoli .qa_form input, .miaoli .qa_form textarea{
  width: 100%;
  padding: 10px;
  font-weight: bold;
  padding-left: 40px
}

.miaoli .qa_form h1{
  padding-bottom: 10px;
}

.miaoli .qa_ul li {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 12px 4px rgba(20%,20%,40%,0.5);
}

.miaoli .qa_ul h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #f97743;
}
.miaoli .qa_ul a {
  background: url(../../images/account/download@2x.png) left no-repeat;
  background-size: 20px auto;
  padding: 0 0 0 25px;
}
/************************* slick *************************/
.banner_box {
  width: 100%;
  overflow: hidden;
}