@charset "utf-8";
.app {
  width: 100%;
  max-width: 1920px;
  min-width: 1440px;
  margin: 0 auto;
  background-color: #f3f5f8;
  min-height: 80vh;
}
.w1440 {
  margin: 0 auto;
  width: 1440px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis-multiline-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.my-pagination-bullets {
  margin-top: 32px;
  font-size: 0;
  text-align: center;
  height: 22px;
}
.my-pagination-bullets .my-pagination-bullet {
  display: inline-block;
  margin: 0 6px;
  width: 28px;
  height: 22px;
  cursor: pointer;
  background: url(../images/pagination_icon.png) no-repeat;
  background-position-x: -30px;
  transition: background-position .3s ease;
}
.my-pagination-bullets .my-pagination-bullet:hover,
.my-pagination-bullets .my-pagination-bullet.on,
.my-pagination-bullets .my-pagination-bullet.active,
.my-pagination-bullets .my-pagination-bullet-active {
  background-position-x: 0;
}
.page-pagination-bullets {
  height: 38px;
}
.page-pagination-bullets .my-pagination-bullet {
  height: auto;
  width: auto;
  background: none;
}
.page-pagination-bullets .my-pagination-bullet a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #3a3a3a;
  padding: 0 15px;
  border: 1px solid #dedede;
  box-sizing:border-box;
  transition: all .3s ease-in-out;
}
.page-pagination-bullets .my-pagination-bullet a:hover,
.page-pagination-bullets .my-pagination-bullet.active a {
  background-color: #10b279;
  border-color: #10b279;
  color: #fff;
}
.page-pagination-bullets .my-pagination-bullet svg{
  vertical-align: -0.1rem
}

.main-head {
  position: relative;
  height: auto;
  width: 100%;
}

.main-head .nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  min-width: 1440px;
  height: 170px;
  z-index: 999;
}
.main-head .nav .top-line {
  display: block;
  height: 10px;
  width: 100%;
  background: url(../images/top_line.jpg) repeat-x center center;
}

@keyframes top_wave {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -564px 0;
  }
}
@keyframes top_wave1 {
  0% {
    background-position: -564px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
.main-head .nav .nav-wrap {
  position: relative;
  width: 100%;
  height: 160px;
  background: url(../images/top_banner_bg_01.png) no-repeat;
  animation: top_wave 10s linear infinite;
}
.main-head .nav .nav-wrap::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top_banner_bg_02.png) no-repeat;
  background-position-x: -564px;
  z-index: -1;
  animation: top_wave1 10s linear infinite;
}
.main-head .nav .nav-content {
  margin: 0 auto;
  padding-top: 8px;
  width: 1750px;
  height: 116px;
}
.main-head .nav .nav-content::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.main-head .nav .logo {
  display: table;
  height: 116px;
  width: 278px;
  text-indent: -9999px;
}
.main-head .nav .logo-bg {
  display: table-cell;
  width: 100%;
  background: url(../images/logo.png) no-repeat;
}
/* 导航部分 */
.main-head .nav .sliding-bar {
  position: absolute;
  height: 40px;
  width: 68px;
  left: -68px;
  opacity: 0;
  border-radius: 6px;
  background-color: #10b279;
  transition: width .3s ease-in-out;
  transition-property: width, left, opacity;
}
.main-head .nav .nav-list {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.main-head .nav .nav-list .nav-item {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  height: 40px;
}
.main-head .nav .nav-list .nav-item:hover .sub-nav-wrap {
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.main-head .nav .nav-list .nav-item:last-child {
  margin-right: 0;
}
.main-head .nav .nav-list .nav-item > a {
  display: inline-block;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #3a3a3a;
  font-weight: bold;
  transition: ease color 0.3s;
}
.main-head .nav-list .nav-item.active>a {
  color: #fff;
}

.main-head .nav-list .sub-nav-wrap {
  position: absolute;
  top: 80px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: top 0.35s ease-in-out;
  transition-property: top, opacity, visibility;
}
.main-head .nav-list .sub-nav {
  position: relative;
  margin-top: 12px;
  padding: 20px 0;
  border: 2px solid #10b279;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
}
.main-head .nav-list .sub-nav::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #10b279;
}

.main-head .nav-list .sub-nav-item {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
}
.main-head .nav-list .sub-nav-item a {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  color: #3a3a3a;
  vertical-align: middle;
  transition: ease color 0.3s;
}
.main-head .nav-list .sub-nav-item a:hover {
  font-weight: bold;
  color: #10b279;
  border-bottom: 2px solid #10b279;
}
/* 更多 */
.main-head .nav-list .more-nav-wrapper {
  position: absolute;
  right: -20px; top: 46px;
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  transition: all .4s cubic-bezier(.3,1.3,.3,1);
  transform-origin: right top;
  transition-property: top, opacity, visibility, transform;
}
.main-head .nav .nav-list .nav-item:hover .more-nav-wrapper {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.main-head .nav-list .more-nav {
  position: relative;
  width: 450px;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 0;
  text-align: right;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .2);
  border: 2px solid #10b279;
  background: rgba(255, 255, 255, 0.8);
}
.main-head .nav-list .more-nav::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 46px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #10b279;
}
.main-head .nav-list .more-nav .more-nav-item {
  display: inline-block;
  padding: 0 14px;
  padding-bottom: 6px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  border-radius: 16px;
  background-color: rgb(255 255 255 / 0%);
  transition: background-color 0.3s ease;
}
.main-head .nav-list .more-nav .more-nav-item:hover {
  background-color: rgb(255 255 255 / 50%);
}
.main-head .nav-list .more-nav .more-nav-item>a{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #3a3a3a;
  font-weight: bold;
  transition: color .3s ease;
}
.main-head .nav-list .more-nav .more-nav-item>a:hover {
  color: #44a1a7;
}
.main-head .nav-list .more-nav .more-sub-nav-item{
  height: 36px;
  line-height: 36px;
}
.main-head .nav-list .more-nav .more-sub-nav-item>a{
  line-height: 24px;
  font-size: 16px;
  color: #3a3a3a;
}
.main-head .nav-list .more-nav .more-sub-nav-item>a:hover{
  font-weight: bold;
  color: #10b279;
  border-bottom: 2px solid #10b279;
}

