@font-face {
    font-family: 'Saira Condensed';
    src: url("../fonts/SAIRACONDENSED-SEMIBOLD.TTF");
}
@font-face {
    font-family: 'Nexa Text-Trial';
    src: url("../fonts/NexaText-Trial-Bold.ttf");
}

*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
img{
    object-fit: cover;
}
span{
    display: block;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
html,body{
    scroll-behavior: smooth;
}
.top_active{
    opacity: 1!important;
    top: 0!important;
}
.left_active{
    opacity: 1!important;
    left: 0!important;
}
.home{
    width: 100%;
    height: auto;
    display: flex;
}
.home .fiexd{
    width: 8%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.header{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 8%;
    height: 94%;
    border-right: 1px solid rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 999;
    background: #fff;
    padding: 3% 0;
    left: -8%;
    opacity: 0;
    transition: 2s;
}
.header_active{
    left: 0!important;
    opacity: 1!important;
}
header .logo{
    width: 61px;
    height: 61px;
    margin: 24px auto 0;
    display: block;
}
header .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.phone{
    position: fixed;
    display: flex;
    align-items: center;
    top: 70px;
    right: 95px;
    z-index: 999;
}
.phone i{
    font-size: 25px;
    color: #353535;
    font-weight: bold;
}
.phone p{
    font-size: 17px;
    font-family: Roboto;
    font-weight: bold;
    color: #353535;
    margin-left: 10px;
    white-space: nowrap;
}
.phone .circle{
    width: 46px;
    height: 46px;
    background: #D71518;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 1s;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
header .nav{
    text-align: center;
}
header .nav li{
    width: 100%;
    margin-bottom: 40px;
    line-height: 30px;
    padding: 5px 0;
    transition: 0.6s;
}
header .nav li:last-child{
    margin-bottom: 0;
}
header .nav li a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000;
    display: block;
    transition: 0.6s;
}
header .nav .li_active a{
    font-size: 16px;
}
header .nav .li_active li{
    display: block;
}
header .nav .li_active .return{
    margin-top: 130px;
    cursor: pointer;
}
header .nav .li_active .return i{
    font-size: 20px;
    color: #E60012;
}
header .nav .li_active .return p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5A5A5A;
}
header .nav li a:hover{
    color: #d71518;
}
.li_color_active{
    color: #d71518!important;
}
header .nav li .tow_nav{
    margin-top: 40px;
}
header .nav li .tow_nav li{
    margin-bottom: 20px;
}
header .nav li .tow_nav li a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #979797;
    transition: 0.6s;
}
header .nav li .tow_nav li a:hover{
    color: #d71518;
}
header .scroll{
    text-align: center;
}
header .scroll .button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
header .scroll p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3C3C3C;
}
header .scroll .button div{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #c1c1c2;
    border-bottom: 10px solid transparent;
    margin-right: 10px;
}
.button_active{
    border-right: 15px solid #d71518!important;
}
header .scroll .button div:nth-child(2){
    transform: rotate(180deg);
    margin-right: 0;
}
.mobile {
    position: fixed;
    top: 30px;
    right: 10%;
    z-index: 99999;
    display: none;
}
.mobile span{
    width: 25px;
    height: 2px;
    background-color: #111;
    display: block;
    margin-top: 6px;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.4s;
}
.mobile span:first-child{
    margin-top: 0;
}
.mobile_active span:nth-child(1) {
    opacity: 0;
    left: -50px;
}
.mobile_active span:nth-child(2) {
    transform: rotate(45deg);
}
.mobile_active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -8px;
}
.mobile_bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #fff;
    display: none;
    top: 78px;
    left: 0;
    z-index: 99999;
    border-top: 1px solid #eff2f6;
}
.mobile_bg li{
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 70px;
    padding-left: 25px;
    border-bottom: 1px solid #eff2f6;
    font-size: 15px;
    color: #999899;
    transition: 0.6s;
}
.mobile_bg li a{
    color: #999899;
    display: block;
    width: 100%;
    font-size: 14px;
}
.mobile_bg .li_bot{
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 0;
    opacity: 0;
    transition: 0.65s;
    height: 100%;
    background: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
}

@media screen and (max-width: 1700px) {
    header .nav li{
        margin-bottom: 26px;
    }
    header .nav li a{
        font-size: 13px;
    }
    .phone{
        top: 60px!important;
    }
}


@media screen and (max-width: 768px) {
    body,html{
        width: 100%;
        overflow-x: hidden;
    }
    .header{
        width: 80%;
        padding: 0 10%;
        height: 80px;
        top: 0;
        left: 0!important;
        opacity: 1!important;
        flex-direction: unset;
        align-items: center;
        transform: none;
        box-shadow: 0px 0px 30px 0px rgb(24 25 26 / 10%);
    }
    header .scroll{
        display: none;
    }
    header .logo{
        margin: 0;
    }
    header .nav{
        display: none;
    }
    .phone{
        display: none;
    }
    .mobile{
        display: block;
    }
    .aos-init{
        opacity: 1!important;
        transform: translate(0, 0) !important;
    }
}
