body {
  background: var(--color5);
}
.banner {
  overflow: hidden;
}

.time05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.time1 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/*无限小点背景*/
.redots {
  width: 100%;
  height: 100%;
  float: left;
  background: radial-gradient(
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 2px,
    #9969f6 3px
  ); /*transparent*/
  background-size: 5px 5px;
  background-position: 3px 3px;
}

/*hover泡泡效果*/
.btn_pop {
  overflow: hidden;
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  font-size: 0.16rem;
}

.btn_pop_span {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.btn_pop_a {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  z-index: 3;
}

.btn_pop_text {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 0 0.3rem;
}

.explode-circle {
  animation: explode 1s forwards;
}

.desplode-circle {
  animation: desplode 1s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(7, 119, 255, 0.2);
  }
  100% {
    width: 8rem;
    height: 8rem;
    margin-left: -4rem;
    margin-top: -4rem;
    background-color: rgba(7, 119, 255, 0.8);
  }
}

@keyframes desplode {
  0% {
    width: 8rem;
    height: 8rem;
    margin-left: -4rem;
    margin-top: -4rem;
    background-color: rgba(7, 119, 255, 0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(7, 119, 255, 0.2);
  }
}

/*按钮消失泡泡*/
.particles {
  position: relative;
}

.particles-canvas {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.particles-wrapper {
  position: relative;
  display: inline-block;
}

/*通用swiper样式*/
.swiper-container {
  position: relative;
}
.swiper-container .swibtn {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  width: 90%;
}
.swiper-container .swibtn > div {
  width: 0.6rem;
  height: 0.6rem;
  float: left;
}
.swiper-container .swibtn > div.swiper-button-disabled {
  opacity: 0;
}

.footer {
  margin-top: 0;
}

.w1440 {
  width: 75vw;
  margin: 0 auto;
}
.w1000 {
  width: 52.08333vw;
  margin: 0 auto;
}
.nulldiv {
  width: 100%;
  background: #fff;
}

.p10 {
  padding: 1rem;
}
.pr10 {
  padding-right: 1rem;
}

.mtb10 {
  margin: 1rem 0;
}
.mtb5 {
  margin: 0.5rem 0;
}
.ptb10 {
  padding: 1rem 0;
}
.ptb5 {
  padding: 0.5rem 0;
}
.mt10 {
  margin-top: 1rem;
}
.mt5 {
  margin-top: 0.5rem;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb5 {
  margin-bottom: 0.5rem;
}
.mt25 {
  margin-top: 0.25rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.pt10 {
  padding-top: 1rem;
}
.pt5 {
  padding-top: 0.5rem;
}
.pb10 {
  padding-bottom: 1rem;
}
.pb5 {
  padding-bottom: 0.5rem;
}
.pt25 {
  padding-top: 0.25rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}

.banner {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}

.banner .bannerbg {
  position: absolute;
  right: 15%;
  top: 20%;
  width: 10%;
  height: 40%;
  border-radius: 50%;
  background: #a3d0f9;
  box-shadow: 0 0 1rem 1rem rgba(157, 207, 250, 1);
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-30deg) translate(0, 30%);
  transform-style: preserve-3d;
  animation: trinbg 30s linear 0s infinite;
}
.banner .bannerbg:before,
.banner .bannerbg:after {
  position: absolute;
  content: "";
}
.banner .bannerbg:before {
  top: 40%;
  right: -1rem;
  width: 0.25%;
  height: 2%;
  background: #cad6fb;
  box-shadow: 0 0 3rem 0.4rem rgba(124, 49, 234, 1);
}
.banner .bannerbg:after {
  left: -1rem;
  bottom: 0.5rem;
  width: 0.15%;
  height: 1%;
  background: #d4e2fb;
  box-shadow: 0 0 2rem 0.2rem rgba(124, 49, 234, 1);
}

@keyframes trinbg {
  0% {
    right: 15%;
    top: 20%;
    height: 40%;
    box-shadow: 0 0 1rem 1rem rgba(157, 207, 250, 1);
  }
  15% {
    right: 17%;
    top: 18%;
    height: 36%;
    box-shadow: 0 0 1rem 1rem rgba(157, 207, 250, 1);
  }
  30% {
    right: 19%;
    top: 16%;
    height: 32%;
    box-shadow: 0 0 1rem 1rem rgba(157, 207, 250, 1);
  }
  50% {
    right: 21%;
    top: 14%;
    height: 32%;
    box-shadow: 0 0 0.6rem 0.6rem rgba(157, 207, 250, 1);
  }
  70% {
    right: 19%;
    top: 16%;
    height: 32%;
    box-shadow: 0 0 1rem 1rem rgba(157, 207, 250, 1);
  }
  85% {
    right: 17%;
    top: 20%;
    height: 36%;
    box-shadow: 0 0 1rem 1rem rgba(157, 207, 250, 1);
  }
  100% {
    right: 15%;
    top: 20%;
    height: 40%;
    box-shadow: 0 0 1rem 1rem rgba(157, 207, 250, 1);
  }
}

/*圆圈*/
#ring {
  width: 50vh;
  height: 50vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.surround {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.yuqnquanquan1 {
  border-color: rgba(0, 0, 0, 0.3);
  border-top-width: 0;
  border-right-width: 0;
  transform: rotateX(135deg) rotateY(30deg) rotateZ(120deg);
  animation: surround1 linear 3s infinite;
}
.yuqnquanquan2 {
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
  border-right-width: 0;
  transform: rotateX(-56deg) rotateY(-140deg) rotateZ(45deg);
  animation: surround2 linear 5s infinite;
}
@keyframes surround1 {
  0% {
    transform: rotateX(135deg) rotateY(30deg) rotateZ(120deg);
  }
  25% {
    transform: rotateX(137deg) rotateY(32deg) rotateZ(122deg);
  }
  50% {
    transform: rotateX(135deg) rotateY(30deg) rotateZ(125deg);
  }
  75% {
    transform: rotateX(132deg) rotateY(27deg) rotateZ(122deg);
  }
  100% {
    transform: rotateX(135deg) rotateY(30deg) rotateZ(120deg);
  }
}
@keyframes surround2 {
  0% {
    transform: rotateX(-56deg) rotateY(-140deg) rotateZ(45deg);
  }
  25% {
    transform: rotateX(-53deg) rotateY(-137deg) rotateZ(42deg);
  }
  50% {
    transform: rotateX(-56deg) rotateY(-140deg) rotateZ(40deg);
  }
  75% {
    transform: rotateX(-57deg) rotateY(-143deg) rotateZ(42deg);
  }
  100% {
    transform: rotateX(-56deg) rotateY(-140deg) rotateZ(45deg);
  }
}

.rLeft .yuqnquanquan1 {
  border-color: rgba(0, 0, 0, 0.3);
  border-top-width: 0;
  border-right-width: 0;
}
.rLeft .yuqnquanquan2 {
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
  border-right-width: 0;
}

.rRight .yuqnquanquan1 {
  border-color: rgba(0, 0, 0, 0.1);
  border-top-width: 0;
  border-right-width: 0;
}
.rRight .yuqnquanquan2 {
  border-color: rgba(0, 0, 0, 0.3);
  border-bottom-width: 0;
  border-right-width: 0;
}

.banner .w1440 {
  position: relative;
  height: 100%;
  z-index: 3;
}

.banner .titledesc {
  width: calc(50% + 60px);
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.banner .titledesc > div {
  float: left;
}
.banner .titledesc > div:nth-child(1) {
  margin-left: 0;
}
.banner .titledesc .title {
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
  color: #0b1b20;
}
.banner .titledesc .nian {
  margin-top: 20px;
  font-size: 18px;
  color: #66a2ef;
}
.banner .titledesc .nian img {
  margin-right: 20px;
  height: 82px;
}

.banner .text {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 240px;
  float: left;
}
.banner .text > div {
  font-size: 80px;
  line-height: 120px;
  font-weight: 300;
}
.banner .text > div a {
  color: #333;
}
.banner .text .color1 {
  right: inherit;
  left: 0;
  top: 0;
  font-weight: bold;
}
.banner .text .color1 a {
  color: #7c31ea;
}
.banner .text .color2 {
  margin-top: 0.5rem;
  text-align: right;
}
.banner .btn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 5%;
  z-index: 1;
}
.banner .to-bottom {
  width: 150px;
  height: 150px;
  position: relative;
  left: 50%;
  margin-left: -75px;
}
.banner .to-btn {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  float: left;
  margin: 15px;
  background: #7c31ea;
  position: relative;
}

.banner .btn .to-btn strong {
  display: inline-block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #0777ff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .btn .to-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/about/to_bottom.png) no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.banner .btn .to-btn:hover strong {
  width: 100%;
  height: 100%;
}

.htitle {
  width: 100%;
  float: left;
}
.htitle .name {
  width: 100%;
  float: left;
  font-size: 0.4rem;
  line-height: 1.5;
  color: #000;
}
.htitle p {
  display: inline-block;
  height: 100%;
  float: left;
  position: relative;
}
.htitle i {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #98c0f1;
  width: 20%;
  height: 1px;
}

main.about_main {
  width: 100%;
  margin: 0 auto;
}

.twoname {
  width: 100%;
  float: left;
  position: relative;
}
.twoname .name,
.hidetext {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  color: #d5d8db;
  font-family: "arial";
  -webkit-text-stroke: 1px #d5d8db;
  text-stroke: 1px #d5d8db;
}
.twoname .name2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: transparent;
  pointer-events: none;
  -webkit-text-stroke: 1px #c6c6c6;
  text-stroke: 1px #c6c6c6;
  transition: all 0.2s;
}

/*who we are*/
.usname {
  width: 100%;
  float: left;
  position: relative;
}
.usnamebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: url(../images/about/wwabg.png) top left no-repeat;
  background-size: 130% 100%;
  height: 0;
  padding-bottom: 40%;
  animation: usnamebg 30s linear infinite;
}
/* 定义动画 */
@keyframes usnamebg {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 60% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.usname .w1440 {
  position: relative;
  z-index: 1;
}
.usname .w1440 > div {
  width: 50%;
  float: left;
}
.usname .w1440 .box {
  width: 25%;
}

.usname .w1440 .toggle {
  float: right;
}
.usname .toggle > div {
  width: 100%;
  float: left;
}

.usname .toggle .cont {
  color: #586168;
  font-size: 0.16rem;
  line-height: 2;
  /* height: 2.6rem; */
  overflow-y: auto;
  padding-right: 0.1rem;
  text-align: justify;
  margin-bottom: 32px;
}
.usname .toggle .cont p,
.usname .toggle .cont font,
.usname .toggle .cont span,
.usname .toggle .cont a {
  color: #586168;
}
.usname .toggle .cont::-webkit-scrollbar {
  width: 5px;
}
.usname .toggle .cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #0777ff;
}
.usname .toggle .cont::-webkit-scrollbar-thumb {
  background: #0777ff;
  -webkit-box-shadow: inset 0 0 6px #0777ff;
  opacity: 1;
}
.usname .toggle .cont::-webkit-scrollbar-thumb:window-inactive {
  background: #0777ff;
}

.usname .toggle .more {
  height: 0.3rem;
  overflow: hidden;
}

.usname .uspics {
  width: 100%;
  float: left;
}
.usname .uspics #usimglist {
  width: 87.5%;
  float: left;
}

#usimglist .box {
  width: 100%;
  float: left;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
#usimglist .box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
}
#usimglist .box .img img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#usimglist .swiper-slide-active .box .img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

