* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.headShake:hover {
	-webkit-animation: headShake 1s ease-in-out;
	animation: headShake 1s ease-in-out;
}

.top:hover {
	-webkit-animation: rubberBand 1s ease-in-out;
	animation: rubberBand 1s ease-in-out;
}

.content5:hover ul li {
	-webkit-animation: bounceIn 1s ease-in-out;
	animation: bounceIn 1s ease-in-out;
}

.content8:hover .center .left {
	-webkit-animation: bounce 1s ease-in-out;
	animation: bounce 1s ease-in-out;
}

.banner2 ul li:hover {
	-webkit-animation: swing 1s ease-in-out;
	animation: swing 1s ease-in-out;
}

#backToTop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 100px;
	padding: 10px;
	background-color: #D11A1A;
	color: white;
	border: none;
	width: 3.5rem;
	height: 3.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
	border-radius: 40px;
	cursor: pointer;
	z-index: 1000;
	transition: all 0.5s;
}

#backToTop:hover {
	opacity: 0.7;
}

.top {
	width: 100%;
	height: 4rem;
	background-color: #000000;
}

.mobnav {
	display: none;
}

.topCenter {
	width: 80rem;
	height: 100%;
	color: #808080;
	margin: 0 auto;
	font-size: 0.75rem;
	position: relative;
}

.topCenter .top1 {
	display: inline-block;
	width: auto;
	height: 100%;
	margin-left: 1.25rem;
	line-height: 4rem;
}

.topCenter .top1::before {
	content: url(../img/dizhi.png);
	position: absolute;
	top: 0.25rem;
	left: 0px;
}

.topCenter .top2 {
	display: inline-block;
	width: 16rem;
	height: 100%;
	line-height: 4rem;
	position: absolute;
	margin-left: 3.5rem;
}

.topCenter .top2::before {
	content: url(../img/emil.png);
	position: absolute;
	top: 0.25rem;
	left: -22px;
}

.topCenter .top3 {
	display: inline-block;
	float: right;
	line-height: 4rem;
}

.nav {
	width: 100%;
	height: 3.75rem;
	display: block;
	/* background: rgba(100, 100, 100, 0.5); */
	position: relative;
	z-index: 99;
}