/* 热线-切换语言 */
.main-head .nav .hot-line-lang {
  display: table;
  height: 100%;
}
.main-head .nav .hot-line-lang .hot-line-lang-con {
  display: table-cell;
  vertical-align: middle;
}
.main-head .nav .hot-line-lang .lang {
  line-height: 2;
  font-size: 14px;
  color: #666;
}
.main-head .nav .hot-line-lang .lang .spe-line {
  display: inline-block;
  height: 14px;
  width: 2px;
  margin: 0 8px;
  vertical-align: middle;
  background-color: #666;
}
.main-head .nav .hot-line-lang .lang a {
  vertical-align: middle;
  transition: ease color 0.3s;
}
.main-head .nav .hot-line-lang .lang a:hover {
  color: #10b279;
  border-bottom: 2px solid #10b279;
}

.main-head .nav .hot-line-lang .hot-line {
  line-height: 2;
  font-size: 14px;
  text-align: right;
  color: #44a1a7;
}
.main-head .nav .hot-line-lang .hot-line-num {
  display: inline-block;
  line-height: 28px;
  font-size: 18px;
  font-weight: bolder;
  vertical-align: bottom;
  cursor: pointer;
}
.main-head .nav .hot-line-lang .hot-line-num:hover {
  animation-name: tada;
}

/* main-footer */
.main-footer {
  position: relative;
  width: 100%;
  height: 470px;
  background-color: #0d4f77;
}
/* 新增波浪动画 */
@keyframes wave {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -564px 0;
  }
}

.main-footer::before {
  content: "";
  position: absolute;
  top: -88px;
  left: 0;
  width: 100%;
  height: 88px;
  background: url(../images/copyright_top_bg.png) no-repeat;
  animation: wave 10s linear infinite;
  background-size: auto 100%;
}

/*  */
.main-footer .footer-content {
  margin: 0 auto;
  width: 1440px;
  height: 100%;
  color: #fff;
}
/* 底部顶部 */
.main-footer .footer-top {
  position: relative;
  height: 240px;
}
.main-footer .footer-top .foot-nav-item {
  display: inline-block;
  margin-top: 24px;
  margin-right: 124px;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
}
.main-footer .footer-top .foot-nav-item:last-child {
  margin-right: 0;
}
.main-footer .footer-top .foot-nav-item > a {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  transition: ease color 0.3s;
}
.main-footer .footer-top .foot-nav-item > a:hover {
  color: #10b279;
}

