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: #F1FBE6;
	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;
	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: #76773b; */
	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: 32%;
	padding-top: .8rem;
	padding-bottom: .8rem;
}
.page .contents .cont2,.page .contents .cont3,.page .contents .cont4,.page .contents .cont5{
	display: none;
}
.page .contents .cont1 .title{
	font-size: .28rem;
	font-weight: bold;
	text-indent: .5rem;
	padding-bottom: .3rem;
}
.page .contents .cont1 .title span{
	padding-right: .2rem;
}
.page .contents .cont1 .desc{
	font-size: .22rem;
	color: #202020;
	text-indent: .5rem;
	line-height: .36rem;
}
.page .contents .cont2 .flex_space{
	overflow: hidden;
}
.page .contents .cont2 .flex_space .li{
	width: 31%;
	height: 4.4rem;
	float: left;
	background-color: #FBDADA;
	border-radius: 6px;
	padding: .6rem .4rem;
	box-sizing: border-box;
}
.page .contents .cont2 .flex_space .li:nth-child(2){
	margin: 0 3%;
}
.page .contents .cont2 .flex_space .li .title{
	font-size: .22rem;
	font-weight: bold;
	color: #633838;
	text-align: center;
	line-height: .4rem;
}
.page .contents .cont2 .flex_space .li .desc{
	font-size: .22rem;
	color: #6F4746;
	line-height: .34rem;
	padding-top: .1rem;
}
.page .contents .cont2 .descs{
	text-indent: .3rem;
	font-size: .22rem;
	padding-top: .4rem;
	line-height: .34rem;
}
.page .contents .cont3 .title{
	font-size: .28rem;
	font-weight: bold;
	color: #482911;
	text-align: center;
	padding-bottom: .2rem;
}
.page .contents .cont3 .desc{
	font-size: .22rem;
	color: #794F4F;
	text-align: center;
	line-height: .34rem;
}
.page .contents .cont3 .boxs{
	overflow: hidden;
}
.page .contents .cont3 .boxs .box{
	width: 90%;
	padding: .5rem;
	background-color: #FFEDE2;
	font-size: .22rem;
	color: #6F5540;
	line-height: .34rem;
	border-radius: 6px;
	margin-top: .4rem;
	position: relative;
	float: right;
	box-sizing: border-box;
}
.page .contents .cont3 .boxs .box .titles{
	font-size: .28rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: -8%;
	transform: translateY(-50%);
}
.page .contents .cont4 .title{
	font-size: .28rem;
	font-weight: bold;
	color: #5D611B;
	text-align: center;
	padding-bottom: .2rem;
}
.page .contents .cont4 .desc{
	font-size: .22rem;
	color: #343A00;
	text-align: center;
	line-height: .34rem;
}
.page .contents .cont4  .floats,.page .contents .cont4  .floats1{
	overflow: hidden;
	padding-top: .22rem;
}
.page .contents .cont4  .floats1{
	padding-left: 1.6rem;
}
.page .contents .cont4  .floats .box,.page .contents .cont4  .floats1 .box{
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background-color: #F1FBE6;
	float: left;
	font-size: .28rem;
	font-weight: bold;
	color: #63682F;
	text-align: center;
	line-height: .4rem;
	padding-top: .6rem;
	box-sizing: border-box;
}
.page .contents .cont4  .floats .box:nth-child(2){
	margin: 0 .6rem;
}
.page .contents .cont4  .floats1 .box{
	margin-right: .6rem;
}
.page .contents .cont5 .title{
	font-size: .28rem;
	font-weight: bold;
	color: #2D585B;
	text-align: center;
	padding-bottom: .2rem;
}
.page .contents .cont5 .desc{
	font-size: .22rem;
	color: #387073;
	text-align: center;
	line-height: .34rem;
}
.page .contents .cont5 .boxs{
	overflow: hidden;
	padding: .4rem 0;
}
.page .contents .cont5 .b1{
	height: 2.6rem;
	background-color: #DFFDFE;
	padding: .5rem .3rem;
	border-radius: .2rem;
	float: left;
	font-size: .22rem;
	font-weight: bold;
	text-align: center;
	color: #1E5054;
	box-sizing: border-box;
}
.page .contents .cont5 .b1 .b1_1{
	padding-bottom: .8rem;
}
.page .contents .cont5 .b2{
	height: 2.6rem;
	background-color: #DFFDFE;
	padding: .9rem .3rem;
	border-radius: .2rem;
	float: left;
	font-size: .22rem;
	font-weight: bold;
	text-align: center;
	color: #1E5054;
	box-sizing: border-box;
}
.page .contents .cont5 .b3{
	width: 2rem;
	height: 2.6rem;
	background-color: #DFFDFE;
	padding: .3rem .3rem;
	border-radius: .2rem;
	float: left;
	font-size: .22rem;
	font-weight: bold;
	color: #1E5054;
	box-sizing: border-box;
}
.page .contents .cont5 .img1{
	display: block;
	width: 1rem;
	float: left;
	margin: .45rem .1rem;
}
.page .contents .cont5 .img2{
	display: block;
	width: 1rem;
	float: left;
	margin: 1rem .1rem;
}
.page .contents .cont5 .box{
	background-color: #DFFDFE;
	padding: .3rem 1rem;
	border-radius: 6px;
	box-sizing: border-box;
}
.page .contents .cont5 .box .tip{
	font-size: .5rem;
	font-weight: bold;
	line-height: .1rem;
	padding-top: .3rem;
}



