/*顶部栏*/
.topLine {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: none;
	z-index: 101;
	position: relative;
}
.topLine .logo {
	margin: 20px 0 0 40px;
}
.topLine .navIcon {
	display: none;
	float: right;
	width: 40px;
	height: auto;
	margin-top: 4px;
	margin-right: 4px;
}
.topLine .logo img {
	width: 114px;
	height: auto;
}
.topLine .nav {
	margin: 0 20px 0 0;
}
.topLine .nav li {
	float: left;
	line-height: 34px;
	font-size: 14px;
	position: relative;
	width: 100px;
	text-align: center;
}
.topLine .nav li a {
	color: #fff;
	width: 100%;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	padding-top: 20px;
}
.topLine .nav li a:hover {
	color: #00c6ff;
	background: #586bf0;
}
.topLine .nav li:hover a {
	background: #586bf0;
}
.topLine .nav li .downlist {
	width: 100%;
	position: absolute;
	left: 0;
	top: 54px;
	padding-bottom: 10px;
	overflow: hidden;
	background: #586bf0;
	display: none;
}
.topLine .nav li .downlist li {
	width: 100%;
	line-height: 34px;
	float: left;
}
.topLine .nav li .downlist li a {
	color: #fff;
	padding-top: 0;
}
.topLine .nav li .downlist li a:hover {
	color: #00c6ff;
}

.topLine .nav li:hover .downlist {
	display: block;
}

/*LOGO信息*/
.comLogoInfo {
	width: 100%;
	margin: 12% auto 12%;
	text-align: center;
	position: relative;
	z-index: 100;
}
.comLogoInfo h3 {
	font-weight: normal;
	color: #fff;
	font-size: 72px;
	margin-bottom: 20px;
}

/* 底部 */
.foot {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.foot .info {
	width: 1200px;
	margin: 40px auto 0;
	overflow: hidden;
}
.foot .info .logo {
	width: 190px;
	margin-right: 90px;
	height: auto;
}
.foot .info .logo img {
	width: 100%;
	height: auto;
}
.foot .info .menu li{
	line-height: 30px;
	font-size: 14px;
} 
.foot .info .menu li a {
	color: #fff;
}
.foot .info .menu li a:hover {
	text-decoration: underline;
}
.foot .ewm {
	width: 126px;
	height: auto;
	text-align: center;
}
.foot .ewm p {
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}
.foot .record {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
}
.foot .record p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.foot .record p a {
	color: #677aff;
}

/* 响应式 */
@media only screen and ( max-width: 1240px ) {
	.comLogoInfo h3 {
		font-size: 60px;
		margin-bottom: 15px;
	}
	.foot .info {
		width: 800px;
	}
}

@media only screen and ( max-width: 1000px ) {
	.topLine .navIcon {
		display: block;
	}
	.topLine .nav {
		width: 25%;
		position: absolute;
		top: 40px;
		right: 0;
		margin-right: 10px;
		background: #586bf0;
		z-index: 101;
		opacity: 1;
		padding: 5px 0;
		display: none;
	}
	.topLine .nav li{
		float: left;
		width: 100%;
		margin:0;
	}
	.topLine .nav li a {
		padding-top: 0;
	}
	.topLine .nav li .downlist {
		position: relative;
		top: 0;
		left: 0;
	}
	.comLogoInfo h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.comLogoInfo img {
		width: 70%;
	}
	.foot .info {
		width: 100%;
	}
	.foot .info .logo {
		width: 50%;
		float: none;
		margin: 0 auto 30px;
	}
	.foot .info .menu {
		margin-left: 20%;
	}
	.foot .ewm {
		margin-right: 20%;
	}
	.foot .record {
		padding: 0 10%;
		box-sizing: border-box;
	}
}
