
body{
  overflow: hidden;
}
#header .navWrap {
  padding: 35px 67px 15px 50px;
}
#content{
  margin-top: 80px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#content ul{
  position: absolute;
  width: 100%;
}
#content ul li{
  height: 100%;
  position: relative;
  overflow: hidden;
}
#content ul li img{
  position: absolute;
  top: 50%;
  left: 50%;
}
/*=============================第一屏==============================*/
#content ul li:nth-child(1) img:nth-child(1){
  transform: translateX(-91%) translateY(-92%);
  width: 24%;
}
#content ul li:nth-child(1) img:nth-child(2){
  transform: translateX(18%) translateY(-67%);
  width: 19%;
}
#content ul li:nth-child(1) img:nth-child(3){
  transform: translateX(238%) translateY(55%);
  width: 8%;
}
#content ul li:nth-child(1) img:nth-child(4){
  transform: translateX(-649%) translateY(176%);
  width: 7%;
}
#content ul li:nth-child(1) img:nth-child(5){
  transform: translateX(1742%) translateY(-38%);
  width: 2.5%;
}
#content ul li:nth-child(1) div>div{
  width: 1%;
  height: 1vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-1416%) translateY(-1235%);  
  background: #b01313;
  animation: shadow 4s ease-in-out infinite;  
}
#content ul li:nth-child(1)>div.active{
  animation: downIn 0.5s 1.5s both;  
}
@keyframes shadow{
	0%{
    box-shadow: 0px 0px 0px #b01313;
    background: #b01313;  
	}
  50%{
    box-shadow: 0px 0px 30px #fe0303;
    background: #fe0303; 
  }
  100%{
    box-shadow: 0px 0px 0px #b01313;    
    background: #b01313;  
  }
}

/*=============================第二屏==============================*/
#content ul li:nth-child(2){
  background: #1333fa;
}
#content ul li:nth-child(2) img:nth-child(1){
  transform: translateX(-806%) translateY(-70%);
  width: 2.48%;
}
#content ul li:nth-child(2) img:nth-child(2){
  transform: translateX(-50%) translateY(-70%);
  width: 15%;
}
#content ul li:nth-child(2) img:nth-child(3){
  transform: translateX(105%) translateY(-70%);
  width: 13.2%;
}
#content ul li:nth-child(2) img:nth-child(4){
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
  width: 12%;
}
#content ul li:nth-child(2) img:nth-child(5){
  transform: translateX(-163%) translateY(-2000%);
  width: 8%;
}
#content ul li:nth-child(2) img:nth-child(6){
  transform: translateX(80%) translateY(2000%);
  width: 6.5%;
}
#content ul li:nth-child(2) img:nth-child(7){
  transform: translateX(-76%) translateY(600%);
  width: 50%;
}
#content ul li:nth-child(2) img:nth-child(8){
  transform: translateX(-3%) translateY(400%);
  width: 40%;
}
#content ul li:nth-child(2) img:nth-child(9){
  transform: translateX(-50%) translateY(-50%);
  width: 18%;
}
#content ul li:nth-child(2) img:nth-child(10){
  transform: translateX(-2700%) translateY(-55%);
  width: 1.7%;
}
/*=============================第三屏==============================*/
#content ul li:nth-child(3) img:nth-child(1){
  transform: translateX(-50%) translateY(-50%);
  width: 1366px;
  height: 768px;
}
#content ul li:nth-child(3) img:nth-child(2){
  transform: translateX(-50%) translateY(600%);
  width: 50%;
}
#content ul li:nth-child(3) img:nth-child(3){
  transform: translateX(-50%) translateY(-50%);
  width: 17%;
}
#content ul li:nth-child(3) img:nth-child(4){
  transform: translateX(29%) translateY(75%);
  width: 14%;
}
#content ul li:nth-child(3) img:nth-child(5){
  transform: translateX(-140%) translateY(-11%);
  width: 10%;
}
#content ul li:nth-child(3) img:nth-child(6){
  transform: translateX(0%) translateY(-226%);
  width: 14%;
}
/*=============================第四屏==============================*/
#content ul li:nth-child(4){
  padding: 0 50px;
}
#content ul li:nth-child(4)>div:first-child{
  float: left;
  width: 38%;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  height: 92%;
  position: relative;
}
#content ul li:nth-child(4)>div:first-child>div{
  font-size: 16px;
  line-height: 16px;
  color: #a1a1a1;
  margin-top: 50px;
  margin-left: 30px;
}
#content ul li:nth-child(4)>div:first-child>div p{
  margin-bottom: 10px;
}
#content ul li:nth-child(4)>div:first-child .phone{
  top: 3%;
  left: inherit;
  right: 3%;
}
#content ul li:nth-child(4)>div:first-child .imgWrap{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  height: 50%;
}
#content ul li:nth-child(4)>div:first-child .imgWrap img{
  width: 510px;
  height: 280px;
  transform: translateX(-50%) translateY(-50%);
}
#content ul li:nth-child(4)>div:last-child{
  float: right;
  width: 60%;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  height: 92%;
  position: relative;
}
#content ul li:nth-child(4)>div:first-child h3,#content ul li:nth-child(4)>div:last-child h3{
  font-size: 24px;
  line-height: 24px;
  color: #1333fa;
  margin-top: 40px;
  margin-left: 20px;
  font-weight: 500;
}
#content ul li:nth-child(4)>div:first-child>p,#content ul li:nth-child(4)>div:last-child>p{
  font-size: 14px;
  line-height: 18px;
  color: #a1a1a1;
  margin-left: 20px;
  font-style: italic;
}
#content ul li:nth-child(4)>div:last-child>div{
  font-size: 16px;
  line-height: 33px;
  color: #a1a1a1;
  margin: 100px 30px;
}
#content ul li:nth-child(4)>div:last-child>a{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#content ul li:nth-child(4)>div:last-child>a img{
  position: initial;
  width: 41px;
}
@media screen and (max-width: 1030px) and (min-width: 721px) {
  #content ul li:nth-child(4)>div:last-child>div{
    margin: 50px 30px;
    line-height: 25px;
  }  
}
@media screen and (max-width: 720px) {
  #header .navWrap {
    padding: 35px 25px 15px;
  }
