html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	background-color: #eff4fb;
}

ul,
p {
	margin: 0;
	padding: 0;
}

/* 鍥㈤槦鍒楄〃 */
.kytdBox {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 30px 0px 0px 0px;
}

.kytdBox a {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 6px;
}

.kytdBox a img {
	display: block;
	width: 290px;
	height: 55px;
	transition: all 0.5s;
}

.kytdBox a img:hover {
	display: block;
	width: 290px;
	height: 55px;
	transform: scale(1.2);
}

/* 鍥㈤槦涓婚〉 */
.header {
	width: 100%;
	height: auto;
	box-shadow: 0px 10px 10px #bfcad4;
}

.header>img {
	width: 100%;
	display: block;
}

.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.teamName {
	width: 100%;
	font-size: 35px;
	color: #fff;
	line-height: 100px;
	font-weight: bold;
	font-family: cursive;
}

.nav {
	width: 100%;
	height: 40px;
	background-color: #666;
}

.nav ul {
	width: 100%;
	padding: 0;
	height: 40px;
}

.nav ul li {
	float: left;
	width: 12%;
	height: 40px;
	border-right: 1px #555 solid;
	list-style: none;
}

.nav ul .active {
	background-color: #f6f6f6;
}

.nav ul .active a {
	color: #333;
	background-color: #f6f6f6;
}

.nav ul li a {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.addressTip {
	width: 100%;
	height: 40px;
	background-color: #f6f6f6;
	padding-left: 30px;
	box-sizing: border-box;
}

.addressTip p {
	float: left;
	width: auto height: 40px;
	line-height: 40px;
	color: #666;
	padding-left: 0px;
	font-size: 14px;
}

.addressTip a {
	float: left;

	height: 40px;
	line-height: 40px;
	color: #666;
	padding-left: 0px;
	font-size: 14px;
	text-decoration: none;
}

.addressTip span {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	color: #666;

	font-size: 14px;
	margin: 0 5px;
}

.kyContent {
	width: 100%;
	height: auto;
	min-height: 200px;
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 3px 3px #999;
	box-sizing: border-box;
	height: calc(100vh - 200px);
	overflow: auto;
}

.kyContent::-webkit-scrollbar {
	width: 0 !important
}

.kyContent {
	-ms-overflow-style: none;
}

Firefox .kyContent {
	overflow: -moz-scrollbars-none;
}

.kyContent h2 {
	color: #0077d1;
	font-size: 22px;
}

.kyContent ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.kyContent ul li {
	list-style: none;
	width: 100%;
	height: auto;
	border: 1px #c0c0c0 solid;
	margin-bottom: 20px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #eee;
	box-shadow: 3px 3px 3px #999;
}

.kyContent ul li a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	height: auto;
	overflow: hidden;
}

.kyContent ul li a .userImg {
	position: absolute;
	top: 0;
	width: 150px;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kyContent ul li a .userImg img {
	display: block;
	width: auto;
	height: 160px;
	margin: 0 auto;
}

.kyContent ul li a .userInfo {
	margin-left: 150px;
	float: left;
	width: calc(100% - 150px);
	height: auto;
	padding: 20px 30px;
	box-sizing: border-box;
	text-align: left;
}

.userInfo h3 {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.kyContent ul li a span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.kyContent ul li a p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
