@CHARSET "UTF-8";

.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #c1c1c1
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8
}
body {
	background: #eee;
}

.layui-container {
	background: #fff;
}

body .layui-container {
	padding: 25px 50px;
	width: 100%;
}

#logo {
	text-indent: -9999px;
	float: left;
	width:56px;
	height:46px;
	margin:7px 0 0 80px;
	display: inline;
	background: url("../images/logo.png") no-repeat;
}

#footer {
	background: #525252;
}

#footer_container {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
}

#footer #info {
	padding: 0 50px;
}

#footer p {
	height: 22px;
	line-height: 22px;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#media a {
	display: inline-block;
	text-indent: -9999px;
	width: 57px;
	height: 57px;
	line-height: 57px;
	margin: 0 10px;
}

#weibo {
	background: url("../images/icons_grey.png") 0px 0px no-repeat;
}

#wechat {
	position: relative;
	background: url("../images/icons_grey.png") -80px 0px no-repeat;
}

#weibo:hover {
	background: url("../images/icons_white.png") 0px 0px no-repeat;
}

#wechat:hover {
	background: url("../images/icons_white.png") -80px 0px no-repeat;
}

#wechat span {
	width: 184px;
	height: 189px;
	display: none;
	background: url("../images/wechat_qrcode_bg.png") no-repeat;
	position: absolute;
	top: -196px;
	left: -64px;
}

#wechat img {
	width: 174px;
	height: 174px;
	position: relative;
	display: block;
	margin: 5px;
}

.nav-trigger {
	display: block;
	position: absolute;
	width: 30px;
	height: 25px;
	right: 0;
	top: 0;
	z-index: 200;
	opacity: 0.8;
	height: 60px;
	width: 55px;
}

.nav-trigger-active {
	background-color: #009688;
	opacity: 1;
}

.nav-icon {
	margin: 27px 0 0 12px;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #FFFFFF;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav-icon:before, .nav-icon:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #FFFFFF;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav-icon:before {
	margin-top: -10px;
}

.nav-icon:after {
	margin-top: 10px;
}

.nav-trigger {
	display: none;
}

#nav-mobile {
	top: 60px;
	position: absolute;
	z-index: 9999;
	display: none;
}

@media screen and (max-width:1170px) {
	#logo {
		margin: 7px 0 0 20px;
	}
	.nav-trigger {
		display: block;
	}
	#nav {
		display: none;
	}
	#footer_container {
		padding: 20px 45px;
	}
}

@media screen and (max-width:992px) {
	body .layui-container {
		padding: 25px;
	}
	#footer #info #keyword{
		display: none;
	}
}

@media screen and (max-width:768px) {
	
}

@media screen and (max-width:600px) {
	#footer_container {
		text-align: center;
		padding: 15px 0;
	}
	#footer #media {
		float: none;
		margin: 0 auto 8px;
	}
	#footer #info {
		float: none;
		margin: 0 auto;
	}
	#footer p {
		height: 18px;
		line-height: 18px;
	}
}