@charset "UTF-8";
/* 字体
PingFangSC
YouSheBiaoTiHei
PingFangTC
?t=202311231130
*/
@font-face {
  font-family: PingFangSC;
  src: url("./PingFangTC-Regular.ttf?t=202311231130");
}
@font-face {
  font-family: PingFangTC;
  src: url("./PingFangTC-Regular.ttf?t=202311231130");
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url("./YouSheBiaoTiHei.ttf?t=202311231130");
}
:root {
  --hover-color: #3774d1;
  --nav-transition: all 0.2s;
  --nav-bg: #57b8bf;
}

* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.pc-show {
  display: block;
}

.mobile-show {
  display: none;
}

.pc-show-inline {
  display: inline;
}

.mobile-show-inline {
  display: none;
}

html {
  font-size: 5.2083333333vw;
}

.max-w-auto {
  max-width: 1200px;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  overflow: hidden;
  background: #fafefe;
}

/* 导航 */
.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  box-sizing: border-box;
  background: transparent;
  transition: var(--nav-transition);
}
.nav.scroll {
  background: var(--nav-bg);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.nav.scroll > .nav__container {
  padding: 0;
}
.nav > .nav__container {
  display: flex;
  align-items: center;
  padding: 0.27rem 0;
  transition: var(--nav-transition);
}
.nav > .nav__container > .nav__logo {
  height: 30px;
  margin: 0 26px 0 0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3.2px;
}
.nav > .nav__container > .nav__logo img {
  display: block;
  height: 100%;
}
.nav > .nav__container > ul {
  display: flex;
  height: 50px;
  align-items: center;
}
.nav > .nav__container > ul li {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #0B5B5E;
  line-height: 28px;
  margin-right: 26px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav > .nav__container > ul li.active::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.nav > .nav__container > ul li:hover {
  color: var(--hover-color);
}

.top {
  height: 8.55rem;
  padding-right: 1.86rem;
  background: url(../image/t-bg.png?t=202311231130) 0% 0%/cover;
  display: flex;
  justify-content: flex-end;
}
.top .top__container {
  padding-top: 2.03rem;
  width: 10.42rem;
}
.top .top__container h1 {
  font-size: 0.72rem;
  font-family: YouSheBiaoTiHei;
  color: #0B5B5E;
  line-height: 0.94rem;
  text-align: center;
}
.top .top__container p {
  font-size: 0.4rem;
  font-family: PingFangTC, PingFangTC;
  font-weight: 400;
  color: rgba(11, 91, 94, 0.64);
  line-height: 0.56rem;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-top: 0.61rem;
}

.main .main__container {
  padding: 3.69rem 0 3.76rem;
}
.main .main__container .main__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main .main__container .main__item img {
  width: 479px;
}
.main .main__container .main__item p {
  font-size: 40px;
  font-family: PingFangTC, PingFangTC;
  font-weight: 400;
  color: rgba(11, 91, 94, 0.64);
  line-height: 56px;
  text-align: center;
}
.main .main__container .main__item:nth-child(2n) {
  justify-content: flex-end;
}
.main .main__container .main__item:nth-child(2n) p {
  order: -1;
}
.main .main__container .main__item:nth-child(n+2) {
  margin-top: 3.2rem;
}
.main .main__container .main__item:nth-child(1) p {
  width: 554px;
  margin: 0 0 0 81px;
}
.main .main__container .main__item:nth-child(2) {
  justify-content: space-between;
}
.main .main__container .main__item:nth-child(2) p {
  width: 613px;
}
.main .main__container .main__item:nth-child(3) p {
  width: 530px;
  margin: 0 0 0 123px;
}

/* 底部 */
.footer {
  background: linear-gradient(180deg, #32C2C7 0%, #0C8894 100%);
}
.footer .footer__container {
  padding: 125px 0 134px;
}
.footer .footer__container .footer__about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer__container .footer__about h1 {
  font-size: 35px;
  font-family: YouSheBiaoTiHei;
  color: #fff;
  line-height: 46px;
}
.footer .footer__container .footer__about p {
  font-size: 25px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
  margin-top: 38px;
  text-align: justify;
}
.footer .footer__container .footer__line {
  width: 100%;
  opacity: 0.67;
  border-bottom: 1px solid #fff;
  margin-top: 70px;
}
.footer .footer__container .footer__privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}
.footer .footer__container .footer__privacy > div {
  display: flex;
  align-items: center;
}
.footer .footer__container .footer__privacy > div img {
  width: 22px;
  margin-right: 4px;
}
.footer .footer__container .footer__privacy > div > span {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 33px;
}
.footer .footer__container .footer__privacy > div > span span {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.footer .footer__container .footer__privacy > div > span span:hover {
  color: var(--hover-color);
}
.footer .footer__container .footer__privacy > div:nth-child(1) {
  margin-bottom: 5px;
}

/* 
屏幕宽度大于1920时使用,覆盖上面不是用rem的样式，全部使用rem同比例放大就行
一般不用管超过1920的屏幕，直接两边留空就行，但是对于一些有很多不规则的width=100vw的背景图的网站全部
一直放大看起来效果比较好
 */
/* 屏幕宽度在1500内 */
@media (max-width: 1500px) {
  .max-w-auto {
    max-width: 80vw;
  }
  .nav > .nav__container > .nav__logo {
    height: 2vw;
    margin: 0 1.7333333333vw 0 0;
    box-shadow: 0px 0.1333333333vw 0.4vw 0px rgba(0, 0, 0, 0.5);
    border-radius: 0.2133333333vw;
  }
  .nav > .nav__container > ul {
    height: 3.3333333333vw;
  }
  .nav > .nav__container > ul li {
    font-size: 1.3333333333vw;
    line-height: 1.8666666667vw;
    margin-right: 1.7333333333vw;
  }
  .nav > .nav__container > ul li.active::after {
    bottom: -0.1333333333vw;
  }
  .main .main__container .main__item img {
    width: 31.9333333333vw;
  }
  .main .main__container .main__item p {
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
  }
  .main .main__container .main__item:nth-child(1) p {
    width: 36.9333333333vw;
    margin: 0 0 0 5.4vw;
  }
  .main .main__container .main__item:nth-child(2) p {
    width: 40.8666666667vw;
  }
  .main .main__container .main__item:nth-child(3) p {
    width: 35.3333333333vw;
    margin: 0 0 0 8.2vw;
  }
  .footer .footer__container {
    padding: 8.3333333333vw 0 8.9333333333vw;
  }
  .footer .footer__container .footer__about h1 {
    font-size: 2.3333333333vw;
    line-height: 3.0666666667vw;
  }
  .footer .footer__container .footer__about p {
    font-size: 1.6666666667vw;
    line-height: 2.4vw;
    margin-top: 2.5333333333vw;
  }
  .footer .footer__container .footer__line {
    margin-top: 4.6666666667vw;
  }
  .footer .footer__container .footer__privacy {
    margin-top: 4.6666666667vw;
  }
  .footer .footer__container .footer__privacy > div img {
    width: 1.4666666667vw;
    margin-right: 0.2666666667vw;
  }
  .footer .footer__container .footer__privacy > div > span {
    font-size: 1.6vw;
    line-height: 2.2vw;
  }
  .footer .footer__container .footer__privacy > div:nth-child(1) {
    margin-bottom: 0.3333333333vw;
  }
}
@media (max-width: 900px) {
  /* 导航 */
}
/* 移动端 */
@media (max-width: 600px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .pc-show-inline {
    display: none;
  }
  .mobile-show-inline {
    display: inline;
  }
  html {
    font-size: 26.6666666667vw;
  }
  .max-w-auto {
    max-width: 100%;
  }
  .wrap {
    width: 100%;
  }
  .nav, .main, .footer {
    padding: 0 0.15rem;
  }
  /* 导航 */
  .nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
    background: transparent;
    transition: var(--nav-transition);
  }
  .nav.scroll {
    background: var(--nav-bg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .nav.scroll > .nav__container {
    padding: 0;
  }
  .nav > .nav__container {
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0.05rem 0;
    transition: var(--nav-transition);
  }
  .nav > .nav__container > .nav__logo {
    height: 0.15rem;
    margin: 0 0.07rem 0 0;
    box-shadow: 0px 0.01rem 0.03rem 0px rgba(0, 0, 0, 0.5);
    border-radius: 0.016rem;
    overflow: hidden;
  }
  .nav > .nav__container > .nav__logo img {
    display: block;
    height: 100%;
  }
  .nav > .nav__container > ul {
    display: flex;
    height: 0.3rem;
    align-items: center;
  }
  .nav > .nav__container > ul li {
    font-size: 0.1rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #0B5B5E;
    line-height: 0.14rem;
    margin-right: 0.14rem;
    position: relative;
    cursor: pointer;
  }
  .nav > .nav__container > ul li.active::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background: #fff;
    opacity: 0.57;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.01rem;
  }
  .nav > .nav__container > ul li:hover {
    color: #0B5B5E;
  }
  .top {
    height: 2.23rem;
    padding-right: 0.105rem;
    background: url(../image/t-bg-y.png?t=202311231130) 100% 0%/contain;
    display: flex;
    justify-content: flex-end;
  }
  .top .top__container {
    padding-top: 0.385rem;
    width: 3.135rem;
  }
  .top .top__container h1 {
    font-size: 0.2rem;
    font-family: YouSheBiaoTiHei;
    color: #0B5B5E;
    line-height: 0.26rem;
    text-align: center;
  }
  .top .top__container p {
    font-size: 0.12rem;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    color: rgba(11, 91, 94, 0.64);
    line-height: 0.165rem;
    letter-spacing: 0.005rem;
    text-align: center;
    margin-top: 0.075rem;
  }
  .main .main__container {
    padding: 0.71rem 0 0.72rem;
  }
  .main .main__container .main__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .main .main__container .main__item img {
    width: 1.49rem;
  }
  .main .main__container .main__item p {
    font-size: 0.125rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: rgba(11, 91, 94, 0.64);
    line-height: 0.18rem;
    text-align: center;
  }
  .main .main__container .main__item:nth-child(2n) {
    justify-content: flex-end;
  }
  .main .main__container .main__item:nth-child(2n) p {
    order: -1;
  }
  .main .main__container .main__item:nth-child(n+2) {
    margin-top: 0.6rem;
  }
  .main .main__container .main__item:nth-child(1) p {
    width: 1.58rem;
    margin: 0 0 0 0.2rem;
  }
  .main .main__container .main__item:nth-child(2) {
    justify-content: space-between;
  }
  .main .main__container .main__item:nth-child(2) p {
    width: 1.75rem;
  }
  .main .main__container .main__item:nth-child(3) p {
    width: 1.58rem;
    margin: 0 0 0 0.25rem;
  }
  .footer {
    background: linear-gradient(180deg, #32C2C7 0%, #0C8894 100%);
  }
  .footer .footer__container {
    padding: 0.305rem 0 0.305rem;
  }
  .footer .footer__container .footer__about {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer .footer__container .footer__about h1 {
    font-size: 0.14rem;
    font-family: YouSheBiaoTiHei;
    color: #fff;
    line-height: 0.26rem;
  }
  .footer .footer__container .footer__about p {
    font-size: 0.12rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 0.165rem;
    margin-top: 0.17rem;
    text-align: right;
  }
  .footer .footer__container .footer__line {
    width: 100%;
    opacity: 0.39;
    border-bottom: 1px solid #fff;
    margin-top: 0.3rem;
  }
  .footer .footer__container .footer__privacy {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.3rem;
  }
  .footer .footer__container .footer__privacy > div {
    display: flex;
    align-items: center;
  }
  .footer .footer__container .footer__privacy > div img {
    width: 0.11rem;
    margin-right: 0.04rem;
  }
  .footer .footer__container .footer__privacy > div > span {
    font-size: 0.12rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 0.165rem;
  }
  .footer .footer__container .footer__privacy > div > span span {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .footer .footer__container .footer__privacy > div > span span:hover {
    color: var(--hover-color);
  }
  .footer .footer__container .footer__privacy > div:nth-child(1) {
    margin-bottom: 0.025rem;
  }
}/*# sourceMappingURL=1.css.map */