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 .intr{
	width: 65%;
	margin: auto;
}
.page .content .bg1{
	width: 65%;
	height: 6rem;
	background-color: #F1F2FF;
	position: absolute;
	z-index: -1;
}
.page .content .bg2{
	width: 55%;
	height: 4rem;
	margin: 1rem 5%;
	background-color: #fff;
	position: absolute;
	z-index: -1;
}
.page .content .bg3{
	width: 45%;
	height: 4rem;
	margin-left: 15%;
	margin-top: 4rem;
	background-color: #fff;
	position: absolute;
	z-index: -1;
}
.page .content .flex{
	padding-top: 1.6rem;
	padding-left: 12%;
	overflow: hidden;
	box-sizing: border-box;
}
.page .content .flex .img{
	display: block;
	width: 4rem;
	float: left;
}
.page .content .flex .f1{
	float: left;
	padding-left: .3rem;
	background-color: #fff;
}
.page .content .flex .title{
	font-size: .4rem;
	font-weight: bold;
	color: #2A3F88;
	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: .24rem;
	color: #425494;
	letter-spacing: 2px;
	line-height: .4rem;
}
.page .contents {
	width: 65%;
	padding-top: .8rem;	
	padding-bottom: .5rem;
	margin: auto;
}
.page .contents .heads{
	padding-left: 12%;
	font-size: .26rem;
	font-weight: bold;
	color: #5A4437;
}
.page .contents .heads img{
	width: 1.2rem;
}
.page .contents .one{
	background-color: #FFEDE2;
	color: #5A4437;
	padding: 0 .4rem;
	border-radius: 6px;
	margin-top: .3rem;
}
.page .contents .two{
	background-color: #FBDADA;
	color: #643938;
	padding: 0 .4rem;
	border-radius: 6px;
	margin-top: .3rem;
}
.page .contents .list{
	padding-left: 12%;
}
.page .contents .list .head{
	line-height: .6rem;
	font-size: .24rem;
	font-weight: bold;
	color: #5A4437;
	position: relative;
}
.page .contents .list .head .rote{
	width: .14rem;
	vertical-align: middle;
	transform: rotate(180deg);
	position: absolute;
	top: 45%;
	right: 0;
}
.page .contents .list .cont{
	font-size: .18rem;
	padding-top: .2rem;
	border-top: 1px solid #E5D1C4;
	/* display: none; */
}
.selected{
	display: block;
}
.page .contents .list .cont .cli{
	overflow: hidden;
	padding-bottom: .12rem;
}
.page .contents .list .cont .c1{
	float: left;
}
.page .contents .list .cont .c2{
	float: right;
}



/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .tabList{
	display: flex;
	justify-content: center;
	padding: .6rem .4rem;
}
.pages .tabList .li{
	border-radius: .5rem;
	border: 1px solid #868686;
	color: #868686;
	font-size: .26rem;
	padding: 3px .2rem;
	margin: 0 .2rem;
}
.pages .tabList .active{
	border: none;
	background-color: #08459B;
	color: #fff;
}
.pages .tabList a{
	text-decoration: none;
	color: #868686;
}
.pages .content .intr{
	width: 100%;
	height: 9.4rem;
	margin: auto;
}
.pages .content .bg1{
	width: 100%;
	height: 7.5rem;
	background-color: #F1F2FF;
	position: absolute;
	z-index: -1;
}
.pages .content .bg2{
	width: 86%;
	height: 6rem;
	margin-top: 1.1rem;
	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 .conts{
	padding: 0 .6rem;
}
.pages .content .conts .title{
	font-size: .6rem;
	font-weight: bold;
	color: #2A3F88;
}
.pages .content .conts img{
	display: block;
	width: 2.4rem;
	margin: .4rem 0;
}
.pages .content .conts .desc{
	font-size: .3rem;
	color: #203986;
}
.pages .contents {
	width: 84%;
	padding-top: .8rem;	
	padding-bottom: .5rem;
	margin: auto;
}
.pages .contents .heads{
	font-size: .54rem;
	font-weight: bold;
	color: #5A4437;
}
.pages .contents .one{
	background-color: #FFEDE2;
	color: #5A4437;
	padding: 0 .3rem;
	border-radius: 6px;
	margin-top: .3rem;
}
.pages .contents .two{
	background-color: #FBDADA;
	color: #643938;
	padding: 0 .3rem;
	border-radius: 6px;
	margin-top: .3rem;
}
.pages .contents .list .head{
	line-height: 1rem;
	font-size: .38rem;
	font-weight: bold;
	color: #5A4437;
	position: relative;
}
.pages .contents .list .head .rote{
	width: .34rem;
	vertical-align: middle;
	transform: rotate(180deg);
	position: absolute;
	top: 35%;
	right: 0;
}
.pages .contents .list .cont{
	font-size: .18rem;
	padding-top: .2rem;
	border-top: 1px solid #E5D1C4;
	display: none;
}
.selected{
	display: block;
}
.pages .contents .list .cont .cli{
	padding-bottom: .12rem;
}
.pages .contents .list .cont .c1{
	font-size: .3rem;
	padding: 0 .3rem;
	line-height: .46rem;
	position: relative;
}
.pages .contents .list .cont .c1::before{
	content: '-';
	font-size: .2rem;
	font-weight: bold;
	line-height: .42rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: .1rem;
	
}
.pages .contents .list .cont .c2{
	font-size: .3rem;
	font-weight: bold;
	padding: 0 .3rem;
}

