* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

ul,
ol,
dl {
  list-style: none;
  padding: unset;
  margin: unset;
}
a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: unset;
}

body {
    --main-color: #0075C1;
}

.scroll-content {
  overflow-y: auto;
  width: inherit;
  height: inherit;
}
.scroll-content::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}
.scroll-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scroll-content::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  background-clip: padding-box;
}
.scroll-content::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}


.container.standard {
  width: 1405px;
  height: inherit;
  margin: 0 auto;
}
.container.standard > h2 {
  padding: 78px 0 20px;
  margin: 0;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.container.standard > small {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
}

/* æ–‡æœ¬ä¸€è¡Œæ˜¾ç¤º */
.text-line-1-show {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* æ–‡æœ¬ä¸¤è¡Œæ˜¾ç¤º */
.text-line-2-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* æ–‡æœ¬ä¸‰è¡Œæ˜¾ç¤º */
.text-line-3-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* æ–‡æœ¬å››è¡Œæ˜¾ç¤º */
.text-line-4-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-header-wrap.fixed,
.page-header--wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  opacity: 0;
  transform: translateY(-80px);
  transition: opacity .3s, transform .3s;
  overflow: hidden;
}
.page-header-wrap.active,
.page-header--wrap.active {
  display: block;
  transform: translate(0);
  opacity: 1;
  overflow: unset;
}
.page-header--wrap.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.page-header-wrap.fixed > .container,
.page-header--wrap.fixed > .container {
  height: 80px;
}
.page-header-wrap.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.page-header-wrap.fixed ul > li,
.page-header--wrap.fixed ul > li {
  transition: background .3s;
}
.page-header-wrap.fixed ul > li:hover,
.page-header--wrap.fixed ul > li:hover {
  background: #0075C1;
}
.page-header-wrap > .container,
.page-header--wrap > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 100px 0;
  height: 100px;
}
.page-header-wrap h1,
.page-header--wrap h1 {
  width: 180px;
  height: 60px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: url(../images/logo3.png) no-repeat center;
  background-size: contain;
}
.page-header--wrap h1 {
  background: url(../images/logo3.png) no-repeat center;
  background-size: contain;
}
.page-header--wrap.fixed h1 {
  background: url(../images/logo3.png) no-repeat center;
  background-size: contain;
}
.page-header-wrap h1 > a,
.page-header--wrap h1 > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
.page-header-wrap .header-nav-wrap,
.page-header--wrap .header-nav-wrap {
  height: inherit;
}
.page-header-wrap .header-nav-wrap > ul,
.page-header--wrap .header-nav-wrap > ul {
  display: flex;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  height: inherit;
}
.page-header--wrap .header-nav-wrap > ul {
  color: #4D4D4D;
}
.page-header--wrap.fixed .header-nav-wrap > ul {
  color: #fff;
}
.page-header-wrap .header-nav-wrap > ul > li,
.page-header--wrap .header-nav-wrap > ul > li {
  padding: 0 20px;
  height: inherit;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: background .3s;
  color: #4d4d4d;
}
.page-header-wrap.fixed .header-nav-wrap > ul > li.active,
.page-header-wrap.fixed .header-nav-wrap > ul > li:hover,
.page-header--wrap .header-nav-wrap > ul > li.active,
.page-header--wrap .header-nav-wrap > ul > li:hover {
  background: #0075C1;
  color: #fff;
}
.page-header-wrap .header-nav-wrap .dropdown,
.page-header--wrap .header-nav-wrap .dropdown {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-header-wrap .header-nav-wrap .dropdown .cons,
.page-header--wrap .header-nav-wrap .dropdown .cons {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
  width: 200px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #333333;
  padding: 10px 0;
  transition: transform .3s;
  opacity: 0;
}
.page-header--wrap .header-nav-wrap .dropdown .cons {
  top: 100px;
}
.page-header--wrap.fixed .header-nav-wrap .dropdown .cons {
  top: 80px;
}
.page-header-wrap .header-nav-wrap .dropdown.dactive,
.page-header--wrap .header-nav-wrap .dropdown.dactive {
  overflow: unset;
}
.page-header-wrap .header-nav-wrap .dropdown.dactive .cons,
.page-header--wrap .header-nav-wrap .dropdown.dactive .cons {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  z-index: 100;
}
.page-header-wrap .header-nav-wrap .dropdown .cons .link,
.page-header--wrap .header-nav-wrap .dropdown .cons .link {
  font-size: 14px;
  color: #333;
  padding: 0 30px;
  transition: background .3s, color .3s;
}
.page-header-wrap .header-nav-wrap .dropdown .cons .link + .link,
.page-header--wrap .header-nav-wrap .dropdown .cons .link + .link {
  border-top: 1px solid #efefef;
}
.page-header-wrap .header-nav-wrap .dropdown .cons .link:hover,
.page-header--wrap .header-nav-wrap .dropdown .cons .link:hover {
  background: #0075C1;
  color: #fff;
}
.page-header-wrap .mobile-menu-btn,
.page-header--wrap .mobile-menu-btn {
  width: 6vw;
  height: 6vw;
  display: none;
}
.page-header-wrap .mobile-menu-btn > img,
.page-header--wrap .mobile-menu-btn > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-aside-wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100vw);
  background: #fff;
  transition: transform .3s;
}
.page-aside-wrap header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.page-aside-wrap header i {
  font-size: 32px;
  color: #999;
}
.page-aside-wrap h2 {
  width: 24vw;
  height: 10vw;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: url(../images/logo3.png) no-repeat center;
  background-size: contain;
}
.page-aside-wrap h2 > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
.page-aside-wrap li {
  padding: 20px 30px;
  transition: background .3s;
  font-size: 14px;
  color: #666;
}
.page-aside-wrap li:active {
  background: #efefef;
}
.page-aside-wrap li + li {
  border-top: 1px solid #efefef;
}
.page-aside-wrap.active {
  transform: translateX(0);
  z-index: 1000;
  transition: all .3s;
}
.page-aside-wrap.inactive {
  transform: translateX(-100vw);
  /* z-index: -1; */
  transition: all .3s;
}
.page-aside-wrap .dropdown {
  padding: unset;
}
.page-aside-wrap .dropdown > .menu {
  padding: 20px 30px;
  transition: background .3s, color .3s;
}
.page-aside-wrap .dropdown.dactive > .menu {
  background: #0075C1;
  color: #fff;
}
.page-aside-wrap .dropdown .cons {
  display: none;
}
.page-aside-wrap .dropdown.dactive .cons {
  display: block;
}
.page-aside-wrap .dropdown .link {
  padding: 15px 30px;
  background: #e7e7e75b;
}
.page-aside-wrap .dropdown .link + .link {
  border-top: 1px solid #e7e7e7;
}


