html,body{
	padding: 0;
	margin: 0;
}
img{
	border: 0 none;
}
.page{
	padding-top: 1.2rem;
}
/* tab栏 */
.page .tab{
	width: 100%;
	padding: .3rem 20%;
	background-color: #F9F9F9;
	overflow: hidden;
	font-size: .18rem;
	color: #979797;
	box-shadow: 0px 1px 10px 2px #ddd;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
.page .tab div{
	float: left;
	cursor: pointer;
}
.page .tab .homes{
	vertical-align: middle;
}
.page .tab .homes img{
	width: .22rem;
	vertical-align: middle;
}
.page .tab .homes span{
	padding-left: .26rem;
}
.page .tab a{
	text-decoration: none;
	color: #979797;
}
.page .tab .shu{
	display: inline-block;
	width: 1px;
	height: .12rem;
	background-color: #A6A6A6;
	vertical-align: middle;
	margin: .06rem .24rem;
}
.page .content .banner img{
	width: 100%;
}
.page .content .boxs{
	width: 60%;
	margin: .5rem auto;
	overflow: hidden;
}
.page .content .boxs .box{
	width: 90%;
	background-color: #FFEDE2;
	font-size: .2rem;
	color: #523827;
	border-radius: 6px;
	padding: .5rem 1.3rem;
	box-sizing: border-box;
	position: relative;
	float: right;
}
.page .content .boxs .title{
	font-size: .28rem;
	font-weight: bold;
	color: #4A2C17;
	position: absolute;
	top: 50%;
	left: -9%;
	transform: translateY(-50%);
}
.page .content .imgList {
	width: 60%;
	margin: .8rem auto;
	overflow: hidden;
}
.page .content .imgList img{
	display: block;
	width: 31%;
	float: left;
}
.page .content .imgList .img{
	margin: 0 3.5%;
}



/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .content{
	padding-bottom: 1.4rem;
}
.pages .content .banner img{
	width: 100%;
}
.pages .content .cont{
	padding: 0 .5rem
}
.pages .content .cont .title{
	font-size: .5rem;
	font-weight: bold;
	padding: .3rem 0;
}
.pages .content .cont .desc{
	font-size: .34rem;
	font-weight: bold;
	color: #003C99;
	line-height: .54rem;
}
.pages .content .cont .learmMore{
	width: 2.2rem;
	height: .56rem;
	background-color: rgb(8,69,155);
	padding-left: .3rem;
	color: #fff;
	font-size: .26rem;
	border-radius: .6rem;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-top: .5rem;
}
.pages .content .cont .right{
	display: block;
	width: .5rem;
	margin-left: .14rem;
}
.pages .content .boxs .title{
	font-size: .44rem;
	font-weight: bold;
	text-align: center;
	color: #5A4437;
	padding: 1.2rem 0 .3rem;
}
.pages .content .boxs .box{
	background-color: #FFEDE2;
	color: #52392B;
	font-size: .32rem;
	padding: .3rem 1rem;
	text-align: center;
	line-height: .5rem;
}
.pages .content .imgList{
	width: 100%;
	display: flex;
	padding: 1.6rem 0 .6rem;
	overflow-x: scroll;
	/* 隐藏默认的滚动条样式 */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
.pages .content .imgList::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}
.pages .content .imgList img{
	width: 5rem;
	border-radius: .3rem;
	margin-left: .5rem;
}
.pages .content .bottom{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: .34rem;
}
.pages .content .bottom img{
	display: block;
	width: .34rem;
	margin: 0 .3rem;
}
.pages .content .bottom .left{
	transform: rotate(-180deg);
	opacity: .3;
}