/**
 * fullPage 1.4.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html,
body {
	margin: 0;
	padding: 0;
}

#superContainer {
	height: 100%;
	position: relative;
}

.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slide {
	float: left;
}

.slide,
.slidesContainer {
	height: 100%;
	display: block;
}

.slides {
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.section.table,
.slide.table {
	display: table;
	width: 100%;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.slidesContainer {
	float: left;
	position: relative;
}

.controlArrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
}

.controlArrow.prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.controlArrow.next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.scrollable {
	overflow: scroll;
}

.easing {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#fullPage-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}

#fullPage-nav.right {
	right: 17px;
}

#fullPage-nav.left {
	left: 17px;
}

.fullPage-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.fullPage-slidesNav.bottom {
	bottom: 17px;
}

.fullPage-slidesNav.top {
	top: 17px;
}

#fullPage-nav ul,
.fullPage-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fullPage-nav li,
.fullPage-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fullPage-slidesNav li {
	display: inline-block;
}

#fullPage-nav li a,
.fullPage-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
	background: #333;
}

#fullPage-nav span,
.fullPage-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.fullPage-tooltip {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	top: -2px;
}

.fullPage-tooltip.right {
	right: 20px;
}

.fullPage-tooltip.left {
	left: 20px;
}

/* 头部 */
header {
	position: fixed;
	top: 35px;
	z-index: 999;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 80px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
}

header .tabs {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

header ul li {
	margin-left: 20px;
	width: 95px;
	height: 36px;
	line-height: 36px;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
}

header ul li.active {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	border: 1px solid rgba(151, 151, 151, 1);
}

header ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}

.box-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 695px;
	margin: 0 auto;
	color: #fff;
}

.box-wrap .left {
	margin-right: 155px;
	text-align: right;
}

.box-wrap .left .line {
	position: absolute;
	right: 0;
}

.box-wrap .left .right-code {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.phone-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 284px;
	height: 580px;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.31);
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 1);
	overflow: hidden;
}

.phone-box .inner-box {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	overflow: hidden;
}

.phone-box .inner-box img {
	width: 100%;
	height: 100%;
}

.desc {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: flex-end;
}

.desc .main {
	position: relative;
}

.desc .line {
	width: 106px;
	height: 4px;
	background: rgba(24, 144, 255, 1);
	box-shadow: 0px 4px 10px 0px rgba(24, 144, 255, 0.56);
	border-radius: 5px;
}

.desc .title {
	margin: 0 0 32px;
	bottom: 0;
	font-size: 52px;
}

.desc span {
	font-size: 32px;
	font-weight: 300;
}

.desc .code {
	padding: 10px;
	margin-top: 56px;
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
}

.desc .code img {
	width: 100%;
	height: 100%;
}

.page-intro {
	margin-top: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
}

.page-intro .line-common {
	position: relative;
	width: 145px;
	height: 1px;
	background-color: #343333;
}

.page-intro .left-line {
	margin-right: 40px;
}

.page-intro .right-line {
	margin-left: 40px;
}

.page-intro .left-line::after,
.page-intro .right-line::after {
	position: absolute;
	right: 0;
	top: -3px;
	display: block;
	content: '';
	width: 1px;
	height: 8px;
	background-color: #343333;
}

.page-intro .right-line::after {
	left: 0;
}

/* 方块 */
.fang-kuai {
	position: absolute;
	bottom: 46px;
	left: 80px;
	padding: 0;
	margin: 0;
}

.fang-kuai li {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.59;
	list-style: none;
}

.fang-kuai li:first-of-type {
	margin-bottom: 4px;
}

.fang-kuai li:last-of-type {
	position: absolute;
	left: 14px;
	top: 14px;
}

body {
	font-family: PingFang-SC-Regular, PingFang-SC;
}

.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: '';
	clear: both;
	display: block;
}

/* 第二页tab */
.page-two .tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 22px;
	padding: 0;
}

.page-two .tabs li {
	width: 80px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	border: 1px solid rgba(151, 151, 151, 1);
	list-style: none;
	cursor: pointer;
}

.page-two .tabs li.active {
	background: rgba(24, 143, 255, 1);
	border: 1px solid rgba(24, 143, 255, 1);
}


.page-five {
	color: #fff;
}

.page-five .five-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-five .five-wrap ul {
	margin: 0;
	padding: 0;
}

.page-five .five-wrap ul li {
	list-style: none;
}

.page-five .top {
	margin-bottom: 40px;
}

.page-five .top .line {
	width: 106px;
	height: 4px;
	background: rgba(24, 144, 255, 1);
	box-shadow: 0px 4px 10px 0px rgba(24, 144, 255, 0.56);
	border-radius: 5px;
}

.page-five p {
	margin: 0;
	padding: 0;
}

.page-five .top .title {
	font-size: 52px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 73px;
}

.page-five .content-main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.page-five .content-main .company {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 200;
	color: rgba(255, 255, 255, 1);
	line-height: 28px;
}

.page-five .content-main .info {
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
}

.page-five .five-wrap .main-five {
	width: 80%;
}

.page-five .content-main .panel li {
	margin-bottom: 90px;
}

.page-five .content-main .panel li:last-of-type {
	margin-bottom: 0;
	justify-content: flex-start;
}


.pt {
	padding-top: 60px;
}
.page-five .tableCell {
	position: relative;
}
.page-five .fang-kuai {
	z-index: 10;
	bottom: 130px;
}
.beian-info {
	position: absolute;
	bottom: 0;
	padding: 30px 0;
	width: 100%;
	box-sizing: border-box;
	height: 100px !important;
	background: rgba(42, 58, 72, 1);
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	line-height: 20px;
	text-align: center;
}
.beian-info p:first-of-type {
	margin-bottom: 20px;
}
.beian-info a {
	color: #999999;
	text-decoration: none;
}
.beian-info .exp a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.beian-info .exp img {
	margin-right: 10px;
}

.logo {
	display: flex;
	align-items: center;
	font-size: 30px;
}
.logo img {
	width: 100px;
}
.introduce h4 {
	font-size: 40px;
}
.introduce p {
	font-size: 20px;
	line-height: 30px;
}