.app-content {
  height: 20000px;
}


.banner-wrap {
  width: 100%;
  height: 540px;
  position: relative;
}
.banner-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrap > .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-wrap > .mask > h2 {
  font-size: 54px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin: 0 0 29px;
}
.banner-wrap > .mask > small {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.page-footer-wrap {
  width: 100%;
  /* height: 660px; */
  background: #333333;
  overflow: hidden;
}
.page-footer-wrap .row-1 {
  padding: 74px 0 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 68px;
}
.page-footer-wrap .row-1 h2 {
  width: 200px;
  height: 66px;
  background: url(../images/logo2.png) no-repeat center;
  overflow: hidden;
  position: relative;
  margin: 0 0 23px;
}
.page-footer-wrap .row-1 h2 > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
.page-footer-wrap .row-1 small {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.page-footer-wrap .row-2 {
  display: flex;
  justify-content: space-between;
}
.page-footer-wrap .row-2 h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
}
.page-footer-wrap .row-2 ul {
  margin-top: 29px;
  padding-bottom: 73px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #CCCCCC;
}
.page-footer-wrap .row-2 ul > li + li {
  margin-top: 15px;
}
.page-footer-wrap .qrcode-wrap {
  display: flex;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  text-align: center;
  line-height: 24px;
}
.page-footer-wrap .qrcode-wrap .cl {
    width: 100px;
}
.page-footer-wrap .qrcode-wrap .cl + .cl {
    margin-left: 15px;
}
.page-footer-wrap .qrcode {
  width: 100px;
  height: 100px;
  background: #fff;
  margin-bottom: 10px;
}
.page-footer-wrap .qrcode > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-footer-wrap .row-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page-footer-wrap .row-3 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}


