.news .col-6 { margin-bottom: 20px; }

.case{
	position: relative;
}
.case-swiper-button-prev,
.case-swiper-button-next{
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top:50%;
    margin-top: -30px;
	cursor: pointer;
	z-index: 1;
}

.case-swiper-button-prev{
    left:-30px;
}
.case-swiper-button-next{
    right: -30px;
}
.case-swiper-button-prev .iconfont,
.case-swiper-button-next .iconfont{
    font-size: 38px;
    color:#ccc;
}
.swiper-button-disabled{
    opacity: 0.5;
    cursor: default;
}
/*大于即是1024 ipad */
@media (max-width: 1024px){
	.case-swiper-button-prev,
	.case-swiper-button-next{
		display: none;
	}
	.introduction{padding: 0 30px;}
	.team-info__name{ padding-top: 70px; }
	#container .slide{left: 30px;}
	.event .case-list{margin: 0 30px;}
	.top-news {
	    margin-left: 30px;
	    padding-right: 30px;
		margin-bottom: 30px;
	}
	.news .col-4{margin-bottom: 30px;}
	.case-list-pagination{margin-top: 15px;}
	.news .col-6 { margin-bottom: 0; }
}

/*大于即是768 ipad */
@media (max-width: 768px){
	.onTrial-btn{
		width:150px;
		font-size: 28px;
	}
	.floor { padding-top: 60px;	}
	.team .team-info{ width: 345px;	}
	.team .team-head{
		width: 125px;
		height: 125px;
	    top: -62.5px;
	}
	.team-info__name { padding-top: 87.5px;font-size: 20px; }
	.team-info__name::after { bottom: -10px; }
	.coreItem ul li{
		font-size: 14px;
		color: #999;
		line-height: 25px;
	}
	.team .coreItem {
	    margin-top: 38px;
		margin-bottom: 55px;
		display: inline-block;
		margin-left: 25px;
	}
	.team-info__title {
	    font-size: 16px;
	    color: #656565;
		padding-bottom: 29px;
	}
}

/*大于即是414 ios6plus */
@media (max-width: 480px){
	.ks-headline {font-size: 20px;}
	.mobile-show{
		display: inline-block;
		text-align: center;
		padding: 15px;
		width: 100%;
		box-sizing: border-box;
	}
	.onTrial-btn{
		position: absolute;
		top: 50%;
		right: 100px;
		transform: translateY(-50%);
		width: 75px;
		height: 56px;
		line-height: 56px;
		text-align: center;
		font-size: 14px;
		background:rgba(64,94,253,1);
		border-radius: 6px;
		color: #fff;
	}
	.ipad-pdlr-30, .introduction {padding: 0 15px;}
	.aims {
		width: 100%;
		background: rgba(249,250,253,1);
		border-radius: 16px;
		padding: 20px 25px;
		position: relative;
		margin: auto;
	}
	.aims .aims-comma1 {
		position: absolute;
		top: -8px;
		left: 15px;
	}
	.aims .aims-comma2 {
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	.aims ul li {
		font-size: 12px;
		color: #777;
		line-height: 36px;
		margin-left: 0px;
	}
	.aims ul li span {
		font-weight: inherit;
		color: #777;
	}
	.introduction {
		line-height: 40px;
		margin-top: 19px;
		font-size: 14px;
		line-height: 28px;
		color: #777;
		text-indent: 28px;
	}
	.team .team-head {
		position: absolute;
		top: -62.5px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		width: 125px;
		height: 125px;
		border-radius: 50%;
		object-fit: cover;
	}
	.team .coreItem{
		margin-top: 95px;
		margin-left: 0;
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 0;
	}
	.team-info__name{
		position: relative;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 28px;
	}
	.team-info__name::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 4px;
		background: rgba(46,101,239,1);
	}
	.team-info__title {
		font-size: 15px;
		color: #666;
		padding-bottom: 20px;
	}
	.news {
		margin-bottom: 24px;
		padding: 15px;
	}
	.top-news{
		margin-left:0;
		margin-bottom: 0;
		padding-right: 0;
	}
	.sub-title strong {
		font-size: 16px;
	}
	.sub-title strong::before {
		height: 16px;
		margin-top: -8px;
	}
	.notice-more {
		margin: 20px auto 30px;
		text-align: center;
	}
	.notice-more .ks-button {
		padding: 9px 18px;
	}
	
	.start-tag::before{
		content: '未来';
		position: absolute;
		top: -36px;
		left: 0;
		display: inline-block;
		font-size: 14px;
		color: #545454;
	}
	.start-tag::after{
		content: '';
		position: absolute;
		left: 0;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #CED3E0;
		top: -5px;
	}
	.case-list .swiper-slide-active .event-dot{background-color: #2D65EF;}
	.case-list .swiper-slide-active .event-info{background-color: #2D65EF;color: #fff;}
	.team .team-info { width: auto; }
	.event-info { width: 260px;}
	.event .case-list {
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.contact .ks-container { padding: 0; }
	.contact .contact-info .col-6:nth-child(2){padding-left: 0;}
	.contact .contact-code__l { margin-right: 10px; }
}

/*大于即是414  ios6 plus*/
@media (max-width: 414px){
	.event-info{ width: 300px; }
}

/*大于即是375  ios6 */
@media  (max-width: 375px){
	.event-info{ width: 270px; }
	.top-news { padding-right: 0; }
}

/*大于即是360  安卓 */
@media (max-width: 360px){
	
}

/*大于即是320  ios5 安卓 */
@media (max-width: 320px){
	.event-info{width: 230px;}
}

<!--耗时1782880708.2305秒-->