.wz{
	width: 100%;
}
.wz h2{
	color: #fff;
	font-size: 1.5em;
	padding-left: 8%;

}
.wz img{
	width: 100%;
}
.position{
	font-size: 14px;
	padding:5px;
	background: #e5e5e5;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ter{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap-reverse;
	flex-flow: row;
	justify-content: right;
	align-items: center; 
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right:15px;
	}
.ter_left{
	width: 50%;
	order: 1;
	flex:0 1 auto;
}
.ter_right{
	width: 50%;
	order: 1;
	flex:0 1 auto;
}
.ter_right h3{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ter_right p{
	line-height: 30px;
	font-size: 14px;
	width: 80%;
}
.ter_right button{
	font-size: 14px;
	padding:5px;
	border: 1px solid #DDD;
	background-color: #FFF;
	margin-top: 20px;
	color: #949393;
}
.ter_left img{
	width: 80%;
}
.an{
	width: 100%;
}
.tero{
	background: #f1f2f4;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap-reverse;
	flex-flow: row;
	justify-content: right;
	align-items: center; 
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right:15px;
	
}
.tero_left{
	width: 50%;
	order: 1;
	flex:0 1 auto;
	padding-left: 6%;

}
.tero_right{
	width: 50%;
	order: 1;
	flex:0 1 auto;
}
.tero_right img{
	width: 80%;
}
.tero_left h3{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tero_left p{
	line-height: 30px;
	font-size: 14px;
	width: 85%;
}
.tero_left button{
	font-size: 14px;
	padding:5px;
	border: 1px solid #FFF;
	background-color: #f1f2f4;
	margin-top: 20px;
	color: #949393;
	margin-top: 20px;
}
.cent{
	padding:15px 0;
}
.cent img{
	height:100%;
	width: 100%;
}
.cent h2{
	text-align: center;
	font-size: 2em;
	
	/*border-bottom: 2px solid #1e2434; */
}

.row li{
	list-style: none;
	margin-top: 30px;
	padding-left: -15px;
	padding-right: -15px;

}
.row li img{
	width: 100%;
	height: 200px;
}
 .br     {
 	border:1px solid #757575;
 	text-align: center;
 	padding-top: 15px;
 	padding-bottom: 15px;
 }
.container h2{
	text-align: center;
	font-size: 2em;
}
.br h3{
	font-size: 1.5em;
} 
.br span{
	color:#757575;
	font-size: 14px;
}  
.row{
	margin:0;
} 
@media (max-width:768px){
.ter{
	display: flex;
	flex-direction:column;
	
	
}
.ter_right p{
	line-height: 30px;
	font-size: 14px;
	width: 100%;
}
.ter_right h3{
	text-align: center;
}
.ter_left{
	width: 100%;
	

}

.ter_right{
	width:100%;
	
}
.ter_left img{
	width: 100%;
}
.an{
	width: 100%;
	text-align: center;
}
.ter_right button{
	margin-left: 35%;
	margin-bottom: 10px;
}
/*当缩小到768px ter跟随着变化*/
.tero{
	flex-direction: column-reverse;	
	
}
.tero_left{
	width: 100%;
	padding-left: 0;

}
.tero_right{
	width: 100%;
	
}
.tero_right img{
	width: 100%;
}
.tero_left h3{
	text-align: center;
}
.tero_left p{
	line-height: 30px;
	font-size: 14px;
	width: 100%;
}
.tero_left button{
	margin-left:35%;
	margin-bottom:10px; 
}




}
@media (max-width:998px){
.tero_left p {
    line-height: 30px;
    font-size: 14px;
    width: 100%;
}
.tero_left button{
	margin-left:35%;
	margin-bottom:10px; 
}

}