/* banner start */
#banner{
	width: 100%;
	height: 240px;
	background-image: url(../images/aboutUs/banner.jpg);
	background-size: 100% auto;
	background-position: top center;
	color: #FFF;
	font-weight: 100;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#banner .title{
	font-size:30px;
	position:relative;
	top:-240px;
	opacity:0;
	text-align:center;
	animation-name: titleByTopToCenter;
	filter: blur(90px);
}
@keyframes titleByTopToCenter {
	0% {
	  opacity: 0;
	  top:-240px;
	  filter: blur(90px);
	}
  
	100% {
	  opacity: 1;
	  top:99px;
	  filter: blur(0px);
	}
}
#banner .bg{
	background-color: rgba(0,120,255,0.8);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
/* banner end */
/* intro start */
#intro{
	position:relative;
	width:100%;
	height:720px;
	overflow:hidden;
	background-color:#FFF;
}
#intro img{
	width: 200px;
	display: block;
	margin: 110px auto 50px;
}
#intro .desc{
	font-size:14px;
	font-weight: lighter;
	line-height:26px;
	margin:0 auto;
	text-align:center;
}
/* intro end */
/* culture start */
#culture{
	position: relative;
	width: 100%;
	height: 720px;
	overflow: hidden;
	background-image: url(../images/aboutUs/culture_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#culture .bg{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:0;
	background-color: #fff;
	opacity:0.9;
}
#culture .pb_title{
	position: relative;
	z-index: 1;
}
#culture .box{
	position: relative;
	z-index: 1;
}
#culture .box{
	width: 990px;
	overflow:hidden;
	margin:0 auto;
}
#culture .ceil{
	width: 300px;
	margin:15px;
	height:192px;
	overflow:hidden;
	float:left;
	background-color: #fff;
	text-align: center;
	color:#2989f4;
}
#culture .ceil img{
	width:100%;
}
#culture .ceil .name{
	font-size:36px;
	margin-top:50px;
}
#culture .ceil .subtitle{
	font-size:16px;
	font-weight: lighter;
	margin-top:10px;
}
/* culture end */