*{
    margin: 0;padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none; */
}   
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

 ::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 2px;
}

 ::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 20px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #06C755;
}

 ::-webkit-scrollbar-corner {
    background: #f6f6f6;
}
.w1340{
    max-width: 1340px;
    padding:0 10px;
    margin:0 auto;
    position: relative;
}
.header{
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index: 1000;
}
.header .nav{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .nav .logo{
    width: 138px;
    height: 40px;
}
.header .nav .menu{
    display: flex;
}
.header .nav .menu .li{
    text-decoration: none;
    font-size: 16px;
    color:#fff;
    margin-left: 80px;
    transition: all 0.2s;
}
.header .nav .menu .li:first-child{
    margin-left: 0;
}
.header .nav .menu .li.on,.header .nav .menu .li:hover{
    font-weight: 600;
}

.footer{
    padding:120px 0 32px;
    background-color: #030712;
}
.footer_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_con .logo{
    width: 134px;
    height: 40px;
    margin-right: 24px;
}
.footer_con .menu{
    display: flex;
}
.footer_con .menu .li{
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 64px;
}
.footer_con .menu .li:first-child{
    margin-left: 0;
}
.footer_con .orther{
    display:flex;
}
.footer_con .orther .img{
    width: 40px;
    height: 40px;
    margin-left: 24px;
}
.copyright{
    text-align: center;
    font-size: 14px;
    color:rgba(255, 255, 255, 0.3);
    margin-top: 300px;
}

@media screen and (max-width: 780px) {

}