* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-right {
	justify-content: flex-end;
}

.justify-around {
	justify-content: space-around;
}

.justify-between {
	justify-content: space-between;
}

.flex-top {
	align-items: flex-start;
}

.flex-bot {
	align-items: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-column {
	flex-direction: column;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

body {
	padding-top: 120px;
}

.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

header {
	height: 40px;
	background-color: #c9c6c6;
}

.tip-welcome {
	font-size: 17px;
}

.tip-phone {
	font-size: 25px;
	color: #5f86d8;
	white-space: nowrap;
}

.tip-phone span {
	font-size: 18px;
	color: #a5a1a1;
}

.menu-box {
	height: 80px;
	background-color: #fff;
	color: #0e0e0e;
}

.menu-box .el-menu.el-menu--horizontal {
	height: 100%;
	border: none;
}

.menu-box .el-menu--horizontal>.el-menu-item {
	border: none;
	color: #0e0e0e;
}

.menu-box .el-menu--horizontal>.el-menu-item.is-active {
	border: none;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
	color: #0e0e0e;
}

.menu-box .el-menu-item {
	width: 120px;
	padding: 0;
	font-size: 21px;
	text-align: center;
}

.banner {
	min-width: 1200px;
	overflow: hidden;
}

.banner img {
	display: block;
	position: relative;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

footer {
	height: 250px;
	background-color: #6dade3;
	font-size: 21px;
	color: #131313;
}

footer h1 {
	padding-left: 3px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}

.footer-contact {
	margin: 40px auto 45px;
}

.top160 {
	margin-top: -160px;
}

.tag {
	height: 80px;
	background-color: rgba(99, 179, 227, .4);
}

.page-content {
	padding-right: 10px;
	background-color: #fff;
}

.el-breadcrumb {
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner.is-link,
.el-breadcrumb__separator,
.el-breadcrumb__item:last-child .el-breadcrumb__inner {
	margin: 0;
	font-size: 12px;
	color: #131313;
}

.split-line {
	width: 912px;
	height: 1px;
	background-color: #959595;
}

.content {
	padding-top: 20px;
}
.page-title {
	height: 80px;
	font-size: 21px;
	color: #131313;
	text-align: center;
	line-height: 24px;
}
.page-tab {
	width: 144px;
	margin-right: 42px;
	font-size: 12px;
	color: #131313;
	cursor: pointer;
}
.page-tab div {
	height: 42px;
}
.page-tab div.active {
	background-color: #00b7ee;
}