*{
	box-sizing: border-box;
}
html, body{
	margin: 0;
	padding: 0;
}
.home{
	min-width: 1200px;
	overflow: auto;
}
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.head{
	height: 106px;
	width: 100%;
	background-color: rgba( 8, 8, 8, .2 );
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
.head-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-right{
	display: flex;
	align-items: center;
}
.head-right>.right-item>a{
	line-height: 106px;
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
}

.page1{
	height: 100vh;
	background: #2c3e50;
	position: relative;
	overflow: hidden;
}
.page1 video{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 800px;
}
.page1>.container{
	padding: 50px 0 50px 0;
}
.page1 .title{
	color: #fff;
	font-size: 56px;
	text-align: center;
	margin-top: 25%;
}
.page1 .hand-bars{
	position: absolute;
	right: 0;
	bottom: 50px;
}
.page1 .hand-bars .bar{
	background-color: rgba( 1, 1, 1, 0.702 );
	width: max-content;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 5px 20px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.page1 .hand-bars .bar:hover>.hover-img{
	display: block;
}
.page1 .hand-bars .bar>.hover-img{
	background: #fff;
	padding: 5px;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 0;
	border-radius: 5px;
	z-index: 3;
	box-shadow: 1px 1px 5px #888888;
	display: none;
}
.hover-img::after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 20px;
	border: 10px solid transparent;
	border-top-color: #fff;
}
.page1 .hand-bars>.bar>img{
	margin-right: 20px;
}

.page2{
	height: 700px;
	background: #fff;
}
.page2>.container{
	padding: 100px 0;
	display: flex;
}
.page2-left{
	flex: 1;
	position: relative;
}
.page2-left>.pic1{
	position: absolute;
	left: 70px;
	top: 0;
	width: 388px;
	height: 367px;
	object-fit: cover;
}
.page2-left>.pic2{
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 254px;
	height: 319px;
	object-fit: cover;
}
.page2-left>.about-us{
	position: absolute;
	left: 0;
	bottom: 100px;
	line-height: 56px;
	background: #040404;
	color: #fff;
	padding: 0 15px;
}
.page2-left>.about-us::before{
	content: '';
	display: inline-block;
	position: absolute;
	right: -20px;
	top: -20px;
	border: 20px solid transparent;
	border-right-color: #040404;
	transform: rotate(45deg);
}
.page2-left>.about-us::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: -20px;
	bottom: -20px;
	border: 20px solid transparent;
	border-right-color: #040404;
	transform: rotate(-45deg);
}
.page2-left>.blue-block{
	position: absolute;
	width: 50px;
	height: 40px;
	right: 0;
	bottom: 60px;
	background: #3B3E7C;
}
.page2-left>.yellow-block{
	position: absolute;
	width: 50px;
	height: 20px;
	right: 0;
	bottom: 20px;
	background: #D1AF6E;
}
.page2-right{
	width: 45%;
	padding-left: 30px;
}
.page2-right>.right-title{
	font-size: 28px;
	color: rgb( 8, 8, 8 );
	margin-bottom: 30px;
}
.page2-right>.right-text{
	font-size: 16px;
	color: rgb( 8, 8, 8 );
	line-height: 1.875;
	text-indent: 2em;
}

.page3{
	height: 1100px;
	background-color: #040404;
	background-image: url("./imgs/bg1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page3>.container{
	display: flex;
	padding: 150px 0;
}
.page3 .page3-left{
	margin-right: 90px;
}
.page3 .page3-right{
	flex: 1;
}
.page3-right>.right-title{
	font-size: 28px;
	color: #fff;
	margin-bottom: 50px;
}
.right-content>.content-bar{
	padding-left: 20px;
	margin-bottom: 30px;
}
.content-bar>.bar-title{
	color: #fff;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
}
.content-bar>.bar-title::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FEBA01;
	position: absolute;
	left: -20px;
	top: 8px;
}
.content-bar>.bar-text{
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.page3 .wx-box{
	position: absolute;
	right: 20px;
	bottom: 200px;
}
.wx-box>.wx-bar{
	background-color: #303030;
	width: max-content;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 5px 20px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.wx-box>.wx-bar:hover>.hover-img{
	display: block;
}
.wx-box>.wx-bar>.hover-img{
	background: #fff;
	padding: 5px;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 0;
	border-radius: 5px;
	z-index: 3;
	box-shadow: 1px 1px 5px #888888;
	display: none;
}
.wx-box>.wx-bar>img{
	margin-right: 20px;
}

.page4{
	height: 1145px;
	background: #fff;
}
.page4>.container{
	padding: 160px 0;
	display: flex;
}
.page4-left{
	flex: 1;
}
.page4-left>.left-title{
	font-size: 28px;
	color: #000;
	margin-bottom: 50px;
}
.page4-left>.left-content{
	width: 630px;
}
.left-content>.page4-content-bar{
	padding-left: 20px;
	margin-bottom: 20px;
}
.page4-content-bar>.bar-title{
	color: #000;
	font-size: 16px;
	line-height: 2;
	position: relative;
	margin-bottom: 20px;
}
.page4-content-bar>.bar-title::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FEBA01;
	position: absolute;
	left: -20px;
	top: 8px;
}
.page4-left>.chart-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 200px;
}
.chart-box>.chart-label{
	width: 60%;
	margin-left: 40px;
}
.chart-box>.chart-label>.label-title{
	font-weight: bold;
	color: #000;
	font-size: 36px;
	margin-bottom: 30px;
}
.label-box{
	display: flex;
	flex-wrap: wrap;
}
.label-box>.label-item{
	display: flex;
	align-items: center;
	width: 50%;
	padding: 10px 0;
	font-size: 16px;
}
.label-item>i{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.page5{
	background: #040404;
	background-image: url("./imgs/bg2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page5>.container{
	padding: 40px 0 10px 0;
	color: #fff;
}
.page5 .page5-head{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.page5-head>img{
	margin-right: 200px;
}
.page5 .page5-content{
	display: flex;
	justify-content: space-between;
}
.page5-content>.page5-left{

}
.page5-left>.page5-title{
	font-size: 32px;
	color: #FEBA01;
	margin-bottom: 30px;
}
.page5-left>.page5-text{
	font-size: 16px;
	margin-bottom: 20px;
}
.page5-content>.page5-right{
	display: flex;
}
.page5-right>.page5-img-text{
	text-align: center;
	margin-left: 50px;
	font-size: 20px;
	letter-spacing: 5px;
}
.page5 .icp{
	text-align: center;
}
.page5 .icp>a{
	color: #fcfcfc;
	font-size: 14px;
}

