:root {
	--white: #ffffff;
	--main: #41527d;
	--sub: #91b1c9;
	--font-color: #2f2f2f;
	--sub-color: #7c7c7c;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	position: relative;
}

body {
	font-family: "regular";
	font-size: 16px;
	font-style: normal;
	color: var(--font-color);
	line-height: unset;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

ul,
li {
	list-style: none;
}

ul,
dl,
p {
	margin-bottom: 0;
}

a,
a:visited,
a:link,
a:hover {
	text-decoration: none;
}


.line-limit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

[line-clamp='1'] {
	-webkit-line-clamp: 1;
}

[line-clamp='2'] {
	-webkit-line-clamp: 2;
}

[line-clamp='3'] {
	-webkit-line-clamp: 3;
}

[line-clamp='4'] {
	-webkit-line-clamp: 4;
}

[line-clamp='5'] {
	-webkit-line-clamp: 5;
}


.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-slide img {
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	outline: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	/* display: none; */
	color: var(--white);
}

.thumb-img {
	overflow: hidden;
}

.thumb-img img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.thumb-img:hover img {
	transform: scale(1.08, 1.08);
}

.bg-blue {
	background-color: #f4f9fd;
}

.bg-black {
	background-color: #333333;
}

.color-white {
	color: var(--white) !important;
}

/* The main style */

.flex-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.logo img {
	display: block;
}

.flex-header-nav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 999;
}

.flex-header-nav .nav-top {
	position: relative;
}

.flex-header-nav .nav-top a.link-top {
	position: relative;
	display: inline-block;
	padding: 10px;
	color: var(--font-color);

}

.flex-header-nav .nav-top a.link-top::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid var(--main);
	transition: .5s;
}

.flex-header-nav .nav-top a.link-top:hover {
	color: var(--main);
}

.flex-header-nav .nav-top a.link-top:hover::after {
	width: calc(100% - 20px);
}

