* {
	margin: 0;
	padding: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	text-decoration: none;
	color: inherit;
}

html {
	font-size: 62.5%
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

img {
	width: 100%;
	height: 100%;
}

input {
	border: none;
	outline: none;
}

select {
	border: none;
	outline: none;
	appearance: none;
}

.none {
	display: none !important;
}

.block {
	display: block !important;
}

.zzb {
	min-width: 120rem;
}

.nav {
	width: 100%;
	height: 6.5rem;
	background: #006CFF;
}

.nav .nav-box {
	width: 120rem;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav .logo {
	width: 12rem;
	height: 3rem;
}

.nav .list {
	display: flex;
	align-items: center;
}

.nav .list div {
	width: 10.5rem;
	height: 6.5rem;
	text-align: center;
	line-height: 6.5rem;
	color: #FFFFFF;
	box-sizing: border-box;
	position: relative;
}

.nav .list .check {
	font-weight: bold;
}

.nav .list .check::after {
	content: '';
	width: 2.2rem;
	height: 0.3rem;
	background: #FFFFFF;
	border-radius: 0.15rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

.banner {
	width: 100%;
	max-width: 192rem;
	margin: 0 auto;
}

.banner .btns {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 34.9rem 0 0 55.6rem;
	box-sizing: border-box;
	display: flex;
}

.banner .btns .contact,
.banner .btns .mobile {
	width: 18rem;
	height: 5rem;
	border-radius: 2.5rem;
	margin-right: 6rem;
	cursor: pointer;
}

.box {
	width: 100%;
	height: auto;
	padding: 8rem 0;
}

.bg1 {
	background: #F2F4FA;
}

.bg2 {
	background: #3F7CF8;
}

.box>.title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 3.2rem;
	color: #313131;
	text-align: center;
}

.box>.subtitle {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #999999;
	margin-top: 2rem;
	text-align: center;
}

.box .info {
	max-width: 120rem;
	margin: 8rem auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box .info .left {
	width: 53rem;
}

.box .info .right {
	display: flex;
	flex-direction: column;
	margin-left: 8rem;
	flex: 1;
}

.box .info .right .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.6rem;
	color: #313131;
}

.box .info .right .subtitle {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #AAAAAA;
	margin-top: 2rem;
}

.box .info .right .line {
	width: 5.5rem;
	height: 0.5rem;
	background: #13B5B1;
	margin-top: 2rem;
}

.box .info .right .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.8rem;
	color: #626262;
	line-height: 2.8rem;
	margin-top: 4rem;
}

.box .list {
	max-width: 120rem;
	margin: 8rem auto 0;
	display: flex;
	flex-wrap: wrap;
}

.box .list .item {
	width: 32.7rem;
	height: auto;
	margin-right: 10.8rem;
	margin-top: 8rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}

.box .list .item:nth-child(3n) {
	margin-right: 0;
}

.box .list .item:nth-child(1),
.box .list .item:nth-child(2),
.box .list .item:nth-child(3) {
	margin-top: 0;
}

.box .list .item .img {
	width: 10.57rem;
	height: 10.57rem;
}

.box .list .item .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.4rem;
	color: #313131;
	margin-top: 4rem;
}

.box .list .item .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.8rem;
	color: #999999;
	line-height: 2.8rem;
	text-align: center;
	margin-top: 3rem;
}

.box .list .item1 {
	width: 58rem;
	height: 22.7rem;
	background: #FFFFFF;
	border-radius: 2rem;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	margin-right: 4rem;
	margin-bottom: 4rem;
}

.box .list .item1:nth-child(2n) {
	margin-right: 0;
}

.box .list .item1:nth-child(n+3) {
	margin-bottom: 0;
}

.box .list .item1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4rem;
	box-sizing: border-box;
}

.box .list .item1 .img {
	width: 8.98rem;
	height: 8.98rem;
	margin-right: 4rem;
}

.box .list .item1 .cont {
	flex: 1;
	height: 15.5rem;
}

