body{
	background: #f4f5f7;
}
.container{
	width: 80%;
}
.header{
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid #F1F3F5;
}
.top-right-nav {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0.125rem 0 0 0;
}
.top-right-nav a{
	display: block;
	color: #000;
	font-size: 16px;
	margin: 0 0.125rem;
}
.top-right-nav a:last-child{
	margin-right: 0;
}
.center-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.125rem 0;
}
.logo img{
	display: block;
	width: 160px;
}
.nav {
	display: flex;
	align-items: center;
}
.nav .t1{
	font-size: 16px;
	color: #000;
	margin: 0 0.375rem;
	display: flex;
	align-items: center;
}
.nav .t1 span img{
	display: block;
	width: 10px;
	margin-left: 0.125rem;
}

.right-language{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.right-language .icon-t{
	display: flex;
	width: 30px;
	margin-right: 0.15rem;
}
.right-language .lan-w{
	display: flex;
	align-items: center;
}
.right-language .lan-w img{
	display: block;
	width: 10px;
	margin-left: 0.125rem;
}





.banner .item video{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner .item .world{
	color: #fff;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	text-align: center;
	width: 80%;
}
.banner .item .world h4{
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 0.375rem;
}
.banner .item .world h6{
	font-size: 30px;
}


.group1 {
	position: relative;
	top: -1.25rem;
}
.group1 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group1 .item{
	background: #fff;
	width: 49%;
	border-radius: 0.4rem;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	position: relative;
	overflow: hidden;
	border-top: 1px solid red;
}
.group1 .item .item-img{
	width: 100%;
	display: block;
	border-radius: 0.4rem;
}
.group1 .item .world{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0.5rem;
}
.group1 .item h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 0.25rem;
	line-height: 1.5;
}
.group1 .item p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 0.8rem;
}
.more{
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: center;
}
.more img{
	display: block;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	background: #efff04;
	margin-left: 0.1875rem;
}
.more:hover img{
	width: 50px;
	transition: all linear 0.3s;
	margin-left: 0.3rem;
}

.title h4{
	font-size: 50px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 0.25rem;
}
.title h4 span{
	background: #efff04;
}
.title  p{
	font-size: 18px;
	color: #555;
	line-height: 1.5;
}
.group2 .title{
	text-align: center;
}
.group2 .container{
	position: relative;
}
.group2 .center-img{
	width: 50%;
	margin: 0.625rem auto 0 auto;
	position: relative;
}
.group2 .center-img .g2-01{
	display: block;
	width: 100%;
}
.group2 .center-img .g2-02{
	display: block;
	width: 100%;
	position: absolute;
	left: 53%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.group2 .left{
	position: absolute;
	left: 0;
	top: 25%;
	width: 35%;
}
.group2 .item{
	background: #fff;
	padding: 0.375rem;
	margin-bottom: 0.65rem;
	border-radius: 0.375rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0.1rem 0.15rem 0 #ddd;
	border-top: 1px solid red;
}
.group2 .item>img{
	width: 35%;
}
.group2 .item:hover>img{
	transform: scale(1.1);
	transition: all linear 0.2s;
}
.group2 .item .world{
	width: 60%;
}
.group2 .item h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 0.125rem;
	line-height: 1.5;
}
.group2 .item p{
	font-size: 18px;
	color: #555;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.group2 .right{
	position: absolute;
	right: 0;
	top: 45%;
	width: 35%;
}