.flex-header-nav .nav-top .nav-ul-child {
	position: absolute;
	left: 0;
	top: calc(100% + 20px);
	background-color: var(--white);
	padding-top: 10px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.flex-header-nav .nav-top:hover .nav-ul-child {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.flex-header-nav .nav-top .nav-ul-child a.link-child {
	display: inline-block;
	color: var(--font-color);
	line-height: 30px;
	padding: 5px 10px;
}

.flex-header-nav .nav-top .nav-ul-child a.link-child:hover {
	background-color: var(--main);
	color: var(--white);
}

.flex-search-bar {
	position: relative;
	z-index: 999;
}

.flex-search-bar .search-btn {
	width: 30px;
	height: 30px;
	background: url(../images/icon-search.png) no-repeat center center;
	background-size: 20px;
	cursor: pointer;
}

.flex-search-bar .search-toolbar {
	position: absolute;
	top: 100%;
	right: -10px;
	background-color: var(--white);
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	transform: rotateX(90deg);
	transition: .5s;
}

.flex-search-bar.open .search-btn {
	background: url(../images/icon-close.png) no-repeat center center;
	background-size: 30px;
}

.flex-search-bar.open .search-toolbar {
	visibility: visible;
	opacity: 1;
	transform: rotateX(0deg);
}

.flex-search-bar .search-toolbar form,
.flex-search-bar .search-toolbar input,
.flex-search-bar .search-toolbar button {
	display: block;
	outline: none;
}

.flex-search-bar .search-toolbar form {
	display: flex;
	width: 100%;
}

.flex-search-bar .search-toolbar form input {
	width: 200px;
	height: 30px;
	padding: 5px 10px;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
}

.flex-search-bar .search-toolbar form button {
	width: 30px;
	height: 30px;
	background: var(--main) url(../images/icon-search-white.png) no-repeat center center;
	background-size: 20px;
	border: 0;
}

.scroll-banner-swiper {
	width: 100%;
}

.scroll-banner-swiper .swiper-button-prev,
.scroll-banner-swiper .swiper-button-next {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.scroll-banner-swiper:hover .swiper-button-prev,
.scroll-banner-swiper:hover .swiper-button-next {
	visibility: visible;
	opacity: 1;
}

.scroll-banner-swiper .swiper-button-prev::after,
.scroll-banner-swiper .swiper-button-next::after {
	font-size: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 60px;
	height: 3px;
	border-radius: 3px;
	background-color: var(--white);
	margin: 0 6px;
	opacity: .5;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-banner-item {
	position: relative;
}

.swiper-banner-item .banner-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.swiper-banner-item .banner-text .copywriting {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.swiper-banner-item .banner-text .left-text {
	left: 120px;
	transform: translate(0, -50%);
}

.swiper-banner-item .banner-text .right-text {
	left: auto;
	right: 120px;
	transform: translate(0, -50%);
}

.swiper-banner-item .banner-text .copywriting .main-title {
	font-size: 50px;
	line-height: 50px;
}

.swiper-banner-item .banner-text .copywriting .sub-title {
	color: #7c7c7c;
	line-height: 30px;
	padding: 40px 0;
}

.swiper-banner-item .banner-text .copywriting .more a {
	display: inline-block;
	padding: 10px 40px;
	background-color: var(--sub);
	color: var(--white);
}

.swiper-banner-item .banner-text .copywriting .more a:hover {
	background-color: var(--main);
}

.section-padding {
	padding: 80px 0;
}

.section-top-padding {
	padding-top: 80px;
}

.section-bottom-padding {
	padding-bottom: 80px;
}

.section-topic-title {
	font-size: 40px;
	padding: 0 0 20px;
}

.section-little-title {
	color: #7c7c7c;
}

.index-business-tab {
	margin-top: 50px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.index-business-tab .tab-name {
	display: flex;
}

.index-business-tab .tab-name a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	text-align: center;
	background-color: #eceff4;
	color: var(--font-color);
	padding: 15px 0;
}

.index-business-tab .tab-name a:first-of-type {
	border-top-left-radius: 15px;
}

.index-business-tab .tab-name a:last-child {
	border-top-right-radius: 15px;
}

.index-business-tab .tab-name a.active {
	background-color: var(--white);
	color: var(--main);
}


.index-business-tab .tab-name .no-hover,
.index-business-tab .tab-name .hover {
	max-width: 20px;
	margin-right: 10px;
}

.index-business-tab .tab-name .hover {
	display: none;
}

.index-business-tab .tab-name a.active .no-hover {
	display: none;
}

.index-business-tab .tab-name a.active .hover {
	display: block;
}

.index-business-tab .tab-show .tab-show-item {
	display: none;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 50px 50px 80px;
}

.index-business-tab .tab-show .tab-show-item.active {
	display: block;
}

.index-business-tab .tab-show .tab-show-item .item-topic {
	font-size: 20px;
	margin-bottom: 20px;
}

.index-business-tab .tab-show .tab-show-item .item-ul {
	width: 50%;
	color: #7c7c7c;
	padding-right: 50px;
}

.index-business-tab .tab-show .tab-show-item .item-ul li {
	margin-bottom: 30px;
}

.index-business-tab .tab-show .tab-show-item .item-ul .item-ul-title {
	display: flex;
	align-items: center;
}

.index-business-tab .tab-show .tab-show-item .item-ul .item-ul-title::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--main);
	border-radius: 50%;
	margin-right: 10px;
}

.index-business-tab .tab-show .tab-show-item .item-ul .item-ul-desc {
	padding-left: 20px;
	padding-top: 10px;
	line-height: 25px;
}

.index-business-card {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.index-business-card .item-card {
	background-color: var(--white);
	width: calc((100% - 80px) / 3);
	padding: 50px 30px;
	margin-bottom: 40px;
	border-radius: 10px;
}

.index-business-card .item-card:not(:nth-child(3n)) {
	margin-right: 40px;
}

.index-business-card .item-card .card-icon img {
	display: block;
	outline: none;
	max-width: 30px;
}

.index-business-card .item-card .card-title {
	font-size: 20px;
	padding: 10px 0;
}

.index-business-card .item-card .card-desc {
	color: var(--sub-color);
}

.index-about .section-more-btn {
	padding-top: 50px;
}

.index-process {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: url(../images/dash-circle.svg) no-repeat center center;
	padding: 80px;
}

.process-circle {
	width: 220px;
	height: 220px;
	padding: 50px 15px 0;
	border-radius: 50%;
	background-color: var(--sub);
	border: 1px solid var(--sub);
}

.bg-circle-blue {
	background-color: #f4f9fd;
}

.process-circle .circle-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: var(--white);
	margin-bottom: 10px;
}

.bg-circle-blue .circle-title {
	color: var(--main);
}

.process-circle .circle-desc {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: var(--white);
}

.bg-circle-blue .circle-desc {
	color: var(--sub-color);
}

.index-partners {
	margin-top: 50px;
}

.partners-list .partner-line {
	display: flex;
	justify-content: center;
	align-items: center;
}

.partners-list .partner-line:not(:last-child) {
	margin-bottom: 40px;
}

.partners-list .partner-line a {
	display: block;
}

.partners-list .partner-line a:not(:last-child) {
	margin-right: 20px;
}

.partners-list .partner-line a img {
	display: block;
	outline: none;
	border-radius: 20px;
}

.index-news {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-thumb-news,
.index-ul-news {
	width: calc((100% - 100px) / 2);
}

.index-thumb-news {
	padding: 80px;
}

.index-thumb-news .news-nr {
	display: block;
}

.index-thumb-news .news-nr .date {
	color: var(--sub-color);
}

.index-thumb-news .news-nr .title {
	font-size: 20px;
	font-weight: bold;
	color: var(--font-color);
	padding: 30px 0;
}

.index-thumb-news .news-nr .desc,
.index-thumb-news .news-nr .thumb-img {
	margin-bottom: 50px;
}

.index-thumb-news .news-nr .desc {
	padding-left: 20px;
	border-left: 1px solid #d5d5d5;
	color: var(--sub-color);
	line-height: 30px;
}

.index-thumb-news .news-nr .thumb-img img {
	display: block;
	width: 100%;
}

.index-thumb-news .news-nr .more span {
	display: inline-block;
	background-color: #feb300;
	color: var(--white);
	padding: 10px 30px;
}

.index-thumb-news .news-nr .more span:hover {
	background-color: var(--sub);
}


.index-ul-news {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-top: 1px solid #d5d5d5
}

.index-ul-news .ul-news-li {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #d5d5d5
}

.index-ul-news .ul-news-li .news-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-ul-news .ul-news-li .news-title .title {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: var(--font-color);
}

.index-ul-news .ul-news-li .news-title .title::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--main);
	border-radius: 50%;
	margin-right: 10px;
}

.index-ul-news .ul-news-li .news-title .date {
	color: var(--sub-color);
}

.index-ul-news .ul-news-li .news-desc {
	padding: 0 20% 0 20px;
	margin-top: 20px;
	line-height: 30px;
	color: var(--sub-color);
}

.section-honor {
	padding: 0 0 80px;
}

.list-honor {
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0 0;
}

.list-honor .item-honor {
	background-color: var(--white);
	width: calc((100% - 60px) / 3);
	margin-bottom: 50px;
	padding: 20px;
}

.list-honor .item-honor:not(:nth-child(3n)) {
	margin-right: 30px;
}

.list-honor .item-honor img {
	display: block;
	max-width: 100%;
}

.list-honor .item-honor p {
	margin-top: 20px;
	text-align: center;
}

.section-news {
	padding: 80px 0;
}

.list-news .item-news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.list-news .item-news .thumb-img,
.list-news .item-news .thumb-nr {
	width: 48%;
}

.list-news .item-news .thumb-nr .nr-title {
	font-size: 30px;
	color: var(--font-color);
}

.list-news .item-news .thumb-nr .nr-date {
	color: var(--sub-color);
	padding: 10px 0 20px;
	border-bottom: 1px solid #dfdfdf;
}

.list-news .item-news .thumb-nr .nr-desc {
	color: var(--sub-color);
	line-height: 30px;
	margin: 20px 0;
}

.list-news .item-news .thumb-nr .arrow-right {
	padding-left: 0;
	transition: .5s;
}

.list-news .item-news .thumb-nr .arrow-right:hover {
	padding-left: 10px;
}

.show-news .news-title {
	font-size: 30px;
	color: var(--font-color);
	text-align: center;
}

.show-news .news-date {
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	color: var(--sub-color);
	padding: 20px 0;
}

.show-news .news-body {
	padding: 30px 80px;
	border-bottom: 1px solid #dfdfdf;
}

.show-news .news-related .related-title {
	font-size: 30px;
	color: var(--font-color);
	padding: 50px 0 30px;
}

.show-news .news-related .related-list {
	display: flex;
	flex-wrap: wrap;
}

.show-news .news-related .related-list .item-related {
	width: calc((100% - 100px) / 3);
}

.show-news .news-related .related-list .item-related:not(:last-child) {
	margin-right: 50px;
}

.show-news .news-related .related-list .item-related .related-date {
	color: var(--sub-color);
}

.show-news .news-related .related-list .item-related .related-theme {
	font-size: 20px;
	color: var(--font-color);
	padding: 10px 0 0;
}

.show-news .news-related .related-list .item-related .related-desc {
	color: var(--sub-color);
	margin: 20px 0;
	padding-left: 20px;
	border-left: 1px solid #d5d5d5;
	line-height: 30px;
}

.page {
	display: flex;
	justify-content: center;
}

.page li {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--white);
	border: 1px solid var(--sub);
}

.page li:not(:last-child) {
	margin-right: 10px;
}

.page li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: var(--font-color);
}

