body {
	/* width: 100%; */
	margin: 0 auto;
}

ul,
li {
	list-style: none;
}

img {
	max-width: 100%;
}

.about-top {
	width: 100%;
	height: 860px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.about-top-title {
	width: 1200px;
	margin: 0 auto;
	padding-top: 168px;
	display: flex;
	align-items: center;
}

.about-top-title .title {
	font-size: 48px;
	font-weight: 500;
	color: #333333;
	line-height: 50px;
	margin-right: 36px;
	letter-spacing: 1px;
}

.about-top-title img {
	width: 73px;
	height: 73px;
	cursor: pointer;
}

.about-top-content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 44px;
}

.about-top-content div {
	width: 780px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.about-one {
	width: 100%;
	height: 750px;
	background: #FFFFFF;
}

.about-one-content {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0px;
}

.about-one-content .title {
	width: 1200px;
	height: 40px;
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
}

.about-one-banner {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.about-two {
	width: 100%;
	height: 750px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.about-two-content {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0px;
}

.about-two-content .title {
	width: 1200px;
	height: 40px;
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
}

.about-two-content .subhead {
	width: 1200px;
	font-size: 22px;
	color: #666666;
	line-height: 26px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 76px;
}

.about-two-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-two-body .body-content {
	width: 346px;
	height: 414px;
	background: #FFFFFF;
	box-shadow: 0px 10px 43px 0px rgba(51, 51, 51, 0.1);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.about-two-body .body-content:hover {
	transform: translateY(-4%);
	transition: transform 0.5s;
	cursor: pointer;
}

.mouseleave {
	transform: translateY(0%);
	transition: transform 0.5s;
}

.body-content img {
	width: 110px;
	height: 110px;
	margin-bottom: 55px;
}

.body-content .text1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 33px;
	margin-bottom: 12px;
}

.body-content .text2 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.about-three {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.about-three-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-flow: column;
	padding-top: 100px;
}

.about-three-body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-three-body-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 91px;
}

.about-four {
	width: 100%;
	height: 750px;
	background: #FFFFFF;
}

.about-four-content {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0px;
}

.about-four-content .title {
	width: 1200px;
	height: 40px;
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 90px;
	letter-spacing: 1px;
}

.about-four-body .carousel-control-prev img {
	width: 66px;
	height: 66px;
	cursor: pointer;
}

.about-four-body .carousel-control-next img {
	width: 66px;
	height: 66px;
	cursor: pointer;
}

.about-five {
	width: 100%;
	min-width: 1200px;
	height: 750px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	position: relative;
}

.about-five-map {
	min-width: 1200px;
	height: 750px;
}

.map-div {
	width: 100%;
	min-width: 1200px;
	height: 750px;
	border: NaNpx solid rgba(255, 255, 255, 0.5);
}

.about-five .title {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	letter-spacing: 1px;
	position: absolute;
	left: calc(50% - 80px);
	top: 80px;
}

.about-five-bottom {
	position: absolute;
	width: 1200px;
	height: 174px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	backdrop-filter: blur(2px);
	left: calc(50% - 600px);
	bottom: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 43px 126px 23px 110px;
}

.about-five-bottom .bottom-1 {
	display: flex;
	align-items: center;
}

.about-five-bottom .bottom-1 img {
	width: 61px;
	height: 61px;
	margin-right: 18px;
}

.about-five-bottom .bottom-1 .text div:first-child {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
}

.about-five-bottom .bottom-1 .text div:last-child {
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	margin-top: 11px;
}

.about-five-bottom .bottom-2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-five-bottom .bottom-2 div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin: 0 15px;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
}

.about-five-bottom .bottom-2 div img {
	width: 90px;
	height: 90px;
}









.about-one .swiper-c {
	width: 1200px;
	position: relative;
	left: calc(50% - 600px);
	margin-top: 86px;
}

.about-one .swiper-c .swiper-pagination {
	top: -50px;
}

.about-one .swiper-container {
	width: calc(100% - 200px);
	height: 300px;
	margin: 20px auto;
}

.about-one .swiper-slide {
	text-align: left;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: flex-start;

	display: flex;
	flex-direction: column;
}

.about-one .swiper-slide .brand-story-item-title {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	position: relative;
	margin-bottom: 37px;
}

.about-one .swiper-slide .brand-story-item-title::after {
	content: '';
	width: 18px;
	height: 4px;
	background: #333333;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.about-one .swiper-slide .brand-story-item-desc {
	height: 200px;
}

.about-one .swiper-slide .brand-story-item-desc p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.about-one .append-buttons {
	text-align: center;
	margin-top: 20px;
}

.about-one .append-buttons a {
	display: inline-block;
	border: 1px solid #007aff;
	color: #007aff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 13px;
}

.about-one .swiper-button-disabled {
	visibility: hidden;
}

.about-one .year-pagination {
	display: flex;
	position: relative;
	width: 1200px;
	left: calc(50% - 600px);
	margin-top: 110px;
}

.about-one .year-pagination .line {
	width: 100%;
	height: 2px;
	background-color: #007AFF;
	position: absolute;
	bottom: 0;
	opacity: 0.5;
}

.about-one .year-pagination .year-li {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	font-size: 28px;
	color: #B3D1FF;
	cursor: pointer;
	margin-bottom: 13px;
}

.about-one .year-pagination .year-li .year {
	position: relative;
	height: 50px;
	width: 100px;
}

.about-one .year-pagination .year-li .year p {
	margin: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.about-one .year-pagination .year-li .year::after {
	content: '';
	position: absolute;
	top: 57px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #B3D1FF;
}

.about-one .year-pagination .year-li .year-active {
	font-size: 36px;
	color: #2F88FF;
}

.about-one .year-pagination .year-li .year-active::after {
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	top: 53px;
	background: #2F88FF;
}

.about-one .swiper-button-next,
.about-one .swiper-button-prev {
	background-size: 10px 44px;
}

#certify {
	max-height: 456px;
}
