@charset "utf-8";
.sub_banner {
  position: relative;
}
.sub_banner .xs,
.sub_banner .xs2 {
  display: block;
}
.sub_banner .yc,
.sub_banner .yc2 {
  display: none;
}
@media (max-width: 767px) {
  .sub_banner .xs,
  .sub_banner .xs2 {
    display: none;
  }
  .sub_banner .yc,
  .sub_banner .yc2 {
    display: block;
  }
}
.sub_banner .mob_pc {
  height: 5.8rem;
}
.sub_banner .mob_pc img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
}
.sub_banner .sub_banner_txt .container1510 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 34% 0.24rem 0;
}
@media screen and (max-width: 1440px) {
  .sub_banner .sub_banner_txt .container1510 {
    padding: 60px 0 0.24rem;
  }
}
.sub_banner .sub_banner_txt .container1510 h2 {
  font-size: 0.48rem;
  line-height: 1.3;
  margin-bottom: 0.24rem;
}
.sub_banner .sub_banner_txt .container1510 > a {
  padding: 0 0.48rem;
  height: 0.6rem;
  background: var(--color);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  margin-top: 0.36rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container1510 > a {
    height: 0.8rem;
  }
}
.sub_banner .sub_banner_txt .container1510 > a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .sub_banner2 .mob_pc {
    height: 8rem;
  }
}
.sub_banner2 .sub_banner_txt {
  background: rgba(0, 0, 0, 0.25);
}
.sub_banner2 .bant_form {
  margin-top: 0.5rem;
}
.sub_banner2 .bant_form form .for_t {
  display: flex;
  margin-bottom: 0.2rem;
}
.sub_banner2 .bant_form form .for_t .inp {
  width: 4.84rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem 0 0.2rem;
  border: 1px solid #fff;
  border-radius: 100px;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t .inp {
    height: 0.8rem;
    padding: 0 0.26rem;
  }
}
.sub_banner2 .bant_form form .for_t .inp input {
  width: 100%;
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-webkit-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-moz-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-ms-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp svg {
  width: 0.22rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t .inp svg {
    width: 0.34rem;
  }
}
.sub_banner2 .bant_form form .for_t .inp svg path {
  fill: #fff;
}
.sub_banner2 .bant_form form .for_t button {
  padding: 0 0.22rem;
  height: 0.54rem;
  background: var(--color);
  border-radius: 100px;
  color: #fff;
  margin-left: 0.1rem;
  flex-shrink: 0;
  transition: all 0.3s;
}
.sub_banner2 .bant_form form .for_t button:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t button {
    height: 0.8rem;
    padding: 0 0.36rem;
  }
}
.sub_banner2 .bant_form form > p {
  color: #fff;
}
.sub_banner2 .bant_form form > p a {
  color: #fff;
  transition: all 0.3s;
}
.sub_banner2 .bant_form form > p a:hover {
  color: var(--color);
}
.sub_banner3 .sub_banner_txt {
  background: rgba(0, 0, 0, 0.25);
}

 
@charset "utf-8";
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p .cru_sy {
  margin-right: 0;
  width: 16px;
  height: auto;
}
.crumbs p .cru_sy path {
  fill: #999;
}
.crumbs p > a {
  margin-right: 0.16rem;
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
    display: flex;
    align-items: center;
  }
}
.crumbs p:last-child a {
  color: #333;
}
.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;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.12rem;
}
.crumbs2_box {
  /* background: #F5F5F5; */
  padding: 0.28rem 0;
}
.crumbs2_box.on {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .crumbs2_box.on {
    margin-top: 60px;
  }
}

 
@charset "utf-8";
.gs-about-2 {
  width: 100%;
  height: auto;
  margin: 1.2rem 0;
}
.gs-about-2 .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .gs-about-2 .con {
    display: block;
  }
}
.gs-about-2 .txt {
  width: 44.6%;
  text-align: left;
}
@media (max-width: 767px) {
  .gs-about-2 .txt {
    width: 100%;
  }
}
.gs-about-2 .txt .name {
  font-size: var(--font-size2);
  color: #000;
  line-height: 1.2;
}
.gs-about-2 .txt .name2 {
  font-size: var(--font-size4);
  color: #002969;
  margin-top: 0.1rem;
  line-height: 1.2;
}
.gs-about-2 .txt .intro {
  margin-top: 0.3rem;
  font-size: var(--font-size8);
  color: #333;
  line-height: 1.875;
}
.gs-about-2 .txt .intro p + p {
  margin-top: 1em;
}
.gs-about-2 .pic {
  width: 46.3%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .gs-about-2 .pic {
    width: 100%;
    margin-top: 1rem;
  }
}
.gs-about-2 .pic .play-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: end;
  cursor: pointer;
}
.gs-about-2 .pic .play-box .play {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.gs-about-2 .pic .play-box .play .icon {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  font-size: 0;
  color: var(--color);
}
.gs-about-2 .pic .play-box .play .icon svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.gs-about-2 .pic .play-box .play .icon::after {
  content: '';
  width: 52%;
  height: 52%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}
.gs-about-2 .pic .play-box .play .word {
  width: 100%;
  height: auto;
  min-width: 0;
  flex: 1;
  margin-left: 1em;
  font-size: var(--font-size8);
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.gs-about-2 .pic .play-box:hover .play .word {
  text-decoration: underline;
}
.gs-about-2 .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

 
@charset "utf-8";
.sys_t {
  padding: 1.2rem 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .sys_t {
    padding: 0.7rem 0;
  }
}
.sys_t .sys_t_box {
  position: relative;
  height: 6rem;
}
@media (max-width: 767px) {
  .sys_t .sys_t_box {
    height: auto;
  }
}
.sys_t .sys_t_box .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sys_t .sys_t_box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sys_t .sys_t_box .img img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
.sys_t .sys_t_box .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1.15rem 0 0 0.9rem;
}
@media (max-width: 767px) {
  .sys_t .sys_t_box .txt {
    padding: 0.6rem 0.4rem;
    position: relative;
  }
}
.sys_t .sys_t_box .txt h2 {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.sys_t .sys_t_box .txt p {
  width: 4.55rem;
}
@media (max-width: 1580px) {
  .sys_t .sys_t_box .txt p {
    width: 100%;
  }
}

 
@charset "utf-8";
.abo_ls {
  padding: 1.55rem 0 1.2rem;
}
@media (max-width: 767px) {
  .abo_ls {
    padding: 1rem 0;
  }
}
.abo_ls .title {
  margin-bottom: 0.35rem;
  text-align: center;
}
.abo_ls .title span {
  font-size: var(--font-size4);
  color: var(--color);
  display: block;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .abo_ls .title span {
    font-size: 0.28rem;
  }
}
.abo_ls .title h2 {
  font-size: 0.48rem;
  font-weight: bold;
}
.abo_ls .abo_ls_box .abo_ls_con {
  position: relative;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi {
  padding: 0.85rem 0.36rem;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px ;
  background: #e6e6e6;
  bottom: 0;
  left: 0;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr p {
  position: absolute;
  color: #666;
  bottom: 0.3rem;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  position: relative;
  z-index: 10;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i1 {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #a6a6a6;
  background: rgba(173, 173, 173, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i1 {
    width: 14px;
    height: 14px;
  }
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i2 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a6a6a6;
  display: block;
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i2 {
    width: 4px;
    height: 4px;
  }
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .swiper-slide-active .abo_ls_nr p {
  font-size: 0.36rem;
  font-weight: bold;
  color: var(--color);
  transition: all 0.3s;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .swiper-slide-active .abo_ls_nr .g_i .i1 {
  background: rgba(229, 85, 20, 0.3);
  border-color: var(--color);
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .swiper-slide-active .abo_ls_nr .g_i .i1 {
    width: 20px;
    height: 20px;
  }
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .swiper-slide-active .abo_ls_nr .g_i .i2 {
  transition: all 0.3s;
  width: 14px;
  height: 14px;
  background: var(--color);
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .swiper-slide-active .abo_ls_nr .g_i .i2 {
    width: 6px;
    height: 6px;
  }
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_nav {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  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;
  margin: 0;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_nav:hover {
  background: var(--color);
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_nav:hover svg {
  color: #fff;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_nav:hover svg path {
  fill: #fff;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_nav svg {
  color: var(--color);
  width: 13.34%;
  height: auto;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_nav svg path {
  fill: var(--color);
  opacity: 1;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_prev {
  left: 0;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_prev svg {
  transform: rotate(180deg);
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_next {
  right: 0;
  left: auto;
}
.abo_ls .abo_ls_box .g_year {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.abo_ls .abo_ls_box .g_year::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 30%;
}
@media (max-width: 991px) {
  .abo_ls .abo_ls_box .g_year::before {
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .g_year::before {
    padding-top: 0;
  }
}
.abo_ls .abo_ls_box .g_year .g_year_list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .g_year .g_year_list {
    position: initial;
    opacity: 1;
    display: none;
  }
}
.abo_ls .abo_ls_box .g_year .g_year_list.on {
  opacity: 1;
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .g_year .g_year_list.on {
    display: block;
  }
}
.abo_ls .abo_ls_box .g_year .g_year_list.on .g_year_lb > span {
  top: 0;
}
.abo_ls .abo_ls_box .g_year .g_year_list.on .g_year_lb .txt {
  top: 50%;
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb {
  position: relative;
  display: flex;
  justify-content: center;
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb > span {
  font-size: 4.82rem;
  font-weight: bold;
  color: #999;
  opacity: 0.1;
  line-height: 0.8;
  text-align: center;
  margin: auto;
  transition: all 0.5s;
  position: relative;
  top: 0.5rem;
}
@media (max-width: 991px) {
  .abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb > span {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb > span {
    display: none;
  }
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb .txt {
  transition: all 0.5s;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.46rem;
  min-height: 2.74rem;
  background: #fff;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3rem 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb .txt {
    position: initial;
    transform: translate(0%, 0%);
    padding: 0.3rem 0.5rem;
    width: 100%;
    min-height: auto;
  }
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb .txt h3 {
  font-weight: bold;
  margin-bottom: 0.16rem;
  display: none;
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb .txt p {
  color: #666;
  margin-bottom: 0.1rem;
}

 
@charset "utf-8";
.gs-about-4 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 0;
}
.gs-about-4 .title {
  width: 100%;
  font-size: var(--font-size2);
  color: #000;
  text-align: center;
  font-weight: bold;
}
.gs-about-4 .desc {
  text-align: center;
  color: var(--color3);
  margin: 0.1rem auto 0;
  max-width: 950px;
}
.gs-about-4 .date {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.gs-about-4 .date ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .gs-about-4 .date ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.gs-about-4 .date li {
  text-align: left;
  margin: 0 4.4%;
}
.gs-about-4 .date li .num {
  font-size: 0.54rem;
  color: var(--color);
  font-weight: bold;
}
.gs-about-4 .date li .txt {
  font-size: var(--font-size6);
  color: var(--color4);
}
.gs-about-4 .date li .unit {
  font-size: 0.5em;
}
@media (max-width: 767px) {
  .gs-about-4 .date li:nth-child(1),
  .gs-about-4 .date li:nth-child(2) {
    margin-top: 0;
  }
}
.gs-about-4 .pic {
  position: relative;
  z-index: 0;
  margin-top: 1.2rem;
  font-size: 0;
}
.gs-about-4 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gs-about-4 .pic .map {
  position: relative;
  z-index: 0;
  top: 0;
  transition: all 0.5s;
}
.gs-about-4 .pic .dot {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  transition: all 1.2s;
  transition-delay: 0.4s;
}
.gs-about-4 .pic .dot img {
  height: auto;
}
.gs-about-4 .pic .line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transition: all 1.2s;
  transition-delay: 0.4s;
}
.gs-about-4 .pic .line img {
  height: auto;
}
.gs-about-4 .pic.show .map {
  opacity: 1;
  top: 0;
}
.gs-about-4 .pic.show .dot {
  opacity: 1;
  top: 0;
}
.gs-about-4 .pic.show .line {
  opacity: 1;
  top: 0;
}
.gs-about-4 .serVideo {
  margin-top: 8.3%;
}
.gs-about-4 .serVideo video {
  width: 100%;
  height: 4.7rem;
  object-fit: cover;
  overflow: hidden;
}

 
@charset "utf-8";
.index-box3 {
  width: 100%;
  padding: 1.18rem 0 2.45rem;
}
@media (max-width: 991px) {
  .index-box3 {
    padding: 1.2rem 0;
  }
}
@media (max-width: 767px) {
  .index-box3 {
    padding: 1.2rem 0;
  }
}
.index-box3 .container1510 .top .title {
  color: #333;
  line-height: 1.25em;
  font-size: 0.4rem;
}
.index-box3 .container1510 .list {
  width: 100%;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .index-box3 .container1510 .list {
    display: none;
  }
}
.index-box3 .container1510 .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-box3 .container1510 .list ul li {
  width: 43.05555556%;
  padding-bottom: 0.42rem;
  border-bottom: 1px solid #ececec;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .index-box3 .container1510 .list ul li {
    width: 100%;
  }
  .index-box3 .container1510 .list ul li:last-child {
    margin-bottom: 0;
  }
}
.index-box3 .container1510 .list ul li:nth-child(2n) {
  margin-top: -1.6rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .index-box3 .container1510 .list ul li:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .index-box3 .container1510 .list ul li:nth-child(2n):last-child {
    margin-bottom: 0;
  }
}
.index-box3 .container1510 .list ul li .logo {
  width: 100%;
  display: flex;
  height: 45px;
  display: none;
}
.index-box3 .container1510 .list ul li .logo img {
  height: 100%;
}
.index-box3 .container1510 .list ul li .txt {
  line-height: 1.625em;
  color: #333;
  /* margin-top: 0.33rem; */
  font-size: 16px;
}
@media (max-width: 1580px) {
  .index-box3 .container1510 .list ul li .txt {
    font-size: 14px;
  }
}
.index-box3 .container1510 .list ul li .tbox {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-top: 0.5rem;
}
.index-box3 .container1510 .list ul li .tbox .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.24rem;
}
.index-box3 .container1510 .list ul li .tbox .ts .ts1 {
  color: #666;
  line-height: 1.33333333em;
  font-size: var(--font-size7);
}
.index-box3 .container1510 .list ul li .tbox .ts .ts2 {
  color: #999;
  line-height: 1.42857143em;
  margin-top: 2px;
  font-size: var(--font-size9);
}
.index-box3 .container1510 .list ul li::after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  transition: all 0.8s;
}
.index-box3 .container1510 .list ul li:hover::after {
  width: 100%;
}
.index-box3 .md-list {
  width: 100%;
  margin-top: 0.5rem;
  display: none;
}
@media (max-width: 767px) {
  .index-box3 .md-list {
    display: block;
  }
}
.index-box3 .md-list .swiper {
  padding: 0 0 50px 5%;
}
.index-box3 .md-list .swiper .swiper-slide {
  border: 1px solid #eee;
  border-radius: 0.15rem;
  padding: 0.3rem;
  opacity: 0.2;
}
.index-box3 .md-list .swiper .swiper-slide .logo {
  width: 100%;
  display: flex;
  height: 30px;
}
.index-box3 .md-list .swiper .swiper-slide .logo img {
  height: 100%;
}
.index-box3 .md-list .swiper .swiper-slide .txt {
  line-height: 1.625em;
  color: #333;
  margin-top: 0.33rem;
}
.index-box3 .md-list .swiper .swiper-slide .tbox {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-top: 0.5rem;
}
.index-box3 .md-list .swiper .swiper-slide .tbox .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.index-box3 .md-list .swiper .swiper-slide .tbox .ts .ts1 {
  color: #666;
  line-height: 1.33333333em;
}
.index-box3 .md-list .swiper .swiper-slide .tbox .ts .ts2 {
  width: 100%;
  color: #999;
  line-height: 1.42857143em;
  margin-top: 2px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box3 .md-list .swiper .swiper-slide::after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  transition: all 0.8s;
}
.index-box3 .md-list .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.index-box3 .md-list .swiper .swiper-pagination {
  bottom: 0;
}
.index-box3 .md-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
