.head-container {
  background-position: center;
  background-size: cover;
  position: relative;
}
.head-container .mid {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  z-index: 20000;
  position: absolute;
}
.head-container .mid .head {
  width: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.head-container .mid .head .right a {
  color: #fff;
}
.head-container .mid .head .right .nav {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.head-container .mid .head .right .nav .item {
  margin: 0 30px;
  line-height: 69px;
}
.head-container .mid .head .right .nav .item a {
  font-family: Source Han Sans CN;
  font-size: 16px;
}
.head-container .banner-1 {
  height: 100vh;
  width: 100%;
}
.head-container .banner-1 .b {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.common-head-container {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-head-container .mid {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  z-index: 20000;
}
.common-head-container .mid .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.common-head-container .mid .head .right a {
  color: #000;
}
.common-head-container .mid .head .right .nav {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.common-head-container .mid .head .right .nav .item {
  margin: 0 30px;
  line-height: 69px;
}
.common-head-container .mid .head .right .nav .item a {
  font-family: Source Han Sans CN;
  font-size: 16px;
}
.common-head-container .mid .head .left .logo img {
  height: 80%;
}
.video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.video-container .exit {
  position: absolute;
  right: 100px;
  top: 100px;
  width: 40px;
  height: 40px;
  z-index: 10000;
}
.video-container .exit img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.video-container.active {
  display: block;
}
.solution-c {
  height: 820px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.solution-c .title {
  font-size: 61px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 87px;
  opacity: 0.1;
  text-align: center;
}
.solution-c .c1 {
  margin-top: -26px;
  font-size: 50px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.solution-c .c2 {
  margin-top: 30px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.solution-c .bg {
  position: absolute;
  bottom: 41px;
  left: 50%;
  transform: translateX(-50%);
  height: 491px;
  width: 1188px;
  background-position: center;
  background-size: cover;
  z-index: 1000;
}
@keyframes ripple-mt {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.2;
  }
  100% {
    width: 260px;
    height: 260px;
    opacity: 0;
  }
}
@keyframes ripple-nf {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.2;
  }
  100% {
    width: 250px;
    height: 250px;
    opacity: 0;
  }
}
@keyframes ripple-gh {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
@keyframes ripple-tcl {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.4;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
@keyframes ripple-dz {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.4;
  }
  100% {
    width: 250px;
    height: 250px;
    opacity: 0;
  }
}
@keyframes ripple-mn {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.4;
  }
  100% {
    width: 250px;
    height: 250px;
    opacity: 0;
  }
}
@keyframes ripple-ht {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.4;
  }
  100% {
    width: 250px;
    height: 250px;
    opacity: 0;
  }
}
@keyframes ripple-fs {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.4;
  }
  100% {
    width: 250px;
    height: 250px;
    opacity: 0;
  }
}
.solution-c .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.solution-c .dots .dot-mt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 196px;
  left: -36px;
}
.solution-c .dots .dot-mt span {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #fff;
  animation: ripple-mt 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.solution-c .dots .dot-nf {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 300px;
  left: -470px;
}
.solution-c .dots .dot-nf span {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #fff;
  animation: ripple-nf 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.solution-c .dots .dot-gh {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 115px;
  left: -278px;
}
.solution-c .dots .dot-gh span {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #fff;
  animation: ripple-gh 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.solution-c .dots .dot-tcl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 368px;
  left: -229px;
}
.solution-c .dots .dot-tcl span {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #fff;
  animation: ripple-tcl 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.solution-c .dots .dot-dz {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 411px;
  left: 60px;
}
.solution-c .dots .dot-dz span {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #fff;
  animation: ripple-dz 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.solution-c .dots .dot-mn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 158px;
  left: 225px;
}
.solution-c .dots .dot-mn span {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #fff;
  animation: ripple-mn 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.solution-c .dots .dot-ht {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 314px;
  left: 402px;
}
.solution-c .dots .dot-ht span {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #fff;
  animation: ripple-ht 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.solution-c .dots .dot-fs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 123px;
  left: 527px;
}
.solution-c .dots .dot-fs span {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #fff;
  animation: ripple-fs 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.head-container-2 {
  height: 700px;
  background: #fff;
  padding: 106px 0px;
  display: flex;
  justify-content: center;
}
.head-container-2 .mid {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.head-container-2 .mid .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.head-container-2 .mid .top .t-left {
  position: relative;
}
.head-container-2 .mid .top .t-left .font {
  font-weight: bold;
  color: #E9E9E9;
  font-size: 63.34px;
}
.head-container-2 .mid .top .t-left .pos {
  position: absolute;
  top: 35px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.head-container-2 .mid .top .t-left .pos .r-top .title {
  height: 30px;
  font-size: 31px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #252525;
  line-height: 67px;
}
.head-container-2 .mid .top .t-left .pos .r-top .tit-1 {
  margin-top: 20px;
  width: 246px;
  font-size: 27px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #363636;
  line-height: 60px;
}
.head-container-2 .mid .top .t-left .pos .r-top .content {
  width: 460px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #737373;
  line-height: 32px;
}
.head-container-2 .mid .top .t-left .pos .r-bot .btn {
  /* CSS */
}
.head-container-2 .mid .top .t-left .pos .r-bot .btn .button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(159, 159, 159, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(1.075rem - 1px) calc(2.8rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}
.head-container-2 .mid .top .t-left .pos .r-bot .btn .button-6 a {
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.head-container-2 .mid .top .t-left .pos .r-bot .btn .button-6:hover,
.head-container-2 .mid .top .t-left .pos .r-bot .btn .button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.85);
  background-color: #ff9409;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.head-container-2 .mid .top .t-left .pos .r-bot .btn .button-6:hover a,
.head-container-2 .mid .top .t-left .pos .r-bot .btn .button-6:focus a {
  color: #2063C6;
}
.head-container-2 .mid .top .t-left .pos .r-bot .btn .button-6:hover {
  transform: translateY(-1px);
}
.head-container-2 .mid .top .t-left .pos .r-bot .btn .button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
.head-container-2 .mid .top .t-right {
  height: 440px;
  width: 680px;
  border-radius: 20px;
  overflow: hidden;
}
.head-container-2 .mid .top .t-right .cover img {
  cursor: pointer;
}
.head-container-2 .mid .bot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.head-container-2 .mid .bot .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.head-container-2 .mid .bot .item .num {
  display: flex;
}
.head-container-2 .mid .bot .item .num .big {
  font-size: 90px;
  font-family: Arial;
  font-weight: bold;
  color: #FF9409;
}
.head-container-2 .mid .bot .item .num .s {
  align-self: center;
  font-size: 31px;
  font-family: Arial;
  font-weight: bold;
  color: #FF9409;
  line-height: 62px;
}
.head-container-2 .mid .bot .item .num .m {
  align-self: flex-end;
}
.head-container-2 .mid .bot .item .num .plus {
  font-size: 90px;
  font-family: Arial;
  font-weight: bold;
  color: #FF9409;
}
.head-container-2 .mid .bot .item .word {
  text-align: center;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #949494;
  line-height: 62px;
}
.head-container-3 {
  height: 830px;
  position: relative;
}
.head-container-3 .nav {
  margin-top: 270px;
  margin-left: 16%;
  position: absolute;
  top: 0;
  z-index: 999;
}
.head-container-3 .nav .item {
  margin-bottom: 46px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  cursor: pointer;
}

.head-container-3 .nav .item a{
  margin-bottom: 46px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  cursor: pointer;
}

.head-container-3 .ts {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.head-container-3 .ts .title {
  font-size: 61px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 87px;
  opacity: 0.1;
  text-align: center;
}
.head-container-3 .ts .c1 {
  margin-top: -26px;
  font-size: 50px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.head-container-3 .ts .c2 {
  margin-top: 15px;
  font-size: 18px;
  /*font-family: Source Han Sans CN;*/
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}
.head-container-3 .wrap {
  height: 830px;
  position: relative;
}
.head-container-3 .wrap .bg .item {
  height: 830px;
}
.head-container-3 .wrap .bg .item img {
  width: 100%;
  height: 830px;
}
.head-container-3 .wrap .bg .item .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 880px;
  height: 90px;
  background: #FF9409;
  border-radius: 20px 0px 0px 0px;
  padding: 30px;
}
.head-container-3 .wrap .bg .item .tag a {
  color: #fff;
}
.head-container-3 .wrap .bg .item .tag a:hover {
  color: #fff;
}
.head-container-3 .wrap .bg .item .tag .c1 {
  width: 630px;
  height: 47px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.8;
}
.head-container-3 .wrap .bg .item .tag .go {
  display: inline-block;
  margin-top: 28px;
  margin-left: 26px;
  position: relative;
  opacity: 0.5;
}
.head-container-3 .wrap .bg .item .tag .go::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  display: block;
  height: 1px;
  width: 12px;
  background: #fff;
}
.news-container {
  height: 950px;
  position: relative;
}
.news-container .ab-pos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 86px;
  height: 43px;
  font-size: 57px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  line-height: 123px;
  opacity: 0.1;
}
.news-container .title {
  height: 47px;
  font-size: 50px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #484848;
  line-height: 122px;
  padding-top: 127px;
  text-align: center;
}
.news-container .navs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 72px;
}
.news-container .navs .item {
  text-align: center;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  cursor: pointer;
  line-height: 32px;
}
.news-container .navs .item.active span {
  color: #FF9409;
}
.news-container .navs .item span {
  color: #8E8E8E;
}
.news-container .navs .item span:span {
  color: #FF9409;
}
.news-container .navs .i {
  line-height: 32px;
  color: #CBCBCB;
  margin: 0 24px;
}
.news-container .window {
  width: 100%;
  position: relative;
  height: 550px;
  overflow: hidden;
  margin-top: 40px;
}
.news-container .window nav {
  position: absolute;
  bottom: -15px;
  padding-left: 100px;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
  /* So the width will be 100% + 17px */
  display: flex;
  flex-direction: row;
  visibility: hidden;
}
.news-container .window nav.active {
  visibility: visible;
}
.news-container .window nav .wrap {
  width: 450px;
  display: flex;
  flex-direction: column;
  margin-left: 65px;
}
.news-container .window nav .wrap:hover .btn {
  background: #FF9409;
}
.news-container .window nav .wrap:hover .iconfont {
  color: #fff;
}
.news-container .window nav .wrap .img {
  width: 450px;
  height: 300px;
}
.news-container .window nav .wrap .img img {
  border-radius: 10px;
  width: 100%;
}
.news-container .window nav .wrap .date {
  height: 13px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #9B9B9B;
  line-height: 32px;
  margin-top: 20px;
}
.news-container .window nav .wrap .tit {
  margin: 23px 0;
  width: 451px;
  height: 40px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #202020;
  line-height: 30px;
}
.news-container .window nav .wrap .content {
  width: 450px;
  height: 48px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #6A6A6A;
  line-height: 32px;
}
.news-container .window nav .wrap .btn {
  width: 158px;
  height: 50px;
  background: #CBC4BB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.news-container .window nav .wrap .btn .w {
  color: #fff;
}
.news-container .window nav .wrap .iconfont {
  color: #fff;
}
.form-container {
  height: 790px;
  overflow: hidden;
  position: relative;
}
.form-container .rp {
  width: 75%;
  margin: 0 auto;
  margin-top: 86px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form-container .rp .c-form .wrap {
  display: flex;
  flex-direction: column;
}
.form-container .rp .c-form .wrap .en {
  width: 349px;
  height: 40px;
  font-size: 53px;
  font-family: Arial;
  font-weight: bold;
  color: #E8E8E8;
}
.form-container .rp .c-form .wrap .cn {
  font-size: 34px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #424242;
  line-height: 53px;
  font-size: 30px;
}
.form-container .rp .c-form .wrap input,
.form-container .rp .c-form .wrap textarea {
  margin-top: 20px;
  border-style: none;
  border: none;
  outline: none;
  padding: 18px;
}
.form-container .rp .c-form .wrap input:focus,
.form-container .rp .c-form .wrap textarea:focus {
  border: none;
  outline: none;
  border-style: none;
}
.form-container .rp .c-form .wrap textarea {
  height: 151px;
}
.form-container .rp .c-form .wrap .c1 {
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 31px;
  margin-top: 20px;
  margin-bottom: 38px;
}
.form-container .rp .c-form .wrap .btn {
  width: 409px;
  height: 62px;
  background: #FF9409;
  text-align: center;
  color: #fff;
  line-height: 62px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.foot-container {
  height: 510px;
  background: #296BBF;
}
.foot-container .top-c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  border-bottom: 1px #3172C6 solid;
  box-sizing: border-box;
  height: 100px;
}
.foot-container .top-c .navs {
  box-sizing: border-box;
  width: 590px;
  display: flex;
  justify-content: space-between;
}
.foot-container .top-c .navs a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.foot-container .mid-c {
  height: 320px;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-container .mid-c .l {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.foot-container .mid-c .l .b1 {
  margin-right: 140px;
}
.foot-container .mid-c .l .b1 .b1-mobile {
  height: 25px;
  font-size: 34px;
  font-family: Bahnschrift;
  font-weight: 400;
  color: #F7F7F7;
  line-height: 76px;
  white-space: nowrap;
}
.foot-container .mid-c .l .b1 .b1-address {
  width: 286px;
  height: 44px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #F7F7F7;
  line-height: 28px;
}
.foot-container .mid-c .l .b1 .b1-name {
  margin-top: 9px;
  margin-bottom: 25px;
  height: 19px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #84ACDE;
  line-height: 36px;
}
.foot-container .mid-c .l .b1 .list {
  overflow: hidden;
}
.foot-container .mid-c .l .b1 .list span {
  text-align: left;
  width: 120px;
  float: left;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #EEEEEE;
  line-height: 24px;
}
.foot-container .mid-c .r {
  width: 100px;
  color: #fff;
}
.foot-container .bot-c {
  height: 90px;
  box-sizing: border-box;
  border-top: 1px #3172C6 solid;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  /*font*/
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #84ACDE;
}
.foot-container .bot-c a {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #84ACDE;
}