/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .menuList{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: .6rem .4rem;
}
.pages .menuList .li{
	border-radius: .5rem;
	border: 1px solid #868686;
	color: #868686;
	font-size: .26rem;
	padding: 3px .2rem;
	margin-right: .4rem;
	margin-bottom: .2rem;
}
.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: 8rem;
	background-color: #F1FBE6;
	position: absolute;
	z-index: -1;
}
.pages .content .bg2{
	width: 86%;
	height: 6.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;
	border-radius: .2rem;
	position: absolute;
	top: 5.4rem;
	left: 15%;
	z-index: 1;
}
.pages .content .conts1{
	padding: 0 .6rem;
	color: #737644;
}
.pages .content .conts1 .title{
	font-size: .6rem;
	font-weight: bold;
	/* color: #737644; */
}
.pages .content .conts1 img{
	display: block;
	width: 2.4rem;
	margin: .3rem 0;
}
.pages .content .conts1 .desc{
	font-size: .3rem;
	/* color: #696E28; */
	line-height: .5rem;
}
.pages .content .conts1 .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 .conts1 .right{
	display: block;
	width: .5rem;
	margin-left: .14rem;
}
.pages .contents {
	padding: .8rem .5rem;
}
.pages .contents .cont1 .title{
	padding: 0 .1rem;
	font-size: .44rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	padding-bottom: .3rem;
}
.pages .contents .cont1 .desc{
	line-height: .5rem;
	font-size: .3rem;
	color: #3E3E3E;
	padding-bottom: .5rem;
}
.pages .content .cont2,.pages .content .cont3,.pages .content .cont4,.pages .content .cont5{
	display: none;
}
.pages .content .cont2 .flex_space .li{
	background-color: #FBDADA;
	padding: .5rem .4rem;
	border-radius: .2rem;
	margin-bottom: .4rem;
}
.pages .content .cont2 .flex_space .title{
	font-size: .36rem;
	font-weight: bold;
	color: #704545;
	text-align: center;
}
.pages .content .cont2 .flex_space .desc{
	font-size: .33rem;
	line-height: .5rem;
	color: #805555;
	padding-top: .2rem;
}
.pages .content .cont2 .descs{
	font-size: .3rem;
	color: #6E6E6E;
	line-height: .5rem;
	text-align: center;
}
.pages .content .cont3 .title{
	font-size: .45rem;
	font-weight: bold;
	color: #685244;
	text-align: center;
	padding-bottom: .2rem;
}
.pages .content .cont3 .desc{
	color: #685244;
	font-size: .3rem;
	padding-top: .1rem;
	line-height: .5rem;
	text-align: center;
	padding: 0 .1rem .5rem;
}
.pages .content .cont3 .box{
	background-color: #FFEDE2;
	color: #533C2F;
	font-size: .3rem;
	padding: .3rem .5rem;
	margin-bottom: .4rem;
	border-radius: .3rem;
	line-height: .5rem;
}
.pages .content .cont3 .box .titles{
	font-size: .4rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: .2rem;
}
.pages .content .cont4 .title{
	font-size: .4rem;
	font-weight: bold;
	color: #62662D;
	text-align: center;
	padding-bottom: .2rem;
}
.pages .content .cont4 .desc{
	color: #69733B;
	font-size: .3rem;
}
.pages .content .cont4 .relave{
	height: 16rem;
	position: relative;
	padding-top: .4rem;
}
.pages .content .cont4 .relave .box{
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 50%;
	background-color: #F1FBE6;
	color: #5B6021;
	font-size: .34rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.pages .content .cont4 .relave .box2{
	position: absolute;
	top: 3.3rem;
	right: 0;
	z-index: 5;
}
.pages .content .cont4 .relave .box3{
	position: absolute;
	top: 6.2rem;
	left: 0;
	z-index: 5;
}
.pages .content .cont4 .relave .box4{
	position: absolute;
	top: 9.1rem;
	right: 0;
	z-index: 5;
}
.pages .content .cont4 .relave .box5{
	position: absolute;
	top: 12rem;
	left: 0;
	z-index: 5;
}
.pages .content .cont4 .relave .box6{
	width: 2.4rem;
	height: 2.4rem;
	background-color: #F8FFF3;
	border-radius: 50%;
	position: absolute;
	top: 1.8rem;
	right: -0.5rem;
}
.pages .content .cont4 .relave .box7{
	width: 2.4rem;
	height: 2.4rem;
	background-color: #F8FFF3;
	border-radius: 50%;
	position: absolute;
	top: 4.6rem;
	left: -0.5rem;
}
.pages .content .cont4 .relave .box8{
	width: 2.4rem;
	height: 2.4rem;
	background-color: #F8FFF3;
	border-radius: 50%;
	position: absolute;
	top: 7.8rem;
	right: -0.5rem;
}
.pages .content .cont5 .title{
	font-size: .4rem;
	font-weight: bold;
	color: #2D585B;
	text-align: center;
}
.pages .content .cont5 .desc{
	color: #34676A;
	font-size: .3rem;
	text-align: center;
	line-height: .5rem;
	padding-top: .3rem;
}
.pages .content .cont5 .boxs .flex{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: .5rem;
}
.pages .content .cont5 .boxs .flex .b1{
	background-color: #DFFDFE;
	width: 2.7rem;
	height: 2.8rem;
	border-radius: .2rem;
	font-size: .34rem;
	font-weight: bold;
	text-align: center;
	color: #355E62;
}
.pages .content .cont5 .boxs .flex .img1{
	width: 1.6rem;
	position: absolute;
	top: .8rem;
	left: 50%;
	transform: translateX(-50%);
}
.pages .content .cont5 .boxs .flex .img2{
	width: 1.6rem;
	position: absolute;
	bottom: .4rem;
	left: 50%;
	transform: translateX(-50%);
}
.pages .content .cont5 .boxs .flex .b1_1{
	padding-top: .5rem;
}
.pages .content .cont5 .boxs .flex .b1_2{
	padding-top: .5rem;
}
.pages .content .cont5 .boxs .flex .b2{
	background-color: #DFFDFE;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.7rem;
	height: 2.8rem;
	border-radius: .2rem;
	font-size: .34rem;
	font-weight: bold;
	text-align: center;
	color: #355E62;
}
.pages .content .cont5 .boxs .flex .img3{
	width: 1.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pages .content .cont5 .boxs .flex .b3{
	background-color: #DFFDFE;
	width: 2.7rem;
	height: 5.2rem;
	border-radius: .2rem;
	font-size: .34rem;
	font-weight: bold;
	color: #355E62;
	padding: .4rem .5rem;
	box-sizing: border-box;
	line-height: .56rem;
}
.pages .content .cont5 .boxs .flex .b4{
	background-color: #DFFDFE;
	width: 2.7rem;
	height: 5.2rem;
	border-radius: .2rem;
	font-size: .34rem;
	font-weight: bold;
	text-align: center;
	color: #355E62;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pages .content .cont5 .boxs .desc{
	font-size: .3rem;
	background-color: #DFFDFE;
	border-radius: .2rem;
	margin-top: .4rem;
	padding: .5rem .6rem;
	
}