/* 产品 */
.project_banner{
	position: relative;
}
.project_banner .text{
	position: absolute;
	text-align: center;
	top:30%;
	left: 0;
	right: 0;
}
.project_banner .text h2{
	color: #fff;
	font-size: 3rem;
}
.project_banner .text p{
	margin-top: 1.5rem;
	color: #fff;
	font-size: 1.25rem;
}
.project_banner .text .search{
	display: inline-block;
	margin: 0;
	color: #fff;
	box-sizing: border-box;
	width: 750px;
	height: 50px;
	border:1px solid #fff;
	border-right: 0;
	background: rgba(255,255,255,0.22);
	border-radius: 50px 0 0 50px;
	padding:0px 30px;
	line-height: 50px;
	font-size: 1.125rem;
	
}
.project_banner .text .search::-webkit-input-placeholder {
	color: #fff;
}
.project_banner .text .search_btn{
	display: inline-block;
	margin: 0;
	color: #fff;
	box-sizing: border-box;
	width: 60px;
	height: 50px;
	border:1px solid #fff;
	border-left: 0;
	background: rgba(255,255,255,0.22);
	border-radius: 0 50px 50px 0;
	line-height: 50px;
	font-size: 1.125rem;
	cursor:pointer;
}
.project_banner .text .search_btn img{
	width: 28px;
	height: 28px;
	margin-top: -4px;
}
.project_banner img {
    width: 100%;
}
.project_flex{
	margin-top: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.project_flex_bw{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.project_introduce{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.project_introduce h2{
	margin-top: 80px;
	font-size: 1.875rem;
}
.project_introduce p{
	line-height: 30px;
	font-size: 1rem;
}
.mtop_20{
	margin-top: 20px;
}
.project_introduce_item1{
	display: flex;
	align-items: center;
}
.project_introduce_item1 img{
	background-color: #c9c9c9;
	border-radius: 50%;
}
.project_introduce_item1 span{
	padding-left: 30px;
	font-size: 1.125rem;
	color:#666666;
}
.project_introduce_item2{
	display: flex;
	align-items: center;
}
.project_introduce_item2 img{
	background-color: #2c62e0;
	border-radius: 50%;
}
.project_introduce_item2 span{
	padding-left: 30px;
	font-size: 1.125rem;
	color:#333;
}
.project_timeline{
	width: 1400px;
	margin:30px auto;
}
/* 时间轴 */
	.timeline {    
		list-style: none;    
		padding: 20px 0 20px;    
		position: relative;
	}    
    .timeline:before {        
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 8px;
		background-color: #eaeaea;
		left: 50%;
		margin-left: -4px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}    
	.timeline >li {        
		margin-bottom: 20px;        
		position: relative;    
	}        
	.timeline >li:before, .timeline >li:after {            
		content: " ";            
		display: table;        
	}        
	.timeline >li:after {            
		clear: both;        
	}        
	.timeline >li:before, .timeline >li:after {            
		content: " ";            
		display: table;        
	}        
	.timeline >li:after {            
		clear: both;        
	}        
	.timeline >li >.timeline-panel {            
		width: 628px;            
		float: left;            
		margin-left: 0px !important;
		-webkit-border-radius: 0px;            
		-moz-border-radius: 0px;            
		border-radius: 0px;            
		padding: 20px;            
		position: relative;            
		margin-left: -15px;            
		z-index: 11;  
		box-sizing: border-box;
	}  
	.timeline >li >.timeline-panel:hover{          
		box-shadow: 0 1px 9px rgba(0, 155, 255, 0.13);      
	}
	.timeline >li >.timeline-panel:before {                
		position: absolute;                
		top: 53px;                
		right: -4px;               
		display: inline-block;                
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #2c62e0;
		content: " ";            
	}           
	.timeline >li >.timeline-panel:after {               
		position: absolute;                
		top: 55px;                
		right: -68px;                
		display: inline-block;                
		width: 68px;
		height: 3px;
		background: #2c62e0;
		content: " ";            
	}        
	.timeline >li >.timeline-badge {            
		color: #fff;            
		width: 70px;            
		height: 70px;            
		line-height: 65px;            
		font-size: 30px;            
		text-align: center;            
		position: absolute;            
		top: 20px;            
		left: 50%;            
		margin-left: -35px;            
		background-color: #673AB7;            
		z-index: 10;            
		-webkit-border-top-right-radius: 50%;            
		-moz-border-radius-topright: 50%;            
		border-top-right-radius: 50%;            
		-webkit-border-top-left-radius: 50%;            
		-moz-border-radius-topleft: 50%;            
		border-top-left-radius: 50%;            
		-webkit-border-bottom-right-radius: 50%;            
		-moz-border-radius-bottomright: 50%;            
		border-bottom-right-radius: 50%;            
		-webkit-border-bottom-left-radius: 50%;            
		-moz-border-radius-bottomleft: 50%;            
		border-bottom-left-radius: 50%;            
		border: 5px solid #eaeaea;        
	}            
	.timeline >li >.timeline-badge i {                
		font-size: 28px;            
	}        
	.timeline >li.timeline-inverted >.timeline-panel {            
		float: right;            
		width: 628px;
	}            
	.timeline >li.timeline-inverted >.timeline-panel:before {
		border-left-width: 0;                
		left: -4px;                
		right: auto;            
	}            
	.timeline >li.timeline-inverted >.timeline-panel:after {                
		border-left-width: 0;                
		left: -68px;                
		right: auto;            
	}
	.timeline-badge.primary {    
		background-color: #4d9cf8 !important;
	}
	.timeline-badge.success {    
		background-color: #4CAF50 !important;
	}
	.timeline-badge.warning {    
		background-color: #FFC107 !important;
	}
	.timeline-badge.danger {    
		background-color: #f44336 !important;
	}
	.timeline-badge.info {    
		background-color: #03A9F4 !important;
	}
	.timeline-title {    
		margin-top: 0;    
		color: inherit;
	}
	.timeline-title div{
		display: inline-block;
		height: 68px;
		padding:0 30px;
		line-height: 68px;
		border-radius: 68px;
	}
	.timeline >li >.timeline-panel:hover .timeline-title div{
		background-color: #2C62E0;
		color:#fff;
	}
	.timeline-title .big{
		font-size: 2.5rem;
	}
	.timeline-title .small{
		font-size: 1.5rem;
	}
	.timeline-h2{
		padding:10px 30px;
		line-height: 26px;
	}
	.timeline-h2 .h2-big{
		font-size: 1.5rem;
		margin-right: 20px;
	}
	.timeline-h2 .h2-small{
		display: inline-block;
		font-size: 1rem;
		color:#2c62e0;
		border:1px solid #2C62E0;
		padding:0 10px;
		border-radius: 50px;
	}
	.timeline-body h3{
		padding:0 30px;
		margin:5px 0;
		font-weight: normal;
		font-size: 0.875rem;
	}
	.timeline-body p{
		padding:0 30px;
		margin:0;
		font-size: 0.875rem;
		color:#666;
		line-height: 24px;
	}
	.timeline >li >.timeline-panel{
		text-align: right;
	}
	.timeline >li.timeline-inverted >.timeline-panel{
		text-align: left;
	}
@media (max-width: 992px) {    
	ul.timeline:before {        
		left: 40px;    
	}    
	ul.timeline >li >.timeline-panel {        
		width: calc(100% - 100px) !important;        
		width: -moz-calc(100% - 100px) !important;        
		width: -webkit-calc(100% - 100px) !important;    
	}    
	ul.timeline >li >.timeline-badge {        
		left: 15px;        
		margin-left: 0;        
		top: 16px;    
	}    
	ul.timeline >li >.timeline-panel {        
		float: right;    
	}        
	ul.timeline >li >.timeline-panel:before {            
		border-left-width: 0;            
		border-right-width: 15px;            
		left: -15px;            right: auto;        
	}        
	ul.timeline >li >.timeline-panel:after {            
		border-left-width: 0;            
		border-right-width: 14px;            
		left: -14px;            
		right: auto;        
	}
}
