main{
	padding-top: 60px;
}
.banner{
	width: 100%;
	background-color: #006498;
	box-sizing:border-box;
	background: url(../images/aboutbanner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 70px;
	margin-left: -100px;
	margin-top: -25px;
	text-align: center;
	font-size: 32px;
	color: white;
}
.banner-container{
	position: relative;
	height: 100%;
}
/*新闻内容*/
.page{
	padding-top: 65px;
}
.about-sec{
	margin-bottom: 60px;
	width: 100%;
	height: 320px;
	position: relative;
}
.about-image{
	width: 570px;
	height: 320px;
	overflow: hidden;
}
.about-image img{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;  
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.about-image img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.about-title{
	padding: 30px 20px 25px;
	height: 240px;
	width: 60%;
	position: absolute;
	background-color: #F3F4F6;
	right: 0;
	top: 50%;
	margin-top: -120px;
}
.about-title a{
	text-decoration: none;
	color: black;
}
.about-title a span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	padding-right: 3px;
	color: white;
	background-color: #E90101;
	box-sizing: border-box;
	margin-right: 5px;
	vertical-align: bottom;
	margin-bottom: 2px;
}
.about-title a span:after {
	content: " ";
	display: inline-block;
	height: 9px;
	width: 9px;
	margin-bottom: 0px;
	border-width: 3px 3px 0 0;
	border-color: white;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.about-title a p{
	margin-top: 35px;
	line-height: 1.6666666667;
	font-size: 16px;
}
.about-title-content{
	display: inline-block;
	color: #006498!important;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	text-decoration: none;
	vertical-align: text-top;
}
.about-sec-left .about-image{
	float:right;
}
.about-sec-left .about-title{
	left: 0;
}
@media (max-width: 767px){
	main{
		padding-top: 50px;
	}
	.page{
		padding-top: 45px;
	}
	.about-sec{
		height: auto;
		margin-bottom: 40px;
	}
	.about-image{
		height: auto;
		width: 100%;
	}
	.about-title{
		height: auto;
		margin-top: 0px;
		padding: 20px 20px 10px;
		width: 100%;
		position: static;
		background-color: white;
	}
	.about-sec-left .about-image{
		float: none;
	}
	.about-sec-left .about-title{
		left: 0;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.about-title {
		padding: 25px 20px 15px;
	}
	.about-title a p{
		margin-top: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/*新闻内容*/
	.page{
		padding-top: 45px;
	}
	.about-sec{
		margin-bottom: 50px;
		height: 264px;
	}
	.about-image{
		width: 470px;
		height: 264px;
		overflow: hidden;
	}
	.about-image img{
		width: 100%;
		height: 100%;
	}
	.about-title-content{
		font-size: 18px;
	}
	.about-title a span{
		width: 18px;
		height: 18px;
		line-height: 16px;
		margin-bottom: 3px;
	}
	.about-title a span:after {
		height: 8px;
		width: 8px;
	}
	.about-title {
		padding: 20px 20px 10px;
		height: 200px;
		margin-top: -100px;
	}
	.about-title a p{
		margin-top: 15px;
	}

}
@media (min-width: 480px) and (max-width: 767px) {
	.about-title {
		padding: 20px 20px 10px;
	}
	.about-title a p{
		margin-top: 20px;
	}
	.banner-content{
		font-size: 28px;
	}
}
@media (max-width: 479px) {
	/*新闻内容*/
	.page{
		padding-top: 45px;
	}
	.about-sec {
		height: auto;
		margin-bottom: 30px;
	}
	.about-title a span{
		width: 18px;
		height: 18px;
		line-height: 16px;

		margin-bottom: 2px;
	}
	.about-title a span:after {
		height: 8px;
		width: 8px;
	}
	.about-title-content{
		font-size: 18px;
	}
	.about-title {
		padding: 15px 20px 5px;
	}
	.about-title a p{
		margin-top: 10px;
	}
	.banner-content{
		font-size: 24px;
	}

}