@charset "utf-8";

figure {
  margin: 0
}

figure.image {
  clear: both;
  display: table;
  margin: 1em auto;
  min-width: 3em;
  text-align: center
}

figure.image.image-style-side {
  float: right;
  margin-left: 1em
}

figure.table table,
figure.table td {
  border: 1px solid #b3b3b3;
  border-collapse: collapse
}

figure.table p {
  margin: 0
}

figure.media video {
  width: 100%
}

blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em
}

span.text-tiny {
  font-size: .7em
}

span.text-small {
  font-size: .85em
}

span.text-big {
  font-size: 1.4em
}

span.text-huge {
  font-size: 1.8em
}

body {
  min-width: 86em;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  font-family: Microsoft YaHei, SimSun
}

img {
  border: 0
}

form {
  margin: 0;
  padding: 0
}

input,
select,
textarea {
  font-size: 1em;
  font-family: Microsoft YaHei, SimSun
}

input::-ms-clear,
input::-ms-reveal {
  display: none
}

div,
ul,
li {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden
}

ul,
li {
  list-style-type: none
}

li {
  text-overflow: ellipsis
}

a {
  text-decoration: none;
  color: #333;
  outline: 0
}

a:hover {
  text-decoration: none;
  color: #009790
}

a,
.arow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (max-width:640px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-thumb:hover {
    background-color: transparent
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@font-face {
  font-family: 'icon';
  src: url('./font/iconfont.woff?t=1755674418') format('woff')
}

.himg {
  position: relative;
  z-index: 1
}

.himg img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -200%;
  top: -200%;
  right: -200%;
  bottom: -200%;
  margin: auto;
  transition: transform .4s ease
}

.himg:hover img {
  transform: scale(1.1, 1.1)
}

header {
  border-bottom: 1px solid #eee
}

header .top {
  max-width: 86em;
  height: 8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto
}

header .top .logo {
  height: calc(100% - 3em);
  margin: 1.5em 0
}

header .top .logo img {
  height: 100%;
  display: inline-block
}

header .top .qrc p {
  line-height: 2em;
  margin: 0 .5em;
  text-align: center;
  display: inline-block
}

header .top .qrc p img {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0 auto
}

header .top .qrc p small {
  display: block
}

.toggle {
  display: none
}

.goto {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 3em;
  font-family: icon;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: rgba(0, 0, 0, .3);
  transition: color .4s ease-out;
  cursor: pointer
}

.goto:hover {
  color: #009790
}

.nav {
  max-width: 86em;
  height: 4.2em;
  line-height: 4.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  z-index: 9
}

.nav li {
  height: 100%;
  padding: 0 1em;
  position: relative;
  overflow: visible
}

.nav li .a {
  font-size: 1.2em
}

.nav li p {
  background-color: rgba(255, 255, 255, .95);
  text-align: center;
  position: absolute;
  left: -20%;
  top: 100%;
  right: -20%;
  margin: 0 auto;
  display: none
}

.nav li p a {
  height: 3em;
  line-height: 3em;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.nav li p a:last-child {
  border-bottom: 0
}

.nav li p a:hover {
  background-color: #009790;
  color: #fff
}

.nav li:hover .a,
.nav li.on .a {
  color: #009790;
  font-weight: bold
}

.nav li:hover p {
  display: block;
  animation: fade-in .4s
}

.nav li.on::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #009790;
  position: absolute;
  left: 0;
  bottom: 0
}

.nav li.sub::after {
  content: '\e63d';
  font-family: icon;
  margin-left: .5em;
  font-size: .8em;
  color: #999
}

.ibn {
  position: relative
}

.ibn .list {
  height: 31em;
  position: relative;
  z-index: 1
}

.ibn .list li {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative
}

.ibn .list li img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  transform: scale(1.1, 1.1);
  transition: transform 4s ease-out
}

.ibn .list li.on img {
  transform: scale(1, 1);
  transition-delay: .8s
}

.ibn .goto.prev {
  left: 1em
}

.ibn .goto.next {
  right: 1em
}

.ibn .dot {
  width: 100%;
  height: .6em;
  line-height: .6em;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 6em
}

.ibn .dot a {
  width: 2em;
  height: .6em;
  background-color: rgba(0, 0, 0, .3);
  display: inline-block;
  vertical-align: top;
  margin: 0 .5em;
  transform: translateY(.3em);
  transition: transform .4s
}

.ibn .dot a.on {
  transform: translateY(0);
  background-color: rgba(0, 0, 0, .6)
}

.help {
  max-width: 80em;
  height: 16em;
  border-radius: 8em;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 0 3em;
  margin: -4em auto 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  align-items: center
}