/*=============================第一屏==============================*/
  #content ul li:nth-child(1) img:nth-child(1){
    transform: translateX(-60%) translateY(-175%);
    width: 59%;
  }
  #content ul li:nth-child(1) img:nth-child(2){
    transform: translateX(-43%) translateY(-50%);
    width: 57%;
  }
  #content ul li:nth-child(1) img:nth-child(3){
    transform: translateX(60%) translateY(109%);
    width: 21%;
  }
  #content ul li:nth-child(1) img:nth-child(4){
    transform: translateX(-204%) translateY(257%);
    width: 19%;
  }
  #content ul li:nth-child(1) img:nth-child(5){
    transform: translateX(510%) translateY(-25%);
    width: 7.5%;
  }
  #content ul li:nth-child(1) div>div{
    width: 2%;
    height: 2vw;
    transform: translateX(-841%) translateY(-2600%);    }
/*=============================第二屏==============================*/
  #content ul li:nth-child(2) img:nth-child(1){
    transform: translateX(-50%) translateY(-213%);
    width: 4%;
  }
  #content ul li:nth-child(2) img:nth-child(2){
    transform: translateX(-50%) translateY(-97%);
    width: 24.2%;
  }
  #content ul li:nth-child(2) img:nth-child(3){
    transform: translateX(-50%) translateY(18%);
    width: 21.32%;
  }
  #content ul li:nth-child(2) img:nth-child(4){
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 0;
    width: 27%;
  }
  #content ul li:nth-child(2) img:nth-child(5){
    transform: translateX(-143%) translateY(-3500%);
    width: 20%;
  }
  #content ul li:nth-child(2) img:nth-child(6){
    transform: translateX(42%) translateY(-1700%);
    width: 16.5%;
  }
  #content ul li:nth-child(2) img:nth-child(7){
    transform: translateX(-44%) translateY(1300%);
    width: 93%;
  }
  #content ul li:nth-child(2) img:nth-child(8){
    transform: translateX(-21%) translateY(1200%);
    width: 75%;
  }
  #content ul li:nth-child(2) img:nth-child(9){
    transform: translateX(-50%) translateY(-220%);
    width: 36%;
  }
  #content ul li:nth-child(2) img:nth-child(10){
    transform: translateX(-1100%) translateY(-79%);
    width: 4%;
  }
/*=============================第三屏==============================*/
  #content ul li:nth-child(3) img:nth-child(2){
    transform: translateX(-50%) translateY(674%);
    width: 100%;
  }
  #content ul li:nth-child(3) img:nth-child(3){
    transform: translateX(-50%) translateY(-80%);
    width: 38%;
  }
  #content ul li:nth-child(3) img:nth-child(4){
    transform: translateX(30%) translateY(-125%);
    width: 30%;
  }
  #content ul li:nth-child(3) img:nth-child(5){
    transform: translateX(-135%) translateY(-210%);
    width: 21%;
  }
  #content ul li:nth-child(3) img:nth-child(6){
    transform: translateX(0%) translateY(-470%);
    width: 29%;
  }
