﻿.nav-btn {
	display: flex;
	align-items: center;
	margin: 27px auto -20px auto;
	position: relative;
	max-width: 1200px;
}
.nav-btn ul {
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.nav-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	height: 1px;
	width: 100%;
	background-color: rgb(230, 230, 230);
	z-index: 1;
}
.nav-btn ul li {
	padding: 0 30px;
	height: 36px;
	background-color: rgb(245, 245, 245);
	margin: 0 15px;
}
.nav-btn ul li a {
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
	line-height: 36px;
}
.nav-btn ul li a:hover {
	color: #189775;
	font-weight: bold;
}
.ksdt {
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px dashed rgb(230, 230, 230);
}
.ksdt .dt-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.ksdt .dt-title span {
	color: #3e4549;
	font-size: 20px;
	font-weight: bold;
}
.ksdt .dt-title a {
	color: #333;
	font-size: 14px;
}
.ksdt .dt-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ksdt .dt-main .dt-item {
	width: 30%;
	border: 1px solid rgb(230, 230, 230);
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;/* transition: all 1s; */
}
.ksdt .dt-main .dt-item:hover {
	background-color: #189775;
	box-shadow: 0px 0px 10px -6px #333;
	transition: all 0.3s;
}
.ksdt .dt-main .dt-item:hover a span {
	color: #fff;
	padding: 0 6px;
}
.ksdt .dt-main .dt-item a span:nth-of-type(1)::before {
	background-color: #fff;
}
.ksdt .dt-main .dt-item span {
	display: block;
	padding: 0 16px;
	transition: all 0.3s;
}
.ksdt .dt-main .dt-item span:nth-of-type(1) {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ksdt .dt-main .dt-item span:nth-of-type(1)::before {
	content: "";
	width: 2px;
	height: 16px;
	background-color: #189775;
	position: absolute;
	left: 0;
	top: 0;
}
.ksdt .dt-main .dt-item span:nth-of-type(2) {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #888;
	margin-top: 13px;
}
 @media (max-width:1200px) {
.nav-btn,  .ksdt {
	padding: 0 10px;
	box-sizing: border-box;
}
.nav-btn::after {
	content: none;/* left: 10px;
                width: calc(100% - 20px); */
}
.nav-btn ul {
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.nav-btn ul li {
	margin-bottom: 10px;
}
}
 @media (max-width:768px) {
.ksdt .dt-main .dt-item {
	width: 48%;
}
.nav-btn ul {
	justify-content: center;
}
.nav-btn ul li {
	margin-bottom: 10px;
}
}
 @media (max-width:475px) {
.ksdt .dt-main .dt-item {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.nav-btn ul li {
	width: 100%;
	text-align: center;
}
.nav-btn ul li a {
	display: block;
	text-align: center;
}
}
