@charset "utf-8";
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
/* 字体引用 */
@font-face {
  font-family: 'Silkab';
  src: url(../font/Silka-Bold.ttf);
}
@font-face {
  font-family: 'Silkal';
  src: url(../font/Silka-ExtraLight.ttf);
}
.font-b {
  font-family: 'Silkab', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-l {
  font-family: 'Silkal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #00acea;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #00acea;
}
/* 图片盒子 */
.img-box {
  width: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*过渡*/
.img_hover img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),
.xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3),
.xinw_nr_box:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4),
.xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 公共 */
/* 普通移入效果 */
.mov_08 {
  transition: all 0.3s;
}
.mov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.img_qh .img2 {
  display: none;
}
.img_qh:hover .img1 {
  display: none;
}
.img_qh:hover .img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.xs,
.xs2 {
  display: block;
}
.yc,
.yc2 {
  display: none;
}
@media (max-width: 767px) {
  .xs,
  .xs2 {
    display: none;
  }
  .yc,
  .yc2 {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* 头部图文 */
.tuw {
  display: flex;
  align-items: center;
}
.tuw img {
  width: 0.28rem;
  height: auto;
}
.tuw p {
  margin-left: 0.1rem;
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  padding-top: 60px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gw {
    padding-top: 60px;
  }
}
/* banner */
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
}
.h_b_img .img1 {
  z-index: 1;
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
}
@media (max-width: 1460px) {
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
  .font30 {
    font-size: 0.4rem;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 开始 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
@-webkit-keyframes slideInUph2 {
  from {
    -webkit-transform: scale(0.9) translate3d(0, 50px, 0);
    transform: scale(0.9) translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUph2 {
  from {
    -webkit-transform: scale(0.9) translate3d(0, 50px, 0);
    transform: scale(0.9) translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUph2 {
  -webkit-animation-name: slideInUph2;
  animation-name: slideInUph2;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 1.92rem;
  height: auto;
  object-fit: contain;
}
.logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 80px;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
.nav_ra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0.47rem;
}
.nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav_r_box {
  height: 100%;
}
.nav {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  margin: 0 0.16rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: #00acea;
  transform: translateX(-50%);
}
.nav > ul > li:hover > a p,
.nav > ul > .on > a p {
  color: #00acea !important;
}
.nav > ul > li:hover > a svg path,
.nav > ul > .on > a svg path {
  fill: #00acea !important;
}
.nav > ul > li:hover > a p::after,
.nav > ul > .on > a p::after {
  width: 0.3rem;
}
.nav > ul > .on > a .xs {
  display: none;
}
.nav > ul > .on > a .yc {
  display: block;
}
/* .nav>ul>li:first-child a{margin-left: 0;} */
.nav > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
.nav > ul > li > a .img2 {
  display: none;
}
.nav > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
}
.nav > ul > li > a > svg path {
  fill: #fff;
}
.nav > ul > li > a:hover .img1,
.nav > ul > .on > a .img1 {
  display: none !important;
}
.nav > ul > li > a:hover .img2,
.nav > ul > .on > a .img2 {
  display: block !important;
}
.nav1_none {
  top: -80px !important;
}
.nav2_none {
  top: 80px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
.nav_on {
  background: #fff;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #333 !important;
}
.nav_on .xs {
  display: none;
}
.nav_on .yc {
  display: block;
}
.nav_on .nav > ul > li > a {
  color: #333;
}
.nav_on .nav_login {
  color: #333;
}
.nav_on .nav > ul > li > a > p {
  color: #333;
}
.nav_on svg path {
  fill: #333 !important;
}
.nav_on2 {
  background: #fff;
}
.nav_on2 .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #333;
}
.nav_on2 .nav_login {
  color: #333 !important;
}
.nav_on2 .nav_col {
  color: #333 !important;
}
.nav_on2 .xs {
  display: none;
}
.nav_on2 .yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #333;
}
.nav_on2 svg path {
  fill: #333 !important;
}
.show_nav .nav > ul > li > a > .img1 {
  display: none;
}
.show_nav .nav > ul > li > a > .img2 {
  display: block;
}
.show_nav .nav > ul > li > a > p {
  color: #333;
}
.show_nav .nav_login {
  color: #333 !important;
}
.show_nav .xs {
  display: none;
}
.show_nav .yc {
  display: block;
}
.show_nav svg path {
  fill: #333 !important;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  transform: translateX(-26%);
  display: none;
  width: auto;
}
@media (max-width: 1580px) {
  .pro_nav2 {
    transform: translateX(-40%);
  }
}
.pro_nav2 .pro_nav2_box {
  background: #fff;
  border-radius: 0.15rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 0.28rem 0.28rem 0.18rem 0.3rem;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con {
  margin-right: 0.7rem;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con:last-child {
  margin-right: 0;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con > p {
  color: #999;
  white-space: nowrap;
  margin-bottom: 0.18rem;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con ul li {
  min-width: 215px;
  padding: 0.14rem 0;
  border-bottom: 1px dashed #e8e8e8;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con ul li:last-child {
  border: none;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con ul li a:hover {
  color: #00acea;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con ul li a:hover svg path {
  fill: #00acea !important;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con ul li a svg {
  width: 6px;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con ul li a svg path {
  fill: #d3d3d3 !important;
}
.pro_nav2 .pro_nav2_box .pro_nav2_con ul li a p {
  line-height: 1.2;
}
/* 移动端导航 */
#c-header .c-nav2 {
  position: absolute;
  right: -100%;
  width: 100%;
  top: 60px;
  height: calc(100vh - 60px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box svg {
  width: 12px;
  height: auto;
}
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  right: 0;
}
.nav_box2 {
  display: none;
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  /* width: 24px; */
  top: 50%;
}
#c-header .c-switch i {
  background: #fff;
}
#c-header .c-nav2 li .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.h_b_box {
  width: 100%;
  height: 100vh;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
@media (max-width: 1600px) {
  .logo p,
  .nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox {
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .nav ul li a {
    font-size: 14px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language > img {
    width: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .h_b_box {
    height: calc(100vh - 60px);
  }
  .nav {
    display: none;
  }
  .nav_r_box {
    display: flex;
  }
  .nav_box2 {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
  #c-header .c-switch i {
    background: #fff;
  }
  .nav_on #c-header .c-switch i {
    background: #333;
  }
  nav {
    background: #fff;
  }
  .h_banner {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
  nav .xs {
    display: none;
  }
  nav .yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #c-header .c-switch i {
    background: #333;
  }
  .nav_ljbox {
    width: 100% !important;
    padding: 0 5% !important;
  }
}
@media screen and (max-width: 991px) {
  .nav ul li a {
    font-size: 12px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language img {
    width: 16px;
  }
  .logo img {
    width: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  .logo img {
    width: 2.8rem;
    flex-shrink: 0;
  }
}
/* 开始 */
.public_a1 {
  height: 0.6rem;
  border-radius: 0.1rem;
  color: #00acea;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
  /* &:hover{
		color: #fff;
		&:before{
			width: 100%;
			right: auto;
			left: 0;
		}
	} */
}
@media (max-width: 1580px) {
  .public_a1 {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .public_a1 {
    height: 0.8rem;
    width:40%;
    margin-right:40px;
  }
}
.public_a1:before {
  border-radius: 0.1rem;
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background: #00acea;
}
.public_a1 > span {
  padding: 0 0.28rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 2px);
  margin-top: 1px;
  border: 1px solid #00acea;
  border-radius: 0.1rem;
}
.public_a1_2 {
  /* &:hover{
		&>span{
			color: #00acea;
		}
	} */
}
.public_a1_2:before {
  background: #fff;
}
.public_a1_2 > span {
  border-color: #fff;
  color: #fff;
}
.public_a2 {
  height: 0.6rem;
  border-radius: 0.1rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 10;
  /* &:hover{
		color: #00acea;
		&:before{
			width: 0%;
			right: 0;
			left: auto;
		}
	} */
}
@media (max-width: 1580px) {
  .public_a2 {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .public_a2 {
    height: 0.8rem;
    width:40%;
  }
}
.public_a2:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #00acea;
}
.public_a2 > span {
  padding: 0 0.28rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 2px);
  margin-top: 1px;
  border: 1px solid #00acea;
  border-radius: 0.1rem;
}
.public_a2_2 {
  /* &:hover{
		&>span{
			color: #fff;
		}
	} */
}
.public_a2_2:before {
  background: #fff;
}
.public_a2_2 > span {
  border-color: #fff;
  color: #00acea;
}
.public_a2_3 {
  height: 0.54rem;
  /* &:hover{
		&>span{
			border-color: #fff;
			svg{
				path{
					fill: #fff;
				}
			}
		}
	} */
}
.public_a2_3 > span {
  padding: 0;
  width: 0.54rem;
}
.public_a2_3 > span svg path {
  fill: #313846;
}
.public_a3 {
  display: flex;
  align-items: center;
  /* &:hover{
		svg{
			left: 5px;
		}
	} */
}
.public_a3 span {
  color: #00acea;
  margin-right: 0.15rem;
  font-weight: bold;
}
.public_a3 svg {
  transition: all 0.3s;
  position: relative;
  left: 0;
}
.public_a3 svg path {
  fill: #00acea;
}
.public_a3 img {
  width: auto;
  height: auto;
}
.nav_rr {
  margin-left: 0.84rem;
}
@media (max-width: 767px) {
  .nav_rr {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .nav_rr .nav_ra {
    display: none;
  }
}
.nav_rr .nav_ra > a {
  margin-left: 0.1rem;
  height: 0.45rem;
}
@media (max-width: 1580px) {
  .nav_rr .nav_ra > a {
    height: 0.6rem;
  }
}
.nav_rr .nav_ra > a > span {
  padding: 0 0.24rem;
}
.banner {
  width: 100%;
  height: 10.8rem;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .banner {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .banner.home_banner .box {
    height: 100%;
    padding: 60px 0 0.65rem;
  }
}
.banner.home_banner .box .boxx .right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 6.9rem;
  width: 8.92rem;
}
@media (max-width: 767px) {
  .banner.home_banner .box .boxx .right {
    width: 100%;
    align-items: flex-start;
  }
}
.banner.home_banner .box .boxx .right .g_rimg_mb {
  display: none;
}
@media (max-width: 767px) {
  .banner.home_banner .box .boxx .right .g_rimg_mb {
    display: block;
  }
}
.banner.home_banner .box .boxx .right .g_rimg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.banner.home_banner .box .boxx .right .g_rimg img {
  border-radius: 0.35rem;
  object-fit: cover;
}
.banner.home_banner .box .boxx .right .g_rimg .img1 {
  width: 4.1rem;
}
.banner.home_banner .box .boxx .right .g_rimg .img2 {
  position: absolute;
  box-shadow: 0 0.2rem 0.32rem rgba(172, 196, 217, 0.26);
  left: -8%;
  top: 53%;
  z-index: 10;
  width: 3.48rem;
  height: auto;
}
.banner.home_banner .box .boxx .right .g_rimg .img3 {
  position: absolute;
  right: 3%;
  top: 34%;
  width: 3.34rem;
  height: auto;
  box-shadow: 0 0.2rem 0.32rem rgba(172, 196, 217, 0.26);
}
@media (max-width: 767px) {
  .banner.home_banner .box .boxx .right .g_rimg {
    display: none;
  }
}
.banner .ban_bj {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .banner .ban_bj {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.banner .box {
  z-index: 10;
  position: absolute;
  height: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
}
@media (max-width: 1580px) {
  .banner .box {
    margin-top: 2.5rem;
  }
}
@media (max-width: 991px) {
  .banner .box {
    height: auto;
    margin-top: 0;
    position: relative;
    left: 0;
    transform: translateX(0%);
    padding: 2rem 0 3rem;
  }
}
@media (max-width: 767px) {
  .banner .box {
    padding: 3rem 0 ;
    margin-top: 0;
  }
}
.banner .box .boxx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .banner .box .boxx {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .banner .box .boxx {
    flex-direction: column;
    padding: 1.74rem 0 0;
  }
}
.banner .box .boxx .left {
  width: 44.44%;
}
@media (max-width: 991px) {
  .banner .box .boxx .left {
    width: 100%;
  }
}
.banner .box .boxx .left .l_txt {
  margin-bottom: 1.12rem;
}
@media (max-width: 767px) {
  .banner .box .boxx .left .l_txt {
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.banner .box .boxx .left .l_txt h2 {
  font-size: 0.78rem;
  line-height: 1;
  margin-bottom: 0.32rem;
  font-family: 'Silkab';
}
@media (max-width: 767px) {
  .banner .box .boxx .left .l_txt h2 {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .banner .box .boxx .left .l_txt .g_p {
    font-size: 0.28rem;
  }
}
.banner .box .boxx .left .l_txt .g_p p {
  opacity: 0.5;
}
.banner .box .boxx .left .l_a {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .banner .box .boxx .left .l_a {
    justify-content: center;
  }
}
.banner .box .boxx .left .l_a a {
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .banner .box .boxx .left .l_a a {
    margin: 0 0.21rem;
  }
}
.banner .box .boxx .right {
  position: absolute;
  width: 8.92rem;
  display: flex;
  align-items: flex-start;
  top: 0;
  right: -1rem;
}
@media (max-width: 1260px) {
  .banner .box .boxx .right {
    right: 0;
    width: 55%;
  }
}
@media (max-width: 991px) {
  .banner .box .boxx .right {
    position: initial;
    width: 100%;
    margin: 0 auto 1.5rem;
  }
}
@media (max-width: 767px) {
  .banner .box .boxx .right {
    margin-top: 1.5rem;
  }
}
.banner .box .boxx .right img {
  object-fit: contain;
}
.h_otr {
  background: #edf0f6;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.h_otr .g_bj3 {
  position: absolute;
  width: 3.18rem;
  height: auto;
  top: 0.6rem;
  right: -1.3rem;
  display: none;
}
@media (max-width: 767px) {
  .h_otr .g_bj3 {
    right: -0.6rem;
  }
}
.h_otr .g_bj4 {
  position: absolute;
  width: 5.81rem;
  height: auto;
  top: 2.8rem;
  left: -3rem;
  display: none;
}
@media (max-width: 767px) {
  .h_otr .g_bj4 {
    left: -1rem;
  }
}
#tinymce .otr_t {
  padding-top: 4rem;
}
.otr_t {
  display: flex;
  justify-content: space-between;
  /* margin-top: -0.21rem; */
  position: relative;
  z-index: 10;
  align-items: flex-end;
  padding: 0 0.8rem;
}
@media (max-width: 991px) {
  .otr_t {
    flex-direction: column-reverse;
    align-items: initial;
    padding: 0;
  }
}
.otr_t .left {
  display: none;
  padding-bottom: 0.45rem;
}
@media (max-width: 991px) {
  .otr_t .left {
    padding-top: 0;
  }
}
.otr_t .left h2 {
  text-align: left;
  font-size: 0.56rem;
  font-family: 'Silkab';
  line-height: 1.1;
  display: none;
}
.otr_t .right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.85rem;
}
@media (max-width: 991px) {
  .otr_t .right {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.otr_t .right .list {
  width: calc((100% - 0.76rem)/3);
  height: 2.5rem;
  border-radius: 0.2rem;
  padding: 0.35rem;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .otr_t .right .list {
    width: 100%;
    margin-bottom: 0.5rem;
    height: 3.3rem;
  }
}
.otr_t .right .list .list_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.otr_t .right .list .list_box .ico {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #002d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .otr_t .right .list .list_box .ico {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .otr_t .right .list .list_box .ico {
    margin-bottom: 0.3rem;
  }
}
.otr_t .right .list .list_box .ico svg,
.otr_t .right .list .list_box .ico img {
  width: auto;
  height: 0.42rem;
}
@media (max-width: 767px) {
  .otr_t .right .list .list_box .ico svg,
  .otr_t .right .list .list_box .ico img {
    height: 0.55rem;
  }
}
.otr_t .right .list .list_box .ico svg path,
.otr_t .right .list .list_box .ico img path {
  fill: #fff;
}
.otr_t .right .list .list_box .txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.otr_t .right .list .list_box .txt .txt_t {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.22rem;
}
@media (max-width: 991px) {
  .otr_t .right .list .list_box .txt .txt_t {
    align-items: flex-start;
  }
}
.otr_t .right .list .list_box .txt .txt_t p {
  font-size: 0.58rem;
  line-height: 1;
  font-family: 'Silkal';
}
@media (max-width: 991px) {
  .otr_t .right .list .list_box .txt .txt_t p {
    font-size: 0.88rem;
  }
}
.otr_t .right .list .list_box .txt .txt_t span {
  font-size: 0.48rem;
  line-height: 1.1;
  font-family: 'Silkal';
}
@media (max-width: 991px) {
  .otr_t .right .list .list_box .txt .txt_t span {
    font-size: 0.54rem;
  }
}
.otr_t .right .list .list_box .txt .g_p {
  text-align: right;
}
@media (max-width: 767px) {
  .otr_t .right .list .list_box .txt .g_p p {
    font-size: 0.36rem;
  }
}
.otr_t .right .list1 {
  background-image: linear-gradient(90deg, #05dfdf 0%, #05a7cb 100%), linear-gradient(#f3f7fb, #f3f7fb);
  /* position: relative;
			top: -0.98rem; */
}
.otr_t .right .list2 {
  background-image: linear-gradient(90deg, #0db4ec 0%, #325ef9 100%), linear-gradient(#f3f7fb, #f3f7fb);
}
.otr_t .right .list3 {
  background-image: linear-gradient(90deg, #ffac41 0%, #ff6946 100%), linear-gradient(#f3f7fb, #f3f7fb);
  /* position: relative;
			top: -0.63rem; */
}
.otr_logo {
  display: none;
  padding: 1.05rem 0 1.1rem;
}
.otr_logo .swi_otr_logo {
  padding: 0 0.4rem;
}
.otr_logo .swi_otr_logo .otr_logo_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.otr_logo .swi_otr_logo .otr_logo_box .img {
  margin-bottom: 0.16rem;
  width: auto;
  height: 0.6rem;
}
.otr_logo .swi_otr_logo .otr_logo_box .img img {
  object-fit: contain;
}
.otr_logo .swi_otr_logo .otr_logo_box .txt {
  text-align: center;
  padding: 0 0.3rem;
}
@media (max-width: 1260px) {
  .otr_logo .swi_otr_logo .otr_logo_box .txt {
    padding: 0 0.1rem;
  }
}
.pub_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 0.2rem;
}
.pub_title h2 {
  font-size: 0.56rem;
  line-height: 1.1;
  font-family: 'Silkab';
}
@media (max-width: 991px) {
  .pub_title h2 br {
    display: none;
  }
}
.pub_title span {
  color: #666;
  margin-top: 0.28rem;
  line-height: 1.4;
  display: block;
}
.sub_h2 {
  font-size: 0.56rem;
  line-height: 1.1;
  font-family: 'Silkab';
}
@media (max-width: 991px) {
  .sub_h2 br {
    display: none;
  }
}
.otr_exc {
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .otr_exc {
    padding-top: 0;
  }
}
.otr_exc .box {
  margin-top: 0.58rem;
}
.otr_exc .box .box_nr {
  margin-bottom: 0.58rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .otr_exc .box .box_nr {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .otr_exc .box .box_nr {
    /* flex-direction: row;
				align-items: center; */
  }
}
.otr_exc .box .box_nr .item {
  width: 26.04%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .otr_exc .box .box_nr .item {
    width: 100%;
    margin-bottom: 0.4rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .otr_exc .box .box_nr .item {
    /* align-items: flex-start; */
    margin-bottom: 0.8rem;
    background: #fff;
    padding: 0.5rem 0.3rem;
    flex-direction: row;
    border-radius: 0.1rem;
    align-items: center;
    min-height: 3.4rem;
  }
}
.otr_exc .box .box_nr .item .img {
  margin: 0 auto 0.48rem;
  width: 1.38rem;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .otr_exc .box .box_nr .item .img {
    margin: 0 0.3rem 0 0;
    flex-shrink: 0;
    width: 1.08rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
.otr_exc .box .box_nr .item .txt {
  text-align: center;
}
@media (max-width: 767px) {
  .otr_exc .box .box_nr .item .txt {
    text-align: left;
  }
}
.otr_exc .box .box_nr .item .txt span {
  color: #00acea;
  display: block;
  margin-bottom: 0.1rem;
}
.otr_exc .box .box_nr .item .txt h3 {
  font-family: 'Silkab';
  margin-bottom: 0.18rem;
  line-height: 1.1;
  /* padding: 0 0.5rem; */
}
.otr_exc .box .box_nr .item .txt p {
  color: #666;
}
@media (max-width: 767px) {
  .otr_exc .box .box_nr .item .txt p {
    /* font-size: 0.2rem; */
  }
}
.ga_bo {
  text-align: center;
}
.ga_bo a > span {
  padding: 0 0.45rem;
}
.otr_blog {
  width: 100%;
  overflow: hidden;
  padding: 1.24rem 0 1.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .otr_blog {
    padding: 0.24rem 0 1rem;
  }
}
.otr_blog .g_bj1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.72rem;
  height: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .otr_blog .g_bj1 {
    display: none;
  }
}
.otr_blog .g_bj2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  width: 3.72rem;
  height: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .otr_blog .g_bj2 {
    display: none;
  }
}
.otr_blog .aboutour_swip {
  overflow: initial;
}
.otr_blog .aboutour_swip .swiper-wrapper {
  height: 100%;
}
.otr_blog .aboutour_swip .swiper-wrapper .swiper-slide .aboutour_nr {
  height: 102px;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .otr_blog .aboutour_swip .swiper-wrapper .swiper-slide .aboutour_nr {
    height: 70px;
  }
}
.h_ind {
  background: #f4f6f9;
  padding: 1.3rem 0 0.7rem;
}
.h_ind .h_ind_box {
  margin-top: 0.55rem;
}
.h_ind .h_ind_box .item {
  margin-bottom: 0.8rem;
}
.h_ind .h_ind_box .item.item2 .g_nav_box .g_nav {
  background: #002d4f;
}
.h_ind .h_ind_box .item.item2 .g_nav_box .g_nav .g_i {
  background: #264c69;
}
.h_ind .h_ind_box .item.item2 .item_box .item_con .item_nr {
  flex-direction: row-reverse;
}
.h_ind .h_ind_box .item .g_nav_box {
  text-align: center;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .g_nav_box {
    overflow: auto;
    border-radius: 0.2rem 0.2rem 0 0;
    display: none;
  }
}
.h_ind .h_ind_box .item .g_nav_box .g_nav {
  position: relative;
  margin: auto;
  background: #00acea;
  border-radius: 0.2rem 0.2rem 0 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 12px;
}
.h_ind .h_ind_box .item .g_nav_box .g_nav .g_i {
  position: absolute;
  height: 0.5rem;
  z-index: 1;
  background: #33bdee;
  border-radius: 0.1rem;
}
.h_ind .h_ind_box .item .g_nav_box .g_nav a {
  color: #fff;
  min-width: 2.42rem;
  padding: 0 0.1rem;
  height: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .g_nav_box .g_nav a {
    white-space: nowrap;
    padding: 0 0.3rem;
  }
}
.h_ind .h_ind_box .item .g_nav_box .g_nav a.on {
  font-family: 'Silkab';
  /* background: #33bdee;
							border-radius: 0.1rem; */
}
.h_ind .h_ind_box .item .item_box {
  position: relative;
}
.h_ind .h_ind_box .item .item_box .swiper-slide {
  position: absolute;
  opacity: 0;
  top: 0;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .swiper-slide {
    position: relative;
    z-index: 10;
    opacity: 1;
  }
}
.h_ind .h_ind_box .item .item_box .swiper-slide.on {
  position: relative;
  z-index: 10;
  opacity: 1;
}
.h_ind .h_ind_box .item .item_box .swiper-slide.on .item_con .item_nr .left .txt span,
.h_ind .h_ind_box .item .item_box .swiper-slide.on .item_con .item_nr .left .txt h3,
.h_ind .h_ind_box .item .item_box .swiper-slide.on .item_con .item_nr .left .txt p {
  left: 0;
  opacity: 1;
}
.h_ind .h_ind_box .item .item_box .swiper-slide.on .item_con .item_nr .left .public_a2 {
  left: 0;
  opacity: 1;
}
.h_ind .h_ind_box .item .item_box .swiper-slide.on .item_con .item_nr .right {
  right: 0;
  opacity: 1;
}
.h_ind .h_ind_box .item .item_box .item_con {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.2rem;
  transition: all 1s;
  padding: 0.55rem 0.92rem;
  width: 100%;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .item_con {
    padding: 0.3rem;
  }
}
.h_ind .h_ind_box .item .item_box .item_con .item_nr {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr {
    flex-direction: column !important;
  }
}
.h_ind .h_ind_box .item .item_box .item_con .item_nr .left {
  width: 5.6rem;
}
@media (max-width: 1580px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr .left {
    width: 6.6rem;
  }
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.h_ind .h_ind_box .item .item_box .item_con .item_nr .left .txt span {
  color: #00acea;
  position: relative;
  left: -0.4rem;
  opacity: 0;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr .left .txt span {
    left: 0;
    opacity: 1;
  }
}
.h_ind .h_ind_box .item .item_box .item_con .item_nr .left .txt h3 {
  margin: 5px 0 0.28rem;
  font-size: 0.48rem;
  font-family: 'Silkab';
  line-height: 1;
  position: relative;
  left: -0.5rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr .left .txt h3 {
    left: 0;
    opacity: 1;
  }
}
.h_ind .h_ind_box .item .item_box .item_con .item_nr .left .txt p {
  color: #555;
  margin-bottom: 0.68rem;
  position: relative;
  left: -0.6rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr .left .txt p {
    left: 0;
    opacity: 1;
  }
}
.h_ind .h_ind_box .item .item_box .item_con .item_nr .left .public_a2 {
  position: relative;
  left: -0.7rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr .left .public_a2 {
    left: 0;
    opacity: 1;
  }
}
.h_ind .h_ind_box .item .item_box .item_con .item_nr .right {
  padding: 0 0.4rem 0 0;
  position: relative;
  /* right: -0.6rem; */
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr .right {
    padding: 0;
    opacity: 1;
    right: 0;
  }
}
.h_ind .h_ind_box .item .item_box .item_con .item_nr .right img {
  width: 5.95rem;
  height: 5.2rem;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .h_ind .h_ind_box .item .item_box .item_con .item_nr .right img {
    width: auto;
    height: 7rem;
  }
}
.h_apis {
  background: #1e2433;
}
@media (max-width: 767px) {
  .h_apis {
    /* background: rgba(0,0,0,0.5); */
  }
}
.h_apis .h_apis_box {
  padding: 1.42rem 0 1.78rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .h_apis .h_apis_box {
    flex-direction: column;
  }
}
.h_apis .h_apis_box .left {
  width: 45%;
}
@media (max-width: 767px) {
  .h_apis .h_apis_box .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.h_apis .h_apis_box .right {
  width: 49%;
  color: #fff;
  padding: 0.4rem 0.46rem 0 0;
}
@media (max-width: 991px) {
  .h_apis .h_apis_box .right {
    padding: 0.4rem 0 0 0.46rem;
  }
}
@media (max-width: 767px) {
  .h_apis .h_apis_box .right {
    width: 100%;
    padding: 0;
  }
}
.h_apis .h_apis_box .right h2 {
  font-size: 0.56rem;
  line-height: 1.1;
  margin-bottom: 0.3rem;
  font-family: 'Silkab';
}
.h_apis .h_apis_box .right p {
  opacity: 0.5;
  margin-bottom: 1rem;
}
.h_apis_bj {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  background: #1e2433;
  width: 100%;
  height: 100vh;
  display: none;
}
.h_apis_bj .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.h_apis_bj .container .img {
  width: 5.32rem;
  height: auto;
}
.h_apis_bj .container .img:before {
  padding-top: 111.84%;
}
.h_man {
  padding: 1.35rem 0 1.6rem;
  background: #edf0f6;
}
.h_man .h_man_box {
  margin-top: 0.7rem;
}
.h_man .h_man_box .cont {
  position: relative;
  margin-bottom: 0.6rem;
}
.h_man .h_man_box .cont .hm4_cont {
  overflow: visible;
  width: 100%;
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .lt {
  width: 100%;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
  transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
}
@media (min-width: 992px) {
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item .lt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 43.33%;
    /* opacity: 0; */
  }
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .lt .public-img:before {
  padding-top: 75%;
}
@media (max-width: 991px) {
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item .lt .public-img:before {
    padding-top: 50%;
  }
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .lt .g_log {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(13, 165, 232, 0.7);
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .lt .g_log img {
  width: auto;
  height: 1.08rem;
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt {
  transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
  position: relative;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 10px;
  border: solid 1px #fff;
  backdrop-filter: saturate(180%) blur(10px);
  width: 60.41%;
  min-height: 5.06rem;
  padding: 0 1.5rem 0 1.4rem;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 991px) {
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt {
    width: 100%;
    padding: 0.5rem;
    min-height: 5.06rem;
  }
}
@media (max-width: 767px) {
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt {
    padding: 0.3rem;
  }
}
@media (min-width: 992px) {
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
    /* opacity: 0; */
  }
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt .txt .g_span {
  margin-bottom: 0.32rem;
  display: flex;
  flex-wrap: wrap;
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt .txt .g_span span {
  margin: 0 0.1rem 0.05rem 0;
  padding: 0.07rem;
  background: #d7ecfa;
  border-radius: 5px;
  color: #00acea;
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt .txt h3 {
  line-height: 1.1;
  /* font-weight: bold; */
  margin-bottom: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: 'Silkab';
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide .item .gt .txt > p {
  margin-bottom: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item:hover {
    /* .lt{
									transform: translate(3%,-47%);
								} */
  }
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item:hover .public_a3 svg {
    left: 5px;
  }
  .h_man .h_man_box .cont .hm4_cont .swiper-slide .item:hover .gt {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
  }
}
.h_man .h_man_box .cont .hm4_cont .swiper-slide-active {
  /* .item{
						.lt{
							transform: translate( 0,-50%);
							opacity: 1;
							@media @max-sm{
								transform: translate( 0,0);
							}
						}
						.gt{
							transform: translateX(0);
							opacity: 1;
						}
					} */
}
.swip2_pag {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.43rem;
}
@media (max-width: 1580px) {
  .swip2_pag {
    margin-top: 0.75rem;
  }
}
.swip2_pag > span {
  opacity: 0.1;
  color: #272727;
  width: 9px;
  height: 9px;
  margin: 0 4px;
}
.swip2_pag .swiper-pagination-bullet-active {
  background: #00acea;
  opacity: 1;
}
.nav_on3 .h_adv {
  height: 0;
}
.h_adv {
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(90deg, #094eb6 0%, #0581d5 50%, #00b1f3 100%), linear-gradient(#00a6e4, #00a6e4);
  height: 60px;
  top: 0;
  padding: 0 5%;
  /* display: none !important; */
}
@media (max-width: 1260px) {
  .h_adv {
    height: 40px;
  }
  .h_adv_phish {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .h_adv {
    height: 64px;
  }
  .h_adv_phish {
    height: 100px;
  }
}
.h_adv .h_adv_box {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.h_adv .h_adv_box .h_adv_a > img,
.h_adv .h_adv_box .h_adv_a > svg {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  width: 0.15rem;
  height: auto;
  flex-shrink: 0;
  right: 0.2rem;<!-- 导航 -->
<nav class="<?php echo $args['class'];?>">



    <!-- 顶部广告 -->
    <div class="h_adv">

        <div class="h_adv_box">
            <?php echo get_option('advertising_information');?>
            <div class="h_adv_a">
                <img src="<?php bloginfo('template_url'); ?>/images/jia.png" >
            </div>
        </div>

    </div>
	<div class="h_adv">

        <div class="h_adv_box">
            <p>Phishing Alert: Scammers are targeting you through SUNRATE-themed phishing websites to steal your login credentials. To protect yourself, always double check the website URL before providing your login details. Contact us immediately if you suspect you're a victim of fraud.</p>
            <div class="h_adv_a">
                <img src="<?php bloginfo('template_url'); ?>/images/jia.png" >
            </div>
        </div>
        

    </div>

	<div class="nav_ljbox container2">
		<a class="logo" href="/">
			<img class="xs" src="<?php bloginfo('template_url'); ?>/images/logo.svg" alt="">
			<img class="yc" src="<?php bloginfo('template_url'); ?>/images/logo2.svg" alt="">
		</a>

		<div class="nav_r_box">


			<div class="nav_r">
                            
                            
                                <?php
                                $nav = get_field("pc端导航",76);
                                ?>
                            
                            <div class="nav">
                                <ul>
                                    <?php
                                                                    foreach ($nav['一级栏目'] as $key => $value) {
                                                                       ?>
                                                                          
                                    <li>
                                        <a><p><?php echo $value['文本']; ?></p></a>
                                        
                                        <?php
                                        if(is_array($value['二级栏目'][0]['三级栏目'])){
                                            ?>
                                             
                                        
                                        <div class="pro_nav2">
                                            <div class="pro_nav2_box">
                                                 <?php
                                                                    foreach ($value['二级栏目'] as $_key => $_value) {
                                                                       ?>
                                                <div class="pro_nav2_con">
                                                    <p class="font14"><?php echo $_value['文本']; ?></p>
                                                    <ul>
                                                         <?php
                                                                    foreach ($_value['三级栏目'] as $__key => $__value) {
                                                                       ?>
                                                        <li>
												<a href="<?php echo $__value['链接']; ?>">
													<p><?php echo $__value['文本']; ?> </p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                          <?php 
                                                                    }
                                    ?>
                                                    </ul>
                                                </div>
                                                 <?php 
                                                                    }
                                    ?>
                                            </div>
                                        </div>
                                           <?php
                                        }else{
                                              ?>
                                             
                                        <div class="pro_nav3">
                                              <?php
                                                                    foreach ($value['二级栏目'] as $_key => $_value) {
                                                                       ?>
                                             <div class="nav_nd">
									<a href="<?php echo $_value['链接']; ?>">
										<p><?php echo $_value['文本']; ?></p>
										<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
									</a>
								</div>
                                             <?php 
                                                                    }
                                    ?>
                                        </div>
                                           <?php
                                        }
                                        ?>
                                        
                                    </li>
                                     <?php 
                                                                    }
                                    ?>
                                </ul>
                            </div>
                            
				<div class="nav" style="display:none" >
					<ul>
						<li>
							<a>
								<p>Products</p>
								<!-- <img src="<?php bloginfo('template_url'); ?>/images/b.svg" onload="SVGInject(this)"> -->
							</a>
							<div class="pro_nav2">
								<div class="pro_nav2_box">
                                                                      <?php
                                                                      
                                    $get_categories = get_categories("parent=44&depth=1&hide_empty=0");
                                    
                                    ?>
                            
                                            <?php
                                            foreach ($get_categories as $category) {
                                                
                                            ?>
									<div class="pro_nav2_con">
										<p class="font14"><?php echo $category->name; ?></p>
										<ul>
                                                                                     
                                                                                       <?php
                                                       
            $args_b = array(
                'post_type'   => 'product',
                'post_status'   => 'publish',
                'cat' => $category->term_id,
                'posts_per_page' => -1
            );
            $the_query = new WP_Query($args_b);
            ?>
                                                      <?php
            if ($the_query->have_posts()) {
                ?>
                                             <?php
                            while ($the_query->have_posts()) {
                                $the_query->the_post();
                                ?>
                                      
                            
                                        
											<li>
												<a href="<?php echo get_the_permalink(); ?>">
													<p><?php echo get_the_title(); ?> </p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                                        
                                             <?php
                            }
                            wp_reset_postdata();
                            ?>
                                              <?php
            }
            ?>
										</ul>
									</div>
                                                                      <?php
                                            }
                                            ?>
								</div>
							</div>
						</li>
						<li>
							<a>
								<p>Solutions</p>
							</a>
							<div class="pro_nav3">
                                                <?php
                                                       
            $args_b = array(
                'post_type'   => 'solution',
                'post_status'   => 'publish',
                'posts_per_page' => -1
            );
            $the_query = new WP_Query($args_b);
            ?>
                                                      <?php
            if ($the_query->have_posts()) {
                ?>
                                             <?php
                            while ($the_query->have_posts()) {
                                $the_query->the_post();
                                ?>
                                      
                                      
							    <div class="nav_nd">
									<a href="<?php echo get_the_permalink(); ?>">
										<p><?php echo get_the_title(); ?></p>
										<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
									</a>
								</div>
							    
							    
                                                                       
                                             <?php
                            }
                            wp_reset_postdata();
                            ?>
                                              <?php
            }
            ?>
							</div>
						</li>
						<li>
							<a>
								<p>Developers</p>
							</a>
							<div class="pro_nav3">
								<?php 
								$args_dev = [
									'post_type' => 'developer',
									"post_status" => 'publish',
									"posts_per_page" => -1,
								];
								$dev_query = new WP_Query($args_dev);
								while($dev_query->have_posts()):
									$dev_query->the_post();
								?>
								    
								    <div class="nav_nd">
    									<a href="<?php echo get_the_permalink(); ?>">
    										<p><?php echo get_the_title(); ?></p>
    										<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
    									</a>
    								</div>
								<?php 
								endwhile;
                                                                wp_reset_postdata();
								?>
							</div>
						</li>
						<li>
							<a>
								<p>Resources</p>
							</a>
							<div class="pro_nav2">
								<div class="pro_nav2_box">
									<div class="pro_nav2_con">
										<p class="font14">Partners</p>
										<ul>
                                                                                        <?php if(get_post_status(13)=='publish'){ ?>
											<li>
												<a href="<?php echo get_permalink(13); ?>">
													<p><?php echo get_the_title( 13 ); ?></p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(15)=='publish'){ ?>
											<li>
												<a href="<?php echo get_permalink(15); ?>">
													<p><?php echo get_the_title( 15 ); ?></p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                        <?php } ?>
										</ul>
									</div>
									<div class="pro_nav2_con">
										<p class="font14">Global Growth Program</p>
										<ul>
                                                                                        <!-- <?php if(get_post_status(17)=='publish'){ ?>
											<li>
												<a href="<?php echo get_permalink(17); ?>">
													<p><?php echo get_the_title( 17 ); ?></p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                        <?php } ?> -->
                                                                                        <?php if(get_post_status(19)=='publish'){ ?>
											<li>
												<a href="<?php echo get_permalink(19); ?>">
													<p><?php echo get_the_title( 19 ); ?></p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(21)=='publish'){ ?>
											<li>
												<a href="<?php echo get_permalink(21); ?>">
													<p><?php echo get_the_title( 21 ); ?></p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                        <?php } ?>
										</ul>
									</div>
									<div class="pro_nav2_con">
										<p class="font14">Insights & Support</p>
										<ul>
                                                                                        <?php if(get_post_status(23)=='publish'){ ?>
											<li>
												<a href="<?php echo get_permalink(23); ?>">
													<p><?php echo get_the_title( 23 ); ?></p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(25)=='publish'){ ?>
											<li>
												<a href="<?php echo get_permalink(25); ?>">
													<p><?php echo get_the_title( 25 ); ?></p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(27)=='publish'){ ?>
											<li>
												<a href="<?php echo get_permalink(27); ?>">
													<p><?php echo get_the_title( 27 ); ?></p>
													<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
												</a>
											</li>
                                                                                        <?php } ?>
										</ul>
									</div>
								</div>
							</div>
						</li>
						<li>
							<a>
								<p>Company</p>
							</a>
							<div class="pro_nav3">
							    
							    <?php if(get_post_status(29)=='publish'){ ?>
							    <div class="nav_nd">
									<a href="<?php echo get_permalink(29); ?>">
										<p><?php echo get_the_title( 29 ); ?></p>
										<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
									</a>
								</div>
								<?php } ?>
								<?php if(get_post_status(31)=='publish'){ ?>
							    <div class="nav_nd">
									<a href="<?php echo get_permalink(31); ?>">
										<p><?php echo get_the_title( 31 ); ?></p>
										<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
									</a>
								</div>
								<?php } ?>
								<?php if(get_post_status(33)=='publish'){ ?>
							    <div class="nav_nd">
									<a href="<?php echo get_permalink(33); ?>">
										<p><?php echo get_the_title( 33 ); ?></p>
										<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
									</a>
								</div>
								<?php } ?>
								<?php if(get_post_status(35)=='publish'){ ?>
							    <div class="nav_nd">
									<a href="<?php echo get_permalink(35); ?>">
										<p><?php echo get_the_title( 35 ); ?></p>
										<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
									</a>
								</div>
								<?php } ?>
								<?php if(get_post_status(37)=='publish'){ ?>
							    <div class="nav_nd">
									<a href="<?php echo get_permalink(37); ?>">
										<p><?php echo get_the_title( 37 ); ?></p>
										<img src="<?php bloginfo('template_url'); ?>/images/r2.svg" onload="SVGInject(this)">
									</a>
								</div>
								<?php } ?>
							</div>
						</li>

					</ul>
				</div>
				<div class="nav_rr">
					<div class="nav_ra">
						<a href="https://pro.sunrate.com/#/login?language=en-US"  target="_blank" rel="nofollow" class="public_a1">
							<span>Log in</span>
						</a>
						<a href="https://pro.sunrate.com/#/register?language=en-US"  target="_blank" rel="nofollow" class="public_a2">
							<span>Get started</span>
						</a>
					</div>
				</div>

			</div>

			<!-- 移动端导航 -->
			<div class="nav_box2" id="c-header">
                            
                             <?php
                                $_nav = get_field("移动端导航",76);
                                ?>
                            <div class="c-nav2">
                                <ul class="c-nav2-box">
                                 <?php
                                                                    foreach ($_nav['一级栏目'] as $key => $value) {
                                                                       ?>
                                    <li>
							<div class="c-title-box">
								<a><?php echo $value['文本']; ?></a>
								<img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
							</div>
                                        <div class="c-title-con">
                                            
                                               <?php
                                        if(is_array($value['二级栏目'][0]['三级栏目'])){
                                            ?>
                                             
                                            
                                             <?php
                                                                    foreach ($value['二级栏目'] as $_key => $_value) {
                                                                       ?>
                                            <div class="nav_two">
                                                
								    <div class="nav_two_tit">
										<a href="###"><?php echo $_value['文本']; ?></a>
									    <img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
									</div>
                                                <div class="nav_three">
                                                      <?php
                                                         
                                                                    foreach ($_value['三级栏目'] as $__key => $__value) {
                                                                       ?>
                                                        <a href="<?php echo $__value['链接']; ?>"><?php echo $__value['文本']; ?></a>
                                                             <?php 
                                                         }
                                    ?>
                                                </div>
                                            </div>
                                            <?php 
                                                                    }
                                    ?>
                                            <?php
                                        }else{
                                            ?>
                                             <?php
                                                                    foreach ($value['二级栏目'] as $_key => $_value) {
                                                                       ?>
                                             <a href="<?php echo $_value['链接']; ?>"><?php echo $_value['文本']; ?></a>
                                              <?php 
                                                         }
                                    ?>
                                                <?php
                                        }
                                            ?>
                                        </div>
                                        
                                    </li>
                                 <?php 
                                                                    }
                                    ?>
                                    </ul>
                            </div>
                            
                            <div class="c-nav2" style="display: none;">
					<ul class="c-nav2-box">

						<li>
							<div class="c-title-box">
								<a>Products</a>
								<img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
							</div>
							<div class="c-title-con">
                                                                   <?php
                                                                      
                                    $get_categories = get_categories("parent=44&depth=1&hide_empty=0");
                                    
                                    ?>
                            
                                            <?php
                                            foreach ($get_categories as $category) {
                                                
                                            ?>
								<div class="nav_two">
								    <div class="nav_two_tit">
										<a href="###"><?php echo $category->name; ?></a>
									    <img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
									</div>
								    
								    <div class="nav_three">
                                                                        
                                                                     <?php
                                                       
            $args_b = array(
                'post_type'   => 'product',
                'post_status'   => 'publish',
                'cat' => $category->term_id,
                'posts_per_page' => -1
            );
            $the_query = new WP_Query($args_b);
            ?>
                                                      <?php
            if ($the_query->have_posts()) {
                ?>
                                             <?php
                            while ($the_query->have_posts()) {
                                $the_query->the_post();
                                ?>
								        <a href="<?php echo get_the_permalink(); ?>"><?php echo get_the_title(); ?></a>
                                                                            <?php
                            }
                            wp_reset_postdata();
                            ?>
                                              <?php
            }
            ?>
                                                           
								    </div>
								</div>
                                                                                                                            
                                                                 <?php
                                            }
                                            ?>
                                            
                                
							</div>
						</li>
						<li>
							<div class="c-title-box">
								<a>Solutions</a>
								<img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
							</div>
							<div class="c-title-con">
                                                                <?php
                                                       
            $args_b = array(
                'post_type'   => 'solution',
                'post_status'   => 'publish',
                'posts_per_page' => -1
            );
            $the_query = new WP_Query($args_b);
            ?>
                                                      <?php
            if ($the_query->have_posts()) {
                ?>
                                             <?php
                            while ($the_query->have_posts()) {
                                $the_query->the_post();
                                ?>
                                      
								<a href="<?php echo get_the_permalink(); ?>"><?php echo get_the_title(); ?></a>
                                                                       
                                             <?php
                            }
                            wp_reset_postdata();
                            ?>
                                              <?php
            }
            ?>
							</div>
						</li>
						<li>
							<div class="c-title-box">
								<a>Developers</a>
								<img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
							</div>
							<div class="c-title-con">	
                                                            <?php 
								$args_dev = [
									'post_type' => 'developer',
									"post_status" => 'publish',
									"posts_per_page" => -1,
								];
								$dev_query = new WP_Query($args_dev);
								while($dev_query->have_posts()):
									$dev_query->the_post();
								?>
									<a href="<?php echo get_the_permalink(); ?>"><?php echo get_the_title(); ?></a>
								<?php 
								endwhile;
                                                                wp_reset_postdata();
								?>
							</div>
						</li>
                                                <li>
							<div class="c-title-box">
								<a>Resources</a>
								<img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
							</div>
							<div class="c-title-con">
                                                           
								<div class="nav_two">
								    <div class="nav_two_tit">
										<a href="###">Partners</a>
									    <img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
									</div>
								    
								    <div class="nav_three">
                                                                                 <?php if(get_post_status(13)=='publish'){ ?>
											
												<a href="<?php echo get_permalink(13); ?>">
													<?php echo get_the_title( 13 ); ?>
												</a>
											
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(15)=='publish'){ ?>
											
												<a href="<?php echo get_permalink(15); ?>">
												<?php echo get_the_title( 15 ); ?>
												</a>
										
                                                                                        <?php } ?>
								    </div>
								</div>
                                                              
								<div class="nav_two">
								    <div class="nav_two_tit">
										<a href="###">Global Growth Program</a>
									    <img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
									</div>
								    
								    <div class="nav_three">
                                                                                              <?php if(get_post_status(17)=='publish'){ ?>
											
												<!--<a href="<?php echo get_permalink(17); ?>">
												<?php echo get_the_title( 17 ); ?>
												</a>-->
											
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(19)=='publish'){ ?>
											
												<a href="<?php echo get_permalink(19); ?>">
												<?php echo get_the_title( 19 ); ?>
												</a>
											
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(21)=='publish'){ ?>
										
												<a href="<?php echo get_permalink(21); ?>">
													<?php echo get_the_title( 21 ); ?>
												</a>
											
                                                                                        <?php } ?>
								    </div>
								</div>
								<div class="nav_two">
								    <div class="nav_two_tit">
										<a href="###">Insights & Support</a>
									    <img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
									</div>
								    
								    <div class="nav_three">
                                                                                            <?php if(get_post_status(23)=='publish'){ ?>
										
												<a href="<?php echo get_permalink(23); ?>">
												<?php echo get_the_title( 23 ); ?>
												</a>
										
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(25)=='publish'){ ?>
											
												<a href="<?php echo get_permalink(25); ?>">
												<?php echo get_the_title( 25 ); ?>
												</a>
											
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(27)=='publish'){ ?>
											
												<a href="<?php echo get_permalink(27); ?>">
													<?php echo get_the_title( 27 ); ?>
												</a>
											
                                                                                        <?php } ?>
								    </div>
								</div>
							</div>
						</li>
                                                <li style="display: none">
							<div class="c-title-box">
								<a>Resources</a>
								<img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
							</div>
							<div class="c-title-con">
                                                                                        <?php if(get_post_status(13)=='publish'){ ?>
								<a href="<?php echo get_permalink(13); ?>"><?php echo get_the_title( 13 ); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(15)=='publish'){ ?>
								<a href="<?php echo get_permalink(15); ?>"><?php echo get_the_title( 15 ); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(17)=='publish'){ ?>
								<a href="<?php echo get_permalink(17); ?>"><?php echo get_the_title( 17 ); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(19)=='publish'){ ?>
								<a href="<?php echo get_permalink(19); ?>"><?php echo get_the_title( 19 ); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(21)=='publish'){ ?>
								<a href="<?php echo get_permalink(21); ?>"><?php echo get_the_title(21); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(23)=='publish'){ ?>
								<a href="<?php echo get_permalink(23); ?>"><?php echo get_the_title(23); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(25)=='publish'){ ?>
								<a href="<?php echo get_permalink(25); ?>"><?php echo get_the_title(25); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(27)=='publish'){ ?>
								<a href="<?php echo get_permalink(27); ?>"><?php echo get_the_title(27); ?></a>
                                                                                        <?php } ?>
							</div>
						</li>
						<li>
							<div class="c-title-box">
								<a>Company</a>
								<img src="<?php bloginfo('template_url'); ?>/images/b2.svg" onload="SVGInject(this)">
							</div>
							<div class="c-title-con">
                                                                                        <?php if(get_post_status(29)=='publish'){ ?>
								<a href="<?php echo get_permalink(29); ?>"><?php echo get_the_title(29); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(31)=='publish'){ ?>
								<a href="<?php echo get_permalink(31); ?>"><?php echo get_the_title(31); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(33)=='publish'){ ?>
								<a href="<?php echo get_permalink(33); ?>"><?php echo get_the_title(33); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(35)=='publish'){ ?>
								<a href="<?php echo get_permalink(35); ?>"><?php echo get_the_title(35); ?></a>
                                                                                        <?php } ?>
                                                                                        <?php if(get_post_status(37)=='publish'){ ?>
								<a href="<?php echo get_permalink(37); ?>"><?php echo get_the_title(37); ?></a>
                                                                                        <?php } ?>
							</div>
						</li>
					</ul>
				</div>

				<!-- 顶部移动端导航开关 -->
				<div class="c-switch">
					<i></i>
					<i></i>
					<i></i>
				</div>
			</div>
		</div>



	</div>
</nav>

  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 991px) {
  .h_adv .h_adv_box .h_adv_a > img,
  .h_adv .h_adv_box .h_adv_a > svg {
    width: 0.4rem;
  }
}
.h_adv .h_adv_box p {
  color: #fff;
}
@media (max-width: 767px) {
  .h_adv .h_adv_box p:nth-child(1) {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .h_adv .h_adv_box p:nth-child(2) {
    margin: 0.1rem 0;
  }
}
.h_adv .h_adv_box p > img {
  border: 4px;
  width: 0.22rem;
  height: auto;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .h_adv .h_adv_box p > img {
    width: 0.4rem;
  }
}
@media (max-width: 991px) {
  .h_adv .h_adv_box p {
    font-size: 12px;
  }
}
.h_adv .h_adv_box p span {
  font-family: 'Silkab';
}
.h_obs {
  background: #edf0f6;
  margin-top: -1px;
  padding-bottom: 3.2rem;
}
.h_obs .h_obs_box .h_obs_con {
  position: relative;
  margin: 0.64rem 0 0.6rem;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr {
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.24rem;
  padding-bottom: 0.4rem;
  display: block;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr:hover .img_hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr:hover svg {
  left: 5px;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr .img {
  margin-bottom: 0.28rem;
  border-radius: 0.15rem;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr .img:before {
  padding-top: 62.43%;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr .txt .g_span {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0.1rem;
  overflow: hidden;
  height: calc((16px + 0.05rem)*2);
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr .txt .g_span span {
  color: #00acea;
  margin: 0 0.1rem 0.05rem 0;
  padding-right: 0.1rem;
  border-right: 1px solid #00acea;
  line-height: 1;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr .txt .g_span span:last-child {
  padding: 0;
  margin-right: 0;
  border: none;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr .txt h3 {
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.18rem;
  font-weight: bold;
  height: 2.4em;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr .txt p {
  color: #666;
  margin-bottom: 0.35rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
@media (max-width: 767px) {
  .h_obs .h_obs_box .qie .pub_prev {
    left: 0.5rem;
    display: flex;
    top: 26%;
  }
}
@media (max-width: 767px) {
  .h_obs .h_obs_box .qie .pub_next {
    right: 0.5rem;
    display: flex;
    top: 26%;
  }
}
.qie .pub_nav {
  width: 0.54rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #00acea;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .qie .pub_nav {
    display: none;
  }
}
.qie .pub_nav:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #00acea;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
}
.qie .pub_nav:hover:after {
  transform: translate(-50%, -50%) scale(1);
}
.qie .pub_nav:hover svg path {
  fill: #fff;
}
.qie .pub_nav svg {
  width: 15%;
  height: auto;
  position: relative;
  z-index: 5;
}
.qie .pub_nav svg path {
  fill: #00acea;
  opacity: 1;
}
.qie .pub_prev {
  left: -1rem;
}
.qie .pub_prev svg {
  transform: rotate(180deg);
}
.qie .pub_next {
  right: -1rem;
}
footer {
  position: relative;
}
footer .foot_t {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
  height: 3.5rem;
  z-index: 200;
}
@media (max-width: 767px) {
  footer .foot_t {
    height: auto;
  }
}
footer .foot_t .foot_t_box {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0 0.7rem;
  background: url(../images/home_bj.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box {
    flex-direction: column;
    padding: 0.4rem;
  }
}
footer .foot_t .foot_t_box .left {
  width: 60%;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .left {
    width: 100%;
  }
}
footer .foot_t .foot_t_box .left h2 {
  font-family: 'Silkab';
  font-size: 0.56rem;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .left h2 {
    font-size: 0.44rem;
    margin-bottom: 0.4rem;
  }
}
footer .foot_t .foot_t_box .right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .right {
    justify-content: center;
  }
}
footer .foot_t .foot_t_box .right > a {
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .right > a {
    margin: 0 0.1rem;
  }
}
footer .foot {
  background: #1e2433;
  padding-top: 3.06rem;
  color: #fff;
}
@media (max-width: 767px) {
  footer .foot {
    padding-top: 2.5rem;
  }
}
footer .foot .foot_s {
  padding-bottom: 0.78rem;
  display: flex;
  justify-content: space-between;
}
footer .foot .foot_s .left {
  flex-shrink: 0;
  width: 23.37%;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  footer .foot .foot_s .left {
    width: 100%;
    margin: 0;
  }
}
footer .foot .foot_s .left .b_logo {
  width: 2.67rem;
  display: block;
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  footer .foot .foot_s .left .b_logo {
    width: 3.2rem;
  }
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_logo {
    width: 4rem;
  }
}
footer .foot .foot_s .left .gb_p {
  margin-bottom: 0.38rem;
}
footer .foot .foot_s .left .gb_p p {
  line-height: 1.3;
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .gb_p p br {
    display: none;
  }
}
footer .foot .foot_s .left .gb_p p br {
  display: none;
}
footer .foot .foot_s .left .b_email {
  width: 90%;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.1rem;
  padding: 0.03rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  footer .foot .foot_s .left .b_email {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_email {
    width: auto;
    height: 0.8rem;
    margin-bottom: 0.6rem;
  }
}
footer .foot .foot_s .left .b_email form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .foot_s .left .b_email form input {
  color: #fff;
  padding-left: 0.18rem;
  width: 100%;
}
footer .foot .foot_s .left .b_email form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
footer .foot .foot_s .left .b_email form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
footer .foot .foot_s .left .b_email form button {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_email form button {
    width: 0.74rem;
    height: 0.74rem;
  }
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_email form button span {
    width: 100%;
  }
}
footer .foot .foot_s .left .b_lan {
  display: flex;
  align-items: center;
}
footer .foot .foot_s .left .b_lan .b_lan_box {
  margin-right: 0.6rem;
  position: relative;
  width: 1.1rem;
  border-radius: 0.1rem;
  background: #00acea;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  footer .foot .foot_s .left .b_lan .b_lan_box {
    width: 1.3rem;
    margin-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_lan .b_lan_box {
    width: 1.5rem;
  }
}
footer .foot .foot_s .left .b_lan .b_lan_box.on {
  border-radius: 0.1rem 0.1rem 0 0;
}
footer .foot .foot_s .left .b_lan .b_lan_box .g_t {
  border-radius: 0.1rem 0.1rem 0 0;
  cursor: pointer;
  height: 0.45rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.15rem 0 0.17rem;
}
@media (max-width: 1580px) {
  footer .foot .foot_s .left .b_lan .b_lan_box .g_t {
    height: 0.54rem;
  }
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_lan .b_lan_box .g_t {
    height: 0.6rem;
  }
}
footer .foot .foot_s .left .b_lan .b_lan_box .g_t svg {
  width: 12px;
  height: auto;
}
@media (max-width: 1580px) {
  footer .foot .foot_s .left .b_lan .b_lan_box .g_t svg {
    width: 9px;
  }
}
footer .foot .foot_s .left .b_lan .b_lan_box .g_t svg path {
  fill: #fff;
}
footer .foot .foot_s .left .b_lan .b_lan_box .g_yr {
  border-radius: 0 0 0.1rem 0.1rem;
  background: #00acea;
  padding: 0 0.15rem 0 0.17rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  display: none;
}
footer .foot .foot_s .left .b_lan .b_lan_box .g_yr .g_yr_box {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
}
footer .foot .foot_s .left .b_lan .b_lan_box .g_yr .g_yr_box a {
  color: #fff;
  padding: 0.05rem 0;
  transition: all 0.3s;
}
footer .foot .foot_s .left .b_lan .b_lan_box .g_yr .g_yr_box a:hover {
  color: #333;
}
footer .foot .foot_s .left .b_lan .wl {
  display: flex;
  align-items: center;
}
footer .foot .foot_s .left .b_lan .wl > a {
  width: 0.36rem;
  height: 0.36rem;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.13rem;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  footer .foot .foot_s .left .b_lan .wl > a {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_lan .wl > a {
    margin-right: 0.25rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
footer .foot .foot_s .left .b_lan .wl > a:hover {
  background: #fff;
}
footer .foot .foot_s .left .b_lan .wl > a svg {
  width: 50%;
  height: auto;
}
footer .foot .foot_s .left .b_lan .wl > a svg path {
  fill: #202736;
}
footer .foot .foot_s .right {
  display: flex;
}
@media (max-width: 991px) {
  footer .foot .foot_s .right {
    display: none;
  }
}
footer .foot .foot_s .right .r_box:last-child ul {
  padding-right: 0;
}
footer .foot .foot_s .right .r_box .g_tit {
  padding-bottom: 0.12rem;
  margin-bottom: 0.28rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
footer .foot .foot_s .right .r_box .g_tit p {
  color: #4b505c;
}
footer .foot .foot_s .right .r_box ul {
  padding-right: 0.48rem;
}
footer .foot .foot_s .right .r_box ul li {
  margin-bottom: 0.2rem;
}
footer .foot .foot_s .right .r_box ul li .b_tit {
  margin-bottom: 0.1rem;
}
footer .foot .foot_s .right .r_box ul li .b_a {
  display: flex;
  flex-direction: column;
}
footer .foot .foot_s .right .r_box ul li .b_a a {
  transition: all 0.3s;
  color: #fff;
  opacity: 0.3;
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 1340px) {
  footer .foot .foot_s .right .r_box ul li .b_a a {
    font-size: 12px;
  }
}
footer .foot .foot_s .right .r_box ul li .b_a a:hover {
  opacity: 1;
}
footer .foot_b {
  color: #fff;
  background: #1e2433;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .foot_b a {
  transition: all 0.3s;
  color: #fff;
}
footer .foot_b .container2 {
  padding: 0.34rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .foot_b .container2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.2rem 0;
  }
}
@media (max-width: 767px) {
  footer .foot_b .container2 .left {
    margin-bottom: 0.1rem;
  }
}
footer .foot_b .container2 .left a {
  opacity: 0.3;
}
@media (max-width: 767px) {
  footer .foot_b .container2 .left a {
    font-size: 12px;
    line-height: 1;
  }
}
footer .foot_b .container2 .left a:hover {
  opacity: 1;
}
footer .foot_b .container2 .right {
  display: flex;
  align-items: center;
}
footer .foot_b .container2 .right a {
  opacity: 0.3;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1;
}
@media (max-width: 767px) {
  footer .foot_b .container2 .right a {
    font-size: 12px;
  }
}
footer .foot_b .container2 .right a:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
footer .foot_b .container2 .right a:hover {
  opacity: 1;
}
.sub_banner {
  height: 5.74rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner {
    height: 10rem;
  }
}
.sub_banner .mob_pc {
  width: 100%;
  height: 100%;
}
.sub_banner .sub_banner_txt {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt {
    padding-top: 90px;
  }
}
.sub_banner .sub_banner_txt .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 58%;
}
.sub_banner .sub_banner_txt .left .subt_fo {
  margin-top: 0.6rem;
}
.sub_banner .sub_banner_txt .left .subt_fo > p {
  font-family: 'Silkab';
  margin-bottom: 0.18rem;
}
.sub_banner .sub_banner_txt .left .subt_fo .subt_fo_form {
  margin-bottom: 0.18rem;
}
.sub_banner .sub_banner_txt .left .subt_fo > span {
  color: rgba(255, 255, 255, 0.2);
  width: 4.45rem;
  display: block;
}
.sub_banner .sub_banner_txt .left .subt_fo > span a {
  color: rgba(255, 255, 255, 0.2);
}
.sub_banner .sub_banner_txt .left .subt_fo > span a:hover {
  color: #ffffff;
}
.subt_fo_form {
  width: 4.35rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.1rem;
  padding: 0.03rem;
}
@media (max-width: 991px) {
  .subt_fo_form {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  .subt_fo_form {
    width: auto;
    height: 0.8rem;
  }
}
.subt_fo_form form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subt_fo_form form input {
  color: #fff;
  padding-left: 0.18rem;
  width: 100%;
}
.subt_fo_form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.subt_fo_form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.subt_fo_form form button {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .subt_fo_form form button {
    width: 0.74rem;
    height: 0.74rem;
  }
}
@media (max-width: 767px) {
  .subt_fo_form form button span {
    width: 100%;
  }
}
.blo_t {
  padding: 1rem 0 1.34rem;
  background: #fff;
  position: relative;
  z-index: 10;
}
.blo_t .blo_t_box {
  position: relative;
}
@media (max-width: 767px) {
  .blo_t .blo_t_box .swip2_pag {
    margin-top: 0.5rem;
  }
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blo_t .blo_t_box .blo_t_swip .blo_t_nr {
    flex-direction: column;
  }
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr .left {
  width: 48.33%;
  border-radius: 0.15rem;
}
@media (max-width: 767px) {
  .blo_t .blo_t_box .blo_t_swip .blo_t_nr .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr .left:before {
  padding-top: 62.35%;
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr .right {
  width: 43.05%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .blo_t .blo_t_box .blo_t_swip .blo_t_nr .right {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .blo_t .blo_t_box .blo_t_swip .blo_t_nr .right {
    width: 100%;
  }
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr .right .g_span {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr .right .g_span span {
  color: #00acea;
  margin: 0 0.1rem 0.05rem 0;
  padding-right: 0.1rem;
  border-right: 1px solid #00acea;
  line-height: 1;
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr .right .g_span span:last-child {
  padding: 0;
  margin-right: 0;
  border: none;
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr .right h3 {
  font-family: 'Silkab';
  color: #222;
  line-height: 1.2;
  margin-bottom: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blo_t .blo_t_box .blo_t_swip .blo_t_nr .right p {
  margin-bottom: 0.6rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blo {
  background: #f4f6fa;
  position: relative;
  z-index: 10;
}
.blo .blo_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.66rem;
  border-bottom: 1px solid #e7e8ec;
  display: none;
}
@media (max-width: 767px) {
  .blo .blo_nav {
    justify-content: flex-start;
    padding: 0 5%;
    height: 1.2rem;
    overflow: auto;
  }
}
.blo .blo_nav a {
  white-space: nowrap;
  margin: 0 0.17rem;
  position: relative;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.blo .blo_nav a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #00acea;
}
.blo .blo_nav a.on {
  color: #00acea;
}
.blo .blo_nav a.on:after {
  width: 100%;
}
.blo .blo_box {
  padding: 0.3rem 0 3.2rem;
}
@media (max-width: 767px) {
  .blo .blo_box {
    padding: 0.6rem 0 2.5rem;
  }
}
.blo .blo_box .item .ite_t {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.46rem;
}
@media (max-width: 767px) {
  .blo .blo_box .item .ite_t {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.66rem;
  }
}
.blo .blo_box .item .ite_t .left {
  flex-wrap: wrap;
  display: flex;
  display: none;
}
.blo .blo_box .item .ite_t .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 0.8rem;
  padding: 0 0.14rem;
  height: 0.34rem;
  border-radius: 6px;
  background: #fff;
  margin-right: 0.1rem;
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .blo .blo_box .item .ite_t .left a {
    padding: 0 0.2rem;
    height: 0.6rem;
    margin: 0 0.3rem 0.4rem 0;
  }
}
.blo .blo_box .item .ite_t .left a.on,
.blo .blo_box .item .ite_t .left a:hover {
  color: #fff;
  background: #00acea;
}
@media (max-width: 767px) {
  .blo .blo_box .item .ite_t .right {
    width: 100%;
  }
}
.blo .blo_box .item .ite_t .right form {
  width: 3.7rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .blo .blo_box .item .ite_t .right form {
    width: 100%;
    height: 0.8rem;
  }
}
.blo .blo_box .item .ite_t .right form input {
  width: 100%;
  color: #333;
}
.blo .blo_box .item .ite_t .right form button {
  flex-shrink: 0;
}
.blo .blo_box .item .ite_t .right form button svg path {
  fill: #333;
}
.ite_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.22rem;
}
.ite_box .ite_hr {
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.24rem;
  padding-bottom: 0.4rem;
  margin: 0 0.45rem 0.4rem 0;
  width: calc((100% - 0.9rem)/3);
  display: block;
}
@media (max-width: 767px) {
  .ite_box .ite_hr {
    width: 100%;
    margin: 0 0 0.4rem 0 !important;
  }
}
.ite_box .ite_hr:hover .img_hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.ite_box .ite_hr:hover svg {
  left: 5px;
}
.ite_box .ite_hr:nth-child(3n) {
  margin-right: 0;
}
.ite_box .ite_hr .img {
  margin-bottom: 0.28rem;
  border-radius: 0.15rem;
}
.ite_box .ite_hr .img:before {
  padding-top: 62.43%;
}
.ite_box .ite_hr .txt .g_span {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.ite_box .ite_hr .txt .g_span span {
  color: #00acea;
  margin: 0 0.1rem 0.05rem 0;
  padding-right: 0.1rem;
  border-right: 1px solid #00acea;
  line-height: 1;
}
.ite_box .ite_hr .txt .g_span span:last-child {
  padding: 0;
  margin-right: 0;
  border: none;
}
.ite_box .ite_hr .txt h3 {
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.4em;
  margin-bottom: 0.18rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ite_box .ite_hr .txt h3 {
    margin-bottom: 0.28rem;
  }
}
.ite_box .ite_hr .txt p {
  color: #666;
  margin-bottom: 0.35rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.ite_box .ite_hr2 {
  padding: 0.52rem 0.24rem 0.24rem;
  box-shadow: 0px 4px 57px 0px rgba(66, 106, 148, 0.14);
}
.ite_box .ite_hr2 .txt h3 {
  margin-bottom: 0.62rem;
}
.ite_box .ite_hr2 .img {
  margin-bottom: 0;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  height: 0.46rem;
  min-width: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.04rem;
  -webkit-transition: all 0.5s;
  transition: all 0.3s;
  background: #f5f5f5;
  border-radius: 0.1rem;
  border: 2px solid transparent;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page a {
    font-size: 0.28rem;
  }
}
.page a.prev {
  transform: rotate(180deg);
}
.page a.prev img {
  margin-right: 5px;
}
.page a.next img {
  margin-left: 5px;
}
.page a:hover {
  color: #fff;
  border-color: #00acea;
  background: #00acea;
}
.page a:hover p {
  color: #fff;
}
.page a:hover svg path {
  fill: #fff;
}
.page a img,
.page a svg {
  width: 8px;
  height: auto;
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 6px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #999;
}
.page .active {
  color: #fff;
  border-color: #00acea;
  background: #00acea;
}
.page .active p {
  color: #fff;
}
.sub_banner2 {
  height: 8rem;
  background: #f4f6f9;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner2 {
    height: auto;
  }
}
.sub_banner2 .sub_banner_txt {
  display: flex;
  justify-content: space-between;
  height: 100%;
  color: #333;
  padding: 0.68rem 0 0;
}
@media (max-width: 767px) {
  .sub_banner2 .sub_banner_txt {
    flex-direction: column;
    padding: 140px 0 0.6rem;
  }
}
.sub_banner2 .sub_banner_txt .left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .sub_banner2 .sub_banner_txt .left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.sub_banner2 .sub_banner_txt .left .subt_fo {
  margin-top: 0.2rem;
}
.sub_banner2 .sub_banner_txt .left .subt_fo > p {
  margin-bottom: 0.76rem;
  color: #555555;
  font-family: 'SilkaReg', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sub_banner2 .sub_banner_txt .left .l_a a {
  margin-right: 0.2rem;
}
.sub_banner2 .sub_banner_txt .right {
  width: 50%;
}
@media (max-width: 767px) {
  .sub_banner2 .sub_banner_txt .right {
    width: 100%;
  }
}
.sub_banner2 .sub_banner_txt .right img {
  object-fit: contain;
}
.cre {
  background: #fff;
  position: relative;
  z-index: 10;
}
.cre .blo_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.66rem;
  border-bottom: 1px solid #e7e8ec;
  position: sticky;
  transition: all 0.6s;
  top: 80px;
  z-index: 100;
  background: #fff;
  display: none;
}
@media screen and (max-width: 1440px) {
  .cre .blo_nav {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .cre .blo_nav {
    justify-content: flex-start;
    padding: 0 5%;
    height: 0.8rem;
    overflow: auto;
  }
}
.cre .blo_nav a {
  white-space: nowrap;
  margin: 0 0.17rem;
  position: relative;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cre .blo_nav a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #00acea;
}
@media (max-width: 991px) {
  .cre .blo_nav a:after {
    bottom: 0;
  }
}
.cre .blo_nav a.on {
  color: #00acea;
}
.cre .blo_nav a.on:after {
  width: 100%;
}
.cre .cre_box {
  padding: 1.32rem 0;
}
@media (max-width: 767px) {
  .cre .cre_box {
    padding: 1rem 0 0.2rem;
  }
}
.cre .cre_box .item {
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cre .cre_box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cre .cre_box .item {
    flex-direction: column !important;
    margin-bottom: 0.2rem;
  }
}
.cre .cre_box .item .left {
  width: 44.58%;
}
@media (max-width: 767px) {
  .cre .cre_box .item .left {
    width: 100%;
  }
}
.cre .cre_box .item .left .g_h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
}
.cre .cre_box .item .left .g_h3 img {
  width: 0.5rem;
  height: auto;
  margin-right: 0.25rem;
  flex-shrink: 0;
  object-fit: contain;
}
.cre .cre_box .item .left .g_h3 h3 {
  line-height: 1.2;
  font-size: 0.5rem;
  font-family: 'Silkab';
}
.cre .cre_box .item .left .ble {
  padding-right: 1.15rem;
}
@media (max-width: 767px) {
  .cre .cre_box .item .left .ble {
    padding: 0;
  }
}
.cre .cre_box .item .left .ble p {
  line-height: 1.3;
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 20px;
  font-size: 18px;
}
@media (max-width: 1260px) {
  .cre .cre_box .item .left .ble p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cre .cre_box .item .left .ble p {
    font-size: 0.28rem;
  }
}
.cre .cre_box .item .left .ble p:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #40b6ee;
  left: 0;
  top: 7px;
}
@media (max-width: 1580px) {
  .cre .cre_box .item .left .ble p:after {
    top: 6px;
    width: 5px;
    height: 5px;
  }
}
.cre .cre_box .item .right {
  width: 48.61%;
}
@media (max-width: 767px) {
  .cre .cre_box .item .right {
    width: 100%;
  }
}
.cre .cre_box .item .right:before {
  padding-top: 77.14%;
}
.cre .cre_box .item .right img {
  object-fit: contain;
}
.cre_rel {
  padding: 1.35rem 0 3.1rem;
}
.sub_banner3 {
  height: 9rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner3 {
    height: 10rem;
  }
}
.sub_banner3 .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sub_banner3 .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sub_banner3 .sub_banner_txt {
  display: flex;
  justify-content: space-between;
  height: 100%;
  color: #fff;
  padding: 0.68rem 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_txt {
    position: initial;
    flex-direction: column;
    padding: 60px 0 0;
    transform: translateX(0%);
  }
}
.sub_banner3 .sub_banner_txt .left {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_txt .left {
    width: 100%;
  }
}
.sub_banner3 .sub_banner_txt .left > span {
  color: #00acea;
  display: block;
  margin-bottom: 0.26rem;
}
.sub_banner3 .sub_banner_txt .left .subt_fo {
  margin-top: 0.3rem;
}
.sub_banner3 .sub_banner_txt .left .subt_fo > p {
  margin-bottom: 0.76rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'SilkaReg', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_txt .left .subt_fo > p {
    margin-bottom: 0;
  }
}
.sub_banner3 .sub_banner_txt .left .l_a a {
  margin-right: 0.2rem;
}
.sub_banner3 .sub_banner_txt .right {
  width: 37%;
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_txt .right {
    width: 100%;
  }
}
.sub_banner3 .sub_banner_txt .right img {
  object-fit: contain;
}
.glo_t {
  background: #edf0f6;
  padding: 1.45rem 0 0.7rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .glo_t {
    padding: 1rem 0 0.7rem;
  }
}
.glo_t .container .box {
  margin-top: 0.64rem;
}
.glo_t .container .box .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .glo_t .container .box .item {
    flex-direction: column !important;
    margin-bottom: 0.5rem;
  }
}
.glo_t .container .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.glo_t .container .box .item .left {
  width: 50%;
}
@media (max-width: 767px) {
  .glo_t .container .box .item .left {
    width: 100%;
  }
}
.glo_t .container .box .item .left:before {
  padding-top: 59.72%;
}
.glo_t .container .box .item .right {
  width: 50%;
  background: #fff;
  padding: 0 2rem 0 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1260px) {
  .glo_t .container .box .item .right {
    padding: 0 1rem 0 0.9rem;
  }
}
@media (max-width: 767px) {
  .glo_t .container .box .item .right {
    width: 100%;
    padding: 0.4rem;
  }
}
.glo_t .container .box .item .right h3 {
  font-size: 0.4rem;
  font-family: 'Silkab';
  line-height: 1;
  margin-bottom: 0.24rem;
}
.glo_t .container .box .item .right p {
  color: #555;
}
.glo_t .container .box .item .right .l_a {
  margin-top: 0.77rem;
}
.glo_t .container .box .item .right .l_a a {
  margin-right: 0.25rem;
}
.glo_t .container > span {
  color: #999;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
.glo_ho {
  padding: 1rem 0 3.52rem;
  background: #edf0f6;
}
.glo_ho .box {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .glo_ho .box {
    flex-direction: column;
  }
}
.glo_ho .box .item {
  width: calc(50% - 0.24rem);
}
@media (max-width: 991px) {
  .glo_ho .box .item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.glo_ho .box .item .g_t {
  height: 2rem;
  padding: 0.42rem 0.2rem 0;
  background: #00acea;
  width: calc(100% - 0.6rem);
  margin: 0 0.3rem;
  border-radius: 0.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .glo_ho .box .item .g_t {
    padding-top: 0.3rem;
  }
}
.glo_ho .box .item .g_t p {
  font-family: 'Silkab';
  color: #fff;
  line-height: 1.1;
}
.glo_ho .box .item .g_b {
  margin-top: -0.88rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 0.7rem 0 0;
  height: 515px;
}
@media (max-width: 1580px) {
  .glo_ho .box .item .g_b {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .glo_ho .box .item .g_b {
    height: auto;
  }
}
.glo_ho .box .item .g_b .glo_hol {
  padding: 0 0.6rem;
}
.glo_ho .box .item .g_b .glo_hol a {
  display: block;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #e8ecf0;
}
.glo_ho .box .item .g_b .glo_hol a:hover svg {
  left: 5px;
}
.glo_ho .box .item .g_b .glo_hol a:last-child {
  margin: 0;
  border: none;
}
.glo_ho .box .item .g_b .glo_hol a h3 {
  font-family: 'Silkab';
  line-height: 1.1;
  margin-bottom: 0.15rem;
}
.glo_ho .box .item .g_b .glo_hol a > p {
  color: #666;
  line-height: 1.25;
  margin-bottom: 0.33rem;
}
.glo_ho .box .item .g_b .glo_hor {
  padding: 0 0.2rem;
}
.glo_ho .box .item .g_b .glo_hor .glo_hor_t {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.glo_ho .box .item .g_b .glo_hor .glo_hor_t .list {
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.5rem 0.38rem;
}
@media (max-width: 1900px) {
  .glo_ho .box .item .g_b .glo_hor .glo_hor_t .list {
    width: 2.2rem;
  }
}
@media (max-width: 1580px) {
  .glo_ho .box .item .g_b .glo_hor .glo_hor_t .list {
    width: 2rem;
  }
}
@media (max-width: 991px) {
  .glo_ho .box .item .g_b .glo_hor .glo_hor_t .list {
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .glo_ho .box .item .g_b .glo_hor .glo_hor_t .list {
    width: 50%;
    margin: 0 0 0.3rem;
    padding: 0 0.1rem;
  }
}
.glo_ho .box .item .g_b .glo_hor .glo_hor_t .list:nth-child(3) .t_num img {
  transform: rotate(180deg);
}
.glo_ho .box .item .g_b .glo_hor .glo_hor_t .list .t_num {
  background-image: linear-gradient(90deg, #0db4ec 0%, #0d9fe6 50%, #0d89df 100%), linear-gradient(#00acea, #00acea);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin-bottom: 0.15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glo_ho .box .item .g_b .glo_hor .glo_hor_t .list .t_num span {
  font-size: 0.36rem;
  color: #fff;
}
.glo_ho .box .item .g_b .glo_hor .glo_hor_t .list .t_num img {
  position: absolute;
  left: 50%;
  max-width: initial;
  width: 3rem;
  height: 0.13rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .glo_ho .box .item .g_b .glo_hor .glo_hor_t .list .t_num img {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .glo_ho .box .item .g_b .glo_hor .glo_hor_t .list .t_num img {
    width: calc(50vw - 5% - 0.2rem);
  }
}
.glo_ho .box .item .g_b .glo_hor .glo_hor_t .list > p {
  text-align: center;
  display: block;
  line-height: 1.1;
}
.glo_ho .box .item .g_b .glo_hor .l_a {
  padding-bottom: 0.4rem;
  text-align: center;
}
.glo_ho .box .item2 .g_t {
  background: #002d4f;
}
.site {
  padding: 1.65rem 0 2.9rem;
}
@media (max-width: 767px) {
  .site {
    padding: 1.5rem 0 1.8rem;
  }
}
.site .box {
  margin-top: 1.08rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site .box {
    flex-wrap: wrap;
  }
}
.site .box .r_box {
  width: 30%;
}
@media (max-width: 991px) {
  .site .box .r_box {
    width: 50% !important;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .site .box .r_box {
    width: 100% !important;
  }
}
.site .box .r_box:last-child {
  width: 20%;
}
.site .box .r_box:last-child ul {
  padding-right: 0;
}
.site .box .r_box .g_tit {
  padding-bottom: 0.12rem;
  margin-bottom: 0.28rem;
  border-bottom: 1px solid #efefef;
}
.site .box .r_box .g_tit p {
  color: #bcbcbc;
}
.site .box .r_box ul {
  padding-right: 0.48rem;
}
.site .box .r_box ul li {
  margin-bottom: 0.2rem;
}
.site .box .r_box ul li .b_tit {
  margin-bottom: 0.1rem;
}
.site .box .r_box ul li .b_tit p {
  font-weight: bold;
}
.site .box .r_box ul li .b_a {
  display: flex;
  flex-direction: column;
}
.site .box .r_box ul li .b_a a {
  transition: all 0.3s;
  color: #333;
  opacity: 0.6;
  margin-bottom: 0.05rem;
  position: relative;
}
.site .box .r_box ul li .b_a a:hover {
  opacity: 1;
  color: #00b3f3;
}
.site .box .r_box ul li .b_a a:hover::after {
  opacity: 1;
}
.site .box .r_box ul li .b_a a::after {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 7px;
  width: 10px;
  height: 8px;
  background: url(../images/r3.svg) no-repeat;
  background-size: contain;
  opacity: 0;
}
@media (max-width: 1580px) {
  .site .box .r_box ul li .b_a a::after {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .site .box .r_box ul li .b_a a::after {
    width: 8px;
    height: 6px;
    top: 7px;
  }
}
.news_t {
  padding: 1.35rem 0 1.08rem;
  background: #edf0f6;
}
@media (max-width: 1580px) {
  .news_t {
    padding: 1.85rem 0 1.08rem;
  }
}
@media (max-width: 767px) {
  .news_t {
    padding: 2.6rem 0 1.2rem;
  }
}
.news_t .pub_title span {
  margin-top: 0.14rem;
}
.news_t .blo_t_box {
  margin-top: 0.48rem;
  position: relative;
}
@media (max-width: 1580px) {
  .news_t .blo_t_box .swip2_pag {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .news_t .blo_t_box .swip2_pag {
    margin-top: 0.5rem;
  }
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr {
  background: #fff;
  padding: 0.25rem 0.27rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news_t .blo_t_box .blo_t_swip .blo_t_nr {
    flex-direction: column;
  }
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr .left {
  width: 51.33%;
  border-radius: 0.15rem;
}
@media (max-width: 767px) {
  .news_t .blo_t_box .blo_t_swip .blo_t_nr .left {
    width: 100%;
  }
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr .left:before {
  padding-top: 66.19%;
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr .right {
  width: 41.05%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0.37rem;
}
@media (max-width: 991px) {
  .news_t .blo_t_box .blo_t_swip .blo_t_nr .right {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .news_t .blo_t_box .blo_t_swip .blo_t_nr .right {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr .right .g_span {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr .right .g_span span {
  color: #00acea;
  margin: 0 0.1rem 0.05rem 0;
  padding-right: 0.1rem;
  border-right: 1px solid #00acea;
  line-height: 1;
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr .right .g_span span:last-child {
  padding: 0;
  margin-right: 0;
  border: none;
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr .right h3 {
  font-family: 'Silkab';
  color: #222;
  line-height: 1.2;
  margin-bottom: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news_t .blo_t_box .blo_t_swip .blo_t_nr .right p {
  margin-bottom: 0.6rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.cla {
  background: #f4f6fa;
  padding: 1.65rem 0 3.32rem;
}
@media (max-width: 767px) {
  .cla {
    padding: 1.9rem 0 2.3rem;
  }
}
.cla .box {
  margin-top: 0.8rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0 0.6rem 0.1rem;
}
@media (max-width: 767px) {
  .cla .box {
    padding: 0 0.2rem 0.1rem;
  }
}
.cla .box .item:last-child .g_tit {
  border: none;
}
.cla .box .item .g_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.14rem;
  border-bottom: 1px solid #ededed;
}
.cla .box .item .g_tit.on {
  border-bottom: 1px solid transparent;
}
.cla .box .item .g_tit.on .right {
  transform: rotate(180deg);
}
.cla .box .item .g_tit .left {
  display: flex;
  align-items: center;
}
.cla .box .item .g_tit .left img,
.cla .box .item .g_tit .left svg {
  width: 0.42rem;
  height: auto;
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  .cla .box .item .g_tit .left img,
  .cla .box .item .g_tit .left svg {
    width: 0.6rem;
  }
}
.cla .box .item .g_tit .left p {
  color: #222;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cla .box .item .g_tit .left p {
    font-size: 0.32rem;
  }
}
.cla .box .item .g_tit .right {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cla .box .item .g_tit .right svg {
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .cla .box .item .g_tit .right svg {
    width: 8px;
    display: block;
  }
}
.cla .box .item .g_tit .right svg path {
  fill: #999999;
}
.cla .box .item .g_bbox {
  padding: 0.36rem 0.44rem 0.2rem;
  background: #f4f6fa;
  border-radius: 0.2rem;
  display: none;
}
@media (max-width: 767px) {
  .cla .box .item .g_bbox {
    padding: 0.3rem;
  }
}
.cla .box .item .g_bbox .g_bbox_a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cla .box .item .g_bbox .g_bbox_a a {
  margin-bottom: 0.2rem;
  color: #00acea;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cla .box .item .g_bbox .g_bbox_a a {
    font-size: 0.28rem;
  }
}
.cla .box .item .g_bbox .g_bbox_a a:hover {
  text-decoration: underline;
}
.g_404 {
  padding: 2.35rem 0 3.42rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .g_404 {
    padding: 2rem 0 3rem ;
  }
}
.g_404 > span {
  color: #e6e9ef;
  font-size: 3.9rem;
  line-height: 0.8;
  font-family: 'Silkab';
  margin-bottom: 0.66rem;
}
@media (max-width: 767px) {
  .g_404 > span {
    font-size: 3rem;
  }
}
.g_404 p {
  font-family: 'Silkab';
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .g_404 p br {
    display: none;
  }
}
.g_404 .public_a2 {
  min-width: 1.6rem;
}
.b2b_banner .mob_pc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b2b_banner .sub_banner_txt {
  height: 7.1rem;
}
@media (max-width: 767px) {
  .b2b_banner .sub_banner_txt {
    height: auto;
  }
}
.b2b_banner .sub_banner_txt .left {
  color: #fff;
  position: relative;
  z-index: 10;
}
.b2b_banner .sub_banner_txt .left > span {
  color: #00acea;
  display: block;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .b2b_banner .sub_banner_txt .left > span {
    font-size: 0.28rem;
    margin-bottom: 0.14rem;
  }
}
.b2b_banner .sub_banner_txt .left .subt_fo p {
  color: rgba(255, 255, 255, 0.6);
}
.b2b_banner .sub_banner_txt .right {
  display: none;
  width: 34%;
}
@media (max-width: 767px) {
  .b2b_banner .sub_banner_txt .right {
    width: 90%;
    position: relative;
  }
}
.b2b_banner .b2b_banner_lg {
  position: relative;
  /* .g_bj1{
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			left: 0;
			width: 2.72rem;
			height: auto;
			z-index: 10;
			@media @max-xs{
				display: none;
			}
		}
		.g_bj2{
			position: absolute;
			top: 50%;
			transform: translateY(-50%) rotate(180deg);
			right: 0;
			width: 2.72rem;
			height: auto;
			z-index: 10;
			@media @max-xs{
				display: none;
			}
		} */
}
.b2b_banner .b2b_banner_lg .b2b_banner_b {
  width: 100%;
  overflow: hidden;
  margin-top: -1.1rem;
}
.b2b_banner .b2b_banner_lg .b2b_banner_b .b2b_banner_log {
  margin: 0.9rem auto;
}
.b2b_banner .b2b_banner_lg .b2b_banner_b .b2b_banner_log .aboutour_swip {
  overflow: initial;
}
.b2b_banner .b2b_banner_lg .b2b_banner_b .b2b_banner_log .aboutour_swip .aboutour_nr {
  height: 1.02rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b2b_banner .b2b_banner_lg .b2b_banner_b .b2b_banner_log .aboutour_swip .aboutour_nr {
    height: 1.3rem;
  }
}
.b2b_cr .cre_box {
  padding: 0.65rem 0 0;
}
@media (max-width: 767px) {
  .b2b_cr .cre_box {
    padding: 0.8rem 0 0;
  }
}
.b2b_cr .cre_box .item .left {
  /* .ble{
					p{
						padding: 0;
						&:after{
							display: none;
						}
					}
				} */
}
.b2b_cr .cre_box .item .left .g_h3 {
  /* flex-direction: column; */
  margin-bottom: 0.3rem;
}
.b2b_cr .cre_box .item .left .g_h3 h3 {
  /* font-size: 0.4rem; */
}
.b2b_rel {
  background: #edf0f6;
  padding: 1.5rem 0 2.85rem;
}
@media (max-width: 767px) {
  .b2b_rel {
    padding: 1rem 0 2.8rem;
  }
}
.b2b_rel .blo_t_box {
  position: relative;
  margin-top: 0.66rem;
  background: #fff;
  padding: 0.27rem 0.25rem;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .b2b_rel .blo_t_box .swip2_pag {
    margin-top: 0.5rem;
  }
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b2b_rel .blo_t_box .blo_t_swip .blo_t_nr {
    flex-direction: column;
  }
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .left {
  width: 51.15%;
  border-radius: 0.15rem;
}
@media (max-width: 767px) {
  .b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .left:before {
  padding-top: 62.35%;
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .right {
  width: 42.05%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0.6rem;
}
@media (max-width: 991px) {
  .b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .right {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .right {
    width: 100%;
  }
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .right .g_span {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
  background: #e5f7fd;
  padding: 0.07rem 0.14rem;
  border-radius: 0.05rem;
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .right .g_span span {
  color: #00acea;
  margin: 0 0.1rem 0 0;
  padding-right: 0.1rem;
  border-right: 1px solid #00acea;
  line-height: 1;
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .right .g_span span:last-child {
  padding: 0;
  margin-right: 0;
  border: none;
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .right h3 {
  font-family: 'Silkab';
  color: #222;
  line-height: 1.2;
  margin-bottom: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.b2b_rel .blo_t_box .blo_t_swip .blo_t_nr .right p {
  margin-bottom: 0.6rem;
  line-height: 1.25;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.b2b_rel .blo_t_box .swip2_pag {
  margin-top: 0.65rem;
  width: calc(100% - 0.5rem);
}
.h_bj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dg.ac {
  display: none;
}
.sub_banner4 {
  height: 9rem;
  position: relative;
  background: #1f2534;
}
@media (max-width: 1580px) {
  .sub_banner4 {
    height: 11rem;
  }
}
@media (max-width: 767px) {
  .sub_banner4 {
    height: auto;
  }
}
.sub_banner4 .sub_banner_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 0.68rem 0 0;
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt {
    flex-direction: column;
    padding: 140px 0 0.6rem;
  }
}
.sub_banner4 .sub_banner_txt .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt .left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.sub_banner4 .sub_banner_txt .left .subt_fo {
  margin-top: 0.2rem;
}
.sub_banner4 .sub_banner_txt .left .subt_fo > p {
  margin-bottom: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'SilkaReg', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sub_banner4 .sub_banner_txt .left .l_a a {
  margin-right: 0.2rem;
}
.sub_banner4 .sub_banner_txt .right {
  width: 48%;
  position: relative;
  z-index: 10;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt .right {
    width: 100%;
    margin: 0;
  }
}
.sub_banner4 .sub_banner_txt .right img {
  object-fit: contain;
}
.cre_two .cre_box .item .left .g_h3 {
  flex-direction: column;
}
.cre_two .cre_box .item .left .g_h3 img {
  margin-bottom: 0.2rem;
}
.api_to {
  background: #edf0f6;
  padding: 1.55rem 0 3.37rem;
}
@media (max-width: 767px) {
  .api_to {
    padding: 1rem 0 2rem;
  }
}
.api_to .box {
  margin-top: 1.05rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .api_to .box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.api_to .box .item {
  width: calc((100% - 1.4rem)/5);
  position: relative;
  /* border-image: linear-gradient(135deg, #fff, #dbe7ed) 1;*/
}
@media (max-width: 991px) {
  .api_to .box .item {
    width: calc(50% - 0.4rem);
    margin: 0 0 0.7rem 0;
  }
}
@media (max-width: 767px) {
  .api_to .box .item {
    width: 100%;
  }
}
.api_to .box .item .bbox {
  padding: 0.1rem 0.3rem 0.3rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  backdrop-filter: saturate(180%) blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 0.2rem;
  box-shadow: 0px 23px 87px 0px rgba(33, 103, 177, 0.1);
}
.api_to .box .item .bbox span {
  font-family: 'Silkab';
  font-size: 0.48rem;
  line-height: 1;
  opacity: 0.8;
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;
}
@media (max-width: 767px) {
  .api_to .box .item .bbox span {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .api_to .box .item .bbox .bbox_tw {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.api_to .box .item .bbox .bbox_tw svg {
  width: 34px;
  height: auto;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .api_to .box .item .bbox .bbox_tw svg {
    /* margin-right: 0.2rem; */
    margin-bottom: 0.3rem;
  }
}
.api_to .box .item .bbox .bbox_tw svg path {
  fill: #0ac2f4;
}
.api_to .box .item .bbox .bbox_tw p {
  font-family: 'Silkab';
  line-height: 1.25;
  height: 3.75em;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  .api_to .box .item .bbox .bbox_tw p {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .api_to .box .item .bbox .bbox_tw p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .api_to .box .item .bbox .bbox_tw p {
    height: auto;
  }
}
.api_to .box .item .g_bj {
  position: absolute;
  top: -0.15rem;
  width: 1.35rem;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .api_to .box .item .g_bj {
    width: 2.35rem;
  }
}
@media (max-width: 767px) {
  .api_to .box .item .g_bj {
    width: 2rem;
  }
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.28rem 0;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #00acea;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.16rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  color: #999;
}
.sub_banner5 {
  height: 6.48rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner5 {
    height: 10rem;
  }
}
.sub_banner5 .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sub_banner5 .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sub_banner5 .sub_banner_txt {
  height: 100%;
  color: #fff;
  padding: 1.28rem 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1260px) {
  .sub_banner5 .sub_banner_txt {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .sub_banner5 .sub_banner_txt {
    position: initial;
    flex-direction: column;
    padding: 60px 0 0;
    transform: translateX(0%);
  }
}
.sub_banner5 .sub_banner_txt .left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .sub_banner5 .sub_banner_txt .left {
    width: 100%;
  }
}
.sub_banner5 .sub_banner_txt .left .sub_h2 {
  margin: 0.5rem 0 0.2rem;
}
@media (max-width: 767px) {
  .sub_banner5 .sub_banner_txt .left .sub_h2 {
    margin: 0.5rem 0;
  }
}
.sub_banner5 .sub_banner_txt .left .g_ari {
  display: flex;
  flex-wrap: wrap;
}
.sub_banner5 .sub_banner_txt .left .g_ari span {
  background: #00acea;
  padding: 0.04rem 0.1rem;
  border-radius: 0.06rem;
  margin: 0 0.05rem 0.05rem 0;
}
.sub_banner5 .sub_banner_txt .right {
  width: 37%;
}
@media (max-width: 767px) {
  .sub_banner5 .sub_banner_txt .right {
    width: 100%;
  }
}
.sub_banner5 .sub_banner_txt .right img {
  object-fit: contain;
}
.info_txt {
  padding-top: 0.15rem;
}
.info_txt img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.info_txt ul,
.info_txt ol {
  padding-left: 20px;
}
.info_txt ul li,
.info_txt ol li {
  list-style: auto;
}
.info_txt h1,
.info_txt h2,
.info_txt h3,
.info_txt h4,
.info_txt h5,
.info_txt h6 {
  font-weight: bold;
}
.g_inf {
  padding: 0.66rem 0 3.3rem;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media (max-width: 767px) {
  .g_inf {
    padding: 0.8rem 0 2.6rem;
  }
}
.g_inf .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .g_inf .container {
    flex-direction: column;
  }
}
.g_inf .container .left {
  width: 65.97%;
}
@media (max-width: 991px) {
  .g_inf .container .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.g_inf .container .left .info_txt {
  margin-bottom: 0.65rem;
}
.g_inf .container .right {
  width: 27.78%;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .g_inf .container .right {
    position: initial;
    top: 0;
    width: 100%;
  }
}
.g_inf .container .right .case_r {
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 57px 0px rgba(66, 106, 148, 0.14);
  padding: 0.38rem;
  border-radius: 0.2rem;
}
.g_inf .container .right .case_r h2 {
  font-family: 'Silkab';
  margin-bottom: 0.2rem;
}
.g_inf .container .right .case_r .boxo {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ededed;
}
.g_inf .container .right .case_r .boxo p {
  display: block;
  position: relative;
  margin-bottom: 0.08rem;
  padding-left: 16px;
  color: #666;
}
.g_inf .container .right .case_r .boxo p:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bcbcbc;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .g_inf .container .right .case_r .boxo p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.g_inf .container .right .case_r .boxt img {
  margin: 0.28rem 0 0.25rem;
  height: 0.24rem;
  width: auto;
}
.g_inf .container .right .case_r .boxt p {
  margin-bottom: 0.24rem;
}
.g_inf .container .right .case_r .boxt span {
  color: #999;
}
.ins_det_fxr_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box .bshare-custom {
  margin: 0.2rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.44rem;
  height: 0.44rem;
  padding: 0;
  background: #f4f4f5;
  border-radius: 50%;
  margin: 0 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: #00acea;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #fff;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.2rem;
  }
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 48%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #b4b6bb;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a svg .st0 {
  color: #b4b6bb;
  opacity: 1;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
.pag {
  display: flex;
  justify-content: space-between;
  padding-top: 0.38rem;
  border-top: 1px solid #ececec;
}
.pag .fh {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .pag .fh {
    flex-direction: column;
  }
}
.pag .fh:hover p {
  color: #00acea;
}
.pag .fh:hover svg path {
  fill: #00acea;
}
.pag .fh p {
  color: #222;
}
.pag .fh svg {
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
}
.pag .fh svg path {
  fill: #bcbec2;
}
.pag .pag_l,
.pag .pag_r {
  display: flex;
  align-items: center;
  width: 30%;
  flex-direction: column;
}
@media (max-width: 767px) {
  .pag .pag_l,
  .pag .pag_r {
    width: 30%;
    flex-direction: column;
  }
}
.pag .pag_l:hover span,
.pag .pag_r:hover span {
  color: #00acea;
  border-color: #00acea;
}
.pag .pag_l:hover span svg path,
.pag .pag_r:hover span svg path {
  fill: #00acea;
}
.pag .pag_l:hover p,
.pag .pag_r:hover p {
  color: #00acea;
}
.pag .pag_l span,
.pag .pag_r span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-right: 0.1rem; */
}
.pag .pag_l span svg path,
.pag .pag_r span svg path {
  fill: #cecece;
}
.pag .pag_l p,
.pag .pag_r p {
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pag .pag_l span {
  transform: rotate(180deg);
}
.pag .pag_r {
  justify-content: flex-end;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .pag .pag_r {
    flex-direction: column-reverse;
  }
}
.pag .pag_r span {
  /* margin: 0 0 0 0.1rem; */
}
.sub_banner6 {
  height: 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner6 {
    height: 9rem;
  }
}
.sub_banner6 .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sub_banner6 .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sub_banner6 .sub_banner_txt {
  display: flex;
  justify-content: space-between;
  height: 100%;
  color: #fff;
  padding: 0.68rem 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sub_banner6 .sub_banner_txt {
    position: initial;
    flex-direction: column;
    padding: 60px 0 0;
    transform: translateX(0%);
  }
}
.sub_banner6 .sub_banner_txt .left {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .sub_banner6 .sub_banner_txt .left {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sub_banner6 .sub_banner_txt .left {
    width: 100%;
  }
}
.sub_banner6 .sub_banner_txt .left > span {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 0.26rem;
}
.sub_banner6 .sub_banner_txt .left .subt_fo {
  margin-top: 0.3rem;
}
.sub_banner6 .sub_banner_txt .left .subt_fo > p {
  margin-bottom: 0.76rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'SilkaReg', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .sub_banner6 .sub_banner_txt .left .subt_fo > p {
    margin-bottom: 0;
  }
}
.sub_banner6 .sub_banner_txt .left .l_a a {
  margin-right: 0.2rem;
}
.case {
  background: #f4f6fa;
  position: relative;
  z-index: 10;
}
.case .blo_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.66rem;
  border-bottom: 1px solid #e7e8ec;
  position: sticky;
  transition: all 0.6s;
  top: 80px;
  z-index: 100;
  background: #f4f6fa;
}
@media screen and (max-width: 1440px) {
  .case .blo_nav {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .case .blo_nav {
    justify-content: flex-start;
    padding: 0 5%;
    height: 0.8rem;
    overflow: auto;
  }
}
.case .blo_nav a {
  white-space: nowrap;
  margin: 0 0.17rem;
  position: relative;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.case .blo_nav a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #00acea;
}
@media (max-width: 991px) {
  .case .blo_nav a:after {
    bottom: 0;
  }
}
.case .blo_nav a.on {
  color: #00acea;
}
.case .blo_nav a.on:after {
  width: 100%;
}
.case .case_box {
  padding: 1.2rem 0 2rem;
}
@media (max-width: 767px) {
  .case .case_box {
    padding: 1rem 0 1.5rem;
  }
}
.case .case_box .item {
  margin-bottom: 1.55rem;
}
@media (max-width: 767px) {
  .case .case_box .item {
    margin-bottom: 0.8rem;
  }
}
.case .case_box .item h2 {
  font-size: 0.5rem;
  line-height: 1.2;
  font-family: 'Silkab';
  margin-bottom: 0.6rem;
}
.case .case_box .item .case_con {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
}
.case .case_box .item .case_con .case_1 {
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.24rem;
  padding-bottom: 0.35rem;
  margin: 0 0.2rem 0.4rem;
  width: calc(50% - 0.4rem);
  display: block;
}
@media (max-width: 767px) {
  .case .case_box .item .case_con .case_1 {
    width: 100%;
    margin: 0 0 0.4rem 0 !important;
  }
}
.case .case_box .item .case_con .case_1:hover .img_hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.case .case_box .item .case_con .case_1:hover svg {
  left: 5px;
}
.case .case_box .item .case_con .case_1 .img_box {
  position: relative;
}
.case .case_box .item .case_con .case_1 .img_box .img {
  margin-bottom: 0.28rem;
  border-radius: 0.15rem;
}
.case .case_box .item .case_con .case_1 .img_box .img:before {
  padding-top: 62.48%;
}
.case .case_box .item .case_con .case_1 .img_box .img_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.case .case_box .item .case_con .case_1 .img_box .img_logo img {
  height: 34px;
  width: auto;
}
@media (max-width: 767px) {
  .case .case_box .item .case_con .case_1 .img_box .img_logo img {
    height: 22px;
  }
}
.case .case_box .item .case_con .case_1 .txt .g_span {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.case .case_box .item .case_con .case_1 .txt .g_span span {
  color: #00acea;
  margin: 0 0.1rem 0.05rem 0;
  padding-right: 0.1rem;
  border-right: 1px solid #00acea;
  line-height: 1;
}
.case .case_box .item .case_con .case_1 .txt .g_span span:last-child {
  padding: 0;
  margin-right: 0;
  border: none;
}
.case .case_box .item .case_con .case_1 .txt h3 {
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.18rem;
  font-weight: bold;
}
.case .case_box .item .case_con .case_1 .txt p {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case .case_box .item .case_con .case_2 {
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.24rem;
  margin: 0 0.2rem 0.4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .case .case_box .item .case_con .case_2 {
    margin: 0 0 0.4rem 0 !important;
    flex-direction: column;
  }
}
.case .case_box .item .case_con .case_2:hover .img_hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.case .case_box .item .case_con .case_2:hover svg {
  left: 5px;
}
.case .case_box .item .case_con .case_2 .img_box {
  width: 46.83%;
  position: relative;
}
@media (max-width: 767px) {
  .case .case_box .item .case_con .case_2 .img_box {
    width: 100%;
    margin-bottom: 0.28rem;
  }
}
.case .case_box .item .case_con .case_2 .img_box .img {
  border-radius: 0.15rem;
}
.case .case_box .item .case_con .case_2 .img_box .img:before {
  padding-top: 62.48%;
}
.case .case_box .item .case_con .case_2 .img_box .img_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.case .case_box .item .case_con .case_2 .img_box .img_logo img {
  height: 34px;
  width: auto;
}
@media (max-width: 767px) {
  .case .case_box .item .case_con .case_2 .img_box .img_logo img {
    height: 22px;
  }
}
.case .case_box .item .case_con .case_2 .txt {
  width: 48.27%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.55rem;
}
@media (max-width: 991px) {
  .case .case_box .item .case_con .case_2 .txt {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .case .case_box .item .case_con .case_2 .txt {
    width: 100%;
  }
}
.case .case_box .item .case_con .case_2 .txt .g_span {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.case .case_box .item .case_con .case_2 .txt .g_span span {
  color: #00acea;
  margin: 0 0.1rem 0.05rem 0;
  padding-right: 0.1rem;
  border-right: 1px solid #00acea;
  line-height: 1;
}
.case .case_box .item .case_con .case_2 .txt .g_span span:last-child {
  padding: 0;
  margin-right: 0;
  border: none;
}
.case .case_box .item .case_con .case_2 .txt h3 {
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0.18rem;
  font-weight: bold;
  padding-right: 1.2rem;
}
@media (max-width: 991px) {
  .case .case_box .item .case_con .case_2 .txt h3 {
    padding: 0;
  }
}
.case .case_box .item .case_con .case_2 .txt p {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0.52rem;
}
.sub_banner7 {
  height: 5.74rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner7 {
    height: 9rem;
  }
}
.sub_banner7 .mob_pc {
  width: 100%;
  height: 100%;
}
.sub_banner7 .sub_banner_txt {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .sub_banner7 .sub_banner_txt {
    padding-top: 60px;
  }
}
.sub_banner7 .sub_banner_txt .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.sub_banner7 .sub_banner_txt .left .ban7_t span {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.15rem;
  display: block;
}
.sub_banner7 .sub_banner_txt .left .subt_fo {
  margin-top: 0.46rem;
}
.sub_banner7 .sub_banner_txt .left .subt_fo > p {
  font-family: 'Silkab';
  margin-bottom: 0.18rem;
}
.sub_banner7 .sub_banner_txt .left .subt_fo .subt_fo_form {
  width: 6.3rem;
}
.sub_banner7 .sub_banner_txt .left .subt_fo .subt_fo_form form button svg {
  width: 0.19rem;
  height: auto;
}
.sub_banner7 .sub_banner_txt .left .subt_fo .subt_fo_form form button svg path {
  fill: #fff;
}
.sub_banner7 .sub_banner_txt .left .subt_fo > span {
  color: rgba(255, 255, 255, 0.2);
  width: 4.45rem;
  display: block;
}
.help {
  padding: 0.98rem 0 3.3rem;
  background: #edf0f6;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .help {
    padding: 0.8rem 0 2.2rem;
  }
}
.help .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .help .container {
    flex-direction: column;
  }
}
.help .container .left {
  width: 24.65%;
  border-radius: 0.2rem;
  padding: 0.1rem 0.12rem;
  padding-bottom: 0.2rem;
  background: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 767px) {
  .help .container .left {
    width: 100%;
    position: initial;
    top: 0;
    margin-bottom: 0.5rem;
    padding: 0.26rem;
  }
}
.help .container .left ul li {
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.help .container .left ul li.on,
.help .container .left ul li:hover {
  background: #00acea;
}
.help .container .left ul li.on a,
.help .container .left ul li:hover a {
  color: #fff;
  border-color: transparent;
}
.help .container .left ul li:last-child a {
  border-color: transparent;
}
.help .container .left ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e9ea;
  padding: 0.1rem 0;
  min-height: 0.6rem;
}
@media (max-width: 767px) {
  .help .container .left ul li a {
    min-height: 0.8rem;
    padding: 0.18rem 0;
  }
}
.help .container .right {
  width: 73.12%;
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.48rem 0.56rem 0.22rem 0.3rem;
}
@media (max-width: 767px) {
  .help .container .right {
    width: 100%;
  }
}
.help .container .right .item {
  margin-bottom: 0.36rem;
}
.help .container .right .item:last-child {
  margin-bottom: 0;
}
.help .container .right .item:last-child .que .que_box:last-child {
  border-color: transparent;
}
.help .container .right .item h3 {
  display: block;
  position: relative;
  color: #00acea;
  padding-left: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .help .container .right .item h3 {
    font-size: 0.36rem;
  }
}
.help .container .right .item h3:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00acea;
  left: 0;
  top: 11px;
}
@media (max-width: 1580px) {
  .help .container .right .item h3:after {
    top: 11px;
    width: 5px;
    height: 5px;
  }
}
.help .container .right .item .que .que_box {
  padding-bottom: 0.28rem;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 767px) {
  .help .container .right .item .que .que_box {
    padding-bottom: 0.48rem;
  }
}
.help .container .right .item .que .que_box.on .que_tit .que_r {
  transform: rotate(180deg);
}
.help .container .right .item .que .que_box .que_tit {
  margin: 0.28rem 0 0;
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .help .container .right .item .que .que_box .que_tit {
    margin: 0.48rem 0 0;
  }
}
.help .container .right .item .que .que_box .que_tit .que_lq {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  flex-shrink: 0;
  background: #00acea;
}
.help .container .right .item .que .que_box .que_tit .que_lq span {
  color: #fff;
}
.help .container .right .item .que .que_box .que_tit .que_h4 {
  width: 100%;
}
.help .container .right .item .que .que_box .que_tit .que_h4 h4 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .help .container .right .item .que .que_box .que_tit .que_h4 h4 {
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
.help .container .right .item .que .que_box .que_tit .que_r {
  width: 14px;
  height: auto;
  margin-left: 0.2rem;
  flex-shrink: 0;
  transition: all 0.3s;
}
.help .container .right .item .que .que_box .que_tit .que_r svg path {
  fill: #333;
}
.help .container .right .item .que .que_box .que_con {
  display: none;
  padding-left: calc(22px + 0.2rem);
}
@media (max-width: 767px) {
  .help .container .right .item .que .que_box .que_con {
    padding-top: 0.4rem;
    padding-left: 0;
  }
}
.help .container .right .item .que .que_box .que_con img {
  margin: 0 0 0.2rem;
}
.help .container .right .item .que .que_box .que_con p,
.help .container .right .item .que .que_box .que_con span {
  color: #666;
}
.tha {
  padding: 2.12rem 0 3.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .tha {
    padding: 2rem 0 2.6rem;
  }
}
.tha .img {
  width: 3.01rem;
  height: 3.01rem;
  margin-bottom: 0.55rem;
}
.tha .img img {
  object-fit: contain;
}
.tha .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tha .txt h2 {
  font-family: 'Silkab';
  margin-bottom: 0.12rem;
}
.tha .txt > span {
  margin-bottom: 0.46rem;
}
.tha .txt .public_a2 {
  min-width: 1.6rem;
}
.blo_ban .sub_banner_txt .left {
  width: 60%;
}
@media (max-width: 991px) {
  .blo_ban .sub_banner_txt .left {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .blo_ban .sub_banner_txt .left {
    width: 100%;
  }
}
.blo_ban .sub_banner_txt .left .sub_h2 {
  margin: 0.25rem 0 0.35rem;
}
.blo_ban .sub_banner_txt .left .g_ari {
  margin-top: 0.25rem;
}
.blo_ban .sub_banner_txt .left .g_ari span {
  margin-right: 0.1rem;
}
.blo_ban .sub_banner_txt .left .blo_ban_tw {
  display: flex;
  align-items: center;
}
.blo_ban .sub_banner_txt .left .blo_ban_tw img {
  width: 0.54rem;
  height: 0.54rem;
  margin-right: 0.16rem;
}
@media (max-width: 767px) {
  .blo_ban .sub_banner_txt .left .blo_ban_tw img {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.25rem;
  }
}
.blo_ban .sub_banner_txt .left .blo_ban_tw .txt p {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Silkab';
}
.blo_ban .sub_banner_txt .left .blo_ban_tw .txt span {
  color: rgba(153, 153, 153, 0.5);
}
.bloInfo_r {
  width: 27.78%;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .bloInfo_r {
    position: initial;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bloInfo_r {
    margin-top: 0.7rem;
  }
}
.bloInfo_r .bloInfo_r_box {
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 57px 0px rgba(66, 106, 148, 0.14);
  padding: 0.38rem;
  border-radius: 0.2rem;
}
.bloInfo_r .bloInfo_r_box .bloInfo_r_h2 {
  margin-bottom: 0.38rem;
}
.bloInfo_r .bloInfo_r_box .bloInfo_r_h2 h2 {
  font-family: 'Silkab';
  margin-bottom: 0.05rem;
}
.bloInfo_r .bloInfo_r_box .r_email {
  width: 100%;
  height: 0.6rem;
  background: #f2f4f9;
  border-radius: 0.1rem;
  padding: 0.03rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .bloInfo_r .bloInfo_r_box .r_email {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  .bloInfo_r .bloInfo_r_box .r_email {
    width: auto;
    height: 0.8rem;
    margin-bottom: 0.6rem;
  }
}
.bloInfo_r .bloInfo_r_box .r_email form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloInfo_r .bloInfo_r_box .r_email form input {
  color: #333;
  padding-left: 0.18rem;
  width: 100%;
}
.bloInfo_r .bloInfo_r_box .r_email form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.bloInfo_r .bloInfo_r_box .r_email form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.bloInfo_r .bloInfo_r_box .r_email form button {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bloInfo_r .bloInfo_r_box .r_email form button {
    width: 0.74rem;
    height: 0.74rem;
  }
}
.bloInfo_r .bloInfo_r_box .r_email form button:hover > span {
  border-color: #00acea;
}
.bloInfo_r .bloInfo_r_box .r_email form button:hover > span svg path {
  fill: #00acea;
}
.bloInfo_r .bloInfo_r_box .r_email form button span {
  height: 100%;
  margin-top: 0;
}
.bloInfo_r .bloInfo_r_box .r_email form button span svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .bloInfo_r .bloInfo_r_box .r_email form button span {
    width: 100%;
  }
}
.bloInfo_r .bloInfo_r_box .b_bri p {
  color: #999;
}
.bloInfo_r .bloInfo_r_box .b_bri p a {
  color: #00acea;
}
.blo_inf {
  padding: 0.66rem 0 2.2rem;
}
@media (max-width: 767px) {
  .blo_inf {
    padding: 0.6rem 0 0.5rem;
  }
}
.g_inf_hot {
  padding: 1.25rem 0 2.95rem;
  background: #edf0f6;
}
@media (max-width: 767px) {
  .g_inf_hot {
    padding: 1rem 0 2.2rem;
  }
}
.g_inf_hot .ite_box {
  margin-top: 0.62rem;
  margin-bottom: 0;
  /* border-radius: 50%; */
}
@media (max-width: 767px) {
  .g_inf_hot .ite_box {
    margin-top: 1rem;
  }
}
.abo_ban2 .sub_banner8 .sub_banner_txt .txt2 {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .abo_ban2 .sub_banner8 .sub_banner_txt .txt2 {
    padding: 0 0 100px !important;
  }
}
.abo_ban {
  /* height: 200vh; */
  background: #edf0f6;
}
.abo_ban .sub_banner8 {
  height: 100vh;
  position: sticky;
  overflow: hidden;
  top: 0;
}
.abo_ban .sub_banner8 .mob_pc {
  width: 100%;
  height: 100%;
}
.abo_ban .sub_banner8 .sub_banner_txt {
  position: absolute;
  width: 54.65%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .abo_ban .sub_banner8 .sub_banner_txt {
    width: 90%;
  }
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 {
  width: 100%;
  height: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .abo_ban .sub_banner8 .sub_banner_txt .txt1 {
    padding: 60px 0 0;
  }
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 h2 {
  font-size: 0.56rem;
  line-height: 1.1;
  font-family: 'Silkab';
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .abo_ban .sub_banner8 .sub_banner_txt .txt1 h2 {
    font-size: 0.56rem;
  }
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 p {
  margin-bottom: 0.58rem;
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 .vid {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .abo_ban .sub_banner8 .sub_banner_txt .txt1 .vid {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 .vid:hover .vid_on {
  transform: scale(0.9);
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 .vid .vid_on {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 172, 234, 0.82);
  border: 1px solid #22c2fd;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 .vid .vid_on svg {
  width: 0.13rem;
  height: auto;
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 .vid .vid_on svg path {
  fill: #fff;
}
.abo_ban .sub_banner8 .sub_banner_txt .txt1 .vid i {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 90%;
  animation: moveq 3s infinite linear;
  background: rgba(0, 172, 234, 0.82);
  border-radius: 50%;
}
.abo_ban .sub_banner8 .sub_banner_txt .txt2 {
  width: 100%;
  height: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .abo_ban .sub_banner8 .sub_banner_txt .txt2 {
    padding: 60px 0 0;
  }
}
.abo_ban .sub_banner8 .sub_banner_txt .txt2 h2 {
  font-size: 0.56rem;
  line-height: 1.1;
  font-family: 'Silkab';
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .abo_ban .sub_banner8 .sub_banner_txt .txt2 h2 {
    font-size: 0.56rem;
  }
}
@keyframes moveq {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.abo_logo {
  display: none;
  padding: 1rem 0 1.8rem;
  background: #edf0f6;
  overflow: hidden;
}
@media (max-width: 767px) {
}
.abo_logo .swi_abo_logo {
  margin-bottom: 20px;
  overflow: initial;
}
.abo_logo .swi_abo_logo .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 991px) {
  .abo_logo .swi_abo_logo .swiper-wrapper {
    justify-content: initial;
  }
}
.abo_logo .swi_abo_logo .swiper-wrapper .swiper-slide .img {
  height: 1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.abo_hon {
  display: none;
  background: #edf0f6;
  padding: 0.65rem 0 1.55rem;
}
.abo_hon .box {
  margin-top: 0.65rem;
}
.abo_hon .box .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.abo_hon .box .item .lt {
  width: 100%;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
  transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
}
@media (min-width: 992px) {
  .abo_hon .box .item .lt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 43.33%;
  }
}
.abo_hon .box .item .lt .img_box {
  position: relative;
}
.abo_hon .box .item .lt .img_box .public-img {
  top: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
}
.abo_hon .box .item .lt .img_box .public-img.on {
  position: relative;
  opacity: 1;
}
.abo_hon .box .item .lt .img_box .public-img:before {
  padding-top: 75%;
}
@media (max-width: 991px) {
  .abo_hon .box .item .lt .img_box .public-img:before {
    padding-top: 50%;
  }
}
.abo_hon .box .item .gt {
  transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
  position: relative;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 10px;
  border: solid 1px #fff;
  backdrop-filter: saturate(180%) blur(10px);
  width: 60.41%;
  height: 5.06rem;
  padding: 0.2rem 0;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1580px) {
  .abo_hon .box .item .gt {
    height: 7.06rem;
  }
}
@media (max-width: 1260px) {
  .abo_hon .box .item .gt {
    height: 6rem;
  }
}
@media (max-width: 991px) {
  .abo_hon .box .item .gt {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 991px) {
  .abo_hon .box .item .gt {
    width: 100%;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .abo_hon .box .item .gt {
    padding: 0.3rem;
  }
}
.abo_hon .box .item .gt .txt {
  height: 100%;
  overflow: auto;
  padding: 0.6rem 0.4rem 0 0.97rem;
}
@media (max-width: 991px) {
  .abo_hon .box .item .gt .txt {
    padding: 0 0.3rem 0 0;
  }
}
.abo_hon .box .item .gt .txt .txt_list {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 26px;
  cursor: pointer;
}
.abo_hon .box .item .gt .txt .txt_list.on p {
  color: #00acea;
}
.abo_hon .box .item .gt .txt .txt_list:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00acea;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .abo_hon .box .item .gt .txt .txt_list:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 767px) {
  .abo_hon .box .item .gt .txt .txt_list:after {
    top: 6px;
  }
}
.abo_hon .box .item .gt .txt .txt_list p {
  line-height: 1.3;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .abo_hon .box .item .gt .txt .txt_list p {
    font-size: 0.28rem;
  }
}
@media (min-width: 992px) {
  .abo_hon .box .item:hover {
    /* .lt{
						transform: translate(3%,-47%);
					} */
  }
  .abo_hon .box .item:hover .public_a3 svg {
    left: 5px;
  }
  .abo_hon .box .item:hover .gt {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
  }
}
.abo_glo {
  background: #181e29;
  padding: 1.5rem 0 0;
  overflow: hidden;
}
.abo_glo .pub_title h2 {
  color: #fff;
}
.abo_glo .box {
  position: relative;
  margin-top: 0.95rem;
}
@media (max-width: 767px) {
  .abo_glo .box {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .abo_glo .box .box_hz {
    position: relative;
    width: 1000px;
  }
}
.abo_glo .box .box_hz .img {
  width: 100%;
  height: 100%;
}
.abo_glo .box .box_hz .add_box .add_con .add {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.abo_glo .box .box_hz .add_box .add_con .add .i1 {
  width: 13px;
  height: 13px;
  border: 1px solid #23b9ef;
  background: #0f99cb;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 10;
}
.abo_glo .box .box_hz .add_box .add_con .add .i2 {
  width: 13px;
  height: 13px;
  border: 1px solid #23b9ef;
  background: #0f99cb;
  border-radius: 50%;
  display: block;
  position: absolute;
  animation: moveq3 3s infinite linear;
  z-index: 5;
}
.abo_glo .box .box_hz .add_box .add_con .add p {
  position: absolute;
  top: 0.26rem;
  color: #fff;
  z-index: 15;
  font-size: 12px;
  white-space: nowrap;
}
.abo_glo .box .box_hz .add_box .add_con .add1 {
  top: 18%;
  left: 11%;
}
.abo_glo .box .box_hz .add_box .add_con .add2 {
  top: 30%;
  left: 9%;
}
.abo_glo .box .box_hz .add_box .add_con .add3 {
  top: 44%;
  left: 10%;
}
.abo_glo .box .box_hz .add_box .add_con .add4 {
  top: 20%;
  left: 41.5%;
}
.abo_glo .box .box_hz .add_box .add_con .add5 {
  top: 28%;
  left: 74%;
}
.abo_glo .box .box_hz .add_box .add_con .add5 p {
  bottom: 0.26rem;
  top: auto;
}
.abo_glo .box .box_hz .add_box .add_con .add6 {
  top: 31%;
  left: 84.7%;
}
.abo_glo .box .box_hz .add_box .add_con .add7 {
  top: 45%;
  left: 75%;
}
.abo_glo .box .box_hz .add_box .add_con .add8 {
  top: 46%;
  left: 82%;
}
.abo_glo .box .box_hz .add_box .add_con .add9 {
  top: 59%;
  left: 75.5%;
}
.abo_glo .box .box_hz .add_box .add_con .add10 {
  top: 60%;
  left: 82.5%;
}
.abo_glo .box .box_hz .add_box .add_con .add11 {
  top: 76%;
  left: 84%;
}
.abo_glo .box .box_hz .add_box .add_con .add12 {
  top: 18%;
  left: 49%;
}
.abo_glo .box .box_hz .add_box .add_con .add13 {
  top: 42%;
  left: 78%;
}
.abo_glo .box .box_hz .add_box .add_con .add13 p {
  bottom: 0.26rem;
  top: auto;
}
@keyframes moveq3 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}
.abo_som {
  padding: 1.38rem 0 3.4rem;
  background: #181e29;
  overflow: hidden;
}
@media (max-width: 767px) {
  .abo_som {
    padding: 1rem 0 2.5rem;
  }
}
.abo_som .pub_title h2 {
  color: #fff;
}
.abo_som .pub_title span {
  color: rgba(255, 255, 255, 0.6);
  width: 9.5rem;
}
@media (max-width: 767px) {
  .abo_som .pub_title span {
    width: 90%;
  }
}
.abo_som .container2 {
  margin-top: 0.78rem;
}
.swi_abo_som {
  margin-bottom: 20px;
  overflow: initial;
}
.swi_abo_som .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 991px) {
  .swi_abo_som .swiper-wrapper {
    justify-content: initial;
  }
}
.swi_abo_som .swiper-wrapper .swiper-slide .img {
  height: 1.02rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .swi_abo_som .swiper-wrapper .swiper-slide .img {
    height: 1.5rem;
  }
}
.coo {
  background: #edf0f6;
  position: relative;
  z-index: 10;
}
.coo_mul {
  padding: 1.65rem 0 0.52rem;
}
@media (max-width: 767px) {
  .coo_mul {
    padding: 1rem 0 0.5rem;
  }
}
.coo_mul .box {
  position: relative;
  margin-top: 0.62rem;
  background: #fff;
  padding: 0.4rem 0.42rem;
  border-radius: 0.2rem;
}
.coo_mul .box .coo_mul_swip .coo_mul_nr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .coo_mul .box .coo_mul_swip .coo_mul_nr {
    flex-direction: column;
  }
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .left {
  width: 51.21%;
  border-radius: 0.15rem;
}
@media (max-width: 767px) {
  .coo_mul .box .coo_mul_swip .coo_mul_nr .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .left:before {
  padding-top: 62.35%;
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .right {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .coo_mul .box .coo_mul_swip .coo_mul_nr .right {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .coo_mul .box .coo_mul_swip .coo_mul_nr .right {
    width: 100%;
  }
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .right h3 {
  font-family: 'Silkab';
  color: #222;
  font-size: 0.4rem;
  line-height: 1.2;
  margin-bottom: 0.14rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .right > span {
  color: #00acea;
  margin-bottom: 0.3rem;
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .right .g_p {
  margin-bottom: 0.35rem;
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .right .g_p p {
  margin-bottom: 0.08rem;
  color: #555;
  display: block;
  position: relative;
  padding-left: 20px;
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .right .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00acea;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .coo_mul .box .coo_mul_swip .coo_mul_nr .right .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.coo_mul .box .coo_mul_swip .coo_mul_nr .right .public_a2 {
  min-width: 1.6rem;
}
.coo_mul .box .swip2_pag {
  margin: 0.84rem auto 0;
  width: calc(100% - 0.84rem);
}
.sot_select_nr {
  position: relative;
  min-width: 4.56rem;
}
@media (max-width: 767px) {
  .sot_select_nr {
    min-width: 100%;
  }
}
.sot_select_nr .sel_text_x {
  width: 100%;
  height: 0.6rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.sot_select_nr .sel_text_x svg {
  width: 12px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
.sot_select_nr .sel_text_x svg path {
  fill: #6c6c6c;
}
.sot_select_nr .sel_text_x p {
  padding: 0 0.07rem;
}
.sot_select_nr .sel_text_x p span {
  margin-left: 8px;
  color: #ec2e2e;
}
.sot_select_nr .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.sot_select_nr .sel_text_box a {
  font-size: 16px;
  color: #999;
  padding: 7px 0 7px 0.17rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr .sel_text_box a:hover {
  background: #00acea;
  color: #fff;
}
.coo_par {
  padding: 1.9rem 0 0;
}
@media (max-width: 767px) {
  .coo_par {
    padding: 1rem 0 0;
  }
}
.coo_par .coo_par_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .coo_par .coo_par_tit {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .coo_par .coo_par_tit .left {
    margin-bottom: 0.4rem;
  }
}
.coo_par .box {
  margin-top: 0.62rem;
}
@media (max-width: 767px) {
  .coo_par .box {
    margin-top: 0.5rem;
  }
}
.coo_par .box .boxx {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.22rem;
}
.coo_par .box .boxx .item {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.32rem 0.3rem 0rem;
  width: calc((100% - 0.81rem)/4);
  margin: 0 0.27rem 0.28rem 0;
  transition: all 0.3s;
  height: 260px;
}
@media (max-width: 1580px) {
  .coo_par .box .boxx .item {
    height: 3.2rem;
  }
}
@media (max-width: 991px) {
  .coo_par .box .boxx .item {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .coo_par .box .boxx .item {
    position: relative;
    height: auto;
    padding: 0.3rem;
  }
}
.coo_par .box .boxx .item:hover {
  background-image: linear-gradient(90deg, #0db4ec 0%, #0d9fe6 50%, #0d89df 100%), linear-gradient(#ffffff, #ffffff);
}
.coo_par .box .boxx .item:hover .log {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.coo_par .box .boxx .item:hover .txt span {
  color: rgba(255, 255, 255, 0.5);
}
.coo_par .box .boxx .item:hover .txt h3 {
  color: #fff;
}
.coo_par .box .boxx .item:hover .txt p {
  color: rgba(255, 255, 255, 0.8);
  -webkit-line-clamp: 4;
  height: 4.8em;
}
.coo_par .box .boxx .item:hover .public_a3 {
  display: flex;
  margin-top: 0.35rem;
}
.coo_par .box .boxx .item:hover .public_a3 span {
  color: #fff;
}
.coo_par .box .boxx .item:hover .public_a3 svg path {
  fill: #fff;
}
.coo_par .box .boxx .item:nth-child(4n) {
  margin-right: 0;
}
.coo_par .box .boxx .item .log {
  margin-bottom: 0.3rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .coo_par .box .boxx .item .log {
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
  }
}
.coo_par .box .boxx .item .log img {
  height: 0.52rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .coo_par .box .boxx .item .log img {
    height: 0.9rem;
  }
}
.coo_par .box .boxx .item .txt span {
  color: #00acea;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .coo_par .box .boxx .item .txt span {
    padding-right: 130px;
  }
}
.coo_par .box .boxx .item .txt h3 {
  font-family: 'Silkab';
  margin-bottom: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .coo_par .box .boxx .item .txt h3 {
    margin-bottom: 0.2rem;
    padding-right: 130px;
  }
}
.coo_par .box .boxx .item .txt p {
  color: #666;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.4em;
}
.coo_par .box .boxx .item .public_a3 {
  transition: all 0.3s;
  display: none;
}
.coo_par .box .boxx .item .public_a3 span {
  transition: all 0.3s;
}
.coo_par .box .boxx .item .public_a3 svg path {
  transition: all 0.3s;
}
.coo_par .box .moreload:hover svg path {
  fill: #00acea;
}
.coo_par .box .moreload svg {
  width: 0.13rem;
  height: auto;
  margin-left: 0.1rem;
}
.coo_par .box .moreload svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .coo_ban .sub_banner_txt .l_a {
    margin-top: 0.5rem;
  }
}
.coo_bec {
  padding: 1.75rem 0 3.4rem;
}
@media (max-width: 767px) {
  .coo_bec {
    padding: 1rem 0 2.5rem;
  }
}
.coo_bec .coo_bec_t {
  margin: 0.7rem 0 0.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .coo_bec .coo_bec_t {
    flex-direction: column;
  }
}
.coo_bec .coo_bec_t .item {
  display: flex;
  align-items: center;
  width: calc((100% - 0.6rem)/3);
  padding: 0.3rem;
  border-radius: 0.1rem;
  background: #fff;
}
@media (max-width: 991px) {
  .coo_bec .coo_bec_t .item {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.coo_bec .coo_bec_t .item .icon {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #0db4ec 0%, #0d9fe6 50%, #0d89df 100%), linear-gradient(#ffffff, #ffffff);
  flex-shrink: 0;
  margin-right: 0.21rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .coo_bec .coo_bec_t .item .icon {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.coo_bec .coo_bec_t .item .icon svg {
  width: 50%;
  height: auto;
}
.coo_bec .coo_bec_t .item .icon svg path {
  fill: #fff;
}
.coo_bec .coo_bec_t .item .txt p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .coo_bec .coo_bec_t .item .txt p {
    font-size: 0.32rem;
  }
}
.coo_bec form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .coo_bec form .inp {
    flex-direction: column;
  }
}
.coo_bec form .inp .sot_select_nr {
  width: calc(50% - 0.1rem);
  margin: 0 0 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  height: 0.6rem;
  padding-left: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .coo_bec form .inp .sot_select_nr {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.coo_bec form .inp .sot_select_nr .sel_text_x {
  padding-left: 0;
}
.coo_bec form .inp .sot_select_nr .sel_text_x p {
  padding-left: 0;
  color: #999;
}
.coo_bec form .inp .inp_box {
  width: calc(50% - 0.1rem);
  margin: 0 0 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  height: 0.6rem;
  padding-left: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .coo_bec form .inp .inp_box {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.coo_bec form .inp .inp_box input {
  width: 100%;
}
.coo_bec form .inp .inp_box > img {
  height: 0.6rem !important;
  object-fit: contain;
  width: auto;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .coo_bec form .inp .inp_box > img {
    height: 0.8rem !important;
  }
}
.coo_bec form .inp .inp_box .inp_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  left: 0;
  top: 0;
  pointer-events: none;
}
.coo_bec form .inp .inp_box .inp_txt p {
  color: #999;
}
.coo_bec form .inp .inp_box .inp_txt p span {
  margin-left: 8px;
  color: #ec2e2e;
}
.coo_bec form .sel {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .coo_bec form .sel {
    flex-direction: column;
  }
}
.coo_bec form .sel .sot_select_nr {
  margin-bottom: 0.2rem;
  width: calc(50% - 0.1rem);
}
@media (max-width: 767px) {
  .coo_bec form .sel .sot_select_nr {
    margin-bottom: 0.3rem;
  }
}
.coo_bec form .sel .sot_select_nr .sel_text_x p {
  color: #999;
}
.coo_bec form .sel .sot_select_nr .sel_text_x p span {
  margin-left: 8px;
  color: #ec2e2e;
}
.coo_bec form .pub_tc {
  margin-top: 0.3rem;
}
.sub_banner9 {
  height: 5.74rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner9 {
    height: 7rem;
  }
}
.sub_banner9 .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sub_banner9 .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sub_banner9 .sub_banner_txt {
  display: flex;
  justify-content: space-between;
  height: 100%;
  color: #fff;
  padding: 0.68rem 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sub_banner9 .sub_banner_txt {
    position: initial;
    flex-direction: column;
    padding: 60px 0 0;
    transform: translateX(0%);
  }
}
.sub_banner9 .sub_banner_txt .left {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .sub_banner9 .sub_banner_txt .left {
    width: 100%;
  }
}
.sub_banner9 .sub_banner_txt .left > span {
  color: #00acea;
  display: block;
  margin-bottom: 0.26rem;
}
.sub_banner9 .sub_banner_txt .left .subt_fo {
  margin-top: 0.3rem;
}
.sub_banner9 .sub_banner_txt .left .subt_fo > p {
  margin-bottom: 0.76rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'SilkaReg', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .sub_banner9 .sub_banner_txt .left .subt_fo > p {
    margin-bottom: 0;
  }
}
.sub_banner9 .sub_banner_txt .left .l_a a {
  margin-right: 0.2rem;
}
.sub_banner9 .sub_banner_txt .right {
  width: 37%;
}
@media (max-width: 767px) {
  .sub_banner9 .sub_banner_txt .right {
    width: 100%;
  }
}
.sub_banner9 .sub_banner_txt .right img {
  object-fit: contain;
}
.contact {
  background: #edf0f6;
  padding: 1.3rem 0 3.3rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .contact {
    padding: 1rem 0 2.5rem;
  }
}
.contact .container {
  padding: 0 1.2rem;
}
@media (max-width: 991px) {
  .contact .container {
    padding: 0;
  }
}
.contact .pub_title span {
  margin-top: 0.15rem;
}
.contact .box {
  margin-top: 0.6rem;
}
.contact .box form .inp {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contact .box form .inp .inp_box {
  width: 100%;
  margin: 0 0 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  height: 0.6rem;
  padding-left: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact .box form .inp .inp_box {
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.contact .box form .inp .inp_box input {
  width: 100%;
}
.contact .box form .inp .inp_box > img {
  height: 0.6rem !important;
  object-fit: contain;
  width: auto;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .contact .box form .inp .inp_box > img {
    height: 0.8rem !important;
  }
}
.contact .box form .inp .inp_box .inp_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  left: 0;
  top: 0;
  pointer-events: none;
}
.contact .box form .inp .inp_box .inp_txt p {
  color: #999;
}
.contact .box form .inp .inp_box .inp_txt p span {
  margin-left: 8px;
  color: #ec2e2e;
}
.contact .box form .sel {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contact .box form .sel .sot_select_nr {
  margin-bottom: 0.2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .box form .sel .sot_select_nr {
    margin-bottom: 0.3rem;
  }
}
.contact .box form .sel .sot_select_nr .sel_text_x p {
  color: #999;
}
.contact .box form .sel .sot_select_nr .sel_text_x p span {
  margin-left: 8px;
  color: #ec2e2e;
}
.contact .box form .form_b {
  margin-top: 0.1rem;
}
.contact .box form .form_b p {
  color: #999;
}
.contact .box form .form_b p a {
  color: #00acea;
  font-family: 'Silkab';
}
.contact .box form .pub_tc {
  margin-top: 0.35rem;
}
.news_ban {
  height: 6.28rem;
}
@media (max-width: 767px) {
  .news_ban {
    height: 8rem;
  }
}
.news_ban .sub_banner_txt {
  padding: 0.58rem 0 0;
}
.news_ban .sub_banner_txt .left {
  margin-left: 1.2rem;
}
@media (max-width: 991px) {
  .news_ban .sub_banner_txt .left {
    margin-left: 0;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .news_ban .sub_banner_txt .left {
    width: 100%;
  }
}
.news_ban .sub_banner_txt .left .crumbs {
  margin-left: -1.2rem;
}
@media (max-width: 991px) {
  .news_ban .sub_banner_txt .left .crumbs {
    margin: 0;
  }
}
.news_ban .sub_banner_txt .left .sub_h2 {
  color: #333;
}
.news_ban .sub_banner_txt .left .blo_ban_tw .txt p {
  color: #222;
}
.news_ban .sub_banner_txt .left .blo_ban_tw .txt span {
  color: #999;
}
.news_inf .container .left {
  width: 100%;
  padding: 0 1.2rem;
}
@media (max-width: 991px) {
  .news_inf .container .left {
    padding: 0;
  }
}
.news_inf_hot {
  padding-top: 0.45rem;
  background: #fff;
}
.news {
  background: #fff;
}
.news .blo_box .item .ite_t .left a {
  background: #f2f4f9;
}
.news .blo_box .item .ite_t .right form {
  background: #f2f4f9;
}
.sub_banner10 {
  height: 7.69rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner10 {
    height: 10rem;
  }
}
.sub_banner10 .mob_pc {
  width: 100%;
  height: 100%;
}
.sub_banner10 .sub_banner_txt {
  display: flex;
  justify-content: center;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sub_banner10 .sub_banner_txt {
    /* position: initial; */
    flex-direction: column;
    padding: 60px 0 0;
    /* transform: translateX(0%); */
  }
}
.sub_banner10 .sub_banner_txt .left {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .sub_banner10 .sub_banner_txt .left {
    width: 100%;
  }
}
.sub_banner10 .sub_banner_txt .left .l_a {
  margin-top: 0.65rem;
}
.join {
  background: #edf0f6;
  position: relative;
  z-index: 10;
}
.join_t {
  padding-top: 0.9rem;
}
.join_t .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .join_t .box {
    flex-direction: column;
  }
}
.join_t .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 0.9rem)/3);
  border-radius: 0.2rem;
  padding: 0.86rem 0.7rem 0.65rem;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .join_t .box .item {
    padding: 0.5rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .join_t .box .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.join_t .box .item:hover {
  background: linear-gradient(90deg, #0db4ec 0%, #0d9fe6 50%, #0d89df 100%), linear-gradient(#ffffff, #ffffff);
}
.join_t .box .item:hover .g_svg svg path {
  fill: #fff;
}
.join_t .box .item:hover .txt h3 {
  color: #fff;
}
.join_t .box .item:hover .txt p {
  color: rgba(255, 255, 255, 0.8);
}
.join_t .box .item .g_svg {
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .join_t .box .item .g_svg svg {
    width: 0.7rem;
    height: auto;
  }
}
.join_t .box .item .g_svg svg path {
  transition: all 0.3s;
  fill: #00acea;
}
.join_t .box .item .txt {
  margin-top: 0.4rem;
  text-align: center;
}
.join_t .box .item .txt h3 {
  transition: all 0.3s;
  margin-bottom: 0.2rem;
  line-height: 1.1;
  font-weight: bold;
}
.join_t .box .item .txt p {
  transition: all 0.3s;
  color: rgba(85, 85, 85, 0.8);
}
.join_gro {
  padding-top: 1.84rem;
}
@media (max-width: 767px) {
  .join_gro {
    padding-top: 1rem;
  }
}
.join_gro .box {
  position: relative;
  margin-top: 0.62rem;
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.5rem;
  padding-left: 0.62rem;
}
@media (max-width: 767px) {
  .join_gro .box {
    padding: 0.4rem 0.4rem 1rem;
  }
}
.join_gro .box .join_gro_swip .swiper-slide .join_gro_nr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .join_gro .box .join_gro_swip .swiper-slide .join_gro_nr {
    flex-direction: column;
  }
}
.join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .left {
  width: 46.57%;
  padding: 0.32rem 0.6rem 1rem 0;
}
@media (max-width: 767px) {
  .join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .left {
    width: 100%;
    padding: 0;
    margin-bottom: 0.3rem;
  }
}
.join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .left img {
  width: 0.53rem;
  height: auto;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .left img {
    width: 0.7rem;
  }
}
.join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .left h3 {
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.35rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .left span {
  color: #666;
  display: block;
}
.join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .right {
  width: 53.43%;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .right {
    width: 100%;
  }
}
.join_gro .box .join_gro_swip .swiper-slide .join_gro_nr .right:before {
  padding-top: 67.6%;
}
.join_gro .box .swip2_pag {
  display: none;
}
@media (max-width: 767px) {
  .join_gro .box .swip2_pag {
    display: flex;
    width: calc(100% - 0.8rem);
    margin-top: 0.4rem;
  }
}
.join_gro .box .qie {
  z-index: 20;
  position: absolute;
  left: 0.62rem;
  bottom: 0.67rem;
  width: 1.12rem;
  height: 0.6rem;
  background: #00acea;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  border: 1px solid transparent;
  overflow: hidden;
}
@media (max-width: 767px) {
  .join_gro .box .qie {
    display: none;
  }
}
.join_gro .box .qie .pub_nav2 {
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
  border-radius: 0.1rem;
}
.join_gro .box .qie .pub_nav2:hover {
  background: #fff;
  border: 1px solid #00acea;
}
.join_gro .box .qie .pub_nav2:hover svg path {
  fill: #00acea !important;
}
.join_gro .box .qie .pub_nav2 svg path {
  transition: all 0.3s;
  fill: #fff;
}
.join_gro .box .qie .pub_prev:after {
  content: '';
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.12);
}
.join_hot {
  padding: 1.9rem 0 3.3rem;
}
@media (max-width: 767px) {
  .join_hot {
    padding: 1rem 0 2.5rem;
  }
}
.join_hot .box {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
@media (max-width: 767px) {
  .join_hot .box {
    flex-direction: column;
  }
}
.join_hot .box .left {
  position: sticky;
  position: -webkit-sticky;
  top: 1.9rem;
  padding-left: 0.11rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .join_hot .box .left {
    position: initial;
    margin-bottom: 0.7rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.join_hot .box .left h2 {
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .join_hot .box .left h2 {
    margin-bottom: 0;
  }
}
.join_hot .box .right {
  position: relative;
  width: 63.19%;
  height: 100%;
}
@media (max-width: 767px) {
  .join_hot .box .right {
    width: 100%;
  }
}
.join_hot .box .right .jo_bj {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.2rem;
  left: 0;
  z-index: 20;
  pointer-events: none;
  object-fit: initial;
}
.join_hot .box .right .join_hot_box {
  display: flex;
  flex-wrap: wrap;
}
.join_hot .box .right .join_hot_box .item {
  width: calc(50% - 0.15rem);
  margin: 0 0.3rem 0.3rem 0;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.15rem;
  padding: 0 5%;
  transition: all 0.3s;
  background: #fff;
}
@media (max-width: 767px) {
  .join_hot .box .right .join_hot_box .item {
    height: 3.15rem;
  }
}
.join_hot .box .right .join_hot_box .item:nth-child(2n) {
  margin-right: 0;
}
.join_hot .box .right .join_hot_box .item:hover {
  background: #d5e9f5;
}
.join_hot .box .right .join_hot_box .item img {
  width: 0.52rem;
  height: 0.52rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .join_hot .box .right .join_hot_box .item img {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.join_hot .box .right .join_hot_box .item p {
  text-align: center;
  color: #222;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .join_hot .box .right .join_hot_box .item p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .join_hot .box .right .join_hot_box .item p {
    font-size: 0.32rem;
  }
}
.coo_t {
  padding-top: 1.5rem;
}
.store-open-box1g {
  width: 100%;
}
.store-open-box1g .title {
  font-size: 0.56rem;
  line-height: 0.63rem;
  text-align: center;
  color: #222;
  font-family: 'Silkab';
  padding-bottom: 0.2rem;
}
.store-open-box1g .list {
  width: 100%;
  margin-top: 0.63rem;
}
.store-open-box1g .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.store-open-box1g .list ul li {
  width: 20.83%;
  text-align: center;
}
@media (max-width: 991px) {
  .store-open-box1g .list ul li {
    width: 41.5%;
  }
}
@media (max-width: 767px) {
  .store-open-box1g .list ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.7rem;
    text-align: center;
  }
}
.store-open-box1g .list ul li .icon {
  width: 1.38rem;
  height: 1.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: auto;
}
.store-open-box1g .list ul li .icon img {
  width: auto;
  height: auto;
}
.store-open-box1g .list ul li .t1 {
  color: #222;
  font-weight: bold;
  line-height: 1.083;
  margin-top: 0.51rem;
  font-family: 'Silkab';
}
.store-open-box1g .list ul li .t2 {
  color: #666;
  line-height: 1.25;
  margin-top: 0.13rem;
}
.store-open-box1g .list ul li:nth-child(1) .icon {
  background: #002d4f;
}
.store-open-box1g .list ul li:nth-child(2) .icon {
  background: #3bc8ff;
}
.store-open-box1g .list ul li:nth-child(3) .icon {
  background: #00cbb6;
}
.store-open-box1g .list ul li:nth-child(4) .icon {
  background: #fff;
}
/* .pro_nav3{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);z-index: 1000;background: #fff;border-radius: 5px;box-shadow: 0 6px 12px rgba(0,0,0,0.18);padding: 10px 0;display: none;width: auto;white-space: nowrap;}
.pro_nav3>a{padding: 7px 15px;text-align: left;display: block;margin: 5px 10px;border-radius: 5px;-webkit-transition: all .6s;}
.pro_nav3>a:hover{color: #00acea;} */
.pro_nav3 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 10px 0.3rem;
  display: none;
  width: auto;
  white-space: nowrap;
}
.pro_nav3 .nav_nd {
  min-width: 215px;
  padding: 0.14rem 0;
  border-bottom: 1px dashed #e8e8e8;
}
.pro_nav3 .nav_nd:last-child {
  border: none;
}
.pro_nav3 .nav_nd a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_nav3 .nav_nd a:hover {
  color: #00acea;
}
.pro_nav3 .nav_nd a:hover svg path {
  fill: #00acea !important;
}
.pro_nav3 .nav_nd a svg {
  width: 6px;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.pro_nav3 .nav_nd a svg path {
  fill: #d3d3d3 !important;
}
.pro_nav3 .nav_nd a p {
  line-height: 1.2;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%);
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ccc;
  z-index: 10000;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    border: none;
    top: 0.1rem;
    right: 0.1rem;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .curBox {
  width: 11rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .curBox {
    width: 90vw;
  }
}
.curtain1 .curtain_box .curBox .curBox_con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.curtain1 .curtain_box .curBox .curBox_con .left {
  background: #eff4f6;
  width: 37.27%;
  padding: 0.78rem 0.54rem;
}
.curtain1 .curtain_box .curBox .curBox_con .left h2 {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.34rem;
}
.curtain1 .curtain_box .curBox .curBox_con .left p {
  color: #666;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .curBox .curBox_con .left {
    display: none;
  }
}
.curtain1 .curtain_box .curBox .curBox_con .right {
  width: 62.73%;
  padding: 0.63rem 0.68rem 0.52rem 0.7rem;
}
.curtain1 .curtain_box .curBox .curBox_con .right > h2 {
  display: none;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curBox .curBox_con .right > h2 {
    display: block;
    margin-bottom: 0.3rem;
    text-align: center;
    font-size: 0.32rem;
  }
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .curBox .curBox_con .right {
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
}
.curtain1 .curtain_box .curBox .curBox_con .right form {
  width: 100%;
}
.curtain1 .curtain_box .curBox .curBox_con .right form .curInp {
  width: 100%;
}
.curtain1 .curtain_box .curBox .curBox_con .right form .curInp .curInp_box {
  width: 100%;
  height: 0.58rem;
  position: relative;
  margin-bottom: 9px;
  border: 1px solid #efefef;
  background: #f7fafc;
  border-radius: 0.05rem;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curBox .curBox_con .right form .curInp .curInp_box {
    height: 0.8rem;
  }
}
.curtain1 .curtain_box .curBox .curBox_con .right form .curInp .curInp_box input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.curtain1 .curtain_box .curBox .curBox_con .right form .curInp .curInp_box p {
  pointer-events: none;
  color: #666;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box .curBox .curBox_con .right form .curInp .curInp_box p span {
  color: #ec2e2e;
  margin-left: 5px;
}
.curtain1 .curtain_box .curBox .curBox_con .right form .cur_bri {
  margin: 0.2rem 0 0.45rem;
}
.curtain1 .curtain_box .curBox .curBox_con .right form .cur_bri p {
  color: #999;
}
.curtain1 .curtain_box .curBox .curBox_con .right form .cur_bri p a {
  color: #00acea;
}
.curtain1 .curtain_box .curBox .curBox_con .right form button {
  width: 100%;
  height: 0.56rem;
  background: #00acea;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curBox .curBox_con .right form button {
    height: 0.8rem;
  }
}
.sot_select_nr2 {
  position: relative;
  min-width: 4.56rem;
  width: 100%;
  height: 0.58rem;
  margin-bottom: 9px;
  border: 1px solid #efefef;
  background: #f7fafc;
  border-radius: 0.05rem;
}
@media (max-width: 767px) {
  .sot_select_nr2 {
    min-width: 100%;
    height: 0.8rem;
  }
}
.sot_select_nr2 .sel_text_x {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.1rem;
  padding: 0 20px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sot_select_nr2 .sel_text_x {
    height: 0.8rem;
  }
}
.sot_select_nr2 .sel_text_x svg {
  width: 12px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
.sot_select_nr2 .sel_text_x svg path {
  fill: #6c6c6c;
}
.sot_select_nr2 .sel_text_x p span {
  color: #ec2e2e;
  margin-left: 5px;
}
.sot_select_nr2 .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.sot_select_nr2 .sel_text_box a {
  font-size: 16px;
  color: #999;
  padding: 7px 0 7px 0.17rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr2 .sel_text_box a:hover {
  background: #00acea;
  color: #fff;
}
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  background: #00acea;
  border-radius: 0.2rem;
}
#c-home-tips .c-wrap {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap {
    flex-direction: column;
  }
}
#c-home-tips .c-wrap > p {
  width: 70%;
  text-align: left;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap > p {
    width: 100%;
  }
}
#c-home-tips .c-wrap .c-wrapr {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-wrapr {
    margin-top: 0.3rem;
    width: 100%;
    justify-content: center;
  }
}
#c-home-tips .c-wrap .c-wrapr a {
  width: 1.54rem;
  line-height: 2.5;
  font-size: 16px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-wrapr a {
    margin: 0 7px;
    width: 2rem;
  }
}
#c-home-tips .c-wrap .c-wrapr a:hover {
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-wrapr .c-close {
  cursor: pointer;
}
@-webkit-keyframes fadeInUpfd {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInUpfd {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeInUpfd {
  -webkit-animation-name: fadeInUpfd;
  animation-name: fadeInUpfd;
}
.cur1,
.cur2,
.cur3,
.cur4 {
  cursor: pointer;
}
.nav_two {
  padding-left: 15px;
}
.nav_three a {
  line-height: 2.4;
  color: #999;
  padding-left: 20px;
}
.nav_two_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_two_tit > a {
  color: #666 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.nav_two_tit svg {
  width: 8px;
  height: auto;
}
.nav_two_tit svg path {
  fill: #666;
}
.nav_three {
  display: none;
}
.nav_three > a {
  color: #999 !important;
  display: block;
  padding-left: 30px;
  line-height: 36px;
}
.neban {
  background: url(../images/neban.jpg) no-repeat;
  background-size: cover;
}
.neban .sub_banner_txt .left .sub_h2 {
  color: #fff;
}
.neban .sub_banner_txt .left .subt_fo > p {
  color: rgba(255, 255, 255, 0.6);
}
.coo_bec .inp_ntel .sot_select_nr {
  padding-left: 0 !important;
}
.coo_bec .inp_ntel .sot_select_nr .sel_text_x,
.coo_bec .inp_ntel .sot_select_nr .box5 {
  padding-left: 0 !important;
}
.inp_ntel {
  flex-direction: initial !important;
  border-radius: 0.1rem !important;
  align-items: flex-start !important;
}
.inp_ntel .sot_select_nr3 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 0.2rem;
}
.inp_ntel .sot_select_nr {
  width: 130px !important;
  min-width: 130px !important;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .inp_ntel .sot_select_nr {
    height: 0.8rem;
  }
}
.inp_ntel .sot_select_nr .sel_text_x,
.inp_ntel .sot_select_nr .box5 {
  width: 100%;
  border-right: 1px solid #e9e9e9 !important;
  border-radius: 0.1rem 0 0 0.1rem !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
}
.inp_ntel .inp_box {
  border-radius: 0 0.1rem 0.1rem 0 !important;
}
.box5 {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.phoneBox {
  position: relative;
  display: inline-block;
}
.phoneGroup {
  display: inline-block;
  min-width: 72px;
  text-align: left;
}
.phone-btn {
  height: auto;
  padding: 0;
  line-height: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.phone-btn:focus {
  outline: none;
}
.selectBtn {
  text-align: left;
  /* padding: 0 16px; */
  color: #8590a6;
  text-align: center;
  background: none;
  /* border: 1px solid; */
  border-radius: 3px;
  height: calc(100% - 42px);
}
.selectConentent {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 233;
  background-color: #ffffff;
  left: -24px;
  border: 1px solid #ebebeb;
  /* width: 210px; */
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
  box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
}
.selectOptions {
  overflow: auto;
  position: relative;
  max-height: 500px;
  padding: 8px 0;
  border-radius: 4px;
  text-align: left;
}
.selectOptions::-webkit-scrollbar {
  width: 10px;
  height: 1px;
  background-color: #f6f6f6;
}
/*定义滚动条轨道 内阴影+圆角*/
.selectOptions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f6f6f6;
}
.selectOptions::-webkit-scrollbar-thumb {
  background-color: #afadad;
  width: 5px;
  max-height: 10px;
  border-radius: 10px;
}
.select-option {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #8590a6;
  text-align: left;
  background: none;
  border: none;
  white-space: nowrap;
}
.Select-arrow {
  margin-left: 8px;
  fill: currentcolor;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.impnone {
  display: none !important;
}
.search_empty {
  margin: 0.5rem auto 0;
}
.m-buttons {display:block;}
#c-header .c-nav2 {overflow:hidden;}
.c-nav2-box {height:80%;}