.banner-box {
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.carousel,
.carousel-inner {
	width: 100%;
	height: 600px;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 9px;
}

.carousel-item img {
	width: auto;
	min-height: 600px;
	object-fit: cover;
}

.mg-b {
	margin-bottom: 130px;
}

.module {
	width: 100%;
	position: relative;
}

.bg-img {
	width: 100%;
	/* 或者具体的像素值 */
	height: 660px;
	/* 初始高度设为0 */
	background-image: url('../imgs2/index_PIC1.png');
	background-position: center;
	background-size: cover;
}

.text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p1 {
	font-weight: bold;
	font-size: 36px;
	color: #573436;
	margin-bottom: 10px;
}

.p2 {
	color: #8D8D8D;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 66px;
}

.p3 {
	width: 580px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 80px;
}

.p4 {
	display: block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #573335;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Arial Narrow', Arial, sans-serif;
	transition: transform 0.2s ease-in-out;
}

.p4:hover{
	transform: scale(1.1);
}

.p4:hover {
	color: #fff;
}

.p4 img {
	width: 5px;
	height: 9px;
	margin-left: 5px;
}

.title-Eg {
	font-weight: bold;
	font-size: 36px;
	color: #573436;
	font-family: 'Arial Narrow', Arial, sans-serif;
	margin-bottom: 20px;
}

.title-CN {
	font-size: 28px;
	color: #000000;
	margin-bottom: 109px;
}

.icon-item {
	padding: 0 20px;
}

.icon-img {
	width: 53px;
	height: 53px;
	margin-bottom: 37px;
}

.icon-img-phone {
	display: none;
}

.icon-name-CN {
	font-size: 20px;
	font-weight: bold;
}

.icon-name-Eg {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 33px;
}

.p5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
}

.p6 {
	font-size: 28px;
	font-weight: bold;
	color: #573436;
	font-family: 'Arial Narrow', Arial, sans-serif;
}

.p7 {
	font-size: 20px;
	font-weight: 400;
}

.more-box {
	color: #000 !important;
	font-size: 16px;
	font-family: 'Arial Narrow', Arial, sans-serif;
}

.more-box:hover {
	color: #000;
}


.more-box img {
	width: 19px;
	height: 19px;
	margin-left: 10px;
}

.case-box {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}

.case-item {
	width: 340px;
	margin: 0 22px 20px 22px;
}

.case-img-box {
	width: 100%;
	height: 454px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.case-img-box:hover .case-img {
	transform: scale(1.2);
}

.case-img-box:hover .case-cover {
	opacity: 0.6;
}

.case-img {
	width: auto;
	height: 100%;
	transition: transform 0.5s;
}

.case-cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #33090B;
	opacity: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 34px;
	transition: opacity 0.5s;
	z-index: 1;
}

.bottom-line {
	background: #FFFFFF;
	width: 24px;
	height: 2px;
}

.case-name {
	margin-top: 28px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.case-name2 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 5px;
	text-align: center;
}

.module-content .img1 {
	width: 100%;
}

.bg-img2{
	width: 100%;
	height: 0; /* 初始高度设为0 */
	padding-top: 148%;
	background-image: url('../imgs2/index_PIC2.png');
	background-size: contain; /* 覆盖整个盒子 */
	background-position: center; /* 图片居中 */
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.img2 {
	display: none;
}

.img4{
	display: none;
}

@media screen and (max-width:1200px) {

	.carousel,
	.carousel-inner {
		height: 500px;
	}

	.carousel-item img {
		min-height: 500px;
	}

	.case-item {
		width: 280px;
		margin: 0 10px 20px 10px;
	}

	.case-img-box {
		width: 100%;
		height: 378px;
	}
}

@media screen and (max-width:991px) {
	.icon-item {
		width: 48%;
		height: 359px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 1px solid #C8C8C8;
		border-radius: 10px;
		padding: 30px;
		margin-bottom: 20px;
	}

	.p5 {
		text-align: center;
	}

	.case-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.case-item {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.case-img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:767px) {

	.carousel,
	.carousel-inner {
		height: 350px;
	}

	.carousel-item img {
		min-height: 350px;
	}

	.p3 {
		width: 100%;
	}

	.no-mg-pd2 {
		margin: 0;
		padding: 0;
	}

	.module-content .img1 {
		display: none;
	}

	.img2 {
		display: inline-block;
		width: 100%;
	}
	
	.case-img-box {
	    width: 100%;
	    height: 300px;
	}
	
	.case-name,
	.case-name2{
		font-size: 16px;
	}
}

@media screen and (max-width:576px) {

	.carousel,
	.carousel-inner {
		width: 100%;
		height: 275px;
	}

	.carousel-item img {
		width: auto;
		min-height: 275px;
		object-fit: cover;
	}

	.carousel-indicators li {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin: 0 3px;
	}

	.mg-b {
		margin-bottom: 42px;
	}

	.no-mg-pd {
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}

	.no-mg-pd3 {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.bg-img {
		width: 100%;
		/* 或者具体的像素值 */
		height: 320px;
		/* 初始高度设为0 */
		background-image: url('../imgs2/index_PIC3.png');
		background-position: center;
		background-size: cover;
	}

	.text-box {
		padding: 37px;
	}

	.p1 {
		font-size: 18px;
	}

	.p2 {
		font-size: 12px;
		margin-bottom: 30px;
	}

	.p3 {
		font-size: 10px;
		line-height: 18px;
		margin-bottom: 50px;
	}

	.p4 {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}

	.title-Eg {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.title-CN {
		font-size: 14px;
		margin-bottom: 18px;
	}

	.icon-item {
		height: 215px;
		padding: 19px;
	}

	.icon-img {
		display: none;
	}

	.icon-img-phone {
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-bottom: 7px;
	}

	.icon-name-CN {
		font-size: 12px;
	}

	.icon-name-Eg {
		font-size: 10px;
		color: #BABABA;
		margin-bottom: 10px;
	}

	.p5 {
		font-size: 10px;
		line-height: 15px;
	}

	.module-content {
		padding: 0;
		width: 100%;
	}

	.module-content .img1 {
		display: none;
	}

	.img2 {
		display: inline-block;
		width: 100%;
	}

	.bg-color {
		background-color: #573436;
	}

	.case-swiper {
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
	}

	.case-box {
		position: absolute;
		top: 0;
		flex-direction: row;
		align-items: flex-start;
		transition: left 0.7s ease-in-out;
		flex-wrap: nowrap;
	}

	.case-item {
		width: 227px;
		margin: 0 15px;
	}

	.case-img-box {
		width: 227px;
		height: 170px;
		transform: scale(0.9);
		transition: transform 0.5s ease-in-out;
	}

	.case-img {
		width: 227px;
		height: auto;
	}

	.p6,
	.p7,
	.more-box,
	.case-name,
	.case-name2 {
		color: #fff !important;
	}

	.case-name,
	.case-name2,
	.more-box {
		font-size: 12px;
	}

	.p6 {
		font-size: 18px;
	}

	.p7 {
		font-size: 14px;
	}
	
	.title-box{
		padding: 36px 38px;
	}
	
	.img3{
		display: none;
	}
	
	.img4{
		display: inline-block;
		width: 9px !important;
		height: 9px !important;
	}
	
	.more-box:hover{
		color: #fff;
	}
	
	.bg-img2{
		width: 100%;
		height: 0; /* 初始高度设为0 */
		padding-top: 242%;
		background-image: url('../imgs2/index_PIC4.png');
		background-size: contain; /* 覆盖整个盒子 */
		background-position: center; /* 图片居中 */
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
}