* {
	z-index: 0;
}

/* 头部样式 */
header {
	display: flex;
	height: 1rem;
	justify-content: space-between;
	background: #fff;
	position: relative;
	z-index: 2;
}

header .logo {
	width: 1.41rem;
	height: .51rem;
	margin-left: .32rem;
	margin-top: .245rem;
}

header .menu {
	width: 1.95rem;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

header .menu .item {
	width: .93rem;
	height: 100%;
	border-left: .04rem solid #ebebeb;
}

header .menu .item a.img {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 1rem;
	text-align: center;
}

header .menu .item a.img img {
	width: .3rem;
	height: .3rem;
	display: inline-block;
}

header .menuBox {
	width: calc(100% - .74rem);
	background: rgba(51, 51, 51, .75);
	position: absolute;
	top: 1rem;
	left: 0rem;
	padding: .27rem .37rem;
}

header .menuBox.hide {
	display: none;
}

header .menuBox ul li {
	display: inline-block;
	padding: .15rem 0px;
}

header .menuBox ul li a,
header .menuBox ul li i::after {
	font-size: .28rem;
	color: #fff;
	line-height: 100%;
}

header .menuBox ul li i {
	display: block;
	padding: 0px .24rem;
}

header .menuBox ul li i::after {
	content: "•";
}

/* swiper 圆点样式 */
.diySwiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: .12rem;
	height: .12rem;
}

.diySwiper .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 4px;
}

.diySwiper .swiper-slide img {
	border-bottom: .16rem solid #017234;
}

.diySwiper .swiper-pagination {
	bottom: .05rem;
}

/* 标题样式1 */
.titleStyle1 {
	height: .55rem;
	display: flex;
	justify-content: flex-start;
	border-bottom: .05rem solid #999999;
	position: relative;
}

.titleStyle1 h2,
.titleStyle1 span {
	font-size: .35rem;
	color: #333333;
	border-bottom: .09rem solid #333333;
	line-height: 100%;
	margin-bottom: -.05rem;
	font-weight: bold;
}

.titleStyle1 span {
	color: #909090;
	border: 0px;
}

.titleStyle1 span.en {
	font-size: .39rem;
	text-transform: uppercase;
	line-height: .32rem;
}

.titleStyle1 span i {
	display: inline-block;
	margin: 0px .1rem;
}

.titleStyle1 span i::after {
	content: "|";
}

.titleStyle1 a.more {
	display: block;
	font-size: .25rem;
	color: #333333;
	line-height: 100%;
	margin-top: .1rem;
	margin-left: auto;
}

