.swiper {
  width: 100%;
  height: calc(100vh - 0px);
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  
  
}
#header{
  background:rgba(0, 0, 0, 0);
  position:absolute;
  width: 100%;
  z-index: 10;
  animation: hideheader 0.4s ease-in
}
#header.bg{
  background: rgba(0,0,0,0.4);
  animation: showheader 0.4s ease-in
}
.showflex{
  display: flex !important;
}
.swiper-slide img {
  /* display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; */
}
.swiper-horizontal .swiper-pagination-bullet{
background-color: white;
width: 25px;
height: 6px;
border-radius: 2px;
}
.swiper-pagination-vertical .swiper-pagination-bullet{
background-color: #ababab;
width: 6px;
height: 25px;
border-radius: 2px;
}

.mySwiper {
  padding-top: 0px;
}

.top {
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  z-index: 5;
}
.top.active{
  animation: delayTop 0.5s ease-in-out 0.5s forwards;
}
.top h3 {
  font-size: 35px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  letter-spacing: 13px;
  text-align: center;
  margin-bottom: 15px;
  z-index: 1;
}
.top h4 {
  font-size: 16px;
  width: 800px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 7px;
  text-align: center;
  margin-bottom: 50px;
  z-index: 1;
}
.top .top-btn {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 1;
}
.top .top-btn div:first-child {
  margin-right: 110px;
}

