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;
	margin-bottom: 2px;
}
.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 {
	min-height: 9rem;
}
.page .content .c1{
	overflow: hidden;
}
.page .content .tabList{
	width: 30%;
	color: #C0BEC1;
	font-size: .18rem;
	float: left;
}
.page .content .tabList a{
	color: #C0BEC1;
	text-decoration: none;
}
.page .content .tabList div{
	padding-left: 67%;
	line-height: .9rem;
	cursor: pointer;
}
.page .content .tabList div:hover{
	border-bottom: 1px solid #F2F2F2;
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .tabList div:hover a{
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .tabList .active{
	border-bottom: 1px solid #F2F2F2;
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .intr{
	width: 60%;
	float: left;
	overflow: hidden;
}
.page .content .intr .left{
	display: block;
	width: 20%;
	float: left;
}
.page .content .intr .right{
	width: 60%;
	float: left;
	font-size: .22rem;
}
.page .content .intr .right img{
	width: 95%;
}
.page .content .intr .right .cont{
	line-height: .34rem;
	padding-top: .3rem;
	color: #6A6A6A;
}
.page .content .intr .right .cont .span{
	color: #CE0000;
	font-weight: bold;
}
.page .contents{
	width: 50%;
	padding-left: 28%;
	padding-top: .5rem;
	padding-bottom: 1.2rem;
}
.page .contents img{
	display: block;
	width: 1.6rem;
	margin-left: .6rem;
}
.page .contents .cont2 {
	display: none;
}
.page .contents .cont1 .flex_space,.page .contents .cont2 .flex_space{
	padding-left: .6rem;
	overflow: hidden;
	padding-top: .8rem;
}
.page .contents .cont1 .flex_space .left,.page .contents .cont2 .flex_space .left{
	float: left;
}
.page .contents .cont1 .flex_space .title,.page .contents .cont2 .flex_space .title{
	font-size: .36rem;
	font-weight: bold;
}
.page .contents .cont1 .flex_space .desc,.page .contents .cont2 .flex_space .desc{
	font-size: .18rem;
	color: #CFCFCF;
}
.page .contents .cont1 .flex_space .right,.page .contents .cont2 .flex_space .right{
	float: right;
	font-size: .22rem;
	line-height: .4rem;
	color: #4A4A4A;
	width: 61%;
}
.page .contents .cont1 .box,.page .contents .cont2 .box{
	border-radius: 6px;
	background-color: #FFEDE2;
	padding: .8rem .6rem;
	color: #5B4538;
	font-size: .22rem;
	line-height: .36rem;
	margin-top: .6rem;
}
.page .contents .cont1 .box .line,.page .contents .cont2 .box .line{
	color: #442813;
	font-size: .66rem;
	line-height: .1rem;
}
.page .contents .cont1 .box{
	background-color: #ECEEFF;
	color: #363A5C;
}
.page .contents .cont1 .line{
	color: #36395B;
}
.page .about,.page .rlft {
	overflow: hidden;
	padding-top: .4rem;
}
.page .about .boxs .title{
	font-size: .24rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: -16.5%;
	transform: translateY(-50%);
}
.page .about .boxs{
	float: right;
	width: 85%;
	font-size: .22rem;
	padding: .6rem 1.2rem;
	box-sizing: border-box;
	line-height: .36rem;
	border-radius: 6px;
	position: relative;
}
.page .rlft .boxs .title{
	font-size: .24rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -17.5%;
	transform: translateY(-50%);
}
.page .lefts{
	left: -12.5% !important;
}
.page .rlft .boxs{
	float: left;
	width: 85%;
	font-size: .22rem;
	padding: .6rem 1.2rem;
	box-sizing: border-box;
	line-height: .36rem;
	border-radius: 6px;
	position: relative;
}
.page .color1{
	color: #592524;
	background-color: #FBDADA;
}
.page .color2{
	color: #353529;
	background-color: #F6F7E0;
}
.page .color3{
	color: #004348;
	background-color: #DFFDFE;
}
.page .color4{
	color: #47280C;
	background-color: #FFEDE2;
}
.page .color5{
	color: #292C56;
	background-color: #ECEEFF;
}



/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .tabList{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: .6rem .4rem;
}
.pages .tabList .li{
	border-radius: .5rem;
	border: 1px solid #868686;
	color: #868686;
	font-size: .26rem;
	padding: 3px .2rem;
	margin-right: .4rem;
	margin-bottom: .2rem;
}
.pages .tabList .li a{
	color: #868686;
	text-decoration: none;
}
.pages .tabList .active{
	border: none;
	border: 1px solid #08459B;
	background-color: #08459B;
	color: #fff;
}
.pages .content .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .6rem 0;
}
.pages .content .flex img{
	display: block;
	width: 50%;
}
.pages .content .c1, .pages .content .c2 {
	padding: 0 .5rem;
}
.pages .content .c1 .title{
	font-size: .56rem;
	font-weight: bold;
	color: #2A3F88;
}
.pages .content .c1 img{
	display: block;
	width: 2.4rem;
	margin: .3rem 0;
}
.pages .content .c1 .desc{
	font-size: .3rem;
	line-height: .5rem;
	color: #444444;
}
.pages .content .c1 .desc span{
	font-weight: bold;
	color: #283D87;
}
.pages .content .c2{
	padding-top: 1rem;
}
.pages .content .c2 .title{
	font-size: .44rem;
	font-weight: bold;
}
.pages .content .c2 .desc{
	font-size: .28rem;
	color: #C2C2C2;
	padding-top: .1rem;
}
.pages .content .c2 .descs{
	font-size: .3rem;
	line-height: .5rem;
	padding-top: .2rem;
	color: #4D4D4D;
}
.pages .content .cont2 .box{
	background-color: #FFEDE2;
	padding: .4rem .5rem;
	font-size: .3rem;
	line-height: .5rem;
	color: #765E4D;
	margin: .4rem 0 1.2rem;
}
.pages .content .cont1 .c1 .desc{
	color: #183383;
}
.pages .content .cont1 .box{
	background-color: #ECEEFF;
	padding: .4rem .5rem;
	font-size: .3rem;
	line-height: .5rem;
	color: #765E4D;
	margin: .6rem 0 .4rem;
}
.pages .content .cont1 .about{
	padding-left: .5rem;
	padding-top: .6rem;
}
.pages .contents .cont1 .boxs{
	padding: .4rem .6rem;
	box-sizing: border-box;
	font-size: .28rem;
	border-radius: .05rem;
	position: relative;
}
.pages .contents .cont1 .about .title{
	font-weight: bold;
	font-size: .3rem;
	position: absolute;
	top: -.2rem;
	left: 0;
}
.pages .content .cont1 .rlft{
	padding-right: .5rem;
	padding-top: .6rem;
}
.pages .contents .cont1 .rlft .title{
	font-weight: bold;
	font-size: .3rem;
	position: absolute;
	top: -.2rem;
	right: 0;
}
.pages .color1{
	background-color: #FBDADA;
	color: #643938;
}
.pages .color2{
	background-color: #F6F7E2;
	color: #4F5048;
}
.pages .color3{
	background-color: #DFFDFE;
	color: #527B7E;
}
.pages .color4{
	background-color: #FFEDE2;
	color: #564031;
}
.pages .color5{
	background-color: #ECEEFF;
	color: #2F3258;
}
.pages .content .cont1{
	padding-bottom: 1.4rem;
}
.pages .content .cont2{
	display: none;
}