.box .list .item1 .cont .title {
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	font-size: 2.6rem;
	color: #626262;
}

.box .list .item1 .cont .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #AAAAAA;
	line-height: 2.4rem;
	margin-top: 4rem;
}

.box .list .item2 {
	width: 36.6rem;
	height: auto;
	background: #FFFFFF;
	border-radius: 2rem;
	box-sizing: border-box;
	margin-right: 5rem;
	margin-bottom: 5rem;
	border: 1px solid #EEEEEE;
}

.box .list .item2:nth-child(3n) {
	margin-right: 0;
}

.box .list .item2:nth-child(n+4) {
	margin-bottom: 0;
}

.box .list .item2 .img {
	width: 100%;
	height: 23rem;
	border-radius: 2rem 2rem 0rem 0rem;
	overflow: hidden;
}

.box .list .item2 .cont {
	flex: 1;
	padding: 3.5rem 3rem;
}

.box .list .item2 .cont .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2rem;
	color: #313131;
	text-align: center;
}

.box .list .item2 .cont .title span {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #AAAAAA;
	margin-left: 0.5rem;
}

.box .list .item2 .cont .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #7D7D7D;
	line-height: 2.6rem;
	margin-top: 2.5rem;
	text-align: center;
}

.box .select {
	width: 120rem;
	margin: 8rem auto 0;
}

.box .select .swiper-box {
	width: 120rem;
	height: 17.6rem;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 5rem;
	position: relative;
	border-bottom: 1px solid #F5F5F5;
}

.box .select .swiper-box .swiper {
	width: 100%;
	height: 100%;
}

.box .select .swiper-box .swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.box .select .swiper-box .swiper .swiper-slide {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.box .select .swiper-box .swiper .swiper-slide .img {
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
}

.box .select .swiper-box .swiper .swiper-slide .img .img2 {
	display: none;
}

.box .select .swiper-box .swiper .swiper-slide .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.2rem;
	color: #626262;
	margin-top: 2.5rem;
}

.box .select .swiper-box .swiper .swiper-slide.check .title {
	color: #FF932E !important;
}

.box .select .swiper-box .swiper .swiper-slide.check::after {
	content: '';
	width: 9rem;
	height: 0.3rem;
	background: #FF932E;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	bottom: 0;
}

.box .select .swiper-box .swiper .swiper-slide.check .img .img1 {
	display: none;
}

.box .select .swiper-box .swiper .swiper-slide.check .img .img2 {
	display: block;
}

.box .select .swiper-box .swiper-button-next {
	width: 3rem;
	height: 6rem;
	background: #F8F8F8;
	border-radius: 0.5rem;
	top: 3.7rem;
	position: absolute;
	right: 0;
}

.box .select .swiper-box .swiper-button-next::after {
	content: 'next';
	color: #999999;
	font-size: 2rem;
}

.box .select .swiper-box .swiper-button-prev {
	width: 3rem;
	height: 6rem;
	background: #F8F8F8;
	border-radius: 0.5rem;
	top: 3.7rem;
	position: absolute;
	left: 0;
}

.box .select .swiper-box .swiper-button-prev::after {
	content: 'prev';
	color: #999999;
	font-size: 2rem;
}

.box .cont .swiper-box3 {
	width: 120rem;
	height: auto;
	padding: 0 5.6rem;
	box-sizing: border-box;
	margin: 5rem auto 0;
	position: relative;
}

.box .cont .swiper-box3 .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 5.3rem;
}

.box .cont .swiper-box3 .swiper-slide {
	height: auto;
	background: #FFFFFF;
	border-radius: 2rem;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
}

.box .cont .swiper-box3 .swiper-slide .img {
	width: 100%;
	height: auto;
	background: #EEEEEE;
	border-radius: 2rem 2rem 0rem 0rem;
	overflow: hidden;
}

