body {
	font-family:  "微软雅黑","Microsoft YaHei" !important;
}
/* 返回顶部 */
#scrollto {
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 1;
	cursor: pointer;
	display: none;
}

/* 顶部导航条整体宽度样式补充 */
.top_nav_supply{
	width: 1220px !important;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*顶部导航-搜索框样式 sart*/
.search{
	height: 100px;
	width: 166px;
	float:left;
}

.lr {
	float: left;
}

.searchCon {
	width: 166px;
	height: 26px;
	position: relative;
	/* line-height: 26px; */
}

.search_input {
	box-sizing: border-box;
	width: 166px;
	height: 26px;
	border: none;
	border-radius: 26px;
	font-size: 14px;
	color: #666;
	padding: 6px 30px 6px 14px;
	background: #e5e5e5;
}

.search_input::-webkit-input-placeholder {
    color: #a6a6a6;
    font-size: 14px;
}

.search_input:-moz-placeholder {
    color: #a6a6a6;
    font-size: 14px;
}

.search_input:-ms-input-placeholder {
    color: #a6a6a6;
    font-size: 14px;
}

.search_button {
	width: 30px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 37px;
	background: url(../img/search/sousuo.png) left center no-repeat;
	background-size:20px 20px;
}

/* a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
		    border: 0;
		    outline: 0;
		} */
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
}
/* button, select, textarea, input:not([type="radio"]):not([type="checkbox"]) {
		    -webkit-appearance: none;
		    -moz-appearance: none;
		    appearance: none;
		} */
input, button, img {
	border: none;
	background: none;
	border-radius: 0;
}

/* input, button {
		    outline: none;
		    -webkit-appearance: none;
		} */

/* input, textarea {
		    tap-highlight-color: rgba(0, 0, 0, 0);
		    focus-ring-color: rgba(0, 0, 0, 0);
		    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
		    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
		    -moz-focus-ring-color: rgba(0, 0, 0, 0);
		} */
/*顶部导航-搜索框样式 end*/

/*boostrap container样式覆盖*/
.container_content_supply{
	margin-top: 50px;
	width: 1220px !important;
}