@import url('common.css');
@import url('header.css');
@import url('footer.css');

/*项目样式*/
.about_introduce{position:relative;overflow:hidden;padding:60px 0;}
.about_introduce._white{background:#fff;}
.about_introduce ._img{position:absolute;width:1265px;left:50%;top:60px;margin-left:-360px;}
.about_introduce ._content{width:660px;}
.about_introduce ._content p{text-indent:2em;font-size:17px;line-height:36px;}
.about_introduce ._content a{border-width:1px;display:inline-block;padding:6px 20px;}
.about_introduce ._content a img{width:32px;}

.about_love{background:#008cd6;padding:16px 0 60px;}
.about_love .computer_subject{color:#fff;}
.about_love p{color:#fff;text-indent:2em;font-size:17px;line-height:37px;}

.about_time{position:relative;overflow:hidden;padding:0 0 60px;}
.about_time._white{background:#fff;}
.about_time ._img{position:absolute;width:1920px;left:50%;top:10px;margin-left:-960px;}
.about_time ul{height:520px;}
.about_time ul div{position:absolute;width:240px;}
.about_time ._one{left:298px;top:60px;}
.about_time ._two{left:370px;top:305px;}
.about_time ._three{left:835px;top:60px;}
.about_time ._four{left:910px;top:305px;}
.about_time ._info{background:#F5F5F5;padding:20px;border-radius:5px;font-size:17px;line-height:37px;text-indent:2em;}

.about_mission{text-align:center;padding:16px 0 60px;}
.about_mission p{font-size:19px;line-height:40px;}
.about_mission span{display:inline-block;height:2px;background:#008cd6;width:70px;}

.about_show{padding:70px 0;}
.about_show._white{background:#fff;}
.about_show ul{margin-left:-24px;margin-right:-24px;}
.about_show li{background:#fff;text-align:center;}
.about_show li a{display:block;}
.about_show li a span{border-radius:50%;display:inline-block;width:220px;height:220px;overflow:hidden;border:1px solid #fff;}
.about_show li a img{display:block;height:100%;max-width:inherit;}
.about_show li a h3{padding:17px 0 0;}

.content_map{
	width:100%;
	height:400px;
	border-radius:5px;
	border:1px #f1f1f1 solid;
}
.content_map .anchorBL{display:none;}
.content_map .BMap_Marker{
	animation:myfirst 0.5s infinite;
	-webkit-animation:myfirst 0.5s infinite;
}
@keyframes myfirst
{
0% {margin-top:0;}
50% {margin-top:-6px;}
100% {margin-top:0;}
}
@-webkit-keyframes myfirst
{
0% {margin-top:0;}
50% {margin-top:-6px;}
100% {margin-top:0;}
}

