/*讓top Nav fixed*/
/*.top_header{
	background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}
.main_page {
    margin-top: 40px;
}*/
.header_search_box input{
	display: inline-block;
    width: 100px;
    border-radius: 2px;
    border: 0;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.header_search_box a{ 
    padding: 3px; 
    float: right;
    border: 0;
    line-height: 13px;
}

.header_search_box input.w90p{width: 90%;}

@media (max-width: 500px){

	header .top_header ul li {
	    margin-right: 0;
	    display: block;
	    float: left;
	    padding-right: 5px;
	}

	header .top_header .header_right ul li {
	    display: none;
	    margin: 0 0px;
	    margin-bottom: 4px;
	}
	header .top_header .header_right ul li.header_search_li,header .top_header .header_right ul li.header_cuslink_li{display: inline-block;} 
}

@media (max-width: 767px){
	.top_header {
	    padding: 6px 0 4px;
	}
}


@media (max-width: 1199px){
     .navbar-header button{
		/* position: fixed;
	    background: #505050;
	    padding: 10px;
	    border-radius: 0px 3px 3px 0px; */
	    top: 20%;
	    z-index: 16;
	    /* color: #fff;
	    left:0; */
	}
}