.nav .center {
	margin: 0 auto;
	height: 100%;
	max-width: 80rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.sticky {
	position: fixed;
	top: 0;
	backdrop-filter: blur(10px);
	background: #101010;
}

.change {
	color: #333333;
}

.logo {
	width: 9.375rem;
	height: auto;
	box-sizing: border-box;
	/* padding-top: 14px; */
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.navbar {
	width: 50rem;
	height: 100%;
	list-style: none;
	margin: 0 auto;
}

.navbar li {
	line-height: 3.75rem;
	float: left;
	font-size: 1rem;
	width: 20%;
	text-align: center;
	color: #CCCCCC;
	cursor: pointer
}

.navbar li a {
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 0.625rem;
	box-sizing: border-box;
	transition: all 0.5s;
	border-bottom: 0.125rem solid rgba(231, 26, 0, 0);
}

.navbar li a:hover {
	border-bottom: 0.125rem solid rgba(231, 26, 0, 1);
	color: #ffffff;
}

.banner {
	width: 100%;
	height: 100vh;
	margin-top: -3.75rem;
}

.banner .swiper-slide {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	color: #ffffff;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	min-height: 100%;
}

.banner .swiper-slide h1 {
	width: 100%;
	font-size: 3.5rem;
	line-height: 3rem;
}

.banner .swiper-slide span {
	font-size: 1rem;
	display: block;
	margin-top: 2rem;
}

.content {
	width: 100%;
	height: auto;
	padding: 3.75rem 0;
	box-sizing: border-box;
}

.content3 {
	width: 100%;
	height: auto;
	padding-top: 5rem;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #F5F5F5;
	padding-bottom: 5rem;
}

.content2 {
	width: 100%;
	height: 50rem;
	padding-top: 7.5rem;
	box-sizing: border-box;
	margin: 0 auto;
}

.content .title {
	max-width: 80rem;
	height: 10rem;
	margin: 0 auto;
	text-align: center;
}

.content .title h1 {
	line-height: 4rem;
}

.content .title span {
	line-height: 2rem;
	color: #808080;
}

.content .listA {
	max-width: 80rem;
	height: auto;
	margin: 0 auto;
	display: flex;
}

.content .listA li {
	list-style: none;
	float: left;
	width: 33.333%;
	height: 25rem;
	border: #E6E6E6 solid 0.0625rem;
	/* background: url(../img/image2.png) no-repeat 100% 100%; */
	border-radius: 2.5rem;
	margin: 0 0.625rem;
	padding: 2.25rem;
	box-sizing: border-box;
	transition: all 0.5s;
	position: relative;
}

.content .listA li:hover {
	transform: translateY(-15px);
	background-color: #f0f0f0;
}

.content .listA li div {
	color: #101010;
}

.content .listA li div h1 {
	font-size: 1.5rem;
	margin-bottom: 1.125rem;
}

.content .listA li div span {
	font-size: 0.875rem;
	line-height: 1.5rem;
	display: block;
	margin-bottom: 1.875rem;
	color: #808080;
	transition: all 0.5s;
}

.content .listA li:hover div span {
	color: #808080;
}

.content .listA li div .btn {
	width: 6.75rem;
	height: 2.25rem;
	color: #ffffff;
	background: rgba(209, 26, 26, 1);
	border-radius: 1.875rem;
	line-height: 2.25rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.content .listA li div .btn:hover {
	background: rgba(209, 26, 26, 0.7);
}

.picture {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	text-align: right;
}

.picture img {
	display: block;
	margin: 0 auto;
	transition: all 0.5s;
}

.content .listA li:hover .picture img {
	transform: scale(1.1);
}

.content2 .center,
.content3 .center,
.content7 .center {
	max-width: 80rem;
	height: 100%;
	margin: 0 auto;
}

.content2 {
	background: url(../img/Rectangle517.png) 100% 100% no-repeat;
	overflow: hidden;
}

.content4 {
	background: url(../img/Group369.jpg) 100% 100% no-repeat;
}

.content5 {
	background: url(../img/Rectangle553.png) 100% 100% no-repeat;
}

.content2 .left {
	display: inline-block;
	width: 50%;
	height: auto;
	transition: all 0.5s;
}

.content2:hover .left {
	transform: translateX(-20px);
}

.content2 .right {
	padding-top: 2.5rem;
	float: right;
	width: 50%;
	height: auto;
}

.content2 .right h2 {
	font-size: 48px;
	line-height: 3.5rem;
	margin-bottom: 2.25rem;
}

.content2 .right span {
	display: block;
	font-size: 1rem;
	line-height: 1.75rem;
	color: #808080;
	margin-bottom: 1.5rem;
}

.content2 .right div {
	width: 6.75rem;
	height: 2.25rem;
	background-color: #D11A1A;
	margin-top: 1.25rem;
	border-radius: 1.875rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 2.25rem;
	cursor: pointer;
	transition: all 0.5s;
}

.content2 .right div:hover {
	opacity: 0.7;

}

.content3 .top {
	width: 100%;
	height: auto;
	background-color: #F5F5F5;
}

.content3 .top .left {
	width: 50%;
	height: auto;
	display: inline-block;
	padding-right: 12.5rem;
	box-sizing: border-box;
}

.content3 .top .left h2 {
	font-size: 48px;
	margin-bottom: 1.25rem;
	color: #101010;
}

.content3 .top .left span {
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #101010;
}

.content3 .top .right {
	display: inline-block;
	width: 50%;
	height: auto;
	float: right;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #808080;
	padding-top: 4.75rem;
	box-sizing: border-box;
}

.content3 .list {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 3.75rem;

}

.content3 .list li {
	width: 25%;
	height: 420px;
	border-radius: 2.5rem;
	margin-bottom: 1.25rem;
	padding: 0 0.625rem;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
}

.content3 .list li:hover {
	transform: translateY(-10px);
}

.content3 .list li:hover img {
	transform: scale(1.1);

}

.content3 .list li .img {
	width: 100%;
	height: 11.25rem;
	overflow: hidden;
	border-radius: 40px 40px 0 0;
	box-sizing: border-box;
	padding: 0;
}

.content3 .list li img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.content3 .list li div {
	padding: 1.25rem;
	width: 100%;
	height: 240px;
	background-color: #ffffff;
	border-radius: 0 0 40px 40px;
	box-sizing: border-box;
}

.content3 .list li div h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #101010;
	margin-bottom: 1.25rem;
	font-weight: 400;
}

.content3 .list li div span {
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #808080;
}

.content4 {
	width: 100%;
	height: 53.375rem;

}

.content4 .center {
	max-width: 80rem;
	height: auto;
	margin: 0 auto;
	padding-top: 5rem;
	box-sizing: border-box;
}

.content4 .center .left {
	width: 50%;
	height: auto;
}

.content4 .center .left h2 {
	font-size: 3rem;
	line-height: 3.5rem;
	color: #101010;
	margin-bottom: 2.25rem;
}

.content4 .center .left span {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #808080;
	display: block;
	margin-bottom: 3.75rem;
}

.content4 .center .left ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.content4 .center .left ul li {
	width: 46.8%;
	height: 13rem;
	background-color: #ffffff;
	border-radius: 2.5rem;
	margin: 0 1.25rem 1.25rem 0;
	padding: 2.5rem;
	box-sizing: border-box;
	transition: all 0.5s;
}

.content4 .center .left ul li:hover {
	background-color: #f2f2f2;
}

.content4 .center .left ul li div {
	width: 100%;
	text-align: center;
	margin-bottom: 1.25rem;
}

.content4 .center .left ul li span {
	font-size: 1.25rem;
	line-height: 1.625rem;
	color: #101010;
	text-align: center;
}

.content5 {
	width: 100%;
	height: 15rem;
}

.content5 ul {
	max-width: 80rem;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	list-style: none;
	padding: 58px 0;
	box-sizing: border-box;
}

.content5 ul li {
	width: 25%;
	height: 100%;
	text-align: center;
	color: #ffffff;

}

.content5 ul li h1 {
	font-size: 3.5rem;
	line-height: 4.125rem;
	margin-bottom: 1.875rem;
}

.content5 ul li span {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 300;
}

.content6 {
	width: 100%;
	height: auto;
	padding-top: 5rem;
}

.content6 .tittle {
	font-size: 3rem;
	line-height: 3.5rem;
	text-align: center;
	margin-bottom: 2.25rem;
}

.content6 span {
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #101010;
	text-align: center;
	display: block;
	margin-bottom: 3.75rem;
}


.content6 ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 3.75rem;

}

.content6 ul li {
	width: 33.33%;
	height: 28.75rem;
	border-radius: 2.5rem;

	margin-bottom: 1.25rem;
	padding: 0 0.625rem;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;

}

.content6 ul li:hover {
	transform: translateY(-10px);
}

.content6 ul li:hover img {
	transform: scale(1.1);
}

.content6 ul li .img {
	width: 100%;
	height: 15rem;
	overflow: hidden;
	border-radius: 40px 40px 0 0;
	box-sizing: border-box;
	padding: 0;
}

.content6 ul li img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;


}

