/*figure*/
.figure {
  overflow: hidden;
  position: relative;
}
.figure a {
  display: block;
  position: relative;
  overflow: hidden;
}
.figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.figure:after {
  content: '';
}
.figure .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.figure .bg {
  background: no-repeat center center;
  background-size: cover;
  display: block;
  transition: all 0.3s;
}
/*slides*/
#slides .figure {
  padding-bottom: 50%;
}
#slides .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(0);
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 2s;
}
#slides .name {
  line-height: 1.2em;
  margin-bottom: 0.05rem;
  max-width: 13.33333333em;
}
#slides .name span {
  position: relative;
}
#slides .name span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #b6004f;
  bottom: 0.35em;
}
#slides .info {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}
#slides .swiper-slide-duplicate-active .text,
#slides .swiper-slide-active .text {
  transform: translateY(-72%);
  opacity: 1;
}
#slides .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.6875%;
}
#slides .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0.4;
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 0.07rem;
  position: relative;
}
#slides .swiper-pagination-bullet::after {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.04rem 0 0 -0.04rem;
}
#slides .swiper-pagination-bullet-active {
  border-color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #slides .swiper-slide-duplicate-active .text,
  #slides .swiper-slide-active .text {
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #slides .figure {
    padding-bottom: 100%;
  }
}
@keyframes vmore {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/*vmore*/
.vmore .go {
  display: block;
  width: 0.5rem;
  border-radius: 50%;
  position: relative;
}
.vmore .go:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #b6004f 0%, #f4056d 100%);
  opacity: 0.1;
  animation: vmore 1s linear 0s infinite;
}
.vmore i {
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #b6004f 0%, #f4056d 100%);
  position: relative;
  z-index: 2;
}
.vmore i:after {
  width: 36%;
  padding-bottom: 28%;
  background: url(../images/vmore_01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*about*/
.about {
  padding-top: 6.77083333%;
  overflow: hidden;
}
.about .text {
  margin-bottom: 3.75%;
  flex-wrap: wrap;
}
.about .info {
  width: 60%;
}
.about .name {
  line-height: 1.32em;
  color: #131419;
  width: 3em;
  position: relative;
}
.about .name:after {
  width: 0.6em;
  height: 0.08em;
  background-color: #b6004f;
  display: block;
  content: '';
  margin-top: 0.1em;
}
.about .intro {
  width: calc(100% - 3.22rem);
  color: #999;
}
.about .entry {
  width: 30.0625%;
  line-height: 1.25em;
}
.about .meta {
  flex-wrap: wrap;
}
.about .pic {
  width: 60%;
}
.about .figure {
  width: 116.66666667%;
  margin-left: -16.66666667%;
}
.about .figure:after {
  display: block;
  padding-bottom: 53.03571429%;
}
.about .data {
  width: 30.0625%;
}
.about .data ul {
  flex-wrap: wrap;
}
.about .data li {
  width: 55%;
  margin-bottom: 0.47rem;
}
.about .data li:nth-child(2n) {
  width: 40%;
}
.about .data p {
  color: #555;
  line-height: 1.25em;
}
.about .data .num {
  color: #b6004f;
  letter-spacing: -0.05em;
  line-height: 1em;
}
@media only screen and (max-width: 1024px) {
  .about .intro {
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .about .info {
    width: 100%;
    margin-bottom: 5%;
  }
  .about .intro {
    width: calc(100% - 1.3rem);
  }
  .about .entry {
    width: 100%;
  }
  .about .pic {
    width: 100%;
    margin-bottom: 5%;
  }
  .about .figure {
    width: auto;
    margin-left: 0;
  }
  .about .data {
    width: 100%;
  }
  .about .data li {
    margin-bottom: 5%;
  }
}
/*hinfo*/
.hinfo {
  text-align: center;
  margin-bottom: 3.5625%;
}
@media only screen and (max-width: 768px) {
  .hinfo {
    margin-bottom: 5%;
  }
}
.hname {
  color: #1b1f24;
  line-height: 1.125em;
}
.hname:after {
  width: 0.625em;
  height: 0.08333333em;
  background-color: #b6004f;
  display: block;
  content: '';
  margin: 0.16666667em auto 0;
}
.htext {
  line-height: 1.66666667em;
  color: #999;
  margin-top: 1em;
}
/*indapp*/
.indapp {
  padding: 7.55208333% 0 6.25%;
  overflow: hidden;
}
.indapp .item {
  flex: 1;
  margin-right: 0.1rem;
  transition: all 0.2s;
}
.indapp .item:last-child {
  margin-right: 0;
}
.indapp .item:hover {
  flex: 2.759;
}
.indapp .item:hover .figure:after {
  opacity: 0;
}
.indapp .item:hover .intro,
.indapp .item:hover .vmore {
  display: block;
}
.indapp .item:hover .info:before {
  background-image: linear-gradient(0deg, #b6004f, transparent);
  height: 100%;
}
.indapp .figure:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0d1217;
  opacity: 0.5;
  transition: all 0.2s;
}
.indapp .bg {
  padding-bottom: 6rem;
  background-size: auto 100%;
}
.indapp .text {
  position: absolute;
  left: 0;
  bottom: 7.33333333%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.indapp .tit {
  line-height: 1.25em;
}
.indapp .intro {
  line-height: 1.66666667em;
  margin-top: 0.55555556em;
  display: none;
}
.indapp .vmore {
  margin-top: 5.64885496%;
  display: none;
}
.indapp .info {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
  color: #fff;
}
.indapp .info:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36%;
  background-image: linear-gradient(0deg, #000, transparent);
  z-index: 2;
  transition: all 0.2s;
}
@media only screen and (max-width: 1024px) {
  .indapp .list {
    flex-wrap: wrap;
  }
  .indapp .item {
    flex: auto;
    width: calc(33.333% - 0.1rem);
    margin-bottom: 0.1rem;
  }
  .indapp .item:nth-child(3n) {
    margin-right: 0;
  }
  .indapp .item:hover {
    flex: auto;
  }
  .indapp .bg {
    padding-bottom: 90.22556391%;
  }
}
@media only screen and (max-width: 768px) {
  .indapp .item {
    width: calc(50% - 0.1rem);
  }
  .indapp .item:nth-child(3n) {
    margin-right: 0.1rem;
  }
  .indapp .item:nth-child(2n) {
    margin-right: 0;
  }
}
/*leading*/
.leading {
  background: url(../images/leading_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5.46875% 0 5.72916667%;
}
.leading .box {
  border-radius: 0.2rem;
  overflow: hidden;
}
.leading .list {
  width: 100.625%;
}
.leading .item {
  width: 33.333%;
  padding-right: 0.62111801%;
  float: left;
}
.leading .info {
  padding-bottom: 62.5%;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.leading .info:before,
.leading .info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.leading .info:before {
  background-color: #1b1f24;
  opacity: 0.7;
}
.leading .info:after {
  background-image: linear-gradient(145deg, #b6004f 20%, transparent 70%);
  opacity: 0;
  transition: all 0.2s;
}
.leading .info:hover:after {
  opacity: 1;
}
.leading .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  padding: 9.23076923%;
  z-index: 5;
}
.leading .icon {
  width: 0.6rem;
  margin-bottom: 3.95348837%;
}
.leading .icon i {
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8) no-repeat center center;
  background-size: contain;
}
.leading .tit {
  line-height: 1.5em;
  margin-bottom: 8.13953488%;
}
.leading .intro {
  line-height: 1.625em;
}
.leading .item:first-child .info {
  padding-bottom: 126.92307692%;
}
.leading .item:first-child .tit {
  margin-right: 1em;
}
.leading .item:first-child .icon {
  margin-bottom: 10.93023256%;
}
@media only screen and (min-width: 1025px) {
  .leading .item:nth-child(n+4) {
    padding-top: 0.62111801%;
  }
}
@media only screen and (max-width: 1024px) {
  .leading .item {
    width: 50%;
  }
  .leading .item:nth-child(n+3) {
    padding-top: 0.99378882%;
  }
}
@media only screen and (max-width: 768px) {
  .leading {
    padding: 8% 0;
  }
  .leading .item {
    width: 100%;
  }
  .leading .item:nth-child(n+2) {
    padding-top: 0.99378882%;
  }
}
/*agent*/
.agent {
  position: relative;
  background: url(../images/agent_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 5.72916667% 0 10.41666667%;
}
.agent .particle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.agent .inner {
  position: relative;
  z-index: 5;
}
.agent ul {
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.875% 0;
}
.agent li {
  width: 19.375%;
  padding: 0.3125%;
}
.agent li i {
  display: block;
  overflow: hidden;
  padding-bottom: 40%;
  background: #fff no-repeat center center;
  background-size: cover;
  border-radius: 0.1rem;
}
@media only screen and (max-width: 1024px) {
  .agent li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 768px) {
  .agent {
    padding: 8% 0 20%;
  }
  .agent li {
    width: 50%;
  }
}