#usimglist .swibtn > div {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0.2rem 0.2rem rgba(174, 172, 179, 0.3);
  background-size: cover;
}
.swibtn-prev {
  background-image: url(../images/about/btn_l.png);
}
.swibtn-next {
  background-image: url(../images/about/btn_r.png);
}
#usimglist .swibtn > div.swibtn-next {
  float: right;
  background-image: url(../images/about/btn_r.png);
}

.hidetext {
  width: 35%;
  display: none;
}
.hidetext.on {
  display: inline-block;
  position: fixed;
  left: calc(calc(100% - 1440px) / 2);
}
.history {
  width: 100%;
  float: left;
}
.history > div {
  position: relative;
}
.history > div:after {
  content: "";
  display: block;
  clear: both;
}
.history .box {
  width: 40%;
  float: left;
  position: sticky;
  top: 1rem;
}
.fixon .fixdiv {
  display: none;
}
.history .toggle {
  width: 55%;
  float: right;
}
.history .toggle .toyears {
  width: 100%;
  float: left;
}
.history .toggle .toyears > div {
  width: 100%;
  float: left;
  border-bottom: #e8e8e8 1px solid;
}
.history .toggle .text > div {
  width: 100%;
  float: left;
}
.history .toggle .text .ohyears {
  color: #333333;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: 300;
}
.history .toggle .text .ohname {
  margin-top: 0.1rem;
  color: #7c31ea;
  font-size: 0.3rem;
  line-height: 1.2;
  font-weight: 600;
}
.history .toggle p {
  width: 100%;
  float: left;
  color: #586168;
  font-size: 0.16rem;
  line-height: 2;
  position: relative;
  padding-left: 0.25rem;
}
.history .toggle p:before {
  position: absolute;
  content: "·";
  left: 0;
  font-weight: bold;
  color: #066ce7;
}

