* {
	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: #f5f5f5;
	overflow-x: hidden;
}

.header,
.headers,
.about,
.project,
.join,
.support,
.partners,
.footer,
.edu_musk {
	display: none;
}

.pc_header_fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(5, 0, 1, 0.07);
	z-index: 99;
}

.pc_center {
	width: 100%;
	display: flex;
	justify-content: center;
}

.pc_header {
	width: 1200px;
	height: 80px;
}

.pc_headers {
	width: 100%;
	height: 80px;
}

.pc_header .logo {
	height: 50px;
	margin-top: 15px;
	display: inline-block;
	width: auto;
}

.pc_header .logo .text {
	float: left;
	margin-left: 10px;
}

.pc_header .logo img {
	height: 44px;
	float: left;
	margin-top: 3px;
	border-radius: 50px;
}

.pc_header .logo h4 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #5d89f9;
}

.pc_header .logo p {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #999;
}

.pc_header .nav {
	float: right;
	height: 32px;
	margin-top: 24px;
}

.pc_header .nav ul {
	display: flex;
	justify-content: center;
}

.pc_header .nav li {
	color: #999;
	padding: 0 16px;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	margin-left: 20px;
}

.pc_header .nav li.action {
	background: #5d89f9;
	color: #fff;
	border-radius: 4px;
}

