@media only screen and (min-width:1200px){
.search p {
    width: 1200px !important;
    margin: -30px auto;
    font-size: 36px !important;
	text-align: left !important;
}
.input_box {
    width: 1200px !important;
    margin: -30px auto !important;
    position: static !important;
}
.btn.btn_search {
    width: 500px !important;
    margin: 60px auto !important;
    font-size: 0.4rem !important;
}
.btn.btn_reset {
    width: 500px !important;
    margin: -30px auto !important;
    margin-bottom: 30px !important;
    font-size: 0.4rem !important;
}
.list.list_show {
    width: 1200px !important;
    margin: 0 auto;
}
.list_box.show_box {
    width: 100% !important;
    margin: 0 auto !important;
}
.search_bg {
    background-image: url(../img/pc_bg.jpg) !important;
}
.clearfix{
	clear: none !important;
}

}
