* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: '苹方';
}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

header {
	width: 100%;
	display: block;
	background: #343434;
	color: #fff;

}

header nav {
	background-image: url("../../images/heard_bg.jpg");
	background-repeat: repeat;
}


@media screen and (min-width: 768px) {

	header {
		z-index: 7777;
		position: relative;
		min-height: 113px;
	}


	header .headerLogo {
		width: 90px;
		height: 90px;
		margin-left: 20px;
		margin-top: 5px;
		margin-bottom: 8px;
		display: inline;
		float: left;
	}


	header .menus {
		width: 85%;
		height: 113px;
		display: inline-block;
		font-size: 16px;
	}

	header .headerMenu {
		width: 13.8%;
		min-height: 113px;
		line-height: 113px;
		float: left;
		text-align: center;
		display: inline-block;
	}

	header .headerMenu:last-child {
		width: 17%;
	}

	header .headerMenu .menuLink {
		color: black;
		text-decoration: none;
	}

	header a {
		color: #fff;
		text-decoration: blink;
	}

	header a:hover {
		text-decoration: none;
	}

	header .selectMenuLink,
	.menuInStatus {
		width: 13.8%;
		height: 113px;
		line-height: 113px;
		background-color: #565656;
		color: white;
		display: block;
	}

	header .selectMenuLink a {
		color: white;
	}

	header .menuInStatus a {
		color: white;
	}


	header .headerMenu .menuLink:hover {
		width: 100px;
		height: 113px;
		line-height: 113px;
		background-color: #aa7f48;
		color: white;
		display: block;
	}


	.sub-menus {
		padding-top: 2px;
		background-color: rgba(255, 255, 255, 0);
		border: 0;
		z-index: 999;
		display: none;
	}

	.sub-menus .sub-menu {
		width: 100%;
		height: 50px;
		line-height: 50px;
		display: block;
		margin-bottom: 2px;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.sub-menus a {
		width: 100%;
		height: 50px;
		display: block;
	}

	.login {
		background-color: #cea873;
		display: inline;
		padding: 6% 11%;
		vertical-align: middle;
	}
}





@media screen and (max-width: 767px) {

	header {
		background-image: none;
		background-repeat: no-repeat;
	}


	header nav {
		background-image: none;
		background-repeat: no-repeat;

	}

	header .headerLogo {
		display: none;
	}

	header a {
		color: black;
		text-decoration: blink;
	}

	header .menus {
		width: 100%;
		height: auto;
		display: inline-block;
		font-size: 16px;
	}

	header .menu {
		width: 100%;
		height: 50px;
		line-height: 50px;
		display: inline-block;
	}

	header .menu .menuLink {
		color: black;
		text-decoration: none;
	}

	header a {
		color: black;
		text-decoration: blink;
	}

	header .selectMenuLink {
		color: black;

	}

	header .selectMenuLink a {
		color: black;
	}

	header .menu .menuLink:hover {
		width: 100px;
		height: 113px;
		line-height: 113px;
		background-color: #aa7f48;
		color: white;
		display: block;
	}

	.dropdown-menu li {
		width: 100%;
		height: 30px;
		line-height: 30px;
		display: block;
	}

	.dropdown-menu a {
		width: 100%;
		height: 30px;
		display: block;
	}

	.login {
		width: 120px;
		display: inline;
	}
}


.full_mask {
	width: 100%;
	height: 100%;
	background: #000000;
	filter: alpha(opacity=40);
	/*IE滤镜，透明度50%*/
	-moz-opacity: 0.4;
	/*Firefox私有，透明度50%*/
	opacity: 0.4;
	/*其他，透明度50%*/
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.userEvaluateView,
.showQrcodeView {
	display: none;
	width: 300px;
	height: 100px;
	position: fixed;
	left: 40%;
	top: 10%;
}

.subsrcibeProtocol {
	display: none;
	width: 60%;
	height: 100px;
	position: fixed;
	left: 40%;
	top: 10%;
	z-index: 99;
}

.userEvaluateView ul:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #dddddd;
	margin-top: 30px;
	-webkit-transform: scaleY(.5);
	-webkit-transform-origin: 0 0;
}

/* -------------------------------------- FOOTER ---------------------------------- */

footer {
	width: 100%;
	height: 305px;
	background-color: #343434;
	position: relative;
	text-align: center;
}

footer .menus {
	width: 15%;
	line-height: 30px;
	margin-top: 45px;
	color: white;
	float: left;
	font-size: 0.18rem;
	cursor: pointer;
}

footer .menus .menu {
	font-size: 0.15rem;
}

footer .menus:first-child {}

footer .menus .menuTitle {
	font-weight: bold;
}

footer .footerLogo {
	width: 105px;
	height: 95px;
	margin-top: 60px;
}

footer .footerLine {
	margin-top: 60px;
	margin-left: 11.92%;
	margin-right: 8%;
	height: 1px;
	background-color: #434343;
}

footer .friendLink {
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	color: white;
	margin-top: 17px;
	font-weight: bold;
}

footer .footerLastBlock {
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-size: 10px;
	color: #6f6f6f;
	bottom: 0;
	left: 0;
	background-color: #202020;
	text-align: center;
}


/***轮播**/
.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}