.pc_about {
	width: 100%;
	height: calc(100vh - 80px);
	background: url(../img/hero-pattern.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
}

.pc_about_center {
	width: 1200px;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.pc_about_left {
	width: 42%;
	padding: 0px 0;
	box-sizing: border-box;
	overflow-y: hidden;
	flex-shrink: 0;
}

.pc_about_left::-webkit-scrollbar {
	display: none;
}

.pc_about_left h1 {
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
}

.pc_about_left p {
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #d9deff;
}

.pc_about_left ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.pc_about_left li {
	width: 25%;
	float: left;
	border-right: 1px #7184ff solid;
	box-sizing: border-box;
}

.pc_about_left li:nth-child(4) {
	border-right: 0px;
}

.pc_about_left li h4 {
	font-size: 15px;
	text-align: center;
	color: #d9deff;
}

.pc_about_left li p {
	font-size: 13px;
	text-align: center;
	margin-top: 0.4rem;
	color: #d9deff;
}

.pc_about_right {
	width: 40%;
	background: rgba(255, 255, 255, .2);
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	margin-left: 18%;
	flex-shrink: 0;
}

.pc_about_right h2 {
	color: #fff;
	text-align: center;
}

.pc_about_right .input {
	width: 100%;
	height: 50px;
	background: transparent;
	border: 2px #fff solid;
	box-sizing: border-box;
	margin-top: 32px;
	border-radius: 4px;
	position: relative;
}

.pc_about_right .input p {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 46px;
	height: 46px;
	font-size: 15px;
	color: #5d89f9;
	background: #fff;
}

.pc_about_right .input input {
	width: 100%;
	height: 46px;
	font-size: 14px;
	background: transparent;
	color: #fff;
	padding-left: 4em;
	font-size: 15px;
}

.pc_about_right .input input::placeholder {
	color: #fff;
	opacity: 0.5;
}

.pc_about_right button {
	width: 100%;
	height: 50px;
	margin-top: 30px;
	border-radius: 4px;
	color: #5d89f9;
	background: #fff;
	font-size: 15px;
}

.pc_about_right a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	border-radius: 4px;
	color: #fff;
	background: #ff5028;
	font-size: 15px;
	display: block;
	text-align: center;
}

.pc_about .home_top_tips {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 40px;
	background: red;
	left: 50%;
	border-radius: 60px;
	background: rgba(255, 255, 255, .3);
	animation: btns 2s ease-in-out infinite;
}

.pc_about .home_top_tips img {
	height: 30px;
	display: block;
	margin: 15px auto;
}

@keyframes btns {
	from {
		bottom: 4rem;
	}

	50% {
		bottom: 2rem;
	}

	to {
		bottom: 4rem;
	}
}

.pc_project {
	width: 1200px;
	background: #fff;
	padding: 80px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.pc_project .texts {
	margin-top: 30px;
	width: 80%;
	margin-left: 10%;
}

.pc_project .swiper img {
	width: 100%;
	height: 100%;
}

.pc_project h2 {
	text-align: center;
	color: #5d89f9;
	width: 100%;
}

.pc_project p {
	font-size: 15px;
	line-height: 32px;
	color: #999;
	overflow: hidden;
}

.pc_project_center {
	background: #fff;
}

.pc_project ul {
	display: flex;
	/* justify-content: space-between; */
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 50px;
}

.pc_project li {
	width: 33.33%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 16px 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.pc_project li img {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin: 0 auto;
	display: block;
}

.pc_project li .text {
	width: 100%;
	margin-top: 16px;
}

.pc_project li .text h4 {
	margin-bottom: 0.25rem;
	font-size: 18px;
	color: #666;
	text-align: center;
}

.pc_project li .text p {
	font-size: 13px;
	color: #999;
	width: 54%;
	margin-top: 16px;
	margin-left: 23%;
}

.pc_project li:last-child {
	border: none;
}

.pc_product_show {
	width: 100%;
	display: flex;
	justify-content: flex-start !important;
	/* flex-wrap: wrap; */
	margin-bottom: 30px;
}

.pc_product_show li {
	margin: 0 15px;
	width: 160px !important;
	height: 200px;
	background-color: #FFFFFF !important; 
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 5px;
	transition-property: all;
	transition-duration: 400ms;
}

.pc_product_show .card {
	margin-top: 20px;
	margin-bottom: 30px !important;
}

.pc_product_show .card:hover {
	margin-top: -10px;
	transition-property: all;
  	transition-duration: 300ms;
}

.pc_product_show img {
	width: 50px !important;
	height: 50px !important;
}

.pc_product_show li .text .modular_name {
	margin: 10px 0 15px 0;
	font-size: 15px;
	margin-top: -30px;
	color: #3B566E;
	text-align: center;
}

.pc_product_show li .text .modular_name_desc {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #6F8BA4;
	line-height: 26px;

}

.join {
	width: 1200px;
	padding: 2rem 0;
	box-sizing: border-box;
	display: block;
}

.pc_joinsss {
	display: flex;
	justify-content: center;
	background: url(../img/join_bg.png) no-repeat;
	background-size: cover;
}

.flex {
	display: flex;
	justify-content: space-between;
	width: 1200px;
}

.pc_joinss {
	display: flex;
	justify-content: center;
}

.join .title {
	display: none;
}

.pc_joins {
	display: flex;
	justify-content: center;
	width: 1200px;
}

.pc_title {
	display: block;
	margin: 0px 0 40px;
	text-align: center;
	color: #fff;
}

.join_tip {
	width: 100%;
	padding: 32px;
	background: rgba(255, 255, 255, .3);
	box-sizing: border-box;
	border-radius: 0.25rem;
	margin-right: 40px;
}

.join_tip p {
	font-size: 14px;
	color: #fff;
	line-height: 1.5rem;
	margin-bottom: 16px;
}

.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: 32px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0.25rem;
	margin-top: 50px;
}

.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 {
	display: block;
}

.support {
	width: 1200px;
	padding: 40px 0;
	box-sizing: border-box;
	background: #fff;
}

.support p {
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 0.5rem;
	color: #999;
}

.support .title {
	display: none;
}

.partners {
	display: block;
}

.pc_partnerss {
	background: url(../img/hero-pattern.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.partners {
	width: 1200px;
	box-sizing: border-box;
	padding: 40px 0;
}

.partners .title {
	display: none;
}

.partners .join_btn {
	display: none;
}

.partners ul {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.partners li {
	width: 23%;
	border: 3px #fff solid;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 16px;
	box-sizing: border-box;
}

.partners li img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.partners li p {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.pc_partners {
	width: 1200px;
	padding: 50px 0;
}

.pc_partners img {
	margin-top: 30px;
}

.pc_footer {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	background: #2F3235;
	color: #fff;
	margin-top: 40px;
}

.pc_partnersp {
	width: 1200px;
	padding: 60px 0;
}

.pc_partnersp img {
	margin-top: 30px;
}

.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: 600px;
	padding: 1rem 2.5rem 2.5rem;
	box-sizing: border-box;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -300px;
	border-radius: 1rem;
}

.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 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.edu_contact_list li {
	width: 48%;
	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;
}

.actual_cases {
	display: none;
}

.pc_actual_casess {
	width: 100%;
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pc_actual_casess .lis {
	width: 49%;
	height: 10rem;
	border-radius: 8px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	background: #fff;
	margin-top: 2.5rem;
}

.pc_actual_casess .lis img {
	border-radius: 8px 0 0 8px;
	flex-shrink: 0;
	width: 30%;
	object-fit: cover;
}

.pc_actual_casess .lis .text {
	padding: 0.5rem;
	box-sizing: border-box;
	background: transparent;
}

.pc_actual_casess .lis .text h4 {
	margin-bottom: 0.5rem;
	color: #333;
}

.pc_actual_casess .lis .text p {
	font-size: 14px;
	color: #999;
	line-height: 1.75rem;
}

.home_texts {
	display: none;
}

.bigimg {
	display: none;
}

.pc_partnersp img {
	width: 100%;
}

.honor {
	width: 100%;
	height: 320px;
	margin-top: 1.5rem;
	overflow-x: scroll;
	display: flex;
	justify-content: flex-start;
}

.honor::-webkit-scrollbar {
	height: 8px;
	border-radius: 60px;
}

.honor img {
	height: 280px;
	float: left;
	flex-wrap: wrap;
	margin-right: 16px;
	border-radius: 4px;
}


.scrollbar::-webkit-scrollbar {
	width: 6px;
	border-radius: 60px;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #5d89f9;
	border-radius: 60px;
}

.scrollbar::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, .2);
	border-radius: 60px;
}
.lookcontract{
	height: 32px;
	background: #5d89f9;
	color: #fff;
	width: 100px;
	margin-top: 10px;
	border-radius: 4px;
	float: left;
}
.contract{
	display: none;
}

.contract{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999999;
	display: none;
}
.contracts{
	width: 30%;
	height: 70vh;
	background: #fff;
	border-radius: 4px;
	position: relative;
	top: 10vh;
	left: 35%;
	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: 60vw; 
	height: calc(60vw * 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
}