/*轮播图区域start*/
.carousel{
	position: relative;
	padding: 0.2062rem 0;
	width: 100%;
	background-color: #f4f4f4;
}
.carousel .notice-focus{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 0.120773rem 0;
	color: #fff;
	background-color: rgba(0,0,0,.3);
}
.carousel .notice-focus>div{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.carousel .notice-focus>div:nth-child(2){
	width: 86%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.carousel .notice-focus>div i{
	padding: 0 0.120773rem 0 0.4rem;
}
.carousel .notice-focus>div p{
	position: relative;
}
.carousel .notice-focus>a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.carousel .carousel-box{
	width: 100%;
	height: 5.3076rem;
	padding: 0;
	overflow: hidden;
}
.carousel .carousel-box>ul{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.carousel .carousel-box>ul li{
	width: 100%;
	height: 100%;
}
.carousel .carousel-box>ul img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*轮播图区域end
/*导航入口区块start*/
.nav{
	width: 100%;
	height: auto;
	margin-bottom: 2.394rem;
	overflow: hidden;
}
.nav .entrance{
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 4.81288rem;
}
.nav .entrance>a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #333;
	text-align: center;
}
.nav .entrance>a span{
	font-size: 0.42rem;
	color: #747474;
}
.nav .entrance .imgbox{
	position: relative;
	width: 1.2573rem;
	height: 1.2573rem;
	border-radius: 50%;
	text-align: center;
	line-height: 1.2573rem;
	margin:1.3603rem auto 0.31rem;
	background-color: #7ebf22;
}
.nav .entrance .imgbox>i{
	font-size: 0.68rem;
	/*font-weight: 600;*/
	color: #eee;
}
.nav .entrance .imgbox .new_num{
	color: #fff;
	display: inline-block;
	width: 0.56rem;
	height: 0.56rem;
	line-height: 0.56rem;
	border-radius: 50%;
	background: #f54a4a;
	position: absolute;
	top:-0.16rem;
	right: -0.16rem;
	font-size: 12px;
	font-weight: normal;
}
.nav .entrance .imgbox>img{
	width: 100%;
}
.nav section:first-child{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.nav section:nth-child(2){
	border-bottom: 1px solid #ddd;
}
.nav section:nth-child(3){
	border-right: 1px solid #ddd;
}
/*导航入口区块end*/
/*底部栏目start*/
/*.footer{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.581643rem;
    background-color: #fff;
    border-top: 2px solid #eee;
    align-content: center;
    justify-content: center;
}
.footer .nav-enter{
    flex: 5;
    display: inline-block;
    color: #747474;
    text-align: center;
}
.footer .nav-enter>i{
    display: block;
    font-size: 1.930821rem;
    margin: 0.17rem auto 0;
}
.footer .nav-enter>span{
    display: block;
    font-size: 0.812947rem;
    color: #747474;
    line-height: 1.25rem;
}
.footer a.active{
    color: #7ebf22;
}
.footer a.active span{
    color: #7ebf22;
}*/
/*底部栏目end