@media screen and (max-width: 1670px) {
  .container.standard {
    width: 1200px;
  }
}
@media screen and (max-width: 1480px) {
  .container.standard {
    width: 1000px;
  }
}
@media screen and (max-width: 1280px) {
  .container.standard {
    width: 800px;
  }
  .page-header-wrap > .container,
  .page-header--wrap > .container {
    margin: 0 50px 0;
  }
}
@media screen and (max-width: 1080px) {
  .page-header-wrap h1,
  .page-header--wrap h1 {
    width: 16vw;
    height: 6vw;
  }
  .page-header-wrap > .container {
    height: 90px;
  }
  .page-header--wrap > .container {
    height: 60px;
  }
  .page-header-wrap.fixed > .container,
  .page-header--wrap.fixed > .container {
    height: 60px;
  }
  .container.standard {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-header-wrap > .container,
  .page-header--wrap > .container {
    margin: 0 30px 0;
  }
  .page-header-wrap .header-nav-wrap,
  .page-header--wrap .header-nav-wrap {
    display: none;
  }
  .page-header-wrap .mobile-menu-btn,
  .page-header--wrap .mobile-menu-btn {
    display: block;
  }

  .page-aside-wrap {
    display: block;
  }

  .page-footer-wrap .row-1 {
    display: none;
  }
  .page-footer-wrap .row-1 h2 {
    width: 30vw;
    height: 10vw;
    background-size: contain;
  }
  .page-footer-wrap .row-1 small {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .page-footer-wrap .row-2 {
    padding: 60px 0;
    flex-direction: column;
  }

  .page-footer-wrap .row-2 ul {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 30px;
  }
  .page-footer-wrap .qrcode-wrap {
    /*margin-left: 12px;*/
  }
  .page-footer-wrap .row-1 {
    padding: 66px 0 64px;
    margin-bottom: 38px;
  }
  .page-footer-wrap .row-3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }
  .page-footer-wrap .row-3 .col:last-child {
    margin-top: 15px;
  }
}


@media screen and (max-width: 830px) {
  .banner-wrap > .mask > h2 {
    font-size: 6.5vw;
    margin-bottom: 20px;
  }
  .banner-wrap > .mask > small {
    font-size: 3vw;
  }
  .container.standard > h2 {
    font-size: 6.5vw;
    padding: 48px 0 10px;
  }
  .container.standard > small {
    font-size: 3vw;
  }
}



.footer.mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.footer.mobile .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer.mobile .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.footer.mobile .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer.mobile span {
  font-size: 12px;
  color: #999;
}


@media screen and (max-width: 600px) {
  .page-header-wrap h1,
  .page-header--wrap h1 {
    width: 30vw;
    height: 10vw;
  }
  .page-header-wrap .mobile-menu-btn,
  .page-header--wrap .mobile-menu-btn {
    width: 10vw;
    height: 10vw;
  }
  .page-footer-wrap {
    padding-bottom: 70px;
  }

  .banner-wrap {
    height: 60vw;
  }
  .footer.mobile {
    display: flex;
  }
}


.paging-wrap {
  padding: 68px 0 82px;
}
.paging-wrap {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.paging-wrap a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  transition: all .3s ease;
  background: #fff;
}
.paging-wrap a:not(a.item) {
  padding: 0 13px;
}
.paging-wrap a + a {
  margin-left: 5px;
}
.paging-wrap a.item {
  width: 32px;
}
.paging-wrap a.item.active {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.paging-wrap a:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  color: #fff;
}
@media screen and (max-width: 640px) {
  .paging-wrap {
    padding: 30px 0;
  }
  .paging-wrap .start-text,
  .paging-wrap .end-text,
  .paging-wrap .start,
  .paging-wrap .prev,
  .paging-wrap .next,
  .paging-wrap .end {
    display: none !important;
  }
}


