/************************* 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, "Microsoft JhengHei", "PingFang TC", "STHeiti TC", sans-serif;
  line-height: 30px;
  font-size: 16px;
}
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, "Microsoft JhengHei", "PingFang TC", "STHeiti TC", sans-serif;
  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/check_radio_sheet.png);
  background-size: 100px;
  cursor: pointer;
}
input[type="checkbox"]:checked + label i {
  background: url(../../images/check_radio_sheet.png) -25px 0 no-repeat;
  background-size: 100px;
}
input[type="radio"] + label i {
  border-radius: 20px;
  background: url(../../images/check_radio_sheet.png) -50px 0 no-repeat;
  background-size: 100px;
}
input[type="radio"]:checked + label i {
  background: url(../../images/check_radio_sheet.png) -75px 0 no-repeat;
  background-size: 100px;
}
textarea {
  overflow: auto;
  vertical-align: text-top;
}
select {
  background: url(../../images/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;
  overflow: auto;
}
.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 {
  top: 10px;
  position: fixed;
  right: 340px;
}
.header-infoText{
  position: fixed;
  z-index: 10001;
  top: 15px;
  left: 300px;
}
.header-infoText li{
  list-style: none;
  font-size: 16px;
  color: #003b6f;
}
.b_time {
  padding: 2px 25px 2px 55px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
main {
  position: relative;
  margin: 0 auto;
  min-width: 980px;
}
.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 {
  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;
}

.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 p {
  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 #0e6fc2;
  display: inline-block;
  z-index: 1;
}
.copyright {
  font-size: 13px;
}
.news_inner {
  width: 100%;
  padding: 100px 30px 30px !important;
  display: flex;
  height: 100%;
  /*max-width: 1200px;*/
}
.news_inner list {
    width: 70%;
    padding: 0, 10px;
}

.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: #FFF8;
    /*box-shadow: 4px 4px 12px 4px rgba(20%,20%,40%,0.5);*/
    margin-bottom: 6px;
    margin-left: 6px;
}

/* .news_inner maparea div {
    width: 100%;
   
} */
#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: 52%;
  cursor: pointer;
}
.qa_ul li row > *:nth-child(2) {
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.qa_ul li row > *:nth-child(3) {
  width: 22%;
}
.qa_ul li row > *:last-child {
  width: 6%;
}
.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;
}

/************************* penghu *************************/
.penghu {
  background: url(../../images/account/background@2x.png) center top no-repeat #9fe5fb;
  background-size: cover;
}
.penghu main {
  width: 100%;
/*  max-width: 1350px;
  min-width: 980px;*/
  padding: 30px;
  overflow: hidden;
}

.penghu .main_box {
  width: 100%;
  padding: 20px 30px 10px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 12px;
  box-shadow: 2px 2px 10px 2px rgba(20%,20%,40%,0.15);
  display: inline-block;
}
.penghu .main_l {
  width: calc(45% - 100px);
  margin-right: 100px;
  float: left;
}
.penghu .login_box, .penghu .register_box  {
  text-align: center;
}
.penghu h1 {
  color: #0d6fc2;
  padding: 10px 0;
  font-size: 36px;
  line-height: 1.2em;
}
.penghu h3 {
  color: #8393a7;
  font-size: 24px;
}
.penghu .login_box form label {
  font-size: 20px;
  margin-bottom: 0;
}
.penghu input {
  border: 1px solid #dce3ea;
  border-radius: 5px;
  padding: 15px;
  font-size: 20px;
}
.penghu input::placeholder {
  color: #8393a7;
}
.penghu button {
  margin: 15px auto 10px;
  background-color: #0e6fc2;
  font-size: 24px;
  border-radius: 15px;
  color: #fff;
}
.penghu ul_flex li:nth-child(1) button {
    margin: 10px;
    font-size: 15px;
    font-weight: bold;
    border-width: 4px;
    border-radius: 5px;
    background-color: #e5e5e5;
    color: #31394f;
}
.penghu hr {
    background: #aaa;
}
.penghu .main_r {
  position: relative;
  width: 55%;
  float: right;
}
.penghu .b_time {
    position: fixed;
    top: 4px;
    right: 100px;
    line-height: 2em;
    font-size: 20px;
    border-radius: 20px;
    background: url(../../images/account/time@2x.png) left 15px center no-repeat #f0f3f8;
    background-size: 35px auto;
    color: #0081d5;
    clear: both;
}
.penghu main .b_time {
    position: absolute;
    top: 0;
    right: 0;
}
.penghu .news_box {
  margin-top: 70px;
}
.penghu .copyright {
  color: #8393a7;
  margin-top: 10px;
}
.penghu .news_box a {
  padding: 0 5px;
}
.penghu .news_box img {
  border-radius: 15px;
}
.penghu .news_box p {
  width: 100%;
  padding: 0 5px;
  font-size: 24px;
  color: #0e6fc2;
  line-height: 1em;
  margin-top: 15px;
}
.penghu .news_box time {
  width: 100%;
  padding: 0 5px;
  color: #8393a7;
}
.penghu .newsB_box p {
  font-size: 36px;
}
.penghu .news_box hr {
  margin: 0 0 10px !important;
}
.penghu .slick-dots li.slick-active button:before {
  color: #0081d5;
}
.penghu .slick-dots li button:before {
  font-size: 16px;
}
.penghu .newsS_box li {
  margin: 10px 0 0;
}
.penghu .newsS_box hr {
  margin: 10px 0 0 !important;
}
.penghu .newsS_box h5 {
  margin-bottom: 30px;
}
.penghu .i_more {
  margin: 15px auto;
  justify-content: center;
  color: #0081d5;
  font-size: 24px;
}
.penghu .news_ul, .penghu .qa_ul {
  background-color: rgba(255,255,255,0.5);
  border-radius: 12px;
}
.penghu .news_ul li, .penghu .qa_ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #99a2ab;
}
.penghu .news_ul li h6, .penghu .qa_ul li h6 {
  font-size: 18px;
}
.penghu .news_ul li h6:first-child, .penghu .news_ul li h5, .penghu .qa_ul li h5 {
  font-size: 24px;
  color: #1567bd;
}
.penghu .news_ul li p, .penghu .qa_ul li p {
  color: #87909f;
  font-size: 18px;
}
.penghu .news_ul li div p, .penghu .qa_ul li div p {
  margin-top: 5px;
}
.penghu .news_ul li a, .penghu .qa_ul li a {
  color: #1567bd;
  text-decoration-line: underline;
}
.penghu .news_ul .photo_box, .penghu .qa_ul .photo_box {
  float: left;
  width: auto;
  padding: 0 10px 10px 0;
}
.penghu .news_ul .photo_box img, .penghu .qa_ul .photo_box img {
  border-radius: 15px;
}
/************************* slick *************************/
.banner_box {
  width: 100%;
  overflow: hidden;
}
.register_box {
  position: relative;
  background-color: white;
  border-radius: 10px;
  width: 100%;
  overflow: auto;
  padding: 21px;
  margin: 10px 0;
}

.register_box input{
  width: 100%;
  padding: 10px;
  font-weight: bold;
  padding-left: 40px
}

.register_box h1{
  padding-bottom: 10px;
  margin: .2rem;
}
@media (max-width: 768px){
  .l-header h2{
    display: none;
  }
  .header-dropdown {
    right: 140px;
}
  .header-infoText{
    top: 58px;
    left: 64px;
}
.b_time {
  display: none;
}
}
