
/*banner*/
.banner {
    height: 100%;
    position: relative;
}

.banner .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.banner .swiper-slide .imgFull {
    height: 100%;
}

.ban1Bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index: 0;
    overflow: hidden;
}

.ban1Bg1 {
    background: url(../images/ban1Bg1.png) center center repeat;
    animation: star 1s infinite linear;
}

.ban1Bg2 {
    background: url(../images/ban1Bg2.png) center center repeat;
    animation: starMove 500s infinite linear;
}

.ban1Bg3 {
    background: url(../images/ban1Bg3.png) center center repeat;
    animation: star 3s infinite linear;
}

@keyframes star {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes starMove {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ban1BotBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner01Bot.png) center center no-repeat;
    background-size: cover;
}

.banner .swiper-slide .container {
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ban1Con {
    width: 100%;
}

.ban1Img {
    width: 60%;
    float: left;
    max-width: 651px;
    height: 379px;
    position: relative;
}

.ban1Logo {
    width: 119px;
    height: 57px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -49px;
    opacity: 0;
    transition: all 0.4s ease 0.3s;
}

.ban1Cir {
    width: 379px;
    height: 379px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -190px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease 0.3s;
}

.ban1Cir1 {
    background-image: url(../images/ban1Cir1.png);
    animation: circle 200s infinite linear;
}

.ban1Cir2 {
    background-image: url(../images/ban1Cir2.png);
    animation: circleF 200s infinite linear;
}

.ban1Cir3 {
    background-image: url(../images/ban1Cir3.png);
    animation: circle 200s infinite linear;
}

.ban1Line {
    width: 509px;
    height: 379px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -254px;
    background: url(../images/ban1Line.png) center center no-repeat;
}

.ban1IcoItem {}

.ban1IcoItem li {
    display: inline-block;
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
}

.ban1IcoItem li a {
    display: block;
    color: #FFFFFF;
}

.ban1Ico {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ban1Ico i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ban1IcoBg.png) center center no-repeat;
    animation: circle 150s infinite linear;
}

.ban1IcoLi1 {
    left: 50px;
    top: 0;
}

.ban1IcoLi2 {
    left: 0;
    top: 156px;
}

.ban1IcoLi3 {
    left: 50px;
    bottom: -30px;
}

.ban1IcoLi4 {
    right: 50px;
    top: 0;
}

.ban1IcoLi5 {
    right: 0;
    top: 156px;
}

.ban1IcoLi6 {
    right: 50px;
    bottom: -30px;
}

.ban1IcoItem li a:hover .ban1Ico img {
    animation: pulse 0.3s linear 2;
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes circleF {
    0% {
        transform: rotate(360deg);
    }

    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide-active .ban1Logo {
    opacity: 0;
}

.swiper-slide-active .ban1Cir {
    opacity: 1;
}

.swiper-slide-active .ban1Cir1 {
    transition-delay: 0.3s
}

.swiper-slide-active .ban1Cir2 {
    transition-delay: 0.7s
}

.swiper-slide-active .ban1Cir3 {
    transition-delay: 1.1s
}

.ban1Text {
    width: 40%;
    float: right;
    max-width: 382px;
    padding-top: 5%;
}

.banLink {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: 144px;
    height: 40px;
    line-height: 38px;
    margin: 25px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: url(../images/banLinkBg.png) center center no-repeat;
    background-size: 100% 100%;
}

.banLink img {
    margin-left: 5px;
    transition: all 0.3s ease 0s;
}

.banLink:hover {
    color: #FFFFFF;
}

.banLink:hover img {
    margin-left: 15px;
}

.banPc {
    display: block;
}

.banMob {
    display: none;
    position: relative;
    z-index: 1;
}

.banMob a {
    display: block;
}

.banBtn {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 6%;
    display: block;
    width: 24px;
    height: 42px;
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    z-index: 1;
    overflow: hidden;
}

.banBtn:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 21px;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: bounce 2s infinite;
}

/* 申请试用按钮 */
.proWinLinkebtn {
    display: block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    background-color: #df292e;
}
.proWinLinkebtn:hover {
    color: #fff;
}
@keyframes Cir {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}


@media (min-width:993px) {
    .banner {
        height: 840px;
    }
    
}


@media (max-width:992px) {
    .banner {
        height: auto;
    }

    .banPc {
        display: none;
    }

    .banMob {
        display: block;
    }
}

@media (max-width:767px) {
    
    
    
}

@media (max-width:640px) {
    
}

@media (max-width:460px) {
    .banBtn {
        width: 18px;
        height: 28px;
        border: 1px solid #FFFFFF;
    }
}

@media (max-width:360px) {
    
}

@media (max-width:414px) {
    
}

@media only screen and (max-width:375px) {
    
}

@media only screen and (max-width:360px) {
    
}

@media only screen and (max-width:320px) {
    
}
@media all and (orientation : landscape) {}

@media all and (orientation : portrait) {}

