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: #EFF2FF;
	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{
	padding-left: 28%;
	width: 50%;
	padding-bottom: 1rem;
}
.page .contents .box{
	padding-left: 18%;
	position: relative;
	overflow: hidden;
	margin-top: .5rem;
}
.page .contents .box .tip{
	font-size: .3rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 18%;
	transform: translateY(-50%);
}
.page .contents .box .boxs{
	width: 90%;
	height: 1.6rem;
	background-color: #F3F5F6;
	float: right;
}
.page .conts {
	padding-top: .8rem;
}
.page .conts .heads{
	overflow: hidden;
	padding-bottom: .4rem;
}
.page .conts .heads .left{
	display: block;
	float: left;
	width: 8rem;
}
.page .conts .heads .right{
	display: block;
	float: right;
	width: 8rem;
}
.page .conts .cont{
	padding: .8rem 1rem;
	font-size: .22rem;
	border-radius: .1rem;
	line-height: .36rem;
}
.color1{
	background-color: #EEFCE6;
	color: #434500;
}
.color2{
	background-color: #ECEFFF;
	color: #2E4189;
}
.color3{
	background-color: #F9DCDC;
	color: #633939;
}
.color4{
	background-color: #DFFDFE;
	color: #2D585B;
}
.color5{
	background-color: #FEEDE2;
	color: #574737;
}


/* 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;
}
.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: #F1F2FF;
	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%;
	border-radius: .1rem;
	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: #2E4189;
}
.pages .content .f1 .heng{
	display: block;
	width: 2.2rem;
	margin: .3rem 0;
}
.pages .content .f1 .desc{
	font-size: .3rem;
	color: #2E4189;
	line-height: .5rem;
}
.pages .contents {
	padding-bottom: 1.2rem;
}
.pages .contents .box{
	font-size: .46rem;
	font-weight: bold;
	padding-top: .6rem;
	display: flex;
	justify-content: flex-end;
}
.pages .contents .box .tip{
	padding: .6rem .4rem;
	background-color: #F5F5F5;
}
.pages .contents .conts{
	font-size: .3rem;
	padding-top: 1.2rem;
}
.pages .contents .heads{
	padding: 0 .4rem .3rem;
	overflow: hidden;;
}
.pages .contents .heads .right{
	width: 6rem;
	float: right;
}
.pages .contents .heads .left{
	width: 6rem;
	float: left;
}
.pages .contents .cont{
	padding: .6rem;
}