html,body{
	padding: 0;
	margin: 0;
}
img{
	border: 0 none;
}
/* PC */
.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: #DFFDFE;
	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: #2D585B;
	padding-bottom: .4rem;
}
.page .content .flex .f1 img{
	display: block;
	width: 1.2rem;
	margin-bottom: .4rem;
}
.page .content .flex .desc,.page .content .flex .descs{
	width: 4.4rem;
	font-size: .22rem;
	color: #2D585B;
	letter-spacing: 2px;
	line-height: .36rem;
}
.page .content .flex span{
	color: #62662D;
	font-weight: bold;
}
.page .contents{
	width: 50%;
	padding-left: 28%;
	padding-top: .8rem;	
	padding-bottom: .5rem;
}
.page .contents .cont1{
	padding: 0 .4rem .3rem;
	position: relative;
}
.page .contents .cont1 .img{
	width: 85%;
}
.page .contents .cont1 .box{
	width: 28%;
	background-color: #F1FDE5;
	padding: 0 .5rem;
	font-size: .22rem;
	color: #6D723D;
	position: absolute;
	right: 10%;
	bottom: 0;
	z-index: 5;
}
.page .contents .cont1 .box .desc{
	padding-top: .5rem;
}
.page .contents .cont1 .box  img{
	width: 1rem;
	margin: .3rem 0;
}
.page .contents .cont2{
	width: 90%;
	padding: .6rem .4rem;
	font-size: .22rem;
	color: #2A2A2A;
	line-height: .4rem;
	letter-spacing: 1px;
}
.page .contents .cont3{
	width: 94%;
	background-color: #FFEDE2;
	border-radius: 4px;
	padding: 0 .9rem .4rem;
	font-size: .22rem;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto .4rem;
}
.page .contents .cont3 .d1{
	width: 2rem;
	color: #5A4437;
	font-size: .28rem;
	font-weight: bold;
	padding-top: .5rem;
	float: left;
}
.page .contents .cont3 .d1 .f1{
	font-size: .5rem;
	line-height: .26rem;
}
.page .contents .cont3 .d2{
	float: left;
	padding-right: .5rem;
	color: #5A4437;
	padding-top: .5rem;
}
.page .contents .cont3 .d3{
	float: left;
	color: #5A4437;
	padding-top: .5rem;
	line-height: .36rem;
}



/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .menuList{
	display: flex;
	justify-content: space-between;
	padding: .6rem .4rem;
}
.pages .menuList .li{
	border-radius: .5rem;
	border: 1px solid #868686;
	color: #868686;
	font-size: .22rem;
	padding: 0 .2rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
}
.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: 7.5rem;
	background-color: #DFFDFE;
	position: absolute;
	z-index: -1;
}
.pages .content .bg2{
	width: 86%;
	height: 6rem;
	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 .f1{
	padding: 0 .5rem;
}
.pages .content .f1 .title{
	font-size: .56rem;
	font-weight: bold;
	color: #2D585B;
}
.pages .content .f1 .heng{
	display: block;
	width: 2.2rem;
	margin: .3rem 0;
}
.pages .content .f1 .desc{
	font-size: .3rem;
	color: #4D7B7E;
	line-height: .5rem;
}
.pages .contents {
	padding-bottom: 1rem;
}
.pages .contents .cont1 {
	padding: .5rem .5rem .8rem;
	position: relative;
}
.pages .contents .cont1 .img{
	width: 100%;
}
.pages .contents .cont1 .box{
	width: 3rem;
	padding: .6rem;
	background-color: #F1FBE6;
	color: #989F70;
	font-size: .3rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
}
.pages .contents .cont2{
	padding: .8rem .5rem 1.4rem;
}
.pages .contents .cont2 .desc{
	font-size: .3rem;
	color: #7A7A7A;
	line-height: .5rem;
}
.pages .contents .cont3{
	width: 100%;
	background-color: #FFEDE2;
	padding: .5rem 1rem;
	box-sizing: border-box;
	margin-bottom: .4rem;
}
.pages .contents .cont3 .title{
	font-size: .5rem;
	font-weight: bold;
	color: #5A4438;
}
.pages .contents .cont3 .flex{
	display: flex;
}
.pages .contents .cont3 .d2{
	font-size: .4rem;
	padding-left: .3rem;
	color: #755F50;
	line-height: .6rem;
	padding-top: .2rem;
}
