@font-face {
	font-family: 'FZHT';
	src: url('./FZHT.ttf') format('truetype')
}
body{
	width: 100%;
	overflow-x: hidden;
}
.headerbox {
	width: 1200px;
	padding-top: 46px;
	z-index: 99;
	/* height: 33px; */
	position: fixed;
	left: 50%;
	margin-left: -600px;
	background: #fff;
	top: 0;
}

.headerbox_logo {
	width: 211px;
	float: left;
}

.headerbox_morebox {
	float: right;
	position: relative;
}

#headerbox_more {
	width: 34px;
	height: 33px;

}

.headerbox_morelist {
	position: absolute;
	overflow: hidden;
	width: 300px;
	top: 51px;
	right: -15px;
	display: none;
}

.headerbox_morelist span {
	font-size: 13px;
	font-family: "FZHT";
	font-weight: normal;
	color: #0F141B;
	line-height: 19px;
	/* width: 80px; */
	padding: 0 3px;
	margin-left: 22px;
	float: left;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.headerbox_morelist .cur {
	color: #0096D6;
	border-bottom: 2px solid #0096D6;
}

.swiperindexshow {
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	margin-left: -735px;
	transform: rotate(90deg);
}

.swiperindexshow span {
	width: 65px;
	text-align: center;
	margin-left: 26px;
	display: inline-block;
	border-bottom: 2px solid #9A9A9A;
	color: #fff;
}

.swiperindexshow .cur {
	color: rgba(0, 150, 214, 1);
	border-bottom: 2px solid rgba(0, 150, 214, 1);
}

.supernatant {
	position: absolute;
	top: 227px;
	left: 50%;
	margin-left: -600px;
	z-index: 10;
}

.supernatant_title {
	font-size: 60px;
	font-family: FZHT;
	color: rgba(15, 20, 27, 1);
	line-height: 60px;
	letter-spacing: 28px;
}

.supernatant_conten {
	font-size: 20px;
	font-family: FZHT;
	color: rgba(15, 20, 27, 1);
	line-height: 36px;
	text-align: right;
	margin-left: 86px;
	float: left;
	margin-bottom: 65px;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-container1 {
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide1 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	/* padding-top: 115px;
	box-sizing: border-box; */
	/* overflow: hidden; */
	position: relative;
}

.swiper-container2 {
	width: 989px;
	height: 556px;
	/* margin: 20px auto 0; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	transform: translateY(-50%);
}

.swiper-slide2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide2 img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-pagination1 {
	bottom: 28px !important;
	left: 28px !important;
	text-align: left !important;
}

.swiper-pagination1 span {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #979797;
	opacity: 1;
}

.swiper-pagination1 span.swiper-pagination-bullet-active {
	background: #FFF;
}

.pcdown {
	width: 23px;
	height: 13px;
	display: block;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -11.5px;
	animation: mymove 2s infinite;
	-webkit-animation: mymove 2s infinite;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: 2;
}

@keyframes mymove {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes mymove/ {

	/*Safari and Chrome*/
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.verticalcenter {
	width: 1200px;
	height: 100%;
	padding-top: 115px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.sonverticalcenter {
	width: 1200px;
	padding-left: 100px;
	padding-right: 62px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.aboutus_title {
	width: 133px;
	font-size: 20px;
	font-family: PingFangSC-Medium;
	color: rgba(12, 19, 26, 1);
	line-height: 28px;
	text-align: left;
	float: left;
}

.aboutus_title img {
	width: 21px;
	height: 27px;
	margin-right: 7px;
}

.abouts_title_one {
	height: 27px;
	width: 100%;
}

.aboutus_txt_span {
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	vertical-align: top;
}



.aboutus_txt {
	width: 100%;
	height: 53px;
	font-size: 38px;
	font-family: PingFangSC-Medium;
	color: rgba(12, 19, 26, 1);
	line-height: 53px;
}

.tableconten {
	width: 780px;
	float: left;
	margin-left: 118px;
}

.pagebox {
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	margin-top: 19px;
	overflow: hidden;
	line-height: 22px;
}

.pagebox_title {
	float: left;
	width: 70px;
	font-weight: 400;
	color: rgba(133, 133, 133, 1);
	margin-right: 16px;

}

.pagebox_conten {
	float: left;
	width: 692px;
	padding-left: 30px;
	box-sizing: border-box;
	border-left: 1px solid #E5E5E5;
	color: #0C131A;
	text-align: left;
}

.list_img {
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-rihgt: 30px;
	margin-top: 7.5px;
}

.icpbeian {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #EEE;
	font-size: 13px;
	color: rgba(154, 154, 154, 1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.mapGps {
	width: 106px;
	height: 28px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(12, 19, 26, 1);
	display: inline-block;
	line-height: 28px;
	font-size: 13px;
	font-family: PingFangSC-Medium;
	color: rgba(12, 19, 26, 1);
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
}

.mapGps img {
	width: 13px;
	height: 16px;
	margin-right: 6px;
	vertical-align: sub;
}









@media screen and (min-height: 500px) and (max-height: 600px) {

	.swiper-container2,
	.sonverticalcenter,
	.supernatant ,.headerbox{
		zoom: 0.7;
	}
	.headerbox_morelist{
		width: 290px;
	}
	.swiper-container2 {
		top: 54%;
	}
	.pcdown {
		bottom: 20px;
	}
}

@media screen and (max-height: 700px) and (min-height: 600px) {

	.swiper-container2,
	.sonverticalcenter,
	.supernatant,.headerbox{
		zoom: 0.85;
	}
	.headerbox_morelist{
		width: 255px;
	}
	.pcdown {
		bottom: 40px;
	}

	.swiper-container2 {
		top: 53%;
	}

}

@media screen and (min-height: 700px) and (max-height: 750px) {

	/* body {
		zoom: 0.9;
	} */
	.pcdown {
		width: 23px;
		height: 13px;
		display: block;
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -11.5px;
		animation: mymove 2s infinite;
		-webkit-animation: mymove 2s infinite;
		animation-iteration-count: 2;
		-webkit-animation-iteration-count: 2;
	}

	.swiper-container2 {
		top: 55%;
	}
}

@media screen and (min-height:750px) {
	body {
		zoom: 1;
	}
}
