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: #ECEEFF;
	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: #4F5048;
	padding-bottom: .4rem;
}
.page .content .flex .f1 .imgs{
	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 .content .flex .learmMore{
	width: 1.7rem;
	height: .4rem;
	line-height: .4rem;
	background-color: rgb(8,69,155);
	padding-left: .3rem;
	color: #fff;
	font-size: .18rem;
	border-radius: .6rem;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
	margin-top: .8rem;
}
.page .content .right{
	width: .3rem;
	vertical-align: middle;
}
.page .contents{
	width: 46%;
	padding-left: 32%;
	padding-top: .8rem;
	padding-bottom: 1.5rem;
}
.page .contents .boxs{
	overflow: hidden;
}
.page .contents .boxs .box2{
	width: 47%;
	height: 2.7rem;
	border-radius: 6px;
	font-size: .26rem;
	font-weight: bold;
	padding: .8rem .5rem;
	box-sizing: border-box;
}
.page .contents .boxs .b1{
	font-size: .6rem;
	line-height: .2rem;
	padding-left: .4rem;
}
.page .contents .boxs .b2{
	text-align: center;
}
.page .contents .boxs .box1{
	float: left;
	width: 47%;
	/* background-color: #F6F7E2;
	color: #828657; */
}
.page .contents .boxs .box1 img{
	width: 100%;
}
.page .contents .boxs .box2{
	float: right;
	background-color: #FFEDE2;
	color: #7F6B5F;
}
.page .contents .titles{
	font-size: .3rem;
	font-weight: bold;
	color: #2D585B;
	text-align: center;
	padding-top: .8rem;
}
.page .contents .cont1,.page .contents .cont2{
	overflow: hidden;
	padding-top: .4rem;
}
.page .contents .cont1 img{
	display: block;
	width: 47%;
	float: left;
}
.page .contents .cont1 .conts{
	width: 47%;
	float: right;
	color: #262626;
}
.page .contents .cont2 img{
	display: block;
	width: 47%;
	float: right;
}
.page .contents .cont2 .conts{
	width: 47%;
	float: left;
	color: #262626;
}
.page .contents .cont1 .conts .title,.page .contents .cont2 .conts .title{
	font-size: .26rem;
	font-weight: bold;
}
.page .contents .cont1 .conts .desc,.page .contents .cont2 .conts .desc{
	font-size: .22rem;
	line-height: .36rem;
	padding-top: .1rem;
}
.page .contents .title1{
	font-size: .3rem;
	font-weight: bold;
	color:#2D585B;
	text-align: center;
	padding-top: .8rem;
}
.page .contents .flex1{
	overflow: hidden;
	margin-top: .4rem;
}
.page .contents .flex1 .names{
	width: 30%;
	font-size: .26rem;
	font-weight: bold;
	color: #2D585B;
	text-align: right;
	position: absolute;
	right: 97%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
.page .contents .flexs{
	width: 80%;
	font-size: .2rem;
	letter-spacing: 1px;
	line-height: .34rem;
	padding: .4rem 1.2rem;
	box-sizing: border-box;
	background-color: #DFFDFE;
	color: #2D585B;
	position: relative;
	float: right;
}
.page .contents .more{
	overflow: hidden;
	padding-top: .4rem;
}
.page .contents .learmMore{
	float: right;
	width: 1.7rem;
	height: .4rem;
	line-height: .4rem;
	background-color: rgb(8,69,155);
	padding-left: .3rem;
	color: #fff;
	font-size: .18rem;
	border-radius: .6rem;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
}
.page .contents .right{
	width: .3rem;
	vertical-align: middle;
}
.page .contents .heng{
	width: 1rem;
	display: block;
	float: right;
	margin-top: .12rem;
}



/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .menuList{
	display: flex;
	justify-content: center;
	padding: .6rem .4rem;
}
.pages .menuList .li{
	border-radius: .5rem;
	border: 1px solid #868686;
	color: #868686;
	font-size: .26rem;
	padding: 3px .2rem;
	margin-right: .4rem;
}
.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: #FFEDE2;
	position: absolute;
	z-index: -1;
}
.pages .content .bg2{
	width: 86%;
	height: 6.5rem;
	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 .conts1{
	padding: 0 .6rem;
}
.pages .content .conts1 .title{
	font-size: .6rem;
	font-weight: bold;
	color: #373A5C;
}
.pages .content .conts1 img{
	display: block;
	width: 2.4rem;
	margin: .3rem 0;
}
.pages .content .conts1 .desc{
	font-size: .3rem;
	color: #393E62;
	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 1.4rem;
}
.pages .contents .boxs .box1{
	/* background-color: #F6F7E2;
	color: #62662E; */
	margin-bottom: .4rem;
}
.pages .contents .boxs .box1 img{
	width: 100%;
}
.pages .contents .boxs .box2{
	background-color: #FFEDE2;
	color: #5A4437;
}
.pages .contents .boxs .box2{
	text-align: center;
	font-size: .36rem;
	font-weight: bold;
	line-height: .6rem;
	padding: .5rem 0;
	border-radius: .3rem;
	position: relative;
}
.pages .contents .boxs .box1::before{
	content: '“';
	font-size: .4rem;
	position: absolute;
	top: .54rem;
	left: 1rem;
}
.pages .contents .boxs .box2::before{
	content: '“';
	font-size: .4rem;
	position: absolute;
	top: .54rem;
	left: 1rem;
}
.pages .contents .titles{
	text-align: center;
	padding-top: 1.4rem;
	font-size: .5rem;
	font-weight: bold;
	color: #2D585B;
}
.pages .contents .cont1{
	border-radius: .26rem;
	margin-top: .4rem;
	padding-bottom: .3rem;
}
.pages .contents .cont1 .img{
	width: 100%;
	border-radius: .26rem;
}
.pages .contents .cont1 .conts{
	padding: 0 .4rem;
}
.pages .contents .cont1 .conts img{
	display: block;
	width: 2.2rem;
	margin: .2rem 0;
}
.pages .contents .cont1 .conts .title{
	font-size: .46rem;
	font-weight: bold;
}
.pages .contents .cont1 .conts .desc{
	font-size: .3rem;
	line-height: .5rem;
	padding-top: .2rem;
}
.color1{
	background-color: #ECEEFF;
	color: #34375A;
}
.color2{
	background-color: #FFEDE2;
	color: #5A443A;
}
.color3{
	background-color: #F6D6D6;
	color: #5B2826;
}
.color4{
	background-color: #DFFDFE;
	color: #2E585B;
}
.color5{
	background-color: #F1FBE6;
	color: #63652D;
}
.color6{
	background-color: #FFEDE2;
	color: #5A443A;
}
.color7{
	background-color: #F5F7E2;
	color: #4F5047;
}
.pages .contents .title1{
	font-size: .46rem;
	font-weight: bold;
	color: #2D585B;
	padding-top: 1.4rem;
	text-align: center;
}
.pages .contents .flexs{
	background-color: #DFFDFE;
	color: #265356;
	font-size: .3rem;
	padding: .6rem .4rem;
	border-radius: .2rem;
	margin-bottom: .4rem;
}
.pages .contents .flexs .names{
	font-size: .4rem;
	font-weight: bold;
	text-align: center;
}
.pages .contents .more{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.pages .contents .learmMore{
	width: 2.2rem;
	height: .5rem;
	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;
}
.pages .contents .right{
	display: block;
	width: .4rem;
	margin-left: .2rem;
}
.pages .contents .heng{
	width: 1rem;
	height: .1rem;
	display: block;
}