.box .cont .swiper-box3 .swiper-slide .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #313131;
	line-height: 2.6rem;
	padding: 2rem 0;
	text-align: center;
	/* box-sizing: border-box; */
	width: 100%;
}

.box .cont .swiper-box3 .swiper-button-next {
	top: 17rem;
	position: absolute;
	right: 0;
	background: none;
}

.box .cont .swiper-box3 .swiper-button-next::after {
	content: 'next';
	color: #BFBFBF;
	font-size: 3rem;
}

.box .cont .swiper-box3 .swiper-button-prev {
	top: 17rem;
	position: absolute;
	left: 0;
	background: none;
}

.box .cont .swiper-box3 .swiper-button-prev::after {
	content: 'prev';
	color: #BFBFBF;
	font-size: 3rem;
}

.box .cont .swiper-box3 .swiper-pagination .swiper-pagination-bullet {
	width: 2.5rem;
	height: 0.3rem;
	background: #C9C9C9;
	border-radius: 0.15rem;
}

.box .cont .swiper-box3 .swiper-pagination .swiper-pagination-bullet-active {
	background: #6695FF;
}

.box .select .items {
	width: 120rem;
	margin: 6rem auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: none;
}

.box .select .items .left {
	width: 45.5rem;
	height: 25.5rem;
	border-radius: 2rem;
}

.box .select .items .right {
	display: flex;
	flex-direction: column;
	margin-left: 10rem;
	flex: 1;
}

.box .select .items .right .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.6rem;
	color: #313131;
}

.box .select .items .right .subtitle {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #AAAAAA;
	margin-top: 2.9rem;
}

.box .select .items .right .line {
	width: 5.5rem;
	height: 0.5rem;
	background: #13B5B1;
	margin-top: 2.9rem;
}

.box .select .items .right .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.8rem;
	color: #626262;
	line-height: 3rem;
	margin-top: 5rem;
}

.box .list .item3 {
	width: 21.6rem;
	height: 8rem;
	border: 1px solid #EEEEEE;
	border-radius: 2rem;
	margin-right: 3rem;
	margin-bottom: 4.2rem;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.box .list .item3:nth-child(5n) {
	margin-right: 0;
}

.box .list .item3:nth-child(n+6) {
	margin-bottom: 0;
}

.box .list .item3 img {
	background: #C3C3C3;
}

.box .list .item3 div {
	position: absolute;
	width: 27rem;
	height: 4.9rem;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 2rem 2rem;
	text-align: center;
	line-height: 4.9rem;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #FFFFFF;
	font-size: 2rem;
}

.box>.cont {
	width: 120rem;
	margin: 8rem auto 0;
}

.box .cont .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #626262;
	line-height: 2.8rem;
}

.box .cont .swiper-box1 {
	width: 120rem;
	height: auto;
	padding: 0 5.6rem;
	box-sizing: border-box;
	margin: 5rem auto 0;
	position: relative;
}

.box .cont .swiper-box1 .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 5.3rem;
}

.box .cont .swiper-box1 .swiper-slide {
	height: auto;
}

.box .cont .swiper-box1 .swiper-slide .img {
	width: 100% !important;
	height: auto !important;
	border-radius: 2rem;
}

.box .cont .swiper-box1 .swiper-slide .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2rem;
	color: #313131;
	line-height: 1.92rem;
	text-align: center;
	margin-top: 4rem;
}

.box .cont .swiper-box1 .swiper-slide .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #AAAAAA;
	line-height: 2.6rem;
	text-align: center;
	margin-top: 4rem;
}

.box .cont .swiper-box1 .swiper-slide.check .title {
	color: #3F7CF8 !important;
}

.box .cont .swiper-box1 .swiper-button-next {
	width: 3rem;
	height: 6rem;
	background: #F8F8F8;
	border-radius: 0.5rem;
	top: 20rem;
	position: absolute;
	right: 0;
}

.box .cont .swiper-box1 .swiper-button-next::after {
	content: 'next';
	color: #999999;
	font-size: 2rem;
}

