* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	/*系统默认菜单被禁用*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-khtml-user-select: none;
	/*早期浏览器*/
	-moz-user-select: none;
	/*火狐*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
}

input,
button,
select {
	border: none;
}

body {
	background: #fff;
	overflow-x: hidden;
}

.pc_center,
.pc_about,
.pc_footer {
	display: none;
}

.clear {
	clear: both;
}

.headers {
	width: 100%;
	height: 80px;
}

.header {
	width: 100%;
	background: #fff;
	padding: 10px 4% 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: fixed;
	flex-wrap: wrap;
	top: 0;
	left: 0;
	z-index: 9999;
}

.home_more {
	width: 100%;
	height: 2rem;
	margin-top: 0.8rem;
	margin-bottom: 0.4rem;
	display: none;
}

.header_mores span:nth-child(1) {
	transform: rotate(45deg);
	width: 20px;
	margin: 0;
	position: absolute;
}

.header_mores span:nth-child(2) {
	transform: rotate(315deg);
	width: 20px;
}

.home_more ul {
	display: flex;
	justify-content: space-between;
}

.home_more li {
	width: 18%;
	height: 2rem;
	background: #f5f5f5;
	font-size: 13px;
	border-radius: 2px;
	color: #999;
	text-align: center;
	line-height: 2rem;
}

.home_more li.action {
	background: #5D89F9;
	color: #fff;
}

.header img {
	width: 32px;
	height: 32px;
	margin-top: 4px;
	flex-shrink: 0;
	float: left;
	border-radius: 32px;
}

.header .logo {
	width: 70%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
}

.header .logo h3 {
	height: 40px;
	line-height: 40px;
	margin-left: 8px;
	color: #5d89f9;
	display: inline-block;
	float: left;
	font-size: 18px;
}

.header_more {
	width: 30px;
	height: 30px;
	background: #5d89f9;
	float: right;
	margin-top: 5px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	flex-wrap: wrap;
	box-sizing: border-box;
	display: none;
}

.header_more span {
	width: 16px;
	height: 2px;
	display: block;
	background: #fff;
	border-radius: 50px;
}

.about {
	width: 100%;
	position: relative;
	padding: 2rem 4% 2.5rem;
	box-sizing: border-box;
	height: calc(100vh - 60px);
	background: url(../img/hero-pattern.png) no-repeat;
	background-size: cover;
	margin-top: -20px;
	border-radius: 1rem 1rem 0 0;
}

.about h2 {
	text-align: center;
	color: #fff;
}

.about .left {
	width: 100%;
	line-height: 1.5rem;
}

.about .left p {
	font-size: 14px;
	margin-top: 24px;
	color: #d9deff;
}

.about .right {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.about img {
	width: 40%;
	flex-shrink: 0;
	border-radius: 0.5rem;
}

.about ul {
	margin-top: 32px;
}

.about li {
	width: 25%;
	float: left;
	border-right: 1px #7184ff solid;
	box-sizing: border-box;
}

.about li:nth-child(4) {
	border-right: 0px;
}

.about li h4 {
	font-size: 15px;
	text-align: center;
	color: #d9deff;
}

.about li p {
	font-size: 13px;
	text-align: center;
	margin-top: 0.4rem;
	color: #d9deff;
}

.banner {
	width: 100%;
	background: url(../img/a2.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.project {
	width: 100%;
	background: #fff;
	padding: 2rem 4% 2rem;
	box-sizing: border-box;

}

.title {
	text-align: center;
	color: #5d89f9;
	position: relative;
	font-size: 18px;
}

.title span {
	width: 30%;
	position: absolute;
	left: 35%;
	height: 8px;
	bottom: 0px;
	background-color: #5d89f9;
	opacity: 0.4;
	z-index: -0;
	border-radius: 50px;
	display: block;
	position: absolute;
}

.texts {
	font-size: 14px;
	margin-top: 24px;
	color: #999;
}

.project li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px #f5f5f5 solid;
}

.project li img {
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	margin-right: 4vw;
}

.project li .text {
	width: 100%;
}

.project li .text h4 {
	margin-bottom: 0.25rem;
	font-size: 16px;
	color: #666;
}

.project li .text p {
	font-size: 13px;
	color: #999;
}

.project li:last-child {
	border: none;
}

.join {
	width: 100%;
	padding: 2rem 4%;
	box-sizing: border-box;
	background: url(../img/join_bg.png) no-repeat;
	background-size: cover;
}

.join_tip {
	width: 100%;
	padding: 4vw;
	background: rgba(255, 255, 255, .3);
	box-sizing: border-box;
	margin-top: 1rem;
	border-radius: 0.25rem;
	margin-bottom: 2rem;
}

.join_tip p {
	font-size: 14px;
	color: #fff;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}

.join_tip span {
	display: inline-block;
	padding: 0 1rem;
	background: #5d89f9;
	height: 2rem;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	font-size: 14px;
	color: #fff;
	border-radius: 0.25rem;
}

.join ul {
	width: 100%;
	padding: 1.5rem 4vw;
	background: #fff;
	box-sizing: border-box;
	margin-top: 2rem;
	border-radius: 0.25rem;
}

.join li {
	font-size: 14px;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	color: #666;
	display: flex;
	justify-content: flex-start;
}

.join li:last-child {
	margin-bottom: 0;
}

.join li span {
	width: 1.2rem;
	height: 1.2rem;
	background: #5d89f9;
	display: block;
	flex-shrink: 0;
	margin-right: 0.5rem;
	border-radius: 1.5rem;
	font-size: 12px;
	text-align: center;
	margin-top: 0.15rem;
	line-height: 1.2rem;
	color: #fff !important;
}

.support {
	width: 100%;
	padding: 2rem 4%;
	box-sizing: border-box;
	background: #fff;
}

.support p {
	width: 100%;
	font-size: 14px;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	color: #999;
}

.partners {
	padding: 2rem 4% 5rem;
	box-sizing: border-box;
	background: url(../img/hero-pattern.png) no-repeat;
	background-size: cover;
}

.partners ul {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.partners li {
	width: 48%;
	border: 3px #fff solid;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 4vw;
}

.partners li img {
	width: 100%;
	height: 40vw;
	object-fit: cover;
}

.partners li p {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.join_btn {
	width: 100%;
	height: 2.5rem;
	background: #fff;
	margin-top: 2rem;
	display: block;
	border-radius: 0.25rem;
	text-align: center;
	line-height: 2.5rem;
	font-size: 16px;
	color: #5D89F9;
}

.footer {
	width: 100%; 
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: transparent;
	margin-top: -3.5rem;
}

.home_top_tips {
	width: 3rem;
	height: 3rem;
	background: rgba(255, 255, 255, .3);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 4rem;
	left: 50%;
	margin-left: -1.5rem;
	background: rgba(255, 255, 255, .3);
	animation: btns 2s ease-in-out infinite;
}

.home_top_tips img {
	height: 1.5rem;
	width: auto;
	margin-top: 0.75rem;
}

@keyframes btns {
	from {
		bottom: 4rem;
	}

	50% {
		bottom: 2rem;
	}

	to {
		bottom: 4rem;
	}
}

.figure {
	width: 100%;
	height: 10rem;
	margin-top: 1rem;
	border-radius: 0.25rem;
}

.figure .swiper {
	width: 100%;
	height: 100%;
}

.figure .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;

	/* 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: center;
}

.figure .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.25rem;
}

.edu_musk {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.edu_box {
	background: #fff;
	width: 100%;
	padding: 1rem 4% 2.5rem;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	border-radius: 1rem 1rem 0 0;
}

.edu_title {
	display: flex;
	justify-content: center;
}

.edu_title h3 {
	font-size: 16px;
}

.edu_title span {
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	background: #5d89f9;
	right: 0;
	border-radius: 0 1rem 0 1rem;
	color: #fff;
	text-align: center;
	line-height: 2rem;
	font-size: 15px;
}

.edu_banner {
	width: 100%;
	height: 6rem;
	margin-top: 1rem;
}

.edu_banner img {
	width: 100%;
	height: 6rem;
	border-radius: 0.5rem;
	object-fit: cover;
}

.edu_list {
	margin-top: 1rem;
}

.edu_list li {
	width: 100%;
	height: 2rem;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.5rem;
}

.edu_list li span {
	width: 0.6rem;
	height: 0.6rem;
	display: inline-block;
	background: #5d89f9;
	margin-top: 0.7rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	flex-shrink: 0;
}

.edu_list li p {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: 14px;
	color: #666;
}

.edu_contact_list {
	margin-top: 1rem;
}

.edu_contact_list li {
	width: 100%;
	height: 4.5rem;
	background: #f5f5f5;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 1rem;
}

.edu_contact_list li img {
	width: 4rem;
	height: 4rem;
	flex-shrink: 0;
	margin-top: 0.25rem;
	margin-left: 0.25rem;
	border-radius: 0.25rem;
}

.edu_contact_list li .text {
	width: 100%;
	height: 4rem;
	margin-left: 0.5rem;
}

.edu_contact_list li .text p {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 14px;
	color: #999;
}

.edu_contact_list li .text p:nth-child(1) {
	margin-top: 0.75rem;
}


.pc_title {
	display: none;
}

.actual_cases {
	width: 100%;
	background: #fff;
	padding: 0rem 4% 2rem;
	box-sizing: border-box;
}

.actual_cases_text {
	margin-top: 1.5rem;
	font-size: 14px;
	color: #999;
	padding: 0.75rem;
	box-sizing: border-box;
	background: #00c250;
	color: #fff;
	line-height: 1.5rem;
	border-radius: 0.25rem;
	position: relative;
}

.actual_cases_swiper .swiper {
	width: 100%;
	height: 100%;
	height: 11rem;
	padding: 1rem 0 1rem 0.5rem;
}

.actual_cases_swiper .swiper-slide {
	border-radius: 8px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}
.actual_cases_swiper .swiper-slide img{
	border-radius: 8px 0 0 8px;
	flex-shrink: 0;
	width: 35%;
	object-fit: cover;
}
.actual_cases_swiper .swiper-slide .text{
	padding: 0.5rem;
	box-sizing: border-box;
}
.actual_cases_swiper .swiper-slide .text h4{
	margin-bottom: 0.5rem;
	color: #333;
}
.actual_cases_swiper .swiper-slide .text p{
	font-size: 13px;
	color: #999;
	line-height: 1.6rem;
}

.actual_cases_swiper .swiper-slide {
	width: 88%;
}

.actual_cases_swiper .swiper-slide:nth-child(2n) {
	width: 88%;
}

.actual_cases_swiper .swiper-slide:nth-child(3n) {
	width: 88%;
}

.actual_cases_swiper {
	width: 100%;
	height: 13rem;
	margin-left: -0.5rem;
	margin-top: 1rem;
}
.home_texts{
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-top: 1rem;
	font-size: 15px;
}
.bigimg{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .4);
	display: none;
}
.bigimg li{
	background: #fff;
	width: 90%;
	margin: 20% 5%;
	padding: 16px 16px 16px 16px;
	box-sizing: border-box;
	border-radius: 0.25rem;
	display: none;
	position: relative;
}
.bigimg li img{
	width: 100%;
	margin-left: 0%;
	margin-top: 0%;
}
.bigimg li p{
	width: 40%;
	height: 2rem;
	background: #5d89f9;
	line-height: 2rem;
	text-align: center;
	font-size: 14px;
	margin: 1.5rem 30% 0.5rem;
	border-radius: 4px;
	color: #fff;
}
.honor{
	width: 100%;
	height: 160px;
	margin-top: 1.5rem;
	overflow-x: scroll;
	display: flex;
	justify-content: flex-start;
}
.honor img{
	height: 160px;
	float: left;
	flex-wrap: wrap;
	margin-right: 16px;
	border-radius: 4px;
}
.lookcontract{
	height: 32px;
	background: #5d89f9;
	color: #fff;
	width: 100px;
	margin-top: 10px;
	border-radius: 4px;
}
.contract{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999999;
	display: none;
}
.contracts{
	width: 88%;
	height: 70vh;
	background: #fff;
	border-radius: 4px;
	position: relative;
	top: 10vh;
	left: 6%;
	overflow: hidden;
}
.contractss{
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 0.5rem 0.5rem 5rem;
	box-sizing: border-box;
}
.contractss img{
	width: 100%;
}
.contract p{
	width: 40%;
	height: 2rem;
	background: #5d89f9;
	line-height: 2rem;
	text-align: center;
	position: absolute;
	bottom: 1.5rem;
	z-index: 99;
	left: 30%;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
}

.tool_preview_img_view {
	display: none;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	z-index: 100;
}

.tool_preview_img_view img {
	display: block; 
	margin: auto;  
	border-radius: 5px; 
	width: 90vw; 
	height: calc(90vw * 0.5625);
}

.apply-button {
    z-index:100; 
    margin: auto; 
    margin-top: 50px; 
    width: 50%; 
    background: #FFF; 
    color: #2979ff; 
    border-radius: 4px;
    text-align: center; 
    line-height: 40px
}