body {
	font-family: 'Microsoft Yahei' !important;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

.banner {
	position: relative;
}

.banner .el-button--primary.is-plain {
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
}

.banner .el-button.is-round {
	border-radius: 20px;
	padding: 7px 16px;
}

.banner .index-nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0);
	color: #ffffff;
	z-index: 90;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
}

.banner .index-nav li.logo {
	margin-right: 100px;
}

.banner .index-nav li {
	list-style: none;
	margin: 0 8px;
	padding: 0;
	line-height: 40px;
	font-size: 16px;
}

.banner .index-nav li a {
	color: #ffffff;
}

.banner .index-nav li a:hover {
	color: #cccccc;
}

.login-container {
	min-width: 1200px;
}

.el-carousel__container {
	height: 598px;
}

.el-carousel__item img {
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.web-contanier {
	width: 1200px;
	margin: 0 auto;
}

.text-img-box .text-img-item img {
	display: block;
	width: 84px;
	margin: 0 auto;
}

.text-img-box .text-img-item a {
	display: block;
	margin: 20px auto;
	color: #666;
	text-align: center;
	font-size: 18px;
}

.text-img-box .text-img-item a:hover {
	color: rgb(75, 180, 217);
}

.text-img-box .text-img-item a i {
	margin: 0 18px 0 0;
}

.notice {
	width: 100%;
	background: #f2f2f2;
	padding: 8px 10px;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	min-height: 60px;
	font-size: 14px;
}

.notice .text-panel {
	font-size: 14px;
	margin: 10px 0 10px 0;
	line-height: 26px;
}

.notice .text-panel a {
	color: #333;
}

.notice .text-panel a:hover {
	color: #333;
	text-decoration: underline;
}