.history .ohmore {
  width: 100%;
  float: left;
}
.history .ohmore .btn_pop {
  float: left;
  display: inline-block;
  background: #e7e8ea;
  border-radius: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
}
.history .ohmore .btn_pop_text {
  float: left;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.6rem;
  height: 0.6rem;
  padding: 0 0.3rem;
}
.history .ohmore .btn_pop_a:hover .btn_pop_text {
  color: #fff;
}

.btn_null {
  position: relative;
}
.particles {
  float: left;
  display: inline-block;
  border-radius: 0.3rem;
}

.hide_hislist {
  width: 100%;
  float: left;
}

.waterfall {
  width: 100%;
  float: left;
}
.waterfall .cover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.waterfall img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
}
.waterfall .cover:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.size22 {
  width: 900px;
  height: 900px;
}
.size11 {
  width: 450px;
  height: 450px;
}
.size12 {
  width: 450px;
  height: 900px;
}
.size21 {
  width: 900px;
  height: 450px;
}

#aboutinfo {
  width: 100%;
  float: left;
}

.usteams,
.usteams > div {
  width: 100%;
  float: left;
}
.usteams .box .twoname {
  text-align: center;
  text-transform: capitalize;
}
.usteams .box .twoname .name2 {
  z-index: 4;
  -webkit-text-stroke: 1px #fff;
}
.usteams .toggle {
  margin-top: -0.55rem;
  position: relative;
  z-index: 3;
}
.usteams .toggle .img,
.usteams .toggle .img img {
  width: 100%;
  float: left;
}

