.box1{
	background-image: url(../img/brand-box1-bg.jpg);
	padding: 240px 0 116px;
    background-position: center;
	background-size: cover;
}
.box1 .l{
	width: 37.64%;
}
.box1  .l .zh{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #BBA688;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.box1 .l .en{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #BBA688;
	line-height: 40px;
	margin-top: 23px;
	text-align: center;
}
.box1 .l .text-box{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #CDCDCD;
	line-height: 40px;
	margin-top: 32px;
	height: 558px;
	overflow-y: scroll;
	padding-right: 56px;
}
.box1 .l .text-box .yellow{
	color: #BBA688;
}
.box1 .l .text-box .box{
	margin-top: 51px;
}

.box1 .l .text-box::-webkit-scrollbar{
	width: 5px;
	height: 0px;
	border-radius: 4px;
}

.box1 .l .text-box::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 5px rgba(21, 21, 21, 1);
	background: rgba(187, 166, 136, 1);
	border-radius: 4px;
}
.
.box1 .l .text-box::-webkit-scrollbar-track{
	background: red;
	border-radius: 4px;
}
.box2{
	padding: 179px 0 380px;
	background-image: url(../img/brand-box2-bg.jpg);
	background-position: center;
	background-size: cover;
}
.box2 .r{
	width: 40%;
	margin: 0 0 0 auto;
}
.box2 .r .title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #999999;
	line-height: 40px;
}
.box2 .r .zh{
	font-size: 55px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #020000;
	line-height: 1;
	margin-top: 13px;
}
.box2 .r .en{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #222222;
	line-height: 30px;
	margin-top: 6px;
	text-transform: uppercase;
}
.box2 .r .text-box{
	margin-top: 38px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 32px;
	padding: 18px 0 16px 23px;
	border-left: 2px solid rgba(0, 0, 0, 1);
}
.box3 {
	margin-top: -5px;
	background-image: url(../img/brand-box3-bg.jpg);
	padding: 302px 0 430px;
	background-size: cover;
	background-position: center;
}
.box3 .r{
	width: 40%;
	margin: 0 0 0 auto;
	
}
.box3 .r .title{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.box3 .r .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 26px;
	
}
@media (max-width:1199px) {
	.box1 .l{
		width: 100%;
	}
	.box1{
		padding: 100px 0;
	}
	.box1 .l .text-box .box{
		margin-top: 30px;
	}
	.box2 .r{
		width: 70%;
	}
	.box3 .r{
		width: 70%;
	}
	.box2 .r .zh{
		font-size: 36px;
	}
	.box1 .l .text-box{
	    height: 300px;
	}
}
@media (max-width:500px) {
    .box1 .l .text-box{
        height: auto;
        padding-right: 0;
    }
    .box1{
        background-size: contain;
		background-position: left bottom;
		background-repeat: no-repeat;
		background-color: #231e1e;
		padding: 100px 0 192px;
    }
	.box2 .r{
		width: 100%;
	}
	.box2{
		background-size: contain;
		background-position: left bottom;
		background-repeat: no-repeat;
		padding: 50px 0 240px;
		background-color: #bda98e;
	}
	.box3{
		background-size: contain;
		background-position: left bottom;
		background-repeat: no-repeat;
		background-color: #bda98e;
	}
	.box3 .r{
		width: 100%;
	}
	.box3{
		padding: 60px 0 240px;
	}
	.box2 .r .zh{
		font-size: 24px;
	}
	.box3 .r .title{
		font-size: 22px;
	}
	.box1 .l .zh{
		font-size: 22px;
	}
	.box1 .l .en{
		font-size: 22px;
	}
	.box1 .l .text-box{
		/*padding-right: 20px;*/
	}
	.box1 .l .text-box{
		line-height: 2.2;
	}
}