
/*企业理念*/
.about04-page .rh_footer{
	background-color: #f4f4f4;
	
}
.about04-page .main{
	background-color: #f4f4f4;
	
}
.about04-page .main .inner{
	width: 1400px;
}
.about04-page .main .sec1{
	height: 660px;
	background-repeat: no-repeat;	
	background-size: auto 100%;
	background-position: center center;
	line-height: 600px;
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
}
.about04-page .main .sec1.active{
	opacity: 1;
}
.about04-page .main .sec1 img{
	vertical-align: middle;
	height: 17.75%;
	transition: all 1s 1s;
	-webkit-transition: all 1s 1s;
	position: relative;
	top: -40px;
	opacity: 0;
}
.about04-page .main .sec1.active img{
	opacity: 1;
	top: 0;
}
.about04-page .main .sec2{
	/*padding: 100px 0 190px;*/
    margin-top:-300px;

}
.about04-page .main .sec2 .box{
	margin-bottom: 100px;
	position: relative;
}
.about04-page .main .sec2 .box.active{
	opacity: 1;
}
.about04-page .main .sec2 .box:last-child{
	margin-bottom: 0;
}
.about04-page .main .sec2 .box .bg{
	width: 100%;
}
.about04-page .main .sec2 .box .img-box{
	width: 92.86%;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: all 1s 0.5s;
	-webkit-transition: all 1s 0.5s;
}
.about04-page .main .sec2 .box .img-box.left{
	left: -100%;
}
.about04-page .main .sec2 .box .img-box.right{
	right: -100%;
}
.about04-page .main .sec2 .box.active .img-box.left{
	left: 0;
	opacity: 1;
}
.about04-page .main .sec2 .box.active .img-box.right{
	right: 0;
	opacity: 1;
}
.about04-page .main .sec2 .box .img-box img{
	height: 100%;
}
.about04-page .main .sec2 .box .text-box{
	z-index: 1;
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	max-width: 50%;
	opacity: 0;
	transition: all 1s 0.5s;
	-webkit-transition: all 1s 0.5s;
}
.about04-page .main .sec2 .box .text-box.left{
	left: -100%;
}
.about04-page .main .sec2 .box .text-box.right{
	right: -100%;
}
.about04-page .main .sec2 .box.active .text-box.left{
	left: 0;
	opacity: 1;
}
.about04-page .main .sec2 .box.active .text-box.right{
	right: 0;
	opacity: 1;
}
.about04-page .main .sec2 .box .text-box .text{
	text-align: left;
	box-shadow: 0px 30px 20px rgba(0,0,0,0.07);
	padding: 70px 75px 50px 90px;
	background-color: #fff;
}
.about04-page .main .sec2 .box .text-box .text h3{
	font-size: 35px;
	color: #333;
	font-weight: normal;
	margin-bottom: 25px;
}
.about04-page .main .sec2 .box .text-box .text h4{
	font-size: 40px;
	color: #064c92;
	font-family: 'roboto';
	margin-bottom: 30px;
}
.about04-page .main .sec2 .box .text-box .text .line{
	width: 60px;
	height: 1px;
	background-color: #064c92;
	margin-bottom: 30px;
}
.about04-page .main .sec2 .box .text-box .text h5{
	font-size: 20px;
	color: #333;
	margin-bottom: 16px;
}
.about04-page .main .sec2 .box .text-box .text p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.about04-page .sec3{
	padding:100px 0 120px;
}
.about04-page .sec3 .inner {
    width: 1200px;
}
.about04-page .sec3 .text-box{
	text-align: left;
	position: relative;
	width: 100%;
}
.about04-page .sec3 .text-box .img{
	width: 100%;
}
.about04-page .sec3 .text-box h3{
	font-size: 36px;
	color: #333;
	margin-bottom: 46px;
	text-align: center;
}
.about04-page .sec3 .text-box .line{
	width: 40px;
	height: 4px;
	background-color: #80b3e6;
	margin:0 auto 30px;
}
.about04-page .sec3 .text-box p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 10px;
}
.about04-page .sec3 .text-box p b{
	font-weight: bold;
}
.about04-page .sec3 .text-box p.last{
	margin-bottom: 40px;
}
.about04-page .sec3 .text-box .playvideo{
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	display: block;
	border: 1px solid #333;
}
.about04-page .sec3 .text-box .playvideo:hover{
	color: #fff;
	background-color: #e60012;
	border-color: #e60012;
}
.about04-page .sec3 .text-box .playvideo span{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/about01_sec1_playicon.png);
	background-size: 100% auto;
	background-position: center top;
}
.about04-page .sec3 .text-box .playvideo:hover span{
	background-position: center bottom;
}

@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
	
	
	/*企业理念*/
	.about04-page .header{
		top: 0.9375rem;
		left: 0.9375rem;
		right: 0.9375rem;
	}
	.about04-page .header .logo{
		width: 5.4375rem;
		height: 1.6875rem;
		margin-top: 0.3125rem;
		margin-left: 0.3125rem;
	}
	.about04-page .header .menu{
		width: 1.25rem;
		height: 1.25rem;
	}
	.about04-page .header .menu p{
	    margin-top: 0.1875rem;
	    font-size: 0.5625rem;
		white-space: nowrap;
	}
	.about04-page .main .inner{
		width: 92%;
	}
	.about04-page .main .sec1{
		height: 15rem;
		line-height: 15rem;
	}
	.about04-page .main .sec1 img{
		top: -1.25rem;
	}
	.about04-page .main .sec2{
		padding: 2.5rem 0 5rem;
	}
	.about04-page .main .sec2 .box{
		margin-bottom: 2.5rem;
	}
	.about04-page .main .sec2 .box .bg{
		display: none;
	}
	.about04-page .main .sec2 .box .img-box{
		width: 100%;
		position: static;
		height: auto;
	}
	.about04-page .main .sec2 .box .img-box.left{
		left: 0;
	}
	.about04-page .main .sec2 .box .img-box.right{
		right: 0;
	}
	.about04-page .main .sec2 .box .img-box img{
		height: auto;
		width: 100%;
	}
	.about04-page .main .sec2 .box .text-box{
		position: relative;
		height: auto;
		display: block;
		-webkit-display: block;
		max-width: 100%;
		margin: 1rem auto;
	}
	.about04-page .main .sec2 .box .text-box.left{
		left: 0;
	}
	.about04-page .main .sec2 .box .text-box.right{
		right: 0;
	}
	.about04-page .main .sec2 .box .text-box .text{
		box-shadow: 0px 0.9375rem 0.625rem rgba(0,0,0,0.07);
		/*padding: 2rem 1.6875rem;*/
        width:100%;
	}
	.about04-page .main .sec2 .box .text-box .text h3{
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	.about04-page .main .sec2 .box .text-box .text h4{
		font-size: 1.5rem;
		margin-bottom: 1.25rem;
	}
	.about04-page .main .sec2 .box .text-box .text .line{
		width: 1.875rem;
		height: 0.0625rem;
		margin-bottom: 1rem;
	}
	.about04-page .main .sec2 .box .text-box .text h5{
		font-size: 1.2rem;
		margin-bottom: 0.625rem;
	}
	.about04-page .main .sec2 .box .text-box .text p{
		font-size: 1rem;
		line-height: 1.55rem;
	}
	.about04-page .sec3{
		padding:4em 0 6em;
	}
	.about04-page .sec3 .text-box h3{
		margin-bottom:1em;
		font-size: 2em;
	}
}
@media only screen and (max-width:414px){
	
}