* {
	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 36rem;
	box-sizing: border-box;
	display: flex;
}

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

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

.bg1 {
	background: #F0F0FE;
}

.bg2 {
	background: #8486F8;
}

.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: 55rem;
	height: auto;
	border-radius: 2rem;
}

.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: #8486F8;
	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 .info .right1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}

.box .info .right1 .item {
	width: 30.4rem;
	height: auto;
	background: #FFFFFF;
	border-radius: 2rem;
	border: 1px solid #EEEEEE;
	padding: 2rem;
	box-sizing: border-box;
	margin-bottom: 3rem;
}

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

.box .info .right1 .item .title {
	padding-left: 2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2rem;
	color: #313131;
	position: relative;
}

.box .info .right1 .item .title::after {
	content: '';
	width: 0.3rem;
	height: 1.2rem;
	background: #9494F7;
	border-radius: 0.15rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.box .info .right1 .item .desc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #999999;
	line-height: 2.4rem;
	margin-top: 2rem;
}

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

.box .list .item {
	width: 29.6rem;
	height: 51.2rem;
	background: url('../img/pc/4.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-top: 5rem;
	box-sizing: border-box;
	margin-right: 0.4rem;
}

.box .list .item:nth-child(2) {
	background: url('../img/pc/5.png') no-repeat;
	background-size: 100% 100%;
}

.box .list .item:nth-child(3) {
	background: url('../img/pc/6.png') no-repeat;
	background-size: 100% 100%;
}

.box .list .item:nth-child(4) {
	background: url('../img/pc/7.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 0;
}

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

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

.box .list .item .line {
	width: 15.5rem;
	height: 0.2rem;
	background: #FFFFFF;
	border-radius: 5rem;
	margin-top: 3rem;
	opacity: 0.5;
}

.box .list .item .desc {
	width: 17.9rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 2.6rem;
	margin-top: 3rem;
}

.box .list .item1 {
	width: 36.6rem;
	height: 26.1rem;
	background: #FFFFFF;
	border-radius: 2rem;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	margin-right: 5rem;
	margin-bottom: 5rem;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

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

.box .list .item1 .img {
	height: 5.5rem;
}

.box .list .item1 .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 2.2rem;
	color: #313131;
	margin-top: 3rem;
}

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

.box .list .item2 {
	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 .item2:nth-child(3n) {
	margin-right: 0;
}

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

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

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

.box .list .item2 .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>.cont {
	width: 120rem;
	margin: 8rem auto 0;
}

.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: #4B6DFF;
	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: #4B6DFF;
	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: #4B6DFF;
}

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

.box .info .left1 div {
	width: 100%;
	border-radius: 2rem;
}

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

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

.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: #8486F8;
	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;
}