.help .name {
  width: 10em;
  line-height: 2em;
  color: #009790;
  text-align: center
}

.help .name::before {
  content: attr(data-icon);
  line-height: 1em;
  font-family: icon;
  font-size: 6em;
  display: block
}

.help .name strong {
  font-size: 1.4em;
  display: block;
  font-weight: normal
}

.help .name small {
  text-transform: uppercase;
  color: #999;
  display: block
}

.help .list {
  width: 65em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.help .list a {
  width: 8em;
  line-height: 2em;
  text-align: center;
  margin: 1em calc((25% - 8em) / 2)
}

.help .list a::before {
  content: attr(data-icon);
  line-height: 1em;
  font-family: icon;
  font-size: 3em;
  display: block;
  color: rgba(0, 151, 144, .5)
}

.help .list a:hover::before {
  color: #009790
}

.abt {
  max-width: 86em;
  margin: 2em auto;
  position: relative
}

.abt strong {
  line-height: 1.4em;
  display: block;
  color: #009790;
  font-weight: normal;
  font-size: 1.4em
}

.abt small {
  text-transform: uppercase;
  display: block;
  color: #ccc
}

.abt .more {
  width: 8em;
  height: 2.6em;
  line-height: 2.6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #009790;
  border-radius: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0
}

.news {
  max-width: 86em;
  display: flex;
  justify-content: space-between;
  margin: 2em auto
}

.news .imgs {
  width: 33em;
  height: 27em;
  border-radius: .5em;
  position: relative
}

.news .imgs .goto.prev {
  left: .2em
}

.news .imgs .goto.next {
  right: .2em
}

.news .imgs .list {
  font-size: 0;
}

.news .imgs .list a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: inline-block
}

.news .imgs .list a p {
  margin: 0;
  overflow: hidden
}

.news .imgs .list a .himg {
  height: 22em
}

.news .imgs .list a .info {
  height: 3em;
  padding: 1em 0;
  background-color: #009790;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.news .imgs .list a .info span {
  display: inline-block;
  overflow: hidden
}

.news .imgs .list a .info span.date {
  width: 6em;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .5);
  margin-right: .9em
}

.news .imgs .list a .info span.date strong {
  line-height: 1em;
  display: block;
  font-size: 2em;
  font-weight: lighter
}

.news .imgs .list a .info span.tad {
  width: 19em;
  line-height: 1.5em
}

.news .imgs .list a .info span.tad strong {
  display: block;
  font-size: 1.2em;
  font-weight: normal
}

.news .imgs .list a .info span.tad small {
  display: block
}

.news .imgs .list a .info span.view {
  width: 6em;
  text-align: center;
  font-size: .8em;
  color: #79fef8
}

.news .title {
  height: 4em;
  padding: 0 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd
}

.news .title .tab {
  height: 100%
}

.news .title .tab strong {
  height: 3.1em;
  line-height: 3.4em;
  margin: 0 .5em;
  font-size: 1.2em;
  font-weight: normal;
  display: inline-block;
  cursor: pointer
}

.news .title .tab strong.on {
  color: #009790;
  border-bottom: 3px solid #009790;
  font-weight: bold
}

.news .box {
  width: calc(100% - 35em);
  border: 1px solid #ddd;
  border-radius: .5em
}

.news .box .row {
  line-height: 2.3em;
  white-space: nowrap
}

.news .box .row .list {
  width: calc(100% - 3em);
  height: calc(100% - 1.6em);
  margin: .8em 1.5em;
  display: inline-block;
  vertical-align: top
}

.news .box .row .list li {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.news .box .row .list li a {
  max-width: calc(100% - 7em)
}

.news .box .row .list li a::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #009790;
  display: inline-block;
  margin-right: .7em
}

.news .box .row .list li small {
  color: #bbb;
  white-space: nowrap
}

.team {
  max-width: 86em;
  margin: 2em auto
}

.team .list {
  white-space: nowrap
}

.team .list li {
  width: 25em;
  height: 13em;
  padding: calc(1em - 1px);
  border: 1px solid #eee;
  margin-right: 2.5em;
  background-color: #fff;
  display: inline-block;
  white-space: normal
}

.team .list li p {
  margin: 0;
  overflow: hidden
}

.team .list li .himg {
  width: 10.6em;
  height: 100%;
  float: left;
  margin-right: 1.5em
}

.team .list li .info {
  line-height: 2em
}

.team .list li .info strong {
  display: block;
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: .2em
}

.team .list li .info small {
  display: block;
  color: #bbb
}

.team .list li .info span {
  height: 3.6em;
  line-height: 1.8em;
  display: block;
  overflow: hidden;
  margin: 1em 0
}

