@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");
} */
@font-face {
  font-family: "font-number";
  src: url("../fonts/AVGARDM.TTF") format("truetype");
}
/*@font-face {*/
/*  font-family: "font-number2";*/
/*  src: url("../fonts/ITC AVANT GARDE CE GOTHIC DEMI.TTF") format("truetype");*/
/*}*/
/*@font-face {*/
  /*font-family: "font-title";*/
/*  src: url("../fonts/SourceHanSansSC-Medium.otf") format("opentype");*/
/*}*/
/*@font-face {*/
/*  font-family: "font-txt";*/
/*  src: url("../fonts/SourceHanSansSC-Regular.otf") format("opentype");*/
/*}*/
/*@font-face {*/
/*  font-family: "font-stxt";*/
/*  src: url("../fonts/SourceHanSansSC-Light.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);
  }
}
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;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.gw {
  padding-top: calc(42px + 0.38rem);
  width: 100%;
}
@media (max-width: 991px) {
  .gw {
    padding-top: 1.2rem;
  }
}
.header.hstyle3 {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.header.hstyle3 .container .logo a svg path {
  fill: #595ca5;
}
.header.hstyle3 .container .close span {
  background: #595ca5;
}
.header.hstyle3 .container .right .menu ul li .menu-link a {
  color: #000;
}
.header.hstyle3 .container .right .tel {
  border: 1px solid #e8e8e8;
}
.header.hstyle3 .container .right .tel a i svg path {
  fill: #999;
}
.header.hstyle3 .container .right .tel:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header.hstyle3 .container .right .tel:hover a i svg path {
  fill: #fff;
}
.header.hstyle3 .container .right .message {
  border: 1px solid #e8e8e8;
}
.header.hstyle3 .container .right .message a {
  color: #666;
}
.header.hstyle3 .container .right .message a i svg path {
  fill: #999;
}
.header.hstyle3 .container .right .message:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header.hstyle3 .container .right .message:hover a {
  color: #fff;
}
.header.hstyle3 .container .right .message:hover a i svg path {
  fill: #fff;
}
.header.hstyle3 .container .right .shop {
  border: 1px solid #e8e8e8;
}
.header.hstyle3 .container .right .shop a {
  color: #666;
}
.header.hstyle3 .container .right .shop a i svg path {
  fill: #999;
}
.header.hstyle3 .container .right .shop:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header.hstyle3 .container .right .shop:hover a {
  color: #fff;
}
.header.hstyle3 .container .right .shop:hover a i svg path {
  fill: #fff;
}
.poli {
  padding: 1.1rem 0 1.2rem;
}
.poli .tit {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.58rem;
  padding-bottom: 0.6rem;
}
.poli .tit h1 {
  /*font-family: "font-title";*/
  color: #000000;
  margin-bottom: 0.05rem;
}
.poli .tit ul {
  display: flex;
}
.poli .tit ul li {
  margin-right: 0.2rem;
  color: #666;
}
.webs {
  padding: 1.1rem 0 1.2rem;
}
.webs .tit {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.6rem;
}
.webs .tit h1 {
  /*font-family: "font-title";*/
  color: #000000;
  margin-bottom: 0.05rem;
}
.webs .box .item {
  padding: 0.55rem 0 0.45rem;
  border-bottom: 1px solid #e8e8e8;
}
.webs .box .item .g_p {
  color: #000;
  margin-bottom: 0.25rem;
  line-height: 1.1;
}
.webs .box .item ul {
  display: flex;
  flex-wrap: wrap;
}
.webs .box .item ul li {
  margin: 0 0.4rem 0.1rem 0;
}
.webs .box .item ul li a {
  transition: all 0.3s;
  color: #666;
}
.webs .box .item ul li a:hover {
  color: #4e6ef2;
}
.h404 {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.h404 img {
  max-width: 90%;
}
.h404 p {
  margin-top: 0.75rem;
  /*font-family: "font-title";*/
  color: #000;
}
.h404 p span {
  color: #4e6ef2;
}
.h404 p i {
  font-style: initial;
}
.about_banner {
  position: relative;
  height: 6.4rem;
}
.about_banner .mob_pc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .about_banner .mob_pc .xs {
    display: none;
  }
}
.about_banner .mob_pc .yc {
  display: none;
}
@media (max-width: 767px) {
  .about_banner .mob_pc .yc {
    display: block;
  }
}
.about_banner .mob_pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_banner .sub_banner_txt {
  position: relative;
  z-index: 10;
  height: 100%;
  color: #fff;
}
.about_banner .sub_banner_txt > .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_banner .sub_banner_txt > .container .txt {
  padding-bottom: 0.48rem;
}
.about_banner .sub_banner_txt > .container .txt h2 {
  /*font-family: "font-title";*/
}
.abo_nav {
  border-bottom: 1px solid #e8e8e8;
  height: 0.8rem;
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
}
.abo_nav .container {
  height: 100%;
}
.abo_nav .container .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .abo_nav .container .box {
    overflow: auto;
    flex-wrap: initial;
  }
}
.abo_nav .container .box a {
  transition: all 0.4s;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0.82rem;
  color: #666;
  position: relative;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .abo_nav .container .box a {
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
  }
}
.abo_nav .container .box a.on,
.abo_nav .container .box a:hover {
  color: #4e6ef2;
  border-color: #4e6ef2;
}
@media (max-width: 991px) {
  .abo_nav .container .box a {
    flex-shrink: 0;
  }
}
.aboO .aboO_t {
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .aboO .aboO_t {
    flex-direction: column;
  }
}
.aboO .aboO_t .left {
  width: 43.75%;
}
@media (max-width: 991px) {
  .aboO .aboO_t .left {
    width: 100%;
  }
}
.aboO .aboO_t .left .item {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.aboO .aboO_t .left .item.on .tit h3 {
  color: #4e6ef2;
}
.aboO .aboO_t .left .item.on .tit svg path {
  fill: #4e6ef2;
}
.aboO .aboO_t .left .item .tit {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboO .aboO_t .left .item .tit h3 {
  line-height: 1.1;
  /*font-family: "font-title";*/
  color: #000;
}
.aboO .aboO_t .left .item .tit svg {
  width: 6px;
  height: auto;
}
.aboO .aboO_t .left .item .tit svg path {
  fill: #999999;
  opacity: 1;
}
.aboO .aboO_t .left .item .txt {
  display: none;
}
.aboO .aboO_t .left .item .txt .txtbox {
  padding: 0.3rem 0 0.32rem;
}
.aboO .aboO_t .right {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .aboO .aboO_t .right {
    width: 100%;
  }
}
.aboO .aboO_t .right .public-img {
  position: absolute;
  top: 0.4rem;
  left: 0;
  transition: all 0.8s;
  opacity: 0;
}
.aboO .aboO_t .right .public-img.on {
  position: relative;
  top: 0;
  opacity: 1;
}
.aboO .aboO_t .right .public-img:before {
  padding-top: 57.5%;
}
.aboO .aboO_m {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .aboO .aboO_m {
    flex-direction: column;
  }
}
.aboO .aboO_m .item {
  width: calc((100% - 1rem)/3);
  position: relative;
}
@media (max-width: 991px) {
  .aboO .aboO_m .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.aboO .aboO_m .item .public-img:before {
  padding-top: 60%;
}
.aboO .aboO_m .item .txt {
  background: url(../images/about3.png) no-repeat;
  background-position: bottom center;
  background-size: 100%;
  padding: 0.15rem 0.3rem;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.aboO .aboO_m .item .txt p {
  color: #fff;
}
.aboO .aboO_b {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 1.15rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .aboO .aboO_b {
    flex-wrap: wrap;
  }
}
.aboO .aboO_b .item {
  padding-top: 0.58rem;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .aboO .aboO_b .item {
    width: 50%;
  }
}
.aboO .aboO_b .item .gicon {
  margin-bottom: 0.4rem;
}
.aboO .aboO_b .item .gicon svg {
  width: 0.52rem;
  height: auto;
}
@media (max-width: 767px) {
  .aboO .aboO_b .item .gicon svg {
    width: 0.8rem;
  }
}
.aboO .aboO_b .item .num {
  display: flex;
  align-items: flex-start;
}
.aboO .aboO_b .item .num .num_box {
  display: flex;
  align-items: flex-end;
}
.aboO .aboO_b .item .num .num_box p {
  font-family: "font-number";
  line-height: 0.8;
  color: #4e6ef2;
  font-weight: bold;
}
.aboO .aboO_b .item .num .num_box span {
  color: #4e6ef2;
  line-height: 0.8;
  font-weight: bold;
}
.aboO .aboO_b .item .num i {
  font-style: initial;
  color: #999;
  line-height: 1.2;
  margin-left: 0.12rem;
}
.aboO .aboO_b .item .b_p {
  margin-top: 0.22rem;
}
.aboO .aboO_b .item .b_p p {
  color: #000;
}
.g_title {
  text-align: center;
}
.g_title h2 {
  /*font-family: "font-title";*/
  line-height: 1.1;
  color: #000;
}
@media (max-width: 767px) {
  .g_title h2 {
    font-size: 0.48rem;
  }
}
.qie .pub_nav {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #4e6ef2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .qie .pub_nav {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.qie .pub_nav:hover {
  background: #4e6ef2;
  border-color: #4e6ef2;
}
.qie .pub_nav:hover svg path {
  fill: #fff;
}
.qie .pub_nav svg {
  width: 16%;
  height: auto;
}
.qie .pub_nav svg path {
  fill: #4e6ef2;
  opacity: 1;
}
.qie .pub_prev {
  left: 1.9rem;
}
@media (max-width: 1580px) {
  .qie .pub_prev {
    left: 0.5rem;
  }
}
.qie .pub_prev svg {
  transform: rotate(180deg);
}
.qie .pub_next {
  right: 1.9rem;
}
@media (max-width: 1580px) {
  .qie .pub_next {
    right: 0.5rem;
  }
}
.abotw {
  background: #f5f8fa;
  padding: 1.15rem 0 0.8rem;
}
.abotw .box {
  position: relative;
  margin-top: 0.55rem;
}
.abotw .box .line {
  position: absolute;
  bottom: 50%;
}
@media (max-width: 767px) {
  .abotw .box .line {
    display: none;
  }
}
.abotw .box .container {
  padding: 400px 0 ;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .abotw .box .container {
    padding: 350px 0 ;
  }
}
@media (max-width: 767px) {
  .abotw .box .container {
    padding: 0 !important;
  }
}
.abotw .box .container .bbx {
  height: 1px;
  position: relative;
}
@media (max-width: 767px) {
  .abotw .box .container .bbx {
    height: auto;
  }
}
.abotw .box .container .bbx .abo_swi {
  overflow: initial;
}
@media (min-width: 768px) {
  .abotw .box .container .bbx .abo_swi .swiper-slide:nth-child(2n) {
    transform: translateY(-100%);
  }
  .abotw .box .container .bbx .abo_swi .swiper-slide:nth-child(2n) .abo_swi_box {
    flex-direction: column-reverse;
    transform: translateY(5px);
  }
  .abotw .box .container .bbx .abo_swi .swiper-slide:nth-child(2n) .abo_swi_box i {
    margin: 0.28rem 0 0;
  }
  .abotw .box .container .bbx .abo_swi .swiper-slide:nth-child(2n) .abo_swi_box .num {
    margin: 0.2rem 0 0;
  }
  .abotw .box .container .bbx .abo_swi .swiper-slide:nth-child(2n) .abo_swi_box .g_p {
    margin: 0.2rem 0 0;
  }
}
.abotw .box .container .bbx .abo_swi .abo_swi_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 0.06rem;
  transform: translateY(-5px);
}
@media screen and (max-width: 1440px) {
  .abotw .box .container .bbx .abo_swi .abo_swi_box {
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .abotw .box .container .bbx .abo_swi .abo_swi_box {
    transform: translateY(0px);
    padding-right: 0.5rem;
  }
}
.abotw .box .container .bbx .abo_swi .abo_swi_box i {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #4e6ef2;
  margin: 0 0 0.28rem;
}
@media (max-width: 767px) {
  .abotw .box .container .bbx .abo_swi .abo_swi_box i {
    display: none;
  }
}
.abotw .box .container .bbx .abo_swi .abo_swi_box .num {
  margin-bottom: 0.24rem;
}
.abotw .box .container .bbx .abo_swi .abo_swi_box .num p {
  color: #4e6ef2;
  font-weight: bold;
  font-family: "font-number";
  line-height: 0.8;
}
.abotw .box .container .bbx .abo_swi .abo_swi_box .g_p {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .abotw .box .container .bbx .abo_swi .abo_swi_box .g_p {
    font-size: 14px;
  }
}
.abotw .box .container .bbx .abo_swi .abo_swi_box .g_p p {
  line-height: 1.6;
  margin-bottom: 4px;
  display: block;
  position: relative;
  padding-left: 18px;
}
.abotw .box .container .bbx .abo_swi .abo_swi_box .g_p p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  left: 0;
  top: 10px;
}
@media (max-width: 1580px) {
  .abotw .box .container .bbx .abo_swi .abo_swi_box .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.abotw .box .container .bbx .abo_swi .abo_swi_box .img {
  width: 100%;
}
.abotw .box .container .bbx .abo_swi .abo_swi_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .abotw .box .qie {
    display: none;
  }
}
.abotr {
  background: #fff;
  padding: 1.16rem 0 120px;
}
@media (max-width: 767px) {
  .abotr {
    padding: 1rem 0;
  }
}
.abotr .g_title2 {
  margin: 1.2rem 0 0;
}
.abotr .box {
  margin-top: 0.58rem;
}
.abotr .box .numbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.58rem;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .abotr .box .numbox {
    flex-wrap: wrap;
  }
}
.abotr .box .numbox .item {
  width: 25%;
  border-right: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .abotr .box .numbox .item {
    width: 50%;
    justify-content: flex-start;
    border: none;
    margin-bottom: 0.4rem;
    padding-right: 0.2rem;
  }
}
.abotr .box .numbox .item:last-child {
  border: none;
}
.abotr .box .numbox .item .gicon {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.18rem;
}
@media (max-width: 767px) {
  .abotr .box .numbox .item .gicon {
    width: 0.65rem;
    height: 0.65rem;
  }
}
.abotr .box .numbox .item .gicon svg {
  width: 100%;
  height: auto;
}
.abotr .box .numbox .item .txt span {
  font-family: "font-number";
  line-height: 0.8;
  color: #4e6ef2;
  font-weight: bold;
  display: block;
}
.abotr .box .numbox .item .txt p {
  margin-top: 0.2rem;
  color: #000;
}
.abotr .bbx .bbx_con {
  padding: 0.6rem 0 0.55rem;
}
.abotr .bbx .bbx_con .abotr_swi .abotr_swi_box {
  text-align: center;
}
.abotr .bbx .bbx_con .abotr_swi .abotr_swi_box .public-img {
  margin-bottom: 0.26rem;
  height: 2.72rem;
}
.abotr .bbx .bbx_con .abotr_swi .abotr_swi_box .public-img:before {
  padding-top: 67.27941176%;
}
.abotr .bbx .bbx_con .abotr_swi .abotr_swi_box .public-img img {
  object-fit: contain;
}
.abotr .bbx .bbx_con .abotr_swi .abotr_swi_box p {
  color: #666;
}
.abotr .bbx .swi_b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* .swiper-scrollbar{
				height: 2px;
				width: 100%;
				background: #e8e8e8;
			} */
}
.abotr .bbx .swi_b .swip2_pag {
  width: 100%;
  height: 2px;
  background: #e8e8e8;
  position: relative;
}
.abotr .bbx .swi_b .swip2_pag .swiper-pagination-bullet {
  width: 0;
  height: 2px;
  border-radius: 0;
  background: #4e6ef2;
  left: 0;
  top: 0;
  opacity: 1;
  position: absolute;
}
.abotr .bbx .swi_b .swip2_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4e6ef2;
  width: 100%;
  transition: all 6s;
}
.abotr .bbx .swi_b .qie {
  flex-shrink: 0;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
.abotr .bbx .swi_b .qie .pub_nav {
  margin-left: 0.1rem;
  position: initial;
  transform: translateY(0%);
}
.abotfo {
  padding: 1.16rem 0 1.2rem;
  background: #f5f8fa;
  overflow: hidden;
}
.abotfo .box {
  position: relative;
}
.abotfo .box .t_nav {
  border-bottom: 1px solid #e8e8e8;
  margin: 0.6rem auto 0.4rem;
  display: flex;
  justify-content: center;
}
.abotfo .box .t_nav .t_nav_box {
  margin-bottom: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .abotfo .box .t_nav .t_nav_box {
    overflow: auto;
    justify-content: flex-start;
  }
}
.abotfo .box .t_nav .t_nav_box a {
  cursor: pointer;
  color: #666;
  padding-bottom: 0.2rem;
  margin: 0 0.39rem;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .abotfo .box .t_nav .t_nav_box a {
    flex-shrink: 0;
  }
}
.abotfo .box .t_nav .t_nav_box a.on {
  border-bottom: 2px solid #4e6ef2;
  color: #4e6ef2;
}
.abotfo .bbx {
  padding-left: 14.49vw;
}
@media (max-width: 1900px) {
  .abotfo .bbx {
    padding-left: 8.5vw;
  }
}
@media screen and (max-width: 1460px) {
  .abotfo .bbx {
    padding-left: 7.5vw;
  }
}
.abotfo .bbx .container {
  overflow: visible;
}
.abotfo .bbx .item {
  overflow: hidden;
  display: none;
}
.abotfo .bbx .item .bbx_con .abotfo_swi {
  overflow: visible;
}
.abotfo .bbx .item .bbx_con .abotfo_swi .swiper-slide-active .abotfo_swi_box {
  opacity: 1;
}
.abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box {
  opacity: 0.3;
  height: 4.6rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box {
    flex-direction: column;
    height: auto;
  }
}
.abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .img {
  width: 62.5%;
  height: 100%;
}
@media (max-width: 767px) {
  .abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .img {
    width: 100%;
  }
}
.abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .txt {
  overflow: auto;
  width: 37.5%;
  background: #4e6ef2;
  color: #fff;
  padding: 0.55rem 0.8rem 0;
}
@media (max-width: 991px) {
  .abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .txt {
    padding: 0.3rem 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .txt {
    width: 100%;
    padding: 0.4rem;
  }
}
.abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .txt h3 {
  line-height: 1.1;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #8098f4;
  margin-bottom: 0.35rem;
}
.abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .txt p {
  line-height: 1.66;
}
@media (max-width: 767px) {
  .abotfo .bbx .item .bbx_con .abotfo_swi .abotfo_swi_box .txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.abotfo .swi_b {
  /* margin-right: 16.9%;
		@media @max-bg{
			margin-right: 8.5vw;
		} */
}
.abotfo .swi_b .qie {
  margin-top: 0.4rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abotfo .swi_b .qie .pub_nav {
  margin: 0 0.1rem;
  position: initial;
  transform: translateY(0%);
}
.abotfi {
  padding: 1.15rem 0;
}
.abotfi .container {
  overflow: hidden;
}
.abotfi .box {
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .abotfi .box {
    margin-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.abotfi .box .abotfi_swi {
  overflow: initial;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 1580px) {
  .abotfi .box .abotfi_swi {
    width: 220px;
    height: 220px;
  }
}
.abotfi .box .abotfi_swi .swip3_pag {
  display: none;
}
@media (max-width: 767px) {
  .abotfi .box .abotfi_swi .swip3_pag {
    display: block;
    bottom: -0.3rem;
  }
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-prev {
  transform: translateX(-0.7rem);
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-next {
  transform: translateX(0.7rem);
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide {
  transition: all 0.4s;
  height: 3rem;
  /* width: 14% !important; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide .abotfi_swi_box {
  position: relative;
  transition: all 0.4s;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide .abotfi_swi_box .img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide .abotfi_swi_box .img img {
  width: 100%;
  height: 100%;
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide .abotfi_swi_box .txt {
  position: absolute;
  top: calc(100% + 0.28rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-duplicate-active,
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-active {
  /* width: 300px !important; */
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-duplicate-active .abotfi_swi_box,
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-active .abotfi_swi_box {
  width: 3rem;
  height: 3rem;
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-duplicate-active .abotfi_swi_box .img,
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-active .abotfi_swi_box .img {
  background: #4e6ef2;
  padding: 10px;
}
@media screen and (max-width: 1580px) {
  .abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-duplicate-active .abotfi_swi_box .img,
  .abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-active .abotfi_swi_box .img {
    padding: 5px;
  }
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-duplicate-active .abotfi_swi_box .txt h3,
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-active .abotfi_swi_box .txt h3 {
  color: #4e6ef2;
  font-size: 0.3rem;
}
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-duplicate-active .abotfi_swi_box .txt p,
.abotfi .box .abotfi_swi .swiper-wrapper .swiper-slide-active .abotfi_swi_box .txt p {
  font-size: 0.24rem;
}
.abotfi .g_p {
  margin-top: 1.94rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .abotfi .g_p {
    margin-top: 1rem;
  }
}
.abotfi .g_p .item {
  position: absolute;
  top: 0.2rem;
  opacity: 0;
}
.abotfi .g_p .item.on {
  top: 0;
  opacity: 1;
  transition: all 0.4s;
  position: relative;
}
.abotfi .g_p .item p {
  /*font-family: "font-title";*/
}
.abotsi {
  padding: 1.15rem 0 0.78rem;
  background: #f5f8fa;
}
@media (max-width: 767px) {
  .abotsi {
    padding: 1rem 0;
  }
}
.abotsi .container {
  position: relative;
  margin-top: 0.6rem;
}
.abotsi .container .img {
  width: 100%;
  height: auto;
}
.abotsi .container .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abotsi .container .add_box .add {
  width: 1px;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.abotsi .container .add_box .add i {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4e6ef2;
}
.abotsi .container .add_box .add i::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  background: #4e6ef2;
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
}
.abotsi .container .add_box .add p {
  position: absolute;
  left: 24px;
  white-space: nowrap;
}
.abotsi .container .add_box .add1 {
  left: 20%;
  top: 34%;
}
.abotsi .container .add_box .add2 {
  left: 33%;
  top: 65%;
}
.abotsi .container .add_box .add3 {
  left: 47%;
  top: 40%;
}
.abotsi .container .add_box .add4 {
  left: 78%;
  top: 44%;
}
@keyframes moveq {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}
