* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: 'Microsoft YaHei';
}

ul {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #008889;
}


/* banner */
.banner {
	margin: auto;
	max-width: 1920px;
	height: 200px;
	background-size: 100% 100%;
}

.banner h1 {
	height: 200px;
	line-height: 200px;
	color: #fff;
	font-size: 32px;
	letter-spacing: .0em;
	text-align: center;
	letter-spacing: 1px;
}

/* position */
.position {
	margin: auto;
	max-width: 1920px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e4e4e4;
}

.position ul {
	margin: auto;
	max-width: 1250px;
	padding: 15px 0;
	box-sizing: border-box;
}

.position ul li {
	padding: 0 27px;
	border-right: 1px solid #c2e1db;
}

.position ul li:first-child {
	padding-left: 0;
}

.position ul li:last-child {
	border-right: 0;
}

.position ul li a {
	color: #585858 !important;
	font-size: 18px !important;
}

.position ul li a:hover {
	color: #008889 !important;
}

.position .layui-this a {
	font-weight: bold;
	color: #008889 !important;
}

.path {
	margin: auto;
	max-width: 1920px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e4e4e4;
}

.pathMid {
	margin: auto;
	max-width: 1250px;
	padding: 15px 0;
	color: #999;
	font-size: 14px;
}

/* main */
.main {
	margin: auto;
	max-width: 1920px;
	background-color: #f8f8f8;
}

.mainMid {
	margin: auto;
	max-width: 1250px;
	height: 100%;
}

.search form {
	position: relative;
	padding: 30px 0;
}

.search form i {
	line-height: 45px;
	position: absolute;
	top: 30px;
	left: 13px;
}

.search form input {
	line-height: 45px;
	height: 45px;
	padding: 7px 9px 7px 40px;
	width: 92%;
	border: 1px solid #ddd;
	border-right: none;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 14px;
}

.search button {
	position: absolute;
	right: 0;
	top: 30px;
	width: 8%;
	box-sizing: border-box;
	line-height: 45px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display: inline-block;
	border: none;
	text-align: center;
	background: #008889;
	color: #fff;
	font-size: 14px;
}

.layui-tab-title li {
	width: 300px;
	height: 55px;
	line-height: 55px;
	background-color: #F2F2F2;
	font-size: 16px !important;
	color: #444 !important;
	font-weight: bold;
}

.layui-tab-title li.layui-this {
	background: linear-gradient(135deg, #0067ce 0%, #09b78b 61%, #09b78b 100%);
	color: #fff !important;
}

.layui-tab-item {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px dashed #e5e7ea;
}

.layui-tab-item span {
	width: 12%;
	font-size: 18px;
	color: #008899;
}

.layui-tab-item ul {
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}

.layui-tab-item ul li {
	width: 24%;
	box-sizing: border-box;
	margin-bottom: 14px;
	margin-right: 14px;
	padding-left: .6%;
	padding-right: .6%;
	overflow: hidden;
	border: 1px solid rgb(207, 199, 199);
}

.layui-tab-item ul li:nth-child(4n){
	margin-right: 0;
}

.layui-tab-item ul a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	color: #2f2f2f;
	display: block;
	font-size: 14px;
}

.layui-tab-item ul a:hover{
	color: #008889;
}

