@charset "utf-8";
.banner .box{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.sect1 .sub-title{
	font-weight: 700;
	font-size: 30px;
	margin-top: 0;
}
.sect1 .text{
	font-size: 20px;
}
.sect1 .text-box{
	background: #EAEAE9;
	padding: 120px;
	position: relative;
    letter-spacing: 0;
}
.sect1 .text-box:before{
	content: '';
	display: block;
	background: #EAEAE9;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 70px;
}
.sect1 .pic{
	margin-top: -13%;	
	max-width: 1742px;
}
.sect2 {
	padding-top: 130px;
	padding-bottom: 440px;
	background:#f3f3f3 url(../images/newfolder/about_bg1.png) bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.sect2 .container{
	display: flex;

}
.sect2 .sub-title{
	width: 570px;
	margin: 0;
	letter-spacing: 0;
	font-size: 48px;
}
.sect2 .text{
	margin-left: 230px;
	font-size: 20px;
	width: 766px;
	line-height: 1.57;
}

.sect3{
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #111111;
}
.sect3 .text{
	color: #fff;
	width: 50%;
	padding: 50px;
	background-color: #111111;
}
.sect3 .txt_box{
	letter-spacing: 0;
	line-height: 1.57;
	font-size: 20px;
}
.sect3 .sub-title{
	font-size: 48px;
	margin: 0 0 20px;
}
.sect3 .container{
	line-height: 1.57;
	position: static;
}
.sect3 .pic{
	width: 50%;
	height: 550px;
}
.sect3 .pic img{
	width: 100%;
}
.sect4 {
	background: #fff;
	position: relative;
}
.sect4 .text_block{
	display: flex;
}
.sect4 {
	padding: 130px 0px;
	background:#f3f3f3 url(../images/newfolder/about_bg2.png) bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.sect4 .sub-title{
	width: 570px;
	line-height: 1.1;
	margin: 0;
	letter-spacing: 0;
	font-size: 48px;
}
.sect4 .text{
	margin-left: 230px;
	font-size: 20px;
	width: 766px;
	line-height: 1.57;
	position: relative;
	z-index: 2;
	letter-spacing: 0;
}
.sect4 .bt_pic_row{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -12px;
}
.sect4 .pic_vertical{
	width: 25%;
	padding: 12px 0px;
}
.sect4 .pic_vertical img{
	width: 100%;
}
.sect4 .pic_horizontal{
	width: 33.33333333%;
	padding: 12px;
}
.sect4 .pic_horizontal img{
	width: 100%;
}
.inner_form{
	display: none;
  }
@media screen and (max-width: 1440px){
	.sect1 .text-box{
		padding: 70px;
	}
	.sect1 .sub-title{
		font-size: 24px;
	}
	.sect2 .sub-title,
	.sect3 .sub-title,
	.sect4 .sub-title{
		font-size: 42px;
	}
	.sect1 .text,
	.sect2 .text,
	.sect3 .txt_box,
	.sect4 .text{
		font-size: 18px;
	}
	.sect2 .text,
	.sect4 .text{
		margin-left: 30px;
	}
	.sect2{
		padding-bottom: 200px;
	}
	.sect3 .sub-title{
		margin-bottom: 10px;
		font-size: 42px;
	}
}
@media(max-width: 1299px){
	.sect2{
		padding-top: 100px;
	}
	.sect3 .pic{
		height: 480px;
	}
	.sect3 .text{
		padding: 30px;
	}
	.sect4{
		padding: 100px 0px;
	}
	.sect2 .sub-title,
	.sect3 .sub-title,
	.sect4 .sub-title{
		font-size: 36px;
	}
	.sect1 .text,
	.sect2 .text,
	.sect3 .txt_box,
	.sect4 .text{
		font-size: 18px;
	}
}
@media(max-width: 1199px){
	.sect2{
		padding-top: 80px;
		padding-bottom: 150px;
	}
	.sect3 .pic{
		height: 450px;
	}
	.sect3 .text{
		padding: 25px;
	}
	.sect4{
		padding: 80px 0px;
	}
	.sect2 .sub-title,
	.sect3 .sub-title,
	.sect4 .sub-title{
		font-size: 28px;
	}
	.sect1 .text,
	.sect2 .text,
	.sect3 .txt_box,
	.sect4 .text{
		font-size: 16px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 1024px){
	.banner .box{
		display: block;
	}
	.banner .box .text{
		margin-bottom: 20px;
	}
	.sect1 .text-box{
		padding: 30px 0px 30px 30px;
	}
	.sect1 .sub-title{
		font-size: 20px;
	}
	.sect1 .pic{
		max-width: 100%;
	}
	.sect1 .text-box:before{
		width: 30px;
	}
	.sect2{
		padding-top: 50px;
		padding-bottom: 130px;
	}
	.sect2 .sub-title,
	.sect3 .sub-title,
	.sect4 .sub-title{
		font-size: 24px;
	}
	.sect2 .container,
	.sect4 .container{
		display: block;
	}
	.sect2 .sub-title, .sect3 .sub-title, .sect4 .sub-title{
		width: 100%;
		margin-bottom: 10px;
	}
	.sect2 .text,
	.sect4 .text{
		margin-left: 0px;
		width: 100%;
	}
	.sect3 .pic{
		width: 100%;
		background-position: center !important;
	}
	.sect3 .text{
		width: 100%;
		padding: 50px 30px;
	}
	.sect4 .text_block{
		display: block;
	}
	.sect4 .sub-title{
		width: 100%;
	}
	.sect4{
		padding: 50px 0px;
	}
	.sect4 .pic_vertical{
		display: none;
	}
	.sect4 .bt_pic_row{
		margin-top: 15px;
	}
	.sect4 .bt_pic_row{
		margin: 15px -8px 0px -8px;
	}
	.sect4 .pic_horizontal{
		padding: 8px;
	}
	.inner_form{
		display: block;
		max-width: 500px;
		padding: 0px 30px;
		margin: auto;
	  }
}
@media(max-width: 550px){
	.sect3 .pic{
		height: 350px;
	}
}
@media(max-width: 550px){
	.branstreet_icon{
		width: 30%;
	}
	.sect3 .pic{
		height: 300px;
	}
	.sect1 .sub-title{
		font-size: 18px;
	}
	.sect2 .sub-title,
	.sect3 .sub-title,
	.sect4 .sub-title{
		font-size: 20px;
	}
	.sect1 .text,
	.sect2 .text,
	.sect3 .txt_box,
	.sect4 .text{
		font-size: 14px;
		line-height: 1.5;
	}
	.sect4 .bt_pic_row{
		margin: 15px 0px 0px 0px;
	}
	.sect4 .pic_horizontal{
		width: 100%;
		padding: 10px 0px;
	}
}