.aboutItem0{
	width: 100%;
	padding: 70px 0;
}
.justified{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 40px;
}

.justified .left{
	width: 48%;
}
.justified .rigth{
	width: 49%;
	margin-top: 20px;
}
/* .justified .left .img{
	position: absolute;
	top: 0;
	left: 0;
} */
.justified .left .img img{
	width: 100%;
	height: 100%;
}
.justified .rigth .text{
	width: 98%;
	padding-right: 2%;
	max-height: 400px;
	overflow-y: auto;
	font-size: 16px;
	color: #555;
	line-height: 28px;
}
.justified .rigth .text::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	border-radius: 30px;
	background-color: #ccc;
}
.justified .rigth .text::-webkit-scrollbar-thumb{
	background-color: #126EBA;
}
.justified .rigth .text p{
	padding-bottom: 10px;
	text-align: justify;
}


@media (max-width: 768px) {
	.justified .left{
		width: 100%;
	}
	.justified .rigth{
		width: 100%;
	}
}
@media (max-width: 540px) {
	.justified .rigth .text{
		width: 100%;
		padding-right: 0%;
		max-height: 100%;
		overflow-y: initial;
	}
	.justified .rigth .text p{
		font-size: 14px;
		line-height: 24px;
	}
}

.productVideo{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.productVideo #music{
	width: 100%;
	height: 100%;
	
}

.productVideo .productVideo_absolute{
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-image: url(../images/about_img002.png);
	background-size:cover;
	-moz-background-size:cover; /* 老版本的 Firefox */
	background-repeat:no-repeat;
}
.productVideo .productVideo_absolute .text{
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.productVideo .productVideo_absolute .vied_cion{
	cursor: pointer;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	border-radius: 50%;
	background-color: rgba(000,000,000,0.5);
}
.productVideo .productVideo_absolute .vied_cion img{
	width: 14px;
	margin: 0 auto;
	
}
@media (max-width: 540px) {
	.productVideo .productVideo_absolute .vied_cion{
		cursor: pointer;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		line-height: 50px;
		border-radius: 50%;
		background-color: rgba(000,000,000,0.5);
	}
	.productVideo .productVideo_absolute .vied_cion img{
		width: 12px;
		margin: 0 auto;
		
	}
}



/* 关于我们 */
.aboutItem0_item2{
	padding: 70px 0;
	background-image: url(../images/aboutbg001.png);
	background-size:cover;
	background-repeat:no-repeat;
}

.aboutItem0_item2 .CompanyCulture{
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: stretch;
}
.CompanyList{
	width: 32%;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}
.CompanyList:nth-child(3n+3){
	margin-right: 0;
}

.CompanyList .images{
	width: 100%;
	overflow: hidden;
}
.CompanyList .images img{
	transition: all 0.7s;
}
.CompanyList:hover .images img{
	transform: scale(1.03);
}
.absoluteBox{
	position: absolute;
	width: 100%;
	padding: 26px 0 20px 0;
	z-index: 2;
	bottom: -65px;
	transition: all 0.7s;
}
.CompanyList:hover .absoluteBox{
	bottom: 0;
}
.absoluteBox::after{
	position: absolute;
	content: "";
	transition: .5s ease-in-out;
	width: 100%;
	height: 150%;
	background: rgba(20,104,174,0.8);
	transform: skewY(-5deg);
	left: 0;
	bottom: -45%;
}
.absoluteText{
	position: relative;
	width: 88%;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	z-index: 5;
}
.absoluteText h3{
	font-size: 24px;
	font-weight: bold;
}
.absoluteText p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-top: 10px;
	opacity: 0;
	transition: all 0.5s;
}
.CompanyList:hover .absoluteBox p{
	opacity: 1;
}
@media (max-width: 768px) {
	.aboutItem0_item2 .CompanyCulture{
		width: 100%;
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	.CompanyList{
		width: 48%;
		margin-right: 0%;
		margin-bottom: 30px;
	}
}
@media (max-width: 540px) {
	.CompanyList{
		width: 100%;
		margin-bottom: 30px;
	}
	.CompanyList .absoluteBox{
		bottom: 0;
	}
	.CompanyList .absoluteBox p{
		opacity: 1;
		font-size: 14px;
		line-height: 24px;
	}
}



/* 历史 */
.aboutItem0_item3{
	padding: 70px 0;
}
.CompanyHistory{
	margin-top: 40px;
}
.historylist{
	width: 100%;
	display: flex;
	align-items: stretch;
}
.historylist li{
	cursor: pointer;
	vertical-align: top;
}
.historylist .item{
	width: 100px;
	text-align: center;
	margin-top: 25px;
	font-size: 24px;
	color: #333;
}
.historylist .item2{
	width: 80px;
	height: 1px;
	margin-top: 40px;
	position: relative;
	z-index: 3;
	border-top: 1px solid #D9D9D9;
}
.historylist .yuan{
	position: absolute;
	top: -5px;
	left: 50%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #126eba;
	transform: translateX(-50%);
}

.historylist .item3{
	width: calc(100% - 235px);
	position: relative;
	left: -40px;
	transform: translateX(0px);
	border-left: 1px solid #D9D9D9;
	padding: 30px 0px 30px 70px;
}
.historylist .item3 .historytitle{
	font-size: 16px;
	color: #555;
	line-height: 28px;
	margin-top: -5px;
	margin-bottom: 40px;
	height: 60px;
	overflow: hidden;
}
.historylist .item3 .historyBox p{
	font-size: 16px;
	color: #555;
	line-height: 28px;
	margin-bottom: 10px;
}
.historylist .item3 .historyBox img{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.historylist .item4{
	width: 30px;
	height: 30px;
	text-align: right;
	margin: 25px 0 0 auto;
	/* opacity: 0; */
}
.historylist .item4 .plus{
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	border-radius: 50%;
	background-color: #015093;
}
.historylist .item4 .plus span{
	display: block;
	width: 8px;
	height: 1px;
	margin: auto;
	background-color: #fff;
	transition: all 0.5s;
	
}
.historylist .item4 .plus span:nth-child(2){
	transform: rotate(90deg) translateX(10px);
	margin-top: -1px;
}
.historylist .item4 .plus span:first-child{
	transform: translateY(10px);
}

.historylist.active .item4 .plus span:first-child{
	transform: translateY(10px);
}
.historylist.active .item4 .plus span:nth-child(2){
	transform: rotate(0deg) translateY(10px);
	margin: auto;
}


@media (max-width: 540px) {
	.historylist .item2,
	.historylist .item4{
		display: none;
	}
	
	.historylist .item{
		width: 70px;
		text-align: left;
		font-size: 20px;
	}
	.historylist .item3{
		width: calc(100% - 70px);
		position: relative;
		left: 0;
		border-left:none;
		padding: 30px 0 0;
	}
	.CompanyHistory{
		margin-top: 5px;
	}
	.historylist .item3 .historytitle{
		margin-bottom: 0;
		height: 50px;
		font-size: 14px;
		line-height: 24px;
	}
	.historylist .item3 .historyBox p{
		font-size: 14px;
		line-height: 24px;
	}
	
}