.main-footer .footer-top .sub-nav {
  margin-top: 8px;
  text-align: left;
}
.main-footer .footer-top .sub-nav .sub-nav-item {
  line-height: 28px;
  height: 28px;
}
.main-footer .footer-top .sub-nav a {
  font-size: 14px;
  color: inherit;
  vertical-align: middle;
  transition: ease color 0.3s;
}
.main-footer .footer-top .sub-nav a:hover {
  font-weight: bold;
  color: #10b279;
  border-bottom: 2px solid #10b279;
}

/*  */
.main-footer .footer-top .footer-top-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 28px;
}
.main-footer .footer-top .qr-code {
  display: inline-block;
  width: 140px;
  height: 140px;
  cursor: pointer;
  background: url(../images/qr_code.jpg) no-repeat;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.main-footer .footer-top .qr-code:hover {
  border-radius: 16px;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}

/*  */
.main-footer .footer-top .footer-top-right {
  padding-top: 28px;
  width: 474px;
}
.main-footer .footer-top .info-hotline .info {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 14px;
}
.main-footer .footer-top .info-hotline .hot-line-num {
  position: relative;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.main-footer .footer-top .info-hotline .hot-line-num:hover {
  animation-name: tada;
}
.main-footer .footer-top .info-hotline .hot-line-num:hover::after {
  opacity: 0
}
.main-footer.foreign-footer .footer-top .info-hotline .hot-line-num {
    padding-right: 16px;
}
.main-footer.foreign-footer .footer-top .info-hotline .hot-line-num::after {
  content: "";
  position: absolute;
  right: 7px; top: 9px;
  width: 2px;
  height: 18px;
  background-color: #fff;
}
.main-footer.foreign-footer .footer-top .info-hotline .hot-line-num:last-child {
  padding-right: 0;
}
.main-footer.foreign-footer .footer-top .info-hotline .hot-line-num:last-child::after {
  display: none;
}
.main-footer .footer-top .info-hotline i {
  display: inline-block;
  margin-left: 8px;
  font-weight: bold;
}
.main-footer .footer-top .fast-nav-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 200px;
  height: 70px;
  line-height: 70px;
  border-radius: 8px 8px 24px 8px;
  overflow: hidden;
  background-color: #85c040;
}
.main-footer .footer-top .fast-nav-item.xsyl{
  background-color: #41ce71;
}
.main-footer .footer-top .fast-nav-item.suggest{
  background-color: #48a2da;
}
.main-footer .footer-top .fast-nav-item:hover {
  animation-name: jello;
}
.main-footer .footer-top .fast-nav-item .nav-info {
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
}
.main-footer .footer-top .fast-nav-item.foreign .nav-info {
    width: 120px;
}
.main-footer .footer-top .fast-nav-item .nav-title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}
.main-footer .footer-top .fast-nav-item .icon {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}

.main-footer .footer-top .fast-nav-item.pwyd .icon {
  background-image: url(../static/zxsp_icon.png);
}
.main-footer .footer-top .fast-nav-item.xsyl .icon {
  background-image: url(../static/xsyl_icon.png);
}
/* footer 社交媒体 */
.main-footer .social-media {
  margin-bottom: 54px;
}
.main-footer .social-media .social-item {
  margin: 0 11px;
  transition: all 0.3s ease-in-out;
}
.main-footer .social-media .qrcode-wrap {
  left: 50%;
  margin-left: -65px;
  bottom: 60px;
}
.main-footer .social-media .social-item:hover {
  border-radius: 16px;
}
.main-footer .social-media .social-item.gzh:hover {
  background-color: #09BB07;
}
.main-footer .social-media .social-item.douyin:hover {
  background-color: #000;
}
.main-footer .social-media .social-item.xiaohongshu:hover {
  background-color: #fa2c19;
}
.main-footer .social-media .social-item.weibo:hover {
  background-color: #d62629;
}
.main-footer .social-media .social-item.weixin:hover {
  background-color: #ff9817;
}

