@media only screen and (max-width: 3100px) {
  html {
    font-size: 30px;
  }
}
@media only screen and (max-width: 2560px) {
  html {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
.main-center {
  width: 63.64rem;
  margin: 0 auto;
}
.fx {
  display: flex;
}
.ac {
  align-items: center;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.fc {
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.fw {
  flex-wrap: wrap;
}
/* 分页 */
.paged {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.55rem;
}
.paged > a {
  margin-right: 0.45rem;
}
.paged .home-page {
  display: inline-block;
  padding: 0.23rem 0.45rem;
  border: 0.05rem solid #0096a3;
  color: #0096a3;
}
.paged .page-num {
  display: inline-block;
  padding: 0.23rem 0.45rem;
  border: 0.05rem solid #0096a3;
  color: #0096a3;
}
.paged .last-page {
  display: inline-block;
  padding: 0.23rem 0.45rem;
  border: 0.05rem solid #0096a3;
  color: #0096a3;
}
.paged > a:hover {
  background-color: #0096a3;
  color: #fff;
}
.paged .page-num-current {
  background-color: #0096a3;
  color: #fff;
}
.com-title {
  text-align: center;
  padding: 3.64rem 0 3.82rem;
}
.com-title h3 {
  position: relative;
  font-size: 1.64rem;
  color: #000000;
  z-index: 2;
}
.com-title h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.64rem;
  transform: translateX(-50%);
  width: 2.73rem;
  height: 0.09rem;
  background-color: #0096a3;
}
.com-title h3 p {
  position: absolute;
  left: 50%;
  top: 0.91rem;
  transform: translateX(-50%);
  color: rgba(153, 153, 153, 0.15);
  z-index: 1;
}
.inner-com-title {
  padding: 4.55rem 0 2.27rem;
  text-align: center;
}
.inner-com-title h2 {
  font-size: 1.64rem;
  margin-bottom: 0.68rem;
  color: #000;
  font-weight: normal;
}
.inner-com-title p {
  font-size: 0.82rem;
  text-transform: uppercase;
  color: #999;
  display: none;
}
.banner-info {
  position: relative;
  height: 27.27rem;
  background-color: #484848;
}
.banner-info img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.banner-info .w3x {
  display: none;
}
.banner-info .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.banner-info .txt h1 {
  font-size: 2.27rem;
  margin-bottom: 0.91rem;
  color: #fff;
}
.banner-info .txt p {
  font-size: 0.91rem;
  text-transform: uppercase;
  color: #fff;
}
.position {
  padding: 1.36rem 0 2.27rem;
  color: #666;
  font-size: 0.55rem;
}
.position a {
  padding: 0 0.23rem;
}
.position a:first-child {
  padding-left: 0;
}
.position a:last-child {
  padding-right: 0;
}
.position > a:hover {
  color: #0096a3;
}
.list-nav {
  width: 100%;
  height: 2.73rem;
  box-sizing: border-box;
}
.list-nav ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.05rem solid #dcdcdc;
}
.list-nav ul li {
  position: relative;
  line-height: 2.73rem;
  margin-right: 2.73rem;
  padding: 0 0.64rem;
  font-size: 0.82rem;
  color: #666;
}
.list-nav ul li:last-child {
  margin-right: 0;
}
.list-nav ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #0096a3;
  transition: width 0.5s;
}
.list-nav ul li:hover {
  color: #0096a3;
}
.list-nav ul li:hover::after {
  width: 100%;
  transition: width 0.5s;
}
.list-nav ul .active {
  color: #0096a3;
}
.list-nav ul .active::after {
  width: 100%;
}
.tabs-bar {
  width: 100%;
  height: 2.73rem;
  box-sizing: border-box;
}
.tabs-bar > .swiper-container {
  position: relative;
}
.tabs-bar > .swiper-container::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
.tabs-bar .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  justify-content: center;
}
.tabs-bar .swiper-slide {
  position: relative;
  width: auto;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 0.82rem;
  padding: 0 0.64rem;
  text-align: center;
  text-decoration: none;
  color: #666;
}
.tabs-bar .swiper-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #0096a3;
  transition: width 0.5s;
}
.tabs-bar .swiper-slide:hover {
  color: #0096a3;
}
.tabs-bar .swiper-slide:hover::after {
  width: 100%;
}
.tabs-bar .active {
  color: #0096a3;
}
.tabs-bar .active::after {
  width: 100%;
}
.tabs-bar .tabs-fixed {
  position: fixed;
  left: 50%;
  width: 100%;
  box-sizing: border-box;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 98;
}
header .header-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 4.09rem;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.1);
}
header .header-pc .main-center {
  height: 100%;
}
header .header-pc .logo {
  width: 8.36rem;
}
header .header-pc .logo img {
  object-fit: contain;
  image-rendering: revert;
}
header .header-pc .logo .w3x {
  display: none;
}
header .header-pc .nav-r .li-1 {
  color: #fff;
}
header .header-pc .nav-r .li-1 > a {
  position: relative;
  padding: 0 1.36rem;
  height: 4.09rem;
  display: inline-block;
  line-height: 4.09rem;
}
header .header-pc .nav-r .li-1 > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4.09rem;
  width: 0.05rem;
  height: 4.09rem;
  background: linear-gradient(to top, transparent, #fff, transparent);
  opacity: 0;
  transition: all 0.5s;
}
header .header-pc .nav-r .li-1 > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -4.09rem;
  width: 0.05rem;
  height: 4.09rem;
  background: linear-gradient(to top, transparent, #fff, transparent);
  opacity: 0;
  transition: all 0.5s;
}
header .header-pc .nav-r .li-1 > a:hover::before {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.5s;
}
header .header-pc .nav-r .li-1 > a:hover::after {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1;
  transition: all 0.5s;
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(1) > a::after {
  content: '\e646';
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(2) > a::after {
  content: '\e634';
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(3) > a::after {
  content: '\e692';
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(4) > a::after {
  content: '\e6a0';
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(5) > a::after {
  content: '\e6cf';
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(6) > a::after {
  content: '\e60c';
}
header .header-pc .nav-r .li-1:nth-child(2) .li-2:nth-child(7) > a::after {
  content: '\e610';
}
header .header-pc .nav-r .li-1:nth-child(3) .li-2:nth-child(1) > a::after {
  content: '\e619';
}
header .header-pc .nav-r .li-1:nth-child(3) .li-2:nth-child(2) > a::after {
  content: '\e623';
}
header .header-pc .nav-r .li-1:nth-child(3) .li-2:nth-child(3) > a::after {
  content: '\ec4d';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(1) > a::after {
  content: '\e624';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(2) > a::after {
  content: '\e62a';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(3) > a::after {
  content: '\eccd';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(4) > a::after {
  content: '\e719';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(5) > a::after {
  content: '\e76e';
}
header .header-pc .nav-r .li-1:nth-child(4) .li-2:nth-child(6) > a::after {
  content: '\e744';
}
header .header-pc .nav-r .li-1:nth-child(5) .li-2:nth-child(1) > a::after {
  content: '\e679';
}
header .header-pc .nav-r .li-1:nth-child(5) .li-2:nth-child(2) > a::after {
  content: '\ecff';
}
header .header-pc .nav-r .li-1:nth-child(6) .li-2:nth-child(1) > a::after {
  content: '\e6bd';
}
header .header-pc .nav-r .li-1:nth-child(6) .li-2:nth-child(2) > a::after {
  content: '\e617';
}
header .header-pc .nav-r .li-1 .nav-layer {
  position: absolute;
  left: 50%;
  bottom: -100.1px;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: 999;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container {
  display: none;
  padding: 1.82rem 0 2.27rem;
  background-color: rgba(0, 0, 0, 0.85);
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .li-2 > a {
  position: relative;
  padding-left: 0.91rem;
  font-size: 0.73rem;
  color: #fff;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .li-2 > a::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  font-size: 0.73rem;
  color: #0096a3;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .ul-3 {
  position: relative;
  margin-top: 2.14rem;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .ul-3::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.91rem;
  height: 0.05rem;
  width: 8.18rem;
  background: linear-gradient(to left, transparent, #fff);
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .ul-3 .li-3 {
  color: #d4d4d4;
  margin-bottom: 0.91rem;
}
header .header-pc .nav-r .li-1 .nav-layer .nav-container .ul-3 .li-3 > a:hover {
  color: #0096a3;
}
header .header-pc .nav-r .li-1:nth-child(2) .ul-2 {
  position: relative;
}
header .header-pc .nav-r .li-1:nth-child(2) .ul-2::before {
  content: '';
  width: 100%;
  height: 0.05rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.95rem;
  background-color: rgba(255, 255, 255, 0.1);
}
header .header-pc .nav-r .nav-li-news .ul-2,
header .header-pc .nav-r .nav-li-joinUs .ul-2 {
  justify-content: center;
}
header .header-pc .nav-r .nav-li-news .ul-2 .li-2:first-child,
header .header-pc .nav-r .nav-li-joinUs .ul-2 .li-2:first-child {
  margin-right: 20%;
}
header .header-pc .nav-r .head-hotline {
  color: #fff;
  margin-left: 2.09rem;
}
header .header-pc .nav-r .head-hotline i {
  color: #fff;
  font-size: 0.91rem;
}
header .header-pc .nav-r .head-hotline span {
  font-size: 0.73rem;
  white-space: nowrap;
}
header .on {
  background-color: #242632;
}
header #mb-header {
  display: none;
  margin-bottom: 50px;
}
header #mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
header #mb-header #navbar-main #logo {
  width: 30%;
}
header #mb-header #navbar-main #logo img {
  width: 100%;
}
header #mb-header #sidebar-main {
  background-color: #fff;
  width: 60% !important;
}
header #mb-header #sidebar-main a {
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(36, 38, 50, 0.1);
  padding: 16px 0;
  font-weight: bold;
}
header #mb-header #sidebar-main-trigger i {
  font-size: 20px;
  color: #1ba1ad;
  font-weight: bold;
}
header #sidebar-main .yj-ul .yj-li > a {
  position: relative;
}
header #sidebar-main .yj-ul .yj-li > a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 14px;
  float: right;
  transition: transform 0.5s;
}
header #sidebar-main .yj-ul .ej-ul {
  display: none;
}
header #sidebar-main .yj-ul .active i {
  transition: transform 0.5s;
  transform: translateY(-50%) rotate(180deg) !important;
}
footer {
  background-color: #242632;
}
footer .footer-t {
  padding: 1.27rem 0 0.91rem;
}
footer .footer-t .foot-l .logo {
  width: 8.77rem;
  height: 2.27rem;
  margin-bottom: 0.91rem;
}
footer .footer-t .foot-l .logo img {
  object-fit: contain;
}
footer .footer-t .foot-l .wechat {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.36rem;
}
footer .footer-t .foot-l .wechat .pic {
  width: 4.55rem;
  height: 4.55rem;
}
footer .footer-t .foot-l .wechat .pic img {
  object-fit: contain;
  image-rendering: pixelated;
}
footer .footer-t .foot-dl dt {
  color: #fff;
  margin-bottom: 0.91rem;
}
footer .footer-t .foot-dl dd {
  color: #fff;
  font-size: 0.55rem;
  margin-bottom: 0.64rem;
}
footer .footer-t .foot-dl dd > a:hover {
  color: #0096a3;
}
footer .footer-t .foot-dl dd:hover {
  color: #0096a3;
}
footer .footer-t .foot-contact h3 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 0.91rem;
}
footer .footer-t .foot-contact .foot-contact {
  margin-bottom: 0.5rem;
}
footer .footer-t .foot-contact .foot-contact h4 {
  font-size: 0.91rem;
  color: #fff;
  margin-bottom: 0.45rem;
}
footer .footer-t .foot-contact .foot-contact i {
  color: #ccc;
  font-size: 0.73rem;
  margin-right: 0.73rem;
}
footer .footer-t .foot-contact .foot-contact span {
  font-size: 0.55rem;
  color: #ccc;
}
footer .footer-b {
  text-align: center;
  color: #fff;
  font-size: 0.55rem;
  padding: 0.91rem 0;
  border-top: 0.05rem solid rgba(255, 255, 255, 0.1);
}
footer .footer-b span > a:hover {
  color: #0096a3;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  header .header-pc .logo .w3x {
    display: block;
  }
  header .header-pc .logo .w1920 {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  .main-center {
    width: 68.2rem;
  }
  .list-nav ul li {
    margin-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 1440px) {
  .main-center {
    width: 66rem;
  }
  .list-nav ul li {
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 1280px) {
  .main-center {
    width: 55.6rem;
  }
  header .header-pc .nav-r .li-1 > a {
    padding: 0 1rem;
  }
  .list-nav ul li {
    margin-right: 0.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-center {
    width: 100%;
  }
  .w-body {
    padding: 0 10px;
  }
  .com-title {
    padding: 3.55rem 0 3.68rem;
  }
  .com-title h3 p {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .banner-info {
    height: 18.27rem;
  }
  .banner-info .txt {
    width: 100%;
    padding: 0 4%;
  }
  .banner-info .txt h1 {
    font-size: 1.25rem;
  }
  .banner-info .txt p {
    line-height: 1.36rem;
  }
  .tabs-bar .swiper-slide {
    padding: 0 0.1rem;
    font-size: 12px;
  }
  .position {
    padding: 1.36rem 10px 0;
  }
  .position a {
    line-height: 1.36rem;
  }
  header .header-pc {
    display: none;
  }
  header #mb-header {
    display: block;
  }
  footer .footer-t {
    flex-wrap: wrap;
    padding: 1.27rem 10px 0.91rem;
  }
  footer .footer-t .foot-l {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
  }
  footer .footer-t .foot-l .wechat {
    padding-right: 0;
  }
  footer .footer-t .foot-dl {
    margin-bottom: 1rem;
  }
  footer .footer-b {
    padding: 0.91rem 10px;
  }
  footer .footer-b span {
    line-height: 1.36rem;
    display: block;
  }
}

