* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.main {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

.heard {
	background-color: #CC0000;
	width: 100%;
	height: 140px;
}

.logn {
	padding: 10px;
}

.log {
	width: calc(100% - 55px);
	height: 40px;
	float: left;
}

.dk {
	width: 30px;
	height: 20px;
	float: right;
	margin: 8px 0px;
}

.dk img,
.log img {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.nav {
	width: 100%;
	margin: 5px 0px;
	height: 100px;
	position: relative;
	overflow: hidden;
}

.nav ul {
	width: 180%;
}

.nav li {
	float: left;
	margin: 0px 10px;
	padding-bottom: 5px;
}

.nav li a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255) !important;
	line-height: 1.458;
	text-align: center;
}

.nav .xuan1 {
	border-bottom: 3px solid #EFEFEF;
}

.jt {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #CC0000;
	border-left: 1px solid #FFFFFF;
	/* box-sizing: border-box; */
	padding-left: 5px;
}

.xia {
	width: 10px;
	height: 10px;
	margin-top: -2px;
}

.xia img {
	width: 100%;
	height: 100%;
}
.xiala {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
	background: #FFFFFF;
	z-index: 99;
	display: none;
	height: calc(100vh - 60px);
}

.jg {
	display: none;
	padding: 0px 20px;
	padding-bottom: 10px;
	background-color: rgb(236, 237, 235);
}

.jg a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(89, 89, 89);
	line-height: 2.5;
}

.gaik {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(89, 89, 89);
	font-weight: bold;
	line-height: 0.8;
	border-bottom: 1px solid #DADADA;
	padding: 20px;
}

.hui {
	background-color: rgb(236, 237, 235);
	border-bottom: 1px;
}

.jian {
	float: right;
	width: 7px;
	height: 15px;
}

.jian img {
	width: 100%;
	height: 100%;
}

.xzhong .gaik {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(204, 0, 0);
}

.yc {
	display: block;
}

.hui .jian {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
}