/* 关于我们 */
li,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*.title {
  height: 52px;
  font: 700 40px/52px Microsoft YaHei;
  color: #333;
  text-align: center;
}*/

.service-item {
  width: 1200px;
  margin: 0 auto;
}

.about-us {
  min-width: 1200px;
}
 
 

.about-us .relation {
  width: 100%;
  min-width: 1200px;
  height: 900px;
  background-color: #026dff;
  position: relative;
}

.about-us .relation .bg-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.about-us .relation .bg-box .gq1,
.about-us .relation .bg-box .gq2,
.about-us .relation .bg-box .gq3 {
  width: 825px;
  height: 825px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 100%;
}

.about-us .relation .bg-box .gq2 {
  width: 1424px;
  height: 1424px;
}

.about-us .relation .bg-box .gq3 {
  width: 1870px;
  height: 1870px;
}

.about-us .relation .bg-box .gq1:before,
.about-us .relation .bg-box .gq2:before,
.about-us .relation .bg-box .gq3:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #051a48;
  box-shadow: 0 22px 108px 3px rgb(7 20 0.57831325%);
  border-radius: 100%;
  border: 3px dotted #1e43b5;
}

.about-us .relation .bg-box .gq1:before {
  animation: opac1-data-v-a7147096 2s linear infinite;
}

.about-us .relation .bg-box .gq2:before {
  animation: opac2-data-v-a7147096 2s linear infinite;
}

.about-us .relation .bg-box .gq3:before {
  animation: opac3-data-v-a7147096 2s linear infinite;
}