.box .cont .swiper-box1 .swiper-button-prev {
	width: 3rem;
	height: 6rem;
	background: #F8F8F8;
	border-radius: 0.5rem;
	top: 20rem;
	position: absolute;
	left: 0;
}

.box .cont .swiper-box1 .swiper-button-prev::after {
	content: 'prev';
	color: #999999;
	font-size: 2rem;
}

.box .cont .swiper-box1 .swiper-pagination .swiper-pagination-bullet {
	width: 2.5rem;
	height: 0.3rem;
	background: #C9C9C9;
	border-radius: 0.15rem;
}

.box .cont .swiper-box1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #3F7CF8;
}

.box .cont .swiper-box2 {
	width: 120rem;
	height: auto;
	padding: 0 5.6rem;
	box-sizing: border-box;
	margin: 5rem auto 0;
	position: relative;
}

.box .cont .swiper-box2 .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 5.3rem;
}

.box .cont .swiper-box2 .swiper-slide {
	height: 37rem;
	background: #FFFFFF;
	border-radius: 2rem;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 3rem 0 0;
	box-sizing: border-box;
}

.box .cont .swiper-box2 .swiper-slide .img {
	width: 21.9rem;
	height: 34rem;
	background: #E7E8F2;
	border-radius: 2rem;
}

.box .cont .swiper-box2 .swiper-slide .conts {
	margin-left: 5rem;
}

.box .cont .swiper-box2 .swiper-slide .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.4rem;
	color: #313131;
}

.box .cont .swiper-box2 .swiper-slide .line {
	width: 5rem;
	height: 0.5rem;
	background: #13B5B1;
	margin-top: 3rem;
}

.box .cont .swiper-box2 .swiper-slide .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2rem;
	color: #7D7D7D;
	line-height: 2.2rem;
	margin-top: 4rem;
}

.box .cont .swiper-box2 .swiper-slide .desc div {
	margin-bottom: 2rem;
}

.box .cont .swiper-box2 .swiper-button-next {
	top: 20rem;
	position: absolute;
	right: 0;
	background: none;
}

.box .cont .swiper-box2 .swiper-button-next::after {
	content: 'next';
	color: #BFBFBF;
	font-size: 3rem;
}

.box .cont .swiper-box2 .swiper-button-prev {
	top: 20rem;
	position: absolute;
	left: 0;
	background: none;
}

.box .cont .swiper-box2 .swiper-button-prev::after {
	content: 'prev';
	color: #BFBFBF;
	font-size: 3rem;
}

.box .cont .swiper-box2 .swiper-pagination .swiper-pagination-bullet {
	width: 2.5rem;
	height: 0.3rem;
	background: #C9C9C9;
	border-radius: 0.15rem;
}

.box .cont .swiper-box2 .swiper-pagination .swiper-pagination-bullet-active {
	background: #3F7CF8;
}

.box .info .left1 {
	width: 55rem;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.box .info .left1 div:nth-child(1) {
	width: 100%;
	/* height: 23.1rem; */
	border-radius: 2rem;
	/* margin-bottom: 2rem; */
}

.box .info .left1 div:nth-child(n+2) {
	width: 29.7rem;
	height: 24rem;
	border-radius: 2rem;
	margin-right: 2rem;
}

.box .info .left1 div:nth-child(3) {
	margin-right: 0;
	width: 18.2rem;
	height: 24rem;
	border-radius: 2rem;
}

.box .info .right1 {
	margin-left: 8rem;
	flex: 1;
}

.box .info .right1 .desc1 {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.8rem;
	color: #626262;
	line-height: 2.6rem;
	margin-bottom: 4rem;
}

.box .info .right1 .about {
	border-top: 1px solid #F5F5F5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 4rem;
}

.box .info .right1 .about .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 43%;
	padding-bottom: 5rem;
}

.box .info .right1 .about .item:nth-child(2n) {
	width: 52%;
}

.box .info .right1 .about .item:nth-child(n+5) {
	padding-bottom: 0;
}