.contactus {
  width: 100%;
  float: left;
}
.contactus .box {
  width: 40%;
  float: right;
}
.contactus .box .twoname {
  text-transform: capitalize;
}
.contactus .uswechat {
  width: 100%;
  float: left;
}
.contactus .uswechat:after {
  content: "";
  display: block;
  clear: both;
}
.contactus .uswechat ul {
  float: right;
}
.contactus .uswechat li {
  width: 1.1rem;
  float: left;
  margin-left: 0.3rem;
}
.contactus .uswechat li:nth-child(1) {
  margin-left: 0;
}
.contactus .uswechat li .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.contactus .uswechat li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactus .uswechat li .name {
  width: 100%;
  float: left;
  margin-top: 0.1rem;
  text-align: center;
  color: #586168;
  font-size: 0.14rem;
}

.contactus .toggle {
  width: 40%;
  float: left;
}
.contactus .hcont,
.contactus .hinfo {
  width: 100%;
  float: left;
}
.contactus .hinfo h3 {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 0.1rem;
  font-size: 0.3rem;
  color: #066ce7;
  font-weight: 300;
  text-transform: capitalize;
}
.contactus .hinfo p {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 0.16rem;
  line-height: 2;
  color: #586168;
  position: relative;
}
.contactus .hinfo font {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  float: left;
}
.contactus .hinfo span {
  display: inline-block;
  float: left;
  padding-left: 0.9rem;
}

.uhform {
  width: 100%;
  float: left;
}
.uhform .w1440 {
  color: rgba(255, 255, 255, 0.8);
}
.uhform .box {
  width: 40%;
  float: left;
}
.uhform .name {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 0.24rem;
  line-height: 2;
}

.uhform .toggle {
  width: 55%;
  float: right;
}
.uhform .feedli {
  width: 100%;
  float: left;
}
.uhform .radiohide {
  display: none;
}
.uhform .radioul {
  width: 100%;
  float: left;
}
.uhform .radioul ul {
  width: 100%;
  float: left;
}
.uhform .radioul li {
  float: left;
  width: auto;
  padding: 0.1rem 0;
  margin-bottom: 0.25rem;
  line-height: 0.16rem;
  font-size: 0.14rem;
  margin-right: 5.5%;
}
.uhform .radioul li:nth-last-child(6n-5) {
  margin-right: 0;
}
.uhform .radioul li i {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  float: left;
  margin-right: 0.08rem;
  border: 0.02rem #cac8cd solid;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.uhform .radioul li i:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.uhform .radioul li .text {
  float: left;
  width: auto;
}

.uhform .radioul li.active i {
  width: 0.16rem;
  height: 0.16rem;
}
.uhform .radioul li.active i:before {
  width: 60%;
  height: 60%;
  background: rgba(124, 49, 234, 0.8);
}

