@charset "utf-8";
/*字体*/
/* @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(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/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.78rem 0 3.8rem;
  position: relative;
  z-index: 10;
}
.company .container .box1 .title {
  font-size: 0.56rem;
  line-height: 0.62rem;
  text-align: center;
  font-family: 'Silkab';
  color: #222;
  padding-bottom: 0.2rem;
}
.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;
}
.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: 103.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 .title {
  font-size: 0.56rem;
  line-height: 0.62rem;
  font-family: 'Silkab';
  text-align: center;
  color: #222;
  padding-bottom: 0.2rem;
}
.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;
}
@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;
  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: calc(100% - 0.1rem);
  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;
  }
}
@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: 100%;
  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; */
  }
}
.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;
  font-family: 'Silkab';
  padding-bottom: 0.2rem;
}
.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;
  font-family: 'Silkab';
  line-height: 1.083;
  margin-top: 0.51rem;
}
.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;
  font-family: 'Silkab';
  padding-bottom: 0.2rem;
}
.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: 960px;
  max-width: 100%;
  font-size: 0.6rem;
  line-height: 1;
  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;
  font-family: 'Silkab';
  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;
  font-family: 'Silkab';
  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;
  font-family: 'Silkab';
  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(../images/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(../images/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(../images/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;
  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;
  color: #222;
  font-family: 'Silkab';
  /* margin-top: 0.4rem; */
}
.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;
  }
}