/* 标题样式2 */
.titleStyle2 {
	height: .32rem;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.titleStyle2 h2,
.titleStyle1 span {
	font-size: .35rem;
	font-family: "SourceHanSansCN-Medium";
	color: #333333;
	line-height: 100%;
	margin-bottom: -.05rem;
	font-weight: bold;
}

.titleStyle2 span {
	color: #909090;
	font-family: "SourceHanSansCN-Regular";
	border: 0px;
	font-size: .32rem;
	line-height: 100%;
}

.titleStyle2 span.en {
	font-family: "DINCond-Bold";
	font-size: .3rem;
	color: #999999;
	text-transform: uppercase;
	line-height: .32rem;
	font-weight: bold;
}

.titleStyle2 span i {
	display: inline-block;
	margin: 0px .1rem;
}

.titleStyle2 span i::after {
	content: "|";
}

.titleStyle2 a.more {
	display: block;
	font-size: .25rem;
	color: #333333;
	line-height: 100%;
	margin-top: .05rem;
	margin-left: auto;
}

/* 播放按钮 */
a.playStyleBtn {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 0;
	background: rgba(0, 0, 0, .3);
}

a.playStyleBtn>img {
	width: .45rem;
	height: .45rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -.24rem;
	margin-top: -.24rem;
}

/* 广告样式 */
.adStyle1 {
	overflow: hidden;
	position: relative;
}

.adStyle1 .imgBox {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;

}

.adStyle1 .bj {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
	width: 100%;
	height: 1.25rem;
	background: #9b9b9b;
}

.color_bj_e5e5e5 {
	background: #e5e5e5;
	overflow: hidden;
}

.color_bj{
	/*background: #e5e5e5;*/
	overflow: hidden;
}

/* 尾部信息 */
.footerInfo {
	background: #cfcfcf;
	overflow: hidden;
}

.footerInfo .imgBox {
	width: 2.43rem;
	margin: 0px auto;
}

.footerInfo .imgBox img {
	margin-bottom: .1rem;
}

.footerInfo p {
	text-align: center;
	font-size: .2rem;
	color: #333333;
	line-height: 200%;
}

/* 版本 */
.footerCopy {
	text-align: center;
	font-size: .1rem;
	color: #999999;
	background: #ffffff;
	padding-left: .1rem;
	padding-right: .1rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
}

/* 尾部菜单 */
.footerMenu {
	background: #fff;
	position: fixed;
	left: 50%;
	bottom: 0px;
	margin-left: -3.75rem;
	display: flex;
	justify-content: space-between;
	border-top: .03rem solid #6c6c6c;
	padding: .14rem 0rem .3rem 0rem;
	z-index: 999;
}

.footerMenu .item {
	width: 20%;
}

.footerMenu .item a {
	display: block;
}

.footerMenu .item a img {
	width: .5rem;
	height: .5rem;
	margin: 0px auto;
}

.footerMenu .item p {
	text-align: center;
	font-size: .2rem;
	font-family: 'SourceHanSansCN-Medium';
	color: #909090;
}

/* 左侧导航 */
.floatMenu {
	width: 0;
	height: 100%;
	background: #ffffff;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	transition: all 500ms;
	overflow: hidden;
}

.floatMenuShow {
	width: 2.5rem;
	border-right: .05rem solid #017234;
}

.floatMenu .logo {
	width: 1.42rem;
	height: .48rem;
	margin: 0rem auto 0 auto;
}

.floatMenu .code {
	width: 100%;
	margin: 0px auto;
}

.floatMenu .code img {
	width: 2rem;
	display: block;
	margin: 0px auto;
}

.floatMenu .code p {
	color: #333333;
	font-size: .2rem;
	text-align: center;
	margin-top: .2rem;
	border-bottom:2px solid #B8B8B8;
	margin-left: .25rem;
	margin-right: .25rem;
	padding-bottom: 0.2rem;
}

.floatMenu .item {
	display: block;
	color: #333333;
	font-size: .3rem;
	line-height: .8rem;
	height:.8rem;
	width: 100%;
	text-align: center;
	/*border-top: .02rem solid #5d5635;*/
}

.floatMenu .item:active {
	background: #e5e5e5;
}

.floatMenu .item.hover {
	background: #017234;
	color: #333333;
}

/* 辉煌成绩 swrper */
.chengji{
	transform: translate3d(0px, 0px, 0px);
	background: #017234;
	padding-left: .1rem;
	padding-right: .1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.chengjiSwiperWidth .swiper-slide {
	width: 2.3rem;
	/*border: .02rem solid #e9e9e9;*/
	/*border-radius: .1rem;*/
	overflow: hidden;
}


.chengjiSwiperWidth .swiper-slide .imgBox {
	width: 100%;
	height: 3.55rem;
	position: relative;
}

.chengjiSwiperWidth .swiper-slide .imgBox img.pic {
	width: 100%;
	height: 100%;
}

.chengjiSwiperWidth .swiper-slide .imgBox .actBox {
	position: absolute;
	width: calc(100% - .66rem);
	height: .35rem;
	left: .33rem;
	bottom: .17rem;
	display: flex;
	justify-content: flex-start;
	z-index: 1;
}

.chengjiSwiperWidth .swiper-slide .imgBox .actBox span {
	color: #fff;
	display: block;
	margin-right: .18rem;
	text-indent: .38rem;
	height: .35rem;
	line-height: .35rem;
	font-size: .25rem;
	font-family: "DINPro-Regular";
}

.chengjiSwiperWidth .swiper-slide .imgBox .actBox span.see {
	background: url(../img/see.png) no-repeat left center;
	background-size: .35rem;
}

.chengjiSwiperWidth .swiper-slide .imgBox .actBox span.comment {
	background: url(../img/comment.png) no-repeat left center;
	background-size: .35rem;
}

.chengjiSwiperWidth .swiper-slide .imgBox .actBox span.fabulous {
	background: url(../img/fabulous.png) no-repeat left center;
	background-size: .35rem;
}

.chengjiSwiperWidth .swiper-slide .imgBox .actBox span.time {
	margin-left: auto;
}

.chengjiSwiperWidth .swiper-slide .txtBox {
	width: calc(100% - .66rem);
	padding: 0px .33rem;
	height: .53rem;
	background: #f9f9f9;
}

.chengjiSwiperWidth .swiper-slide .txtBox a {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.chengjiSwiperWidth .swiper-slide .txtBox span {
	display: block;
	line-height: .53rem;
	font-size: .28rem;
	color: #333333;
	font-family: 'SourceHanSansCN-Medium';
}

.chengjiSwiperWidth .swiper-slide .txtBox i {
	display: block;
	width: .35rem;
	height: .35rem;
	margin-top: 0.09rem;
}

/* 通用swiper宽度 */
.globalSwiperWidth .swiper-slide {
	/*border: .02rem solid #e9e9e9;*/
	border-radius: .1rem;
	overflow: hidden;
	position: relative;
}

.globalSwiperWidth .swiper-slide .imgBox {
	width: 100%;
	height: 3.55rem;
	position: relative;
}

.globalSwiperWidth .swiper-slide .imgBox img.pic {
	width: 100%;
	height: 100%;
}

.globalSwiperWidth .swiper-slide .imgBox .actBox {
	position: absolute;
	width: calc(100% - .66rem);
	height: .35rem;
	left: .33rem;
	bottom: .17rem;
	display: flex;
	justify-content: flex-start;
	z-index: 1;
}

.globalSwiperWidth .swiper-slide .imgBox .actBox span {
	color: #fff;
	display: block;
	margin-right: .18rem;
	text-indent: .38rem;
	height: .35rem;
	line-height: .35rem;
	font-size: .25rem;
	font-family: "DINPro-Regular";
}

.globalSwiperWidth .swiper-slide .imgBox .actBox span.see {
	background: url(../img/see.png) no-repeat left center;
	background-size: .35rem;
}

.globalSwiperWidth .swiper-slide .imgBox .actBox span.comment {
	background: url(../img/comment.png) no-repeat left center;
	background-size: .35rem;
}

.globalSwiperWidth .swiper-slide .imgBox .actBox span.fabulous {
	background: url(../img/fabulous.png) no-repeat left center;
	background-size: .35rem;
}

.globalSwiperWidth .swiper-slide .imgBox .actBox span.time {
	margin-left: auto;
}

.globalSwiperWidth .swiper-slide .txtBox {
	width: calc(100% - .66rem);
	padding: .15rem .33rem;
	background: rgba(0,0,0,.3);
	position: absolute;
	bottom: 0px;
}

.globalSwiperWidth .swiper-slide .txtBox a {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.globalSwiperWidth .swiper-slide .txtBox span {
	display: block;
	font-size: .28rem;
	color: #ffffff;
	font-weight: bold;
}

.globalSwiperWidth .swiper-slide .txtBox i {
	display: block;
	width: .35rem;
	height: .35rem;
	margin-top: 0.09rem;
}

/**/
.globalSwiperWidth2 .swiper-slide {
	/*border: .02rem solid #e9e9e9;*/
	border-radius: .1rem;
	overflow: hidden;
	position: relative;
}

.globalSwiperWidth2 .swiper-slide .imgBox {
	width: 100%;
	height: 3.55rem;
	position: relative;
}

.globalSwiperWidth2 .swiper-slide .imgBox img.pic {
	width: 100%;
	height: 100%;
}

.globalSwiperWidth2 .swiper-slide .imgBox .actBox {
	position: absolute;
	width: calc(100% - .66rem);
	height: .35rem;
	left: .33rem;
	bottom: .17rem;
	display: flex;
	justify-content: flex-start;
	z-index: 1;
}

.globalSwiperWidth2 .swiper-slide .imgBox .actBox span {
	color: #fff;
	display: block;
	margin-right: .18rem;
	text-indent: .38rem;
	height: .35rem;
	line-height: .35rem;
	font-size: .25rem;
	font-family: "DINPro-Regular";
}

.globalSwiperWidth2 .swiper-slide .imgBox .actBox span.see {
	background: url(../img/see.png) no-repeat left center;
	background-size: .35rem;
}

.globalSwiperWidth2 .swiper-slide .imgBox .actBox span.comment {
	background: url(../img/comment.png) no-repeat left center;
	background-size: .35rem;
}

.globalSwiperWidth2 .swiper-slide .imgBox .actBox span.fabulous {
	background: url(../img/fabulous.png) no-repeat left center;
	background-size: .35rem;
}

.globalSwiperWidth2 .swiper-slide .imgBox .actBox span.time {
	margin-left: auto;
}

.globalSwiperWidth2 .swiper-slide .txtBox {
	width: calc(100% - .66rem);
	padding: .15rem .33rem;
	background: #ffffff;
}

.globalSwiperWidth2 .swiper-slide .txtBox a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333333;
	height: 100%;
}

.globalSwiperWidth2 .swiper-slide .txtBox span {
	flex: 1;
	display: block;
	font-size: .28rem;
	color: #333333;
	font-weight: bold;
}

.globalSwiperWidth2 .swiper-slide .txtBox i {
	display: block;
	width: .35rem;
	height: .35rem;
	margin-top: 0.09rem;
}

/* 列表返回框 */
.global-back {
	display: flex;
	justify-content: space-between;
	height: 1rem;
	box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.08);
	/*border-bottom: .02rem dashed #9f9f9f;*/
}

.global-back .backBtn,
.global-back .tel {
	height: 100%;
	color: #9f9f9f;
	line-height: 1rem;
}

.global-back .backBtn {
	display: block;
	font-size: .34rem;
	background: url(../img/back_arrow.png) no-repeat .25rem center;
	background-size: .3rem;
	text-indent: .45rem;
	padding-left: .25rem;

}

.global-back .tel {
	height: 100%;
	color: #999999;
	font-size: .4rem;
	background: url(../img/back_tel.png) no-repeat left center;
	background-size: .4rem;
	text-indent: .6rem;
	padding-right: .25rem;
	font-weight: bold;
}

/* 列表logo */
.global-header {
	height: .9rem;
	border-bottom: .02rem dashed #9f9f9f;
	display: flex;
	justify-content: flex-start;
}

.global-header .logo {
	width: 1.41rem;
	height: .51rem;
	margin-top: .2rem;
	padding-left: .25rem;
}

.global-header .search {
	width: 2.15rem;
	height: .45rem;
	background: #f2f2f2;
	border-radius: .1rem;
	overflow: hidden;
	margin-top: .225rem;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
}

.global-header .search input[type='text'] {
	background: #f2f2f2;
	display: block;
	border: 0px;
	width: calc(100% - .3rem);
	text-indent: .2rem;
}

.global-header .search input[type='button'] {
	display: block;
	width: .45rem;
	height: .45rem;
	/*background: url(../img/search.png) no-repeat center center;*/
	background-size: .25rem;
}

.global-header .position {
	height: .45rem;
	background: #f2f2f2;
	border-radius: .1rem;
	overflow: hidden;
	margin-top: .225rem;
	margin-left: .1rem;
	margin-right: .25rem;
}

.global-header .position a {
	display: block;
	line-height: .45rem;
	padding: 0 .18rem;
	color: #595757;
	font-family: 'SourceHanSansCN-Medium';
	font-size: .25rem;
}

.global-header .position a::after {
	content: "▾";
}

/* 列表页通用视频下方导航 */
.list-globalTitleBox {
	display: flex;
	justify-content: space-between;
	height: 1.15rem;
	overflow: hidden;
}

.list-globalTitleBox .item {
	border: .02rem solid #f0f0f0;
	width: calc(50% - .04rem);

}

.list-globalTitleBox .item:first-child {
	border-radius: .1rem 0 0 .1rem;
}

.list-globalTitleBox .item:last-child {
	border-radius: 0 .1rem .1rem 0;
}

.list-globalTitleBox .item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.list-globalTitleBox .item img {
	width: .48rem;
	height: .48rem;
	margin: .18rem auto .1rem auto;
}

.list-globalTitleBox .item p {
	font-size: .25rem;
	color: #666666;
	text-align: center;
	line-height: 100%;
}

.list-globalTitleBox .item.hover {
	background: #017234;
	border-color: #017234;
}

.list-globalTitleBox .item.hover p {
	color: #ffffff;
}

/* 加载更多 */
.loadMore {
	height: .5rem;
	background: #017234;
	border-radius: .1rem;
	display: flex;
	justify-content: space-around;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.loadMore span {
	font-size: .25rem;
	color: #ffffff;
	line-height: .55rem;
}

.loadMore img {
	width: .5rem;
	height: .5rem;
}

.loadMore span.en {
	text-transform: uppercase;
}

.loadMore span:last-child {
	margin-left: .12rem;
}


/* 小导航 */
.list-minMenu {
	/*background: #f9f9f9;*/
	/*border: .02rem solid #e9e9e9;*/
	padding: .16rem 0px;
	border-radius: .1rem;
}

.list-minMenu ul {
	width: calc(100% - .2rem);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: .2rem;
	margin-right: .1rem;
	margin-top: .2rem;
}

.list-minMenu ul li {
	width: calc(24% - .2rem);
	height: .52rem;
	border: .02rem solid #e4e4e4;
	border-radius: .5rem;
	overflow: hidden;
	/*border-right: 0px;*/
	margin-right: .2rem;
	margin-bottom: .3rem;
}

.list-minMenu ul li.hover{
	border: .02rem solid #017234;
}

.list-minMenu ul li:nth-child(4n) {
	/*border-right: .02rem solid #e4e4e4;*/
}

.list-minMenu ul li a {
	font-size: .3rem;
	background: #fff;
	color: #666666;
	display: block;
	width: 100%;
	height: 100%;
	line-height: .52rem;
	text-align: center;
}

.list-minMenu ul li a.hover2 {
	color: #017234;
}

/* 小导航 */
.list-minMenu2 {
	background: #E5E5E5;
	padding: .16rem 0px;
	/*border-radius: .1rem;*/
}

.list-minMenu2 ul {
	width: calc(100% - .2rem);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: .2rem;
	margin-right: .1rem;
}

.list-minMenu2 ul li {
	width: calc(24% - .1rem);
	height: .52rem;
	border: .02rem solid #666666;
	border-radius: .5rem;
	overflow: hidden;
	/*border-right: 0px;*/
	margin-right: .1rem;
	margin-bottom: .3rem;
}

.list-minMenu2 ul li.hover{
	border: .02rem solid #017234;
}

.list-minMenu2 ul li:nth-child(4n) {
	/*border-right: .02rem solid #e4e4e4;*/
}

.list-minMenu2 ul li a {
	font-size: .2rem;
	/*background: #fff;*/
	color: #666666;
	display: block;
	width: 100%;
	height: 100%;
	line-height: .52rem;
	text-align: center;
}

.list-minMenu2 ul li a.hover2 {
	color: #017234;
}

/* 列表通用尾部上方新闻 */
.newBox {
	background: #f9f9f9;
	border: .02rem solid #E9E9E9;
	border-radius: .1rem;
	padding: .15rem 0px;
}

.newBox .item {
	/*width: 6.8rem;*/
	/*height: 1.32rem;*/
	/*margin: .3rem auto 0rem auto;*/
	margin-left: .3rem;
	margin-right: .3rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
	/*border-bottom: .02rem solid #d7d7d7;*/
}

.newBox .item a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.newBox .item:last-child {
	border: 0px;
}

.newBox .item .imgBox {
	width: 3.09rem;
	height: 100%;
	overflow: hidden;
	border-radius: .1rem;
}

.newBox .item .txtBox {
	/*width: 3.45rem;*/
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.newBox .item .txtBox i{
	color: #1E1E1E;
}

.newBox .item .txtBox .title {
	font-size: .3rem;
	color: #1E1E1E;
	/*line-height: .4rem;*/
	margin-left: .2rem;
}

.newBox .item .txtBox .actBox {
	height: .25rem;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0rem;
	display: flex;
	justify-content: space-between;
	line-height: 100%;
}

.newBox .item .txtBox .actBox span {
	display: block;
	font-size: .25rem;
	color: #b2b2b2;
}

.newBox .item .txtBox .actBox span.see {
	background: url(../img/see_black.png) no-repeat left center;
	background-size: .35rem;
	text-indent: .4rem;
}


.newBox2 {
	background: #f9f9f9;
	border: .02rem solid #E9E9E9;
	border-radius: .1rem;
	padding: .15rem 0px;
}

.newBox2 .item {
	width: 6.8rem;
	margin: .3rem auto 0rem auto;
	margin-left: .3rem;
	margin-right: .3rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
	border-bottom: .02rem solid #d7d7d7;
}

.newBox2 .item a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.newBox2 .item:last-child {
	border: 0px;
}

.newBox2 .item .imgBox {
	width: 2.5rem;
	height: 100%;
	overflow: hidden;
	border-radius: .1rem;
}

.newBox2 .item .txtBox {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
}

.newBox2 .item .txtBox i{
	color: #1E1E1E;
}

.newBox2 .item .txtBox .title {
	font-size: .3rem;
	color: #1E1E1E;
	/*line-height: .4rem;*/
	margin-left: .2rem;
}

.newBox2 .item .txtBox .time {
	font-size: .26rem;
	color: #666666;
	margin-left: .2rem;
	margin-top: .1rem;
}

.newBox2 .item .txtBox .actBox {
	height: .25rem;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0rem;
	display: flex;
	justify-content: space-between;
	line-height: 100%;
}

.newBox2 .item .txtBox .actBox span {
	display: block;
	font-size: .25rem;
	color: #b2b2b2;
}

.newBox2 .item .txtBox .actBox span.see {
	background: url(../img/see_black.png) no-repeat left center;
	background-size: .35rem;
	text-indent: .4rem;
}

/* 通用分页 */
.pageBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.layui-layer-setwin .layui-layer-close2 {
	background: url(icon.png) no-repeat !important;
	background-position: -149px -31px !important;
}

/*点赞样式*/
.fabulousActBtnHover {
	/*background: url(../img/icon_fabulous_02_h.png) no-repeat left center !important;*/
	background-size: 0.3rem !important;
}

/*置顶按钮*/
.backTop {
	display: none;
	width: .7rem;
	height: .7rem;
	background: #267737;
	text-align: center;
	line-height: .7rem;
	position: fixed;
	right: .1rem;
	bottom: 1.5rem;
	z-index: 999;
	color: #fff;
	font-size: .32rem;
}

.backHome {
	display: none;
	width: .7rem;
	height: .7rem;
	background: #267737;
	text-align: center;
	line-height: .7rem;
	position: fixed;
	right: .1rem;
	bottom: 1.5rem;
	z-index: 999;
	color: #fff;
	font-size: .32rem;
}

.homeIcon{
	width: .7rem;
	height: .7rem;
}


/* 分页器设置 */
.layui-laypage span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	/*padding: 10px 20px;*/
	/*height: 28px;*/
	/*line-height: 28px;*/
	margin: 0 10px 5px 0;
	background-color: #F1F1F1;
	color: #333;
	font-size: 16px;
}

.layui-laypage a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	/*padding: 10px 20px;*/
	/*height: 28px;*/
	/*line-height: 28px;*/
	margin: 0 10px 5px 0;
	background-color: #F1F1F1;
	color: #333;
	font-size: 16px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	position: absolute;
	left: -1px;
	top: -1px;
	padding: 1px;
	width: 100%;
	height: 100%;
	background-color: #017234;
}