.header{
    /*position: fixed;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*z-index: 51;*/
    height: 80px;
    /*-webkit-transition: all .3s;*/
    /*-moz-transition: all .3s;*/
    /*-o-transition: all .3s;*/
    /*-ms-transition: all .3s;*/
    /*transition: all .3s;*/
    background: rgba(255,255,255,1);
}
.header_up {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
}
.header_up ul {
    float: right;

}
.header_up ul li {
    float: left;
}
.header_up ul li a {
    padding: 0 18px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    color: #808080;
    border-left: 1px solid #d9d9d9;
}
.header_up ul li:last-child a {
    border-right: 1px solid #d9d9d9;
}
.header .head-info{
    /*position: relative;*/
}
.header .head-info .logo{
    float: left;
    position: relative;
    margin-top: 22px;
}
.header .head-info .nav{
    float: right;
    margin-top: 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.header .head-info .nav> ul{
    float: left;
    transition:all 0.5s ease-in-out;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    margin-bottom: 0;
}
.header .head-info .nav>ul li{
    float: left;
    margin-right: 33px;
    text-align: center;
    /*position: relative;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.header .head-info .nav>ul li a{
    color: #333333;
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}
.header .head-info .nav > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #32acad;
    height: 3px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header .head-info .nav>ul li .active:before,
.header .head-info .nav>ul li a:focus:before,
.header .head-info .nav>ul li a:hover:before {
    left: 0;
    right: 0;
}

.header .head-info .nav>ul li a:hover,
.header .head-info .nav>ul li .active {
    color: #32acad;
}

.header.scroll_h .head-info .logo,
.header.n_black .head-info .logo{
    width: 79px;
    height: 89px;
    /*margin: 17px 0 0 0px;*/
    /*transform:translateX(10px);*/
    /*transition:transform 1s ease-out;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.header.scroll_h .head-info .logo a{
    width: 79px;
    height: 89px;
}
.header.scroll_h .head-info .logo a.s_logo{
    display:block;
    margin-left: 0px;
}
.header.scroll_h .head-info .logo a.h_logo{
    display: none;
}
.header.scroll_h .head-info .nav,
.header.n_black .head-info .nav{
    /*margin-top: 17px;*/
}
.header.scroll_h .head-info .nav>ul li{
    /*height: 57px;*/
}

.header-info{display: none;}

@media only screen and (max-width: 1024px){
    .header.w1200_header .header02{display: none!important;}
    .header .head-info{display: none!important;}
    /*�ƶ��˵���*/
    .header .head-info{display: none;}
    .header .header02{display: none;}
    .header.w1200_header .header02{display: none;}
    .header.scroll_h{height: 70px;}
    .header-info{display: block;}
    .header-info{/*position: static;*/height: 70px;background-color: #fff;}
    .header-info .logo{float: left;margin:15px 0 0 20px;}
    .header-info .logo a{display: block;}
    /*������ť*/
    .header-info .nav_btn{display:block;float: right;margin: 20px 20px 0 0;cursor:pointer;height: 32px;width: 30px;position: relative;}
    .header-info .nav_btn span{display: inline-block;width: 30px;height: 2px;background-color: #000;
        position: absolute;top: 16px;left: 0px;
        transition:background-color 0.3s ease-out 0.1s;
    }
    .header-info .nav_btn span:after{content:'';display: inline-block;width: 30px;height: 2px;
        background-color: #000;position: absolute;top: 8px;left:0px;
        transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
        transform: rotate(0deg);
    }
    .header-info .nav_btn span:before{content:'';display: inline-block;width: 30px;height: 2px;
        background-color: #000;position: absolute;top: -8px;left:0px;
        transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
        transform: rotate(0deg);
    }
    .header-info.btn_click .nav_btn span{background-color: transparent;}
    .header-info.btn_click .nav_btn span:after{
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(-45deg);top: 0px;
    }
    .header-info.btn_click .nav_btn span:before{
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(45deg);top: 0px;
    }
    /*������ʽ*/
    .header-info{position: relative;z-index: 10;}
    .header-info .nav{
        position: fixed;
        top:70px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: #fff;
        visibility: hidden;
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity:0;
        transition:all 0.5s;
    }
    .header-info.btn_click .nav{
        visibility: visible;
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
        top:70px;
    }
    .header-info .nav>ul {
        overflow-y: auto;
    }
    .header-info .nav>ul>li{
        border-top: 1px solid #dcdcdc;
    }
    .header-info .nav>ul>li:last-child{
        border-bottom: 1px solid #dcdcdc;
    }
    .header-info .nav li a{
        color: #000;
        display:block;
        width: 100%;
        text-align: center;
        height: 100%;
    }
    .header-info .nav li>a{
        padding:15px 0;
    }
    .header-info .nav>ul>li>a{
        font-size: 16px;
    }
    .header-info .nav>ul>li>a em{
        font-size: 14px;
        padding-left: 5px;
        color: #333;
    }
}