.header_seat {
	width: 100%;
	height: 120px;
}

.header {
	width: 100%;
	height: 120px;
	position: fixed;
	left: 0;
	top: 0;
	/* background-color: #013b85; */
	background-color: rgba(1, 59, 133, 1);
	border-top: 2px solid #6090c0;
	border-bottom: 2px solid #336db1;
	z-index: 9999;
	background: -o-linear-gradient(bottom, rgba(1, 59, 133, 1),
		rgba(1, 59, 133, .8));
	background: -moz-linear-gradient(bottom, rgba(1, 59, 133, 1),
		rgba(1, 59, 133, .8));
	background: -webkit-linear-gradient(top, rgba(1, 59, 133, 1),
		rgba(1, 59, 133, .8));
	background: linear-gradient(to bottom, rgba(1, 59, 133, 1),
		rgba(1, 59, 133, .8));
}

.header_container {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_logo {
	
}

.header_logo_img {
	width: 240px;
}

.header_nav {
	height: 100%;
	position: relative;
}

.header_nav_item {
	float: left;
	height: 100%;
}

.header_nav_item a {
	color: #fff;
	display: inline-block;
	height: 100%;
	line-height: 120px;
	padding: 0 18px;
	font-size: 20px;
}

.header_nav_line {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 76px;
	/* left: 76px;
        width: 110px; */
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}

.footer {
	width: 100%;
	/*height: 346px;*/
	background: #2d3237;
}

.footer-top {
	width: 100%;
	/*height: 86px;*/
}

.footer-title {
	width: 100%;
	height: 86px;
	background: #2d3237;
}

.footer-title ul {
	margin: 0 auto;
	width: 1200px;
	height: 60px;
}

.footer-title li {
	float: left;
	margin-right: 29px;
	width: 72px;
	height: 86px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.campus_on, .footer-title li:hover {
	background:
		url('https://www.gec-edu.org/Public/Index/v3/image/public/footer_campus_bg.png')
		no-repeat 0 -4px;
	cursor: pointer;
}

.footer-content {
	position: relative;
	margin-top: 25px;
	height: 190px;
}

.footer-campus {
	position: relative;
	width: 750px;
	height: 100%;
}

.campus-info {
	position: absolute;
	top: 18px;
	left: 0;
	opacity: 0;
}

.campus-info_active {
	opacity: 1;
	z-index: 1;
}

.campus-info h3 {
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
	font-weight: normal !important;
	font-size: 20px;
	color: #fff;
}

.campus-info p {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #999;
}

.friendship-links {
	margin-bottom: 15px;
	width: 100%;
	height: 23px;
}

.friendship-links li {
	float: left;
	margin-right: 15px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}

.friendship-links li.title {
	line-height: 50px;
	font-size: 20px;
	color: #fff;
}

.friendship-links li a {
	color: #999;
}

.friendship-links li a:hover {
	color: #fff;
}

.QRCode {
	position: absolute;
	top: 5px;
	right: 176px;
	width: 146px;
	text-align: center;
}

.SinaWeibo {
	right: 22px;
}

.QRCode img {
	width: 136px;
	height: 136px;
}

.QRCode p {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #999;
}

.footer-law {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #999;
	background-color: #23282d;
}

.footer-law a {
	color: #999;
}