.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	font-size: 16px;
	background:url(../images/about_banner2.jpg);
	color: #fff;
	cursor: pointer;
}
.about:hover{
opacity: 0.9;

}
.about .about_y{
	width: 1200px;
	height: auto;
	margin: 0px auto;
}
.about .about_y .about_xq{
	width: 100%;
	height: auto;
	float: left;
	transition: all 1s;
	position:relative;
	animation:myfirst 8s;
	-webkit-animation:myfirst 4s; 
}
.about .about_y .about_xq:hover{
	-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);
}
@keyframes myfirst
{
	0%   {left:0px; top:0px;}
	25%  { left:0px; top:-50px;}
	50%  {left:0px; top:00px;}
	75%  { left:0px; top:0px;}
	100% {left:0px; top:0px;}
}
.about .about_y .about_xq h3{
	padding: 2em 2.5em 0 1.3em;
	font-size: 24px;
	color: #fff;
}
.about .about_y .about_nr{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.about .about_y .about_nr p{
	padding: 2em 2em 0 2.2em;
	line-height: 24px;
}
.about .about_y .about_nr p span{
	font-weight: bold;
}
.about_ys{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 2em 0;
}
.about_ys ul li{
	width: 21%;
	height: auto;
	float: left;
	margin: 1em 1em 1em;
}
.about_ys ul li h5{
	text-align: center;
	font-size: 2.6vw;
}
.about_ys ul li h5:hover{
	color:#f90;
}
.about_ys ul li h6{
	text-align: center;
	font-size: 14px;
}
.licheng{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
}
.licheng:hover{
	background: #eee;
}
.licheng .licheng_bf{
	width: 1200px;
	height: auto;
	margin: 30px auto;
	overflow: hidden;
}
.licheng .licheng_bf h3{
	text-align: center;
	font-size: 24px;
}
.main{
	width: 75%;
	margin: 30px auto;
}

.time-axis{
	margin: 0;
	padding: 0;
	position: relative;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 93px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 150px;
	position: relative;
	line-height: 45px;
	font-size: 14px;
	color: #141414;
}
.time-axis-item:hover{
	color: #f90;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}

.time-axis-date span{
	position: absolute;
	right: -49px;
	top: 35%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color: #fff;
}
.time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date span{
	border-color: #48BEB2;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}
.shou{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.shou .shou_bf{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
	background: #fff;
}
.shou .shou_bf .simg{
	width: 22%;
	height: auto;
	overflow: hidden;
	float: left;
	color: #333;
	margin:1em 1.2em;
}
.shou .shou_bf .simg img{
	width: 80%;
	height: auto;
	display: block;
	margin: 0px auto;
	border: 1px solid #ccc;
}
.shou .shou_bf .simg img:hover{
	box-shadow: 1px 1px 1px 1px #ccc;
}
.shou .shou_bf .simg p{
	text-align: center;
	padding: 0.5em 0 0 0;
}