.head_box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
}

@media (max-width:768px) {
	/* .head_box{position: fixed; }	 */
}

.c-header {
	height: 78px;
	line-height: 78px;
	position: relative;
}

.c-logo {
	width: 31%;
	padding: 7px 0;
}

.c-logo img {
	max-width: 100%;
}

.c-nav {
	width: 59%;
	padding: 0 15px 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.c-nav>ul>li {
	float: left;
	width: 16.66%;
	text-align: center;
}

.c-nav>ul>li>a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #444;
	font-weight: bold;
}

.c-nav>ul>li:hover>a,
.c-nav>ul>li.cur>a {
	color: #4CACC2;
}

.c-nav-btn {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #78B6C5;
	color: #fff;
	z-index: 99;
	transition: .3s;
}

.c-login {
	width: 10%;
	font-size: 12px;
	text-align: right;
}

.c-login a {
	margin: 0 4px;
	color: #444;
}

@media screen and (max-width: 1024px) {
	.c-logo {
		width: 30%;
	}

	.c-nav {
		width: 59%;
		padding: 0 5px 0 15px;
	}

	.c-login {
		width: 10%;
	}
}

@media screen and (max-width: 800px) {
	.c-logo {
		width: 27%;
		padding: 5px 0;
	}
	.c-header {
		height: 56px;
		line-height: 56px;
	}
	.c-nav-btn {
		display: block;
		transition: .5s;
	}

	.c-nav {
		position: absolute;
		top: 55px;
		left: 0;
		width: 100% !important;
		padding: 0;
		background-color: #666;
		transition: .5s;
		z-index: 96;
		visibility: hidden;
		opacity: 0;
		transform: translateX(15px);
	}

	.c-nav>ul>li {
		display: block;
		width: 100%;
		color: #fff;
	}

	.c-nav>ul>li>a {
		color: #fff;
		font-weight: normal;
		font-size: 16px;
	}

	.c-login {
		width: 30%;
		margin-right: 50px;
	}
}

@media screen and (max-width: 600px) {
	.c-logo {
		width: 38%;
	}

	.c-login {
		width: 30%;
		margin-right: 40px;
	}

	.c-nav>ul>li>a {
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
	.c-logo {
		width: 55%;
	}
}

@media screen and (max-width: 320px) {
	.c-nav-btn {
		top: 8px;
	}

	.c-login {
		width: 30%;
		margin-right: 35px;
	}

	.c-login a {
		margin: 0 2px;
	}
}

/*   底部  */
.footer {
	background: #4F4F4F;
	padding: 35px 0;
	color: #ccc;
}

.footer .wrap>ul>li {
	float: left;
	margin-bottom: 15px;
	margin-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer .lx {
	width: 160px;
}

.footer .lx h2 {
	font-size: 30px;
	color: #eee;
}

.footer .lx p {
	line-height: 28px;
	font-size: 16px;
	color: #fff;
}

.footer .dh {
	width: 365px;
}

.footer .dh h4 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #fff;
}

.footer .dh li {
	line-height: 24px;
	font-size: 12px;
}

.footer .ewm {
	width: 250px;
	border-right: 1px solid #999;
	padding-right: 70px;
}

.footer .ewm h4 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}

.footer .bot_nav {
	width: 420px;
	padding-left: 90px;
}

.footer .bot_nav h4 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}

.footer .bot_nav li {
	float: left;
	width: 33.33%;
	line-height: 30px;
}

.footer .bot_nav li a {
	color: #ccc;
}

.footer .bot_nav li a:hover {
	text-decoration: underline;
}

.c-footer-info {
	background-color: #363636;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	color: #bbb;
}

@media (max-width:1200px) {

	.footer .lx,
	.footer .dh,
	.footer .ewm,
	.footer .bot_nav {
		width: 50%;
		padding-left: 20px;
		border: none;
	}

}

@media (max-width:768px) {
	.c-header {
		height: 50px;
		line-height: 50px;
	}

	.footer .lx,
	.footer .dh,
	.footer .ewm,
	.footer .bot_nav {
		width: 100%;
		padding-left: 0;
	}
}

/* actGotop */

.Gotop {
	position: fixed;
	_position: absolute;
	bottom: 100px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: none;
	z-index: 9;
}

.Gotop a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #555;
}
