.banner-box {
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 84px;
}

.banner-img-box {
	width: 100%;
	/* 或者具体的像素值 */
	height: 600px;
	/* 初始高度设为0 */
	background-image: url('../imgs2/design_PIC4.jpg');
	background-position: center;
	background-size: cover;
	/* 覆盖整个盒子 */
	/* 图片居中 */
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.big-img{
	display: none;
}

.design-img2 {
	width: 490px;
	height: 567px;
	margin-left: 110px;
}

.main-title {
	margin-bottom: 58px;
}

.title-Eg {
	font-family: Roboto;
	font-weight: bold;
	font-size: 36px;
	color: #573436;
	letter-spacing: 1px;
}

.title-CN {
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 1px;
}

.p1 {
	font-size: 17px;
	line-height: 32px;
	font-family: Microsoft YaHei;
	font-weight: 500;
}

.p2 {
	font-size: 12px;
	color: #9E9E9E;
	font-weight: 300;
	line-height: 16px;
	opacity: 0.6;
}

.p3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 44px;
	font-family: Microsoft YaHei;
	letter-spacing: 1px;
}

.p4 {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}

.lsd-title {
	border-radius: 50px;
	background: #573436;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	width: 520px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 80px;
}

.design-img-box {
	height: 440px;
}

.design-img {
	height: 440px;
	width: auto;
}

.design-img-des {
	background-color: #573436;
	color: #fff;
	width: 480px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 70px;
}

.des-msg1 {
	font-size: 20px;
	line-height: 45px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.des-msg2 {
	font-size: 16px;
	font-style: italic;
	line-height: 45px;
}

.designer-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 180px;
}

.designer-img {
	width: 400px;
	height: 500px;
	margin-left: 110px;
	float: right;
	margin-top: -125px;
	border: #b2b2b2 dashed 1px;
}

.designer-name {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 36px;
}

.designer-name-line1 {
	background: #573436;
	width: 28px;
	height: 4px;
	margin-top: 20px;
}

.designer-des {
	margin-bottom: 35px;
}

.designer-box-title {
	font-size: 18px;
	font-weight: bold;
}

.designer-box-text {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
}

@media screen and (max-width:1200px) {
	.banner-box,
	.banner-img-box {
		height: 500px;
	}
	.lsd-title {
		width: 440px;
	}

	.design-img2 {
		width: 400px;
		height: 481px;
		margin-left: 60px;
	}

	.design-img {
		height: 306px;
		width: 550px;
	}

	.design-img-box {
		height: 306px;
	}

	.des-msg1 {
		font-size: 16px;
		line-height: 26px;
	}

	.des-msg2 {
		font-size: 12px;
		line-height: 24px;
	}

	.carousel-item img {
		min-height: 500px;
	}
}

@media screen and (max-width:991px) {

	.design-img-box {
		height: auto;
		display: flex;
		flex-direction: column;
	}

	.design-img {
		height: auto;
		width: 100%;
	}

	.design-img-des {
		width: 100%;
		padding: 60px 0;
		display: flex;
		align-items: center;
	}

	.des-msg1 {
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.banner-box,
	.banner-img-box {
		height: 350px;
	}
	.designer-img {
		margin-left: 40px;
	}
	

	.design-img2 {
		display: none;
	}

	.designer-img {
		width: 200px;
		height: 250px;
		margin-bottom: 20px;

	}
}

@media screen and (max-width:576px) {
	.banner-box {
		height: 275px;
		margin-bottom: 0px;
	}
	
	.banner-img-box {
		height: 275px;
		background-image: url('../imgs2/design_PIC5.jpg');
	}

	.big-img {
		display: block;
		margin-top: -2px;
		width: 100%;
		/* 或者具体的像素值 */
		height: 0;
		/* 初始高度设为0 */
		padding-top: 243%;
		/* 百分比与宽度相同，保持宽高比 */
		background-image: url('../imgs2/design_PIC3.png');
		background-size: contain;
		/* 覆盖整个盒子 */
		background-position: center;
		/* 图片居中 */
		background-repeat: no-repeat;
		background-attachment: scroll;
	}

	.dnone,.designer-name-line1 {
		display: none;
	}
	.designer-name-line2{
		background: #573436;
		width: 4px;
		height: 18px;
		margin-right: 8px;
	}
	.no-mg-pd{
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}
	
	.designer-box{
		margin-bottom: 30px;
		border-bottom: #b2b2b2 1px solid;
	}
	
	.designer-box:last-child{
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.designer-img{
		margin-left: 20px;
		width: 140px;
		height: 175px;
		margin-top: -50px;
	}
	
	.designer-name{
		font-size: 18px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}
	.designer-box-title{
		font-size: 12px;
	}
	.designer-box-text{
		font-size: 12px;
		line-height: 20px;
	}

	.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;
	}
}