.group3{
	background: #fff;
	padding: 2rem 0 0.35rem 0;
}
.group3 .container{
	display: flex;
	justify-content: space-between;
}
.group3 .left{
	width: 49%;
}
.group3 .left img{
	display: block;
	width: 100%;
}
.group3 .right{
	width: 49%;
	background: #f7f7f7;
	border-radius: 0.5rem;
	padding: 0.75rem;
	position: relative;
}
.group3 .number-box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.group3 .item{
	width: 50%;
	margin: 0.25rem 0;
}
.group3 .item h4{
	font-size: 50px;
	line-height: 1.5;
	color: #000;
}
.group3 .item p{
	font-size: 18px;
	color: #555;
}
.group3 .right img{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.group4{
	background-color: #fff;
}
.group4 .title{
	text-align: center;
}
.group4 .container{
	background: url(../images/g4-1.webp) no-repeat center;
	background-size: 100% 100%;
	border-radius: 0.5rem;
	padding: 0.625rem 0;
}
.group4 .cont{
	width: 90%;
	margin: 0 auto;
	margin-top: 0.5rem;
}
.group4 .cont img{
	display: block;
	width: 100%;
}


.group5{
	background: #fff;
	padding: 2rem 0;
}
.group5 .title{
	text-align: center;
}
.group5 .item{
	display: flex;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.group5 .item .list{
	display: block;
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
	padding: 0.375rem;
	border-radius: 0.375rem;
	border: 1px solid #eee;
	box-shadow: 0 0.1rem 0.15rem 0 #ddd;
	color: #000;
}
.group5 .item .list>img{
	display: block;
	width: 100%;
}
.group5 .item .list h4{
	font-size: 24px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.1875rem 0;
}
.group5 .item .list p{
	font-size: 16px;
	color: #555;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	margin-bottom: 0.375rem;
}
.tab-til{
	display: flex;
	justify-content: center;
	margin: 0.3rem 0 0.5rem 0;
}
.tab-til>div{
	font-size: 16px;
	color: #333;
	background: #f7f7f7;
	margin: 0 0.125rem;
	padding: 0 0.375rem;
	line-height: 60px;
	border-radius: 30px;
	border: 1px solid #f7f7f7;
	cursor: pointer;
}
.tab-til>div.current{
	background: #fff;
	color: red;
	border: 1px solid #ddd;
}

.group6{
	padding: 2rem 0;
	background: url(../images/g6-1.webp) no-repeat left top,url(../images/g6-2.webp) no-repeat right bottom;
	min-height: 7rem;
}
.group6 .title{
	text-align: center;
}
.group6 .swiper-slide{
	display: flex;
	align-items: center;
}
.group6 .swiper-slide .world{
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #aaa;
	padding-left: 0.25rem;
	margin-left: 0.25rem;
}

.footer{
	background: #191919;
	padding: 0.8rem 0 0 0;
}
.f1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.f1 .left{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
}
.f1 .left>div{
	margin-right: 0.4rem;
	opacity: 0.6;
	display: flex;
	align-items: center;
}
.f1 .left>div img{
	display: block;
	margin-right: 0.075rem;
}
.f1 .left>div:nth-child(1){
	margin-right: 0.625rem;
	opacity: 1;
}
.f1 .center{
	display: flex;
	align-items: center;
}
.f1 .center a{
	display: block;
}
.f1 .center a img{
	display: block;
	width: 30px;
	margin: 0 0.125rem;
}
.f1 .right{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
}
.f1 .right>div{
	margin-right: 0.4rem;
}
.f1 .right>img{
	display: block;
	margin-left: 2px;
}
.f2{
	display: flex;
	justify-content: space-between;
}
.f2 .logo{
	display: block;
	width: 280px;
}
.f2 .left>img:nth-child(2){
	display: block;
	width: 280px;
}
.f2 .right-nav{
	display: flex;
	justify-content: space-between;
	width: calc(100% - 400px);
}
.f2 .right-nav .item{
	line-height: 2.2;
}
.f2 .right-nav .item h4{
	color: #fff;
	font-size: 16px;
}
.f2 .right-nav .item h4>a{
	color: rgba(255,255,255,1);
}
.f2 .right-nav .item a{
	color: rgba(255,255,255,0.5);
	display: block;
	font-size: 15px;
}
.f3{
	padding-top: 0.5rem;
	border-top: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 0.5rem;
	margin-bottom: 0.25rem;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	font-size: 16px;
	color: #fff;
}
.f3 .detail{
	font-size: 15px;
	color: rgba(255,255,255,0.5);
}
.f4{
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-bottom: 0.25rem;
}

/* ------1580px------ */
@media (max-width: 1580px){
	.group1 .item p{
		margin-bottom: 0.4rem;
	}
	.group2 .left,.group2 .right{
		width: 40%;
	}
	.group2 .right{
		top: 40%;
	}
}
/* ------1440px------ */
@media (max-width: 1440px){
	.title h4,
	.group3 .item h4{
		font-size: 40px;
	}
	.group1 .item h4,
	.group2 .item h4,
	.group5 .item .list h4{
		font-size: 20px;
	}
	.group1 .item p,
	.more,
	.group2 .item p,
	.title p,
	.group3 .item p,
	.group5 .item .list p{
		font-size: 16px;
	}
	.tab-til>div{
		font-size: 14px;
		line-height: 40px;
	}
	.group6{
		min-height: 8rem;
	}
	.group6 .swiper-slide .world{
		font-size: 14px;
		padding-left: 0.125rem;
		margin-left: 0.125rem;
	}
	.group6 .swiper-slide img{
		width: 40%;
	}
	.f1 .left,
	.f1 .right,
	.f2 .right-nav .item h4,
	.f3,.f4{
		font-size: 14px;
	}
	.f2 .right-nav .item a{
		font-size: 13px;
	}
	.f2 .logo,.f2 .left>img:nth-child(2){
		width: 220px;
	}
}