.cont01{
    width: 1100px;
    margin: 42px auto 25px;
}
.cont01 p{
    color: #4c4c4c;
    font-size: 16px;
    line-height: 36px;
    /*text-indent: 2em;*/
    text-align: justify;
}
.cont02{
    width: 1100px;
    margin: 0 auto;
    height: 625px;
    background: #f7f7f7 url('../images/aboutBj.png')no-repeat left top;
    overflow: hidden;
}
.cont02 img{
    display: block;
    margin: 40px auto 0;
}
.cont03{
    width: 1100px;
    margin: 45px auto 108px;
}
.cont03 li{
    float: left;
    width: 347px;
    height: 240px;
    overflow: hidden;
}
.cont03 li img{
    width: 100%;
    transition: 0.5s;
}
.cont03 li img:hover{
    transform: scale(1.2);
   
}
.cont03 li:nth-child(2){
    margin: 0 29px;
}


.swiper-container{ display:none !important;}	



.about_inf{ width:44%; margin-right:4%; float:left;}
.about_img{ width:52%; float:right; margin-top:42px; margin-bottom:8%;}	


@media (max-width: 869px){
.cont01{ width:92% !important; margin:3% auto 0% !important;}
.cont01 p img{ display:block !important; max-width:100% !important;}
.swiper-container{ display:block !important;}
.cont03{ margin:3% auto 8%;}
.cont03 li{ width:100% !important; height:auto !important; margin:0 0 5% 0 !important;}		
.about_inf{ float:none !important; width:92% !important;}
.about_img{ float:none !important; width:92%; margin:20px auto 20% !important;}
	}



body{
	margin: 0;
	padding: 0;
}

.main{
	width: 80%;
	margin: 30px auto 120px;
}

.time-axis{
	margin: 0;
	padding: 0;
	position: relative;
}

.time-axis li:first-child span{ right: -50px; !important;}

.time-axis:before{
	content: '';
	position: absolute;
	left: 120px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 150px;
	position: relative;
	line-height: 62px;
	font-size: 14px;
	color: #141414;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	font-size:16px;
}

.time-axis-title{ font-size:16px;}

.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;
}




@media (max-width: 869px){
.time-axis-item{ line-height:32px !important; padding-bottom:20px;}
.time-axis li:first-child span{ right:-52px !important;}
	}