.scene {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #999;
  margin: auto;
  background-image: url(../image/bg/scene2.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
  align-items: center;
  justify-content: center;
  padding-top: 86px;
  
}
.scene .titleContainer{
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transform: translateY(-20px);
  opacity: 0;
}
.scene .titleContainer.movementTxt{
  transform: translateY(0px);
  opacity: 1;
}
.scene h3 {
  font-size: 45px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  /* line-height: 70px; */
  text-align: center;
  /* padding-top: 100px; */
}
.scene .title-content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  width: 940px;
  margin: 0 auto;
  padding: 20px 0 36px;
}
.scene .tab-content {
  /* flex: 1; */
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1100px;
  opacity: 0;
  min-height: 466px;
}
.scene .tab-content.fadeIn {
  opacity: 1;
}
.scene .tab-content .tab-left-ul {
  width: 230px;
  height: 326px;
  background-color: rgba(216, 216, 216, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  overflow: hidden;
  margin-right: 100px;
}
.scene .tab-content .tab-left-ul li {
  width: 100%;
  height: 54px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.scene .tab-content .tab-left-ul li>span{
  padding-left: 54px;
}
.scene .tab-content .tab-left-ul li.active{
  background-color: rgba(216, 216, 216, 0.1);
  
  
}
.scene .tab-content .tab-left-ul li.active:before{
  content: '';
  width: 4px;
  height: 100%;
  background-color: cornflowerblue;
  animation:eanimation 0.2s ease-in;
}
.scene .tab-content .tab-left-ul li.active:after{
  content: '';
  margin-left: 10px;
  background-image: url('../image/arrow.png');
  width: 5px;
  background-repeat: no-repeat;
  height: 9px;
  animation: eanimation_arrow 0.2s ease-in;
  
}
.scene .tab-content .tab-right-ul {
  flex: 1;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  animation:eanimation_content_fadeout 0.5s ease-in;
}
.scene .tab-content .tab-right-ul.active {
  display: flex;
  animation:eanimation_content_fadein 0.5s ease-in;
}
.scene .tab-content .tab-right-ul li {
  /* width: 620px; */
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.scene .tab-content .tab-right-ul li h5 {
  font-size: 22px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 12px;
}
.scene .tab-content .tab-right-ul li p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
}


.video-modular {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* padding-top: 48px; */
}
.video-modular .titleContainer{
  flex:none;
  /* margin-bottom: 18px; */
  transform: translateY(-20px);
  opacity: 0;
  margin-top: 10px;
}
.video-modular .titleContainer.movementTxt{
  transform: translateY(0px);
  opacity: 1;
}
.video-modular h3 {
  font-size: 36px;
  color: #000;
  text-align: center;
}
.video-modular .des {
  width: 840px;
  font-size: 16px;
  line-height: 22px;
  color: #787878;
  text-align: center;
  margin: 6px auto 6px;
}
.video-modular .video-wrap {
  min-width: 800px;
  margin-top: 24px;
  /* flex: 1; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* opacity: 0; */
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; */
}
.video-modular .video-wrap.fadeIn {
  height: auto;
  /* opacity: 1; */
  animation: videoZoomOut 1s ease-in-out forwards;
}
.company-choice {
  background-image: url(../image/bg/choice.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 28px;
}
.company-choice .titleContainer{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  transform: translateY(-20px);
  opacity: 0;
}
.company-choice .titleContainer.movementTxt{
  transform: translateY(0px);
  opacity: 1;
}
.company-choice h3 {
  padding-top: 35px;
  font-size: 45px;
  /* line-height: 70px; */
}
.company-choice .des {
  width: 840px;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 22px;
}
.company-choice .sodoku-wrap {
  display: flex;
  min-height: 480px;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  opacity: 0;
}
.company-choice .sodoku-wrap.fadeIn{
  opacity: 1;
}
.company-choice .sodoku-wrap .soduku-item,.company-choice .sodoku-wrap .soduku-item a {
  width: 266px;
  height: 150px;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  margin-bottom: 10px;
  /* background:lightblue; */
  cursor: pointer;
}

.company-choice .sodoku-wrap .soduku-item p {
  color: #fff;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(1) {
  background-image: url(../image/bg/item-gjdw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(2) {
  background-image: url(../image/bg/item-gjny.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(3) {
  background-image: url(../image/bg/item-zghn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(4) {
  background-image: url(../image/bg/item-zght.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(5) {
  background-image: url(../image/bg/item-zgyq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(6) {
  background-image: url(../image/bg/item-dfdq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(7) {
  background-image: url(../image/bg/item-zsyh.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(8) {
  background-image: url(../image/bg/item-ft.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(9) {
  background-image: url(../image/bg/item-abb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(10) {
  background-image: url(../image/bg/item-xmz.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(11) {
  background-image: url(../image/bg/item-zsdl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:nth-child(12) {
  background-image: url(../image/bg/item-jbl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.company-choice .sodoku-wrap .soduku-item:hover {
  background-size: 120%;
}

.ratotain-icon {
  background-color: #fff;
  flex:1;
  display:flex
}
.ratotain-icon .icon-wrap {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ratotain-icon .icon-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.ratotain-icon .icon-row div{
  margin-right: 10px;
}

.number-count {
  width: 100%;
  margin: auto;
  display: flex;
  flex: 1;
  background-color: #999;
  background-image: url(../image/bg/number-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.number-count .titleContainer{
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 1200px;
  transform: translateY(-20px);
}
.number-count .titleContainer.movementTxt{
  
  opacity: 1;
  transform: translateY(0px);
}
.number-count ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.number-count ul li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 210px;
}
.number-count ul li div:last-child {
  color: #fff;
  margin-top: 26px;
  font-size: 22px;
}
.number-count .number-tip {
  padding-top: 45px;
  color: #fff;
  text-align: center;
  font-size: 45px;
  padding-bottom: 30px;
}
.number-count .number {
  font-size: 50px;
  color: #0074ff;
}
.number-count .underline {
  width: 60px;
  height: 4px;
  margin-top: 20px;
  background-color: #0074ff;
}
.number-count .number span {
  font-size: 70px;
}

.provide-auth-service {
  background-color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.provide-auth-service .titleContainer{
  opacity: 0;
  transform: translateY(-20px);
}
.provide-auth-service .titleContainer.movementTxt{
  opacity: 1;
  transform: translateY(0px);
}
.provide-auth-service .title {
  color: #707A87;
  padding-top: 40px;
  padding-bottom: 14px;
}
.provide-auth-service .title-sub {
  text-align: center;
  color: #AEAEAE;
  margin-bottom: 30px;
}
.provide-auth-service .phone-ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 1200px;
  padding-bottom: 10px;
  font-size: 16px;
}
.provide-auth-service .phone-ul .icon-center{
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transform: translateY(5px)
}

.provide-auth-service .phone-ul .icon-center.active{
  box-shadow: 0 2px 8px 0 rgb(1 15 57 / 20%);
  animation: menuAnimationShow 0.5s ease-in-out 0s 1 alternate forwards;
  -moz-animation: menuAnimationShow 0.5s ease-in-out 0s 1 alternate forwards;	/* Firefox */
  -webkit-animation: menuAnimationShow 0.5s ease-in-out 0s 1 alternate forwards;	/* Safari 和 Chrome */
  -o-animation: menuAnimationShow 0.5s ease-in-out 0s 1 alternate forwards;	/* Opera */
}
.provide-auth-service .phone-ul li {
  width: 110px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.provide-auth-service .phone-ul li img {
  width: 80px;
  /* height: 62px; */
}


.info-content {
  flex:1;
  width: 100%;
  margin: auto;
  height: 100%;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: url(../image/bg/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}
.info-content .text-content {
  max-width: 600px;
  opacity:0;
  transform: translateX(-20px);
}
.info-content .text-content.fadeInLeft {
  opacity:1;
  transform: translateX(0px);
}
.info-content .login-info {
  display: flex;
  flex-direction: column;
  margin-left: 90px;
  margin-top: 32px;
  opacity:0;
  transform: translateX(20px);
}
.info-content .login-info.fadeInRight{
  opacity:1;
  transform: translateX(0px);
}
.info-content .login-info form {
  display: flex;
  flex-direction: column;
}
.info-content .login-info .sumbit-apply-btn{
  width: 160px;
  height: 52px;
  background-color: #0074ff;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  font-size: 12px;
}
.info-content .login-info input{
  width: 400px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  margin-bottom: 28px;
  padding-left: 20px;
}
.info-content .login-info input::-webkit-input-placeholder {
  color: #fff;
}
/* Firefox 19-50 */
.info-content .login-info input::-moz-placeholder {
  color: #fff;
}
/* - Internet Explorer 10–11
 - Internet Explorer Mobile 10-11 */
.info-content .login-info input:-ms-input-placeholder {
  color: #fff !important;
}
/* Edge (also supports ::-webkit-input-placeholder) */
.info-content .login-info input::-ms-input-placeholder {
  color: #fff;
}
/* CSS Working Draft */
.info-content .login-info input::placeholder {
  color: #fff;
}

.video {
  position: absolute;
  background-color: black;
  outline: none;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
.movementTxt{
  animation: text_fadeIn 0.5s ease-in-out;
}
.fadeIn{
  animation: opacity_fadeIn 0.5s ease-in-out forwards;
}
.fadeInRight{
  animation: opacity_fadeInRight 0.5s ease-in-out; 
}
.fadeInLeft{
  animation:opacity_fadeInLeft 0.5s ease-in-out; 
}