.box .info .right1 .about .item .img {
	width: 6rem;
	height: 6rem;
	background: #F8F8F8;
	border-radius: 50%;
}

.box .info .right1 .about .item .conts {
	flex: 1;
	margin-left: 2.5rem;
	max-width: 17.2rem;
}

.box .info .right1 .about .item:nth-child(2n) .conts {
	max-width: 100%;
}

.box .info .right1 .about .item .conts .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.8rem;
	color: #313131;
}

.box .info .right1 .about .item .conts .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.8rem;
	color: #AAAAAA;
	line-height: 2.3rem;
	margin-top: 1.5rem;
	word-wrap: break-word;
}

.box .info .left2{
	width: 60rem;
	height: 43.8rem;
	background: url('../img/pc/1.png') no-repeat center center;
	background-size: 37.9rem 37.9rem;
	position: relative;
}

.box .info .left2 .item{
	width: 17rem;
	height: 9.1rem;
	background: #FFFFFF;
	border-radius: 1rem;
	border: 1px solid #EEEEEE;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
	position: absolute;
	overflow: hidden;
}

.box .info .left2 .item .title{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 1.6rem;
	color: #313131;
	padding-left: 1.2rem;
	position: relative;
}

.box .info .left2 .item .title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.2rem;
	height: 1.4rem;
	background: #3F7CF8;
}

.box .info .left2 .item .desc{
	margin-top: 1.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.4rem;
	color: #AAAAAA;
	line-height: 1.8rem;
}

.box .info .left2 .item.check::after{
	content: '';
	width: 100%;
	height: 0.3rem;
	background: #3F7CF8;
	border-radius: 0 0 1rem 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.box .info .left2 .item.check .title{
	color: #3F7CF8;
}

.box .info .left2 .item:first-child{
	left: 0;
	top: 45%;
	transform: translateY(-50%);
}

.box .info .left2 .item:nth-child(2){
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.box .info .left2 .item:nth-child(3){
	right: 0;
	top: 45%;
	transform: translateY(-50%);
}

.box .info .left2 .item:nth-child(4){
	right: 7.3rem;
	bottom: 0;
}

.box .info .left2 .item:nth-child(5){
	left: 7.3rem;
	bottom: 0;
}

.box .info .right2{
	margin-left: 13rem;
	flex: 1;
}

.box .info .right2 .cont{
	display: none;
}

.box .info .right2 .cont.check{
	display: block;
}

.box .info .right2 .cont .title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.8rem;
	color: #313131;
}

.box .info .right2 .cont .desc{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.8rem;
	color: #7D7D7D;
	line-height: 3.4rem;
	margin-top: 7rem;
}

.box.bg2{
	max-width: 1920rem;
	margin: 0 auto;
	padding: 6rem 0;
	/* background: url('../img/pc/46.png') no-repeat; */
	background: #489DFC;
	background-size: 100%;
}

.box.bg2 .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.4rem;
	color: #FFFFFF;
}

.box.bg2 .form {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8rem auto 0;
}

.box.bg2 .form div {
	width: 37.98rem;
	height: 6rem;
	background: #FFFFFF;
	border-radius: 1rem;
	margin-right: 3rem;
	overflow: hidden;
}

.box.bg2 .form div:last-child {
	margin-right: 0;
}

.box.bg2 .form input {
	width: 100%;
	height: 100%;
	line-height: 6rem;
	font-size: 1.8rem;
	padding: 2rem;
	box-sizing: border-box;
}

.box.bg2 .form select {
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	padding: 2rem;
	box-sizing: border-box;
	background: url('../img/pc/36.png') no-repeat right 2rem center;
}

.box.bg2 .btn{
	width: 16rem;
	height: 5rem;
	background: #FFFFFF;
	border-radius: 1rem;
	margin: 4rem auto 0;
	text-align: center;
	line-height: 5rem;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.4rem;
	color: #3072F9;
	cursor: pointer;
}

