

.scheme-view {
	background-color: #FFFFFF;
	padding-bottom: 80px;
}

.scheme-view .scheme-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}

.scheme-view .scheme-list .item {
	display: flex;
	flex-direction: column;
	
}

.scheme-view .scheme-list .item .item-nei {
	width: 200px;
	height: 230px;
	background: linear-gradient(180deg, #E3F0FF 0%, #FFFFFF 100%);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 95px;
	box-shadow: 0px 20px 50px 0px rgba(190, 200, 214, 0.15);
	transition: all 0.5s;
	cursor:pointer;

}
.scheme-view .scheme-list .item .item-nei:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.scheme-view .scheme-list .item .item-icon {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -33px;
	left: 50%;
	margin-left: -50px;
}

.scheme-view .scheme-list .item .item-title {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}

.scheme-view .scheme-list .item .item-text {
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	width: 160px;
	margin-top: 8px;
}

.scheme-view .scheme-list .item .item-tag {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.scheme-view .scheme-list .item .item-tag .item-tag-icon {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 5;
}

.scheme-view .scheme-list .scheme-label {
	width: 100%;
	height: 4px;
	border: 3px solid;
	border-image: linear-gradient(270deg, rgba(125, 200, 255, 0), rgba(123, 198, 255, 0.45), rgba(98, 176, 255, 1), rgba(73, 152, 255, 0.44), rgba(71, 151, 255, 0)) 3 3;
	position: absolute;
	bottom: 7px;
	left: 0;
	z-index: 1;
}

.recruit {
	padding-bottom: 80px;
	background: #F1F6FF;
}

.recruit .at-view-1 {
	width: 365px;
	height: 200px;
}
.recruit .at-view-box{
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.recruit .at-view-2 {
	width: 753px;
	margin-left: 20px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* background-color: #5E87FC; */
	display: flex;flex-direction: column;
	justify-content: space-between;
	padding-bottom: 20px;
}
.recruit .at-view-2 .at-title{
	font-size: 27px;
	font-weight: normal;
	color: #A4F5FF;
	margin-top: 20px;
	margin-left: 110px;
}
.recruit .at-view-2 .swiper{
	width: 400px;
	height: 100px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 55px;
	margin: 0 ;
}
.recruit .at-view-3 {
	width: 753px;
	height: auto;
}

.recruit .recruit-form {
	width: 365px;
	height: auto;
	margin-left: 20px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 130px;
}

.recruit .recruit-form .input-use {
	width: 80%;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #3370FF;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.recruit .input-use .input-title {
	font-size: 14px;
	font-weight: 400;
	color: #3F4042;
	width: 84px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #3370FF;
}

.recruit .input-use .input-view {
	flex: 1;
	height: 100%;
	border: none;
	border-radius: 0 8px 8px 0;
}

.recruit .form-butt {
	width: 80%;
	height: 50px;
	background: #3370FF;
	border-radius: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	border: none;
}

.scene-view {}

.scene-view .scene-cont {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 89px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom left;

}
.scene-view .scene-width {
	width: 1390px;
	display: flex;
	justify-content: center;
	position: relative;
}
.scene-view .scene-swiper {
	width: 1140px;
	height: 330px;
	overflow: hidden;
}
.scene-view .swiper-button-next,.scene-view .swiper-button-prev{
	width: 89px;
	height: 89px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow:
	  0px 0px 3.4px rgba(0, 0, 0, 0.035),
	  0px 0px 27px rgba(0, 0, 0, 0.07)
	;
	border-radius: 50%;
}
.scene-view .swiper-slide {
	background: linear-gradient(180deg, #E3F0FF 0%, #FFFFFF 100%);
	box-shadow: 0px 15px 33px 0px rgba(146,174,219,0.23), 0px 18px 45px 0px rgba(190,200,214,0.15);
	border-radius: 6px;
	font-size: 14px;
	padding: 30px;
	transition: all 0.5s;
	cursor:pointer;
}
.swiper-button-next:after, .swiper-button-prev:after{
	content:''
}
.scene-view .swiper-slide .scene-img {
	width: 100%;
	height:132px;
	transition: all 0.5s;
	object-fit: cover;
}
.scene-view .swiper-slide .scene-img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.scene-view .swiper-slide .item-title{
	font-size: 18px;
	font-weight: 500;
	color: #0E1C3F;
	margin-top: 16px;
}
.scene-view .swiper-slide .item-text{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	margin-top: 5px;
	height: 40px;
}

.about{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 70px;
}
.about .about-box{
	width: 100%;
	position: relative;
}
.about .about-box .about-img{
	width: 100%;
	height: auto;
}
.about .about-box .about-text{
	width: 100%;
	height: 53px;
	background: rgba(51, 112, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding-left: 18px;
}

.news{
	padding-bottom: 40px;
}
.news .news-cont{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news .news-cont .news-item{
	display: flex;
	margin-bottom: 30px;
	transition: all 0.5s;
	cursor:pointer;
}
.news .news-cont .news-item:hover{
	transition: all 0.5s;
	transform: scale(1.1);
}

.news .news-cont .item-time .year{
	font-size: 11px;
	font-weight: 500;
	color: #0E1C3F;
}
.news .news-cont .item-time .day{
	font-size: 25px;
	font-weight: 500;
	color: #3370FF;
}
.news .news-cont .xian{
	margin-top: 12px;
	margin-right: 20px;
	margin-left: 55px;
	width: 46px;
	height: 1px;
	background-color: rgba(110, 119, 140, 0.4);
}
.news .news-cont .item-book{
	width: 421px;
}
.news .news-cont .item-book .item-title{
	font-size: 18px;
	font-weight: 500;
	color: #0E1C3F;
}
.news .news-cont .item-book .item-text{
	font-size: 12px;
	font-weight: 400;
	color: #0E1C3F;
}
.news .news-cont .item-img{
	width: 114px;
	height: 71px;
	margin-left: 64px;
}

.aptitude{
	padding-bottom: 89px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.aptitude .aptitude-cont{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.aptitude .aptitude-cont .item .item-img{
	width: 265px;
	height: 360px;
	transition: all 0.5s;
}
.aptitude .aptitude-cont .item .item-img:hover{
	transition: all 0.5s;
	transform: scale(1.1);
}

.teamwork{
	
	padding-bottom: 70px;
}
.teamwork .teamwork-cont{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	justify-content: center;
}
.teamwork .teamwork-cont img{
	width: 272px;
	height: 114px;
	margin-bottom: 35px;
	border-radius: 10px;
	box-shadow:
	  0px 0px 3.6px rgba(0, 0, 0, 0.035),
	  0px 0px 29px rgba(0, 0, 0, 0.07)
	;
	transition: all 0.5s; 
}
.teamwork .teamwork-cont img:hover{
	transition: all 0.5s; 
	transform: scale(1.1);
}

/* ///////////////////////////////// */
.sm-scheme-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sm-scheme-list .sm-item{
	width: 46vw;
	height: 21vw;
	background: linear-gradient(180deg, #EFF8FF 0%, #FFFFFF 100%);
	box-shadow: 0px 11px 26px 0px rgba(190,200,214,0.15);
	border-radius: 8px;
	padding: 3vw;
	display: flex;
	margin-bottom: 4vw;
}
.sm-scheme-list .sm-item:nth-child(5){
	justify-content: center;
	width: 100vw !important;
}
.sm-scheme-list .sm-item .sm-item-icon{
	width: 11vw;
	height: 11vw;
}
.sm-scheme-list .sm-item .sm-item-text{
	padding-left: 3vw;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
}
.sm-scheme-list .sm-item .sm-item-text .item-title{
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}


.ms-at-swiper{
	width: 100%;
}

.ms-at{
	width: 44vw;
	height: 45vw;
}
.ms-recruit-form{
	flex: 1;
	height: 45vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top:10vw ;
	background-size: 100% auto;
	background-position: top left; 
	background-repeat: no-repeat;
	background-color: #fff;
}
.ms-recruit-form .ms-input-use{
	width: 45vw;
	height: 6vw;
	border-radius: 3vw;
	display: flex;
	align-items: center;
	border: 1px solid rgba(211,211,211,0.48);
	overflow: hidden;
	margin-bottom:2.5vw ;
}
.ms-recruit-form .ms-input-use .ms-input-title{
	width: 16vw;
	height: 6vw;
	background-color: rgba(234,234,234,0.4);
	border-radius: 3vw 0px 0px 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
	color: #3F4042;
}
.ms-recruit-form .ms-input-use .ms-input-view{
	width: 28vw;
	height: 6vw;
	border: none;
}
.ms-recruit-form .ms-form-butt{
	width: 45vw;
	height: 6vw;
	background-color: #3370FF;
	border-radius: 3vw;
	border: none;
	font-size: 3vw;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 auto 0 auto ;
}
.ms-at-swiper{
	background-size: 100% auto;
	background-position: top left; 
	background-repeat: no-repeat;
	margin-bottom: 3vw;
	width: 100%;
	height: 28vw;
	color: #fff;
	padding:4vw ;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.ms-at-swiper .at-title{
	width: 50vw;
}
.ms-at-swiper .ms-Swiper{
	width: 80%;
	height:14vw ;
	font-size: 3vw;
	margin:2vw 0 0 0;
}
.ms-at-swiper .swiper-slide{
	text-align: right;
}

/* 手机 应用场景 */
.ms-show-scene{
	display: none;
}
.ms-show-scene .ms-scene{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 8vw;
}
.ms-show-scene .ms-scene .msSc-Swiper{
	width: 78vw;
	padding: 3vw;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.ms-show-scene .ms-scene .msSc-Swiper .swiper-slide{
	width: 100%;
	height: 57vw;
	background: linear-gradient(180deg, #EFF8FF 0%, #FFFFFF 100%);
	padding: 3vw;
	box-shadow:
	  0px 0px 2.6px rgba(0, 0, 0, 0.035),
	  0px 0px 16px rgba(0, 0, 0, 0.07)
	;
}
.ms-show-scene .ms-scene .msSc-Swiper .swiper-slide .scene-img{
	width: 100%;
	height: auto;
}
.ms-show-scene .ms-scene .msSc-Swiper .swiper-slide .item-title{
	font-size: 4vw;
	font-weight: 500;
	color: #0E1C3F;
	margin: 1.5vw 0;
}
.ms-scene .swiper-button-next,.ms-scene .swiper-button-prev{
	width: 7vw;
	height: 7vw;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow:
	  0px 0px 3.4px rgba(0, 0, 0, 0.035),
	  0px 0px 27px rgba(0, 0, 0, 0.07)
	;
	border-radius: 50%;
}
.ms-show-scene .ms-scene .msSc-Swiper .swiper-slide .item-text {
	font-size: 3.5vw;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}
.news .ms-news-item{
	margin-bottom: 3vw;
	display: flex;
}
.news .ms-news-item .ms-item-img{
	width: 37vw;
	height: auto;
}
.news .ms-news-item .ms-item-ts{
	width: 54vw;
	padding-left: 3vw;
}
.news .ms-news-item .ms-item-ts .ms-item-title{
	font-size: 4vw;
	font-weight: 500;
	color: #000000;
}
.news .ms-news-item .ms-item-ts .ms-item-text{
	font-size: 3vw;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}
.news .ms-news-item .ms-item-ts .ms-day{
	text-align: right;
	font-size: 3vw;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
	.head-top{
		width: 100%;
		flex-wrap: wrap;
	}
	.scheme-view{
		padding-bottom: 5vw;
	}
	.head-top .column{
		flex-wrap: wrap;
	}
	.mini-wrap{
		flex-wrap: wrap;
	}
	
	.recruit{
		padding-bottom: 7vw;
	}
	.scene-view .scene-width{
		width: 100%;
	}
	.scene-view .scene-swiper{
		width: 100%;
	}
	.news .news-cont .news-item{
		width: 100%;
		flex-wrap: wrap;
	}
	.news .news-cont .xian{
		height: 0;
		width: 0;
		margin: 0;
	}
	.news .news-cont .item-img{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.news .news-cont .item-book{
		width: 100%;
	}
	.ms-show-block{
		padding:0 3vw ;
	}
	.ms-show-scene{
		display: block;
	}
	._mar-top-15{
		margin-top: 1vw;
	}
	.about .about-box .about-text{
		width: 100%;
		height: 6vw;
		background: rgba(51, 112, 255, 0.8);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 3vw;
		font-weight: normal;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		padding-left: 3vw;
	}
	.about{
		padding-bottom: 6vw;
	}
	
	.aptitude{
		padding-bottom: 8vw;
		background-size: 100% 100%;
	}
	.aptitude .aptitude-cont{
		flex-wrap: wrap;
		padding: 4vw;
		width: 82vw;
		background: rgba(255, 255, 255, 0.8);
		margin: auto;
	}
	.aptitude .aptitude-cont .item .item-img{
		width: 36vw;
		height: auto;
		margin-bottom: 4vw;
	}
	
	.teamwork{
		padding-bottom: 7vw;
	}
	.teamwork .teamwork-cont img{
		width: 100%;
		height: auto;
		margin-bottom: 4vw;
		border-radius: 10px;
		box-shadow:
		  0px 0px 3.6px rgba(0, 0, 0, 0.035),
		  0px 0px 29px rgba(0, 0, 0, 0.07)
		;
	}
	.teamwork .col-md-3{
		padding: 0 2vw;
	}
	
}