.uhform .input {
  width: 31.3333%;
  float: left;
  margin-left: 3%;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
}
.uhform .input input {
  width: calc(100% - 0.2rem);
  float: left;
  margin: 0 0.1rem;
  padding: 0.1rem 0;
  background: transparent;
  caret-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.6);
}
.uhform .input:nth-child(3n - 2) {
  margin-left: 0;
}
.uhform .inputarea {
  width: 100%;
  float: left;
  margin-left: 0;
}

.uhform .feedli .name {
  height: 0.16rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  overflow: hidden;
}
.uhform .input .name .fname {
  transform: translateY(0rem);
  opacity: 1;
}
.uhform .feedli .name .lname {
  transform: translateY(0.16rem);
  opacity: 0;
}
.uhform .input.on .name .fname {
  transform: translateY(-0.16rem);
  opacity: 0;
}
.uhform .input.on .name .lname {
  transform: translateY(-0.16rem);
  opacity: 1;
}

.uhform .csubmit {
  width: 100%;
  float: left;
}
.uhform .csubmit .btn_pop {
  color: #0b1b20;
  background: #fff;
}
.uhform .csubmit .btn_pop_text {
  display: inline-block;
  width: 100%;
  height: 100%;
  float: left;
  color: #0b1b20;
  background: transparent;
  line-height: 100%;
  /* cursor: none; */
}
.uhform .csubmit .btn_pop_a {
  display: inline-block;
  width: 100%;
  border-radius: 0.3rem;
  height: 100%;
  float: left;
}
.uhform .csubmit .btn_pop .btn_pop_text:hover {
  color: #fff;
  background-color: #066ce7;
}

.bgcolor {
  background: linear-gradient(125deg, #5f06e2, #924df7, #7c31ea, #5f06e2);
  background-size: 400%;
  animation: bgcolor 15s linear infinite;
}
/* 定义动画 */
@keyframes bgcolor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 1680px) {
  .banner .bannerbg {
    height: 35%;
    box-shadow: 0 0 2.5rem 0.8rem rgba(157, 207, 250, 1);
  }
  .banner .bannerbg:before {
    box-shadow: 0 0 2rem 0.3rem rgba(124, 49, 234, 1);
  }

  .usnamebg {
    padding-bottom: 50%;
  }
}

@media (max-width: 1600px) {
  .usname .toggle .cont,
  .history .toggle .ohli,
  .history .ohmore .btn_pop_text,
  .contactus .hinfo p,
  .history .toggle p {
    font-size: 0.2rem;
  }
  .twoname .name,
  .hidetext {
    font-size: 2rem;
  }
  .history .toggle .text .ohyears,
  .uhform .name {
    font-size: 0.28rem;
  }
  .history .toggle .text .ohname,
  .contactus .hinfo h3 {
    font-size: 0.34rem;
  }

  .usteams .toggle {
    margin-top: -0.66rem;
  }
  .htitle .name {
    font-size: 0.44rem;
  }

  .contactus .uswechat li {
    width: 1.5rem;
  }
  .contactus .uswechat li .name,
  .uhform .radioul li {
    font-size: 0.18rem;
  }

  .uhform .feedli .name {
    font-size: 0.2rem;
    line-height: 0.2rem;
    height: 0.2rem;
  }

  .uhform .input.on .name .fname,
  .uhform .input.on .name .lname {
    transform: translateY(-0.2rem);
  }

  .btn_pop {
    font-size: 0.2rem;
  }
}

