
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;
}

.hk_4 {
	border: 1px solid #c9c9c9;
}

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 50px;
	display: flex;
	flex-wrap: wrap;
}
.mod-team .team-item {
	margin: 0 10px;
}
.mod-team .team-item .team-item-img {
	width: 278px;
	height: 248px;
	border: 1px solid #c9c9c9;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.mod-team .team-item .team-item-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.mod-team .team-item .team-item-name {
	text-align: center;
	line-height: 35px;
}
