/*header*/
#wrap_header{
    width:100%;
    height:120px;
    margin:0 auto;
}
.header{
    width:100%;
    height:80px;
    margin:0 auto;
    background: #000000;
    border-bottom:1px solid #ddd;
    position:relative;
}
.logo{
    width: 210px;
    height:100%;
    margin:0 auto;
}
.logo>a>img{
    width: 210px;
    margin-top:16px;
    /* margin-left:10px; */
}
.search{
    width:250px;
    position:absolute;
    right:0;
    bottom:19px;
    height:30px;
}
#sch{
    border: 1px solid #ffffff;
    height:25px;
    border-radius:16px;
    width:180px;
    outline:none;
    box-sizing: border-box;
    padding: 0 12px;
}
.shr{
    background: url(../img/sch_glass01.png) no-repeat;
    width:25px;
    height:25px;
    border: 0;
    display:block;
	z-index:10;
    position:absolute;    
    top:30px;
	right:34px;
    cursor:pointer;
    outline:none;
}
.menu{
    width:100%;
    height:40px;
    background:#fff;
    border-bottom:1px solid #ddd;
    margin:0 auto;
}
.menu>ul{
    width:1100px;
    margin:0 auto;
}
.menu>ul>li{
    float:left;
    width:16.6%;
    text-align:center;
}
.menu>ul>li>a{
    color:#212121;
    line-height:38px;
    display:inline-block;
    text-align:center;
	font-weight:600;
}
/*//header*/