@media (max-width: 1440px) {
  .w1000 {
    width: 80vw;
  }
  .w1440 {
    width: 92%;
    margin: 0 auto;
  }

  .hidetext.on {
    left: 4%;
  }

  .banner .bannerbg {
    height: 30%;
  }

  .banner .text > div {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .banner .to-bottom {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.75rem;
  }
  .banner .to-btn {
    margin: 0.15rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .yuanquan {
    height: 50vh;
    top: 20vh;
  }
  .yuanquan .box {
    max-width: 60vmin;
  }

  .twoname .name,
  .hidetext {
    font-size: 1.6rem;
  }

  .usnamebg {
    padding-bottom: 48%;
  }
  .usteams .toggle {
    margin-top: -0.55rem;
  }

  .uhform .radioul li {
    margin-right: 4%;
  }
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
  .contactus .hinfo span {
    padding-left: 1.1rem;
  }
  .banner .titledesc {
    width: calc(50% + 0.6rem);
    bottom: 0.4rem;
  }
  .banner .titledesc .title {
    font-size: 0.24rem;
    line-height: 1.5;
    height: 0.72rem;
  }

  .usname .toggle .cont,
  .history .toggle .ohli,
  .history .ohmore .btn_pop_text,
  .contactus .hinfo p,
  .history .toggle p {
    font-size: 0.24rem;
  }

  .banner .titledesc .nian {
    margin-top: 0.15rem;
  }
  .banner .titledesc .nian img {
    margin-right: 0.15rem;
    height: 50px;
  }
  .banner .text {
    height: 2.5rem;
  }
  .banner .btn {
    top: 50%;
  }
  .banner .btn .to-btn i {
    width: 0.3rem;
    height: 0.3rem;
  }

  .banner .bannerbg {
    width: 15%;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-30deg) translate(0, 30%)
      scale(0.8);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-30deg)
      translate(0, 30%) scale(0.8);
    -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(-30deg)
      translate(0, 30%) scale(0.8);
    -o-transform: rotateX(0deg) rotateY(0deg) rotateZ(-30deg) translate(0, 30%)
      scale(0.8);
  }
  .banner .bannerbg:before,
  .banner .bannerbg:after {
    box-shadow: 0 0 2rem 0.3rem rgba(172, 136, 224, 0.8);
  }

  .yuanquan {
    height: 40vh;
    top: 25vh;
  }
  .yuanquan .box {
    max-width: 50vmin;
  }

  .usname .w1440 > div {
    width: 70%;
  }

  .usnamebg {
    padding-bottom: 48%;
  }

  .history .box {
    width: 35%;
  }

  .history .toggle {
    width: 60%;
  }

  .size22 {
    width: 780px;
    height: 780px;
  }
  .size11 {
    width: 390px;
    height: 390px;
  }
  .size12 {
    width: 390px;
    height: 780px;
  }
  .size21 {
    width: 780px;
    height: 390px;
  }
}

@media (max-width: 1200px) {
  .w1000 {
    width: 84%;
  }
}

