.YY-tips {
	width: 100%;
	height: 3.5rem;
	background: #F3F3F3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.YY-tips-title {
	width: 3.6rem;
	text-align: center;
	font-size: 0.4rem;
	position: relative;
}

.YY-tips-title img {
	width: 2.4rem;
	position: absolute;
	top: -0.05rem;
	left: 0.7rem;
}

.YY-tips-title p {
	animation: fadeInUp;
	animation-duration: 2s;
}

.YY-tips-content {
	width: 10rem;
	text-align: center;
	font-size: 0.2rem;
	margin-top: 0.6rem;
	line-height: 0.32rem;
	animation: fadeInUp;
	animation-duration: 2s;
}

.YY-secen {
	width: 100%;
	height: 6rem;
	background-image: url(../img/product-bg.png);
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.YY-secen-title {
	width: 3.6rem;
	text-align: center;
	font-size: 0.4rem;
	position: relative;
	color: #fff;
}

.YY-secen-title img {
	width: 2.4rem;
	position: absolute;
	top: -0.05rem;
	left: 0.7rem;
}

.YY-secen-card {
	width: 80%;
	margin-top: 0.6rem;
}

.cardWidth {
	width: 100%;
}

.flexCenter {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 0.4rem;
	width: 100%;
	box-sizing: border-box;
}

.card-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card-img img {
	width: 90%;
	border-radius: 0.2rem;
}

.card-img p {
	color: #fff;
	font-size: 0.22rem;
	margin-top: 0.25rem;
}

.AboutUS-box {
	width: 100%;
	padding: 1rem 8.5% 1rem 16.5%;
	background: #F3F3F3;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.AboutUS-box-left {
	width: 50%;
	box-sizing: border-box;
	margin-right: 0.5rem;
	flex-shrink: 0;
}

.AboutUS-box-right {
	width: 50%;
	height: 4rem;
	box-sizing: border-box;
	flex-shrink: 0;
}

.AboutUS-box-right img {
	height: 100%;
}

.AboutUS-box-left h3 {
	font-size: 0.34rem;
	margin-bottom: 0.5rem;
}

.AboutUS-box-left p {
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-indent: 2em;
}

.AboutUS-img {
	width: 100%;
	height: 6rem;
	background-image: url(../img/AboutUs-bg.png);
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

.AboutUS-img-title {
	width: 3.6rem;
	text-align: center;
	font-size: 0.4rem;
	position: relative;
	color: #fff;
	margin-top: 0.7rem;
}

.AboutUS-img-title img {
	width: 2.4rem;
	position: absolute;
	top: -0.05rem;
	left: 0.7rem;
}

.AboutUS-img-list {
	display: flex;
	justify-content: center;
	width: 13rem;
}

.AboutUS-img-item {
	width: 33.3%;
	height: 4.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	box-sizing: border-box;
}

.AboutUS-img-item h3 {
	text-align: center;
	font-size: 0.24rem;
	margin-bottom: 0.2rem;
}

.AboutUS-img-item p {
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.36rem;
}

.ContactUs-list {
	padding: 1rem 8.5% 1rem 16.5%;
	box-sizing: border-box;
}

.ContactUs-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ContactUs-item-left {
	width: 50%;
	box-sizing: border-box;
}

.ContactUs-item-left img {
	width: 100%;
}

.ContactUs-item-right {
	width: 50%;
	padding: 0 0.6rem;
	box-sizing: border-box;
}

.ContactUs-item-title {
	display: flex;
	align-items: center;
	font-size: 0.34rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.hr {
	width: 0.06rem;
	height: 0.3rem;
	background-color: #048E90;
	margin-right: 0.15rem;
}

.ContactUs-item-desc {
	font-size: 0.18rem;
	line-height: 0.36rem;
}

.JoinUs-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/JoinUS-bg.png);
	background-size: 100% 100%;
	width: 100%;
	height: 10rem;
	background-color: rgba(255, 255, 255, .3);
	padding: 1rem 16.5% 1rem 16.5%;
	box-sizing: border-box;
}

.JoinUs-item-1 {
	width: 6rem;
	height: 8rem;
	background-image: url(../img/JoinUS-1.png);
	background-size: 100% 100%;
	margin-right: 0.25rem;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 0.12rem;
	overflow: hidden;
	position: relative;
}

.JoinUs-item-2 {
	width: 6rem;
	height: 8rem;
	background-image: url(../img/JoinUS-2.png);
	background-size: 100% 100%;
	margin-left: 0.25rem;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 0.12rem;
	overflow: hidden;
	position: relative;
}

.JoinUs-item-title {
	text-align: center;
	font-size: 0.6rem;
	margin-top: 1.2rem;
}

.JoinUs-item-desc {
	margin-top: 0.4rem;
	padding: 0 1rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.36rem;
}

.JoinUs-item-bottom {
	position: absolute;
	bottom: 0.5rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.JoinUs-item-bottom p {
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3rem;
}

.JoinUs-item-bottom .btn {
	background-color: #048E90;
	color: #fff;
	text-align: center;
	border-radius: 0.12rem;
	width: 4.8rem;
	height: 0.5rem;
	line-height: 0.5rem;
}

.Scheme-list {
	padding: 1rem 8.5% 1rem 16.5%;
	box-sizing: border-box;
}

.Scheme-type {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.type-item {
	height: 0.4rem;
	padding: 0 0.1rem;
	border: 0.01rem solid #048E90;
	border-radius: 0.12rem;
	line-height: 0.4rem;
	margin-right: 0.1rem;
	margin-bottom: 0.16rem;
}

.type-item-active {
	background-color: #048E90;
	color: #fff;
}

.Scheme-content {
	display: flex;
	padding: 0 1rem;
	margin-top: 0.6rem;
}

.Scheme-content-left{
	margin-top:0.5rem;
}

.Scheme-content-right {
	margin-left: 0.5rem;
}

.Scheme-title {
	font-size: 0.34rem;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.Scheme-desc {
	margin-top: 0.2rem;
	line-height: 0.32rem;
	font-size: 0.18rem;
	text-indent: 2em;
}

.Scheme-imgs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Scheme-img-item {
	width: 30%;
}

.mt30 {
	margin-top: 0.3rem;
}

.fontWeight{
	font-weight: bold;
}