*{
    padding: 0;
    margin: 0;
    outline: none;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
::-webkit-scrollbar{
    width: 0;
}
#my-scrollbar{
    height: 100vh;
    position: relative;
    overflow: hidden!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    z-index: 99;
}
.scrollbar-track-y{
    background: transparent!important;
}
.scrollbar-thumb{
    background: transparent!important;
}
.top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
}
.top1{
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 101;
    width: 100%;
    height: 100vh;
    background: white;
    opacity: 1;
    transition: 0.6s;
}
.top-warp{
    width: 90%;
    display: flex;
    justify-content: space-between;
    height: 100px;
    margin: auto;
    align-items: center;
    position: relative;
    z-index: 1;
}
.top-ri{
    display: flex;
    align-items: center;

}
.top-ri .svg{
    margin-right: 16px;
}
.top1 .top-ri .CE{
    color: #666666;
}
.top-ri .CE{
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 22px;
    display: flex;
    align-items:center;
    width: 40px;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    /*transition: 0.6s;*/
}
.top-ri .qiehuan{
    width: 100%;
    height: 0px;
    position: absolute;
    top: 20px;
    left: 0px;
    text-align: center;
    /* height: auto; */
    background: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    transition: 0.6s;
    opacity: 0;
    overflow: hidden;
    /*transition: 0.6s;*/
}
.top-ri .qiehuan a{
    font-size: 14px;
    color: #444444;
    transition: 0.6s;
}
/* .CE:hover .qiehuan{
    height: 50px;
    opacity: 1;
    transition: 0.6s;
} */
.top1 .top-ri .top-line{
    background: rgba(0,0,0,.3);
    transition: 0.6s;
}
.top-ri .top-line{
    height: 18px;
    width: 1px;
    background: rgba(255,255,255,.3);
    margin: 0px 33px;
    transition: 0.6s;
}
.top-ri .top-span{
    width: 18px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    transition: 0.6s;
}
.top-ri .top-span span{
    width: 100%;
    height: 2px;
    background: white;

}
.top1 .top-ri .top-span{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top1 .top-ri .top-span span{
    width: 10px;
}
.top1 .top-ri .top-span span:nth-child(1){
    transform: rotate(45deg);

}
.top1 .top-ri .top-span span:nth-child(2){
    transform: rotate(-45deg);
    margin-top: -2px;
}
.top-warp .logo img{
    transition: 0.6s;
}
.top-ban{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 0% 10%;
}
.top-ban1{
    display: flex;
    width: 140px;
}
.top-ban1 .top-le p{
    font-size: 14px;
    line-height: 40px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #666666;
}
.top-ban1 .top-ri{
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.top-ban1 .top-ri span{
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #000000;
    width: 100%;
    cursor: pointer;
}
.top-ban1 .top-ri ul{
    margin-top: 20px;
}
.top-ban1 .top-ri li{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    /*transition: 0.6s;*/
}
.top-ban1 .top-ri li:hover{
    color: #ED1B2F;
}
#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.top1 .red{
    height: 1px;
    background: #ED1B2F;
    position: absolute;
    top: 195px;
    left: 0px;
    transition: 0.6s;
}


.sc{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.sc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1.2);
}
.sc .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sc .text .span span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing:10px;
    position: relative;
    left: 50px;
    opacity: 0;
    filter: blur(100px);
    transition: 1s;
}
.sc .text .p{
    display: flex;
    justify-content: center;
}
.sc .text p{
    font-size: 18px;
    font-family: DINSchrift;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
    position: relative;
    left: 50px;
    opacity: 0;
    filter: blur(100px);
    transition: 1s;
}
.foot{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.foot .foot-warp {
    width: 1400px;
    height: auto;
    margin: auto;
    margin-top: 248px;
}
.foot .foot-warp .foot-warp1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot .foot-warp .foot-warp1 .bottom-ri {
    display: flex;
    align-items: center;
}
.foot .foot-warp .foot-warp1 .bottom-ri p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    opacity: 0.5;
    text-align: right;
    margin-right: 19px;
    transition: 0.6s;
    cursor: pointer;
}
.foot .foot-warp .foot-warp2 {
    width: 100%;
    height: 505px;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin: 33px 0px;
    display: flex;
    justify-content: space-between;
}
.foot-warp2 .top-ban1 {
    margin-top: 54px;
}
.foot .foot-warp2 .top-ri span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: inherit;
    white-space: nowrap;
}
.foot .foot-warp2 .top-ri ul a li {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.5;
    transition: 0.6s;
}
.foot .foot-warp2 .top-ri ul a li:hover {
    color: #ED1B2F;
}
.foot .foot-warp3 {
    display: flex;
    justify-content: space-between;
}
.foot .foot-warp3 p {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
}