.team .list li .info span::before {
  content: attr(data-name);
  color: #009790
}

.team .list li .info a {
  width: 7em;
  height: 2.4em;
  line-height: 2.4em;
  border: 1px solid #ddd;
  border-radius: 1.2em;
  display: block;
  text-align: center;
  color: #999
}

.team .list li .info a:hover {
  background-color: #009790;
  color: #fff;
  border-color: #009790
}

.team.isd {
  background-color: transparent
}

.team.isd .list {
  white-space: normal;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.team.isd .list li {
  display: inline-block;
  margin: 1em .5em
}

.links {
  max-width: 85em;
  margin: 2em auto;
  padding: calc(.5em - 1px);
  border: 1px solid #eee;
  display: flex;
  justify-content: space-between
}

.links .name {
  width: 5em;
  padding: 1em 0;
  background-color: #009790;
  color: #fff;
  text-align: center
}

.links .list {
  width: calc(100% - 7em);
  line-height: 2em;
  padding: .4em 0
}

.links .list a {
  margin-right: 2em
}

.map {
  position: relative
}

.map #map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1
}

.map #map div {
  overflow: visible
}

.map #map img {
  max-width: none
}

.map #map .anchorBL {
  display: none
}

.map .goto {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.contact {
  max-width: 86em;
  display: flex;
  justify-content: space-between;
  margin: 2em auto
}

.contact .map {
  width: 44em;
  height: 28em
}

.contact .list {
  width: calc(100% - 46em)
}

.contact .list li {
  line-height: 2em;
  padding: .7em 0;
  border-bottom: 1px dashed #ddd
}

.contact .list li::before {
  content: attr(data-name);
  width: 10em;
  display: inline-block;
  font-weight: bold
}

.nbn {
  max-width: 86em;
  margin: 0 auto;
  height: 18.75em;
  position: relative
}

.nbn img {
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  right: -100%;
  margin: 0 auto
}

.body {
  max-width: 86em;
  margin: 0 auto
}

@keyframes upward {
  0% {
    transform: translateY(0%)
  }

  100% {
    transform: translateY(-50%)
  }
}

.about {
  display: flex;
  justify-content: space-between
}

.about .photo {
  width: 25em;
  height: 32em
}

.about .photo p {
  margin: 0;
  animation: upward infinite linear
}

.about .photo:hover p {
  animation-play-state: paused
}

.about .photo .himg {
  width: 100%;
  height: 15em;
  margin-bottom: 1em;
  display: block
}

.about .text {
  width: calc(100% - 27em);
  line-height: 2em
}

.about .text img {
  max-width: 100%
}

.honor .himg {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em
}

.honor.x .himg {
  width: 20em;
  height: 12.5em
}

.honor.y .himg {
  width: 11em;
  height: 14.5em
}

.news_ctg {
  margin: 2em 0
}

.news_ctg small {
  width: 1em;
  height: 1px;
  background-color: #ddd;
  margin: 0 1.5em;
  display: inline-block;
  vertical-align: middle
}

.news_ctg a.on {
  color: #009790;
  font-weight: bold
}

.news_list {
  border-left: 1px solid #ddd
}

.news_list li {
  padding: 2em 0 2em 4em;
  display: flex;
  justify-content: space-between;
  position: relative
}

.news_list li::before {
  content: '';
  width: 3.5em;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 4em
}

.news_list li .himg {
  width: 20em;
  height: 12em;
  line-height: 12em;
  background-color: #ddd;
  border-radius: .5em
}

.news_list li .himg::before {
  content: '暂无图片';
  color: rgba(0, 0, 0, .2);
  font-size: 1.4em;
  display: block;
  text-align: center;
  position: relative;
  z-index: -1
}

.news_list li p {
  width: calc(100% - 24em);
  line-height: 2em;
  margin: 0;
  padding: 2em;
  display: inline-block
}

.news_list li p strong {
  font-size: 1.4em;
  display: block;
  margin-bottom: 1em
}

.news_list li:hover {
  background-color: #f1f5f6
}

.party_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
  white-space: nowrap
}

.party_list li a {
  border-left: 3px solid #009790;
  padding-left: 1em
}

.disease a {
  width: calc((100% - 6em) / 4);
  height: 3em;
  line-height: 3em;
  border-bottom: 1px dashed #ddd;
  margin-right: 2em;
  margin-bottom: 2em;
  display: inline-block;
  position: relative
}

.disease a::after {
  content: '\e616';
  font-family: icon;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  color: #aaa
}

.disease a:nth-child(4n) {
  margin-right: 0
}

