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;
}
.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;
	padding-bottom: .3rem;
}
.page .content .menuList{
	width: 28%;
	color: #C0BEC1;
	font-size: .18rem;
	float: left;
}
.page .content .menuList a{
	display: block;
	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: 60%;
	float: left;
	padding-top: .4rem;
	padding-left: .5rem;
}
.page .content .shop{
	padding-bottom: .4rem;
}
.page .shop .box{
	overflow: hidden;
	width: 10rem;
	border-radius: 6px;
	box-shadow: 0px 1px 10px #ddd;
}
.page .shop .box .img{
	float: left;
	width: 5rem;
	height: 3.6rem;
	object-fit: cover;
	background-color: #fff;
}
.page .shop .box .shopInfo{
	float: left;
	width: 5rem;
	height: 3.6rem;
	background-color: #fff;
	padding-left: .4rem;
	box-sizing: border-box;
}
.page .shop .box .shopInfo .shopName{
	font-size: .28rem;
	font-weight: bold;
	padding-top: .4rem;
}
.page .shop .box .shopInfo .xian{
	display: block;
	width: 1.2rem;
	margin: .2rem 0;
}
.page .shop .box .shopInfo .desc{
	font-size: .18rem;
	color: #676767;
	line-height: .3rem;
	height: .9rem;
	max-height: 1.5rem;
	padding-right: .2rem;
}
.page .shop .box .shopInfo .dates{
	font-size: .2rem;
	font-weight: bold;
}
.page .shop .more{
	overflow: hidden;
	padding-top: .4rem;
}
.page .shop .learmMore{
	float: right;
	width: 1.6rem;
	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-right: .2rem;
}
.page .shop .right{
	width: .3rem;
	vertical-align: middle;
}
.page .pages1{
	text-align: center;
}
.page .pages1 .inline{
	display: inline-block;
	overflow: hidden;
}
.page .pages1 .homePage,.page .pages1 .lastPage{
	float: left;
	width: 1.2rem;
	height: .32rem;
	line-height: .32rem;
	font-size: .18rem;
	color: #5180BA;
	border: 1px solid #5180BA;
	border-radius: .5rem;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
}
.page .pages1 .homePage {
	margin-right: .4rem;
}
.page .pages1 .homePage img{
	transform: rotate(180deg);
}
.page .pages1 img{
	display: inline;
	vertical-align: middle;
	margin-bottom: .04rem;
}
.page .pages1 .pageList{
	height: .36rem;
	float: left;
	overflow: hidden;
}
.page .pages1 .lis{
	width: .32rem;
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #6798CA;
	font-size: .18rem;
	font-weight: bold;
	color: #4577B8;
	float: left;
	margin-right: .4rem;
	cursor: pointer;
	box-sizing: border-box;
}
.page .pages1 .lis:hover{
	background-color: #08459B;
	color: #fff;
	border: none;
}



/* 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-right: .4rem;
}
.pages .tabList .li a{
	color: #868686;
	text-decoration: none;
}
.pages .tabList .active{
	border: none;
	border: 1px solid #08459B;
	background-color: #08459B;
	color: #fff;
}
.pages .contents {
	padding: 0 .5rem 1.2rem;
}
.pages .contents .cont1 {
	padding-top: .6rem;
}
.pages .contents .cont1 .boxs{
	border-radius: .2rem;
	box-shadow: 0 3px 5px 0 #ddd;
}
.pages .contents .cont1 .img{
	display: block;
	width: 100%;
	border-radius: .2rem;
}
.pages .contents .cont1 .boxs .box{
	padding: 0 .46rem .5rem;
	margin-bottom: .4rem;
}
.pages .contents .cont1 .boxs .title{
	font-size: .5rem;
	font-weight: bold;
	padding-top: .3rem;
}
.pages .contents .cont1 .boxs .box img{
	display: block;
	width: 2.4rem;
	margin-top: .3rem;
}
.pages .contents .cont1 .boxs .box .desc{
	font-size: .3rem;
	line-height: .46rem;
	padding-top: .2rem;
	color: #6E6E6E;
}
.pages .contents .cont1 .boxs .box .dates{
	font-weight: bold;
	font-size: .3rem;
	padding-top: .2rem;
}