.header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 51;
    width: 100%;
    height: 72px;
    /*-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);
    box-shadow: 0 0 5px rgba(0, 0, 0, .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;
}
.header .head-info .nav{
    /*margin-top: 28px;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.header .head-info .nav> ul{
    transition:all 0.5s ease-in-out;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    margin-bottom: 0;
    text-align: center;
}
.header .head-info .nav>ul>li{
   display: inline-block;
    text-align: center;
    /*position: relative;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    line-height: 72px;

}
.header .head-info .nav>ul>li>a{
    color: #4c4c4c;
    display: inline-block;
    font-size: 16px;
    position: relative;
    /*padding-bottom: 15px;*/
    padding: 0 35px;
}
.nav>ul li a i{
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url("../images/icon-2.png") no-repeat;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.nav.nav-phone>ul li.active a i{
    background: url("../images/icon-2.png") no-repeat;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari �� Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.nav.nav-phone>ul li.active>a{
    color: #dd4f50;
}
.header .head-info .nav>ul li a:hover i{
    background: url("../images/icon-36.png") no-repeat;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari �� Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.header .head-info .nav > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #f3c416;
    height: 100%;
    -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: #fff;
}

.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>.logo{
        display: none;
    }
    .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;
        overflow: auto;
    }
    .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 25px;
    }
    .header-info .nav>ul>li>a{
        font-size: 16px;
        text-align: left;
    }
    .header-info .nav>ul>li>a em{
        font-size: 14px;
        padding-left: 5px;
        color: #333;
    }
    .navPhone-li ul li a{
        text-align: left !important;
        position: relative;
        font-size: 14px !important;
        padding-left: 43px !important;
    }
    .navPhone-li ul li a:after{
        content: "";
        width: 5px;
        height: 5px;
        background-color:#dd4f50;
        border-radius: 50%;
        position: absolute;
        left: 30px;
        top: 20px;

    }
}