.motto {
    width: 100%;
    text-align: center;
    padding: 1.5em 0;
}
.motto .title1 {
    font-size: 18px;
    line-height: 2em;
    font-weight: normal;
    color: #168eff;
}
.motto .title2 {
    font-size: 20px;
}
.motto .cnt {
    padding-top: 1em;  
    color: #666;
    font-size: 14px; 
    line-height: 180%;     
}
.motto a {
    display: block; 
    width: 10em;   
    height: 2.5em;   
    line-height: 2.5em;    
    text-align: center; 
    margin: 30px auto 0;              
    background: #73beff;
    color: #FFF;
    font-size: 16px;  
    border-radius: 3px;   
}

.peopleGroup {
	background-color: #F2F2F2;
	padding: 10px;
	padding-bottom: 2em;
}
.peopleGroup:after {
	content: "";
	display: block;
	clear: both;
}
.peopleGroup .title {
	font-size: 20px;
	line-height: 3em;
	text-align: center;
}
.peopleGroup a img {
	width: 50%;
	float: left;
}
.peopleGroup .i4 img {
	float: right;
}

.partner {
	padding: 0.15rem 0.2rem;
}
.partner h2 {
	font-size: 0.32rem;
	color: #393939;
}
.partner div {
	padding: 0.1rem 0;
	text-align: center;
}