.page li.active,
.page li:hover {
	background-color: var(--sub);
}

.page li.active a,
.page li:hover a {
	color: var(--white);
}

.section-yewu {
	padding: 80px 0;
}

.section-yewu .index-business-tab {
	margin-top: 0;
}

.section-yewu .index-business-tab .tab-topic-title {
	font-size: 36px;
	color: var(--font-color);
	text-align: center;
	padding-top: 50px;
}

.section-yewu .index-business-tab .tab-show .tab-show-item {
	padding: 50px;
}

.section-yewu-advantage {
	padding: 80px 0;
}

.section-yewu-advantage .index-business-card .item-card {
	width: calc((100% - 60px) / 4);
	margin-bottom: 20px;
}

.section-yewu-advantage .index-business-card .item-card:not(:nth-child(3n)) {
	margin-right: 0;
}

.section-yewu-advantage .index-business-card .item-card:not(:nth-child(4n)) {
	margin-right: 20px;
}

.section-yewu-advantage .index-business-card .item-card .card-desc {
	line-height: 30px;
}

.scroll-anli-swiper {
	margin-top: 50px;
}

.scroll-anli-swiper .swiper-slide {
	padding: 10px 80px;
}

.scroll-anli-swiper .anli-wrapper {
	border-radius: 20px;
	padding: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.scroll-anli-swiper .anli-wrapper img {
	width: auto;
	max-width: 100%;
}

.scroll-anli-swiper .swiper-button-prev,
.scroll-anli-swiper .swiper-button-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #7c7c7c;
	outline: none;
}

