.home_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background: #fff;
}

.home_header_title {
	width: 1200px
}

.home_title {
	margin-top: 11px;
	margin-bottom: 11px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.home_title,.home_title_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home_title_center {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.home_title_text {
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	font-weight: 400;
	cursor: pointer
}

.home_header_bottom {
	width: 100%;
	height: 42px;
	background: #005f9f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.input_search_btn {
	width: 164px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	color: #fcfcfc;
	font-size: 16px
}

.el-input-group__append,.el-input-group__prepend {
	background: #0076c6;
	border: .5px solid #0076c6!important;
	padding: 0!important
}

.home_title_phone {
	height: 78px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home_title_phone_img {
	width: 55px;
	height: 54px;
	margin-right: 15px
}

.home_title_phone_text {
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.home_title_phone_text>p {
	font-size: 16px;
	font-weight: 400;
	color: #666
}

.home_title_phone_num {
	font-size: 25px!important;
	font-weight: 700!important;
	color: #ffb331!important
}

.home_search {
	width: 450px;
	padding-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home_search_text {
	font-size: 13px;
	font-weight: 400;
	margin-right: 10px;
	cursor: pointer
}

.home_search_text:hover {
	color: rgba(148,75,216,.842)
}