﻿
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
/* 字体引用 */
@font-face {
  font-family: 'SilkaReg';
  src: url(../font/Silka-Regular.ttf);
}
body {
  min-height: 100%;
  font-family: 'SilkaReg', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 75.67%;
  max-width: 1440px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 84.07%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 86%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../image/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../image/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../image/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../image/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../image/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../image/hi-llq-6.jpg) no-repeat center / 100%;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
/* 字体引用 */
@font-face {
  font-family: 'SilkaReg';
  src: url(../font/Silka-Regular.ttf);
}
body {
  min-height: 100%;
  font-family: 'SilkaReg', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 75.67%;
  max-width: 1440px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 84.07%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 86%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../image/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../image/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../image/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../image/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../image/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../image/hi-llq-6.jpg) no-repeat center / 100%;
}
.supervisory-banner {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .supervisory-banner {
    height: 9rem;
  }
}
.supervisory-banner .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .supervisory-banner .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.supervisory-banner .container {
  position: absolute;
  top: 39.47%;
  left: 50%;
  transform: translateX(-50%);
}
.supervisory-banner .container .sub_h2 {
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.supervisory {
  width: 100%;
  background: #edf0f6;
  padding: 0.92rem 0 3.3rem;
  position: relative;
  z-index: 10;
}
.supervisory .container ul {
  width: 100%;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.57rem 0.7rem 0.6rem;
}
@media (max-width: 767px) {
  .supervisory .container ul {
    padding: 0.6rem 0.4rem;
  }
}
.supervisory .container ul li {
  width: 100%;
  padding-bottom: 0.37rem;
  border-bottom: 1px solid rgba(83, 83, 83, 0.1);
  margin-bottom: 0.21rem;
}
.supervisory .container ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.supervisory .container ul li a {
  width: 100%;
}
.supervisory .container ul li a .t1 {
  color: #222;
  display: flex;
  align-items: center;
}
.supervisory .container ul li a .t1 span {
  color: #fff;
  background: #00acea;
  display: inline-flex;
  border-radius: 5px;
  height: 20px;
  align-items: center;
  padding: 0 5px;
  margin-left: 0.1rem;
  white-space:nowrap;
}
.supervisory .container ul li a .txt {
  line-height: 24px;
  color: #333;
  margin-top: 0.1rem;
}
.supervisory .container ul li .ts {
  color: #999;
  line-height: 24px;
  margin-top: 0.24rem;
}
.supervisory .container ul li .ts a {
  max-width: 100%;
  color: #00acea;
  text-decoration: underline;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .supervisory .container ul li .ts a {
    display: inline-block;
  }
}
.company-hw-banner {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .company-hw-banner {
    padding-top: 0.86rem;
  }
}
@media (max-width: 767px) {
  .company-hw-banner {
    height: 9rem;
  }
}
.company-hw-banner .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .company-hw-banner .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.company-hw-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .company-hw-banner .container {
    padding-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .company-hw-banner .container {
    padding-top: 1.6rem;
  }
}
.company-hw-banner .container .t1 {
  color: #00acea;
  text-align: center;
}
.company-hw-banner .container .sub_h2 {
  width: 940px;
  max-width: 100%;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0.3rem auto 0;
}
.company-hw-banner .container .t2 {
  width: 720px;
  max-width: 100%;
  line-height: 1.33;
  margin: 0.3rem auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.company-hw-banner .container .link {
  display: flex;
  justify-content: center;
  margin-top: 0.73rem;
}
.company {
  width: 100%;
  background: #edf0f6;
  padding: 1.38rem 0 3.8rem;
  position: relative;
  z-index: 10;
}
.company .container .box1 .title {
  font-size: 0.56rem;
  line-height: 0.62rem;
  text-align: center;
  color: #222;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.company .container .box1 .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.63rem;
}
.company .container .box1 .content .left {
  width: 38.54%;
}
@media (max-width: 991px) {
  .company .container .box1 .content .left {
    width: 100%;
  }
}
.company .container .box1 .content .left ul {
  width: 100%;
}
.company .container .box1 .content .left ul li {
  width: 100%;
  padding-left: 0.25rem;
  position: relative;
}
.company .container .box1 .content .left ul li::before {
  content: '';
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #40b6ee;
  position: absolute;
  left: 0;
  top: 0.32rem;
}
.company .container .box1 .content .left ul li a {
  width: 100%;
  display: block;
  padding: 0.2rem 0 0.23rem;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}
.company .container .box1 .content .left ul li a .t1 {
  color: #222;
  line-height: 1.178;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company .container .box1 .content .left ul li a .t1 {
    font-size: 0.36rem;
  }
}
.company .container .box1 .content .left ul li a .t2 {
  color: #666;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .company .container .box1 .content .left ul li a .t2 {
    margin-top: 15px;
  }
}
.company .container .box1 .content .left ul li:last-child a {
  border-bottom: none;
}
.company .container .box1 .content .right {
  width: 50.69%;
  position: relative;
}
@media (max-width: 991px) {
  .company .container .box1 .content .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.company .container .box1 .content .right .imgs {
  width: 100%;
  position: relative;
}
.company .container .box1 .content .right .imgs .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.company .container .box1 .content .right .imgs .public-img::before {
  padding-top: 80.01%;
}
.company .container .box1 .content .right .imgs .dian-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.company .container .box1 .content .right .imgs .dian-box .dian {
  position: absolute;
}
.company .container .box1 .content .right .imgs .dian-box .dian .icon {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1fb4ea;
  position: relative;
}
.company .container .box1 .content .right .imgs .dian-box .dian .icon::before {
  content: '';
  width: 0.37rem;
  height: 0.37rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: dianRun2 1.5s forwards linear infinite;
}
.company .container .box1 .content .right .imgs .dian-box .dian .txt {
  color: #fff;
  line-height: 1.625;
  position: absolute;
  top: 0.15rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.company .container .box1 .content .right .imgs .dian-box .dian1 {
  top: 39.76%;
  left: 57.46%;
}
.company .container .box1 .content .right .imgs .dian-box .dian2 {
  top: 56.76%;
  left: 53.46%;
}
.company .container .box1 .content .right .imgs .dian-box .dian3 {
  top: 54.76%;
  left: 62.46%;
}
.company .container .box1 .content .right .list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .company .container .box1 .content .right .list {
    position: relative;
  }
}
.company .container .box1 .content .right .list .swiper-container {
  padding-bottom: 0.62rem;
}
.company .container .box1 .content .right .list .swiper-container .swiper-slide {
  padding: 0.3rem 0.4rem 0;
}
.company .container .box1 .content .right .list .swiper-container .swiper-slide .t1 {
  color: #fff;
  line-height: 1.833;
}
@media (max-width: 767px) {
  .company .container .box1 .content .right .list .swiper-container .swiper-slide .t1 {
    color: #222;
    line-height: 1.33;
  }
}
.company .container .box1 .content .right .list .swiper-container .swiper-slide .t2 {
  line-height: 1.875;
  color: #fff;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .company .container .box1 .content .right .list .swiper-container .swiper-slide .t2 {
    color: #222;
  }
}
.company .container .box1 .content .right .list .swiper-container .swiper-slide .t2 span {
  width: 100%;
  padding-left: 0.24rem;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .company .container .box1 .content .right .list .swiper-container .swiper-slide .t2 span {
    margin-bottom: 0.1rem;
    line-height: 1.33;
  }
}
.company .container .box1 .content .right .list .swiper-container .swiper-slide .t2 span::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #82c6f0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .company .container .box1 .content .right .list .swiper-container .swiper-slide .t2 span::before {
    top: 0.2rem;
  }
}
.company .container .box1 .content .right .list .swiper-container .swiper-pagination {
  bottom: 0.2rem;
}
.company .container .box1 .content .right .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 5px;
}
@media (max-width: 767px) {
  .company .container .box1 .content .right .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
  }
}
.company .container .box1 .content .right .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00acea;
}
.company .container .box2 {
  width: 100%;
  margin-top: 1.78rem;
}
.company .container .box2.bxsix .item ul li::before {
  left: 98%;
}
.company .container .box2.bxsix .item ul li::after {
  width: 100%;
}
.company .container .box2 .title {
  font-size: 0.56rem;
  line-height: 0.62rem;
  text-align: center;
  color: #222;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.company .container .box2 .item {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.86rem;
}
@media (max-width: 1024px) {
  .company .container .box2 .item {
    flex-wrap: wrap;
  }
}
.company .container .box2 .item .tbox {
  width: 22.22%;
  height: 2.3rem;
  border-radius: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 0.7rem 0 0.4rem;
  background: #00acea;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .company .container .box2 .item .tbox {
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 0.3rem 0.4rem;
  }
}
.company .container .box2 .item .tbox .t1 {
  line-height: 1;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .company .container .box2 .item .tbox .t1 {
    width: 100%;
  }
}
.company .container .box2 .item .tbox a {
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 0.27rem;
}
.company .container .box2 .item .tbox a:hover img {
  left: 5px;
}
@media (max-width: 1024px) {
  .company .container .box2 .item .tbox a {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .company .container .box2 .item .tbox a {
    margin-top: 0.3rem;
  }
}
.company .container .box2 .item .tbox a img {
  width: 14px;
  height: auto;
  margin-left: 0.1rem;
  position: relative;
  transition: all 0.3s;
  left: 0;
}
.company .container .box2 .item ul {
  width: 82.63%;
  height: 2.7rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.2rem;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding-right: 0.2rem;
  padding-top: 0.7rem;
}
@media (max-width: 1024px) {
  .company .container .box2 .item ul {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 991px) {
  .company .container .box2 .item ul {
    flex-wrap: wrap;
    height: auto;
    padding: 0.7rem 0.2rem 0.4rem;
  }
}
.company .container .box2 .item ul li {
  width: calc(100% / 6);
  position: relative;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .company .container .box2 .item ul li {
    width: 25%;
    margin-bottom: 0.3rem;
  }
  .company .container .box2 .item ul li:nth-child(4)::before {
    display: none;
  }
  .company .container .box2 .item ul li:nth-child(4)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .company .container .box2 .item ul li {
    width: 50%;
  }
  .company .container .box2 .item ul li:nth-child(2n)::before {
    display: none;
  }
  .company .container .box2 .item ul li:nth-child(2n)::after {
    display: none;
  }
}
.company .container .box2 .item ul li .num {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #0db4ec, #0d89df);
  color: #fff;
  font-size: 0.32rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.company .container .box2 .item ul li .txt {
  color: #222;
  line-height: 22px;
  text-align: center;
  margin-top: 0.16rem;
}
@media (max-width: 1580px) {
  .company .container .box2 .item ul li .txt {
    font-size: 14px;
    line-height: 1.3;
  }
}
.company .container .box2 .item ul li:last-child {
  padding: 0;
}
.company .container .box2 .item ul li:last-child::before {
  display: none;
}
.company .container .box2 .item ul li:last-child::after {
  display: none;
}
.company .container .box2 .item ul li::before {
  content: '>>';
  color: #7ed4f4;
  position: absolute;
  left: 125%;
  top: 0.3rem;
  font-family: cursive;
  font-size: 18px;
  line-height: 1;
  background: #fff;
  z-index: 10;
}
@media (max-width: 1580px) {
  .company .container .box2 .item ul li::before {
    top: 0.26rem;
  }
}
@media (max-width: 991px) {
  .company .container .box2 .item ul li::before {
    top: 0.27rem;
    left: calc(100% - 0.1rem);
  }
}
@media (max-width: 767px) {
  .company .container .box2 .item ul li::before {
    font-family: inherit;
    top: 0.21rem;
    /* display: none; */
  }
}
.company .container .box2 .item ul li::after {
  content: '';
  width: 150%;
  height: 1px;
  border-bottom: 1px dashed rgba(126, 212, 244, 0.5);
  position: absolute;
  left: 50%;
  top: 0.37rem;
}
@media (max-width: 767px) {
  .company .container .box2 .item ul li::after {
    /* display: none; */
    width: 100%;
  }
}
.company .container .box2 .item2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.74rem;
  position: relative;
}
@media (max-width: 1024px) {
  .company .container .box2 .item2 {
    flex-wrap: wrap;
  }
}
.company .container .box2 .item2 .tbox {
  width: 22.22%;
  height: 2.3rem;
  border-radius: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 0.7rem 0 0.4rem;
  background: #002d4f;
}
@media (max-width: 1024px) {
  .company .container .box2 .item2 .tbox {
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 0.3rem 0.4rem;
  }
}
.company .container .box2 .item2 .tbox .t1 {
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .company .container .box2 .item2 .tbox .t1 {
    width: 100%;
  }
}
.company .container .box2 .item2 .tbox a {
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 0.27rem;
}
.company .container .box2 .item2 .tbox a:hover img {
  left: 5px;
}
@media (max-width: 1024px) {
  .company .container .box2 .item2 .tbox a {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .company .container .box2 .item2 .tbox a {
    margin-top: 0.3rem;
  }
}
.company .container .box2 .item2 .tbox a img {
  width: 14px;
  height: auto;
  margin-left: 0.1rem;
  position: relative;
  transition: all 0.3s;
  left: 0;
}
.company .container .box2 .item2 ul {
  width: 82.63%;
  height: 2.7rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.2rem;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding-right: 0.2rem;
  padding-top: 0.7rem;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .company .container .box2 .item2 ul {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 991px) {
  .company .container .box2 .item2 ul {
    height: auto;
    padding: 0.7rem 0.2rem 0.4rem;
  }
}
.company .container .box2 .item2 ul li {
  width: calc(100% / 6);
  position: relative;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .company .container .box2 .item2 ul li {
    width: calc(25%);
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .company .container .box2 .item2 ul li {
    width: 50%;
  }
  .company .container .box2 .item2 ul li:nth-child(2n)::before {
    display: none;
  }
  .company .container .box2 .item2 ul li:nth-child(2n)::after {
    display: none;
  }
}
.company .container .box2 .item2 ul li .num {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002c4f;
  color: #fff;
  font-size: 0.32rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.company .container .box2 .item2 ul li .txt {
  color: #222;
  line-height: 22px;
  text-align: center;
  margin-top: 0.16rem;
}
.company .container .box2 .item2 ul li:last-child {
  padding: 0;
}
.company .container .box2 .item2 ul li:last-child::before {
  display: none;
}
.company .container .box2 .item2 ul li:last-child::after {
  display: none;
}
.company .container .box2 .item2 ul li::before {
  content: '>>';
  color: #b0bdc9;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  left: 125%;
  top: 0.3rem;
  font-family: cursive;
  background: #fff;
  z-index: 10;
}
@media (max-width: 1580px) {
  .company .container .box2 .item2 ul li::before {
    top: 0.26rem;
  }
}
@media (max-width: 991px) {
  .company .container .box2 .item2 ul li::before {
    left: calc(100% - 0.1rem);
    top: 0.27rem;
  }
}
@media (max-width: 767px) {
  .company .container .box2 .item2 ul li::before {
    font-family: inherit;
    top: 0.21rem;
    /* display: none; */
  }
}
.company .container .box2 .item2 ul li::after {
  content: '';
  width: 150%;
  height: 1px;
  border-bottom: 1px dashed rgba(176, 189, 201, 0.5);
  position: absolute;
  left: 50%;
  top: 0.37rem;
}
@media (max-width: 991px) {
  .company .container .box2 .item2 ul li::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .company .container .box2 .item2 ul li::after {
    /* display: none; */
  }
}
.company.store-open .box2 {
  margin-top: 1.49rem;
}
@keyframes dianRun2 {
  0% {
    width: 0.13rem;
    height: 0.13rem;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: 0.37rem;
    height: 0.37rem;
    opacity: 0;
  }
}
.store-open-banner {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .store-open-banner {
    padding-top: 0.86rem;
  }
}
@media (max-width: 767px) {
  .store-open-banner {
    height: 10rem;
  }
}
.store-open-banner .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .store-open-banner .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.store-open-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .store-open-banner .container {
    padding-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .store-open-banner .container {
    padding-top: 1.4rem;
  }
}
.store-open-banner .container .t1 {
  color: #00acea;
}
.store-open-banner .container .sub_h2 {
  width: 580px;
  max-width: 100%;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-top: 0.3rem;
}
.store-open-banner .container .t2 {
  width: 580px;
  max-width: 100%;
  line-height: 1.33;
  margin-top: 0.26rem;
  color: rgba(255, 255, 255, 0.8);
}
.store-open-banner .container .link {
  display: flex;
  margin-top: 0.73rem;
}
.store-open {
  padding: 1.46rem 0 3.38rem;
}
@media (max-width: 767px) {
  .store-open {
    overflow: hidden;
  }
}
.store-open .store-open-box1 {
  width: 100%;
}
.store-open .store-open-box1 .title {
  font-size: 0.56rem;
  line-height: 0.63rem;
  text-align: center;
  color: #222;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.store-open .store-open-box1 .list {
  width: 100%;
  margin-top: 0.63rem;
}
.store-open .store-open-box1 .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.store-open .store-open-box1 .list ul li {
  width: 20.83%;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .store-open .store-open-box1 .list ul li {
    width: 41.5%;
  }
}
@media (max-width: 767px) {
  .store-open .store-open-box1 .list ul li {
    margin-bottom: 0.7rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.store-open .store-open-box1 .list ul li .icon {
  width: 1.38rem;
  height: 1.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  margin: auto;
}
.store-open .store-open-box1 .list ul li .icon img {
  width: auto;
  height: auto;
  max-width: 0.68rem;
}
.store-open .store-open-box1 .list ul li .t1 {
  color: #222;
  line-height: 1.083;
  margin-top: 0.51rem;
  font-weight: bold;
}
.store-open .store-open-box1 .list ul li .t2 {
  color: #666;
  line-height: 1.25;
  margin-top: 0.13rem;
}
.store-open .store-open-box1 .list ul li:nth-child(1) .icon {
  background: #002d4f;
}
.store-open .store-open-box1 .list ul li:nth-child(2) .icon {
  background: #3bc8ff;
}
.store-open .store-open-box1 .list ul li:nth-child(3) .icon {
  background: #00cbb6;
}
.store-open .store-open-box1 .list ul li:nth-child(4) .icon {
  background: #fff;
}
.store-open .store-open-box2 {
  width: 100%;
  margin-top: 1.19rem;
}
@media (max-width: 767px) {
  .store-open .store-open-box2 {
    width: 90%;
    margin: 1.19rem auto 0;
  }
}
.store-open .store-open-box2 .boxxp {
  margin-top: 0.5rem;
}
.store-open .store-open-box2 .title {
  font-size: 0.56rem;
  line-height: 0.63rem;
  text-align: center;
  color: #222;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.store-open .store-open-box2 .list {
  width: 100%;
  margin-top: 0.57rem;
}
.store-open .store-open-box2 .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.store-open .store-open-box2 .list ul li {
  width: calc(20% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .store-open .store-open-box2 .list ul li {
    width: calc(25% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .store-open .store-open-box2 .list ul li {
    width: calc(50% - 0.2rem);
  }
}
.store-open .store-open-box2 .list ul li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.store-open .store-open-box2 .tips {
  color: #999;
  line-height: 1.38;
  text-align: center;
  margin-top: 0.48rem;
}
.marketing-member-banner {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .marketing-member-banner {
    padding-top: 0.86rem;
  }
}
@media (max-width: 767px) {
  .marketing-member-banner {
    height: 11rem;
  }
}
.marketing-member-banner .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .marketing-member-banner .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.marketing-member-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .marketing-member-banner .container {
    padding-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .marketing-member-banner .container {
    padding-top: 2.4rem;
  }
}
.marketing-member-banner .container .t1 {
  color: #00acea;
  text-align: center;
}
.marketing-member-banner .container .sub_h2 {
  width: 1060px;
  max-width: 100%;
  font-size: 0.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin: 0.3rem auto 0;
  text-align: center;
}
.marketing-member-banner .container .t2 {
  width: 840px;
  max-width: 100%;
  line-height: 1.33;
  margin: 0.24rem auto 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.marketing-member-banner .container .link {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}
.marketing-member {
  width: 100%;
  position: relative;
  z-index: 10;
}
.marketing-member .box1 {
  width: 100%;
  background: #edf0f6;
  padding: 1.36rem 0 1.03rem;
}
.marketing-member .box1 .container .title {
  font-size: 0.56rem;
  line-height: 0.63rem;
  text-align: center;
  color: #222;
  padding-bottom: 0.2rem;
}
.marketing-member .box1 .container .txt {
  width: 870px;
  max-width: 100%;
  color: #666;
  text-align: center;
  line-height: 1.38;
  margin: 0.25rem auto 0;
}
.marketing-member .box1 .container .list {
  width: 100%;
  margin-top: 0.63rem;
}
.marketing-member .box1 .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marketing-member .box1 .container .list ul li {
  width: 20.83%;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .marketing-member .box1 .container .list ul li {
    width: 41.5%;
  }
}
@media (max-width: 767px) {
  .marketing-member .box1 .container .list ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0.6rem;
  }
}
.marketing-member .box1 .container .list ul li .icon {
  width: 1.38rem;
  height: 1.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  margin: auto;
}
.marketing-member .box1 .container .list ul li .icon img {
  width: auto;
  height: auto;
  max-width: 0.68rem;
}
.marketing-member .box1 .container .list ul li .t1 {
  color: #222;
  line-height: 1.083;
  margin-top: 0.51rem;
}
.marketing-member .box1 .container .list ul li .t2 {
  color: #666;
  line-height: 1.25;
  margin-top: 0.13rem;
}
.marketing-member .box1 .container .list ul li:nth-child(1) .icon {
  background: #002d4f;
}
.marketing-member .box1 .container .list ul li:nth-child(2) .icon {
  background: #3bc8ff;
}
.marketing-member .box1 .container .list ul li:nth-child(3) .icon {
  background: #00cbb6;
}
.marketing-member .box1 .container .list ul li:nth-child(4) .icon {
  background: #fff;
}
.marketing-member .box2 {
  width: 100%;
  padding: 1.4rem 0 3.4rem;
}
.marketing-member .box2 .container .title {
  font-size: 0.56rem;
  line-height: 0.63rem;
  text-align: center;
  color: #222;
  padding-bottom: 0.2rem;
}
.marketing-member .box2 .container .txt {
  width: 900px;
  max-width: 100%;
  color: #666;
  text-align: center;
  line-height: 1.38;
  margin: 0.24rem auto 0;
}
.marketing-member .box2 .container .list {
  width: 100%;
  margin-top: 0.62rem;
}
.marketing-member .box2 .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marketing-member .box2 .container .list ul li {
  width: 19.79%;
  position: relative;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .marketing-member .box2 .container .list ul li {
    width: 39.5%;
  }
}
@media (max-width: 767px) {
  .marketing-member .box2 .container .list ul li {
    width: 100%;
  }
}
.marketing-member .box2 .container .list ul li::before {
  content: '';
  width: 81%;
  height: 0.14rem;
  background: linear-gradient(to right, rgba(13, 180, 236, 0.8), rgba(13, 137, 223, 0.8));
  border-radius: 0.07rem;
  position: absolute;
  left: calc(51% + 0.74rem);
  top: 0.43rem;
}
@media (max-width: 1580px) {
  .marketing-member .box2 .container .list ul li::before {
    width: 95.5%;
  }
}
@media (max-width: 1440px) {
  .marketing-member .box2 .container .list ul li::before {
    width: 92.5%;
  }
}
@media (max-width: 1366px) {
  .marketing-member .box2 .container .list ul li::before {
    width: 90.5%;
  }
}
@media (max-width: 1260px) {
  .marketing-member .box2 .container .list ul li::before {
    width: 89.5%;
  }
}
@media (max-width: 1024px) {
  .marketing-member .box2 .container .list ul li::before {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .marketing-member .box2 .container .list ul li::before {
    display: none;
  }
}
.marketing-member .box2 .container .list ul li:last-child::before {
  display: none;
}
.marketing-member .box2 .container .list ul li .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(to right, rgba(13, 180, 236, 0.8), rgba(13, 137, 223, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
}
.marketing-member .box2 .container .list ul li .icon img {
  max-width: 0.6rem;
  height: auto;
  object-fit: contain;
}
.marketing-member .box2 .container .list ul li .t1 {
  line-height: 1.125;
  font-weight: bold;
  color: #222;
  margin-top: 0.28rem;
  text-align: center;
}
.marketing-member .box2 .container .list ul li .t2 {
  color: #666;
  text-align: center;
  line-height: 1.25;
  margin-top: 0.13rem;
}
.marketing-member .box2 .container .link {
  display: flex;
  justify-content: center;
  margin-top: 0.18rem;
}
.job {
  width: 100%;
  padding: 1.53rem 0 3.4rem;
  background: #edf0f6;
}
.job .container .title {
  font-size: 0.78rem;
  line-height: 0.86rem;
  color: #222;
  font-weight: bold;
  padding-bottom: 0.2rem;
}
.job .container .sbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.66rem;
}
.job .container .sbox select {
  width: 32.29%;
  background: #fff url(../image/job-arrow.svg) 95% center no-repeat;
  height: 0.6rem;
  border-radius: 0.1rem;
  color: #999;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .job .container .sbox select {
    height: 0.8rem;
  }
}
.job .container .sbox .search-box {
  width: 32.29%;
  background: #fff url(../image/job-arrow.svg) 95% center no-repeat;
  height: 0.6rem;
  border-radius: 0.1rem;
  display: flex;
  padding: 3px;
}
.job .container .sbox .search-box .txt {
  width: calc(100% - 0.54rem);
  height: 100%;
  padding-left: 0.17rem;
}
.job .container .sbox .search-box .txt::placeholder {
  color: #999;
}
.job .container .sbox .search-box .btn {
  width: 0.54rem;
  height: 100%;
  border-radius: 0.1rem;
  background: #00acea url(../image/search-w.svg) center center no-repeat;
}
@media (max-width: 767px) {
  .job .container .sbox .search-box {
    height: 0.8rem;
  }
}
.job .container .list {
  width: 100%;
  margin-top: 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #fff;
  padding: 0 0.2rem;
}
.job .container .list ul li {
  width: 100%;
  border-radius: 0.2rem;
}
.job .container .list ul li .top {
  width: calc(100% - 0.4rem);
  min-height: 0.98rem;
  margin: 0 auto;
  border-bottom: 1px solid rgba(83, 83, 83, 0.1);
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
  cursor: pointer;
}
.job .container .list ul li .top .t1 {
  width: 565px;
  color: #222;
  font-weight: bold;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .job .container .list ul li .top .t1 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .job .container .list ul li .top .t1 {
    width: 90%;
  }
}
.job .container .list ul li .top .t2 {
  color: #666;
}
@media (max-width: 767px) {
  .job .container .list ul li .top .t2 {
    display: none;
  }
}
.job .container .list ul li .top .icon {
  margin-left: auto;
}
.job .container .list ul li .top .icon svg {
  transition: all ease-out 0.3s;
}
.job .container .list ul li .content {
  width: 100%;
  margin: 0 auto;
  padding: 0.16rem 0.2rem 0.4rem;
  display: none;
}
.job .container .list ul li .content .txt {
  color: rgba(34, 34, 34, 0.8);
}
.job .container .list ul li .content .ck {
  margin-top: 0.35rem;
}
.job .container .list ul li.on {
  background: rgba(237, 240, 246, 0.6);
}
.job .container .list ul li.on .top .t1 {
  color: #00acea;
}
.job .container .list ul li.on .top .icon svg {
  transform: rotateZ(180deg);
}
.job .container .page {
  margin-top: 0.6rem;
}
.fund-management-banner {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .fund-management-banner {
    padding-top: 0.86rem;
  }
}
@media (max-width: 767px) {
  .fund-management-banner {
    height: auto;
  }
}
.fund-management-banner .mob_pc {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .fund-management-banner .mob_pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.fund-management-banner .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) {
  .fund-management-banner .sub_banner_txt {
    flex-direction: column;
    padding: 90px 0 0.6rem;
  }
}
.fund-management-banner .sub_banner_txt .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .fund-management-banner .sub_banner_txt .left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.fund-management-banner .sub_banner_txt .left .subt_fo {
  margin-top: 0.2rem;
}
.fund-management-banner .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';
}
.fund-management-banner .sub_banner_txt .left .l_a a {
  margin-right: 0.2rem;
}
.fund-management-banner .sub_banner_txt .right {
  width: 48%;
  position: relative;
  z-index: 10;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .fund-management-banner .sub_banner_txt .right {
    width: 100%;
    margin: 0;
  }
}
.fund-management-banner .sub_banner_txt .right img {
  object-fit: contain;
}
.fund-management-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .fund-management-banner .container {
    padding-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .fund-management-banner .container {
    padding: 2rem 0 0.5rem;
    position: initial;
    transform: translate(0%, 0%);
  }
}
.fund-management-banner .container .sub_h2 {
  width: 670px;
  max-width: 100%;
  font-size: 0.56rem;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  margin-top: 0.3rem;
}
.fund-management-banner .container .t2 {
  width: 670px;
  max-width: 100%;
  line-height: 1.33;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.5);
}
.fund-management-banner .container .link {
  display: flex;
  margin-top: 0.75rem;
}
.fund-management-banner .container .link .public_a1 {
  margin-left: 0.2rem;
}
.fund-management {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 10;
}
.fund-management .box1 {
  width: 100%;
}
.fund-management .box1 .list {
  width: 100%;
  background: #fff;
  padding: 2.1rem 0 1.35rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 767px) {
  .fund-management .box1 .list {
    padding: 1rem 0 1.35rem;
  }
}
.fund-management .box1 .list .swiper-container {
  width: 75%;
}
@media (max-width: 991px) {
  .fund-management .box1 .list .swiper-container {
    padding: 0 5% 0.5rem;
    width: 100%;
  }
}
.fund-management .box1 .list .swiper-container .swiper-wrapper {
  flex-direction: column;
}
@media (max-width: 767px) {
  .fund-management .box1 .list .swiper-container .swiper-wrapper {
    flex-direction: column;
  }
}
.fund-management .box1 .list .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  /* filter: grayscale(100%); 
	                -webkit-filter: grayscale(100%); 
                    opacity: 0.1; */
  margin-right: 80px;
  transition: all ease-out 0.3s;
  margin-bottom: 0.4rem;
}
.fund-management .box1 .list .swiper-container .swiper-slide:nth-child(2n) {
  flex-direction: row;
}
@media (max-width: 991px) {
  .fund-management .box1 .list .swiper-container .swiper-slide {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .fund-management .box1 .list .swiper-container .swiper-slide {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    margin-bottom: 0.3rem;
  }
}
.fund-management .box1 .list .swiper-container .swiper-slide:last-child {
  margin-right: 0;
}
.fund-management .box1 .list .swiper-container .swiper-slide .public-img {
  /* margin-top: -1rem; */
  width: 48.61%;
}
@media (max-width: 991px) {
  .fund-management .box1 .list .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fund-management .box1 .list .swiper-container .swiper-slide .public-img {
    margin-top: 0;
  }
}
.fund-management .box1 .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 77.14%;
}
.fund-management .box1 .list .swiper-container .swiper-slide .tbox {
  width: 37.5%;
}
@media (max-width: 991px) {
  .fund-management .box1 .list .swiper-container .swiper-slide .tbox {
    width: 100%;
  }
}
.fund-management .box1 .list .swiper-container .swiper-slide .tbox .icon {
  width: 0.5rem;
}
@media (max-width: 767px) {
  .fund-management .box1 .list .swiper-container .swiper-slide .tbox .icon {
    width: 0.6rem;
  }
}
.fund-management .box1 .list .swiper-container .swiper-slide .tbox .icon img {
  max-width: 100%;
  height: auto;
}
.fund-management .box1 .list .swiper-container .swiper-slide .tbox .t1 {
  font-size: 0.5rem;
  line-height: 1.3;
  color: #222;
  /* margin-top: 0.4rem; */
  font-weight: bold;
}
.fund-management .box1 .list .swiper-container .swiper-slide .tbox .t2 {
  width: 100%;
  margin-top: 0.36rem;
}
.fund-management .box1 .list .swiper-container .swiper-slide .tbox .t2 span {
  display: flex;
  color: #555;
  line-height: 21px;
  position: relative;
  padding-left: 0.22rem;
  margin-bottom: 0.2rem;
  font-size: 18px;
}
@media (max-width: 1260px) {
  .fund-management .box1 .list .swiper-container .swiper-slide .tbox .t2 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fund-management .box1 .list .swiper-container .swiper-slide .tbox .t2 span {
    font-size: 0.28rem;
  }
}
.fund-management .box1 .list .swiper-container .swiper-slide .tbox .t2 span::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #40b6ee;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.fund-management .box1 .list .swiper-container .swiper-slide-active {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.fund-management .box1 .container {
  margin: 0.85rem auto 0;
}
@media (max-width: 991px) {
  .fund-management .box1 .container {
    display: none;
  }
}
.fund-management .box1 .container .line {
  display: none;
  width: 100%;
  height: 2px;
  background: rgba(102, 102, 102, 0.15);
  position: relative;
}
.fund-management .box1 .container .line span {
  width: 0;
  height: 4px;
  background: #40b6ee;
  position: absolute;
  left: 0;
  top: -1px;
}
.fund-management .box1 .container ul {
  width: 100%;
  position: relative;
  margin-top: -7px;
  display: flex;
  justify-content: center;
}
.fund-management .box1 .container ul li {
  cursor: pointer;
  margin: 0 0.1rem;
  position: relative;
  top: 0;
}
.fund-management .box1 .container ul li .icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e8e8e8;
  transition: all ease-out 0.3s;
}
.fund-management .box1 .container ul li .txt {
  display: none;
  font-size: 14px;
  line-height: 1;
  color: #999;
  transition: all ease-out 0.3s;
  padding-top: 0.33rem;
  text-align: center;
}
.fund-management .box1 .container ul li.on .icon {
  background: #40b6ee;
  /* width: 16px; */
  /* height: 16px; */
  /* top: -2px; */
  /* &::before{
                                content: '';
                                width: 34px;
                                height: 34px;
                                position: absolute;
                                left: 50%;
                                top: 50%;
                                transform: translate(-50%,-50%);
                                border-radius: 50%;
                                background: rgba(64,182,238,.2);
                                animation: dianRun3 1.5s forwards linear infinite;
                            } */
}
.fund-management .box1 .container ul li.on .txt {
  font-weight: bold;
  color: #40b6ee;
}
.fund-management .box2 {
  width: 100%;
  background: #edf0f6;
  padding: 1.4rem 0 3.34rem;
}
.fund-management .box2 .container .title {
  font-size: 0.56rem;
  line-height: 0.62rem;
  font-weight: bold;
  text-align: center;
  color: #222;
  padding-bottom: 0.2rem;
}
.fund-management .box2 .container .list {
  width: 100%;
  margin-top: 0.57rem;
}
.fund-management .box2 .container .list .swiper-container {
  width: 100%;
  padding-bottom: 0.5rem;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.25rem 0.27rem;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .public-img {
  width: 51.22%;
  border-radius: 0.15rem;
}
@media (max-width: 991px) {
  .fund-management .box2 .container .list .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 66.197%;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox {
  width: 42.13%;
  padding-right: 0.65rem;
}
@media (max-width: 991px) {
  .fund-management .box2 .container .list .swiper-container .swiper-slide .tbox {
    width: 100%;
    padding-right: 0;
    margin-top: 0.5rem;
  }
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox .t1 {
  display: flex;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox .t1 span {
  background: rgba(0, 172, 234, 0.1);
  border-radius: 5px;
  color: #00acea;
  padding: 0.05rem 0.1rem;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
  line-height: 1.2;
  color: #222;
  margin-top: 0.27rem;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox .t3 {
  line-height: 1.375;
  color: #666;
  margin-top: 0.16rem;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox .link {
  display: flex;
  margin-top: 0.6rem;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox .link a {
  display: flex;
  align-items: center;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox .link a span {
  color: #00acea;
  font-weight: bold;
  line-height: 1.33;
}
.fund-management .box2 .container .list .swiper-container .swiper-slide .tbox .link a img {
  width: 14px;
  height: auto;
  margin-left: 0.15rem;
}
.fund-management .box2 .container .list .swiper-container .swiper-pagination {
  bottom: 0;
}
.fund-management .box2 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: rgba(39, 39, 39, 0.1);
  opacity: 1;
}
.fund-management .box2 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00acea;
}
@keyframes dianRun3 {
  0% {
    width: 16px;
    height: 16px;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: 34px;
    height: 34px;
    opacity: 0;
  }
}
/*类标签*/
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{
	 
	src: url(../font/Silka-Bold.ttf);
} */
@font-face {
  font-family: 'Silkal';
  src: url(../font/Silka-ExtraLight.ttf);
}
.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.32rem;
  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;
  /* overflow: hidden; */
  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 {
  align-items: center;
}
.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 {
    margin-top: 0;
    height: auto;
    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,
.banner .box .boxx .left .l_txt h1 {
  font-size: 0.72rem;
  line-height: 1;
  margin-bottom: 0.32rem;
  /* font-family: 'Silkab'; */
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .banner .box .boxx .left .l_txt h2,
  .banner .box .boxx .left .l_txt h1 {
    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;
}
#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;
  font-weight: bold;
}
.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 {
  /* padding-right: 0.2rem; */
  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-weight: bold;
}
@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-weight: bold;
}
@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'; */
  font-weight: bold;
  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 {
  /* 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;
  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: 7rem;
    height: auto;
  }
}
.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-weight: bold;
}
.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;
}
.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;
}
.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;
  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) {
    /*flex-shrink: 0;*/
  }
}
@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_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;
  margin-bottom: 0.1rem;
}
.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.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.18rem;
  font-weight: bold;
  height: 2.8em;
}
.h_obs .h_obs_box .h_obs_con .h_obs_hr .txt p {
  line-height: 1.6;
  color: #666;
  margin-bottom: 0.35rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.8em;
}
@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(../image/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-size: 0.56rem;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
}
@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;
    width: 100%;
  }
}
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 .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 .wl_box {
  position: relative;
}
footer .foot .foot_s .left .b_lan .wl .wl_box.on > a {
  background: #fff;
}
footer .foot .foot_s .left .b_lan .wl .wl_box.on .wl_img {
  transform: translateX(-50%) scale(1);
}
footer .foot .foot_s .left .b_lan .wl .wl_box > 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 .wl_box > a {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_lan .wl .wl_box > a {
    margin-right: 0.25rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
footer .foot .foot_s .left .b_lan .wl .wl_box > a:hover {
  background: #fff;
}
footer .foot .foot_s .left .b_lan .wl .wl_box > a svg {
  width: 50%;
  height: auto;
}
footer .foot .foot_s .left .b_lan .wl .wl_box > a svg path {
  fill: #202736;
}
footer .foot .foot_s .left .b_lan .wl .wl_box .wl_img {
  position: absolute;
  bottom: 130%;
  left: 50%;
  /* background: #fff; */
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 100;
  transform: translateX(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 767px) {
  footer .foot .foot_s .left .b_lan .wl .wl_box .wl_img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
footer .foot .foot_s .left .b_lan .wl .wl_box .wl_img img {
  object-fit: contain;
}
footer .foot .foot_s .right {
  display: flex;
  /* width: 55%; */
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .foot .foot_s .right {
    display: none;
  }
}
footer .foot .foot_s .right .r_box {
  /* width: 25%; */
}
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: 1.2rem;
}
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;
}
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: 991px) {
  footer .foot_b .container2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.2rem 0;
  }
}
footer .foot_b .container2 .left {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .foot_b .container2 .left {
    margin-bottom: 0.1rem;
  }
}
footer .foot_b .container2 .left a {
  opacity: 0.3;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  footer .foot_b .container2 .left a {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
}
footer .foot_b .container2 .left a:hover {
  opacity: 1;
}
footer .foot_b .container2 .left p {
  opacity: 0.3;
  color: #fff;
}
footer .foot_b .container2 .right {
  margin-left: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .foot_b .container2 .right {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
footer .foot_b .container2 .right p {
  opacity: 0.3;
  color: #fff;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  footer .foot_b .container2 .right p {
    margin-bottom: 0.1rem;
  }
}
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:nth-last-child(2) {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
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 {
  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-weight: bold;
  color: #222;
  line-height: 1.4;
  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 {
  position: relative;
  z-index: 10;
  background: #f4f6fa;
}
.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; */
  overflow: auto;
  display: flex;
  padding-bottom: 4px;
  width: calc(100% - 4.1rem);
  display: none;
}
.blo .blo_box .item .ite_t .left::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.blo .blo_box .item .ite_t .left::-webkit-scrollbar-track {
  background: #e3e3e3;
  border-radius: 2px;
}
.blo .blo_box .item .ite_t .left::-webkit-scrollbar-thumb {
  background: #00acea;
  border-radius: 25px;
}
.blo .blo_box .item .ite_t .left::-webkit-scrollbar-corner {
  background: #00acea;
}
.blo .blo_box .item .ite_t .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  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;
}
.blo .blo_box .item .ite_t .right {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
@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;
  margin-bottom: 0.18rem;
  font-weight: bold;
  height: 2.4em;
}
@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;
}
.neban {
  background: url(../image/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);
}
.cre {
  background: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .cre {
    padding: 0 0 1rem;
  }
}
.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 1.8rem;
}
@media (max-width: 767px) {
  .cre .cre_box {
    padding: 1rem 0 1.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-weight: bold;
}
.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;
  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 {
  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 {
  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(../image/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;
  display: none;
}
.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-weight: bold;
  color: #222;
  line-height: 1.4;
  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.4rem;
  height: 0.3rem;
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  .cla .box .item .g_tit .left img,
  .cla .box .item .g_tit .left svg {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.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;
  margin-bottom: 0.66rem;
}
@media (max-width: 767px) {
  .g_404 > span {
    font-size: 3rem;
  }
}
.g_404 p {
  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-weight: bold;
  color: #222;
  line-height: 1.4;
  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.6);
  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-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 {
  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 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.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 .help {
  padding: 0;
  background: #fff;
}
.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;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
.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 {
  display: none;
  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 {
  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 {
  opacity: 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;
}
.help .container .right .item .que .que_box .que_con table {
  max-width: 100%;
}
.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 {
  margin-bottom: 0.12rem;
  font-weight: bold;
}
.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);
}
.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 {
  margin-bottom: 0.05rem;
  font-weight: bold;
}
.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,
.bloInfo_r .bloInfo_r_box .r_email form button span img {
  width: 8px;
  height: auto;
}
.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 1.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-weight: bold;
  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;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
@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;
  font-weight: bold;
}
.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 .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%;
}
@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;
  font-weight: bold;
}
.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 {
  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 {
    height: auto;
    padding: 0.3rem;
    position: relative;
  }
}
.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 {
  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;
}
.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;
  font-weight: bold;
}
@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;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.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;
}
.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;
}
@media (max-width: 1580px) {
  .curtain1 .curtain_box .curBox .curBox_con .left {
    padding: 0.78rem 0.3rem;
  }
}
.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; */
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@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;
}
.r_flo {
  z-index: 1000;
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
}
.r_flo .r_flo_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.r_flo .r_flo_box .r_flo_t {
  overflow: hidden;
  position: relative;
  width: 0.56rem;
  padding: 0.2rem 0;
  border-radius: 100px;
  background: linear-gradient(143.53deg, #4ad1ff 4.877%, #25bff5 84.143%, #00acea 95.171%);
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 33px rgba(10, 21, 26, 0.07);
}
.r_flo .r_flo_box .r_flo_t .img1 {
  position: absolute;
  background: linear-gradient(198.76deg, rgba(255, 255, 255, 0.83) 43.535%, rgba(212, 232, 238, 0.17) 87.416%);
  opacity: 0.3;
  transform: rotate(-180deg);
  width: 1.18rem;
  height: 1.18rem;
  top: -58%;
  left: 0;
  border-radius: 50%;
  max-width: initial;
}
.r_flo .r_flo_box .r_flo_t .img2 {
  position: absolute;
  background: linear-gradient(186.95deg, rgba(255, 255, 255, 0.16) 6.07%, #ffffff 43.673%);
  opacity: 0.4;
  transform: rotate(-180deg);
  width: 1.18rem;
  height: 1.18rem;
  top: 76%;
  right: 0;
  border-radius: 50%;
  max-width: initial;
}
.r_flo .r_flo_box .r_flo_t .bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.r_flo .r_flo_box .r_flo_t .bx img {
  width: 0.28rem;
  height: auto;
  margin-bottom: 5px;
}
.r_flo .r_flo_box .r_flo_t .bx p {
  line-height: 1.1;
  width: 1em;
  color: #fff;
}
.r_flo .r_flo_box .r_flo_con {
  width: 0.56rem;
  height: 0.56rem;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-top: 0.2rem;
  position: relative;
  border-radius: 100%;
}
.r_flo .r_flo_box .r_flo_con .r_flo_nr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.r_flo .r_flo_box .r_flo_con .r_flo_nr img {
  width: 45%;
  height: auto;
}
.r_flo .r_flo_box .r_flo_con .tel_l {
  position: absolute;
  right: 100%;
  top: 50%;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transform: translateY(-50%);
  padding-right: 0.25rem;
}
.r_flo .r_flo_box .r_flo_con .tel_l .tel_l_box {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(182, 182, 182, 0.5);
  border-radius: 8px;
  padding: 0.2rem 0.22rem 0.15rem;
}
.r_flo .r_flo_box .r_flo_con .tel_l .tel_l_box .txt {
  text-align: center;
  position: relative;
  z-index: 10;
}
.r_flo .r_flo_box .r_flo_con .tel_l .tel_l_box .txt p {
  white-space: nowrap;
}
.r_flo .r_flo_box .r_flo_con .tel_l .tel_l_box .txt .p1 {
  color: #333333;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.r_flo .r_flo_box .r_flo_con .tel_l .tel_l_box .txt .p2 {
  color: #00acea;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.r_flo .r_flo_box .r_flo_con .tel_l .tel_l_box .txt .p3 {
  font-size: 12px;
  color: #788186;
  line-height: 1;
}
.r_flo .r_flo_box .r_flo_con .tel_l .tel_l_box i {
  position: absolute;
  width: 0.22rem;
  height: 0.22rem;
  z-index: 1;
  right: -0.06rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background: #ffffff;
}
.r_flo .r_flo_box .r_flo_con .ewm_l {
  position: absolute;
  right: 100%;
  top: 50%;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transform: translateY(-50%);
  padding-right: 0.25rem;
  width: 2rem;
}
.r_flo .r_flo_box .r_flo_con .ewm_l .ewm_l_box {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(182, 182, 182, 0.5);
  border-radius: 8px;
}
.r_flo .r_flo_box .r_flo_con1.on .ewm_l {
  opacity: 1;
  pointer-events: initial;
  z-index: 10;
}
.r_flo .r_flo_box .r_flo_con2.on .tel_l {
  opacity: 1;
  pointer-events: initial;
  z-index: 10;
}
.r_flo .r_flo_box .r_flo_con2 .r_flo_nr img {
  width: 42%;
}
.r_flo .r_flo_box .r_flo_con3 .r_flo_nr img {
  width: 35%;
}
.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: 85px !important;
  min-width: 85px !important;
}
.inp_ntel .sot_select_nr .sel_text_x {
  border-right: 1px solid #e9e9e9 !important;
  border-radius: 0.1rem 0 0 0.1rem !important;
}
.inp_ntel .inp_box {
  border-radius: 0 0.1rem 0.1rem 0 !important;
}
.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;
}
.search_empty {
  margin: 0.5rem auto 0;
}

.m-buttons {display:block;}
#c-header .c-nav2 {overflow:hidden;}
.c-nav2-box {height:80%;}