.scroll-anli-swiper .swiper-button-prev::after,
.scroll-anli-swiper .swiper-button-next::after {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #7c7c7c;
}

.contact-way {
	padding: 0 50px;
}

.contact-way .contact-card-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 80px 0;
	background-color: var(--white);
	box-shadow: 0 0 10px rgba(145, 177, 201, .5);
	border-radius: 10px;
}

.contact-way .contact-card-list .item-card {
	width: 30%;
	text-align: center;
	color: var(--sub-color);
}

.contact-way .contact-card-list .item-card:not(:last-child) {
	border-right: 1px solid #dce8f4;
}

.contact-way .contact-card-list .item-card .icon-card {
	width: 50px;
	height: 50px;
	background-color: var(--sub);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	border-radius: 50%;
	margin: 0 auto 20px;
	font-size: 0;
}

.contact-map {
	position: relative;
	margin-top: -100px;
	z-index: -1;
}

.contact-map img {
	display: block;
	width: 100%;
}

.contact-form {
	padding-top: 80px;
}

.contact-form .form-title {
	font-size: 36px;
	color: var(--font-color);
	padding-bottom: 50px;
}

.contact-form .form-element .form-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.contact-form .form-element .form-line input {
	width: 100%;
	padding: 10px 20px;
	color: var(--sub-color);
	outline: none;
	border: 1px solid #e7e7e7;
}

.contact-form .form-element .form-line input:not(:last-child) {
	margin-right: 30px;
}

.contact-form .form-element .form-line button {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 15px 0;
	border: 0;
	outline: none;
	background-color: var(--sub);
	color: var(--white);
}

.section-cooperate {
	padding: 80px 0;
}

.cooperate-list .cooperate-topic-title {
	font-size: 36px;
	color: var(--font-color);
	text-align: center;
	padding-bottom: 50px;
}

.cooperate-list .cooperate-process {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: url(../images/path.png) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}

.cooperate-list .cooperate-process .process-card {
	width: 30%;
}

.cooperate-list .cooperate-process .process-card img {
	display: block;
	margin: 0 auto 20px;
	max-width: 120px;
}

.cooperate-list .cooperate-process .process-card .process-nr .title {
	font-size: 20px;
	color: var(--font-color);
	text-align: center;
	margin-bottom: 10px;
}

.cooperate-list .cooperate-process .process-card .process-nr .desc {
	color: var(--sub-color);
	text-align: center;
}

