﻿#index .header-load-active{
    display: none;
}
/*--------------header-style1-----------------*/
.header-style1{
    position: fixed;
    z-index: 999;
    display: block;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    transition: all .5s linear;
}
.header-style1.header2{
    background-color: #000;
}
.header-style1 .header-box{
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: all .5s linear;
}
.header-style1 .header-logo{
    display: block;
    float: left;
    position: relative;
    transition: all .5s ease;

}
.header-style1 .header-logo img{
    max-width: 150px;
}
.header-style1.header2{
    border-bottom: 1px solid #a8ad6a;
}

.header-style1 .header-menu{
    display: block;
    float: right;
    font-size: 0;
}
.header-style1 .header-menu> li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    margin-left: 45px;
    transition: all .5s ease;
}
.header-style1 .header-menu> li a{
    cursor: pointer;
}
.header-style1 .header-menu> li a i{
    vertical-align: middle;
}
.header-style1 .header-menu> li:first-child{
    margin-left: 0;
}
.header-style1 .header-menu> li:last-child{
    margin-right: 0;
}
.header-link-box{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.header-menu-title{
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 100;
    letter-spacing: 1px;
}
/* -------------------------------------------------------------- */

div.header-menu-title{
    cursor: context-menu;
}


.rwd-menu-list-back{
    display: none;
}
.mask{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.mask.active{
    display: block;
}
.header-info-title-fixed{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.header-info-title-fixed .index-info-title-line{
    transform: scale(1,1);
}
.header-info-title-fixed .index-info-title1,
.header-info-title-fixed .index-info-title2{
    opacity: 1;
}
.header-info-title-fixed .index-info-title1{
    font-size: 16px;
}
/*----------------------------------*/
.rwd-menu{
    width: 59px;
    position: absolute;
    right: 3%;
    top: 45px;
    z-index: 99999;
    display: none;
}
.rwd-menu span{
    width: 40px;
    display: block;
    margin: 0 auto;
    height: 4px;
    background-color: #000;
    position: relative;
}
#index .rwd-menu span{
    background-color: #FFF;
}
.rwd-menu span:nth-child(even){
    margin: 8px auto;
    transition: all .4s linear;
}
.rwd-menu span:nth-child(1){
    transform: scale(1);
    transform-origin: left;
    transition: all .4s linear;
}
.rwd-menu span:nth-child(3){
    transform: scale(1);
    transform-origin: right;
    transition: all .4s linear;
}
.rwd-menu span:nth-child(4){
    top: -23px;
    transform:  scale(0) rotate(-45deg);
}

.rwd-menu.active span:nth-child(odd){
    transform: scale(0);
    transition: all .4s linear;
    transition-delay: 0;
}

.rwd-menu.active span:nth-child(2){
    transform: rotate(45deg);
    transition: all .4s linear;
}
.rwd-menu.active span:nth-child(4){
    transform: scaleX(1) rotate(-45deg);
    transition-delay: 0.3s;
}
.rwd-menu.active span{
    background-color: #FFF;
}
.header-language-menu{
    display: none;
}


@media only screen and (max-width: 1200px){
    .header-style1 .header-box{
        width: 95%;
        margin: 0 auto;
    
    }
    .header-style2 .header-menu ul{
        width: 100%;
    }
}

@media only screen and (max-width: 1000px){
    .header-style1 .rwd-menu{
        display: block;
    }
    .header-style1 .rwd-menu span{
        background-color: #FFF;
    }
    .header-style1 .rwd-menu{
        top: 18px;
    }
    .header-style1 .header-menu{
        text-align: center;
        float: none;
        position: relative;
        display: none;
        padding-top: 20px;
        clear: both;
        z-index: 9;
    }

    .header-style1  .header-menu li{
        width: 100%;
        display: block;
    }

    .header-style1  .header-style1 .header-menu.open{
        left: 0;
    }
    .header-style1  .header-menu-list-box{
        transform: scale(1, 1);
        width: 300px;
        left: -300px;
        transition: all .3s linear;
        position: fixed;
        top: 0;
        height: 100vh;
        background-color: #000;
        z-index: 9;
    }
    .header-style1  .header-menu-list-box.open{
        left: 0;
    }
    .header-style1  .header-menu-list-box li{
        background-color: transparent;
    }
    .header-style1  .rwd-menu-list-back{
        display: block;
        color: #FFF;
        text-align: right;
        padding: 20px 0;
        border-bottom: 1px solid #EEE;
        width: 100%;
        box-sizing: border-box;
        padding-right: 20px;
    }
    .header-style1  .header-menu li{
 
        padding: 0;
        margin-left: 0;
     
    }
    .header-style1 .header-menu-list{
        padding: 10px 0;
        padding-left: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #FFF;
    }
}