@charset "utf-8";
@font-face {
  font-family: "PingFang SC Regular";
  src: url("../fonts/PingFang SC Regular.ttf");
}
body {
  margin: 0px;
  color: #666666;
  font-family: "PingFang SC Regular";
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
}
button {
  overflow: visible;
}
img {
  border: none;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #00bebe;
  text-decoration: none;
}
li {
  list-style: none;
}
.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.m {
  margin: 0 auto;
}
/* @font-face { font-family: '1'; src: url('../fonts/1.ttf');} */

/* 两头/上下对齐 */
.lt {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.sx {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

/* 左对齐 */
.box ul:after {
  display: block;
  content: "";
  width: 30%;
  height: 0px;
}

/* 一行两行三行隐藏 */
.yh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lh {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sh {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 图片隐藏/上下居中 */
.tp {
  object-fit: cover;
}
.jz {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.t_p {
  overflow: hidden;
  position: relative;
}
.t_p img {
  width: 100%;
  transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
}
.t_p img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.sj {
  display: none;
}

.ontop {
  background: #0b263a;
  padding: 20px 0;
  text-align: center;
}
.ontop p {
  line-height: 40px;
  font-size: 14px;
  color: #dbdbdd;
}
.ontop p span {
  color: #dcdcde;
}
.ontop p a {
  font-size: 15px;
  color: #54bbbd;
}

.header {
  background: #080b06;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: all 0.2s;
}
.header.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 80px !important;
  z-index: 100;
  background: none;
  transform: translateZ(0);
}
.header.active:before {
  content: "";
  position: absolute;
  width: 42vw;
  height: 80px;
  background: #000;
  top: 0;
  left: 0;
}
.header.top {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 44px;
  top: 0;
  left: 0;
  width: 100%;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -webkit-animation: headerFix 1s ease 1;
  animation: headerFix 1s ease 1;
  z-index: 999;
}
.header.top.ny {
  background: rgba(0, 0, 0, 0.8);
}
.header.top:hover {
  height: 80px;
}
.header .an {
  position: absolute;
  top: 17px;
  left: 15px;
  height: 19px;
  width: 30px;
  display: none;
}
.header .an span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header .an span.a1 {
  top: 0;
  left: 0;
}
.header .an span.a2 {
  top: 9px;
  left: 0;
}
.header .an span.a3 {
  top: 18px;
  left: 0;
}
.header .an.n span.a2 {
  display: none;
}
.header .an.n span.a1 {
  top: 12px;
  width: 25px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
  top: 12px;
  width: 25px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.navbar {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  border: none;
}
.header.active .navbar {
  display: block;
  position: static;
}
.header.active .menu {
  display: block;
}
.header .menu i.g_b {
  width: 11px;
  height: 11px;
  position: absolute;
  left: calc(42vw - 50px);
  top: 50%;
  transform: translateY(-50%) rotate(45deg) scale(1.5);
  cursor: pointer;
  display: none;
}
.header .menu i.g_b:after,
.header .menu i.g_b:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 5px;
}
.header .menu i.g_b:after {
  transform: rotate(90deg);
}
.header.active .menu i.g_b {
  display: block;
}
.menu .nav i {
  display: none;
  font-size: 0.7292vw;
  text-align: right;
  position: absolute;
  right: -0.7292vw;
  top: 50%;
}
.menu .nav ul li {
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  float: left;
  position: relative;
}
.menu .nav ul li a.o_lm {
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.menu .nav ul li a.o_lm:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  border-bottom: 1px solid #00bebe;
  position: absolute;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.menu .nav ul li:hover a.o_lm:after {
  width: 100%;
  border-bottom: 1px solid #00bebe;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.menu .nav ul li.on a.o_lm {
  color: #00bebe;
  font-weight: bold;
}
.menu .nav ul li.on a.o_lm:after {
  display: block;
  content: "";
  position: absolute;
  background: #00bebe;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
}
.menu .nav .y_j {
  position: relative;
}
.menu .header-menu {
  display: none;
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
  font-weight: 100;
  font-size: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 42vw;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0 0 86px;
  padding-left: calc(-972px + 50.8vw);
  height: calc(100vh - 44px);
}
.header.active .menu .header-menu {
  display: flex;
  flex-direction: row;
}
.menu .header-menu ul {
  display: none;
  width: 100%;
}
.menu .header-menu ul.active {
  display: block;
}
.menu .header-menu ul li {
  /* padding: 10px 0 10px 31px; */
  width: 100%;
  position: relative;
}
.menu .header-menu ul li:after {
  content: "";
  position: absolute;
  background: #00bebe;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
}
.menu .header-menu ul li:hover:after {
  display: block;
}
.menu .header-menu ul li a {
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  line-height: 40px;
  display: flex;
  position: relative;
}
.menu .header-menu ul li i {
  height: 1px;
  width: 12px;
  background: #ff0505;
  position: absolute;
  top: 20px;
  left: -25px;
  display: none;
}
.menu .header-menu ul li i::after,
.menu .header-menu ul li i::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 1px;
  right: -1px;
  top: -1px;
  background: #ff0505;
  transform: rotate(40deg);
}
.menu .header-menu ul li i::after {
  top: 1px;
  transform: rotate(-40deg);
}
.header.active .menu .header-menu ul li:hover i {
  display: block;
}

.login {
  justify-content: space-evenly;
  padding: 20px 0;
  position: relative;
}
.tel,
.lg a {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  padding: 10px 35px;
  position: relative;
  cursor: pointer;
  display: flex;
  line-height: 40px;
  align-items: center;
}
.tel img,
.lg img {
  vertical-align: text-bottom;
  display: inline-block;
  width: 14px;
  margin-right: 10px;
}

.navbar-header {
  /* padding-top: 0.8854vw; */ /* padding-bottom: 0.7292vw; */
  margin-left: auto;
  margin-right: auto;
}
.navbar-header img {
  height: 20px;
}
.header.active .navbar-header {
  display: none;
}

.r_t {
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.header.active .r_t {
  display: none;
}
.language {
  margin: 0 35px;
  line-height: 30px;
  position: relative;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.language:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  border-bottom: 1px solid #00bebe;
  position: absolute;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.language:hover:after {
  width: 100%;
  border-bottom: 1px solid #00bebe;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.lan1 img {
  max-width: 24px;
  margin-right: 10px;
}
.lan2 p {
  color: #fff;
}
.lan0 {
  display: none;
  position: absolute;
  top: 100%;
  right: 0.15625vw;
  padding-top: 25px;
  z-index: 9;
}
.lan01 {
  width: 5.57vw;
  background: #ffffff;
  padding: 0.833vw 1.354vw 0.3646vw 1.354vw;
  border-radius: 0.3125vw;
  border: 1px solid #e8e8e8;
}
.lan01 a {
  display: block;
  margin-bottom: 0.52vw;
  color: #333333;
  line-height: 30px;
}
.language:hover .lan0 {
  display: block;
}
.z_x {
  margin: 0 35px;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.z_x:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  border-bottom: 1px solid #00bebe;
  position: absolute;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.z_x:hover:after {
  width: 100%;
  border-bottom: 1px solid #00bebe;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.z_x1 img {
  max-width: 22px;
  margin-right: 10px;
}
.z_x2 a {
  color: #fff;
}
.y_y {
  margin-left: 20px;
}
.y_y a {
  display: block;
  padding: 0 25px;
  line-height: 30px;
  border: 1px solid #fff;
  color: #fff;
}
.y_y a:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease-in;
}

.menu-right {
  width: 58vw;
  height: 100vh;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.header.active .menu-right {
  display: block;
}
.menu-right0 {
  display: none;
}
.menu-right0.active {
  display: block;
}

.ban {
  width: 100%;
  height: calc(100vh - 160px);
  position: relative;
}
.ban .swiper-container {
  height: 100%;
}
.ban1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.ban1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ban2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 130px;
  z-index: 1;
}
.ban2 .container {
  position: relative;
}
.ban21 img {
  width: 185px;
}
.ban21 p {
  padding-left: 30px;
  line-height: 30px;
  color: #141414;
}
.ban22 {
  margin-top: 35px;
  font-size: 0;
}
.ban22 a {
  display: inline-block;
  padding: 0 14px;
  margin-right: 25px;
  line-height: 32px;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
}
.ban22 a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in;
}

.s1 {
  padding-top: 110px;
  padding-bottom: 150px;
}
.s11 {
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in, margin-top 0.5s ease-in;
}
.s11.active {
  margin-top: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in, margin-top 0.5s ease-in;
}
.s11 h1 {
  font-size: 32px;
  line-height: 30px;
  color: #000;
}
.s12 {
  max-width: 1748px;
  margin: auto;
  margin-top: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.s12.active {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.s12 .gallery-thumbs {
  max-width: 920px;
  margin: auto;
}
.s12 .gallery-thumbs .swiper-slide {
  line-height: 30px;
  margin: 0 5px;
  font-size: 20px;
  color: #ccc;
}
.s12 .gallery-thumbs .swiper-slide-thumb-active {
  color: #000;
}
.s12 .gallery-top {
  margin-top: 20px;
}
.s12 .gallery-top .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}
.s12 .gallery-top .swiper-slide img {
  max-height: 600px;
  max-width: 1550px;
}
.s121 {
  margin-bottom: 70px;
  opacity: 0;
  margin-top: 40px;
  transition: opacity 0.5s ease-in, margin-top 0.5s ease-in;
}
.s121.active {
  margin-top: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.s122 {
  opacity: 0;
  margin-top: 40px;
  transition: opacity 0.5s ease-in, margin-top 0.5s ease-in;
}
.s122.active {
  margin-top: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.s122 a {
  display: inline-block;
  line-height: 32px;
  min-width: 88px;
  padding: 0 14px;
  color: #00263c;
  border: 1px solid #00263c;
}
.s122 a:hover {
  background: #193344;
  color: #fff;
  border: 1px solid #193344;
}
.s120 {
  position: relative;
}
.s120 .swiper-button-prev,
.s120 .swiper-button-next {
  display: block;
  height: 40px;
  width: 40px;
  opacity: 0.75;
  margin-top: -20px;
}
.s120 .swiper-button-prev {
  background: url(../images/l.svg) no-repeat;
}
.s120 .swiper-button-next {
  background: url(../images/l.svg) no-repeat;
  transform: rotate(180deg);
}
.s120 .swiper-button-prev::after,
.s12m .swiper-button-next::after {
  display: none;
}
.s120 .swiper-button-prev:hover,
.s120 .swiper-button-next:hover {
  opacity: 1;
}

.s2 {
  background: #f2f3ed;
  padding-bottom: 125px;
}
.s21 {
  padding: 120px 0 65px;
}
.s21 img {
  max-width: 100%;
}
.s2t {
  width: 100%;
  height: 100%;
  position: relative;
}
.s21 {
  width: 100%;
  height: 100%;
  position: relative;
}
.s22 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.s22 h3 {
  line-height: 38px;
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
}
.s22 p {
  max-width: 652px;
  margin: auto;
  line-height: 38px;
  font-size: 32px;
  color: #fff;
}
.s22 a {
  display: block;
  width: 88px;
  margin: auto;
  line-height: 32px;
  margin-top: 40px;
  border: 1px solid #fff;
  color: #fff;
}
.s22 a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.s2m1 {
  margin-top: 150px;
  margin-bottom: 120px;
  text-align: center;
}
.s2m1 h3 {
  font-size: 32px;
  line-height: 50px;
  color: #000;
}
.s2m21 {
  width: 65.9%;
}
.s2m20 img {
  width: 100%;
}
.s2m20 h3 {
  font-size: 18px;
  line-height: 21px;
  margin-top: 12px;
  color: #000;
  font-weight: bold;
}
.s2m20 p {
  font-size: 18px;
  line-height: 23px;
  color: #000;
}
.s2m21t {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in;
}
.s2m21t.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
}
.s2m21m {
  margin-top: 70px;
}
.s2m211 {
  width: 48.3%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in;
}
.s2m211.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
}
.s2m212 {
  width: 48.3%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in;
}
.s2m212.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
  transition-delay: 0.3s;
}
.s2m22t {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in;
}
.s2m22t.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
}
.s2m22m {
  margin-top: 70px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in;
}
.s2m22m.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
}
.s2m22 {
  width: 31.8%;
}

.s3t {
  padding-top: 150px;
  padding-bottom: 60px;
}
.s31 {
  width: 18.75%;
}
.s31 img {
  width: 118px;
  margin-top: 40px;
}
.s31 h2 {
  font-size: 20px;
  color: #8e8e8e;
  margin-top: 12px;
  line-height: 26px;
}
.s31 h1 {
  margin-top: 20px;
  line-height: 51px;
  color: #000;
  font-size: 32px;
  max-width: 330px;
}
.s31 a {
  display: block;
  width: 88px;
  font-size: 14px;
  line-height: 40px;
  margin-top: 80px;
  border: 1px solid #000f16;
  color: #000f16;
  text-align: center;
}
.s31 a:hover {
  background-color: #000f16;
  color: #fff;
}
.s32 {
  width: 65.9%;
  overflow: hidden;
}
.s32 img {
  max-width: 100%;
  transition: transform 0.4s ease;
}
.s32:hover img {
  transform: scale(1.05);
}
.s3m ul {
  overflow: hidden;
}
.s3m ul li {
  width: 31.8%;
  float: left;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in;
}
.s33 ul li.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
}
.s33 ul li.active:nth-of-type(2) {
  transition-delay: 0.3s;
}
.s33 ul li.active:nth-of-type(3) {
  transition-delay: 0.6s;
}
.s3m ul li div {
  width: 100%;
  overflow: hidden;
}
.s3m ul li div img {
  width: 100%;
  transition: transform 0.4s ease;
  transform-origin: 50% 50%;
}
.s3m ul li div:hover img {
  transform: scale(1.05);
}
.s3m ul li h3 {
  margin-top: 14px;
  font-size: 18px;
  color: #000;
  line-height: 23px;
}
.s3m ul li p {
  font-size: 18px;
  color: #7d7d7d;
  line-height: 23px;
}

.s43 ul li.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
}
.s43 ul li.active:nth-of-type(2) {
  transition-delay: 0.3s;
}
.s43 ul li.active:nth-of-type(3) {
  transition-delay: 0.6s;
}

.s5 {
  background-color: #000;
  margin-top: 145px;
  padding-top: 146px;
  padding-bottom: 113px;
}
.s5m {
  margin-top: 115px;
}
.s51 {
  text-align: center;
}
.s51 img {
  width: 123px;
}
.s51 p {
  line-height: 36px;
  font-size: 28px;
  color: #fff;
  margin: 20px auto 0;
  max-width: 481px;
}
.s52 {
  margin-top: 70px;
}
.s52 ul li {
  width: 48.75%;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in;
}
.s52 ul li.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
}
.s521 {
  background-color: #f2f3ed;
  width: 33%;
}
.s5211 {
  margin-left: 5px;
  margin-top: 8px;
}
.s5211 img {
  width: 55px;
  height: 55px;
}
.s5212 {
  margin-left: 18px;
  margin-bottom: 18px;
}
.s5212 h3 {
  font-size: 18px;
  color: #000;
  line-height: 23px;
  margin-bottom: 4px;
  font-weight: bold;
}
.s5212 p {
  font-size: 18px;
  color: #7d7d7d;
}
.s522 {
  width: 65.97%;
}
.s522 img {
  width: 100%;
}
.s53 {
  margin-top: 40px;
  text-align: center;
}
.s53 p {
  line-height: 22px;
  color: #fff;
}
.s53 a {
  display: block;
  width: 88px;
  margin: auto;
  margin-top: 30px;
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  border: 1px solid #fff;
}
.s53 a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.s6 {
  background-color: #f2f3ed;
  padding-top: 116px;
}
.s60 {
  max-width: 1090px;
  margin: auto;
}
.s61 {
  max-width: 325px;
  width: 29.8%;
}
.s61 h3 {
  font-size: 36px;
  color: #000;
  line-height: 50px;
  margin-top: 57px;
  margin-bottom: 30px;
}
.s61 p {
  font-size: 16px;
  line-height: 32px;
}
.s61 a {
  display: block;
  line-height: 40px;
  margin-top: 40px;
  width: 160px;
  border: 1px solid #000f16;
  color: #000f16;
  text-align: center;
}
.s61 a:hover {
  background-color: #000f16;
  color: #fff;
}
.s62 {
  max-width: 305px;
  width: 100%;
}
.s62 img {
  max-width: 100%;
}
.s63 {
  max-width: 187px;
  width: 100%;
  text-align: center;
}
.s63 .ewm {
  width: 136px;
  margin-top: 57px;
}
.s63 h3 {
  font-size: 32px;
  color: #000;
  line-height: 51px;
  margin-top: 20px;
}
.s63 p {
  margin-top: 20px;
  font-size: 10px;
  color: #000;
  line-height: 16px;
  margin-top: 16px;
}
.s63 div {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  gap: 16px;
}
.s63 div a {
  font-size: 0;
}
.s63 div p {
  color: #000;
  font-size: 10px;
  line-height: 16px;
  display: inline-block;
}
.s63 div img {
  width: 10px;
  height: 7px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: initial;
}