.bg-about {
	background: url(../images/about-bg.jpg) no-repeat center center;
	background-size: cover;
}

.about-desc {
	padding: 50px 90px;
}

.about-circle-flex {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
}

.about-circle-flex .circle-card {
	position: relative;
	border-radius: 50%;
}

.about-circle-flex .circle-card .card-nr {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.about-circle-flex .circle-card .card-nr .title {
	font-size: 20px;
	color: var(--white);
	text-align: center;
}

.about-circle-flex .circle-card .card-nr .middle {
	font-size: 30px;
}

.about-circle-flex .circle-card .card-nr .desc {
	width: 100%;
	line-height: 20px;
	text-align: center;
	padding: 10px 10px 0;
}

.section-about-partner {
	padding: 120px 0;
}

.section-about-partner .partners-list .partner-line a img {
	border: 1px solid #dce8f4;
}

.section-about-history{
	padding-top: 120px;
}

.about-bg-history .container{
	position: relative;
	margin-top: 50px;
	padding: 0 80px;
}

.about-bg-history .swiper-button-prev,
.about-bg-history .swiper-button-next{
	margin-top: 10px;
	transform: translate(0,-50%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid var(--sub);
	border-radius: 50%;
}

.about-bg-history .swiper-button-prev::after,
.about-bg-history .swiper-button-next::after{
	font-size: 20px;
	font-weight: bold;
	color: var(--sub);
}

.scroll-history-swiper{
	position: relative;
}

.scroll-history-swiper::before{
	content: "";
	width: 100%;
	border-top: 2px solid #7aa5ff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	margin-top: 8px;
}

.scroll-history-swiper .swiper-slide .history-nr{
	min-height: 200px;
}

.scroll-history-swiper .swiper-slide:nth-child(odd) .history-nr{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.scroll-history-swiper .swiper-slide:nth-child(even) {
	display: flex;
	flex-direction: column-reverse;
}

.scroll-history-swiper .swiper-slide:nth-child(even) .history-nr{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.scroll-history-swiper .line-left {
	position: relative;
	height: 80px;
	border-left: 1px solid #b7b7b7;
	margin-left: 7px;
	margin-bottom: 10px;
}

.scroll-history-swiper .swiper-slide:nth-child(odd) .line-left::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-color: var(--white);
	border-radius: 50%;
	border: 2px solid #7aa5ff;
	position: absolute;
	left: -7px;
	top: 0;
}

.scroll-history-swiper .swiper-slide:nth-child(even) .line-left::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-color: var(--white);
	border-radius: 50%;
	border: 2px solid #7aa5ff;
	position: absolute;
	left: -7px;
	top: 100%;
}

.scroll-history-swiper .swiper-slide:nth-child(even) .line-left {
	margin-bottom: 0;
	margin-top: 10px;
}

.scroll-history-swiper .history-date {
	font-size: 20px;
	color: var(--font-color);
}

.scroll-history-swiper .history-desc {
	color: var(--sub-color);
}

footer {
	background-color: var(--sub);
	padding: 50px 0;
}

.footer-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.footer-wrapper .footer-nav {
	width: 60%;
	display: flex;
	justify-content: space-between;
	padding-right: 80px;
}

.footer-wrapper .footer-nav dt,
.footer-wrapper .footer-nav dt a {
	font-size: 18px;
	font-weight: normal;
	color: var(--white);
}

.footer-wrapper .footer-nav dt {
	margin-bottom: 20px;
}

.footer-wrapper .footer-nav dd,
.footer-wrapper .footer-nav dd a {
	color: var(--white);
}

.footer-wrapper .footer-nav dd:not(:last-child) {
	margin-bottom: 10px;
}

.footer-wrapper .footer-qrcode {
	display: flex;
	justify-content: flex-end;
	width: 40%;
	padding-left: 80px;
	border-left: 1px solid #a7c1d4;
}

.footer-wrapper .footer-qrcode .item-code {
	font-size: 14px;
	color: var(--white);
	text-align: center;
}

.footer-wrapper .footer-qrcode .item-code:not(:last-child) {
	margin-right: 50px;
}

.footer-wrapper .footer-qrcode .item-code img {
	display: block;
	margin-bottom: 20px;
	max-width: 100px;
}

.footer-copyright {
	text-align: center;
	color: var(--white);
	line-height: 30px;
	margin: 80px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid #a7c1d4;
}

.footer-copyright a {
	color: var(--white);
}