/* 底部版权部分 */
.main-footer .copyright-content p {
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}
.main-footer .copyright-content p a {
  color: inherit;
}
.main-footer .copyright-content p a:hover {
  border-bottom: 2px solid #fff;
}
.main-footer .copyright-content p a.gongan {
  margin-left: 8px;
}
/* foreign */
.foreign-footer .footer-top {
  padding-top: 28px;
  height: 286px;
}
.foreign-footer .footer-top .contact-panel {
  margin-left: 34px;
}
.foreign-footer .contact-panel .fast-nav-item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 24px;
}
.foreign-footer .contact-panel .fast-nav-item .nav-title {
  margin-bottom: 0;
}
.foreign-footer .contact-panel  .info-hotline .info {
  margin-bottom: 4px;
}
.foreign-footer .contact-panel .hot-line-num {
  display: inline-block;
}
.foreign-footer .contact-panel .spe-char {
  line-height: 2;
  font-size: 18px;
  margin-right: 8px;
}
.foreign-footer .footer-top .right-bg {
  position: absolute;
  right: 0;top: 0;
  width: 265px; height: 265px;
  background: url(../images/copyright_logo.png) no-repeat;
}

/* quick-start */
.social-media .social-item {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}
.social-media .icon {
  transition: all .3s ease-in-out;
}
.social-media .social-item:hover .icon {
  background-position-y: -70px !important;
}
.social-media .social-item.weixin:hover .icon {
  background-position-y: -68px !important;
}
.social-media .icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sidebar_icon.png) no-repeat;
  overflow: hidden;
}
.social-media .social-item.ghz .icon  {
  background-position: 0 0;
}
.social-media .social-item.douyin .icon  {
  background-position: -50px 0;
}
.social-media .social-item.xiaohongshu .icon  {
  background-position: -106px 0;
}
.social-media .social-item.weibo .icon  {
  background-position: -160px 0;
}
.social-media .social-item.weixin .icon  {
  background-position: -215px 2px;
}
.social-media .qrcode-wrap {
  position: absolute;
  opacity: 1;
  width: 130px;
  padding: 0 10px;
  padding-bottom: 12px;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.9);
  background-color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease-in-out;
  transition-property: transform, opacity, visibility;
}
.social-media .qrcode-wrap .social-qrcode {
  position: relative;
  display: block;
  margin-top: 12px;
  width: 110px;
  height: 110px;
}
.social-media .qrcode-wrap img {
  width: 100%;
  height: 100%;
}
.social-media .qrcode-wrap .qr-text {
  line-height: 17px;
  font-size: 12px;
  color: #000000;
  height: 34px;
  padding-top: 5px;
  border-top: 0.5px solid #b4babd;
}
.social-media .social-item:hover .qrcode-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) scale(1);
}

/*  */
.quick-links-wrap {
  position: fixed;
  padding-bottom: 12px;
  right: 0;
  top: 50%;
  width: 70px;
  height: 320px;
  transform: translate3d(0, -50%, 0);
  border-radius: 35px;
  background-color: rgb(16 141 41 / 50%);
  z-index: 1000;
  transition: all .3s ease-in-out;
}
.quick-links-wrap.show-top {
  height: 420px;
}
.quick-links-wrap .social-media .social-item {
  margin-top: 12px;
}
.quick-links-wrap .social-media .social-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #17b27f;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  transition: transform 0.35s ease-in-out;
  transition-property: transform, opacity, visibility;
}
.quick-links-wrap .social-media .social-item:hover {
  background: #14b27c;
}
.quick-links-wrap .social-media .social-item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.quick-links-wrap .social-media .icon {
  transition: none;
}

/* to-top */
.quick-links-wrap .spe-line {
  display: inline-block;
  margin: 20px 0;
  width: 60px;
  height: 9px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -10px, 0);
  background: url(../images/sidebar_lines.png) no-repeat;
  transition: all .3s ease-in-out;
}
.quick-links-wrap.show-top .spe-line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.quick-links-wrap .to-top {
  display: inline-block;
  width: 52px;
  height: 52px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  background: url(../images/sidebar_icon.png) no-repeat;
  cursor: pointer;
  transform: scale(.3);
  background-position: -270px 0;
  transition: all .3s ease-in-out;
}
.quick-links-wrap .to-top:hover {
  background-position-y: -70px;
}
.quick-links-wrap.show-top .to-top {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.quick-links-wrap .social-media .qrcode-wrap {
  right: 64px;
  top: -36px;
  transform-origin: right top;
}

/*  */
@keyframes breatheBg {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.1);
  }
}
.main-head .top-banner {
  height: 544px;
  width: 100%;
  overflow: hidden;
}
.main-head .top-banner img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: breatheBg 8s ease-in-out infinite alternate;
}

