.bossdream-banner{
	width: 100%;
	padding: 43px 0;
	background: #0d150c;
}
.bossdream-banner-box{
	width: 1200px;
	height: 414px;
	margin: 0 auto;
	display: flex;
}
.bossdream-banner-txt{
	flex: 1;
}
.bossdream-banner-txt p{
	font-size: 18px;
	line-height: 36px;
	color: #fefefe;
}
.bossdream-banner-txt p:first-child{
	font-size: 42px;
}
.bossdream-banner-img{
	width: 534px;
	height: 414px;
}
.bossdream-banner-img img{
	width: 100%;
	height: 100%;
}
.bossdream-fitment{
	padding: 90px 0;
	background: #F7F8FA;
}
.bossdream-fitment-box{
	width: 1200px;
	height: 510px;
	margin: 0 auto;
}
.bossdream-fitment-title,
.bossdream-fixed-title{
	width: 498px;
	height: 68px;
	border: solid 1px #d9d9d9;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 74px;
	color: #999999;
	position: relative;
}
.bossdream-fitment-title span,
.bossdream-fixed-title span{
	display: inline-block;
	width: 220px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #333333;
	letter-spacing: 1px;
	background: #F7F8FA;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: -15px;
}
.bossdream-fitment-content{
	display: flex;
	margin-top: 68px;
}
.bd-fit-cont-left{
	flex: 1;
}
.bd-fit-cont-left-item{
	display: flex;
	margin-bottom: 28px;
}
.bd-fit-cont-left-item-img{
	width: 32px;
	height: 32px;
	margin-top: 8px;
}
.bd-fit-cont-left-item-img img{
	width: 100%;
	height: 100%;
}
.bd-fit-cont-left-item-txt {
	flex: 1;
}
.bd-fit-cont-left-item-txt p{
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin: 0 22px;
}
.bd-fit-cont-left-item-txt p:first-child{
	font-size: 16px;
	color: #333333;
}
.bd-fit-cont-right{
	width: 519px;
	height: 359px;
}
.bd-fit-cont-right img{
	width: 100%;
	height: 100%;
}
.bossdream-fixed{
	background: #FFFFFF;
	padding: 80px 0;
}
.bossdream-fixed-title span{
	background: #ffffff;
}
.bossdream-fixed-box{
	width: 1200px;
	height: 198px;
	margin: 70px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bossdream-fixed-box div{
	width: 380px;
	height: 198px;
	background-image: url(../img/img_b_repair.png);
	background-size: 100% 100%;
}
.bossdream-fixed-box div p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin: 0 32px;
}
.bossdream-fixed-box div p:first-child{
	font-size: 20px;
	letter-spacing: 1px;
	color: #333333;
	margin-top: 34px;
	margin-bottom: 12px;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.bossdream-banner-box{
		width: 100%;
	}
	.bossdream-fitment-box{
		width: 100%;
	}
	.bd-fit-cont-left-item{
		margin-bottom: 10px;
	}
	.bossdream-fixed-box{
		width: 100%;
		height: auto;
		justify-content: space-around;
	}
	.bossdream-fixed-box div{
		margin: 10px 0;
	}
}
@media only screen and (min-width: 100px) and (max-width: 900px) {
	.bossdream-banner-img{
		display: none;
	}
	.bd-fit-cont-right{
		display: none;
	}
	.bossdream-fitment-box{
		height: auto;
	}
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
	.bossdream-banner {
	    padding: 10px 0;
	}
	.bossdream-banner-box{
		height: auto;
	}
	.bossdream-banner-txt p:first-child {
	    font-size: 24px;
	}
	.bossdream-banner-txt p {
	    font-size: 12px;
	    line-height: 24px;
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.bossdream-banner-txt img{
		display: none;
	}
	.bossdream-fitment{
		padding: 30px 0 10px;
	}
	.bossdream-fitment-title, 
	.bossdream-fixed-title {
	    width: 90%;
	    height: 48px;
	    line-height: 60px;
	}
	.bossdream-fitment-content{
		margin-top: 20px;
	}
	.bd-fit-cont-left{
		padding: 0 15px;
	}
	.bossdream-fixed{
		padding: 30px 0 10px;
	}
	.bossdream-fixed-box{
		width: 90%;
		margin: 15px auto 0;
	}
	.bossdream-fixed-box div{
		height: auto;
		padding-bottom: 10px;
	}
	.bossdream-fixed-box div p{
		line-height: 24px;
	}
	.bossdream-fixed-box div p:first-child{
		margin-top: 20px;
		margin-bottom: 8px;
	}
}