.content6 ul li div {
	padding: 1.25rem;
	width: 100%;
	height: 13.75rem;
	background-color: #ffffff;
	border-radius: 0 0 40px 40px;
	box-sizing: border-box;
	border: #E6E6E6 solid 0.0625rem;
}

.content6 ul li div h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #101010;
	margin-bottom: 1.25rem;
	font-weight: 400;
}

.content6 ul li div span {
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #808080;
	text-align: left;
}

.content7 {
	width: 100%;
	height: auto;
	padding-top: 5rem;
	padding-bottom: 2.5rem;
}

.content7 .tittle {
	font-size: 3rem;
	line-height: 3.5rem;
	text-align: center;
	margin-bottom: 2.25rem;
	font-weight: bold;
}

.content7 span {
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #101010;
	text-align: center;
	display: block;
	margin-bottom: 3.75rem;
}

.content7 ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 3.75rem;
}

.content7 ul li {
	width: 33.3%;
	height: 28.5rem;
	margin: 0 0 1.875rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content7 ul li .img {
	max-width: 22.5rem;
	height: 100%;
	margin: 0 auto;
	transition: all 0.5s;
}

.content7 ul li .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.content7 ul li .img:hover {
	transform: scale(1.05);
}

.content8 {
	width: 100%;
	height: 18.75rem;
	background: url(../img/takebj.png);

}

.content8 .center {
	max-width: 80rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	padding-left: 3.125rem;
	box-sizing: border-box;
}

.content8 .center .left {
	width: 6.25rem;
	height: 100%;
	padding-top: 6.25rem;
	box-sizing: border-box;
}

.content8 .center .right {

	max-width: 73.75rem;
	height: 100%;
	margin-left: 6.25rem;
	padding-top: 70px;
	box-sizing: border-box;
}

.content8 .center .right span {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #808080;
}

.content8 .center .right h2 {
	color: #ffffff;
	font-size: 40px;
	line-height: 56px;
	margin-top: 16px;
	margin-bottom: 1.875rem;
	font-weight: 400;
}

.content8 .center .right div {
	width: 6.75rem;
	height: 2.25rem;
	color: #ffffff;
	background: rgba(209, 26, 26, 1);
	border-radius: 1.875rem;
	line-height: 2.25rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.content8 .center .right div:hover {
	opacity: 0.7;
}

.content9 {
	width: 100%;
	height: 37.5rem;
	background-color: #000000;
}

.content9 .center {
	max-width: 80rem;
	height: 100%;
	margin: 0 auto;
	padding-top: 2.5rem;
	box-sizing: border-box;
}

.content9 .center h2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0.9375rem;
	font-weight: 400;
	margin-top: 2.5rem;
	border-bottom: 2px solid #ffffff;
	width: 5.125rem;
	text-align: center;
}

.content9 .center span {
	display: block;
	color: #808080;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 300;
	margin-bottom: 1.25rem;
}

.content9 .center div {
	color: #808080;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 300;
	margin-bottom: 1.25rem;
	padding-left: 1.625rem;
	position: relative;
}

.content9 .center .mail::before {
	content: url(../img/emial.png);
	position: absolute;
	top: 0.25rem;
	left: 0px;
}

.content9 .center .position::before {
	content: url(../img/position.png);
	position: absolute;
	top: 0.25rem;
	left: 0px;
}

.content9 .center p {
	font-size: 0.875rem;
	line-height: 1.625rem;
	color: #808080;
	text-align: center;
	margin-top: 10.625rem;
}

.more:hover {
	opacity: 0.7;
}

.contentB {
	position: relative;
}

.content .why {
	max-width: 80rem;
	height: 4.5rem;
	color: #101010;
	line-height: 2.25rem;
	font-size: 1.5rem;
	margin: 0 auto;
}

.content .whyList {
	max-width: 80rem;
	height: auto;
	padding: 0 8.5625rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	list-style: none;
}

.content .whyList li {
	width: 29.3%;
	height: 13rem;
	background-color: #ffffff;
	border-radius: 2.5rem;
	margin: 60px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	padding: 1.875rem 0;
	box-sizing: border-box;

}

.content .whyList li .image {
	width: 100%;
	text-align: center;
	margin-top: 0.625rem;
}

.content .whyList li .imgTitle {
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	margin-top: 20px;
	color: #101010;
	text-align: center;
}

.content .bank {
	max-width: 80rem;
	height: auto;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.content .bank li {
	width: 20%;
	height: 5rem;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 3.125rem;
}

.content .bank li img {
	display: block;
	width: 100%;
	height: auto;

}

.content .bankBottom {
	max-width: 80rem;
	height: auto;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-top: 3.125rem;
}

.content .bankBottom li {
	width: 33.3%;
	height: 18.75rem;
	text-align: center;
}

.content .bankBottom li div {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 4.125rem;
}

.content .bankBottom li span {
	display: block;
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin-top: 1.875rem;
}

.adress {
	max-width: 40rem;
	height: 26.875rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 2.5rem;
	position: absolute;
	top: 18.875rem;
	left: 20rem;
	padding: 5.25rem 0 0 5rem;
	box-sizing: border-box;
}

.adress h1 {
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
}

.adress p {
	font-size: 1.25rem;
	margin-bottom: 2.5rem;
}

.adress span {
	display: block;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.bottom {
	width: 100%;
	height: 37.5rem;
	background: #000000;
}

.bottom div {
	text-align: center;
	font-size: 0.875rem;
	color: #999999;
}

.bottom .list {
	max-width: 80rem;
	height: auto;
	color: #ffffff;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-top: 3.75rem;
	box-sizing: border-box;
	margin-bottom: 5.625rem
}

.bottom .list .list-li {
	list-style: none;
	width: 25%;
	margin-bottom: 3.125rem;
	padding-left: 1.875rem;
	box-sizing: border-box;
}

.bottom .list li span {
	font-size: 1rem;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 0.5rem;
}

.bottom .list li ul {
	width: 100%;
	margin-top: 1.25rem;
	cursor: pointer;
}

.bottom .list li ul li {
	list-style: none;
	font-size: 0.875rem;
	line-height: 2rem;
	color: #808080;
	margin-bottom: 0;
	transition: all 0.5s;
}

.bottom .list li ul li:hover {
	color: #ffffff;
}

.banner2 {
	width: 100%;
	height: 100vh;
	background: url(../img/image3.png) no-repeat 100% 100%;
	margin-top: -3.75rem;
}

.banner2 h1 {
	text-align: center;
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 400;
	padding-top: 220px;
	color: #ffffff;
	box-sizing: border-box;
}

.banner2 ul {
	max-width: 80rem;
	height: auto;
	margin: 0 auto;
	margin-top: 5rem;
	display: flex;
	list-style: none;
	color: #101010;
}

.banner2 ul li {
	width: 30%;
	height: 12.5rem;
	margin: 0 5rem;
	text-align: center;
	background-color: #ffffff;
	border-radius: 1.5rem;
	padding: 1.25rem;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.banner2 ul li .topImg {
	width: 100%;
	height: 7.5rem;
	padding-top: 0.625rem;
	box-sizing: border-box;
}

.topCeng {
	width: 0;
	height: 0rem;
	position: absolute;
	background-color: #D11A1A;
	border-radius: 1.5rem;
	top: 0;
	left: 0;
	z-index: 99;
	overflow: hidden;
	transition: all 0.5s;
	opacity: 0;
}

.topCeng .img {
	width: 100%;
	height: 1.5rem;
	padding-top: 4.5rem;
	box-sizing: border-box;
}

.topCeng span {
	font-size: 0.875rem;
	line-height: 1.25rem;
	display: block;
	margin-top: 2.5rem;
	color: #FFFFFF;
}

.banner2 ul li:hover .topCeng {
	width: 100%;
	height: 12.5rem;
	opacity: 100;
}

.banner2 ul li:hover {
	transform: rotateX(360deg);
}

.banner2 ul li:active {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.banner .swiper-slide h1 {
		width: 100%;
		font-size: 2.25rem;
		line-height: 3rem;
	}

	.banner .swiper-slide span {
		font-size: 0.875rem;
		display: block;
		line-height: 1.375rem;
		margin-top: 1.5rem;
	}

	.content {
		padding: 1.875rem 0 0 0;
	}

	.content .listA {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
		padding: 0 1rem;
		box-sizing: border-box;
	}

	.content .listA li {
		list-style: none;
		float: none;
		width: 100%;
		height: 17.625rem;
		border: #E6E6E6 solid 0.0625rem;
		border-radius: 2.5rem;
		margin: 0 0 1.25rem 0;
		padding: 2.25rem;
		box-sizing: border-box;
		transition: all 0.5s;
		position: relative;
	}

	.content .listA li:hover {
		transform: translateY(-15px);
		background-color: #f0f0f0;
	}

	.content .listA li div {
		color: #101010;
	}

	.content .listA li div h1 {
		font-size: 1.25rem;
		margin-bottom: 1.125rem;
	}

	.content .listA li div span {
		font-size: 0.8125rem;
		line-height: 1.5rem;
		display: block;
		margin-bottom: 1.875rem;
		color: #808080;
		transition: all 0.5s;
	}

	.content .listA li:hover div span {
		color: #808080;
	}

	.picture {
		position: absolute;
		bottom: 1.5rem;
		right: 1.5rem;
		text-align: right;
	}

	.picture img {
		display: block;
		margin: 0 auto;
		transition: all 0.5s;
		width: 5rem;
		height: 5rem;
	}

	.content .listA li:hover .picture img {
		transform: scale(1.1);
	}

	.content2 .center,
	.content3 .center,
	.content7 .center {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.content2 {
		width: 100%;
		height: auto;
		padding-top: 7.5rem;
		padding: 7.5rem 1rem 1.875rem 1rem;
		box-sizing: border-box;
		margin: 0 auto;
		background: url(../img/Rectangle517.png) 100% 100% center no-repeat;
		overflow: hidden;
	}

	.content2 .left {
		display: block;
		width: 100%;
		height: auto;
		transition: all 0.5s;
	}

	.content2 .left img {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	.content2:hover .left {
		transform: translateX(-20px);
	}

	.content2 .right {
		padding-top: 1.25rem;
		float: none;
		width: 100%;
		height: auto;
	}

	.content2 .right h2 {
		font-size: 1.75rem;
		line-height: 2.0625rem;
		margin-bottom: 1.25rem;
	}

	.content2 .right span {
		display: block;
		font-size: 0.8125rem;
		line-height: 1.5rem;
		color: #808080;
		margin-bottom: 1.25rem;
	}

	.content2 .right div {
		width: 6.75rem;
		height: 2.25rem;
		background-color: #D11A1A;
		margin-top: 0;
		border-radius: 1.875rem;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		line-height: 2.25rem;
		cursor: pointer;
		transition: all 0.5s;
	}

	.content3 {
		padding: 1.875rem 1rem;
	}

	.content3 .top {
		width: 100%;
		height: auto;
		background-color: #F5F5F5;
	}

	.content3 .top .left {
		width: 100%;
		height: auto;
		display: inline-block;
		padding-right: 0;
		box-sizing: border-box;
	}

	.content3 .top .left h2 {
		font-size: 1.75rem;
		margin-bottom: 1.875rem;
		color: #101010;
	}

	.content3 .top .left span {
		font-size: 1.25rem;
		line-height: 1.75rem;
		color: #101010;
	}

	.content3 .top .right {
		display: inline-block;
		width: 100%;
		height: auto;
		float: right;
		font-size: 0.8125rem;
		line-height: 1.5rem;
		color: #808080;
		padding: 1.875rem 0;
		box-sizing: border-box;
	}

	.content3 .list {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin-top: 3.75rem;

	}

	.content3 .list li {
		width: 100%;
		height: 23.125rem;
		border-radius: 2.5rem;
		margin-bottom: 1.25rem;
		padding: 0;
		box-sizing: border-box;
		transition: all 0.5s;
		cursor: pointer;
	}

	.content3 .list li .img {
		width: 100%;
		height: 11.25rem;
		overflow: hidden;
		border-radius: 40px 40px 0 0;
		box-sizing: border-box;
		padding: 0;
	}

	.content3 .list li img {
		display: block;
		width: 100%;
		height: 100%;
		transition: all 0.5s;


	}

	.content3 .list li div {
		padding: 1.25rem;
		width: 100%;
		height: 11.875rem;
		background-color: #ffffff;
		border-radius: 0 0 40px 40px;
		box-sizing: border-box;
	}

	.content3 .list li div h2 {
		font-size: 1rem;
		line-height: 1.5rem;
		color: #101010;
		margin-bottom: 1.25rem;
		font-weight: 400;
	}

	.content3 .list li div span {
		font-size: 0.8125rem;
		line-height: 1.5rem;
		color: #808080;
	}

	.content4 {
		width: 100%;
		height: auto;
		padding: 1.875rem 1rem 14.0625rem 1rem;
		box-sizing: border-box;
		background: url(../img/Rectangle631.png) no-repeat;
		background-size: 100% auto;
	}

	.content4 .center {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 1.875rem;
		box-sizing: border-box;
	}

	.content4 .center .left {
		width: 100%;
		height: auto;
	}

	.content4 .center .left h2 {
		font-size: 1.75rem;
		line-height: 2.0625rem;
		color: #101010;
		margin-bottom: 1.875rem;
	}

	.content4 .center .left span {
		font-size: 0.8125rem;
		line-height: 1.5rem;
		color: #808080;
		display: block;
		margin-bottom: 2.5rem;
	}

	.content4 .center .left ul {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		list-style: none;
	}

	.content4 .center .left ul li {
		width: 40%;
		height: 8.5rem;
		background-color: #ffffff;
		border-radius: 2.5rem;
		margin: 0 1.25rem 1.25rem 0;
		padding: 2rem;
		box-sizing: border-box;
		transition: all 0.5s;
	}

	.content4 .center .left ul li div {
		width: 100%;
		text-align: center;
		margin-bottom: 0.625rem;
	}

	.content4 .center .left ul li div img {
		display: block;
		width: 2.75rem;
		height: 2.75rem;
		margin: 0 auto;
	}

	.content4 .center .left ul li span {
		font-size: 0.8125rem;
		line-height: 1.5rem;
		color: #101010;
		text-align: center;
	}

	.content5 {
		width: 100%;
		height: auto;
		padding: 1.875rem 1rem;
		box-sizing: border-box;
		background: url(../img/Rectangle553.png) center no-repeat;
		background-size: auto 100%;
	}

	.content5 ul {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		list-style: none;
		padding: 0;
		box-sizing: border-box;
	}

	.content5 ul li {
		width: 50%;
		height: 100%;
		text-align: center;
		color: #ffffff;
		padding: 1.5625rem 0;
		box-sizing: border-box;
	}

	.content5 ul li h1 {
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin-bottom: 0.9375rem;
	}

	.content5 ul li span {
		font-size: 0.75rem;
		line-height: 0.875rem;
		font-weight: 300;
	}

	.content7 {
		width: 100%;
		height: auto;
		padding: 5rem 1rem 2.5rem 1rem;
		box-sizing: border-box;
	}

	.content7 .tittle {
		font-size: 1.75rem;
		line-height: 2.0625rem;
		text-align: center;
		margin-bottom: 1.25rem;
	}

	.content7 span {
		font-size: 1rem;
		line-height: 1.75rem;
		color: #101010;
		text-align: center;
		display: block;
		margin-bottom: 1.875rem;
	}

	.content7 ul {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin-top: 1.875rem;
	}

	.content7 ul li {
		width: 50%;
		height: auto;
		margin: 0 0 1.5625rem 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.content7 ul li .img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		transition: all 0.5s;
		padding: 0 0.625rem;
		box-sizing: border-box;
	}

	.content7 ul li .img img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.content7 ul li .img:hover {
		transform: scale(1.05);
	}

	.content8 {
		width: 100%;
		height: auto;
		padding: 1.875rem 1rem;
		box-sizing: border-box;
		background: url(../img/takebj.png) no-repeat center;
		background-size: auto 100%;
	}

	.content8 .center {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: block;
		padding-left: 0;
		box-sizing: border-box;
	}

	.content8 .center .left {
		width: 100%;
		height: auto;
		padding-top: 1.875rem;
		box-sizing: border-box;
		text-align: center;
	}

	.content8 .center .left img {
		display: block;
		width: 3.5rem;
		height: 3.5rem;
		margin: 0 auto;
	}

	.content8 .center .right {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding-top: 1.25rem;
		box-sizing: border-box;
		text-align: center;
	}

	.content8 .center .right span {
		font-size: 0.8125rem;
		line-height: 1.3125rem;
		color: #808080;
	}

	.content8 .center .right h2 {
		color: #ffffff;
		font-size: 1.5rem;
		line-height: 2rem;
		margin-top: 16px;
		margin-bottom: 1.875rem;
		font-weight: 400;
	}

	.content8 .center .right div {
		width: 6.75rem;
		height: 2.25rem;
		color: #ffffff;
		margin: 0 auto;
		background: rgba(209, 26, 26, 1);
		border-radius: 1.875rem;
		line-height: 2.25rem;
		text-align: center;
		cursor: pointer;
		transition: all 0.5s;
	}

	.content9 {
		width: 100%;
		height: auto;
		padding: 0 1rem 1.875rem;
		background-color: #000000;
		box-sizing: border-box;
	}

	.content9 .center {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 2.5rem;
		box-sizing: border-box;
	}

	.content9 .center h2 {
		color: #ffffff;
		font-size: 0.875rem;
		line-height: 1.5rem;
		margin-bottom: 0.9375rem;
		font-weight: 400;
		margin-top: 0;
		border-bottom: 2px solid #ffffff;
		width: 5rem;
		text-align: center;
	}

	.content9 .center span {
		display: block;
		color: #808080;
		font-size: 0.8125rem;
		line-height: 1.5rem;
		font-weight: 300;
		margin-bottom: 1.25rem;
	}

	.content9 .center div {
		color: #808080;
		font-size: 0.8125rem;
		line-height: 1.5rem;
		font-weight: 300;
		margin-bottom: 1.25rem;
		padding-left: 1.625rem;
		position: relative;
	}

	.content9 .center .mail::before {
		content: url(../img/emial.png);
		position: absolute;
		top: 0.25rem;
		left: 0px;
	}

	.content9 .center .position::before {
		content: url(../img/position.png);
		position: absolute;
		top: 0.25rem;
		left: 0px;
	}

	.content9 .center p {
		font-size: 0.875rem;
		line-height: 1.625rem;
		color: #808080;
		text-align: center;
		margin-top: 3.75rem;
	}

	#backToTop {
		display: none;
		position: fixed;
		/* 固定位置 */
		bottom: 50px;
		/* 距离底部20px */
		right: 3.125rem;
		/* 距离右边20px */
		padding: 10px;
		/* 内边距 */
		background-color: #D11A1A;
		/* 背景颜色 */
		color: white;
		/* 文字颜色 */
		border: none;
		/* 无边框 */
		width: 3.5rem;
		height: 3.5rem;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1rem;
		border-radius: 40px;
		/* 边框圆角 */
		cursor: pointer;
		/* 鼠标悬停时显示手指图标 */
		z-index: 1000;
		/* 确保按钮在内容之上 */
		transition: all 0.5s;
	}

	.banner2 {
		width: 100%;
		height: auto;
		background: url(../img/image3.png) no-repeat 100% 100%;
		margin-top: -64px;
		padding: 1.875rem 1rem 0 1rem;
		box-sizing: border-box;
		/* display: flex; */
		/* align-items: center; */
		/* justify-content: center; */
	}

	.banner2 h1 {
		text-align: center;
		font-size: 1.75rem;
		line-height: 2.25rem;
		font-weight: 400;
		padding-top: 8rem;
		color: #ffffff;
		box-sizing: border-box;
	}

	.banner2 ul {
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 3rem;
		display: block;
		list-style: none;
		color: #101010;
		padding: 0 1rem 1.875rem;
		box-sizing: border-box;
	}

	.banner2 ul li {
		width: 100%;
		height: 12.5rem;
		margin: 0 0 1.25rem 0;
		text-align: center;
		background-color: #ffffff;
		border-radius: 1.5rem;
		padding: 1.25rem;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
	}

	.banner2 ul li .topImg {
		width: 100%;
		height: 7.5rem;
		padding-top: 0.625rem;
		box-sizing: border-box;
	}

	.nav {
		display: none;
	}

	.mobnav {
		display: block;
		width: 100%;
		height: 3.5rem;
		position: relative;
		z-index: 99;
		padding: 0 1rem;
		box-sizing: border-box;
	}

	.mobnav .m-nav {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.openNav {
		display: block;
		width: 1.5rem;
		height: 1.5rem;
	}

	.mobNavList {
		width: 80%;
		height: 100vh;
		background-color: #ffffff;
		position: absolute;
		z-index: 1000;
		padding: 0 1rem;
		box-sizing: border-box;
		top: 0;
		left: 0;
		transition: all 0.5s;
	}

	.mobNavList .logo {
		width: 100%;
		height: 3.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.logo .close {
		display: block;
		width: 1.5rem;
		height: 1.5rem;
	}

	.logo .logoBlack {
		display: block;
		width: 10rem;
		height: 3rem;
	}

	.mobNavList ul {
		list-style: none;
		width: 100%;
		height: auto;
		margin-top: 1.875rem;
		margin-bottom: 1.875rem;
	}

	.mobNavList ul li {
		width: 100%;
		height: 3.5rem;
		font-size: 1rem;
		border-bottom: 0.0625rem solid #F2F2F2;
		line-height: 3.5rem;
	}

	.mobNavList ul li a {
		text-decoration: none;
		color: #101010
	}

	.mobNavList .mail,
	.mobNavList .position {
		font-size: 0.875rem;
		width: 100%;
		line-height: 1.5rem;
		color: #101010;
		padding-left: 1.5rem;
		box-sizing: border-box;
	}

	.mobNavList .mail {
		margin-bottom: 1.25rem;
	}

	.info {
		width: 100%;
		height: auto;
		position: relative;
	}

	.mobNavList .mail::before {
		content: url(../img/emial-b.png);
		position: absolute;
		top: 0.25rem;
		left: 0px;
	}

	.mobNavList .position::before {
		content: url(../img/position-b.png);
		position: absolute;
		top: 3rem;
		left: 0px;
	}

	.mc {
		width: 100%;
		height: 100vh;
		background: #000000;
		opacity: 0.5;
		position: absolute;
		z-index: 999;
		margin-top: -56px;
	}

}