.main-content .cate-location {
  position: relative;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-content .cate-location .cate-wrap {
  position: relative;
  height: 100px;
  width: 1020px;
  overflow: hidden;
}
.main-content .cate-location .cate-container {
  position:absolute;
  left: 0;
  height: 100%;
  white-space: nowrap;
  transition: left .3s ease-in-out;
}
.main-content .cate-location .tab-btn {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 100%;
  box-shadow: 0 0 3px #c6c6c7;
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: #3a3a3a;
  transition: all .3 ease-in-out;
}
.main-content .cate-location .tab-btn:hover {
  color: #10b279;
}
.main-content .cate-location .tab-btn svg {
  vertical-align: -2px;
}
.main-content .cate-location .tab-btn.next {
  right: 0;
  border-left: 1px solid #e1e3e6;
}
.main-content .cate-location .tab-btn.prev {
  left: 0;
  border-right: 1px solid #e1e3e6;
}
.main-content .cate-location .cate-item {
  position: relative;
  display: inline-block;
  padding: 0 48px;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  transition: all 0.3s ease;
}
.main-content .cate-location .cate-item::after {
  content: "";
  position: absolute;
  top: 0; 
  right: 0;
  width: 1px; height: 100%;
  background: #eee;
}
.main-content .cate-location .cate-item:hover::after,
.main-content .cate-location .cate-item.active::after,
.main-content .cate-location .cate-item:last-child::after {
  width: 0;
}
.main-content .cate-location .cate-item:hover,
.main-content .cate-location .cate-item.active {
  color: #fff;
  background-color: #10b279;
}
.main-content .cate-location .location-wrap {
  font-size: 16px;
  color: #666;
  font-weight: lighter;
}
.main-content .cate-location .location-wrap>a{
  position: relative;
  margin-right: 12px;
  color: inherit;
}
.main-content .cate-location .location-wrap>a::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: -9px;
  margin-top: -2px;
  background-color: #666;
  border-radius: 50%;
}
.main-content .cate-location .location-wrap>a:last-child {
  margin-right: 0;
}
.main-content .cate-location .location-wrap>a:last-child:after{
  display: none;
}
.main-content .cate-location .location-wrap>a:hover {
  color: #10b279;
  border-bottom: 2px solid #10b279;
}