.content {
  line-height: 2em;
  padding: 2em 0
}

.content img {
  max-width: 100%
}

.page {
  text-align: center;
  margin: 2em auto
}

.page a {
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
  padding: 0 1em;
  margin: 0 .2em;
  display: inline-block;
  border-radius: 5px;
  font-family: Arial
}

.page a:hover {
  background-color: rgba(0, 0, 0, .1)
}

.page a.on {
  background-color: #009790;
  color: #fff
}

footer {
  background-color: #f1f5f6
}

footer .menu {
  max-width: 86em;
  height: 4em;
  line-height: 4em;
  margin: 0 auto;
  background-color: #009790;
  text-align: center;
  border-radius: 0 0 2em 2em
}

footer .menu a {
  color: rgba(255, 255, 255, .8);
  margin: 0 1em
}

footer .copyright {
  max-width: 86em;
  line-height: 1.6em;
  text-align: center;
  padding: 1em 0;
  margin: 0 auto
}

@media screen and (max-width:1800px) {
  body {
    font-size: 14px
  }

  .news .imgs .list a .info {
    font-size: 14px
  }
}

@media screen and (max-width:1600px) {
  body {
    font-size: 12px
  }

  .news .imgs .list a .info {
    font-size: 12px
  }
}

@media screen and (max-width:640px) {
  body {
    min-width: 0;
    padding-top: 4em
  }

  header {
    background-color: #fff;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    right: 0
  }

  header .top {
    height: 4em
  }

  header .top .logo {
    height: calc(100% - 2em);
    margin: 1em
  }

  header .top .qrc {
    display: none
  }

  .toggle {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    font-family: icon;
    text-align: center;
    font-size: 1.6em;
    border: 1px solid #ccc;
    color: #ccc;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    z-index: 9;
    top: .5em;
    right: .5em;
    display: block
  }

  .toggle.on {
    background-color: #009790;
    border-color: transparent;
    color: #fff
  }

  .nav {
    width: 10em;
    height: auto;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #eee;
    border-right: 0;
    position: fixed;
    top: 4em;
    right: 0;
    display: none
  }

  .nav li {
    width: 100%;
    height: 3em;
    line-height: 3em;
    display: block;
    padding: 0;
    text-align: center
  }

  .nav li::after,
  .nav li p {
    display: none
  }

  .nav.on {
    display: block
  }

  .ibn .list {
    height: 30vw
  }

  .ibn .goto.prev {
    left: .2em
  }

  .ibn .goto.next {
    right: .2em
  }

  .ibn .dot {
    display: none
  }

  .abt {
    margin: 1em
  }

  .help {
    margin: 1em;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: block
  }

  .help .name {
    width: 100%;
    display: none
  }

  .news {
    display: block;
    margin: 1em
  }

  .news .imgs {
    width: calc(100vw - 2em);
    height: calc((100vw - 2em) * .86);
    margin-bottom: 1em
  }

  .news .imgs .list a .himg {
    height: calc((100vw - 2em) * .67)
  }

  .news .box {
    width: calc(100% - 2px);
    margin-bottom: 1em
  }

  .team .list {
    margin: 1em
  }

  .team .list li {
    width: calc(100% - 2em)
  }

  .links {
    display: none
  }

  .contact {
    margin: 1em;
    display: block
  }

  .contact .map {
    width: 100%;
    height: 60vw
  }

  .contact .list li {
    white-space: normal
  }

  .contact .list li::before {
    content: attr(data-name)'：';
    width: auto
  }

  .nbn {
    height: 18vw
  }

  .about {
    display: block
  }

  .about .photo {
    margin: 0 auto
  }

  .about .text {
    width: auto;
    padding: 1em
  }

  .honor {
    padding: 1em 0;
    text-align: center
  }

  .honor .himg {
    margin: 1em
  }

  .news_ctg {
    line-height: 2em;
    margin: 1em;
    white-space: nowrap;
    overflow-x: auto
  }

  .news_list {
    border-left: 0
  }

  .news_list li {
    padding: 1em;
    display: block
  }

  .news_list li .himg {
    display: block;
    margin-bottom: 1em
  }

  .news_list li p {
    width: 100%;
    padding: 0
  }

  .news_list li p small {
    height: 4em;
    line-height: 2em;
    overflow: hidden
  }

  .party_list {
    padding: 1em
  }

  .disease {
    padding: 1em
  }

  .disease a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0
  }

  .content {
    padding: 1em
  }

  .content h1 {
    line-height: 1.6em
  }

  footer .menu {
    display: none
  }

  footer .copyright {
    padding: 1em;
    font-size: .6em
  }
}