.schad-banner{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.bigDiv {
	display: flex; 
	justify-content: center;
	margin-bottom: 50px;
}


.oneBigDiv {
	width: 1200px; 
	margin: 60px auto 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.company-desc{
	font-size: 36px;
	color: #000;
	font-weight: bold;
}

.briefIntroductionBigDiv {
	width: 545px; 

	
}

.smallHorizontalBar {
	width: 60px; 
	height: 6px; 
	background: #3D7CFF; 
	margin: 0px 0 20px 0;
}

.onePictureBig {
	width: 50%; 
	height: 500px; 
	margin: 0 0 0 50px;
}

.aLongEssay {
	margin-top: 60px; 
	font-size: 16px; 
	line-height: 205%;
	color: #010101;
}

.adverbialEnglish {
	font-size: 36px; 
	text-align: right;
	color: #C2C2C2;
}

.oneRightPicture {
	width: 350px; 
	height: 400px; 
	margin-top: 40px;
}

.dataCatalog {
	background: url(../img/about/1-2.png);
	background-size: cover;
	width: 908px; 
	height: 250px; 
	position: absolute; 
	left: 190px; 
	bottom: -120px;
	display: flex;
	justify-content: space-around;
	align-items:center ;
}

.dataCatalogData {
	text-align: center;
	
}

.dataCatalogText {
	font-size: 20px;
	padding: 20px 0 0 0;
}

.imgSize {
	width: 100%;
	height: 100%;
}

.developmentTitle {

	padding: 200px 0 0 0; 
	text-align: center; 
	font-size: 36px; 
	font-weight: bold;
}
.developmentTitle-en{
	text-align: center; 
	font-size: 36px; 
	color: #C2C2C2;
}

.developmentBigDiv {
	width: 100%; 
	
	position: relative;
	padding: 40px 0 0 0;
}
.develop-bg{
	width: 100%;
	height: 414px;
	object-fit: cover;
}
.developmentBranch {

	
	position: absolute;
}

.textSize {
	font-size: 26px; 

	margin-left: 20px; 
}

.textYear {
	color: #666666;
	font-size: 56px; 
	font-style:italic;
	
}
.developmentBranch:hover .textYear{
	color: #FF0000;
}

.smallHorizontalBar2 {
	width: 60px; 
	height: 6px; 
	background: #3D7CFF; 
	margin: 0 0 20px 100%;
	transform: translateX(-100%);
}

.strengthBigDiv {
	width: 100%; 

	margin: 88px 0 160px 0; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.strengthBigDiv-1 {
	width: 1200px; 

	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.strengthBigDiv-2 {

	position: relative;
}

.strengthBigDiv-3 {

	margin-left: 200px;
}

.strengthBigDiv-4 {

	position: absolute; 
	left: 0;
	top: 191px;
}

.strengthBigDiv-5 {
	width: 565PX; 
	
	display: flex; 
	flex-direction: column;
}

.strengthBigDiv-6 {
	font-size: 36px; 
	font-weight:bold; 
	text-align: right;
}

.ejectDiv {
	width: 208px; 
	min-height: 270px; 

	box-shadow:0 0 10px 0 rgba(44, 108, 236,0.5);
	border-radius: 15px; 
	position: absolute;
	z-index: 300;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
	background: #f5f5f5;
	
	display: none;
}

.ejectPicture {
	display: block;
	margin: 0 auto;
}
.ejectText{
	padding: 20px 0 0 0;
	font-size: 16px;
	line-height: 24px;
}
