﻿/*导航增加动效css*/
.xg_header #sf1895-00002,
.p1895mf1895-074f3264a7e3bd1ad,
.p1895mf1895-074f3264a7e3bd1ad,
.xg_menuLi1,
.p1895mf1895-0bf8ed04a76a7e20c{
    transition: all 0.5s linear !important;
}
.xg_header{
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.p1895mf1895-074f3264a7e3bd1ad{/*logo*/
    opacity: 0 !important;
}

.xg_header_cur #sf1895-00002{
    background: transparent !important;
}

.xg_header_cur .p1895mf1895-074f3264a7e3bd1ad{
    opacity: 1 !important;
}

.xg_header_cur .p1895mf1895-09c7b9eac72cb303e{
    opacity: 0 !important;
}

.xg_header_cur .xg_menuLi1{
    color: #fff !important;
}
.xg_header_cur .xg_menuLi1.xg_menuLi1-select{
    color: #0885c8 !important;
}

.xg_header_cur .p1895mf1895-0bf8ed04a76a7e20c{
}
/*导航增加动效css end*/

/*广告条效果*/
@keyframes imageAnimation {
            0% {
                transform: scale(1.1);
                animation-timing-function: ease-in;
            }
            100% {
                transform: scale(1);
                animation-timing-function: ease-out;
            }
        }
        @-webkit-keyframes imageAnimation {
            0% {
                transform: scale(1.1);
                animation-timing-function: ease-in;
            }
            100% {
                transform: scale(1);
                animation-timing-function: ease-out;
            }
        }


.p1867m7aa6342c69a91a6b{
    animation: imageAnimation 8s infinite linear 0s alternate;
    -webkit-animation: imageAnimation 8s infinite linear 0s alternate;
}
/*广告条效果end*/

/*星星的样式*/
@keyframes rotate {
        0% {
            transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
        }
        100% {
            transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
        }
    }

#ife74036716ae1f3c {
    overflow: initial;
    transform: perspective(500px);
    transform-style: preserve-3d;
    position: absolute;
    top: inherit;
    bottom: 0;
    perspective-origin: 50% 100%;
    left: 50%;
    animation: rotate 90s infinite linear;
}
.star {
    width: 2px;
    height: 2px;
    background: #F7F7B6;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 -300px;
    transform: translate3d(0, 0, -300px);
    backface-visibility: hidden;
}
/*星星的样式 end*/