body{
	background-color: #f5f9fc;
}
.header{
	width:7.2rem;
	padding:0 0.3rem;
	height: 0.9rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	position: fixed;
	top: 0;
	left:0;
	z-index: 9;
}
.header .logo{
	width:1.6rem;
}
.header .menu{
	display: block;
	width:0.5rem;
	height: 0.5rem;
	background: url(../img/cfaf_menu.png) no-repeat center center;
	background-size: contain;
}
.tongzhi{
	background-color: #fff;
	width: 7.2rem;
	margin-top: 1rem;
	padding: 0.1rem 0.3rem;
}
.t_news{ 
	height:19px;
	color:#333; 
	padding-left:0.1rem; 
	margin:0.1rem 0; 
	overflow:hidden; 
	position:relative;
}
.t_news b{ 
	width: 0.3rem;
	height:19px; 
	font-weight:bold; 
	display:inline-block;
	background: url(../img/cfaf_tongzhi.png) no-repeat center center;
	background-size: contain;
}
.news_li,.swap{ 
	line-height:19px; 
	display:inline-block; 
	position:absolute; 
	top:0; 
	left:0.6rem;}
.news_li a,.swap a{
	display: block;
	width: 6.3rem;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swap{top:19px;}
/* banner 图 */
.banner{
	width: 7.8rem;
}
.banner .swiper-container .swiper-wrapper{
	width: 7.8rem;
}
.banner .swiper-wrapper .swiper-slide{
	width: 7.8rem;
}
.banner .swiper-wrapper .swiper-slide a{
	display: block;
}
.banner .swiper-wrapper .swiper-slide a img{
	width: 100%;
}
/* 图标列表 */
.iconlist{
	width: 7.2rem;
	padding: 0.4rem 0.3rem 0;
	height: 2.7rem;
	background-color: #fff;
}
.iconlist .iconitem{
	float: left;
	width: 1.1rem;
	height: 1rem;
	margin-right: 0.93rem;
	text-align: center;
	margin-bottom: 0.4rem;
}
.iconlist .iconitem a{
	display: block;
}
.iconlist .iconitem:nth-child(4n+4){
	margin-right: 0rem;
}
.iconlist .iconitem img{
	display: inline-block;
	height: 0.44rem;
	margin-bottom: 0.3rem;
}
.iconlist .iconitem p{
	font-size: 0.26rem;
	color: #333;
	line-height: 0.26rem;
}
.tabbox{
	margin-top: 0.2rem;
	padding: 0.3rem;
	background-color: #fff;
	margin-bottom: 1.1rem;
}
.tabbox .tabhead{
	height: 0.5rem;
}
.tabbox .tabhead p{
	float: left;
	font-size: 0.24rem;
	color:#666;
	line-height: 0.5rem;
	position: relative;
	margin-right: 0.5rem;
}
.tabbox .tabhead p:last-child{
	margin-right: 0rem;
}
.tabbox .tabhead p:after{
	content: "";
	width: 50%;
	height: 2px;
	background-color: transparent;
	position: absolute;
	left:25%;
	bottom: 0;
}
.tabbox .tabhead p.active{
	font-size: 0.3rem;
	color:#333;
	line-height: 0.5rem;
}
.tabbox .tabhead p.active:after{
	content: "";
	width: 50%;
	height: 2px;
	background-color: #333;
	position: absolute;
	left:25%;
	bottom: 0;
}
.tabbox .tabtext{
	margin-top: 0.2rem;
	width: 7.2rem;
	display: none;
}
.tabbox .tabtext .tabitem{
	width: 7.2rem;
	height: 1.6rem;
}
.tabbox .tabtext .tabitem a{
	width: 7.2rem;
	height: 1.6rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.tabbox .tabtext .tabitem a>img{
	width: 2.1rem;
	height: 1.6rem;
	border-radius: 0.1rem;
}
.tabbox .tabtext .tabitem a>.textright{
	width: 4.6rem;
	height: 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.tabbox .tabtext .tabitem a>.textright h4{
	font-size: 0.3rem;
	line-height: 0.45rem;
	color: #333;
}
.tabbox .tabtext .tabitem a>.textright p{
	font-size: 0.24rem;
	line-height: 0.3rem;
	color: #999;
}
.footer{
	position: fixed;
	bottom: 0;
	left:0;
	width: 7.2rem;
	height: 0.8rem;
	padding: 0.15rem 0.3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	z-index: 9;
}
.footer .footeritem{
	width: 1.1rem;
	height: 0.8rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.footer .footeritem i{
	display: inline-block;
	width: 0.35rem;
	height: 0.35rem;
	background: url(../img/cfaf_homeactive.png) no-repeat center center;
	background-size: contain;
}
.footer .footeritem:nth-child(2) i{
	background: url(../img/cfaf_ziliao.png) no-repeat center center;
	background-size: contain;
}
.footer .footeritem:nth-child(3) i{
	background: url(../img/cfaf_zixun.png) no-repeat center center;
	background-size: contain;
}
.footer .footeritem p{
	font-size: 0.24rem;
	line-height: 0.3rem;
	color: #666;
}
.footer .footeritem.active p{
	color: #bd0000;
}
/* 下拉菜单  */
.maskmenu{
	position: fixed;
	top:0.9rem;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}
.maskmenu ul{
	position: absolute;
	top:0.3rem;
	right:0.2rem;
	width: 1.75rem;
	padding:0 0.2rem;
	border-radius: 0.1rem;
	height: 3.05rem;
	background-color: #fff;
}
.maskmenu ul li{
	width: 1.75rem;
	height: 0.75rem;
	line-height: 0.75rem;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
.maskmenu ul li a{
	display: block;
}
.maskmenu ul li:last-child{
	border-bottom: 0px solid #eee;
}
.maskmenu ul li i{
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	margin: 0 0.15rem;
	background: url(../img/cfaf_menubaike.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
.maskmenu ul li:nth-child(2) i{
	background: url(../img/cfaf_menudongtai.png) no-repeat center center;
	background-size: contain;
}
.maskmenu ul li:nth-child(3) i{
	background: url(../img/cfaf_menukecheng.png) no-repeat center center;
	background-size: contain;
}
.maskmenu ul li:nth-child(4) i{
	background: url(../img/cfaf_menuwenda.png) no-repeat center center;
	background-size: contain;
}
.maskmenu ul li span{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.24rem;
	color: #333;
}
