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 .c1{
	overflow: hidden;
}
.page .content .menuList{
	width: 28%;
	color: #C0BEC1;
	font-size: .18rem;
	float: left;
}
.page .content .menuList a{
	color: #C0BEC1;
	text-decoration: none;
}
.page .content .menuList div{
	padding-left: 72%;
	line-height: .9rem;
	cursor: pointer;
}
.page .content .menuList div:hover{
	border-bottom: 1px solid #F2F2F2;
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .menuList div:hover a{
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .menuList .active{
	border-bottom: 1px solid #F2F2F2;
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .intr{
	width: 55%;
	float: left;
}
.page .content .bg1{
	width: 50%;
	height: 5rem;
	background-color: #F6F7E2;
	position: absolute;
	z-index: -1;
}
.page .content .bg2{
	width: 45%;
	height: 4rem;
	margin: .6rem 2.5%;
	background-color: #fff;
	position: absolute;
	z-index: -1;
}
.page .content .bg3{
	width: 40%;
	height: 4rem;
	margin-top: 1.2rem;
	margin-left: 7.5%;
	background-color: #fff;
	position: absolute;
	z-index: -1;
}
.page .content .flex{
	padding-top: 1.2rem;
	padding-left: 10%;
	overflow: hidden;
	box-sizing: border-box;
}
.page .content .flex .img{
	display: block;
	width: 3rem;
	border-radius: .1rem;
	float: left;
}
.page .content .flex .f1{
	float: left;
	padding-left: .3rem;
	background-color: #fff;
}
.page .content .flex .title{
	font-size: .36rem;
	font-weight: bold;
	color: #4F5048;
	padding-bottom: .4rem;
}
.page .content .flex .f1 img{
	display: block;
	width: 1.2rem;
	margin-bottom: .4rem;
}
.page .content .flex .desc{
	width: 4.4rem;
	font-size: .22rem;
	color: #4F5048;
	letter-spacing: 1px;
	line-height: .36rem;
}
.page .contents{
	width: 46%;
	padding-left: 30%;
	padding-top: .8rem;
	padding-bottom: .5rem;
}
.page .contents .cont1,.page .contents .cont2{
	overflow: hidden;
	padding-bottom: .6rem;
}
.page .contents .left{
	width: 46%;
	float: left;
	padding-top: .9rem;
}
.page .contents .left .title{
	font-size: .24rem;
	font-weight: bold;
	/* color: #2D585B; */
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: .14rem;
}
.page .contents .left .desc{
	font-size: .22rem;
	/* color: #3B6266; */
	line-height: .34rem;
	padding-top: .3rem;
}
.page .contents .right{
	width: 46%;
	height: 4.4rem;
	float: right;
	position: relative
}
.page .contents .right .bg{
	width: 3rem;
	height: 3.7rem;
	background-color: #DFFDFE;
	border-radius: 6px;
	position: absolute;
	top: 0;
	right: 0;
}
.page .contents .right img{
	width: 3rem;
	height: 3.7rem;
	border-radius: 6px;
	object-fit: cover;
	position: absolute;
	top: .8rem;
	right: 1rem;
}
.page .contents .rights{
	width: 46%;
	float: right;
	padding-top: .2rem;
}
.page .contents .lefts{
	width: 46%;
	height: 3.9rem;
	float: left;
	position: relative
}
.page .contents .rights .title{
	font-size: .24rem;
	font-weight: bold;
	/* color: #2D585B; */
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: .14rem;
}
.page .contents .rights .desc{
	font-size: .22rem;
	/* color: #3B6266; */
	line-height: .34rem;
	padding-top: .3rem;
}
.page .contents .lefts .bg{
	width: 3rem;
	height: 3.7rem;
	background-color: #DFFDFE;
	position: absolute;
	top: 0;
	left: 1rem;
}
.page .contents .lefts img{
	width: 3rem;
	height: 3.7rem;
	object-fit: cover;
	position: absolute;
	top: .8rem;
	left: 0;
}
.page .colors{
	color: #2D585B;
}
.page .bg1s{
	background-color: #F1FDE5 !important;
}
.page .color1{
	color: #62662D !important;
}
.page .bg2s{
	background-color: #FFEDE2 !important;
}
.page .color2{
	color: #5A4437 !important;
}
.page .bg3s{
	background-color: #ECEEFF !important;
}
.page .color3{
	color: #36395B !important;
}
.page .bg4{
	background-color: #FBDADA !important;
}
.page .color4{
	color: #643938 !important;
}
.page .bg5{
	background-color: #F6F7E2 !important;
}
.page .color5{
	color: #4F5048 !important;
}



/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .menuList{
	display: flex;
	justify-content: center;
	padding: .6rem .4rem;
}
.pages .menuList .li{
	border-radius: .5rem;
	border: 1px solid #868686;
	color: #868686;
	font-size: .26rem;
	padding: 3px .2rem;
	margin-right: .4rem;
}
.pages .menuList .li a{
	color: #868686;
	text-decoration: none;
}
.pages .menuList .active{
	border: none;
	border: 1px solid #08459B;
	background-color: #08459B;
	color: #fff;
}
.pages .content .intr{
	width: 100%;
	height: 9.4rem;
	margin: auto;
}
.pages .content .bg1{
	width: 100%;
	height: 6rem;
	background-color: #FFEDE2;
	position: absolute;
	z-index: -1;
}
.pages .content .bg2{
	width: 86%;
	height: 4.9rem;
	margin-top: .75rem;
	padding-top: .8rem;
	background-color: #fff;
	position: absolute;
	left: 7%;
	z-index: -1;
}
.pages .content .intr .img{
	display: block;
	width: 70%;
	margin: auto;
	position: absolute;
	top: 4.4rem;
	left: 15%;
	z-index: 1;
}
.pages .content .conts1{
	padding: 0 .6rem;
}
.pages .content .conts1 .title{
	font-size: .6rem;
	font-weight: bold;
	color: #5A4437;
}
.pages .content .conts1 img{
	display: block;
	width: 2.4rem;
	margin: .3rem 0;
}
.pages .content .conts1 .desc{
	font-size: .3rem;
	color: #7F5354;
	line-height: .5rem;
}
.pages .contents{
	padding: 1.2rem 0;
}
.pages .contents .conts{
	padding: 0 .6rem;
}
.pages .contents .conts .title{
	font-size: .5rem;
	font-weight: bold;
}
.pages .contents .conts img{
	display: block;
	width: 2.4rem;
	margin: .3rem 0;
}
.pages .contents .conts .desc{
	font-size: .3rem;
	line-height: .5rem;
}
.pages .contents .img{
	padding: .3rem 0;
}
.pages .contents .img img{
	width: 100%;
}
.pages .color1 .title{
	color: #2D585B;
}
.pages .color1 .desc{
	color: #467578;
}
.pages .color2 .title{
	color: #62662D;
}
.pages .color2 .desc{
	color: #767B40;
}
.pages .color3 .title{
	color: #5A4437;
}
.pages .color3 .desc{
	color: #705C51;
}
.pages .color4 .title{
	color: #36395B;
}
.pages .color4 .desc{
	color: #656986;
}
.pages .color5 .title{
	color: #643A39;
}
.pages .color5 .desc{
	color: #8E6463;
}
.pages .color6 .title{
	color: #4F5052;
}
.pages .color6 .desc{
	color: #73736A;
}