@media (max-width: 1024px) {
  .w1000 {
    width: 92%;
  }

  .banner .text {
    height: 3.5rem;
  }
  .banner .text > div {
    font-size: 1rem;
    line-height: 2;
  }
  .banner .to-bottom {
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
  }
  .banner .to-btn {
    width: 1.85rem;
    height: 1.85rem;
  }
  .usname .toggle .cont,
  .history .toggle .ohli,
  .history .ohmore .btn_pop_text,
  .contactus .hinfo p {
    font-size: 0.28rem;
  }
  .usname .toggle .cont {
    margin-bottom: 0.4rem;
  }
  .twoname .name,
  .hidetext {
    font-size: 2rem;
    line-height: 0.9;
  }
  .history .toggle .text .ohyears,
  .uhform .name {
    font-size: 0.4rem;
  }
  .history .toggle .text .ohname,
  .contactus .hinfo h3 {
    font-size: 0.38rem;
  }

  .htitle .name {
    font-size: 0.44rem;
  }

  .contactus .uswechat li {
    width: 2rem;
  }
  .contactus .uswechat li .name,
  .uhform .radioul li {
    font-size: 0.26rem;
  }

  .uhform .feedli .name {
    font-size: 0.26rem;
    line-height: 0.26rem;
    height: 0.26rem;
  }

  .uhform .input.on .name .fname,
  .uhform .input.on .name .lname {
    transform: translateY(-0.26rem);
  }

  .btn_pop {
    font-size: 0.26rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
  }
  .btn_pop_text {
    padding: 0 0.4rem;
  }
  .history .ohmore .btn_pop {
    font-size: 0.26rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
  }
  .history .ohmore .btn_pop_text {
    padding: 0 0.4rem;
    line-height: 0.8rem;
  }

  .banner .titledesc .title {
    font-size: 0.24rem;
    line-height: 1.5;
    min-height: 0.7rem;
    max-height: 0.7rem;
  }
  .banner .titledesc .nian {
    margin-top: 0.25rem;
  }
  .banner .titledesc .nian img {
    margin-right: 0.1rem;
  }

  .banner .btn {
    top: 50%;
  }
  .banner .btn .to-btn i {
    width: 0.6rem;
    height: 0.6rem;
  }

  .banner .bannerbg {
    right: 5%;
    width: 20%;
  }

  .banner .titledesc {
    width: calc(50% + 2rem);
  }

  .usnamebg {
    padding-bottom: 60%;
  }

  .size22 {
    width: 600px;
    height: 600px;
  }
  .size11 {
    width: 300px;
    height: 300px;
  }
  .size12 {
    width: 300px;
    height: 600px;
  }
  .size21 {
    width: 600px;
    height: 300px;
  }

  .contactus .toggle {
    width: 50%;
  }
  .contactus .hinfo span {
    padding-left: 1.4rem;
  }
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {
  .contactus .twoname {
    float: unset;
  }
  .contactus .uswechat {
    float: unset;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    clear: both;
  }
  .hidetext.on {
    display: none;
  }

  .banner {
    height: 110vw !important;
  }
  .banner .titledesc {
    width: 100%;
  }
  .banner .titledesc .title {
    font-size: 0.4rem;
    min-height: 1.2rem;
    max-height: 1.2rem;
  }
  .banner .text > div {
    font-size: 0.65rem;
    line-height: 1.2;
  }
  .banner .titledesc .nian img {
    height: 1.5rem;
  }

  .usname {
    background: #e8e8e8;
  }
  .usname .w1440 .box {
    width: 100%;
    text-align: center;
  }
  .usname .w1440 > div {
    width: 100%;
  }
  .usname .w1440 .toggle {
    float: left;
    margin-top: 0.5rem;
  }
  .usname .toggle .cont {
    height: inherit;
    overflow-y: inherit;
    padding-right: inherit;
  }
  .swiper-container .swibtn {
    top: 45%;
  }
  .swiper-container .swibtn > div {
    width: 1rem;
    height: 1rem;
  }
  .usname .uspics #usimglist {
    width: 92%;
    margin-left: 4%;
    padding-bottom: 1rem;
  }
  .history .box {
    width: 100%;
    text-align: center;
    position: unset;
    top: auto;
  }

  .fixon .fixdiv {
    display: inline-block;
  }
  .history .toggle {
    width: 100%;
  }

  #ring {
    width: 50vw;
    height: 50vw;
  }

  .fixon .fixdiv {
    position: inherit;
  }

  .usname .toggle .cont,
  .history .toggle .ohli,
  .history .ohmore .btn_pop_text,
  .contactus .hinfo p,
  .history .toggle p {
    font-size: 0.4rem;
  }
  .history .toggle .text .ohyears,
  .uhform .name {
    font-size: 0.5rem;
  }
  .history .toggle .text .ohname,
  .contactus .hinfo h3 {
    font-size: 0.5rem;
  }

  .history .ohmore .btn_pop {
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1.2rem;
  }
  .history .ohmore .btn_pop_text {
    padding: 0 0.8rem;
    line-height: 1.2rem;
    height: 1.2rem;
  }

  .particles {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .usteams .toggle {
    margin-top: 0.5rem;
  }

  .contactus .box {
    width: 100%;
    float: left;
    text-align: center;
  }
  .contactus .uswechat ul {
    width: 100%;
    float: left;
    display: flex;
  }
  .contactus .uswechat li {
    width: 100%;
    flex: 1;
    margin: 0;
  }
  .contactus .uswechat li .img {
    padding-bottom: 0;
    height: auto;
  }
  .contactus .uswechat li .img img {
    height: 150px;
    display: block;
    margin: auto;
    width: auto;
    position: unset;
  }
  .contactus .uswechat li .name,
  .uhform .radioul li {
    font-size: 0.4rem;
  }
  .contactus .toggle {
    width: 100%;
    float: left;
    margin-top: 1rem;
  }
  .htitle .name {
    font-size: 0.6rem;
  }
  .htitle p {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .htitle i {
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
  }
  .contactus .hinfo span {
    padding-left: 2rem;
  }
  .uhform .box {
    width: 100%;
    text-align: center;
  }
  .uhform .toggle {
    width: 100%;
    float: left;
    margin-top: 1rem;
  }
  .uhform .input {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .uhform .inputarea {
    margin-top: 0;
  }
  .uhform .radioul li {
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .uhform .radioul li i {
    margin-right: 0.2rem;
  }
  .uhform .radioul li i,
  .uhform .radioul li.active i {
    width: 0.4rem;
    height: 0.4rem;
  }
  .uhform .input:nth-child(3n - 2) {
    margin-top: 0;
  }
  .uhform .feedli .name {
    font-size: 0.4rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .uhform .feedli .name .lname {
    transform: translateY(0.4rem);
  }
  .uhform .input.on .name .fname,
  .uhform .input.on .name .lname {
    transform: translateY(-0.4rem);
  }
  .btn_pop {
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1.2rem;
    font-size: 0.4rem;
  }
  .btn_pop_text {
    padding: 0 0.8rem;
    line-height: 1.2rem;
    height: 1.2rem;
  }
  .ohmore .btn_pop {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .twoname .name,
  .hidetext {
    font-size: 1.5rem;
  }

  .mtb10 {
    margin: 1rem 0;
  }
  .mtb5 {
    margin: 0.75rem 0;
  }
  .ptb10 {
    padding: 1rem 0;
  }
  .ptb5 {
    padding: 0.75rem 0;
  }
  .mt10 {
    margin-top: 1rem;
  }
  .mt5 {
    margin-top: 0.75rem;
  }
  .mb10 {
    margin-bottom: 1rem;
  }
  .mb5 {
    margin-bottom: 0.75rem;
  }
  .mt25 {
    margin-top: 0.5rem;
  }
  .mb25 {
    margin-bottom: 0.5rem;
  }
  .pt10 {
    padding-top: 1rem;
  }
  .pt5 {
    padding-top: 0.75rem;
  }
  .pb10 {
    padding-bottom: 1rem;
  }
  .pb5 {
    padding-bottom: 0.75rem;
  }
  .pt25 {
    padding-top: 0.5rem;
  }
  .pb25 {
    padding-bottom: 0.5rem;
  }

  .size22 {
    width: 560px;
    height: 560px;
  }
  .size11 {
    width: 280px;
    height: 280px;
  }
  .size12 {
    width: 280px;
    height: 560px;
  }
  .size21 {
    width: 560px;
    height: 280px;
  }
}

@media (max-width: 640px) {
  .banner .to-bottom {
    width: 10vw;
    height: 10vw;
    margin-left: -5vw;
  }
  .banner .to-btn {
    width: 10vw;
    margin: 0;
    height: 10vw;
  }
  .size22 {
    width: 500px;
    height: 500px;
  }
  .size11 {
    width: 250px;
    height: 250px;
  }
  .size12 {
    width: 250px;
    height: 500px;
  }
  .size21 {
    width: 500px;
    height: 250px;
  }

  .banner .text > div {
    line-height: 1.2;
    padding: 0 0.5rem;
  }
}

@media (max-width: 480px) {
  .contactus .uswechat li .img img {
    height: 34vw;
  }
  .usname .toggle .cont,
  .history .toggle .ohli,
  .history .ohmore .btn_pop_text,
  .contactus .hinfo p,
  .history .toggle p {
    font-size: 0.32rem;
  }
  .size22 {
    width: 320px;
    height: 320px;
  }
  .size11 {
    width: 160px;
    height: 160px;
  }
  .size12 {
    width: 160px;
    height: 320px;
  }
  .size21 {
    width: 320px;
    height: 160px;
  }

  .banner .titledesc .title {
    font-size: 0.3rem;
    min-height: 0.9rem;
    max-height: 0.9rem;
  }
  .banner .titledesc .nian img {
    height: 1rem;
  }
}

@media (max-width: 414px) {
  .banner .to-bottom {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.75rem;
  }
  .banner .to-btn {
    width: 1.2rem;
    height: 1.2rem;
  }
  .banner .btn .to-btn i {
    width: 0.5rem;
    height: 0.5rem;
  }

  .uhform .radioul li {
    margin-right: 2%;
  }

  .uhform .radioul li {
    font-size: 0.4rem;
  }
  .contactus .uswechat li .name {
    font-size: 0.3rem;
  }

  .banner .titledesc .nian img {
    height: 0.75rem;
  }

  .htitle .name {
    font-size: 0.5rem;
  }

  .twoname .name,
  .hidetext {
    font-size: 1.2rem;
  }
}

@media (min-width: 2500px) {
  .banner .text {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    height: 320px;
    float: left;
  }
  .banner .text > div {
    font-size: 106px;
    line-height: 1.5;
    font-weight: 300;
  }
  .banner .to-btn {
    width: 160px;
    height: 160px;
  }
  .banner .titledesc .title {
    font-size: 20px;
    line-height: 32px;
    height: 64px;
    max-height: unset;
  }
  .banner .titledesc .nian {
    font-size: 24px;
    margin-top: 16px;
  }
  .banner .titledesc .nian img {
    height: 110px;
    margin-right: 26px;
  }

  .size22 {
    width: 1178px;
    height: 1178px;
  }
  .size11 {
    width: 589px;
    height: 589px;
  }
  .size12 {
    width: 589px;
    height: 1178px;
  }
  .size21 {
    width: 1178px;
    height: 589px;
  }
}
