* {
	margin: 0;
	padding: 0;
	word-break:break-all;
	outline: none;
	/* touch-action: none; */
}

a {
	text-decoration: none;
	outline: none;
}

body {
	font-size: 14px;
}

img {
	border: 0;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	max-width: 100%;
}

li {
	list-style: none;
}

body {
	font-family: "Microsoft YaHei";
	font-family: Microsoft YaHei;
}

i {
	font-style: normal;
}

div:after,
ul:after,
li:after,
dl:after,
dt:after,
dd:after {
	content: "";
	display: block;
	clear: both;
}


.wow {
	visibility:hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* img { -webkit-transition:1s; -moz-transition:1s; transition:1s; } */
.clearBox:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}

input {
	outline: none;
}

a,
a:hover {
	color: inherit;
	cursor: pointer;
}

.dpib {
	display: inline-block;
}

.dpb {
	display: block;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.pstr {
	position: relative;
}

.psta {
	position: absolute
}


.flex-box {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
}

.justify-center {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.item-center {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}




/* 箭头 start */
.arrow {
	width: 11px;
	height: 11px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	margin-right: 3px;
	margin-top: 3px;
	margin-left: 3px;

}

.arrow_l {
	transform: rotate(-135deg);
	/* 左箭头 start */
}

.arrow_r {
	transform: rotate(45deg);
	/* 右箭头 start */
}

.arrow_u {
	transform: rotate(-45deg);
	/* 上箭头 start */
}

.arrow_b {
	transform: rotate(135deg);
	/* 下箭头 start */
}

/* 箭头 end */



/* 左右居中(偏移) start */
.tftl_50_0 {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/* 左右居中(偏移) end */

/* 上下居中(偏移) start */
.tftl_0_50 {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* 上下居中(偏移) end */

/* 上下左右居中(偏移) start */
.tftl_50_50 {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 上下左右居中(偏移) end */

.b-shadow {
	-o-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-ms-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	box-shadow: 0 0 25px rgba(0, 0, 0, .08);
}

.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

/**** 英文大小写 start ****/

/* 全大写 start */
.uppercase {
	text-transform: uppercase;
}

/* 首字母大写 start */
.capitalize {
	text-transform: capitalize;
}

/* 全小写 start */
.lowercase {
	text-transform: lowercase;
}

/**** 英文大小写 end ****/

.image-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-bg-contain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.image-bg-top {
	background-position: top;
	background-repeat: no-repeat;
	/* background-size: cover; */
}
.image-bg-center {
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: cover; */
}

/* 多板块通用 start */
.page-box {
	padding-top: 90px;
	padding-bottom: 90px;
	overflow: hidden;
}

.detail-page-box {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 1600px) {
	.page-box {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.detail-page-box {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 1400px) {
	.page-box {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width: 1200px) {
	.page-box {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 992px) {
	.page-box {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media (max-width: 768px) {
	.page-box {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.page-box {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 380px) {
	.page-box {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.page-body {
	/* color: #666; */
	position: relative;
}

.cfff .page-body {
	/* color: #fff; */
}

.page-content {
	color: #666;
	padding: 30px 0;
	line-height: 1.6;
}

@media (max-width: 992px) {
	.page-content {
		padding: 20px 0;
	}
}

@media (max-width: 768px) {
	.page-content {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.page-content {
		padding: 5px 0;
	}
}

.typename-box {
	/* text-align: center; */
	padding: 0;
	/* margin-top: 20px; */
	margin-bottom: 30px;
	overflow: hidden;
}

.cfff {
	color: #fff;
}

.typename-box.tal {
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}

.type-name {
	font-size: 30px;
}

.typename-line {
	width: 43px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 3px;
	background-color: #E62129;
	display: block;
}

.tac .typename-line {
	margin-left: auto;
	margin-right: auto;
}

.cfff .typename-line {
	background-color: #fff;
}

.typename-line2 {
	width: 50px;
}


.typename-icon {
	/* height: 18px;
	width: 120px; */
	height: 50px;
	width: 450px;
	max-width: 60%;
	margin: 0 auto;
	background-image: url(../images/typeLine.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cfff .typename-icon {
	background-image: url(../images/typeLine.png);
}

.typename-box.tal .typename-line {
	float: left;
	width: 20px;
	height: 6px;
}

.type-name-en {
	opacity: .5;
}
.type-desc {
	margin-top: 15px;
	font-size: 16px;
	color: #7e7e7e;
}

.cfff .type-desc {
	color: #fff;
}

.type-desc-en {
	margin-top: 10px;
	/* font-size: 13px; */
	text-transform: uppercase;
	color: #666;
}
.cfff .type-desc-en {
	color: #fff;
}

.title-line {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #E62129;
	margin: 5px 0;
}

@media (max-width: 1200px) {
	.typename-box {
		margin-bottom: 25px;
	}
	.type-name {
		font-size: 26px;
	}
	
}

@media (max-width: 768px) {
	.typename-box {
		margin-bottom: 20px;
	}

	.type-name {
		font-size: 22px;
		line-height: 1.5;
	}

	.typename-icon {
		margin: 0 auto;
	}

	.typename-line {
		margin: 10px auto;
		width: 40px;
	}

}

@media (max-width: 480px) {
	.typename-box {
		margin-bottom: 15px;
	}

	.type-name {
		font-size: 20px;
	}

	.typename-icon {
		height: 20px;
	}

	.typename-line {
		height: 4px;
	}

	.title-line {
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.type-subtitle,
	.type-desc-en {
		font-size: 12px;
	}

	.type-desc {
		font-size: 13px;
	}
	.type-desc , .type-desc-en  {
		margin-top: 8px;
	}
}
@media (max-width: 414px) {
	.typename-box {margin-bottom: 10px;}
}


.hidden {
	display: none;
}

.list-video-box {
	position: relative;
}

.video {
	/* object-fit: cover; */
}


.wrap {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1400px) {
	.wrap {
		width: 1200px;
	}
}

.w1200 {
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


@media (max-width: 1200px) {
	.wrap, .w1200 {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width:768px) and (min-width:500px) {
	.wrap {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 768px) {
	.wrap {
		padding: 0 10px;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.wrap {
		padding: 0 5px;
		margin: 0;
	}
}



.bgcf5f5f5 {background-color: #f5f5f5;}
.bgcf8f8f8 {background-color: #f8f8f8;}
.bgcfafafa {background-color: #fafafa;}
.bgcfcfcfc {background-color: #fcfcfc;}
.bgcfff {background-color: #fff;}



.overflow-hidden {
	overflow: hidden;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

[class *='ellipsis-'] {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	-webkit-line-clamp: 3;
}

.ellipsis-4 {
	-webkit-line-clamp: 4;
}

.ellipsis-5 {
	-webkit-line-clamp: 5;
}

.ellipsis-6 {
	-webkit-line-clamp: 6;
}
.ellipsis-7 {
	-webkit-line-clamp: 7;
}
.ellipsis-8 {
	-webkit-line-clamp: 8;
}


.w-1-3 {
	width: 33.33333333%;
}

.w-2-3 {
	width: 66.66666666%;
}


/* 多板块通用 end */



/* 栏目-更多 start */
.page-more-box {
	margin-top: 40px;
}

.page-more {
	display: inline-block;
    line-height: 46px;
    padding: 0 40px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #E62129;
	color: #E62129;
    position: relative;
	font-size: 16px;
    background: transparent;
	position: relative;
	cursor: pointer;
}
.page-more:before {
	content: "";
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	position: absolute;
	z-index: 0;
	width: 0;
	transition: all .3s;
	background: #E62129;
}
.page-more:hover {
	border-color: #E62129;
	color: #fff;
}
.page-more:hover::before {
	width: 100%;
	opacity: 1;
}
.page-more2 {
	color: #fff;
    border-color: #fff;
	background-color: transparent;
}
.page-more2:hover {
	color: #E62129;
    border-color: #fff;
}
.page-more2:hover:before {
	background: #fff;
}
.page-more3 {
	border-width: 1px;
}
.page-more3:hover {
	color: #E62129;
    border-color: #fff;
}
.page-more3:hover:before {
	background: #fff;
}
.page-more-txt {
	position: relative;
}
.page-more-left {
	margin-left: 0;
}
@media (max-width: 1440px) {
	.page-more-box {
		margin-top: 35px;
	}
	.page-more {
	    line-height: 43px;
	    padding: 0 35px;
	}
}

@media (max-width: 1200px) {
	.page-more-box {
		margin-top: 30px;
	}
	.page-more {
	    line-height: 38px;
	    padding: 0 30px;
	}
}
@media (max-width: 992px) {
	.page-more-box {
		margin-top: 25px;
	}
	.page-more {
	    line-height: 36px;
	    padding: 0 25px;
	}
}
@media (max-width: 768px) {
	.page-more-box {
		margin-top: 25px;
		text-align: center;
	}
	.page-more {
		/* padding: 0 20px;
		font-size: 13px;
		line-height: 30px; */
	}
}

@media (max-width: 480px) {
	.page-more-box {
		margin-top: 20px;
	}
	.page-more {
		/* font-size: 12px;
		padding: 0 15px;
		line-height: 26px;
		margin: 0; */
	}
	.page-more-left {
		margin-left: auto;
	}
}
/* 栏目-更多 end */


/* 列表-更多 start */
.list-more-box {
	margin-top: 20px;
}

.list-more {
	display: inline-block;
    line-height: 33px;
    padding: 0 30px;
    margin: 0 auto;
    background: #E62129;
    display: inline-block;
    border: 1px solid #E62129;
    position: relative;
	color: #fff;
}
.list-more::after {
    content: '';
    position: absolute;
    width: 30%;
    right: -15%;
    height: 1px;
    background: #E62129;
    top: 49.8%;
    transition: all 0.5s;
}
.list-more:hover {
	background-color: transparent;
	border-color: #E62129;
	color: #E62129;
}

.list-more:hover::after {
    content: '';
    right: -30%;
}


@media (max-width: 768px) {
	.list-more-box {
		margin-top: 15px;
	}
	.list-more {
		/* width: 160px; */
		padding: 0 20px;
		font-size: 13px;
		line-height: 30px;
	}
}

@media (max-width: 480px) {
	.list-more-box {
		margin-top: 8px;
	}
	.list-more {
		/* width: 120px; */
		padding: 0 15px;
		font-size: 12px;
		line-height: 25px;
	}
}
/* 列表-更多 end */



/* 按钮 start */
.btn {
	padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 4px;
	color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}
.btn:hover {
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
/* 按钮 end */






/* 图片 start */
.list-image-box-bg {
	border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px;
}
.list-image-box {
	overflow: hidden;
	position: relative;
	padding-bottom: 68.75%;
}

.list-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	display: block;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
/* 图片 end */





/* 上一篇下一篇 start */
.prenext-ul {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #eaeaea;
}
.prenext-li {
	color: #666;
}
.prenext-li a {
	/* display: block; */
	line-height: 30px;
}
.prenext-li a:hover {
	color: #256ab9;
}
.prenext-li a.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@media (max-width: 768px) {
	.prenext-ul {margin-top: 10px; padding: 5px 0; text-align: left;}
	.prenext-li { float: none; width: auto; padding: 5px 0;}
	.prenext-li a {margin: 0 2px; line-height: 20px; font-size: 13px;}
}
/* 上一篇下一篇 end */





/* 相册滚动 start */
.swiper-page-bg {
	padding: 0 50px;
}

.swiper-button-next, .swiper-button-prev {
	outline: none;
	color: #fff;
	width: 35px;
	height: 50px;
	border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, .1);
	margin-top: -25px;
}

.swiper-button-prev {
	color: #fff;
	background-image: url(../images/left.png);
}

.swiper-button-next {
	color: #fff;
	background-image: url(../images/right.png);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .3);
}

/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: auto;
}

.swiper-button-next, .swiper-button-prev {
	outline: none;
}
@media (max-width: 768px) {
	.swiper-page-bg {
		padding: 0 30px;
	}
}
@media (max-width: 480px) {
	.swiper-page-bg {
		padding: 0 25px;
	}

	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 30px;
	}
}
/* 相册滚动 end */







/* 详情图片 start */
.detail-image-box {
	max-width: 800px;
	margin: 10px auto;
	text-align: center;
}

.detail-image {
	max-width: 100%;
	margin: 0 auto;
}
/* 详情图片 end */


/* 详情视频（iframe） start */
.detail-video-box {
	max-width: 800px;
	margin: 10px auto;
}
.detail-video-box iframe {
	width: 100%;
}
/* 详情视频 end */


/* 视频 start */
.list-video-box {
	position: relative;
	padding-bottom: 62.5%;
}
.video {
	background: #000;
	width: 100%;
	display: block;
}
.list-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoPlayIcon-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.3);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 58px auto;
	
}
@media (max-width: 768px ) {
	.videoPlayIcon-box {
		background-size: 30px auto;
	}
}
/* 视频 end */





/* 翻页 start */
.pagesize {
	text-align: center;
	padding-top: 30px;
}

.pagesize li {
	display: inline-block;
}

.pagesize a, .pagesize select, .pagesize span {
	display: inline-block;
	padding: 0 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #ccc;
	font-size: 14px;
	line-height: 32px;
	font-family: arial;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
}

.pagesize a:hover, .pageBox a:active, .pagesize .cur, .pagesize .active span {
	background: #E62129;
	color: #FFFFFF;
	border-color: #E62129;
	text-decoration: none;
}

.pagesize a.cur {
	color: #fff;
}

@media (max-width: 768px) {
	.pagesize {padding-top: 10px;}
}
@media (max-width: 480px) {
	.pagesize {padding-top: 5px;}
	.pagesize a, .pagesize select, .pagesize span  { padding: 0 9px; line-height:24px;height:auto;font-size:12px; margin-right: 3px; margin-bottom: 3px;}
}
/* 翻页 end */


/* 翻页 start */
.pages {
	clear: both;
	margin: 50px 0 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
}

.pages ul td {
	display: inline-block;
	text-align: center;
	margin: 0 5px 5px;
}

#pages {
	font-size: 0;
}

#pages li {
	margin: 0 3px;
	display: inline-block;
}
.pages ul a,
.pages ul span {
	padding: 0 12px;
	font-size: 15px;
	line-height: 34px;
	display: block;
	color: #666;
	border: 1px solid #e5e5e5;
}
.pages ul b {
	font-weight: normal;
}

.pages ul a:hover {
	background-color: #E62129;
	text-decoration: none;
	color: #fff;
	border-color: #E62129;
}

.pages ul .disabled span  {
	border-color: #e5e5e5;
	background-color: #f5f5f5;
	color: #aaa;
}

.pages ul .active span  {
	border-color: #E62129;
	background-color: #E62129;
	color: #fff;
}

@media (max-width: 768px) {
	.pages {
		margin: 10px 0;
	}
	.pages ul td.pc-show {
		display: none;
	}
	.pages ul a,
	.pages ul span {
		padding: 0 10px;
		font-size: 13px;
		line-height: 32px;
	}
}
@media (max-width: 480px) {
	.pages ul td {
		margin-left: 3px;
		margin-right: 3px;
		padding: 0;
	}
	.pages ul a,
	.pages ul span {
		padding: 0 8px;
		font-size: 12px;
		line-height: 26px;
	}
}

@media (max-width: 380px) {
	.pages ul a,
	.pages ul span {
		/* padding: 0 5px; */
		font-size: 12px;
	}
}
/* 翻页 end */


/* 上一篇下一篇 start */
.prenext-ul {padding: 5px 0;}
/* 上一篇下一篇 end */





/* 页面分屏 start */
.floor-page-box {
	overflow: hidden;
}
.floor-page-ul {
	display: none;
}
@media (min-width: 769px) {
	.floor-page-box:not(.foot-box) {
		padding-top: 100px !important;
	}
}

@media (min-width: 1201px) {
	/* html {
	    touch-action: manipulation;
	} */
	body {
		overflow: hidden;
	}
	#page-body {
		overflow: hidden;
		width: 100%;
	}
	#page-main {
		top: 0;
		position: relative;
		overflow: hidden;
	}
	.floor-page-box:not(.foot-box) {
		box-sizing: border-box;
		padding-top: 100px;
		padding-bottom: 0;
	}
	.floor-page-box .wrap, .floor-page-box .page-body {
		height: 100%;
	}
	
	@media (min-height: 700px) {
		.floor-page-box .floor-body-middle {
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
			margin: 0 !important;
			padding: 0 !important;
		}
	}
	
	.floor-page-ul {
		display: block;
		box-sizing: border-box;
		position: fixed;
		z-index: 999;
		right: 20px;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow: hidden;
		width: 57px;
	}

	.floor-page-li {
		cursor: pointer;
		list-style: none;
		position: relative;
		height: 4px;
		margin-bottom: 30px;
		width: 4px;
		font-size: 0;
	}
	.floor-page-li:before {
		background: #a8a8a8;
		border-radius: 50%;
		content: "";
		height: 4px;
		left: 44.8px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
	}
	.floor-page-li:after {
		content: "";
		height: 15px;
		left: 35.8px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 15px;
	}
	.floor-page-li.cur {
		font-size: 20px;
		height: 20px;
		line-height: 1;
		width: 50px;
		color: #ff242f;
	}
	.floor-page-li.cur:before {
		background: #ff242f;
	}
	.floor-page-li.cur:after {
		border: 2px solid #ff242f;
		border-radius: 50%;
		box-sizing: border-box;
		content: "";
		height: 20px;
		left: 37px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
	}
}
/* 页面分屏 end */