.figures-banner {
	height: 430px;
	background-image: url('../img/figures/banner.jpg');
	background-size: 100% 100%;
	padding: 34px 0 40px;
	margin-bottom: 25px;
}

.figures-banner .banner-head {
	text-align: center;
	margin-bottom: 29px;
	font-size: 0;
}

.figures-banner .banner-head img {
	max-width: 100%;
}

.figures-banner .banner-body {
	position: relative;
	padding: 0 70px;
}

.figures-banner .swiper-button-prev {
	width: 30px;
	height: 60px;
	background-color: #FFFFFF;
	border-radius: 30px;
	left: 30px;
	font-size: 14px;
	color: #40A5FF;
}

.figures-banner .swiper-button-prev::after {
	font-size: 14px;
	font-weight: bold;
}

.figures-banner .swiper-button-next {
	width: 30px;
	height: 60px;
	background-color: #FFFFFF;
	border-radius: 30px;
	right: 30px;
	font-size: 14px;
	color: #40A5FF;
}

.figures-banner .swiper-button-next::after {
	font-size: 14px;
	font-weight: bold;
}

.figures-card {
	width: 180px;
	height: 240px;
	position: relative;
}

.figures-card img {
	display: block;
	width: 180px;
	height: 240px;
	border-radius: 10px;
}

.figures-name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	background-color: #007BE8;
	border-radius: 0 0 10px 10px;
}


.figures-swiper .swiper-slide {
	width: 180px;
}


.form-card {
	margin-bottom: 25px;
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
	display: flex;
}


.form-card-left {
	width: 96px;
	border-right: 1px solid #EAEAEA;
	color: #C0C0C0;
	font-size: 16px;
	background-color: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../img/figures/search.png');
	background-repeat: no-repeat;
}

.form-card-right {
	flex: 1;
	min-width: 0;
}

.demo-form {
	padding: 25px 30px 25px 0;
	display: flex;
	justify-content: space-between;
}

.demo-form .form-item {
	display: inline-flex;
	width: 26.5%;
}

.demo-form .form-item:last-child {
	width: 11.5%;
}

.form-item-label {
	color: #2F322F;
	font-size: 14px;
	line-height: 32px;
	min-width: 62px;
	text-align: right;
}

.form-item-content {
	flex: 1;
	min-width: 0;
}

.form-submit {
	width: 100%;
	height: 34px;
	color: #fff;
	background-color: #018BEE;
	border-color: #018BEE;
}

.figures-panel {
	background-color: #FFFFFF;
}

.figures-panel .figures-panel-head {
	padding: 20px;
	height: 55px;
	border-bottom: 1px solid #EAEAEA;
	position: relative;
}

.bs-bread {
	top: 0;
}

.figures-panel .figures-panel-body {
	padding: 60px 20px;
}


.figures-title {
	text-align: center;
	color: #000000;
	margin-bottom: 100px;
}

.figures-title h4 {
	font-size: 35px;
	margin: 0;
}

.figures-title .t1 {
	margin: 0;
	font-size: 16px;
}

.figures-title .t2 {
	margin: 0;
	color: #BEBEBE;
	font-size: 12px;
}

.figures-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.figures-list li {
	width: 25%;
	padding: 10px;
}


.figures-link {
	display: flex;
	align-items: center;
	border: 1px solid #F2F2F2;
	background-color: #fff;
	padding: 8px;
	transition: .4s all;
}

.figures-link-name {
	color: #333333;
	font-size: 23px;
	margin-bottom: 12px;
}

.figures-link-unit {
	color: #A1A1A1;
	font-size: 14px;
	line-height: 21px;
	height: 42px;
}

.figures-link-avatar {
	width: 110px;
	height: 148px;
	margin-right: 13px;
	object-fit: scale-down;
}

.figures-link:hover {
	box-shadow: 0 0 14px rgba(0, 0, 0, .2)
}

.figures-panel-content {
	padding: 30px;
}

.figures-dateil {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}


.figures-dateil-avatar {
	width: 149px;
	height: 200px;
	margin-right: 30px;
	object-fit: scale-down;
}

.figures-dateil-content {
	flex: 1;
	min-width: 0;
}

.figures-dateil-name {
	color: #333333;
	font-size: 23px;
	margin-bottom: 12px;
}

.figures-dateil-desc {
	color: #333333;
	font-size: 14px;
	line-height: 28px;
}

.figures-tabs .hd {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
}

.figures-tabs .hd ul {
	display: flex;
	margin-bottom: -1px;
	overflow-x: auto;
}

.figures-tabs .hd ul li {
	color: #333333;
	font-size: 18px;
	line-height: 50px;
	margin-right: 50px;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}

.figures-tabs .hd ul li.on {
	color: #007BE8;
}

.figures-tabs .hd ul li.on::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #007BE8;
}

.figures-tabs-records {
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}


@media(max-width:1300px) {
	.figures-list li {
		width: 33.3333%;
	}
}

@media(max-width:1024px) {
	.figures-list li {
		width: 50%;
	}

	.figures-tabs .hd ul li {
		margin-right: 30px;
	}
}


@media(max-width:767px) {
	.banner-head {
		padding: 0 15px;
	}

	.figures-banner {
		padding: 20px 0;
		height: 330px;
	}

	.figures-banner .banner-body {
		padding: 0 50px;
	}

	.figures-banner .swiper-button-next {
		right: 10px;
	}

	.figures-banner .swiper-button-prev {
		left: 10px;
	}

	.figures-swiper .swiper-slide {
		width: 150px;
	}

	.figures-card {
		width: 150px;
		height: 200px;
	}

	.figures-card img {
		width: 150px;
		height: 200px;
	}

	.figures-name {
		font-size: 14px;
		line-height: 32px;
	}

	.form-card-left {
		display: none;
	}

	.demo-form {
		flex-direction: column;
		padding: 16px 16px 16px 0;
	}

	.demo-form .form-item {
		width: 100%;
		margin-bottom: 16px;
	}

	.demo-form .form-item:last-child {
		width: 100%;
		display: block;
		text-align: center;
		padding-left: 62px;
	}

	.form-submit {
		width: 140px;
	}

	.figures-list li {
		width: 100%;
	}

	.figures-link-name {
		font-size: 18px;
	}

	.figures-panel .figures-panel-body {
		padding: 15px;
	}

	.figures-title h4 {
		font-size: 24px;
	}

	.figures-title {
		margin-bottom: 30px;
	}

	.figures-link-avatar {
		width: 100px;
		height: 134px;
	}

	.figures-tabs-records {
		font-size: 14px;
		line-height: 32px;
	}

	.figures-panel-content {
		padding: 15px;
	}

	.figures-dateil {
		display: block;
		text-align: center;
	}

	.figures-dateil-desc {
		text-align: left;
	}

	.figures-dateil-avatar {
		margin: 0 0 15px;
		width: 129px;
		height: 174px;
	}

	.figures-dateil-name {
		font-size: 18px;
	}

	.figures-tabs .hd ul li {
		font-size: 16px;
		line-height: 40px;
		margin-right: 20px;
	}
}