html,
body,
section {
	margin: 0 auto;
	max-width: 750px;
	position: relative;
}

.head-nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

section .home-top {
	width: 100%;
	height: 62.5rem;
	background-color: rgba(0, 0, 0, 0.2);
	background: url() no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

section .home-top .video-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 7.5rem;
	height: 7.5rem;
}

section .home-top .slide-box {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	height: 11rem;
	overflow: hidden;
}

section .home-top .slide-box .slide {
	width: 4px;
	height: 4rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 16px;
	animation: mymove 3s linear infinite;
	-webkit-backface-visibility: hidden;
}

section .home-top .slide-box .slide-text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: PingFang SC;
	text-align: center;
}

@keyframes mymove {
	from {
		height: 0px;
	}

	to {
		height: 4rem;
	}
}

section .home-brief {
	height: 30.8125rem;
	width: 100%;
	background: url(../../../lib/images/home/3.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}

.home-brief-title {
	width: 12rem;
	margin: 5rem auto 2.5rem;
}

.home-brief-title>h4 {
	font-size: 2.5rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
}

.home-brief-text {
	margin: 0 auto;
	color: rgba(0, 161, 235, 1);
	text-align: center;
}

.home-brief-text>span {
	/* color: rgba(0, 0, 0, 0.85); */
	font-weight: 500;
	font-size: 2rem;
	font-family: PingFang SC;
	font-weight: 500;
}

.home-brief-text>p {
	font-weight: 500;
	font-family: PingFang SC;
	font-size: 1rem;
	font-family: PingFang SC;
	/* color: rgba(0, 0, 0, 0.85); */
	font-weight: 500;
}

.home-brief .comtent-text {
	width: 38rem;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.65);
	font-family: PingFang SC;
	font-size: 1.5rem;
	text-align: center;
	margin-top: 3.5rem;
}

.home-value {
	/* height: 39.25rem; */
	width: 100%;
	overflow-x: hidden;
}

.home-value .value-box {
	width: 220%;
	margin-left: -60%;
}

.home-value .value-box .value-img {
	height: 27.5rem;
	width: 100%;
}

.home-value .value-box .value-img>img {
	width: 100%;
	height: 100%;
}

.home-value .value-box .value-text {
	/* height: 7.75rem; */
	height: 11rem;
	padding: 2rem;
	margin-bottom: 5rem;
	box-shadow: 0px 12px 24px rgba(41, 48, 61, 0.08);
	border-radius:0 0 0.3rem 0.3rem;
}

.home-value .value-box .value-text>h4 {
	font-size: 2.125rem;
	color: rgba(0, 0, 0, 0.85);
	font-weight: 500;
	font-family: PingFang SC;
	padding-bottom: .5rem;
}

.home-value .value-box .value-text>p {

	font-family: PingFang SC;
	color: rgba(0, 0, 0, 0.65);
}
/* 旗下品牌轮播图 */
.home-brand {
	width: 100%;
	position: relative;
	height: 50rem;
}

.home-brand .brand-title {
	width: 10rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 5rem;
	text-align: center;
	z-index: 99;
}

.home-brand .brand-title>h4 {
	font-weight: bold;
	font-family: PingFang SC;
	font-size: 2.5rem;
	color: #FFFFFF;
}

.home-brand .brand-title>.brand-title-img {
	padding: 0 10px;
}

.home-brand .brand-swiper .swiper-slide {
	height: 50rem;
}

.home-brand .brand-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.home-brand .brand-swiper .swiper-pagination-bullet {
	width: 2.5rem;
	height: 0.75rem;
	border-radius: 0.25rem;
	margin-right: 1rem;
}

.home-brand .brand-swiper .swiper-pagination-bullet-active {
	background: #fff;
}

.home-brand .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom{
	text-align: right;
	padding-right: 1.875rem;
}

.home-brand .logo{
	width: 19.25rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5rem;
}
/* 旗下品牌end */

.home-develop {
	margin-top: 5rem;
	position: relative;
	padding: 0 2.5rem;
}

.home-develop .develop-img {
	width: 100%;
	height: 23.75rem;
}

.home-develop .develop-img img {
	width: 100%;
	height: 100%;
}

.home-develop .develop-message {
	margin-bottom: 2.5rem;
}

.home-develop .develop-message h4 {
	font-size: 2rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.65);
	margin: 1.5rem 0 1rem;
}

.home-develop .develop-message .line {
	width: 2.5rem;
	height: 2px;
	background: #00A1EB;
	border-radius: 2px;
	opacity: 0.6;
}

.home-news {
	padding: 0 1.875rem;
}

.home-news .news-text {
	font-size: 1.75rem;
	color: rgba(0, 0, 0, 0.85);
	font-family: PingFang SC;
	margin-bottom: 0;
}

.home-news .news-sider-img {
	width: 100%;
	height: 30rem;
	position: relative;
}

.home-news .gonews{
	width: 100%;
	text-align: right;
	padding: 1rem 0;
}

.home-news .gonews a{
	color: rgba(0, 161, 235, 1);
	font-size: 1.5rem;
	font-family: PingFang SC;
	font-weight: 500;
}

.home-news .news-sider-img img {
	width: 100%;
	height: 100%;
}

.news-slide-title-box{
	position: absolute;
	width: 100%;
	height: 7.5rem;
	left: 0;
	bottom: 0;
}

.home-news .news-slide-title {
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 57%, rgba(0, 0, 0, 0.4) 100%);
	opacity: 1;
	border-radius: 0px 0px 4px 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-news .news-slide-title>h5 {
	width: 39.125rem;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 2rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/* .home-news .swiper-button-next{
	top: 70%;
} */

.home-join{
	margin-top: 5rem;
	width: 100%;
	height: 30rem;
	position: relative;
}

.home-join img{
	width: 100%;
	height: 100%;
}

.home-join .join-masking{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 161, 233, .2);
}

.home-join .join-masking .join-btn{
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 25rem;
	height: 5.5rem;
	display: inline-block;
}

.home-join .join-masking .join-btn img{
	width: 100%;
	height: 100%;
}

 /* 视频弹窗 */
.home-video{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 996;
	background: rgba(0, 0, 0, 0.88);
	left: 0;
	top: 0;
	display: none;
}

.home-video video{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* .home-video>video::-webkit-media-controls-panel{ width: calc(100% + 30px); } */
.video-exit{
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	right: 1.875rem;
	top: 1.875rem;
}

.video-exit>img{
	width: 100%;
	height: 100%;
}