/*=============================第四屏==============================*/
  #content ul li:nth-child(4){
    padding: 0 20px;
  }
  #content ul li:nth-child(4)>div:first-child{
    float: none;
    width: 100%;
    height: 41%;
    border-bottom: 0;
    margin-top: 15px;
  }
  #content ul li:nth-child(4)>div:first-child h3{
    margin-top: 15px;
    font-size: 18px;
    line-height: 18px;
  }
  #content ul li:nth-child(4)>div:first-child>p{
    font-size: 14px;
    line-height: 14px;
  }
  #content ul li:nth-child(4)>div:first-child>div{
    margin-top: 10px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  #content ul li:nth-child(4)>div:first-child>div p{
    margin-bottom: 0px;
  }
  #content ul li:nth-child(4)>div:first-child .phone{
    height: 70px;
  }
  #content ul li:nth-child(4)>div:first-child .imgWrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    height: 35%;
  }
  #content ul li:nth-child(4)>div:first-child .imgWrap img{
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  #content ul li:nth-child(4)>div:last-child{
    float: none;
    width: 100%;
    height: 51%;
    padding-top: 10px;
    margin-top: 0;
    border-top: 0;
  }
  #content ul li:nth-child(4)>div:last-child h3{
    margin-top: 0;
    font-size: 18px;
    line-height: 18px;
  }
  #content ul li:nth-child(4)>div:last-child>p{
    font-size: 14px;
    line-height: 14px;
  }
  #content ul li:nth-child(4)>div:last-child>div{
    font-size: 14px;
    line-height: 17px;
    margin: 10px 20px 0;
  }
  #content ul li:nth-child(4)>div:last-child>a{
    bottom: 0;
    right: 0;
  }
  #content ul li:nth-child(4)>div:last-child a img{
    width: 34px;
  }
}
/*========================================动画=====================================*/
/*=============================第一屏==============================*/
@keyframes leftIn{
  0%{left: 0;opacity: 0;}
  100%{left: 50%;opacity: 1;}
}
@keyframes rightIn{
  0%{left: 100%;opacity: 0;}
  100%{left: 50%;opacity: 1;}
}
@keyframes downIn{
  0%{top: 100%;opacity: 0;}
  100%{top: 50%;opacity: 1;}
}
@keyframes fadeOut{
  from{opacity: 1;}
  to{opacity: 0;}
}
@keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}
#content ul li.active:nth-child(1) img:nth-child(1){
  animation: leftIn 1.5s both;
  animation-timing-function:cubic-bezier(0.85,0,0.85,0);
}

#content ul li.active:nth-child(1) img:nth-child(2){
  animation: rightIn 1.5s both;
  animation-timing-function:cubic-bezier(0.85,0,0.85,0);
}
#content ul li.active:nth-child(1) img:nth-child(3){
  animation: downIn 1.5s 0.7s both;
}
#content ul li.active:nth-child(1) img:nth-child(4),#content ul li.active:nth-child(1) img:nth-child(5){
  animation: downIn 1.5s 1s both;
}
#content ul li.active:nth-child(1),#content ul li.active:nth-child(2),#content ul li.active:nth-child(3),#content ul li.active:nth-child(4){
  animation: fadeIn 0.1s both;
}
#content ul li:nth-child(1),#content ul li:nth-child(2),#content ul li:nth-child(3),#content ul li:nth-child(4){
  animation: fadeOut 1.2s both;
}
/*=============================第二屏==============================*/
#content ul li:nth-child(2).active img:nth-child(1){
  animation: downIn 1.5s both;
}
#content ul li:nth-child(2).active img:nth-child(2){
  animation: downIn 1.5s 0.3s both;
}
#content ul li:nth-child(2).active img:nth-child(3){
  animation: downIn 1.5s 0.6s both;
}
#content ul li:nth-child(2).active img:nth-child(5){
  animation: leftIn 1.5s 0.6s both;
  animation-timing-function:cubic-bezier(0.85,0,0.85,0);
}
#content ul li:nth-child(2).active img:nth-child(6){
  animation: rightIn 1.5s 0.6s both;
  animation-timing-function:cubic-bezier(0.85,0,0.85,0);
}
#content ul li:nth-child(2).active img:nth-child(9){
  animation: fadeIn 1.5s 0.6s both;
}
#content ul li:nth-child(2).active img:nth-child(7){
  animation: rightIn 1.5s 0.8s both;
}
#content ul li:nth-child(2).active img:nth-child(8){
  animation: rightIn 1.5s 1s both;
}
#content ul li:nth-child(2).active img:nth-child(10){
  animation: downIn 1.5s 1s both;
}
/*=============================第三屏==============================*/
#content ul li:nth-child(3).active img:nth-child(3){
  animation: fadeIn 1.5s both;
}
#content ul li:nth-child(3).active img:nth-child(4){
  animation: leftIn 1.5s 0.3s both;
}
#content ul li:nth-child(3).active img:nth-child(5){
  animation: rightIn 1.5s 0.6s both;
}
#content ul li:nth-child(3).active img:nth-child(6){
  animation: leftIn 1.5s 0.9s both;
}
#content ul li:nth-child(3).active img:nth-child(2){
  animation: fadeIn 1.5s 0.9s both;
}
/*=============================第四屏==============================*/
#content ul li:nth-child(4).active{
  animation: fadeIn 1.5s both;
}
/*=============================备案信息==============================*/
.beian{
  position: absolute;
  bottom: 10px;
  right: 70px;
  font-style: normal !important;
}
.beian a:visited{
  color:rgb(0, 0, 238);
}








