@charset "gb2312";

.header {
	width: 1060px;
	margin-top: 20px;
	font-size: 12px;
	font-family: "微软雅黑";
}

.header_left {
	float: left;
}


.header_left a:link,
.header_left a:visited,
.header_right a:link,
.header_right a:visited {
	color: #c11918;
}

.header_left a:hover,
.header_right a:hover {
	color: #d98a89;
}

.header_left div {
	float: left;
	font-size: 12px;
}

.header_left h3 {
	font-size: 32px;
}

.header_right {
	float: right;
	font-size: 12px;
    margin-bottom: 12px;
}

#top_search_input {
	height: 30px;
	line-height: 26px;
	width: 288px;
	padding-left: 14px;
	font-size: 12px;
	outline: none;
	float: left;
	border: 1px solid #eaeaea;
}

#top_btn_search {
	height: 30px;
	line-height: 30px;
	width: 64px;
	/* margin-left: -4px; */
	padding: 0 20px;
	background-color: #c11918;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	float: left;
}

.language {
	display: block;
	font-size: 12px;
	float: right;
	line-height: 28px;
}

.input_group_head {
	/*position: relative;*/
	/* width: 100%; */
	height: 32px;
	margin-bottom: 6px;
}


/* 机器人 */
.robot_wrap {
	position: relative; 
}

.robot {
	right: -10px;
	top: 10px;
	position: absolute;
	z-index:100;
}

.robot img {
	position: fixed;
}

.clear {
	clear: both;
}





/* 响应式 */
@media screen and (max-width: 768px) {
    .header {
        width: 95vw;
		margin: 12px;
	}

	.input_group_head {
		width: 100%;
		margin-bottom: 0;
	}

	.header_left {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.header_left img {
		width: 100%;
		height: 90%;
	}

	.header_right {
		clear:both;
		float: inherit;
		display: flex;
		justify-content: space-between;
	}

	.header_right p {
		display: none;
	}

	.language {
		display: none;
	}

	#top_search_input {
		width: 80%;
		margin: 0;
		padding-left: 6px;
	}

	/* 机器人	 */
	.robot {
		display:none;
	}
}
