* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
html {
  font-size: 19.2px;
}
@media only screen and (max-width: 1919px) {
  html {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 1439px) {
  html {
    font-size: 13.66px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 12px;
  }
}
body {
  font-family: apple-system, "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #787878;
  padding-top: 5.05208333rem;
}
h1,
.contact-panel dt,
.contact-form h1 {
  font-weight: 400;
  font-size: 30px;
  color: #000;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.mt60 {
  margin-top: 3.125rem !important;
}
.flr {
  float: right !important;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.clearfix,
.main-content,
.article-adjacent,
.dp-item,
.otherarticle ul,
.banner-content,
.crumbs,
.contact-panel,
.contact-form,
.activity-content,
.notice-content,
.workreport-content,
.fl-links,
.news-content {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.main-content:before,
.main-content:after,
.article-adjacent:before,
.article-adjacent:after,
.dp-item:before,
.dp-item:after,
.otherarticle ul:before,
.otherarticle ul:after,
.banner-content:before,
.banner-content:after,
.crumbs:before,
.crumbs:after,
.contact-panel:before,
.contact-panel:after,
.contact-form:before,
.contact-form:after,
.activity-content:before,
.activity-content:after,
.notice-content:before,
.notice-content:after,
.workreport-content:before,
.workreport-content:after,
.fl-links:before,
.fl-links:after,
.news-content:before,
.news-content:after {
  content: "";
  display: table;
}
.clearfix:after,
.main-content:after,
.article-adjacent:after,
.dp-item:after,
.otherarticle ul:after,
.banner-content:after,
.crumbs:after,
.contact-panel:after,
.contact-form:after,
.activity-content:after,
.notice-content:after,
.workreport-content:after,
.fl-links:after,
.news-content:after {
  clear: both;
}
.button {
  width: 12.5rem;
  height: 3.28125rem;
  border: 2px solid #409DFA;
  color: #409DFA;
  border-radius: 1.66666667rem;
}
button.button {
  font-size: 22px;
  border: 0 none;
  cursor: pointer;
}
a.button {
  line-height: 3.28125rem;
  display: block;
  font-size: 18px;
  text-align: center;
}
.button:hover {
  background-color: #027CF5;
  color: #fff;
}
.form-row,
.form-row-button {
  margin-top: 1.5625rem;
}
.form-row input,
.form-row textarea {
  height: 3.125rem;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  font-size: 100%;
  padding: 0 0.78125rem;
  width: 100%;
}
.form-row textarea {
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
  height: 12.5rem;
}
.form-row-button {
  text-align: right;
}
.footer {
  background-color: #409DFA;
  font-size: 16px;
  padding: 2.60416667rem 0;
  color: #fff;
  margin-top: 4.6875rem;
  position: relative;
  z-index: 10;
}
.ft-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 73.95833333rem;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .ft-content {
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .ft-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft-content span {
    text-align: center;
  }
}
.ft-links a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 1.5625rem;
}
.ft-links .wechat {
  cursor: pointer;
  position: relative;
}
.ft-links .wechat img {
  display: none;
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 50px;
  left: 50%;
  margin-left: -70px;
}
.ft-links .wechat:hover img {
  display: block;
}
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.header .logo {
  width: 17.55208333rem;
  height: 3.17708333rem;
  display: block;
}
.header .nav > li {
  float: left;
}
.header .nav > li:hover > a {
  color: #409DFA;
}
.header .nav > li:hover > a i {
  transform: rotate(180deg);
}
.header .nav > li:hover .subnav {
  display: block;
}
.header .nav a {
  color: #333;
  font-size: 16px;
  display: block;
  width: 134px;
  height: 47px;
  line-height: 47px;
  text-align: center;
}
.header .nav a.current {
  color: #409DFA;
}
.header .nav a i {
  line-height: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 4px;
  transform: rotate(0);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.header .subnav {
  position: absolute;
  background-color: #fff;
  display: none;
}
.header .subnav a {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header .subnav a:hover {
  background-color: #409DFA;
  color: #fff;
}
.hd-content {
  display: flex;
  justify-content: space-between;
  height: 5.05208333rem;
  width: 73.95833333rem;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .hd-content {
    width: 96%;
  }
}
.main {
  margin-top: 3.125rem;
}
.main-content,
.banner-content,
.crumbs,
.contact-panel,
.contact-form,
.activity-content,
.notice-content,
.workreport-content,
.fl-links,
.news-content {
  width: 73.95833333rem;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .main-content,
  .banner-content,
  .crumbs,
  .contact-panel,
  .contact-form,
  .activity-content,
  .notice-content,
  .workreport-content,
  .fl-links,
  .news-content {
    width: 96%;
    margin: 0 2%;
  }
}
.banner {
  padding-top: 23.4375%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 40px;
  color: #000;
}
@media only screen and (max-width: 919px) {
  .banner {
    padding-top: 61.11111111%;
  }
}
.banner-content {
  padding-top: 10.41666667rem;
  color: #fff;
  display: none;
}
.about-banner {
  background-image: url('../Images/about_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .about-banner {
    background-image: url('../Mobile/Images/about_banner.jpg');
  }
}
.about2-banner {
  background-image: url('../Images/about2_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .about2-banner {
    background-image: url('../Mobile/Images/about2_banner.jpg');
  }
}
.about3-banner {
  background-image: url('../Images/about3_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .about3-banner {
    background-image: url('../Mobile/Images/about3_banner.jpg');
  }
}
.about4-banner {
  background-image: url('../Images/about4_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .about4-banner {
    background-image: url('../Mobile/Images/about4_banner.jpg');
  }
}
.about5-banner {
  background-image: url('../Images/about5_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .about5-banner {
    background-image: url('../Mobile/Images/about5_banner.jpg');
  }
}
.news-banner {
  background-image: url('../Images/news_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .news-banner {
    background-image: url('../Mobile/Images/news_banner.jpg');
  }
}
.news1-banner {
  background-image: url('../Images/news1_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .news1-banner {
    background-image: url('../Mobile/Images/news1_banner.jpg');
  }
}
.news106-banner {
  background-image: url('../Images/news106_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .news106-banner {
    background-image: url('../Mobile/Images/news106_banner.jpg');
  }
}
.activity-banner {
  background-image: url('../Images/activity_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .activity-banner {
    background-image: url('../Mobile/Images/activity_banner.jpg');
  }
}
.map-banner {
  background-image: url('../Images/map_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .map-banner {
    background-image: url('../Mobile/Images/map_banner.jpg');
  }
}
.activity105-banner {
  background-image: url('../Images/activity105_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .activity105-banner {
    background-image: url('../Mobile/Images/activity105_banner.jpg');
  }
}
.activity106-banner {
  background-image: url('../Images/activity106_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .activity106-banner {
    background-image: url('../Mobile/Images/activity106_banner.jpg');
  }
}
.activity107-banner {
  background-image: url('../Images/activity107_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .activity107-banner {
    background-image: url('../Mobile/Images/activity107_banner.jpg');
  }
}
.activity108-banner {
  background-image: url('../Images/activity108_banner.jpg');
}
@media only screen and (max-width: 919px) {
  .activity108-banner {
    background-image: url('../Mobile/Images/activity108_banner.jpg');
  }
}
.about-banner {
  background-position-y: top !important;
}
.article,
.datapanel {
  width: 52.08333333rem;
  float: left;
}
@media only screen and (max-width: 919px) {
  .article,
  .datapanel {
    width: 100%;
    float: none;
  }
}
.article-title {
  border-bottom: 1px solid #ccc;
}
.article-content {
  margin-top: 2.08333333rem;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.article-content p:has(img) {
  text-align: center;
}
.article-content img {
  margin: 20px 0;
  max-width: 100%;
  width: auto;
  height: auto!important;
}
.article-content embed[type$="pdf"] {
  width: 100%;
  height: 100vh;
}
.article-content-img {
  text-align: center;
}
.article-date,
.dp-item-info time,
.oa-item time {
  font-size: 14px;
  color: #409DFA;
  line-height: 18px;
  display: block;
}
.article-date i,
.dp-item-info time i,
.oa-item time i {
  line-height: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -4px;
}
.article-adjacent {
  border: 1px solid #EBEBEB;
  border-width: 1px 0;
  margin-top: 1.04166667rem;
  padding: 1.04166667rem 0;
}
.article-adjacent a {
  float: left;
}
.article-adjacent a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 17.1875rem;
  vertical-align: middle;
}
.article-adjacent a.next {
  float: right;
  text-align: right;
}
.article-adjacent a.prev:before,
.article-adjacent a.next:after {
  content: attr(data-text);
  color: #000;
}
.article-photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5625rem;
}
.article-photo li {
  width: 12.5rem;
  margin-top: 0.69444444rem;
  cursor: pointer;
}
.article-photo li.append {
  height: 0;
}
.side {
  float: right;
  width: 17.1875rem;
}
@media only screen and (max-width: 919px) {
  .side {
    float: none;
    width: 100%;
    margin-top: 1.04166667rem;
  }
}
.crumbs {
  margin-top: 1.04166667rem;
}
.crumbs a {
  color: #333;
  margin-right: 1.04166667rem;
}
.crumbs a:after {
  content: '/';
  margin-left: 1.04166667rem;
}
.crumbs span {
  color: #409DFA;
  border-bottom: 1px solid #409DFA;
}
.crumbs-wrap {
  border-top: 1.04166667rem #409DFA solid;
  background-color: #f5f5f5;
  padding-bottom: 1.04166667rem;
}
.sidemenu dl {
  margin-bottom: 1.04166667rem;
}
.sidemenu dl.current i {
  transform: rotate(0);
}
.sidemenu dl.current dd {
  display: block;
}
.sidemenu dt {
  margin-bottom: 0.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
.sidemenu dt:hover {
  color: #409DFA;
}
.sidemenu dt i {
  line-height: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.sidemenu dd {
  border-bottom: 1px solid #EBEBEB;
  display: none;
}
.sidemenu dd a {
  display: block;
  padding: 1.04166667rem 0;
  margin: 0.52083333rem 0;
}
.sidemenu dd a.current {
  color: #409DFA;
}
.sidemenu dd a:hover {
  background-color: #409DFA;
  color: #fff;
  padding-left: 1.04166667rem;
  padding-right: 1.04166667rem;
}
.contact-panel {
  display: flex;
}
@media only screen and (max-width: 1440px) {
  .contact-panel {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 919px) {
  .contact-panel {
    display: block;
  }
}
.contact-panel::before,
.contact-panel::after {
  content: none;
}
.contact-panel dt,
.contact-form h1 {
  margin-bottom: 2.08333333rem;
}
.contact-panel dd {
  font-size: 16px;
}
.contact-panel .address {
  border-bottom: 1px solid #000;
  padding-right: 5.20833333rem;
  padding-bottom: 1.04166667rem;
  margin-bottom: 1.04166667rem;
  display: inline-block;
}
.contact-job {
  margin-left: 5.20833333rem;
}
@media only screen and (max-width: 1440px) {
  .contact-job {
    margin-left: 0;
  }
}
.contact-job dd {
  margin-top: 0.52083333rem;
}
.contact-form p {
  font-size: 16px;
  margin-bottom: 1.5625rem;
}
.contact-form form {
  width: 890px;
}
@media only screen and (max-width: 919px) {
  .contact-form form {
    width: 100%;
  }
}
.dp-list li {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 1.04166667rem;
  margin-bottom: 1.04166667rem;
}
.dp-list a .dp-item {
  background-color: #f5f5f5;
  border-color: #e97865;
}
.dp-item {
  border: 1px solid #fff;
}
.dp-item img {
  float: left;
  width: 23.54166667rem;
  height: 13.64583333rem;
  margin-right: 1.04166667rem;
}
@media only screen and (max-width: 720px) {
  .dp-item img {
    float: none;
    width: 100% !important;
    height: auto !important;
    margin-right: 0;
  }
}
.dp-item-info {
  overflow: hidden;
  padding-right: 0.52083333rem;
}
.dp-item-info > * {
  margin-top: 1.04166667rem;
}
@media only screen and (max-width: 1919px) {
  .dp-item-info > * {
    margin-top: 0.78125rem;
  }
}
@media only screen and (max-width: 1439px) {
  .dp-item-info > * {
    margin-top: 0.52083333rem;
  }
}
.dp-item-info h1,
.oa-item h1 {
  font-size: 20px;
  color: #d23529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dp-item-info p,
.oa-item p {
  font-size: 14px;
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 720px) {
  .dp-item-info p,
  .oa-item p {
    height: auto;
  }
}
.dp-item-info b {
  width: 7.91666667rem;
  height: 2.08333333rem;
  line-height: 2.08333333rem;
  display: block;
  background-color: #409DFA;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.dp-mz-item img {
  width: 13.02083333rem;
  height: 17.70833333rem;
}
.paging {
  padding-bottom: 1.04166667rem;
  text-align: center;
  margin-top: 1.5625rem;
}
.paging a,
.paging span {
  margin: 0 0.52083333rem;
  width: 2.08333333rem;
  height: 2.08333333rem;
  line-height: 2.08333333rem;
  border: 1px solid #e9e9e9;
  display: inline-block;
}
.paging span.current {
  color: #fff;
  border-color: #409DFA;
  background-color: #409DFA;
}
.paging span.spacer {
  border-color: #fff;
}
.otherarticle .swiper-button-prev,
.otherarticle .swiper-button-next {
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
  top: 6.35416667rem;
}
.otherarticle .swiper-button-prev:focus,
.otherarticle .swiper-button-next:focus {
  outline: none;
}
.oa-item {
  width: 22.5rem;
}
.oa-item a {
  display: block;
  border: 1px solid transparent;
  padding-bottom: 1.04166667rem;
}
.oa-item a > * {
  margin: 1.04166667rem 1.04166667rem 0;
}
.oa-item a:hover {
  border-color: #409DFA;
  background-color: #F7F7F7;
}
.oa-item .oa-cover {
  width: 100%;
  margin: 0;
}
.oa-item h1 {
  color: initial;
}
.oa-item p {
  height: 42px;
  -webkit-line-clamp: 2;
}
#otherswiper .oa-item {
  width: 25.52083333rem;
  margin-right: 1.04166667rem;
}
.typelist .tl-item,
.typelist .tl-mz-item {
  margin-top: 3.125rem;
}
.typelist :first-child {
  margin-top: 0;
}
.typelist ul,
.activity-list,
.notice-list,
.wr-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.typelist .oa-item,
.activity-list .oa-item,
.notice-list .oa-item,
.wr-list .oa-item {
  width: 23.64583333rem;
}
@media only screen and (max-width: 919px) {
  .typelist .oa-item,
  .activity-list .oa-item,
  .notice-list .oa-item,
  .wr-list .oa-item {
    width: 49%;
  }
}
@media only screen and (max-width: 454px) {
  .typelist .oa-item,
  .activity-list .oa-item,
  .notice-list .oa-item,
  .wr-list .oa-item {
    width: 100%;
  }
}
.tl-mz-item .oa-item a {
  padding-bottom: 0;
}
.tl-mz-item .oa-item h1 {
  display: none;
}
@media only screen and (max-width: 454px) {
  .tl-mz-item .oa-item {
    margin-top: 3.125rem;
  }
}
#backtop {
  padding: 0.78125rem 0.52083333rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #409DFA;
  align-items: center;
  position: fixed;
  bottom: 2.60416667rem;
  right: 2.60416667rem;
  display: none;
  z-index: 100;
  justify-content: center;
}
#backtop:hover {
  background-color: #027CF5;
}
#backtop i {
  line-height: 0;
  width: 1.66666667rem;
  height: 1.14583333rem;
  display: inline-block;
  color: #fff;
  transform: rotate(180deg);
}
.phototype .oa-item {
  width: 36.25rem;
}
.phototype .oa-item p {
  -webkit-line-clamp: 1;
  height: 21px;
}
@media only screen and (max-width: 919px) {
  .phototype .oa-item {
    width: 49%;
  }
}
@media only screen and (max-width: 454px) {
  .phototype .oa-item {
    width: 100%;
    margin-top: 1.5625rem;
  }
  .phototype .oa-item:first-of-type {
    margin-top: 0;
  }
}
.indextitle {
  text-align: center;
  margin-bottom: 3.125rem;
}
.activity {
  padding: 3.125rem 0;
}
.activity .indextitle {
  background: url(../Images/activity_title_bg.png) no-repeat 50%;
  width: 27.1875rem;
  height: 5.10416667rem;
  line-height: 5.10416667rem;
  background-size: cover;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.activity .showmore,
.notice .showmore {
  position: relative;
  left: 50%;
  margin-left: -6.51041667rem;
}
.activity-list .oa-item {
  margin-bottom: 3.125rem;
  background-color: #fff;
}
.activity-list .oa-item a {
  padding-top: 28px;
  position: relative;
}
.activity-list .oa-item a > * {
  margin-left: 0;
}
.activity-list .oa-item p {
  display: none;
}
.activity-list .oa-item time {
  height: 18px;
  position: absolute;
  top: 4px;
  margin-top: 0;
}
.notice .indextitle {
  background: url(../Images/notice_title_bg.jpg) no-repeat 50%;
  height: 6.14583333rem;
  line-height: 6.14583333rem;
  background-size: cover;
  color: #409DFA;
}
.notice-list .oa-item {
  margin-bottom: 3.125rem;
}
.notice-list .oa-item a > * {
  margin-left: 0;
}
.workreport {
  background: #fdeeeb url(../Images/workreport.jpg) repeat-x 50% 10.20833333rem;
  background-size: cover;
}
.wr-list .oa-item {
  margin-bottom: 3.125rem;
}
.wr-list .oa-item a > * {
  margin-left: 0;
}
.wr-list .oa-item a:hover {
  background-color: transparent;
}
.wr-list .oa-item h1 {
  color: #fff;
}
.wr-list .oa-item p {
  color: #fff;
  -webkit-line-clamp: 3;
  height: 63px;
}
.friendlink {
  margin: 3.4375rem 0 -1.25rem;
}
.fl-links {
  text-align: center;
  padding: 0 80px;
  position: relative;
}
.fl-links li {
  width: auto;
  margin-right: 2.60416667rem;
}
.fl-links img {
  width: 100%;
  height: auto;
}
.fl-links .swiper-button-prev,
.fl-links .swiper-button-next {
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  margin-top: -13px;
}
.fl-links .swiper-button-prev:focus,
.fl-links .swiper-button-next:focus {
  outline: none;
}
.fl-links .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ccc'/%3E%3C/svg%3E");
}
.fl-links .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23ccc'/%3E%3C/svg%3E");
}
.news {
  padding: 7.8125rem 0;
  background: url(../Images/news_bg.jpg) no-repeat 50%;
  background-size: cover;
}
@media only screen and (max-width: 454px) {
  .video {
    padding: 30px 0;
  }
}
.videobanner {
  width: 73.95833333rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.videobanner .vb-video {
  height: 22.8125rem;
  width: 49%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(../Images/videobanner.jpg);
}
.videobanner>.vb-video {
  width: 100%;
  height: 30rem;
}
.videobanner .sub{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.videobanner .sub .vb-video-1{
  background-image: url(../Images/videobanner_5.jpg);
}
.videobanner .sub .vb-video-2{
  background-image: url(../Images/videobanner_4.jpg);
}
.videobanner .sub .vb-video-3{
  background-image: url(../Images/videobanner_3.jpg);
}
.videobanner .sub .vb-video-4{
  background-image: url(../Images/videobanner_1.png);
}
.videobanner .sub .vb-video-5{
  background-image: url(../Images/videobanner_2.png);
}
.videobanner .sub .vb-video-6{
  background-image: url(../Images/videobanner_6.jpg);
}
.videobanner .sub .vb-video-7{
  background-image: url(../Images/videobanner_7.jpg);
}
.videobanner .sub .vb-video-8{
  background-image: url(../Images/videobanner_8.jpg);
}
@media only screen and (max-width: 454px) {
  .videobanner .vb-video {
    width: 100%;
  }
  .videobanner .sub{
    margin-top: 0;
  }
  .videobanner .sub .vb-video{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 758px) {
  .videobanner {
    width: 100%;
  }
  .videobanner .vb-video {
    background-size: cover;
  }
}
.merchantbanner {
  width: 73.95833333rem;
  height: 22.8125rem;
  display: block;
  margin: 0 auto;
  background: url(../Images/merchantbanner.jpg) no-repeat 50%;
  background-size: contain;
  position: relative;
  text-indent: -999em;
}
@media only screen and (max-width: 758px) {
  .merchantbanner {
    width: 100%;
    background-image: url(../Mobile/Images/merchantbanner.jpg);
  }
}
.news-list {
  font-size: 16px;
}
.news-list img {
  width: 39.47916667rem;
  height: 22.8125rem;
  margin-right: 5.20833333rem;
  float: left;
}
@media only screen and (max-width: 720px) {
  .news-list img {
    width: 100%;
    height: auto;
  }
}
.nl-info {
  overflow: hidden;
}
.nl-info p {
  margin-top: 2.60416667rem;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.nl-info a {
  margin-top: 4.6875rem;
}
@media only screen and (max-width: 720px) {
  .nl-info {
    clear: both;
  }
  .nl-info h1 {
    margin-top: 0.52083333rem;
  }
  .nl-info p {
    margin-top: 0.52083333rem;
    height: auto;
  }
  .nl-info a {
    margin: 0.52083333rem auto 0;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #409DFA;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #409DFA;
}
.slide-list li {
  width: 49.16666667rem;
  margin: 0 0.52083333rem;
  opacity: 0.3;
}
.slide-list li.swiper-slide-active {
  opacity: 1;
}
@media only screen and (max-width: 590px) {
  .slide-list li {
    width: 100%;
  }
}
#slidelist:hover .swiper-button-prev,
#slidelist:hover .swiper-button-next {
  opacity: 1;
}
#slidelist .swiper-pagination-bullets {
  position: absolute;
  bottom: 14.375rem;
  margin-bottom: -32px;
}
#slidelist .swiper-button-prev,
#slidelist .swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #409DFA;
  border-radius: 50%;
  margin-top: -8.75rem;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  background-size: 1.5625rem 1.5625rem;
}
#slidelist .swiper-button-prev {
  left: 50%;
  margin-left: -27.1875rem;
}
#slidelist .swiper-button-next {
  right: 50%;
  margin-right: -27.1875rem;
}
.slogan {
  height: 14.375rem;
  background: url(../Images/slogan_bg.png) no-repeat 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slogan i {
  line-height: 0;
  width: 730px;
  height: 60px;
  display: inline-block;
}
.slogan svg {
  fill: #409DFA;
}
.load-layout {
  background: url(../Images/load_bg.jpg) no-repeat 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.load {
  width: 632px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
}
@media only screen and (max-width: 650px) {
  .load {
    width: 90%;
  }
}
.load p {
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.2));
  -webkit-background-clip: text;
  color: transparent;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 10px;
}
@media only screen and (max-width: 454px) {
  .load p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.load a {
  border: 3px #fff solid;
  width: 190px;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  border-radius: 26px;
  color: #fff;
  font-size: 18px;
}
.load a:hover {
  border-color: #1777D8;
  background-color: #1777D8;
}
.load a i {
  line-height: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(-90deg);
  margin-left: 5px;
  vertical-align: -1px;
}
.load-logo {
  margin-bottom: 5px;
}
.load-logo img {
  height: auto;
}
a[download] {
  display: inline-block;
  height: 3.64583333rem;
  line-height: 3.64583333rem;
  background-color: #f0f0f0;
  padding-right: 1.30208333rem;
  font-size: 16px;
  overflow: hidden;
  min-width: 20.83333333rem;
}
a[download]:before {
  content: '';
  background: #409DFA url(../Svg/pdf.svg) no-repeat 50%;
  background-size: 2.08333333rem 2.08333333rem;
  display: inline-block;
  width: 3.64583333rem;
  height: 100%;
  margin-right: 0.78125rem;
  vertical-align: middle;
}
a[download]:hover {
  color: #409DFA;
}
.juhaojiang {
  width: 100%;
  height: 100%;
  background: url(../Images/juhaojiang_bg.jpg) no-repeat 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.juhaojiang .logo {
  background: url(../Images/juhaojiang_logo.png) no-repeat 50%;
  width: 42.60416667rem;
  height: 24.16666667rem;
  background-size: cover;
  margin-bottom: 4.16666667rem;
}
.juhaojiang a {
  display: inline-block;
  width: 23.54166667rem;
  height: 5.10416667rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 1.09375rem;
  transition: all 0.5s linear;
}
.juhaojiang a:hover {
  transform: scale(1.1);
}
.juhaojiang .friendship {
  background-image: url(../Images/juhaojiang_friendship.png);
}
.juhaojiang .bbs {
  background-image: url(../Images/juhaojiang_bbs.png);
}
@media only screen and (max-width: 919px) {
  #header_pc {
    display: none;
  }
}
#header_mobile {
  display: none;
}
@media only screen and (max-width: 919px) {
  #header_mobile {
    display: block;
  }
}
#header_mobile .hd-side {
  display: flex;
}
#header_mobile .menu {
  color: #409DFA;
  width: 2.08333333rem;
  height: 2.08333333rem;
  display: block;
  margin-left: 0.52083333rem;
}
#header_mobile .menupanel {
  width: 85%;
  height: 100%;
  background-color: #409DFA;
  position: fixed;
  top: 0;
  left: -85%;
  z-index: 100;
  overflow-y: auto;
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
#header_mobile .menupanel.mp-show {
  left: 0;
}
#header_mobile .mp-logo {
  display: block;
  margin: 1.82291667rem 1.04166667rem 1.21527778rem 3.64583333rem;
}
#header_mobile .mp-logo span {
  background: url(../Mobile/Images/menu_logo.png) no-repeat 50%;
  background-size: cover;
  padding-top: 16.0130719%;
  display: block;
}
#header_mobile .nav {
  color: #fff;
}
#header_mobile .nav a {
  color: currentColor;
  border-bottom: 1px dotted #8dc2f7;
  font-size: 20px;
  padding: 1.04166667rem 1.04166667rem 1.04166667rem 3.64583333rem;
  display: block;
}
#header_mobile .nav > li > a {
  display: flex;
  justify-content: space-between;
  -webkit-tap-highlight-color: transparent;
}
#header_mobile .nav > li > a i {
  display: inline-block;
  text-align: center;
}
#header_mobile .nav > li > a svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
#header_mobile .nav > li.current i {
  transform: rotate(180deg);
}
#header_mobile .nav > li.current .subnav {
  display: block;
}
#header_mobile .subnav {
  display: none;
}
#header_mobile .subnav a {
  text-indent: 2em;
  background-color: #3491ed;
  border-bottom-width: 0;
}
#header_mobile .mp-links {
  margin: 3.64583333rem 0;
  text-align: center;
}
#header_mobile .mp-links a {
  color: #fff;
  background-color: #3592f0;
  border-radius: 50%;
  width: 4.16666667rem;
  height: 4.16666667rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.72916667rem;
}
#header_mobile .mp-links svg {
  width: 2.60416667rem;
  height: 2.60416667rem;
}
#header_mobile .mp-close {
  width: 2.08333333rem;
  height: 2.08333333rem;
  display: block;
  color: #fff;
  margin: 3.64583333rem 0 0 3.64583333rem;
}
.merchant,
.merchant-detail-popbox {
  --merchantSkin: #ff9b0b;
  --merchantDetail: #fff4e5;
}
.merchant .ml-l-1,
.merchant-detail-popbox .ml-l-1 {
  --merchantSkin: #f00;
  --merchantDetail: #fff;
}
.merchant .ml-l-2,
.merchant-detail-popbox .ml-l-2 {
  --merchantSkin: #26b597;
  --merchantDetail: #e5fff9;
}
.merchant .ml-l-3,
.merchant-detail-popbox .ml-l-3 {
  --merchantSkin: #f71a79;
  --merchantDetail: #ffebf4;
}
.merchant-title {
  display: flex;
}
.merchant-title li {
  background: #0b7cf2;
  height: 2.86458333rem;
  line-height: 2.86458333rem;
  text-align: center;
  flex: 1;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.merchant-title li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.merchant-title li:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.merchant-title li.current,
.merchant-title li:hover {
  background-color: #ff9b0b;
  background-color: var(--merchantSkin);
}
.merchant-list {
  margin-top: 25px;
  display: none;
}
.merchant-item {
  display: flex;
  border-radius: 10px;
  border: solid 1px #ccc;
  margin-top: 15px;
  padding: 1.5625rem 1.04166667rem;
  align-items: center;
}
.merchant-item:hover {
  border-color: #ff9b0b;
  border-color: var(--merchantSkin);
}
.merchant-item:hover .mi-arrow {
  color: #ff9b0b;
  color: var(--merchantSkin);
}
.mi-logo {
  border-radius: 10px;
  background: url(../images/merchant.png) 50% no-repeat;
  background-color: #ff9b0b;
  background-color: var(--merchantSkin);
  width: 4.16666667rem;
  height: 4.16666667rem;
  margin-right: 1.40625rem;
}
.mi-main {
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
  overflow: hidden;
}
.mi-main h2 {
  font-size: 16px;
}
.mi-main address {
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mi-main .mi-summary {
  color: #ff720b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 4px;
}
.mi-main .mi-summary:before {
  content: '惠';
  width: 22px;
  height: 22px;
  background-color: #ff720b;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.mi-arrow {
  line-height: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  transform: rotate(-90deg);
}
.merchant-detail-popbox,
.merchant-detail-popbox .layui-layer-content {
  border-radius: 10px !important;
}
.merchant-detail {
  background-color: #fff;
  background-color: var(--merchantDetail);
  width: 39.0625rem;
  padding: 1.5625rem;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
}
.merchant-detail address,
.md-tel {
  font-style: normal;
  white-space: pre-line;
  display: flex;
  line-height: 38px;
  margin-top: 15px;
}
.merchant-detail address:before,
.md-tel:before {
  content: '';
  background: url(../Images/address.png) no-repeat 50%;
  height: 38px;
  width: 38px;
  background-color: #ff9b0b;
  background-color: var(--merchantSkin);
  border-radius: 6px;
  margin-right: 10px;
}
.merchant-detail address span,
.md-tel span {
  flex: 1;
}
@media only screen and (max-width: 500px) {
  .merchant-detail {
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
  }
}
.md-tel:before {
  background-image: url(../Images/tel.png);
}
.md-summary {
  background-color: #ff9b0b;
  background-color: var(--merchantSkin);
  color: #fff;
  padding: 1.04166667rem;
  border-radius: 4px;
  margin-top: 10px;
  white-space: pre-line;
  max-height: 500px;
  overflow-y: auto;
}
.md-summary:empty {
  display: none;
}
.indexvideo {
  height: 80%;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
  .indexvideo {
    height: auto;
  }
}
.indexvideo .layui-layer-content {
  overflow: hidden!important;
}
.about-4-hospital {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
.about-4-hospital th,
.about-4-hospital td {
  border: 1px solid #333;
  padding: 6px;
}
.about-4-hospital th {
  font-weight: 700;
  width: 50%;
  text-align: left;
}
.about-4-doctor {
  margin-top: 20px;
}
.about-4-doctor table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.about-4-doctor th,
.about-4-doctor td {
  border: 1px solid #333;
  padding: 6px;
}
.about-4-doctor th {
  font-weight: 700;
}
.ml-l-0 {
  text-align: center;
}
.search {
  border: 1px solid #eee;
  border-radius: 5%;
  display: flex;
  align-items: center;
  height: 2.08333333rem;
}
.search input {
  font-size: 100%;
  padding: 0 0.78125rem;
  border: none;
  width: 10.41666667rem;
  height: 100%;
}
.search input:focus-visible {
  outline: none;
}
.search button {
  background-color: #eee;
  border: none;
  width: 1.77083333rem;
  height: 1.77083333rem;
  cursor: pointer;
  border-radius: 8%;
  padding: 0 0.3125rem;
  box-sizing: content-box;
  margin-right: 0.10416667rem;
  margin-left: 0.10416667rem;
}
.search button .icon {
  height: 60%;
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .search {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -1.04166667rem;
  }
  .search input {
    width: 8.33333333rem;
  }
}
@media only screen and (max-width: 919px) {
  .search {
    position: static;
    margin-top: 0;
    border-color: #409DFA;
  }
  .search input {
    width: 8.33333333rem;
    background-color: #fff;
    border-radius: 0;
  }
}
.about-statute {
  line-height: 2;
}
.about-statute h2 {
  font-size: 18px;
  margin-top: 10px;
}
.about-statute > div > div {
  padding-left: 6.2em;
}
.about-statute em {
  font-style: normal;
  float: left;
  width: 6.2em;
  margin-left: -6.2em;
}
.about-statute ol {
  list-style: none;
}
.about-statute ol li {
  padding-left: 3em;
}
.about-statute ol span {
  float: left;
  width: 3em;
  margin-left: -3em;
}
.about-statute ol ol li {
  padding-left: 0;
  list-style: decimal;
  margin-left: 1em;
}
