.h3Title{
	margin-top: 0.7rem;
	text-align: center;
	font-size: 0.5rem;
	letter-spacing: 2px;
	color: #333;	
}
.smallListBox{
	margin-top: 0.5rem;
	display: flex;
	flex-direction: column;
	padding-left: 1.4rem;
}
.smallListItem{
	margin-bottom: 0.32rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.smallListItemIcon{
	background: #ff9e32;
	border: 2px solid white;
	box-shadow: 0px 0px 3px #999;
	height: 0.3rem;
	width:  0.3rem;
	border-radius: 50%;
	margin-right: 0.3rem;
}
.smallListItemText{
	font-size: 0.4rem;
	color: #777;
	line-height: 1;
}
.solution{
	/* border: 1px solid red; */
	margin-top: 0.32rem;
}
.solutionH3{
	background:url(../img/partOneTitleBg.png) no-repeat center center;
	background-size:contain;
	margin: 0 0.32rem;
	font-size: 0.34rem;
	text-align: center;
	color: white;
	line-height: 1;
	padding-bottom: 0.264rem;
	padding-top: 0.264rem;
	letter-spacing: 1px;
}
.solutionMain{
	margin:0 0.6rem;
	margin-top: 0.315rem;
}
.solutionItem{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.solutionItemL{
	width: 1.35rem;
	margin-right: 0.26rem;
}
.solutionItemIcon{
	height: 1.35rem;
	width: 1.35rem;
	border-radius: 50%;
	background: white;
	color: #002a42;
	font-size: 0.315rem;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 2px solid #ffaf52;
	box-shadow: 0px 0px 5px #999;
	margin-right: 0.526rem;
}
.solutionItemText{
	font-size: 0.35rem;
	line-height: 1.4;
	color: #555;
	padding-top: 0.315rem;
	padding-bottom: 0.315rem;
	text-align: justify;
}
.whyChoose{
	padding-top: 0.5rem;
}
.whyChooseTitle{
	text-align: center;
	font-size: 0.5rem;
	letter-spacing: 1px;
	color: #333;
	padding-bottom: 0.1rem;
}
.whyChooseItems{
	/* background: red; */
	margin:0 0.56rem;
	margin-top: 0.4rem;
}
.whyChooseItemsUp{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.whyChooseItemsUp img{
	width: 0.62rem;
	height: 0.62rem;
	margin-left: 0.25rem;
}
.whyChooseItemsUp span{
	font-size: 0.395rem;
	color: #333;
}
.whyChooseItemsDown{
	font-size: 0.315rem;
	color: #888;
	margin-top: 0.2rem;
	line-height: 1.4;
}
.whyChoosePic{
	width: 60%;
	display: block;
	margin: 0 auto;
	padding-top: 0.55rem;
	padding-bottom: 0.7rem;
}
.QA{
	background: url(../img/wap_smallBanner02.jpg) no-repeat center center;
	padding-bottom: 0.8rem;
	background-size: cover;
}
.QAtitle{
	text-align: center;
	font-size: 0.5rem;
	letter-spacing: 1px;
	color: white;
	padding-bottom: 1rem;
	padding-top: 0.9rem;
}
.QAmain{
	display: flex;
}
.QAitem{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0.2rem;
}
.QAitem img{
	width: 0.8rem;
	height: 0.8rem;
}
.QAitem span{
	margin-top: 0.2rem;
	font-size: 0.22rem;
	line-height: 1.4;
	color: white;
	text-align: center;
}
.partner{
	padding-top: 1rem;
}
.partnerTitle{
	text-align: center;
	font-size: 0.5rem;
	letter-spacing: 1px;
	color: #333;
	padding-bottom: 0.5rem;
}
.partnerRow{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-bottom: 0.34rem;
}
.partnerPicBox{
	width: 45%;
	height: 2rem;
	border: 1px solid #e9e9e9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.partnerRow img{
	max-width: 100%;
	/* width: 45%;
	height: 2rem;
	border: 1px solid #e9e9e9; */
}
.otherPantner{
	padding: 0 0.4rem 0.9rem;
}
.otherPantner span{
	line-height: 1.6;
	color: #555;
	font-size: 0.35rem;
	margin-right: 0.263rem;
}