@charset "utf-8";
/* ===================首页样式========================== */

/* 首页 */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {

	/* 1360 × (768) */
	.n_ewm li span {
		font-size: 16px !important;
	}
}

@media all and (max-width:1350px) {

	/* 1280 × (800/854/1024) */
	/*首页标题*/
	.contit .title .comm56 {
		font-size: 46px;
		color: #000;
		font-family: 'Bold';
	}

	.contit .title .comm20 {
		font-size: 16px;
	}

	/*产品布局*/
	.cpbox .cpmain .cpbj ul li {
		height: 450px;
		padding: 40px;
	}

	.cpbox .cpmain .cpbj ul li .t1 img {
		width: 22%;
		height: 202;
	}

	.cpbox .cpmain .cpbj ul li .t2 {
		font-size: 26px;
		padding: 16px 0 5px;
	}

	.cpbox .cpmain .cpbj ul li .t4 {
		margin-top: 23px;
	}

	/*应用领域*/
	.caselist li .lin .pic {
		height: 580px;
	}

	/*关于舒能*/
	/* .ind_about .ab_fr {
		margin-top: 1rem;
	} */
}

@media all and (max-width:1279px) {

	/* 1152 × (864) */

}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.d-y {
		display: none;
	}

	.d-x {
		display: block !important;
	}

	.n_foot {
		display: none;
	}
}

@media all and (max-width:768px) {
	.contit .title .comm56 {
		font-size: 36px;
	}

	.contit .title .comm20 {
		font-size: 14px;
	}

}

@media all and (max-width:640px) {
	/* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}