* {
	padding: 0;
	margin: 0;
}

body {
	overflow: hidden;
	height: 100vh;
}

#app {
	height: 100%;
	width: 100%;
}


img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 1 !important;
}

img[src=""],
img:not([src]) {
	opacity: 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.warp {
	height: 100%;
}

::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.swiper-scrollbar {
	display: none;
}

.swiper-slide {
	transition-timing-function: linear !important;
}

.boxt {
	width: 100%;
	height: 100vh;
	position: relative;
}

/* 左侧菜单栏 */
.box_left {
	width: 100px;
	height: 503px;
	background-color: #f0f0f0;
	border-radius: 10px;
	position: absolute;
	z-index: 999;
	top: 0; 
	left: 50px;
	bottom: 0;
	margin: auto;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	transition: 1s;
	box-shadow: 8px 4px 8px 0px rgba(212, 212, 212, 0.45);
	cursor: pointer;
}

.box_left_cent {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.box_left_cet {
	height: 24px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #f49c1e;
}

.box_left_heng {
	width: 2px;
	height: 100%;
	background-color: #000000;
	position: absolute;
	height: 24px;
	left: 0;
	top: 0;
	bottom: 0px;
	margin: auto;
}

.box_left_img {
	width: 25px;
	height: 25px;
}

 


 @media screen and (max-width:1400px) {
	.box_left {
		width: 80px;
		height: 380px;
		background-color: #f0f0f0; 
		left: 30px;
	}

	.box_left_cet {
		font-size: 16px;
	}

	.box_left_img {
		width: 22px;
		height: 22px;
	}

	.box_left_heng {
		width: 2px;
		height: 20px;
	}
} 
 @media screen and (max-width:1100px) {
	.box_left {
		width: 70px;
		height: 350px;
		background-color: #f0f0f0; 
		left: 30px;
		padding: 15px 0;
	}

	.box_left_cet {
		font-size: 14px;
	}

	.box_left_img {
		width: 20px;
		height: 20px;
	}

	.box_left_heng {
		width: 2px;
		height: 20px;
	}
} 

.hidden-Menu{
	left: -1000px !important;
}
 

#section0,#section1,#section2,#section3,#section4,#section5,#section6{
    overflow: hidden;
}


/* 左侧菜单栏 end */


.box {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: #F49C1E;
}

.box_img {
	width: 100%;
	height: 100%;
}

/* box1 */
.box1 {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	justify-content: center;
}

.box1_cent {
	height: 6.88rem;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 2.9rem;
	transition: 1s;
	overflow: hidden;
}

.box1_cent1_menu {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100vh;
	z-index: 1;
	background-color: #FFF;
	transition: background-image 0.3s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.box_right {
	width: 9.38rem;
	height: 6.88rem;
}

.box1_left_tet {
	font-size: 0.6rem;
	letter-spacing: 0px;
	color: #f49c1e;
}

.box1_left_tet1 {
	font-size: 0.4rem;
	color: #f49c1e;
	margin-top: 0.25rem;
}

.box1_left_tet2 {
	font-size: 0.18rem;
	color: #2c2c2c;
	line-height: 1.8;
	width: 4.78rem;
	margin-top: 0.51rem;
}

.box1_left_tet3 {
	/* width: 12.5rem; */
	/* height: 3.5rem; */
	background-color: #2c2c2c;
	border: solid 1px #2c2c2c;
	font-size: 0.16rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.45rem;
	cursor: pointer;
	padding: 0.05rem 0.12rem;
	float: left;
}

.box1_xiang {
	width: 0;
	height: 100vh;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1s;
	overflow: hidden;
}

.box1_xiang_load {
	width: 0.5rem;
	height: 0.5rem;
}

.box1_xiang_cent {
	display: none;
	background-color: #FFFFFF;
}

.box1_cent1 {
	/* width: 0; */
	height: 100%;
	display: flex;
	justify-content: center;
	/*transition: 0.1s;*/
	overflow: hidden;
	/* overflow-x: auto; */
	position: absolute;
}

.box1_cent1_cet {
	width: 2.63rem;
	height: 100%;
	position: relative;
	display: flex;
	background-color: rgba(255, 255, 255, 0.7);
	color: #f49c1e;
}

.box1_cent1_cet::after {
	content: "";
	position: absolute;
	background-color: #f49c1e;
	width: 0;
	height: 100%;
	transition: width 0.5s;
	z-index: 1;
}


.box1_cent1_cet_tt {
	height: 0.36rem;
	font-size: 0.4rem;
	width: 6rem;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0.77rem;
	top: 0.73rem;
	/* word-break:break-all;
	align-items: center; */
	/* line-height: 3.6rem; */
	transform: rotate(90deg);
	-webkit-transform-origin: 0.11rem 0.17rem;
	z-index: 3;
}

.box1_cent1_cet_tt1 {
	width: 0.38rem;
	font-size: 0.4rem;
	position: absolute;
	left: 1.31rem;
	top: 0.73rem;
	z-index: 3;
}

.box1_cent1_cet:nth-child(3n+1)::after {
	right: 0px;
}

.box1_cent1_cet:nth-child(2n+1) {
	background-color: #efedede6;
	color: #f49c1e;
}


.box1_cent1_ctet {
	color: #fff !important;
}

.box1_cent1_ctet::after {
	width: 100%;
}

.box1_cent1_tu {
	width: 0;
	height: 100%;
	z-index: 9999;
	position: absolute;
	transition: 1s;
	overflow: hidden;
	background-color: #FFF;
}

.box1_cent1_tu2 {
	width: 0.59rem;
	height: 0.59rem;
	position: absolute;
	right: 1.21rem;
	top: 0.72rem;
	z-index: 999;
}

/* end */

/* box2 */
.box2 {
	/* background: url(../img/17.png); */
	width: 100%;
	height: 100vh;
	background-size: 100% 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box2_cent {
	display: flex;
	margin-left: 2.94rem;
	align-items: center;
}

.box2_cent_left_tt {
	font-size: 0.6rem;
	color: #f49c1e;
	width: 7.8rem;
}

.box2_cent_left_tt1 {
	font-size: 0.4rem;
	color: #f49c1e;
}

.box2_cent_left_tt2 {
	font-size: 0.32rem;
	color: #ffffff;
	margin-top: 0.75rem;
}

.box2_cent_left_cet {
	display: flex;
	margin-top: 0.32rem;
	align-items: center;
}

.box2_cent_left_cet_lef {
	width: 0.57rem;
	height: 0.56rem;
	min-height: 35px;
	min-width: 35px;
	background-color: #f49c1e;
	font-size: 0.31rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.11rem;
	font-weight: bold;
}

.box2_cent_left_cet_right {
	height: 0.56rem;
	min-height: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box2_cent_left_cet_right_tt {
	font-size: 0.24rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box2_cent_left_cet_right_tt1 {
	font-size: 0.16rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box2_left_foot {
	/* width: 12.5rem;
	height: 3.5rem; */
	background-color: #ffffff;
	font-size: 0.16rem;
	color: #f49c1e;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.6rem;
	cursor: pointer;
	float: left;
	padding: 0.05rem 0.12rem;
}

.box2_cent_right {
	width: 4.14rem;
	height: 4.14rem;
}

.box2_cent1 {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 0 3.5rem;
	overflow: hidden;
}

.box2_cent1_left {
	width: 4rem;
	height: 4rem;
	background-color: #cdcdcd;
	transform: rotate(45deg);
	position: absolute;
	left: -2rem;
}

.box2_cent1_right {
	width: 4rem;
	height: 4rem;
	background-color: #cdcdcd;
	transform: rotate(45deg);
	position: absolute;
	right: -2rem;
}

.box2_cent1_cet {
	width: 3.2rem;
	height: 3.2rem;
	background-color: #000000;
	transform: rotate(45deg);
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 1.33rem;
}

.box2_cent1_cet:nth-child(2) {
	margin-left: 0;
}

.box2_cent1_ceo:hover {
	background-image: url(../img/s.png) !important;
}

.box2_cent1_ceo1:hover {
	background-image: url(../img/s5.png) !important;
}

.box2_cent1_ceo2:hover {
	background-image: url(../img/s4.png) !important;
}

.yintu {
	width: 1.6rem;
	height: 1.6rem;
	background-color: #A0A0A0;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transition: 1s;
	display: none;
	align-items: center;
	justify-content: center;
}

.yintu:hover {
	display: flex;
	background-color: #b8b8b8;
}

.box2_cent1_cet:hover .yintu {
	display: flex;
	animation-name: yintuShow;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes yintuShow {
	from {
		transform: scale(0.1);
	}

	to {
		transform: scale(1);
	}
}

.box2_cent1_cet .yintu:nth-child(even) {
	background-color: #CCCCCC;
}


.box2_cent1_ce_text {
	transform: rotate(-45deg);
	width: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.2rem;
}


.box2_cent1_ce0 {
	margin-top: -3.2rem;
	margin-left: 0px;
}

.box2_cent1_ce1 {
	margin-top: -1.6rem;
	margin-left: 1.6rem;
}

.box2_cent1_ce2 {
	margin-top: 0px;
	margin-left: 1.6rem;
}

.box2_cent1_ce3 {
	margin-top: -3.2rem;
	margin-left: -1.6rem;
}


.box2_cent1_ce4 {
	margin-top: -3.2rem;
	margin-left: -3.2rem;
}

.box2_cent1_ce5 {
	margin-top: 1.6rem;
	margin-left: 1.6rem;
}

.box2_cent1_ce6 {
	margin-top: 1.6rem;
	margin-left: 0;
}

.box2_cent1_ce7 {
	margin-top: -1.6rem;
	margin-left: -3.2rem;
}

.box2_cent1_ce8 {
	margin-top: 0;
	margin-left: -3.2rem;
}

.box2_cent1_ce9 {
	margin-top: 1.6rem;
	margin-left: -1.6rem;
}



.box2_cent1_lc0 {
	margin-top: 0;
	margin-left: -3.2rem;
}
.box2_cent1_lc1 {
	margin-top: 1.6rem;
	margin-left: -1.6rem;
}

.box2_cent1_lc2 {
	margin-top: 1.6rem;
	margin-left: 0;
}

.box2_cent1_lc3 {
	margin-top: -1.6rem;
	margin-left: -3.2rem;
}

.box2_cent1_lc9 {
	margin-top: -1.6rem;
	margin-left: 1.6rem;
}

.box2_cent1_lc6 {
	margin-top: 0px;
	margin-left: 1.6rem;
}

.box2_cent1_lc7 {
	margin-top: -3.2rem;
	margin-left: -1.6rem;
}


.box2_cent1_lc4 {
	margin-top: -3.2rem;
	margin-left: -3.2rem;
}

.box2_cent1_lc5 {
	margin-top: 1.6rem;
	margin-left: 1.6rem;
}




.box2_cent1_lc8 {
	margin-top: -3.2rem;
	margin-left: 0px;
}





.box2_centtt1 {
	width: 0;
	overflow: hidden;
	transition: 1s;
	height: 3.8rem;
}

/* box2 end */

/* box3 */
.box3 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.box3_cent {
	margin-left: 3rem;

}

.box3_right {
	position: absolute;
	right: 0.9rem;
	width: 12.4rem;
	height: 7.3rem;
}

.box3_tt {
	font-size: 0.6rem;
	color: #f49c1e;
}

.box3_tt1 {
	font-size: 0.4rem;
	color: #f49c1e;
	margin-top: 0.05rem;
}

.box3_tt_cent {
	min-height: 1.7rem;
	margin-top: 0.55rem;
}

.box3_tet {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
	cursor: pointer;
}

.box3_tet_left {
	width: 0.15rem;
	height: 0.19rem;
	transform: rotate(-90deg);
}

.box3_tet_right {
	font-size: 0.17rem;
	margin-left: 0.22rem;
}

.box3_tet:last-child {
	margin-bottom: 0px;
}

.box3_tt3 {
	font-size: 0.18rem;
	color: #f49c1e;
	margin-top: 0.5rem;
}

.box3_tt4 {
	/*width: 12.5rem;*/
	/*height: 3.5rem;*/
	background-color: #313131;
	font-size: 0.16rem;
	color: #FFFFFF; 
	margin-top: 0.55rem;
	cursor: pointer;
	float: left;
	padding: 0.05rem 0.12rem;
}

.box3_cent1 {
	display: flex;
	align-items: center;
	height: 100%;
	/* justify-content: center; */
	flex-direction: column;
	width: 0%;
	transition: 1s;
	overflow: hidden;
	position: relative;
}

.box3_cent1_top {
	margin-top: 0.75rem;
	font-size: 0.36rem;
	color: #1a1a1a;
}

.box3_cent1_top1 {
	font-size: 0.22rem;
	color: #858585;
	margin-top: 0.21rem;
}

.box3_cent1_cet {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 7rem;
    margin-top: 0.5rem; 
}

.box3_cent1_cet_left {
	width: 0.74rem;
	height: 0.74rem;
	margin-left: 1.56rem;
	cursor: pointer;
}

.box3_cent1_cett {
	flex: 1;
	height: 100%;
}

.box3_lu {
	display: flex;
	flex-wrap: wrap;
    padding: 0px 0.3rem;
}

.box3_lu_cent {
	width: 33.333%;
	height: 3rem; 
	margin-bottom: 0.2rem;
	cursor: pointer;
	text-align: center;
	position: relative; 
}

.box3_lu_cent:nth-child(3n) {
	margin: 0;
}


.box3_lu_img {
	width: 3.6rem;
	height: 2.21rem;
	border-radius: 0.04rem;
}

.casesQrcode {
	width: 3.6rem;
	height: 2.21rem;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	opacity: 0;
	transition: 0.1s;
	background-color: rgba(247, 147, 30, 0.95);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0.04rem;
	margin: auto;
	font-size: 0.16rem;
	color: #ffffff;
}

.casesQrcode .qrcode {
	width: 1rem;
	height:1rem;
	margin-bottom: 0.03rem;
}

.box3_lu_cent:hover .casesQrcode {
	opacity: 1;
}


.box3_lu_tet { 
	font-size: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box3_centte1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;

}

.box3_cet_lef_img {
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	right: 1.21rem;
	top: 0.72rem;
	z-index: 9;
	cursor: pointer;
	transition: 1s;
}

.box3_right_ert {
	width: 100%;
}

.box3_cet_lef_img:hover {
	transform: rotate(180deg);
}

/* box4 */
.box4 {
	width: 100%;
	height: 100%;
	background: url(../img/4.png);
	background-size: 100% 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box4_cent {
	margin-left: 2.93rem;
	width: 100%
}

.box4_cent_tt {
	font-size: 0.6rem;
	color: #ffffff;
}

.box4_cent_tt1 {
	font-size: 0.4rem;
	color: #ffffff;
	margin-top: 0.2rem;
}

.box4_cent_tt2 {
	width: 3.88rem;
	color: #ffffff;
	font-size: 0.18rem;
	line-height: 2;
	margin-top: 0.55rem;
}

.box4_cent_tt3 {
	background-color: #313131;
	font-size: 0.16rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	cursor: pointer;
	float: left;
	padding: 0.05rem 0.12rem;
}

.box4_oto_cent {
	transform: skew(0deg, -31.4deg);
	transform-origin: right top;
	height: 410px;
	width: 381px;
	overflow: hidden;
	cursor: pointer;
	background-color: #000000;
	top: 45px;
	left: 4px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	/* transition: 0.5s; */
	background-size: 100% 100% !important;
}

.box4_oto_cent .bg-img {
    width: 381px;
    height: 650px;
	transform: skew(0deg, 31.4deg);
	border: none;
}

.box4_oto_cent1 {
	top: 457px;
	left: 3px;
	background-color: #FFF;
}

.box4_oto_cent2 {
	left: 385px;
	top: 222px;
}

.box4_oto_cent3 {
	left: 766px;
	top: -10px;
	background-color: #FFF;
}

.box4_oto_cent4 {
	left: 767px;
	top: 400px;
}


.box4_oto_tt {
	color: #FFFFFF;
	transform: skew(0deg,
			31.4deg);
	padding: 0 20px;
	height: 150px;
	margin-top: 10px;
}

.box4_oto_tt1 {
	font-size: 18px;
}

.box4_oto_tt2 {
	font-size: 14px;
	margin-top: 20px;
	/* line-height: 2.5rem; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	word-break:break-all;      word-wrap:break-word;     
}

.box4_cent1 {
	width: 1920px;
	transition: 1s;
	height: 1080px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-color: #FFF;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.box4_oto {
	width: 1143px;
	height: 100%;
	position: relative;
}

.box4_oto_cent3tt {
	display: none;
}

.box4_oto_cent1tt {
	display: none;
}

.box4_oto_cent3:hover {
	color: #FFFFFF;
	background: #f49c1e !important;
}

.box4_oto_cent1:hover {
	color: #FFFFFF;
	background: #f49c1e !important;
}



.box4_oto_cent:hover .box4_oto_tt {
	display: block;
}

.box4_oto_cent:hover .bg-img {
	display: none;
}

.box4_oto_cent:hover {
	background-color: #f49c1e;
}


/* 

.box4_oto_cent1:hover .box4_oto_cent1tt {
	display: block;
}

.box4_oto_cent3:hover .box4_oto_cent3tt {
	display: block;
}
 */

.box4_cent1>.news-left,
.box4_cent1>.news-right {
	width: 388.5px;
	height: 100%;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.box4_cent1>.news-right {
	justify-content: flex-start;
}

.box4_cent1_left {
	width: 60px;
	height: 60px;
	background: url(../img/leftt.png);
	background-size: 100% 100%;
	margin-right: 20px;
	cursor: pointer;
}

.box4_cent1_right {
	width: 60px;
	height: 60px;
	background: url(../img/leftt.png);
	background-size: 100% 100%;
	transform: rotate(180deg);
	margin-left: 20px;
	cursor: pointer;
}

.box4_cent1_left:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.box4_cent1_right:hover {
	background-color: rgba(0, 0, 0, 0.1);
}


.flow-view {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	right: -100%;
	transition: 0.3s;
}

.flow-view .flow-close-icon {
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
}

.flow-view-content {
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	text-align: center;
	background-color: #F49C1E;
}

.flow-view .flow-img {
	width: auto;
	height: 100%;
	margin: auto;
}

.flow-view .icon-lrscroll {
	width: 0.07rem;
	height: 0.07rem;
	position: absolute;
	top: 0;
	right: 0.03rem;
	bottom: 0;
	margin: auto;
	animation-name: lrscroll;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;
}

.flow-view-show {
	right: 0;
}

@keyframes lrscroll {
	0% {
		right: 0.2rem;
	}

	50% {
		right: 0.35rem;
	}

	100% {
		right: 0.2rem;
	}
}



/* box4end */


.box5 {
	width: 100%;
	height: 100%;
	/* background: url(../img/5.png); */
	background-size: 100% 100% !important;
	position: relative;
}

.box5_cent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 2.93rem;
	height: 100%;
	width: 11.75rem;
}

.box5_left_tt {
	font-size: 0.6rem;
	color: #ffffff;
	/* margin-top: 188px; */
}

.box5_left_tt1 {
	font-size: 0.4rem;
	color: #ffffff;
	margin-top: 0.25rem;
	margin-bottom: 0.7rem;
}

.box5_tu {
	width: 0.35rem;
	height: 0.35rem;
	margin-right: 0.1rem;
}

.box5_left_oo {
	display: flex;
	margin-bottom: 0.36rem;
	align-items: center;
}

.box5_left_oo_cee {
	display: flex;
	/* align-items: center; */
	flex-direction: column;
}

.box_left_oo_t {
	font-size: 0.18rem;
	color: #ffffff;
	margin-bottom: 0.05rem;
}

.box_left_oo_t:last-child {
	margin-bottom: 0;
}

.box5_right_tu {
	width: 1.67rem;
	height: 1.67rem;
}

.box5_right {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.box5_right_tt {
	font-size: 0.25rem;
	color: #ffffff;
	margin-top: 0.2rem;
}

.box4_cent2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	z-index: 55;
	overflow: hidden;
	transition: 1s;
}

.box4_cent2_cen {
	width: 15rem;
	height: 70%;
	background-color: #FFFFFF;
	position: absolute;
	padding: 0.4rem 0.8rem;
	overflow: hidden;
	font-size: 0.2rem;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 11;
}

.box4_cent2_cha {
	position: absolute;
	right: 0.15rem;
	top: 0.15rem;
	width: 0.3rem;
	height: 0.3rem;
	cursor: pointer;
}

.box4_cent2_cen1 {
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.beian-div{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    font-size: 0.17rem;
    text-align: center;
    color: #FFF;
}
.beian-div a{
    margin-left: 20px;
    text-decoration: none;
    color: #FFF;
}
