

#about{
	width: 100%;
	background: #fff;
	padding: 50px 0 130px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
	#about .content {
	    width: 100%;
	    max-width: 1200px;
	    min-width: 1000px;
	    margin: 0 auto;
	    overflow: hidden;
	}
		#about .content .imgBox{
			width: 100%;
			overflow: hidden;
		}
			#about .content .imgBox img{
				display: block;
				max-width: 100%;
				margin: 0 auto;
			}
		#about .content .title{
			float: left;
			width: 30%;
			padding: 55px 0 0 50px;
		}
			#about .content .title h1{
				font-family: codel, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
				text-transform: uppercase;
				color: #023894;
				font-weight: bolder;
				font-size: 22px;
			}
		#about .content .con{
			float: right;
			width: 68%;
			padding:50px 50px 0 0;
		}
			#about .content .con p{
				color: #333;
				text-align:justify;
				text-justify:inter-ideograph;
			}
			#about .content .con p span.text-red {
			    color: #023894;
			}

		/*发展历程*/
		#timeline {
			width: 100%;
			overflow: hidden;
			position: relative;
			background: url(../image/dot.gif) left 55px repeat-x;
		}		
			#dates {
				width: 800px;
				height: 60px;
				overflow: hidden;
			}		
				#dates li {
					width: 110px;
					float: left;
					padding-bottom: 19px;
					background: url(../image/biggerdot.png) center bottom no-repeat;
				}
				#dates a {
					color: #333;
					font-size: 16px;
					line-height: 25px;
					display: block;
					width: 80%;
					text-align: center;
					margin: 0 auto;
					padding: 8px 0;				
					border-radius: 50px;
					background: #fff;
				}	
				#dates a:hover {
				    color: #fff;
				    background: #386aed;
				    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
				}	
				#dates a.selected{
					color: #fff;
					font-size: 18px;
					background: #386aed;
					box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
				}
			
			#issues {
				width: 800px;
				overflow: hidden;			
			}		
				#issues li {
					float: left;
					width: 800px;
					overflow: hidden;				
				}	
						
					#issues li h1 {
						color: #023894;
						font-size: 20px;
						margin: 20px 0;
					}
					#issues li .boxScoll{
						width: 96%;
						height: 400px;
						overflow-y: scroll;
					}			
						#issues li .boxScoll p {
							font-size: 14px;
							font-weight: normal;
							line-height: 25px;
							padding: 0 10px 0 0;
						}
		/*行业地位*/
		.marquee {
			width:100%;
			height:260px;
			overflow:hidden;
			margin-top:20px;
		}
			.marquee li{
				display:inline; 
				float:left; 
				height:260px; 
				margin-right:12px;
			}
				.marquee li a{			
					display:block;
				}
					.marquee li a img {
						display: block;
						height:260px;
					}