/* 文章 */
.main-content .article-wrap {
  margin-top: 100px;
  margin-bottom: 174px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-content .article-wrap .article-content {
  margin: 0 auto;
  padding-top: 70px; padding-bottom: 90px;
  width: 1260px;
}
.main-content .article-wrap .article-title {
  line-height: 1.5;
  font-size: 36px;
  color: #595757;
  font-weight: bold;
}
.main-content .article-wrap .article-subtitle {
  margin-top: 14px;
  line-height: 1.5;
  font-size: 24px;
  color: #595757;
  font-weight: lighter;
}
.main-content .article-wrap .article-info-wrap {
  margin-top: 24px;
  margin-bottom: 48px;
  height: 20px;
  line-height: 20px;
  color: #999;
  background: url(../images/article_info_bg.png) no-repeat;
}
.main-content .article-wrap .article-info-wrap>span {
  display: inline-block;
  margin: 0 25px;
  font-size: 12px;
}

.main-content .article-wrap .article-body {
  margin: 0 auto;
  margin-top: 50px;
  width: 1200px;
  color: #3a3a3a;
  line-height: 40px;
  font-size: 16px;
}
.main-content .article-wrap .article-txt a{
  color: #10b279;
}
.main-content .article-wrap .article-txt a:hover{
  font-weight:bolder;
  border-bottom: 2px solid #10b279;
}
.main-content .article-wrap .article-txt img {
  max-width: 1280px;
  border-radius: 14px;
  vertical-align: baseline;
  cursor: pointer;
  overflow:hidden;
}
.main-content .article-wrap .article-txt video{
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  height: auto !important;
}
.main-content .article-wrap .article-txt iframe {
    max-width: 100%;
}
.main-content .article-wrap .article-txt table {
  margin: 0 auto;
  width: 1080px !important;
}
.main-content .article-wrap .article-txt strong {
  font-weight: bold !important;
}

.main-content .article-wrap .article-video,
.main-content .article-wrap .article-photo {
  position: relative;
  margin: 16px auto;
  width: 960px; height: 540px;
  line-height: 1;
  overflow: hidden;
  background-color: rgba(243, 245, 248, .4);
}
.main-content .article-wrap .article-photo .pageState {
  position: absolute;
  font-size: 16px;
  left: 20px;
  bottom: 20px;
  z-index: 100;
  color: #333;
}
.main-content .article-wrap .article-photo .hd>a{
  position: absolute;
  top: 50%; margin-top: -25px;
  width: 50px; height: 50px;
  border-radius: 50%;
  transform: scale(.6);
  opacity: 0;
  transition: all .36s ease;
  z-index: 100;
  background: url(../images/next_prev_icon.png) no-repeat;
}
.main-content .article-wrap .article-photo .hd .prev {
  left: 70px;
}
.main-content .article-wrap .article-photo .hd .next {
  right: 70px;
  background-position-x: -60px;
}
.main-content .article-wrap .article-photo:hover .hd>a {
  opacity: 1;
  transform: scale(1);
}
.main-content .article-wrap .article-photo:hover .prev {
  left: 10px;
}
.main-content .article-wrap .article-photo:hover .next {
  right: 10px;
}
.main-content .article-wrap .article-photo .article-pic-item {
  position: relative;
  height: 540px;
}
.main-content .article-wrap .article-photo img {
  width: 100%; height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.main-content .article-wrap .article-photo .title {
  position: absolute;
  padding: 16px;
  box-sizing: border-box;
  color: #fff;
  left: 0;right: 0; bottom: 4px;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  z-index: 99;
}
.main-content .article-wrap .article-video video {
    width: 100%;
    height: 100%;
}

/* viewer-btn */
.viewer-btn {
  position: fixed;
  z-index: 9999;
  left: 0px;bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translate3d(0, 80px, 0) scale(.69);
  transition: all .36s ease;
}
.viewer-btn.show {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.viewer-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
  padding: 0 6px;
  margin: 0 4px;
  font-size: 14px;
  background-color: #10b279;
  color: #fff;
}

/* news-item */
.news-item {
  display: inline-block;
  width: 460px;
  height: 400px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.news-item .news-thumb {
  position: relative;
  height: 260px;
  width: 100%;
  overflow: hidden;
}
.news-item .news-thumb .m-d {
  position: absolute;
  left: 22px; bottom: 14px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.news-item .news-thumb img {
  width: 100%;height: 100%;
  object-fit: cover;
}
.news-item .news-info {
  height: 140px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color .3s ease;
  background-color: #fff;
}
.news-item .news-info a {
  display: block;
  padding: 16px 18px 0 18px;
  box-sizing: border-box;
  height: 100%;
  color: #3a3a3a;
  transition: color .3s ease;
}
.news-item .news-info .news-title {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}
.news-item .news-info .news-summary {
  margin-top: 6px;
  line-height: 24px;
  font-size: 14px;
}
.news-wrap .home-news-content.foreign-scenic-spot{
  height: 400px;
}
.news-item.scenic-spot-item {
  height: 340px;
  text-align: center;
}
.news-item.scenic-spot-item .news-thumb {
  height: 260px;
}
.news-item.scenic-spot-item .news-info {
  height: 80px;
}
.news-item.scenic-spot-item .news-info a {
  padding-top: 26px;
}
/* news-list */
.page-news-wrap {
  background-color: #fff;
}
.page-news-wrap .page-news-content {
  padding-top: 70px;
  padding-bottom: 230px;
  text-align: center;
}
.page-news-wrap .page-news-content .news-item {
  margin-top: 30px;
  margin-right: 30px;
  transition: transform .3s ease-in-out;
  transition-property: transform,box-shadow;
}
.page-news-wrap .page-news-content .news-item:nth-child(3n) {
  margin-right: 0;
}
.page-news-wrap .page-news-content .news-item img {
  transition: transform .4s ease-in-out;
}
.page-news-wrap .page-news-content .news-item:hover {
  box-shadow: 0 18px 43px rgba(74, 130, 183, .15), 0 15px 20px rgba(78, 106, 149, .06);
  transform: translate3d(0, -10px, 0) scale(1.03);
}
.page-news-wrap .page-news-content .news-item:hover img {
  transform: scale(1.2);
}
.page-news-wrap .page-news-content .news-item:hover .news-info {
  background-color: #c0966c;
}
.page-news-wrap .page-news-content .news-item:hover a{
  color: #fff;
}

.pic-item {
  position: relative;
  display: inline-block;
  width: 460px;
  height: 270px;
  border-radius: 16px;
  overflow: hidden;
}
.pic-item .video-icon {
  position: absolute;
  right: 18px; top: 18px;
  width: 34px; height: 24px;
  background: url(../images/video_icon.png) no-repeat;
  z-index: 10;
}
.pic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic-item .pic-title {
  position: absolute;
  bottom: 0; right: 0; left: 0;
  padding: 0 24px;
  height: 80px;
  box-sizing: border-box;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url(../images/pic_title_shadow_bg.png) repeat-x;
  z-index: 10;
}
.pic-item .pic-title span {
  display: inline-block;
  width: 100%;
  line-height: 46px;
  vertical-align: bottom;
}

/* pic-list */
.page-pic-wrap .page-pic-content  {
  padding-top: 70px;
  padding-bottom: 230px;
  text-align: center;
}
.page-pic-wrap .pic-item {
  margin-top: 30px;
  margin-right: 30px;
  transition: all .3s ease;
}
.page-pic-wrap .recommend-pic .pic-item {
  width: 950px;
  height: 570px;
}
.page-pic-wrap .top-content .right-content {
  width: 460px;
}
.page-pic-wrap .top-content .right-content.pic-item {
  margin-right: 0;
}
.page-pic-wrap .page-pic-content .pic-item:nth-child(3n) {
  margin-right: 0;
}
.page-pic-wrap .page-pic-content .pic-item img {
  transition: transform .4s ease-in-out;
}
.page-pic-wrap .pic-item:hover {
  transform: translate3d(0, -8px, 0) scale(1.01);
  box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.1);
}
.page-pic-wrap .pic-item:hover img {
  transform: scale(1.2);
}

/* txt-list */
.page-txt-wrap .page-txt-content  {
  padding-top: 70px;
  padding-bottom: 230px;
  text-align: center;
}

.page-txt-wrap .txt-item {
  margin-top: 30px;
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
.page-txt-wrap .txt-item:hover {
  background-color: #c0966c;
  transform: translate3d(0, -5px, 0) scale(1.01);
  box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.1);
}
.page-txt-wrap .txt-item:hover a {
  color: #fff;
}
.page-txt-wrap .txt-item:hover .date-info {
  color: #fff;
}
.page-txt-wrap .txt-item>a {
  padding: 34px 0;
  display: flex;
  color: #3a3a3a;
  justify-content: space-between;
  align-items: center;
  transition: color .3s ease;
}
.page-txt-wrap .txt-item .left-content {
  display: table;
  width: 1150px; height: 60px;
  text-align: left;
  padding-left: 36px;
  box-sizing: border-box;
}
.page-txt-wrap .page-txt-content .title-wrap {
  display: table-cell;
  vertical-align: middle;
}
.page-txt-wrap .txt-item .txt-title {
  font-size: 24px;
  font-weight: bold;
}
.page-txt-wrap .txt-item .txt-summary {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 14px;
}
.page-txt-wrap .txt-item .date-info {
  position: relative;
  display: table;
  width: 176px; height: 60px;
  color: #999;
  font-size: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  transform: color .3s ease;
}
.page-txt-wrap .txt-item .date-info::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: -10px;
  background: url(../images/list_separator_icon.png) no-repeat;
}
.page-txt-wrap .txt-item .date-info-wrap {
  display: table-cell;
  vertical-align: middle;
}
.page-txt-wrap .txt-item .date-info .m-d {
  display: inline-block;
  margin-bottom: 4px;
  width: 100%;
  font-size: 24px;
}

/* 屏幕尺寸小于 1750px */
@media screen and (max-width: 1750px) {
  .main-head .nav .nav-content {
    width: 100%;
  }
  .main-head .nav .nav-list .nav-item > a {
    font-size: 18px;
  }
  .main-head .nav .logo {
    width: 200px;
  }
  .main-head .nav .logo-bg {
    background-size: contain;
    background-position: center;
  }
}
/* 屏幕尺寸小于 1440px */
@media screen and (max-width: 1440px) {
  /* .main-head .nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  } */
  .main-head .nav .nav-wrap {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
