@charset "UTF-8";

.search_index {position: relative;width: 100%;height: 120px;margin-top: -60px;background-color: rgba(25,36,54,.9);z-index: 20;}
.search_font { float: left; font-size: 32px; line-height: 120px; color: #fff; padding-left: 113px; background: url("../images/search.png") no-repeat 35px 36px;}
.search_r { float: right; width: 580px !important;height: 56px; margin-right: 24px; padding: 32px 0;}
.search_r input {float: left !important; outline: none; display: inline-block;}
.search_input { width:440px !important; height: 56px; line-height: 56px;border: none; border-radius: 6px 0 0 6px; padding-left: 20px;}
.search_but { width: 120px;height: 56px; line-height: 56px; background: #0065c0; color: #fff; border:none;border-radius: 0 6px 6px 0; font-size: 24px;}

@media screen and (max-width:1200px) {
	.search_input { width:300px !important;}
	.search_r { width: 440px !important;margin-right: 38px;}
}
@media screen and (max-width:1081px) {
	.search_font { font-size: 30px; background-size: 15% !important;background-position: 35px 38px;}
	.search_r { width: 460px !important;margin-right: 38px;}
	.search_input { width:340px !important;}
}
@media screen and (max-width:1023px) {
	.search_font { font-size: 24px;padding-left: 95px; background-size: 15% !important;background-position: 35px 42px;}
	.search_r { width: 360px !important;margin-right: 38px;}
	.search_input { width:240px !important;}
}
@media screen and (max-width:767px) {
	.search_font { font-size: 20px;padding-left: 95px; background-size: 15% !important;background-position: 35px 42px;}
	.search_r { width: 360px !important;margin-right: 38px;}
	.search_input { width:240px !important;}
	.search_index {
		margin-top:0px;
	}
}
@media screen and (max-width:680px) {
	.search_font { display: none;}
	.search_r {float: none;  width: 82% !important;margin: 0 auto;}
	.search_input { width:70% !important;font-size: 14px;}
	.search_but { width: 30%;font-size: 16px;}
}