.title-box {
	border-left: 2px solid #f9bd35;
	padding-left: 20px;
	margin: 60px 0 35px 0;
}

.title-box p {
	color: #333;
}

.title-box small {
	color: #555;
	line-height: 2.2;
}

.textBox p {
	color: #555;
	margin-bottom: 40px;
	line-height: 2;
}

.textBox p:last-child {
	margin-bottom: 20px;
}

.videobox {
	overflow: hidden;
	margin-bottom: 60px;
}
.videomask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
	z-index: 13;
}
.videobox p {
	color: #555;
	width: 500px;
	float: left;
	margin-top: 20px;
	line-height: 2;
}

.videobox .video {
	width: 480px;
	float: right;
	position: relative;
	cursor: pointer;
}
.videobox .video:hover .videomask{
	display: none;
}
.video img {
	width: 100%;
	display: block;
}
.video .on{
	display: none;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
	z-index: 12;
}
.banner2 {
	background: url(../images/about/abo031.jpg);
	height: 2rem;
	background-size: 100% 100%;
	position: relative;
}

.line {
	height: 0.5rem;
	position: absolute;
	left: 50%;
	top: -0.25rem;
}

.powerbox {
	max-width: 1200px;
	margin: 80px auto 100px auto;
}

.power {
	width: 23.75%;
	float: left;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	box-shadow: none;
	transition: all 1s;
}

.power:hover {
	box-shadow: 0px 1px 25px 3px rgba(0, 0, 0, 0.1);
}

.power .imgbox {
	height: 400px;
	overflow: hidden;
}

.power img {
	transition: all 1s;
}

.power:hover img {
	width: 100%;
	transform: scale(1.05, 1.05);
}

.p1 {
	margin-right: 14px;
}

.p2 {
	margin-right: 26px;
}

.p3 {
	margin-right: 14px;
}

.power .pinfo {
	height: 70px;
	box-sizing: border-box;
	border-left: 2px solid #f9bd35;
	padding-left: 20px;
	background: url(../images/about/abo09.jpg);
	background-size: 100% 100%;
}

.power .pinfo p {
	color: #333;
	line-height: 35px;
	padding-top: 5px 	;
}

.power .pinfo small {
	color: #676869;
}


/*媒体查询部分*/

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.textBox p {
		margin-bottom: 0.5rem;
	}
	.title-box .j-h3b {
		font-size: 0.36rem;
	}
	.textBox p:last-child {
		margin-bottom: 0.2rem;
	}
	.textBox .j-h5c {
		font-size: 0.3rem;
	}
	.videobox .video {
		width: 100%;
	}
	.videobox p{
		width: 100%;
		font-size: 0.3rem;
	}
	.content2{
		margin-top: 1rem;
	}
	.banner2{
		background: url(../images/about/moabo10.jpg);
		height: 6.2rem;
		background-size:100% 100%;
	}
	.line{
		height: 2rem;
		top: -1rem;
	}
	.powerbox{
		margin-top: 0.8rem;
	}
	.power{
		width: 47.77%;
		margin-bottom: 0.3rem;
	}
	.power .imgbox{
		height: 6rem;
	}
	.power .imgbox img{
		width: 100%;
	}
	.power .pinfo{
		height: 1.2rem;
		padding-left: 0.25rem;
	}
	.power .pinfo p{
		font-size: 0.36rem;
		line-height: 0.5rem;
		font-weight: bold;
		padding-top: 0.15rem;
	}
	.power .pinfo small{
		font-size: 0.24rem;
		line-height: 0.24rem;
	}
	.p1{
		margin-right: 0;
		margin-left: 0;
	}
	.p2{
		margin-right: 0;
	}
	.p3{
		margin-right: 0;
		margin-left: 0;
	}
	.p4{
		margin-right: 0;
	}
	.power:nth-child(2n+1){
		float: left;
	}
	.power:nth-child(2n){
		float: right;
	}
}