*{ margin:0; padding:0;}
img{ border:none;}
ul{ list-style:none;}
a{ text-decoration:none;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
body{ 
	font-family:"微软雅黑";
	font-size:14px;

}
.aboutUsImg{
	width: 100%;
	height: 511.2px;
	display: block;
	min-width: 1200px;
}
.aboutUsInfo{
	background: rgba(234,107,2,.07);
	padding: 20px 0;
	width: 100%;
	min-width: 1200px;
}
.aboutUsCTC{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.aboutUsCT{
	/*width: 700px;*/
	width: calc(100% - 500px);
	height: auto;
	margin-top: 2%;
	float: left;
}
.aboutUsCT h4{
	font-size: 25px;
	position: relative;
	text-indent: 36px;
}
.aboutUsCT h4 img{
	width: 32.8px;
	height: 28px;
	position: absolute;
	left: 0;
	top: -10px;
}
.aboutUsSection{
	margin-top: 20px;
	margin-bottom: 20px;
}
.aboutUsSection p{
	text-indent: 2rem;
	line-height: 25px;
}
.aboutUsSection p:last-child{
	position: relative;
}
.aboutUsSection p:last-child img{
	position: absolute;
    right: 39%;
    bottom: -11px;
    width: 32.8px;
    height: 28px;
}
.aboutUsImg1{
	float: right;
	width: 347.76px;
    height: 207.36px;
	margin-top: 2.8%;
}
.aboutUsFooter{
	background: #EA6B02;
	padding: 20px 0;
	width: 100%;
	min-width: 1200px;
}
.FooterCT{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:flex-start;
}
.FooterCT li{
	/*float: left;*/
	color: #fff;
	
}
.FooterCT li h4{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}
/*.FooterList1{
	margin-right: 5%;
}*/
.FooterList1 p{
	margin-bottom: 10px;
}
.FooterList1 p:last-child{
	font-size: 12px;
	margin-top: 30px;
}
/*.FooterList2{
	margin-right: 5%;
}*/
.FooterList2 a{
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
}
.FooterList3{
	overflow: hidden;
	float: right;
}
.FooterList3 dl{
	float: left;
	margin-right: 15px;
}
.FooterList3 dl dt{
	width: 130px;
	height: 130px;
}
.FooterList3 dl dt img{
	width: 100%;
	height: 100%;
	display: block;
}
.FooterList3 dl dd{
	text-align: center;
	height: 30px;
	line-height: 30px;
}





.aboutUsBody{
	margin-bottom: 50px;
}
.aboutUsBody h4{
	font-size: 25px;
	text-align: center;
	margin: 50px 0;
}
.timeline{
	text-align: center;
}
.timeContent{
	display: inline-block;
	
	width: 1000px;
	/*margin: 0 auto;*/
}
.timeContent li{
	position:relative;
	width: 50%;
	min-height: 17px;
	clear: both;
}
.timeContent li:nth-child(even){
	float: right;
}
.timeContent li:nth-child(even)::before{
	display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;

}
.timeContent li:nth-child(even) i{
	left: -8.5px;
}
.timeContent li:nth-child(even) div.timeline-content{
	 padding-left: 35px;
	 text-align: left;
}
.timeContent li:nth-child(odd){
	float: left;
}
.timeContent li:nth-child(odd)::after{
	display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;

}
.timeContent li:nth-child(odd) i{
	right: -8.5px;
}
.timeContent li:nth-child(odd) div.timeline-content{
	 padding-right: 35px;
	 text-align: right;
}
.timeContent li:nth-child(odd) span{
    text-align: right;
}

.timeContent li i{
	position: absolute;
    top: 1px;
    z-index: 10;
    width: 20px;
    height: 15px;
    line-height: 20px;
    background-color: #c5c5c5;
    /*border-radius: 50%;
    border: 1px solid #393D49;*/
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;

}
.timeContent li i:after{
	content: '';
    position: absolute;
    
    top: 0px;
    width: 0;
    height: 0;
    
    border-bottom: 7.5px solid transparent;
    border-top: 7.5px solid transparent;
    font-size: 0;
    line-height: 0;
}
.timeContent li:nth-child(odd) i:after{
	right: 20px;
	border-right: 15px solid #c5c5c5;
    border-left: 7.5px solid transparent;
}
.timeContent li:nth-child(even) i:after{
	left: 20px;
	border-left: 15px solid #c5c5c5;
    border-right: 7.5px solid transparent;
}
.timeline-content{
	    
    box-sizing: border-box;
    margin-bottom: 20px;
}
.timeline-content span{
	margin-bottom: 13px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.timeline-content span{
    color: #555;
}
.timeline-img{
	overflow: hidden;
	margin-top: 20px;
}
.timeline-img img{
	width: 136.8px;
	height: 91.4px;
	
	margin-right: 10px;
}
.timeContent li:nth-child(even) .timeline-img img{
	float: left;
}
.timeContent li:nth-child(odd) .timeline-img img{
	float: right;
}
.FooterList4{
	display: none;
}
/*@media only screen and(max-width：1200px) {
	body{
		overflow: scroll;
	}
	.aboutUsImg{
		width: 1200px;
	}
}*/
/*修改连接*/
.FooterList2 a.hrefPC{
	display: block;
}
.FooterList2 a.hrefPhone{
	display: none;
}

@media (max-width: 768px) {
	.aboutUsImg{
		height: 180px;
		min-width:100% ;
	}
	.aboutUsInfo{
		min-width: 100%;
	}
	.aboutUsImg1{
		display: none;
	}
	.aboutUsCTC{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.aboutUsCT{
		width: 100%;	
	}
	.aboutUsSection p:last-child img{
		position: static;
		right: auto;
		bottom: auto;	
	}
	.timeline{
		text-align:left;
		padding: 20px;
	}
	.timeContent{
		width: 100%;
	}
	.timeline-content{
	    
	    margin-bottom: 0px;
	    padding-bottom: 20px;
	}
	.timeContent li:nth-child(even){
		float: none;
	}
	.timeContent li:nth-child(odd){
		float: none;
	}
	.timeContent li:nth-child(odd)::after{
	
	    left: 0;
	    right: auto;
	  
	
	}
	.timeContent li:nth-child(odd) i{
		left: -8.5px;
	}
	.timeContent li:nth-child(odd) div.timeline-content{
		 padding-left: 35px;
		 text-align: left;
	}
	.timeContent li:nth-child(odd) span{
	    text-align: left;
	}
	.timeContent li{
		width: 100%;
	}
	.timeContent li:nth-child(odd) .timeline-img img{
		float: left;
	}
	.timeline-img img{
		width: 82.08px;
		height: 54.84px;
		margin-bottom: 10px;
	}
	.timeContent li:nth-child(odd) i:after{
		left: 20px;
		border-left: 15px solid #c5c5c5;
	    border-right: 7.5px solid transparent;
	}
	.timeContent li:nth-child(odd) div.timeline-content{
		padding-right: 0;
	}

	.FooterCT{
		
	}
	.FooterCT{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.FooterList1{
		width: 50%;
	}
	.FooterList2{
		display: none;
		
	}
	.FooterList3{
		display: none;
	}
	.FooterList4{
		width: 50%;
		display: block;
	}
	.FooterList4 a{
		display: block;
	    background: rgba(255,255,255,0.2);
	    padding: 10px;
	    color: #fff;
	    font-size: 15px;
	    height:25.2px;
	    line-height:25.2px;
	    margin-bottom: 30px;
	    max-width: 140px;
	}
	.FooterList4 a img{
		float: left;
		
		height:25.2px;
	}
	.storeImg{
		width: 20.4px;
	}
	.androidImg{
		width: 21.6px;
		
	}
	.FooterList4 a span{
	float: right;
	margin-left: 5px;
	
}
.aboutUsFooter{
	min-width: 100%;
}
.FooterList2 a.hrefPC{
	display: none;
}
.FooterList2 a.hrefPhone{
	display: block;
}















}