.f_t {
  padding: 29px 0;
}
.f1 {
  padding: 0 40px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
}
.f1 span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
}
.f2 a {
  display: inline;
  line-height: 22px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin: 0 40px;
}
.f3 {
  margin-right: 30px;
}
.f3 ul {
  display: flex;
}
.f3 ul li {
  height: 22px;
  width: 22px;
  margin-right: 15px;
  font-weight: bold;
  position: relative;
}
.f3 ul li a {
  display: block;
  position: relative;
  z-index: 1;
}
.f3 ul li img {
  max-width: 100%;
}
.f3 ul li:last-child {
  width: 70px;
  color: #000;
  display: flex;
  padding-left: 15px;
  padding-right: 10px;
  align-items: center;
}
.f3 ul li:last-child img {
  width: auto;
  height: 21px;
  margin-left: 10px;
}
.f_m {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.f_m a {
  display: inline-block;
  color: #cdced4;
}
.f_m img {
  display: inline-block;
  margin-left: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.f3 ul li div {
  display: none;
}
.f3 ul li:nth-of-type(2) div {
  position: absolute;
  background: #fff;
  border-radius: 3px;
  bottom: 60px;
  box-shadow: 0 0 5px #666;
  color: #00bebe;
  display: none;
  font-weight: 600;
  height: auto;
  line-height: 18px;
  padding: 2em;
  position: absolute;
  right: -80px;
  width: max-content;
  font-size: 12px;
}
.f3 ul li:nth-of-type(2) div img {
  max-width: 150px;
}
.f3 ul li:nth-of-type(2) div:after {
  bottom: -9px;
  border-color: transparent transparent #fff #fff;
  border-style: solid;
  border-width: 8px;
  box-shadow: -1px 1px 1px -1px #aaa;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: rotate(-45deg) translateX(-50%);
  transform-origin: 0 0;
  width: 0;
}
.f3 ul li:nth-of-type(4) div {
  background: #fff;
  border-radius: 3px;
  bottom: 60px;
  box-shadow: 0 0 5px #666;
  display: none;
  font-weight: 600;
  height: auto;
  line-height: 18px;
  padding: 2em;
  position: absolute;
  right: -50px;
  width: max-content;
}
.f3 ul li:nth-of-type(4) div a {
  font-size: 12px;
  color: #00bebe;
}
.f3 ul li:nth-of-type(4) div:after {
  bottom: -9px;
  border-color: transparent transparent #fff #fff;
  border-style: solid;
  border-width: 8px;
  box-shadow: -1px 1px 1px -1px #aaa;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: rotate(-45deg) translateX(-50%);
  transform-origin: 0 0;
  width: 0;
}

.xz_qy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  text-align: center;
  animation-fill-mode: forwards;
}
.xz_qym {
  width: 100%;
  padding: 100px 20px 20px;
  position: relative;
  box-sizing: border-box;
  max-height: 100%;
  overflow: auto;
}
.xz_qy .close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 19px;
  height: 19px;
  background-image: url(../images/close.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.xz_qy h3 {
  font-weight: 300;
  font-size: 28px;
  line-height: 44px;
}
.xz_qy2 {
  width: 350px;
  padding: 40px 20px 0;
  margin: 0 auto;
}
.xz_qy2 a {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  height: 44px;
  cursor: pointer;
  font-size: 16px;
}
.xz_qy2 img {
  display: inline-block;
  width: auto;
  height: 24px;
}
.xz_qy2 span:nth-of-type(1) {
  min-width: 145px;
  margin-left: 30px;
  font-weight: 600;
  text-align: left;
  color: #000;
}
.xz_qy2 span:nth-of-type(2) {
  margin-left: 20px;
  font-weight: 300;
  color: #000;
}

/* 关于我们 */
.nban {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 70px;
}
.nban img {
  width: 100%;
}

.ab1 {
  padding: 120px 0;
  text-align: center;
}
.ab11 p {
  line-height: 48px;
  font-size: 26px;
  color: #000f16;
  padding: 0 200px;
}
.ab12 {
  width: 62.5%;
  margin: 80px auto;
}
.ab12 img {
  max-width: 100%;
}
.ab13 p {
  font-size: 14px;
  color: #000f16;
  line-height: 32px;
}

.ab2 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.ab21 {
  width: 100%;
  height: 100%;
  position: relative;
}
.ab21 img {
  max-width: 100%;
}
.ab22 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ab22 h2 {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
}
.ab22 p {
  max-width: 900px;
  width: 100%;
  margin: 30px auto 0;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.ab3 {
  padding-top: 120px;
  padding-bottom: 145px;
}
.ab31 {
  max-width: 900px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.ab31 h2 {
  line-height: 48px;
  font-size: 24px;
  color: #000f16;
  font-weight: bold;
}
.ab32 {
  margin-top: 80px;
}
.ab32 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ab32 ul li {
  margin: 2.7777777778vw 1.3888888889vw;
  width: 27.7777777778vw;
  flex: 0 0 27.7777777778vw;
}
.ab32 ul li img {
  display: block;
  width: 27.7777777778vw;
  height: 27.7777777778vw;
  margin: 2.7777777778vw 0;
}
.ab32 ul li h3 {
  line-height: 32px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000f16;
  font-weight: bold;
}
.ab32 ul li p {
  line-height: 32px;
  font-size: 14px;
  color: #000f16;
}

.ab4 {
  width: 100%;
  height: 100%;
  position: relative;
}
.ab4t {
  width: 100%;
  height: 100%;
  position: relative;
}
.ab4t img {
  width: 100%;
}
.ab4m {
  width: 100%;
  max-width: 800px;
  margin: auto;
  top: 32%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.ab4m h2 {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
.ab4m p {
  width: 100%;
  max-width: 660px;
  line-height: 32px;
  color: #fff;
  margin: 1.3888888889vw auto 0;
  text-align: center;
}

.ab5 {
  background-color: #e6fafa;
  padding-top: 160px;
  padding-bottom: 120px;
  text-align: center;
}
.ab51 {
  width: 82.5%;
  margin: auto;
}
.ab51 img {
  max-width: 100%;
}
.ab52 {
  margin-top: 90px;
}
.ab52 h2 {
  font-size: 40px;
  color: #000c17;
  line-height: 109px;
  background: linear-gradient(90deg, #004b64, #00bebe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ab52 p {
  line-height: 64px;
  font-size: 1.3888888889vw;
  color: #000f16;
}

.ab6 {
  padding: 4.1666666667vw 0;
}
.ab6 ul {
  display: flex;
  width: 91.6666666667vw;
  margin: 0 auto;
  flex-wrap: wrap;
}
.ab6 ul li {
  padding: 2.7777777778vw 0 2.0833333333vw;
  width: 27.7777777778vw;
  margin: 0 1.3888888889vw;
  flex: 0 0 27.7777777778vw;
}
.ab6 ul li img {
  width: 27.7777777778vw;
  height: 20.8333333333vw;
  object-fit: cover;
  object-position: center;
}
.ab6 ul li h3 {
  line-height: 80px;
  font-size: 40px;
  color: #000f16;
}
.ab6 ul li h4 {
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000f16;
}
.ab6 ul li p {
  line-height: 24px;
  color: #000f16;
}

/* 资讯中心 */
.f_l {
  max-width: 1170px;
  width: 100%;
  margin: 64px auto 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.f_l1 {
  padding: 12px 0;
}
.f_l1 h2 {
  font-size: 28px;
  color: #000;
  line-height: 33px;
}
.f_l2 {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.f_l2 a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 17px;
  margin: auto 0 0 32px;
}
.f_l2 a.cur {
  font-weight: bold;
}

.l_n {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
.l_n ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_n ul li {
  width: 48.5%;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}
.l_n ul li img {
  width: 100%;
  height: 371px;
  object-fit: cover;
}
.l_n ul li h3 {
  font-size: 20px;
  color: #000;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.l_n ul li p {
  font-size: 16px;
  color: #d8d8d8;
  line-height: 25px;
}

.l_nm {
  width: 210px;
  margin: 48px auto;
}
.l_nm a {
  background-color: #fff;
  width: 100%;
  line-height: 48px;
  padding: 0 20px;
  display: block;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  transition: all 0.3s ease-in;
}
.l_nm a:hover {
  background-color: #000;
  color: #fff;
}

/* 视频库 */
.l_d {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  margin-top: 16px;
  padding-bottom: 150px;
}
.l_d ul {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_d ul li {
  width: 23.5%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.l_d ul li img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}
.l_d ul li h3 {
  font-size: 16px;
  color: #000;
  line-height: 19px;
  margin-top: 16px;
  margin-bottom: 11px;
}
.l_d ul li p {
  font-size: 14px;
  color: #9b9da9;
  line-height: 17px;
}

/* 视频库详情 */
.s_v {
  max-width: 750px;
  width: 100%;
  margin: 25px auto;
}

.v_d1b {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.3s;
}
.v_d1b1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.v_d1b1 img {
  width: 100%;
  height: 455px;
  object-fit: cover;
}
.v_d1b .play {
  display: block;
  max-width: 67px;
  position: absolute;
  z-index: 9;
}
.v_d1b .play img {
  max-width: 100%;
}
#video11 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  object-fit: cover;
}
.video1,
.object1 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}

.s_v1 {
  margin-top: 20px;
}
.s_v1 p {
  font-size: 14px;
  color: #000;
  line-height: 23px;
}
.s_v1 h3 {
  margin-top: 12px;
  line-height: 51px;
  font-size: 32px;
  color: #000;
  font-weight: bold;
}

.s_v2 {
  margin-top: 16px;
}
.s_v2 p {
  display: inline-block;
  background: #f7f8fa;
  line-height: 16px;
  font-size: 14px;
  color: #000f16;
  cursor: pointer;
  padding: 8px 16px;
}
.s_v2 p:hover {
  color: #fff;
  background: #00bebe;
}

.s_v3 {
  margin-top: 32px;
  margin-bottom: 24px;
}
.s_v3 p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.s_v4 {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
.s_v4 span {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  margin-right: 37px;
}
.s_v4 ul {
  display: flex;
}
.s_v4 ul li {
  margin-right: 16px;
}
.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  background: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  width: 24px !important;
  line-height: 24px !important;
  height: 24px !important;
}
.bdshare-button-style0-16 .bds_tsina {
  background: url(../images/wb.svg) no-repeat !important;
  background-position: 0 !important;
}
.bdshare-button-style0-16 .bds_weixin {
  background: url(../images/wx.svg) no-repeat !important;
  background-position: 0 !important;
}
.bdshare-button-style0-16 .bds_copy {
  background: url(../images/link.svg) no-repeat !important;
  background-position: 0 !important;
}

.s_v5 {
  border-top: 1px solid #939799;
  position: relative;
  padding-top: 32px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.s_v51 {
  margin-right: auto;
}
.s_v50 a {
  display: flex;
}
.s_v50 span {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0 9px;
}
.s_v52 a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0 9px;
}
.s_v53 {
  margin-left: auto;
}

/* 企业文化 */
.cu .m {
  max-width: 1378px;
  margin: auto;
}

.cu1 {
  padding-top: 126px;
  padding-bottom: 210px;
}
.cu1t {
  text-align: center;
}
.cu1t h2 {
  font-size: 40px;
  color: #000;
  line-height: 76px;
  font-weight: bold;
}
.cu1t p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 20px auto 120px;
  max-width: 510px;
}
.cu1m {
  max-width: 748px;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  margin-top: 120px;
}
.cu1m1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.cu1m1 img {
  width: 100%;
}
.cu1m2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.cu11 {
  padding-top: 86px;
}
.cu10 {
  margin-top: 20px;
}
.cu10 h2 {
  font-size: 25px;
  color: #000;
  line-height: 42px;
  padding-bottom: 5px;
  position: relative;
}
.cu10 h2::after {
  display: block;
  content: "";
  background: #95d0d1;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.cu10 h3 {
  line-height: 40px;
  margin-top: 15px;
  font-size: 30px;
  color: #000;
}
.cu10 p {
  line-height: 30px;
  font-size: 25px;
  color: #000;
}
.cu20 {
  margin-top: 20px;
}
.cu20 h2 {
  font-size: 25px;
  color: #000;
  line-height: 42px;
  padding-bottom: 5px;
  position: relative;
}
.cu20 h2::after {
  display: block;
  content: "";
  background: #95d0d1;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.cu13 ul {
  display: flex;
  justify-content: center;
  font-size: 0;
  text-align: center;
  margin-top: 15px;
}
.cu13 ul li {
  width: 90px;
  margin: 0 20px;
  display: inline-block;
}
.cu13 ul li:nth-of-type(2) {
  width: 110px;
}
.cu13 ul li:nth-of-type(3) {
  width: 100px;
}
.cu13 ul li:nth-of-type(5) {
  width: 80px;
}
.cu13 ul li h3 {
  line-height: 22px;
  font-size: 18px;
  color: #000;
}
.cu13 ul li p {
  line-height: 22px;
  font-size: 16px;
  color: #000;
}
.cu14 ul {
  display: flex;
  justify-content: center;
  font-size: 0;
  text-align: center;
  margin-top: 15px;
}
.cu14 ul li {
  width: 130px;
  margin: 0 15px;
  display: inline-block;
}
.cu14 ul li h3 {
  line-height: 35px;
  font-size: 32px;
  color: #000;
}
.cu14 ul li p {
  line-height: 35px;
  font-size: 25px;
  color: #000;
}

.cu2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.cu21 {
  width: 100%;
  height: 100%;
  position: relative;
}
.cu21 img {
  width: 100%;
}
.cu22 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.cu22 h2 {
  line-height: 75px;
  margin-bottom: 20px;
  font-size: 50px;
  color: #080f16;
  font-weight: bold;
}
.cu22 p {
  max-width: 530px;
  margin: auto;
  line-height: 30px;
  font-size: 19px;
  color: #080f16;
}

.cu3 {
  padding-top: 120px;
  padding-bottom: 130px;
}
.cu30 {
  text-align: center;
}
.cu30 h2 {
  line-height: 46px;
  margin-bottom: 10px;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.cu30 p {
  max-width: 490px;
  margin: auto;
  line-height: 28px;
  font-size: 17px;
  color: #000;
}
.cu3m {
  margin-top: 65px;
}
.cu3m ul {
  display: flex;
  justify-content: space-between;
}
.cu3m ul li {
  width: 31.2%;
}
.cu3m ul li img {
  width: 100%;
}

.cu4m {
  margin-top: 60px;
}
.cu4m ul {
  overflow: hidden;
}
.cu4m ul li {
  width: 48.4%;
  float: left;
  margin-bottom: 40px;
}
.cu4m ul li:first-child {
  width: 100%;
}
.cu4m ul li:last-child {
  float: right;
}
.cu4m ul li img {
  width: 100%;
}

.cu5 {
  padding-top: 110px;
  padding-bottom: 145px;
}
.cu5t.cu30 p {
  max-width: 575px;
}
.cu5m {
  margin-top: 65px;
}
.cu5m ul {
  overflow: hidden;
}
.cu5m ul li {
  width: 48.4%;
  float: left;
}
.cu5m ul li:nth-of-type(even) {
  float: right;
}
.cu5m ul li img {
  width: 100%;
}
.cu5m ul li h3 {
  margin-top: 25px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cu5m ul li p {
  line-height: 26px;
  font-size: 16px;
  color: #727272;
}
.cu5m ul li a {
  display: block;
  width: 106px;
  line-height: 40px;
  margin-top: 60px;
  font-size: 14px;
  color: #000f16;
  border: 1px solid #000f16;
  text-align: center;
}
.cu5m ul li a:hover {
  background-color: #000f16;
  color: #fff;
}

.cu6 {
  background: #f1f1f1;
  padding-top: 130px;
  padding-bottom: 160px;
}
.cu6t.cu30 p {
  max-width: 660px;
  margin: auto;
}
.cu6m {
  margin-top: 60px;
}
.cu6m img {
  width: 100%;
  margin-bottom: 50px;
}
.cu6m p {
  max-width: 660px;
  margin: auto;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.cu7 {
  background: #dddddd;
  padding-top: 130px;
  padding-bottom: 166px;
  text-align: center;
}
.cu7t h2 {
  line-height: 85px;
  font-size: 35px;
  color: #000;
  font-weight: bold;
}
.cu7t p {
  line-height: 35px;
  font-size: 18px;
  color: #000;
}
.cu7m {
  margin-top: 57px;
  font-size: 0;
}
.cu7m a {
  display: inline-block;
  width: 140px;
  margin: 0 10px;
  line-height: 50px;
  font-size: 14px;
  color: #000f16;
  border: 1px solid #000f16;
  text-align: center;
  font-weight: bold;
}
.cu7m a:hover {
  background-color: #000f16;
  color: #fff;
}

/* 产品中心-超舒波 */
.header.ny {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.header.ny.product {
  background: none;
}
.header.top.ny.product {
  background: rgba(0, 0, 0, 0.8);
}

.c_s {
  background: #f4f4f4;
  padding: 210px 0;
}
.c_s1t {
  text-align: center;
}
.c_s1t h1 {
  line-height: 80px;
  margin-bottom: 15px;
  font-size: 45px;
  color: #000000;
  font-weight: bold;
}
.c_s1t p {
  max-width: 1150px;
  margin: auto;
  line-height: 30px;
  font-size: 16px;
  color: #7b7b7b;
}
.c_s1m {
  max-width: 1150px;
  width: 100%;
  margin: auto;
  margin-top: 120px;
}
.c_s1m ul li {
  width: 46%;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
  position: relative;
}
.c_s1m ul li::after {
  display: block;
  content: "";
  background: #211815;
  width: 32px;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: 5px;
  z-index: 1;
}
.c_s11 {
  width: 70px;
}
.c_s11 img {
  max-width: 100%;
}
.c_s12 {
  width: calc(100% - 70px);
}
.c_s12 h3 {
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.c_s12 p {
  line-height: 30px;
  font-size: 18px;
  color: #3e3a39;
}

.c_s2 .m {
  max-width: 1375px;
  margin: auto;
  padding-top: 160px;
  padding-bottom: 125px;
  border-bottom: 1px solid #aaaaaa;
}
.c_s21 {
  width: 100%;
}
.c_s21 img {
  width: 100%;
}
.c_s22 {
  margin-top: 32px;
  margin-bottom: 65px;
}
.c_s22 ul li {
  width: 49%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.c_s23 ul li {
  width: 23.3%;
}
.c_s22 ul li img {
  max-width: 100%;
}
.c_s23 ul li h3 {
  line-height: 45px;
  margin-bottom: 10px;
  font-size: 25px;
  color: #337c89;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
}
.c_s23 ul li h3::after {
  display: block;
  content: "";
  background: #64bac7;
  width: 38px;
  height: 5px;
  position: absolute;
  bottom: -3px;
  left: 5px;
  z-index: 1;
}
.c_s23 ul li p {
  line-height: 30px;
  font-size: 21px;
  color: #000;
}

.c_s3 {
  padding-top: 70px;
}
.c_s3 .m {
  max-width: 1375px;
  margin: auto;
}
.c_s3t h1 {
  line-height: 62px;
  font-size: 45px;
  color: #3c3a39;
  font-weight: bold;
}
.c_s3m {
  padding-top: 45px;
}
.c_s3m ul {
  width: 44.4%;
}
.c_s3m ul li {
  margin-top: 65px;
}
.c_s31 {
  width: 20.5%;
}
.c_s31 span {
  display: block;
  line-height: 75px;
  font-size: 100px;
  color: #dcdddd;
  font-weight: bold;
}
.c_s32 {
  width: 76.2%;
}
.c_s32 p {
  line-height: 52px;
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
  font-weight: bold;
}
.c_s32 p::after {
  display: block;
  content: "";
  background: #64bac7;
  width: 50px;
  height: 6px;
  position: absolute;
  bottom: -3px;
  left: 5px;
  z-index: 1;
}

/* 产品中心-超舒波mini */
.c_s_mini .c_s2 .m {
  margin-top: 180px;
  padding-top: 140px;
  border-top: 1px solid #aaaaaa;
}

/* 产品中心-康阵波 */
.kzb .c_s23 ul li p {
  font-size: 18px;
}
.k_z .m {
  max-width: 1375px;
  margin: auto;
}
.k_zt {
  padding-top: 70px;
}
.k_zt h1 {
  line-height: 66px;
  font-size: 45px;
  color: #3c3a39;
  font-weight: bold;
}
.k_zm ul li {
  width: 47.3%;
  margin-top: 80px;
  margin-bottom: 30px;
}
.k_zm ul li:nth-of-type(even) {
  width: 35.3%;
}
.k_zm ul li h2 {
  line-height: 58px;
  font-size: 30px;
  color: #337c89;
  font-weight: bold;
}
.k_zm ul li h1 {
  height: 101px;
  line-height: 85px;
  margin-bottom: 30px;
  font-size: 90px;
  color: #000;
  padding-bottom: 16px;
  border-bottom: 1px solid #aaaaaa;
  position: relative;
  font-weight: bold;
}
.k_zm ul li h1 span {
  font-size: 40px;
}
.k_zm ul li h1::after {
  display: block;
  content: "";
  position: absolute;
  background: #67bbc8;
  width: 28px;
  height: 5px;
  left: 5px;
  bottom: -3px;
  z-index: 1;
}
.k_zm ul li p {
  line-height: 30px;
  font-size: 18px;
  color: #3e3a3a;
}

/* 加入我们 */
.nban1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.nban2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.nban2 h1 {
  font-size: 83px;
  color: #032224;
  line-height: 126px;
  margin-bottom: 20px;
}
.nban21 {
  display: flex;
  justify-content: center;
}
.nban21 a {
  display: block;
  border: 1px solid #052527;
  font-size: 16px;
  color: #052527;
  margin: 0;
  width: auto;
  line-height: 20px;
  padding: 16px;
}
.nban21 a:first-child {
  margin-right: 24px;
}

.j_n .m {
  max-width: 1280px;
  margin: auto;
}
.j_n1 {
  padding: 140px 0;
}
.j_n1t {
  margin-top: 30px;
  text-align: center;
}
.j_n1t h1 {
  line-height: 58px;
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
  font-weight: bold;
}
.j_n1t p {
  max-width: 525px;
  margin: auto;
  line-height: 28px;
  font-size: 17px;
  color: #000;
}
.j_n1m {
  margin-top: 20px;
}
.j_n1m video {
  width: 100%;
}

.j_n2 {
  background-color: #00263c;
  padding: 140px 0;
  text-align: center;
}
.j_n21 h2 {
  font-size: 24px;
  color: #fff;
  line-height: 44px;
}
.j_n21 p {
  font-size: 34px;
  color: #fff;
  line-height: 48px;
  max-width: 660px;
  margin: 28px auto;
}
.j_n22 {
  padding-top: 10px;
}
.j_n22 h2 {
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}
.j_n22 p {
  line-height: 36px;
  font-size: 21px;
  color: #fff;
  opacity: 0.8;
}
.j_n23 {
  margin-top: 120px;
  text-align: center;
}
.j_n23 ul li {
  background-color: #f5f5f5;
  width: 22.7%;
  padding: 87px 50px;
}
.j_n23 ul li h3 {
  font-size: 28px;
  color: #000;
  line-height: 42px;
  margin-bottom: 60px;
  font-weight: bold;
}
.j_n23 ul li p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.j_n3 {
  background-color: #f5f5f5;
  padding: 140px 0 105px;
}
.j_n3t {
  text-align: center;
}
.j_n3t h2 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
}
.j_n3t p {
  max-width: 440px;
  margin: 40px auto 84px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.j_n3m img {
  width: 100%;
}
.j_n3b {
  margin-top: 48px;
}
.j_n3b ul {
  display: flex;
  max-width: 430px;
  margin: auto;
  border-bottom: 1px solid #ccc;
}
.j_n3b ul li {
  margin-top: 20px;
}

.j_n3b ul li p {
  display: inline-block;
  font-size: 16px;
  color: #989898;
  line-height: 32px;
  padding-bottom: 20px;
  position: relative;
}
.j_n3b ul li.cur p {
  color: #111;
}
.j_n3b ul li.cur p::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.j_n30 {
  max-width: 470px;
  margin: auto;
  text-align: center;
}
.j_n31 {
  display: none;
  margin: 20px auto 0;
}
.j_n31:first-child {
  display: block;
}
.j_n31 p {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 22px;
}

.j_n4 {
  padding-top: 140px;
}
.j_n4t {
  text-align: center;
}
.j_n4t h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
}
.j_n4t p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  max-width: 370px;
  margin: 40px auto 84px;
}
.j_n41 {
  width: 57%;
}
.j_n41 ul li {
  display: none;
  height: 640px;
  transition: opacity 0.3s ease-in-out;
}
.j_n41 ul li.cur {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.j_n41 img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.j_n42 {
  background-color: #f5f5f5;
  width: 39.8%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.j_n42 ul li {
  max-width: 370px;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #979797;
  padding: 36px 0;
}
.j_n42 ul li:last-child {
  border-bottom: none;
}
.j_n421 {
  -webkit-align-items: center;
}
.j_n421 h3 {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
.j_n421 button {
  background: none;
  border: none;
}
.j_n421 span {
  font-size: 27px;
  color: #000;
}
.j_n42 ul li .jia {
  display: none;
}
.j_n42 ul li .j_n422 {
  display: none;
}
.j_n42 ul li.cur .j_n422 {
  display: block;
}
.j_n42 ul li.cur .jian {
  display: none;
}
.j_n42 ul li.cur .jia {
  display: block;
}

.j_n5 {
  padding: 140px 0;
}

.j_n6 {
  background: #eaf9fa;
  padding: 64px 0;
}
.j_n6 .m {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.j_n61 {
  display: flex;
  text-align: left;
  margin-right: auto;
}
.j_n611 {
  width: 80px;
  margin-right: 30px;
}
.j_n611 img {
  max-width: 100%;
}
.j_n612 h2 {
  font-size: 20px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
}
.j_n612 p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.j_n612 div {
  display: flex;
  text-align: left;
  margin-right: auto;
}
.j_n612 div a {
  background: none;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  padding: 10px 7px 0;
  display: inline-flex;
  align-items: center;
}
.j_n612 div img {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 4px;
}
.j_n62 {
  width: 200px;
  text-align: center;
}
.j_n621 {
  border: 2px solid #000;
  width: 106px;
  height: 106px;
  margin: 0 auto 12px;
}
.j_n621 img {
  width: 90px;
  height: 90px;
  margin-top: 9px;
  object-fit: cover;
  object-position: center;
}
.j_n622 p {
  font-size: 12px;
  color: #000;
  line-height: 18px;
  font-weight: 400;
}

/* 职位列表 */
.j_b1 {
  margin-top: 85px;
  margin-bottom: 120px;
}
.j_b1 .m {
  max-width: 1280px;
  margin: auto;
}
.j_b1t h1 {
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-align: center;
}
.j_b1m {
  max-width: 840px;
  width: 100%;
  border-bottom: 1px solid #f0f1f2;
  height: 38px;
  flex: 1 1;
  display: flex;
  align-items: center;
  padding-left: 6px;
  position: relative;
  margin: auto;
  margin-top: 60px;
}
.j_b1m.cur {
  border-bottom: 1px solid #00bebe;
}
.j_b1m form {
  width: 100%;
}
.j_b1m form .txt {
  float: left;
  width: calc(100% - 24px);
  line-height: 38px;
  font-size: 15px;
  padding-left: 20px;
  background: none;
  border: none;
}
.j_b1m form .input-button {
  width: 24px;
  box-sizing: border-box;
  overflow: hidden;
  background: none;
  float: left;
}
.j_b1m form .input-button > input {
  width: 100%;
  height: 38px;
  background: url(../images/ss.jpg) no-repeat center;
  border: none;
  line-height: 38px;
  text-indent: -999px;
}

.j_b11 {
  border-bottom: 1px solid #f0f1f2;
  margin-top: 50px;
}
.j_b111 span {
  display: block;
  line-height: 18px;
  font-size: 14px;
  color: #5a5a5a;
}
.j_b112 {
  display: flex;
  align-items: center;
  max-width: 290px;
  padding: 8px 16px;
  padding-top: 0;
}
.j_b112 p {
  font-size: 16px;
  color: #000;
}
.j_b112 img {
  width: 14px;
  margin-right: 4px;
}
.j_b112 span {
  margin-left: auto;
  flex: 1 1;
  text-align: right;
  font-size: 12px;
  color: #00bebe;
  cursor: pointer;
}
.j_b121 {
  width: 22.65625%;
}
.j_b121.cur {
  height: 860px;
  overflow-y: scroll;
}
.j_b121.cur::-webkit-scrollbar {
  width: 4px;
}
.j_b121.cur::-webkit-scrollbar-track {
  background-color: none;
}
.j_b121.cur::-webkit-scrollbar-thumb {
  background: #ccc;
}
.j_b20 {
  margin: 0 16px;
  border-bottom: 1px solid #f0f1f2;
}
.j_b2t {
  display: flex;
  height: 70px;
  line-height: 70px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.j_b2t h3 {
  font-size: 14px;
  color: #000;
}
.j_b2t span {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
.j_b2t span:before,
.j_b2t span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #050b27;
  top: 50%;
  transform: translateY(-50%);
}
.j_b2t span:after {
  transform: translateY(-50%) rotate(90deg);
}
.j_b2t.cur span:after {
  display: none;
}
.j_b2m {
  display: none;
}
.j_b2m1 {
  -webkit-align-items: center;
}
.j_b211 label {
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  position: relative;
}
.j_b211 label input {
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.j_b211 span.j1 {
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #dadcde;
  margin-top: 10px;
  cursor: pointer;
}
.j_b211 span.j2 {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #000;
}
.j_b212 .hv {
  display: none;
}
.j_b212.cur .zc {
  display: none;
}
.j_b212.cur .hv {
  display: block;
}
.j_b2m2 {
  display: none;
  padding-left: 30px;
}
.j_b2m2.cur {
  display: block;
}
.j_b2m2 label {
  margin-right: 10px;
  position: relative;
}
.j_b2m2 label input {
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.j_b2m2 span.j1 {
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #dadcde;
  margin-top: 10px;
  cursor: pointer;
}
.j_b2m2 span.j2 {
  font-size: 14px;
  line-height: 32px;
  color: #000;
}
.j_b22m {
  background: #f7f8fa;
  margin: 10px 0;
  border-bottom: 1px solid #f0f1f2;
  height: 38px;
  flex: 1 1;
  display: flex;
  align-items: center;
  padding-left: 6px;
  position: relative;
}
.j_b22m form {
  width: 100%;
}
.j_b22m form .txt {
  float: left;
  width: calc(100% - 24px);
  line-height: 38px;
  font-size: 15px;
  padding-left: 20px;
  background: none;
  border: none;
}
.j_b22m form .input-button {
  width: 24px;
  box-sizing: border-box;
  overflow: hidden;
  background: none;
  float: left;
}
.j_b22m form .input-button > input {
  width: 100%;
  height: 38px;
  background: url(../images/ss.jpg) no-repeat center;
  border: none;
  line-height: 38px;
  text-indent: -999px;
}

.j_b122 {
  width: 75.78125%;
  border-left: 1px solid #f0f1f2;
  padding-left: 20px;
}
.j_b1221 {
  margin: 20px 0;
}
.j_b1221 table {
  width: 100%;
}
.j_b1221 tr {
  border-bottom: 1px solid #dadcde;
}
.j_b1221 th {
  min-width: 92px;
  max-width: 270px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 12px 24px;
  text-align: left;
}
.j_b1221 td {
  min-width: 92px;
  max-width: 270px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  height: 81px;
  padding: 12px 24px;
  text-align: left;
}
.j_b1221 tr:hover {
  background: linear-gradient(0deg, #aaefef, #aaefef),
    linear-gradient(0deg, #dadcde, #dadcde);
  cursor: pointer;
}
.j_b1222 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.j_b1222 a {
  display: flex;
  width: 40px;
  justify-content: center;
  cursor: pointer;
}
.j_b1222 span {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

/* 联系我们 */
.nban20 h2 {
  font-size: 40px;
  color: #03808f;
  line-height: 56px;
  margin-bottom: 20px;
  letter-spacing: 0.025em;
  text-align: center;
}
.nban20 h3 {
  font-size: 25px;
  color: #004e64;
  line-height: 40px;
  text-align: center;
}

.c_t {
  padding-bottom: 70px;
}
.c_t .m {
  max-width: 1170px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
}
.c_t1 {
  margin-bottom: 6px;
}
.c_t1 img {
  max-width: 65px;
}
.c_t1 h3 {
  font-size: 30px;
  color: #000;
  line-height: 48px;
  margin-top: 36px;
  margin-bottom: 25px;
  font-weight: bold;
}
.c_tt hr {
  width: 30%;
  margin-left: 0;
  border-top: 1px solid #eeeeee;
  border-color: #04959e;
}
.c_t21 {
  width: 50%;
}
.c_t21 h5 {
  font-size: 24px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 25px;
  letter-spacing: 0.015em;
  font-weight: bold;
}
.c_t21 span {
  font-size: 18px;
  color: #00cacd;
  letter-spacing: 0.015em;
  font-weight: bold;
}
.c_t21 p {
  font-size: 16px;
  color: #828282;
  line-height: 32px;
  margin-bottom: 50px;
  letter-spacing: 0.015em;
}
.c_t22 {
  width: 144px;
  text-align: center;
}
.c_t22 img {
  max-width: 100%;
}
.c_t22 p {
  font-size: 12px;
  color: #828282;
  margin-top: 8px;
}
.c_tm {
  margin-top: 55px;
}
.c_tm ul li {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  /* width: 33.3%; */
  padding: 0 15px;
}
.c_t3 img {
  max-width: 252px;
}
.c_t3 div {
  width: 100%;
  background-color: #b2dee2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.c_t3 div h3 {
  line-height: 34px;
  font-size: 16px;
  color: #195c70;
  font-weight: 600;
}
.c_t4 {
  padding-top: 32px;
}
.c_t4 h2 {
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  margin: 25px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.c_t4 h2 img {
  max-width: 10px;
  margin-right: 8px;
}
.c_t4 p {
  font-size: 14px;
  color: #828282;
  line-height: 30px;
  height: 60px;
}
.c_t4 hr {
  width: 30%;
  margin-left: 0;
  border-top: 1px solid #eeeeee;
  border-color: #04959e;
  margin: 20px 0;
}
.c_t4 span {
  font-size: 14px;
  color: #828282;
  line-height: 30px;
}

@-webkit-keyframes headerFix {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes headerFix {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes font1 {
  0% {
    zoom: 2;
  }
  50% {
    zoom: 1.5;
  }
  100% {
    zoom: 1;
  }
}

.news-image {
  width: 200px;
  height: 134px;
  object-fit: cover;
}
.multi-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 568px) {
  .ab11 p {
    font-size: 13px;
  }
  .ab1 {
    padding: 30px 0;
  }
  .ab12 {
    margin: 20px auto;
  }
  .ab13 p {
    font-size: 12px;
  }
  .ab22 h2 {
    font-size: 16px;
  }
  .ab22 p {
    font-size: 13px;
    margin: 0;
    padding: 20px;
    line-height: 16px;
  }
  .ab3 {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .ab31 h2 {
    padding: 0 20px;
    line-height: 16px;
    font-size: 14px;
  }
  .ab32 {
    margin-top: 20px;
  }
  .ab32 ul {
    flex-wrap: wrap !important;
    flex-direction: column;
  }
  .ab32 ul li {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
  }
  .ab32 ul li img,
  .ab6 ul li img {
    width: 57.7777777778vw;
    height: 47.7777777778vw;
  }
  .ab4m h2 {
    font-size: 16px;
    line-height: 16px;
  }
  .ab4m {
    top: 16%;
  }
  .ab4m p {
    padding: 20px;
    font-size: 12px;
  }
  .ab5 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .ab52 {
    margin-top: 20px;
  }
  .ab52 h2 {
    font-size: 16px;
    line-height: 16px;
  }
  .ab6 ul {
    flex-direction: column;
  }
  .ab6 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .product-card {
    margin-bottom: 20px !important;
  }
  .product-card:last-child {
    margin-bottom: 0 !important;
  }
  .c_t21 {
    width: 100%;
  }
  .c_t1 h3 {
    margin: 20px 0;
    font-size: 18px;
    line-height: 18px;
  }
  .c_t21 p {
    margin-bottom: 20px;
  }
  .c_t22 {
    margin: auto;
  }
  .c_t21 h5 {
    margin: 20px 0;
  }
  .c_tm {
    margin-top: 20px;
  }
  .c_t4 {
    padding: 20px 0;
  }
  .c_t4 h2 {
    margin: 20px 0;
  }
  .c_t4 hr {
    margin: 10px 0;
  }
  .c_t4 p {
    line-height: 18px;
    height: 18px;
  }
  .c_t0 {
    height: 38px !important;
  }
  .c_tm ul li {
    justify-content: flex-start;
  }
  .c_t3 {
    margin: auto;
  }
  .c_t1 img {
    max-width: 35px;
  }
  .ab11 p {
    padding: 0 20px;
    line-height: 18px;
  }
  .ab52 p {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 30px;
  }
  .ab6 ul li h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .ab6 ul li h4 {
    margin-bottom: 0;
  }
  .ab32 ul li p {
    text-align: center;
  }
  .ab6 ul li p {
    font-size: 14px;
  }
  .c_t4 p {
    height: auto;
  }
}