.about-us .relation .bg-box .circle {
  width: 522px;
  height: 517px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.about-us .relation .bg-box .circle img {
  width: 100%;
  height: 100%;
  animation: circleAnimation-data-v-a7147096 15s linear infinite;
}

.about-us .relation .bg-box .center {
  width: 466px;
  height: 464px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.about-us .relation .bg-box .center img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.about-us .relation .content-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.about-us .relation .content-box .title {
  color: #fff;
  padding: 80px 0;
}

.about-us .relation .content-box .center-box {
  width: 200px;
  height: 208px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-us .relation .content-box .center-box img {
  width: 41px;
  height: 37px;
  vertical-align: middle;
  border: none;
  margin-bottom: 5px;
}

.about-us .relation .content-box .center-box p {
  color: #fff;
  text-align: center;
  font: 400 16px/28px Microsoft YaHei;
}

.about-us .relation .content-box .head-box {
  width: 466px;
  height: 464px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  box-sizing: border-box;
}

.about-us .relation .content-box .head-box li {
  width: 50%;
  font: 700 20px/30px Microsoft YaHei;
  color: #fff;
  height: 80px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-us .relation .content-box .head-box li:first-child,
.about-us .relation .content-box .head-box li:nth-child(2) {
  align-items: flex-start;
}

.about-us .relation .content-box .head-box li:nth-child(3) {
  justify-content: flex-start;
}

.about-us .relation .content-box .head-box li:nth-child(4) {
  justify-content: flex-end;
}

.about-us .relation .content-box .menu-box {
  width: 100%;
  height: 490px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-us .relation .content-box .menu-box li {
  width: 50%;
  height: 70px;
  font: 400 22px/70px Microsoft YaHei;
  color: #fff;
  padding-left: 300px;
  box-sizing: border-box;
}

.about-us .relation .content-box .menu-box li div {
  display: inline-block;
  float: left;
}

.about-us .relation .content-box .menu-box li .text {
  width: 222px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(129deg, #026dff, #026dff);
  border: 4px solid #026dff;
  border-radius: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us .relation .content-box .menu-box li .text:before {
  display: block;
  content: "";
  width: 105px;
  height: 37px;
}

.about-us .relation .content-box .menu-box li .center {
  width: 54px;
  height: 70px;
  background: url(../img/about/fydd9fv9qoo0000.png) 50% no-repeat;
  background-size: 21px 18px;
}

.about-us .relation .content-box .menu-box li:nth-child(2n-1) {
  padding-left: 0;
  padding-right: 300px;
}

.about-us .relation .content-box .menu-box li:nth-child(2n-1) .center,
.about-us .relation .content-box .menu-box li:nth-child(2n-1) .target,
.about-us .relation .content-box .menu-box li:nth-child(2n-1) .text {
  float: right;
}

.about-us .relation .content-box .menu-box li:nth-child(2n-1) .center {
  background: url(../img/about/70ivtfpckbw0000.png) 50% no-repeat;
  background-size: 21px 18px;
}

.about-us .relation .content-box .menu-box li:first-child .text:before {
  position: absolute;
  right: -105px;
  bottom: 0;
  background: url(../img/about/8itrpieu7j40000.png) no-repeat;
  background-size: 105px 37px;
}

.about-us .relation .content-box .menu-box li:nth-child(2) .text:before {
  position: absolute;
  left: -105px;
  bottom: 0;
  background: url(../img/about/2pfohdt6cpo0000.png) no-repeat;
  background-size: 105px 37px;
}

.about-us .relation .content-box .menu-box li:nth-child(3) {
  padding-right: 370px;
  padding-left: 0;
}

.about-us .relation .content-box .menu-box li:nth-child(3) .text:before {
  position: absolute;
  right: -105px;
  bottom: 30px;
  background: url(../img/about/bw2jw5ll0iw0000.png) no-repeat;
  background-size: 105px 2px;
  height: 2px;
}

.about-us .relation .content-box .menu-box li:nth-child(4) {
  padding-left: 370px;
}

.about-us .relation .content-box .menu-box li:nth-child(4) .text:before {
  position: absolute;
  left: -105px;
  bottom: 30px;
  background: url(../img/about/78487unfbx80000.png) no-repeat;
  background-size: 105px 2px;
  height: 2px;
}

.about-us .relation .content-box .menu-box li:nth-child(5) .text:before {
  position: absolute;
  right: -105px;
  top: 0;
  background: url(../img/about/6zqi2u8ift80000.png) no-repeat;
  background-size: 105px 37px;
}

.about-us .relation .content-box .menu-box li:nth-child(6) .text:before {
  position: absolute;
  left: -105px;
  top: 0;
  background: url(../img/about/82kjagmnj1s0000.png) no-repeat;
  background-size: 105px 37px;
}

.about-us .relation .content-box .bottom-box {
  width: 1200px;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #fff;
}

.about-us .relation .content-box .bottom-box li {
  width: 50%;
  padding: 32px 32px 32px 168px;
  position: relative;
  box-sizing: border-box;
}

.about-us .relation .content-box .bottom-box li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 48px;
  width: 96px;
  height: 96px;
}

.about-us .relation .content-box .bottom-box .left {
  background: linear-gradient(90deg, #026dff, #026dff);
  color: #fff;
}

.about-us .relation .content-box .bottom-box .left:before {
  background: url(../img/about/4a2jluw76m00000.png) no-repeat 50% / cover;
}

.about-us .relation .content-box .bottom-box .right {
  background: #eef3ff;
  color: #666;
}

.about-us .relation .content-box .bottom-box .right:before {
  background: url(../img/about/3jyhafx409e0000.png) no-repeat 50% / cover;
}
 

@keyframes fadeInAnimation-data-v-a7147096 {
  0% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@keyframes opac1-data-v-a7147096 {
  0% {
    opacity: 1;
    width: 0;
    height: 0;
  }

  to {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

@keyframes opac2-data-v-a7147096 {
  0% {
    opacity: 1;
    width: 50%;
    height: 50%;
  }

  to {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

@keyframes opac3-data-v-a7147096 {
  0% {
    opacity: 1;
    width: 75%;
    height: 75%;
  }

  to {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

@keyframes circleAnimation-data-v-a7147096 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-359deg);
  }
}
