#chart-swiper {
	width: 100%;
	min-width: 1200px;
	height: 120px;
	background-image: url(/images/chart_banner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#chart-swiper .cs-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	color: #000000;
}

#chart-swiper .cs-inner > h1,
#chart-swiper .cs-inner > div {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	font-weight: bold;
}

#chart-swiper .cs-btn {
	width: 142px;
	height: 40px;
	background: #008eff;
	border-radius: 20px 20px 20px 20px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 34px;
}

#chart-swiper .cs-btn:hover {
	opacity: 0.8;
}

#chart-swiper .cs-btn:active {
	opacity: 1;
}

#chart-swiper .cs-btn::after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid white;
	border-top: 0;
	border-left: 0;
	transform: rotate(-45deg);
	margin-left: 8px;
}

#chart-swiper .swiper-button-prev,
#chart-swiper .swiper-button-next {
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0.5;
}

#chart-swiper .swiper-button-prev {
	background-image: url(/images/icon_arrow.png);
	left: 40px;
}

#chart-swiper .swiper-button-next {
	background-image: url(/images/icon_arrow.png);
	transform: scale(-1);
	right: 40px;
}

#chart-swiper .swiper-button-prev:hover,
#chart-swiper .swiper-button-next:hover {
	opacity: 0.8;
}

#chart-swiper .swiper-button-prev:active,
#chart-swiper .swiper-button-next:active {
	opacity: 1;
}

#chart-swiper .swiper-pagination {
	bottom: 25px;
}

#chart-swiper .swiper-pagination .swiper-pagination-bullet {
	background: gray;
	width: 20px;
	height: 4px;
	border-radius: 4px;
	margin: 0 5px;
}

.chart-body {
	width: 1200px;
	margin: 0 auto;
}

.chart-body .breadcrumb {
	display: flex;
	align-items: center;
	margin: 10px 0 20px;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.chart-body .breadcrumb a {
	color: inherit;
}

.chart-body .breadcrumb li span {
	margin: 0 5px;
}

.chart-body .breadcrumb h1 {
	font-size: 12px;
	font-weight: 400;
	color: inherit;
}

.chart-filters {
	width: 100%;
	height: 50px;
	background: #ffffff;
	box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.08);
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.chart-filters li {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-right: 10px;
}

.chart-filters li:last-of-type {
	flex-grow: 1;
	margin-right: 0;
	text-align: right;
	color: #666666;
}

.chart-filters .chart-filter {
	width: 60px;
	height: 30px;
	background: transparent;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid transparent;
	text-align: center;
	line-height: 28px;
	user-select: none;
	cursor: pointer;
}

.chart-filters .chart-filter.chart-filter-current {
	background: #f5f9fc;
	border: 1px solid #d6e2eb;
	color: #008eff;
}

.chart-list {
	width: 1240px;
	display: flex;
	padding-left: 20px;
	flex-wrap: wrap;
	position: relative;
	left: -20px;
}

.chart-item {
	width: 224px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.chart-item a {
	display: inline-block;
	width: 100%;
}

.chart-item > a:first-child {
	height: 188px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	border-radius: 2px;
	box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.chart-item > a:first-child > img {
	width: 198px;
	height: 158px;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.chart-item > a:first-child:hover > img {
	transform: scale(1.2);
}

.chart-item > a:last-of-type {
	height: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 18px;
}

.chart-item > a:last-of-type:hover {
	text-decoration: underline;
}

.chart-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 98px 0 102px;
}

.chart-feature .cf-main-title {
	height: 55px;
	font-size: 42px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #242424;
	line-height: 55px;
}

.cf-btm {
	width: 1200px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 58px;
}

.cf-item {
	width: 182px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cf-item > img {
	width: 110px;
	height: 110px;
	object-fit: contain;
}

.cf-item > .cf-title {
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #242424;
	line-height: 26px;
	margin: 6px 0 20px;
}

.cf-item > .cf-desc {
	width: 100%;
	height: 44px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
}

.chart-btm {
	width: 100%;
	min-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 74px;
	background-image: url(/images/cbtm_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cbtm-title {
	height: 55px;
	font-size: 42px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #242424;
	line-height: 55px;
}

.cbtm-desc {
	height: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	color: #242424;
	line-height: 18px;
	margin: 20px 0 45px;
}

.cbtm-btn {
	width: 240px;
	height: 60px;
	background: #008eff;
	border-radius: 30px 30px 30px 30px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
}

.chart-info {
	width: 100%;
	min-width: 1200px;
}

.chart-info > .breadcrumb {
	margin-left: 20px;
}
