/*关于我们*/
.about-page1 .banner img{
	width: 100%;
}
.about-page1 .sec1 .inner{
	padding: 5.73% 0;
	font-size: 0;
}
.about-page1 .sec1 .left{
	width: 53%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14%;
}
.about-page1 .sec1 .left h3{
	font-size: 44px;
	color: #2fa1da;
	font-weight: bold;
	margin-bottom: 15px;
}
.about-page1 .sec1 .left h5{
	font-size: 34px;
	color: #333;
	font-weight: lighter;
	margin-bottom: 40px;
}
.about-page1 .sec1 .left p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.about-page1 .sec1 .right{
	width: 18.8%;
	display: inline-block;
	vertical-align: middle;
}
.about-page1 .sec1 .right img{
	width: 100%;
}
.about-page1 .sec2{
	position: relative;
}
.about-page1 .sec2 .text{
	background-color: #f5f8fa;
	padding: 100px 6% 100px 44%;
}
.about-page1 .sec2 .text p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 15px;
}
.about-page1 .sec2 .text p:last-child{
	margin-bottom: 0;
}
.about-page1 .sec2 img{
	position: absolute;
	left: 0;
	top: -40px;
	width: 41.7%;
}
.about-page1 .sec3{
	padding: 120px 0 100px;
}
.about-page1 .sec3 ul{
	font-size: 0;
	text-align: center;
}
.about-page1 .sec3 li{
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.about-page1 .sec3 h5{
	font-size: 100px;
	color: #00467f;
	font-family: "itcbk";
	font-weight: normal;
	margin-bottom: 30px;
}
.about-page1 .sec3 p{
	font-size: 14px;
	color: #333;
}
.about-page1 .sec4{
	margin-bottom: 75px;
	padding-top: 120px;
	overflow: hidden;
}
.about-page1 .sec4 .inner{
	position: relative;
}
.about-page1 .sec4 .text{
	position: relative;
	z-index: 1;
	background-color: #fff;
	width: 55%;
	padding: 70px 9.1% 70px 0;
}
.about-page1 .sec4 .text p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 15px;
}
.about-page1 .sec4 .text p:last-child{
	margin-bottom: 0;
}
.about-page1 .sec4 img{
	position: absolute;
	left: 30%;
	top: -120px;
	width: 100%;
}
/*发展历程*/
.about-page2 .banner img{
	width: 100%;
}
.about-page2 .sec1{
	padding: 100px 0 120px;
}
.about-page2 .sec1 .title{
	text-align: center;
	margin-bottom: 80px;
	font-size: 40px;
	color: #333;
	font-weight: lighter;
}
.about-page2 .sec1 .title .line{
	width: 60px;
	height: 2px;
	background-color: #a3c630;
	display: inline-block;
	vertical-align: middle;
}
.about-page2 .sec1 .title .line:first-child{
	margin-right: 40px;
}
.about-page2 .sec1 .title .line:last-child{
	margin-left: 40px;
}
.about-page2 .sec1 ul{
	width: 1010px;
	margin: 0 auto;
	max-width: 84.17%;
	overflow: hidden;
}
.about-page2 .sec1 ul li{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
}
.about-page2 .sec1 ul li:nth-child(odd){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.about-page2 .sec1 ul li:nth-child(even){
	flex-direction: row;
	-webkit-flex-direction: row;
}
.about-page2 .sec1 ul li .text{
	width: 50%;
	border-top: 1px solid #2fa1da;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-page2 .sec1 ul li:nth-child(1) .text{
	border-top: 0 none;
}
.about-page2 .sec1 ul li:nth-child(odd) .text{
	border-left: 5px solid #00467f;
	text-align: left;
	padding-left: 10%;
}
.about-page2 .sec1 ul li:nth-child(even) .text{
	border-right: 5px solid #00467f;
	text-align: right;
	padding-right: 10%;
}
.about-page2 .sec1 ul li .text h3{
	font-size: 70px;
	color: #2fa1da;
	font-family: "itcdemi";
	font-weight: normal;
	position: absolute;
	top: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.about-page2 .sec1 ul li:nth-child(odd) .text h3{
	left: 0;
	margin-left: -10px;
	transform-origin: 0% 0%;
}
.about-page2 .sec1 ul li:nth-child(even) .text h3{
	left: 100%;
	margin-left: 10px;
	margin-top: -1em;
	transform-origin: 0% 100%;
}
.about-page2 .sec1 ul li .text div{
	margin-bottom: 44px;
	position: relative;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.about-page2 .sec1 ul li:nth-child(odd) .text div{
	left: 100%;
}
.about-page2 .sec1 ul li:nth-child(even) .text div{
	right: 100%;
}
.about-page2 .sec1 ul li:nth-child(odd).active .text div{
	left: 0;
}
.about-page2 .sec1 ul li:nth-child(even).active .text div{
	right: 0;
}
.about-page2 .sec1 ul li .text div:last-child{
	margin-bottom: 0;
}
.about-page2 .sec1 ul li .text h5{
	font-size: 24px;
	color: #2fa1da;
	font-weight: normal;
	font-family: "itcbk";
	margin-bottom: 18px;
}
.about-page2 .sec1 ul li .text p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 15px;
	text-align: left;
}
.about-page2 .sec1 ul li .text p:last-child{
	margin-bottom: 0;
}
.about-page2 .sec1 ul li .img-box{
	width: 50%;
	padding-bottom: 70px;
}
.about-page2 .sec1 ul li:nth-child(odd) .img-box{
	border-right: 5px solid #00467f;
	text-align: right;
	padding-right: 11.7%;
}
.about-page2 .sec1 ul li:nth-child(even) .img-box{
	border-left: 5px solid #00467f;
	text-align: left;
	padding-left: 11.7%;
}
.about-page2 .sec1 ul li .img-box img{
	max-width: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	position: relative;
}
.about-page2 .sec1 ul li:nth-child(odd) .img-box img{
	right: 100%;
}
.about-page2 .sec1 ul li:nth-child(even) .img-box img{
	left: 100%;
}
.about-page2 .sec1 ul li:nth-child(odd).active .img-box img{
	right: 0;
}
.about-page2 .sec1 ul li:nth-child(even).active .img-box img{
	left: 0;
}
/*企业文化*/
.about-page3 .banner img{
	width: 100%;
}
.about-page3 .sec1{
	padding: 260px 0 100px;
	font-size: 0;
}
.about-page3 .sec1 li{
	width: 48.33%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.about-page3 .sec1 li:first-child{
	margin-right: 3.34%;
}
.about-page3 .sec1 li img{
	width: 100%;
}
.about-page3 .sec1 li .box{
	background-color: rgba(0,70,127,0.9);
	position: absolute;
	left: 12%;
	right: 12%;
	top: -160px;
	padding: 64px 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	text-align: center;
}
.about-page3 .sec1 li .box h4{
	font-size: 40px;
	font-weight: lighter;
	margin-bottom: 26px;
}
.about-page3 .sec1 li .box h5{
	font-size: 24px;
	font-family: "itcbk";
	font-weight: normal;
	margin-bottom: 50px;
}
.about-page3 .sec1 li .box p{
	font-size: 18px;
	line-height: 32px;
}
.about-page3 .sec1 li .box h4,.about-page3 .sec1 li .box h5,.about-page3 .sec1 li .box p{
	color: #fff;
	max-width: 100%;
}
.about-page3 .sec2{
	overflow-x: hidden;
	font-size: 0;
	margin-bottom: 120px;
}
.about-page3 .sec2 .left{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: center;
	padding: 0 40px;
}
.about-page3 .sec2 .left h4{
	font-size: 40px;
	color: #333;
	font-weight: lighter;
	margin-bottom: 30px;
}
.about-page3 .sec2 .left h5{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	font-family: "itcbk";
	margin-bottom: 30px;
}
.about-page3 .sec2 .left p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}
.about-page3 .sec2 .right{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	position: relative;
	padding-top: 20px;
}
.about-page3 .sec2 .right .bg{
	position: absolute;
	background-color: #2fa1da;
	left: -20px;
	top: 0;
	bottom: 20px;
	width: 100%;
}
.about-page3 .sec2 .right img{
	position: relative;
	z-index: 1;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:768px){
	/*关于我们*/
	.about-page1 .sec1 .inner{
		padding: 3.4375rem 0 4.8125rem;
	}
	.about-page1 .sec1 .left{
		width: 100%;
		margin-right: 0;
	}
	.about-page1 .sec1 .left h3{
		font-size: 1.875rem;
		margin-bottom: 0.625rem;
	}
	.about-page1 .sec1 .left h5{
		font-size: 1.25rem;
		margin-bottom: 1.5625rem;
	}
	.about-page1 .sec1 .left p{
		font-size: 0.75rem;
		line-height: 1.5rem;
	}
	.about-page1 .sec1 .right{
		width: 69.23%;
		display: block;
		margin: 1rem auto 0;
	}
	.about-page1 .sec2 .inner{
		width: 100%;
	}
	.about-page1 .sec2 .text{
		padding: 14.625rem 1.5625rem 2.875rem 3.125rem;
	}
	.about-page1 .sec2 .text p{
		font-size: 0.75rem;
		line-height: 1.5rem;
		margin-bottom: 0.6875rem;
	}
	.about-page1 .sec2 img{
		top: -1.5625rem;
		width: 93.33%;
	}
	.about-page1 .sec3{
		padding: 3.125rem 0 4rem;
	}
	.about-page1 .sec3 li{
		width: 100%;
		margin-bottom: 3.125rem;
	}
	.about-page1 .sec3 li:last-child{
		margin-bottom: 0;
	}
	.about-page1 .sec3 h5{
		font-size: 4.375rem;
		margin-bottom: 1.25rem;
	}
	.about-page1 .sec3 p{
		font-size: 0.75rem;
	}
	.about-page1 .sec4{
		margin-bottom: 0;
		padding-top: 13.75rem;
	}
	.about-page1 .sec4 .inner{
		position: relative;
	}
	.about-page1 .sec4 .text{
		width: 100%;
		padding: 2rem 0 2.75rem;
	}
	.about-page1 .sec4 .text p{
		font-size: 0.75rem;
		line-height: 1.5rem;
		margin-bottom: 0.75rem;
	}
	.about-page1 .sec4 img{
		left: 0;
		top: -13.75rem;
		width: auto;
		height: 13.75rem;
	}
	/*发展历程*/
	.about-page2 .sec1{
		padding: 3.125rem 0;
	}
	.about-page2 .sec1 .title{
		margin-bottom: 2.1875rem;
		font-size: 1.125rem;
	}
	.about-page2 .sec1 .title .line{
		width: 1.875rem;
		height: 1px;
	}
	.about-page2 .sec1 .title .line:first-child{
		margin-right: 0.75rem;
	}
	.about-page2 .sec1 .title .line:last-child{
		margin-left: 0.75rem;
	}
	.about-page2 .sec1 ul{
		max-width: 100%;
		padding: 0 1.5625rem 0 3.125rem;
	}
	.about-page2 .sec1 ul li{
		display: block;
		-webkit-display: block;
		border-left: 0.3125rem solid #00467f;
	}
	.about-page2 .sec1 ul li .text{
		width: 100%;
		border-top: 1px solid #2fa1da;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.about-page2 .sec1 ul li:nth-child(odd) .text{
		border-left: 0 none;
		padding-left: 0.875rem;
	}
	.about-page2 .sec1 ul li:nth-child(even) .text{
		border-right: 0 none;
		text-align: left;
		padding-right: 0;
		padding-left: 0.875rem;
	}
	.about-page2 .sec1 ul li .text h3{
		font-size: 2.1875rem;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.about-page2 .sec1 ul li:nth-child(odd) .text h3{
		margin-left: -0.5rem;
	}
	.about-page2 .sec1 ul li:nth-child(even) .text h3{
		left: 0;
		margin-left: -0.5rem;
		margin-top: 0;
		transform-origin: 0% 0%;
	}
	.about-page2 .sec1 ul li .text div{
		margin-bottom: 1.25rem;
	}
	.about-page2 .sec1 ul li:nth-child(even) .text div{
		right: -100%;
	}
	.about-page2 .sec1 ul li .text h5{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.about-page2 .sec1 ul li .text p{
		font-size: 0.5625rem;
		line-height: 1.0625rem;
		margin-bottom: 0.5rem;
	}
	.about-page2 .sec1 ul li .img-box{
		width: 100%;
		padding-bottom: 2.1875rem;
	}
	.about-page2 .sec1 ul li:nth-child(odd) .img-box{
		border-right: 0 none;
		text-align: left;
		padding-right: 0;
		padding-left: 0.9375rem;
	}
	.about-page2 .sec1 ul li:nth-child(even) .img-box{
		border-left: 0 none;
		padding-left: 0.9375rem;
	}
	.about-page2 .sec1 ul li:nth-child(odd) .img-box img{
		right: -100%;
	}
	/*企业文化*/
	.about-page3 .sec1{
		padding: 7.1875rem 0 3.6875rem;
	}
	.about-page3 .sec1 li{
		width: 100%;
		display: block;
	}
	.about-page3 .sec1 li:first-child{
		margin-right: 0;
		margin-bottom: 6.5625rem;
	}
	.about-page3 .sec1 li .box{
		left: 10%;
		right: 10%;
		top: -5rem;
		padding: 1.875rem 0;
	}
	.about-page3 .sec1 li .box h4{
		font-size: 1.5625rem;
		margin-bottom: 0.8125rem;
	}
	.about-page3 .sec1 li .box h5{
		font-size: 0.75rem;
		margin-bottom: 1.5rem;
	}
	.about-page3 .sec1 li .box p{
		font-size: 0.75rem;
		line-height: 1.3125rem;
	}
	.about-page3 .sec2{
		margin-bottom: 3.125rem;
	}
	.about-page3 .sec2 .left{
		display: block;
		width: 100%;
		margin-bottom: 2.4375rem;
		padding: 0;
	}
	.about-page3 .sec2 .left h4{
		font-size: 1.5625rem;
		margin-bottom: 1.125rem;
	}
	.about-page3 .sec2 .left h5{
		font-size: 0.75rem;
		margin-bottom: 1.25rem;
	}
	.about-page3 .sec2 .left p{
		font-size: 0.75rem;
		line-height: 1.5rem;
	}
	.about-page3 .sec2 .right{
		display: block;
		width: 100%;
		padding-top: 0.625rem;
	}
	.about-page3 .sec2 .right .bg{
		left: -0.625rem;
		bottom: 0.625rem;
	}
	.about-page3 .sec2 .right img{
		height: 17.5rem;
	}
}
@media only screen and (max-width:414px){
}
@media only screen and (max-width:320px){
}