.footer {
	background-color: #111111;
}

.footer .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0 0;
}

.footer .content .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
}

.footer .content .top .left {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer .content .top .left .cube {
	display: flex;
	align-items: center;
	margin-bottom: 8rem;
}

.footer .content .top .left .cube:last-child {
	margin-bottom: 0;
}

.footer .content .top .left .cube img {
	width: 5.8rem;
	height: 5.8rem;
}

.footer .content .top .left .cube .message {
	margin-left: 2rem;
}

.footer .content .top .left .cube .message div:first-child {
	font-size: 2rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
}

.footer .content .top .left .cube .message div:last-child {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #C3C3C3;
	margin-top: 1.9rem;
}

.footer .content .top .center {
	display: flex;
}

.footer .content .top .center .list {
	margin-right: 5.8rem;
}

.footer .content .top .center .list:last-child {
	margin-right: 0;
}

.footer .content .top .center .list .title {
	font-size: 2rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 4rem;
}

.footer .content .top .center .list ul li {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #C3C3C3;
	margin-bottom: 2rem;
}

.footer .content .top .center .list ul li:last-child {
	margin-bottom: 0;
}

.footer .content .top .right .contact {
	display: flex;
	align-items: center;
}

.footer .content .top .right .contact img {
	width: 2.6rem;
	height: 2.6rem;
	background: #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
}

.footer .content .top .right .contact span {
	font-size: 2.2rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 1.5rem;
}

.footer .content .top .right .tel {
	font-size: 3.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin: 2.6rem 0;
}

.footer .content .top .right .hotline {
	margin-bottom: 3rem;
}

.footer .content .top .right .hotline p {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 2rem;
}

.footer .content .top .right .hotline p:last-child {
	margin-bottom: 0;
}

.footer .content .top .right .ewm {
	display: flex;
	align-items: center;
}

.footer .content .top .right .ewm .code {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 3rem;
}

.footer .content .top .right .ewm .code:last-child {
	margin-right: 0;
}

.footer .content .top .right .ewm .code img {
	width: 10.7rem;
	height: 10.7rem;
}

.footer .content .top .right .ewm .code p {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 1.6rem;
}

.footer .content .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5rem 0;
	box-sizing: border-box;
	border-top: .1rem solid rgba(255, 255, 255, 0.2);
	border-bottom: .1rem solid rgba(255, 255, 255, 0.2);
}

.footer .content .bottom .left ul {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}

.footer .content .bottom .left ul:last-child {
	margin-bottom: 0;
}

.footer .content .bottom .left ul li {
	font-size: 1.4rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 2rem;
}

.footer .content .bottom .left ul li:last-child {
	margin-right: 0;
}

.footer .content .bottom .left .interval li {
	position: relative;
}

.footer .content .bottom .left .interval li::after {
	content: " ";
	position: absolute;
	height: 1.7rem;
	width: .1rem;
	background-color: #C3C3C3;
	top: .2rem;
	right: -1rem;
}

.footer .content .bottom .left .interval li:last-child::after {
	display: none;
}

.footer .content .bottom .left .sign li img {
	width: 1.6rem;
	height: 1.8rem;
	margin-right: 1.1rem;
}

.footer .content .bottom .left .sign li {
	margin-right: 2rem;
	display: flex;
	align-items: center;
}

.footer .content .bottom .left .sign li span {
	margin-right: 1.6rem;
}

.footer .content .bottom .right {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding: 0 6.7rem 0 10.7rem; */
	box-sizing: border-box;
	/* border-left: .1rem solid #414141; */
}

.footer .content .bottom .right .logo {
	width: 8rem;
	height: 8rem;
	margin-bottom: 2rem;
}

.footer .content .bottom .right .logo img {
	width: 100%;
	height: 100%;
}

.footer .content .bottom .right .title {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 2rem;
}

.footer .content .bottom .right .txt {
	font-size: 1.4rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #C3C3C3;
}