/*动画效果*/
.jiaZ1{
     opacity: 0;
     transform: scale(0.1);
     transition: all 1s;
     position: relative;
     top: -300px;
 }
.active .jiaZ1{
    opacity: 1;
    transform: scale(1);
    top: 0;
}
.jiaZ2{
    opacity: 0;
    transform: scale(0.1);
    transition: all 1s;
    position: relative;
    top: -300px;
}
.active .jiaZ2{
    opacity: 1;
    transform: scale(1);
    top: 0;
    transition-delay: .5s;
}
.jiaZ3{
    opacity: 0;
    transform: scale(0.1);
    transition: all 1s;
    position: relative;
    top: -300px;
}
.active .jiaZ3{
    opacity: 1;
    transform: scale(1);
    top: 0;
    transition-delay: 1s;
}
.jiaZ4{
    opacity: 0;
    transform: scale(0.1);
    transition: all 1s;
    position: relative;
    top: -300px;
}
.active .jiaZ4{
    opacity: 1;
    transform: scale(1);
    top: 0;
    transition-delay: 1.5s;
}
.toLeft{
    opacity: 0;
    position: relative;
    left: -500px;
    transform: scale(0.1);
    transition: all 1s;
}
.active .toLeft{
    opacity: 1;
    position: relative;
    left: 0;
    transform: scale(1);
    transition-delay: .5s;
}
.toRight{
    opacity: 0;
    position: relative;
    right: -500px;
    transform: scale(0.1);
    transition: all 1s;
}
.active .toRight{
    opacity: 1;
    position: relative;
    right: 0;
    transform: scale(1);
    transition-delay: .5s;
}
.drop1,.drop2,.drop3{
    position: relative;
    opacity: 0;
    top: -50px;
    transform: scale(0.1);
    transition: all 1s;
}
.active .drop1:nth-child(1){
    opacity: 1;
    position: relative;
    top: 0;
    transform: scale(1);
    transition-delay: .4s;
}
.active .drop1:nth-child(2){
    position: relative;
    opacity: 1;
    top: 0;
    transform: scale(1);
    transition-delay: .6s;
}
.active .drop1:nth-child(3){
    position: relative;
    top: 0;
    opacity: 1;
    transform: scale(1);
    transition-delay: .8s;
}
.active .drop2:nth-child(1){
    position: relative;
    top: 0;
    transform: scale(1);
    opacity: 1;
    transition-delay: 1s;
}
.active .drop2:nth-child(2){
    position: relative;
    top: 0;
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.2s;
}
.active .drop2:nth-child(3){
    position: relative;
    top: 0;
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.4s;
}
.active .drop2:nth-child(4){
    position: relative;
    top: 0;
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.6s;
}
.active .drop3:nth-child(1){
    position: relative;
    top: 0;
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.8s;
}
/*样式*/
.hero,.second,.third{
    text-align: center;
}
.hero>div{
    margin-bottom: 10%;
}
.hero>p{
    /*line-height: 20px;*/
    margin-bottom: 0!important;
}
.myLogo img{
    width: 10%;
    height: auto;
    padding-bottom: 3%;
}
.font1{
    font-size: 18px;
    color: white;
    font-family: "微软雅黑 Light";
}
.font2{
    font-size: 16px;
    color: white;
    font-family: "微软雅黑 Light";
}
