@charset "utf-8";

/* 内页正常文档流滚动（非首页全屏切换） */
html.met-web,
html.met-web body {
	height: auto !important;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
}

/* 横幅图自适应 */
.banner_met_m1156_1_20 .banner-slide ul li img {
	/*width: 100%;*/
	height: auto;
	display: block;
}

/* 关于我们 */
.show_met_m1156_1_12 {
	overflow: visible;
	min-height: auto;
}
.show_met_m1156_1_12 .met-editor img {
	max-width: 100%;
	height: auto;
}

/* 案例展示 */
.img_list_page_met_m1156_1_24 {
	overflow: visible;
	padding: 50px 0 70px;
}
.img_list_page_met_m1156_1_24 .met-img .container {
	max-width: 100%;
}
.img_list_page_met_m1156_1_24 .img-li img {
	width: 100%;
	height: auto;
}

/* 服务页内页（非全屏切换时取消强制满屏高度） */
[class*="server_list_met_m1156_1_"] {
	min-height: auto;
}

@media (max-width: 1199px) {
	.show_met_m1156_1_12 .container {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.img_list_page_met_m1156_1_24 {
		padding: 40px 0 60px;
	}
}

@media (max-width: 991px) {
	.head_nav_met_m1156_1_38 .sign-box {
		max-width: calc(100% - 140px);
	}
	.img_list_page_met_m1156_1_24 .blocks-2 > li,
	.img_list_page_met_m1156_1_24 .blocks-md-2 > li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.show_met_m1156_1_12 .container {
		margin: 15px;
	}
	.show_met_m1156_1_12 .met-editor {
		font-size: 14px;
		line-height: 1.8;
	}
	.show_met_m1156_1_12 .contact-sub .b {
		font-size: 20px;
	}
	.show_met_m1156_1_12 .contact-sub .p {
		font-size: 14px;
	}

	.img_list_page_met_m1156_1_24 {
		padding: 25px 0 45px;
	}
	.img_list_page_met_m1156_1_24 .met-img .container {
		padding: 0 10px;
	}
	.img_list_page_met_m1156_1_24 .img-li {
		margin-bottom: 15px;
	}
	.img_list_page_met_m1156_1_24 .img-li font {
		font-size: 14px;
	}

	[class*="server_list_met_m1156_1_"] {
		min-height: auto !important;
		height: auto !important;
		padding: 50px 0 30px !important;
	}

	.foot_info_met_m1156_1_9_bottom {
		padding-bottom: env(safe-area-inset-bottom, 0);
	}
}
