body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

* {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
}

/* flexslider */

.flexslider {
	position: relative;
	height: 636px;
	overflow: hidden;
	background: url(loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 636px;
}

.flex-control-nav {
	position: absolute;
	bottom: 70px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(/{ms:global.style/}images/dot.png)
	right 0 no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(/{ms:global.style/}images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(/{ms:global.style/}images/next.png) center center no-repeat;
}

a:link {
	font-size: 16px;
	font-weight: bold;
	color: #7B4C1E;
	text-decoration: none;
}

a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #7B4C1E;
	text-decoration: none;
}

a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #7B4C1E;
	text-decoration: none;
}
.mod-team {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.mod-team .team-item {
	height: 427px;
	display: flex;
	margin: 0;
}
.mod-team .team-item .team-item-border-lf {
	width: 50px;
	display: none;
}
.mod-team .team-item .team-item-border-rg {
	width: 20px;
}
.mod-team .team-item .team-item-content {
	width: 210px;
	overflow: hidden;
}
.mod-team .team-item img {
	width: 100%;
	height: 100%;
}
.mod-team .team-item:nth-child(5n + 1) .team-item-border-lf {
	display: block;
}
.mod-team .team-item .team-item-content img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.mod-department {
	height: 400px;
	background: url(../images/keshijieshao_bg.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mod-department .block {
	width: 1200px;
}
.mod-department .block .department-title {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 20px;
	color: #000;
}
.mod-department .block .department-content {
	display: grid; /* 开启Grid布局 */
	/* 核心：一行5列，每列宽度相等（1fr） */
	grid-template-columns: repeat(5, 1fr);
	gap: 16px; /* 子标签之间的「水平+垂直间距」，自适应无多余外侧，可自定义 */
}
.mod-department .block .department-content a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
