.header .header_title_box {
	width: 100%;
	height: 157px;
	background-image: url(https://gaokao.haedu.cn/images/new/common/top_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.header .header_title_box .header_title {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.header .header_title_box .header_title .logo {
	float: left;
	width: 264px;
	height: 95px;
	margin-right: 42px;
}

.header .header_title_box .header_title .logo img {
	width: 100%;
	height: 100%;
}

.header .header_title_box .header_title .search {
	float: left;
}

.header .header_title_box .header_title .search .wrapper {
	width: 408px;
	height: 48px;
	background: #FFFFFF;
	margin-bottom: 16px;
	position: relative;
}

.header .header_title_box .header_title .search .wrapper .search_icon {
	width: 15px;
	height: 15px;
	margin: 0 16px 0 16px;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .header_title_box .header_title .search .wrapper .search_input {
	/* flex: 1; */
	float: left;
	width: 220px;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.header .header_title_box .header_title .search .wrapper .search_btn {
	height: 44px;
	line-height: 44px;
}

.header .header_title_box .header_title .search .wrapper .search_btn {
	float: right;
	width: 87px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #F47521;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.header .header_title_box .header_title .ad {
	float: left;
	width: 436px;
	height: 93px;
	margin-right: 50px;
}

ul,
ol {
	list-style: none;
}

.header .header_nav_box {
	width: 100%;
	height: 60px;
	background: #EF681F;
}

.header .header_nav_box .header_nav {
	width: 1200px;
	margin: 0 auto;
}

.header .header_nav_box .header_nav .item {
	float: left;
	height: 60px;
	padding: 0 48px;
	white-space: nowrap;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	margin-right: 6px;
	font-weight: 600;
	font-size: 18px;
}

/* 院校库导航间距 */
.header .header_nav_box .header_nav .item:nth-child(4) {
	padding: 0 56px;
}

/* 跳转后选中状态 */
.header .header_nav_box .header_nav .menu_active_status {
	background: #ffffff;
	color: #000000;
	font-weight: 600;
}


.header .header_nav_box .header_nav .item:nth-child(1) {
	/* margin-left: 4%; */
	margin-left: 28px;
}

.header .header_nav_box .header_nav .item:nth-child(6) {
	margin-right: 0;
}

.header .header_nav_box .header_nav .item:hover {
	background: #ffffff;
	color: #DE6011 !important;
	box-shadow: 0 2px 20px 0 rgba(248, 137, 51, 0.6);
	position: relative;
	z-index: 999;
}

#nav_name_tszs .nohref {
	color: #ffffff;
}

#nav_name_tszs:hover .nohref {
	color: #DE6011 !important;
}

.one_menu {
	display: block;
	position: relative;
	z-index: 8;
}


.one_menu>ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	background-color: #ffffff;
	box-shadow: 0 2px 12px 0 rgba(248, 137, 51, 0.43);
}

.one_menu>ul li {
	position: relative;
	background: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}

.one_menu>ul li ul {
	position: absolute;
	top: 0;
	width: 160px;
	right: -160px;
	background: #fff;
	display: none;
	text-align: center;
	line-height: 20px;
}

.one_menu>ul a {
	color: #000000;
	display: block;
	width: 168px;
	line-height: 30px;
	padding: 10px 20px;
}

.one_menu>ul a:hover {
	color: #ffffff;
}

.one_menu>ul .two_item:hover {
	background-color: #EF681F;
}



.ad #headBox .list li a img {
	width: 450px;
	height: 93px;
}

.header .header_nav_box .header_nav .item {
	margin-right: 0;
	font-size: 18px;
}

.one_menu>ul a {
	width: 168px;
}

.header .header_title_box .header_title .search .wrapper {
	height: 44px;
}

.header .header_title_box .header_title .search .wrapper .search_btn {
	height: 44px;
	line-height: 44px;
}

.header .header_nav_box .header_nav .nav_active_status {
	background: #ffffff;
	color: #DE6011;
	font-weight: 600;
	/* box-shadow: 0 11px 32px 0 rgba(248, 137, 51, 0.6); */
	box-shadow: 0 2px 20px 0 rgba(248, 137, 51, 0.6);
}

.footer {
	width: 100%;
	height: 200px;
	background-color: #333130;
}

.footer .center_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #938C86;
	padding-top: 40px;
}

.footer .center_box p:nth-child(1) {
	margin-bottom: 20px;
}

.footer .center_box a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

.tip{
	font-size: 14px;
}
