body{
	background-color: RGBA(250, 250, 250, 1);
}
.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	color: #FFFFFF;
	line-height: 1.2;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner .swiper-slide .slide-box .zh{
	font-family: Microsoft YaHei;
	font-weight: 300;
}
.banner .swiper-slide .slide-box .en{
	font-family: Rany-Bold;
	margin-top: 1em;
}
.banner .drop-mouse {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 2;
}
.banner .drop-mouse .iconfont {
	display: block;
	font-size: 30px;
	animation: bump 2s ease-in-out infinite alternate;
	color: #fff;
}
.banner .btn{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	border: 1px solid #DEDEDE;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	color: #fff;
	cursor: pointer;
	transition: all .6s;
}
.banner .btn:hover{
	border-color: #E9CA56;
	background: #E9CA56;
	box-shadow: 5px 9px 30px 0px rgba(233,202,86,0.3);
	color: #fff;
}
.banner .btn.btn-prev{
	left: 3.12%;
}
.banner .btn.btn-next{
	right: 3.12%;
}
.banner .btn .iconfont{
	font-size: 18px;
}
@keyframes bump {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}
.box1{
	padding: 140px 0;
	background-image: url(../img/index-box1-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.box1 .box-t .en{
	font-size: 60px;
	font-family: Rany;
	font-weight: 500;
	color: #333333;
	line-height: 1;
}
.commonMore{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	border: 1px solid #BDBDBD;
	border-radius: 50%;
	color: rgba(233, 202, 86, 1);
	transition: all .6s;
}
.commonMore .iconfont{
	font-size: 26px;
}
.commonMore:hover{
	background-color: #EAC436;
	color: #fff;
	border-color: #EAC436;
	box-shadow: 5px 9px 30px 0px rgba(233,202,86,0.3);
}
.box1 .index-title{
	line-height: 1.66;
	margin-top: 50px;
}
.box1 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}
.box1 .box-c-l{
	width: 450px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 2;
}
.box1 .box-c-l .commonMore{
	margin-top: 79px;
}
.box1 .box-c-r{
	position: relative;
	flex: 1;
	margin-left: 55px;
}
.box1 .box-c-r .pic{
	border-radius: 10px;
}
.box1 .box-c-r .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	cursor: pointer;
}
.box1 .box-c-r .playBtn .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background: linear-gradient(-30deg, #EAC436, #E9CA56);
	box-shadow: 5px 9px 30px 0px rgba(233,202,86,0.3);
	border-radius: 50%;
	color: rgba(250, 250, 250, 1);
	margin: 0 auto;
}
.box1 .box-c-r .playBtn .icon .iconfont{
	font-size: 22px;
}
.box1 .box-c-r .playBtn .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FAFAFA;
	line-height: 1;
	margin-top: 32px;
}
.box2 .box-c .swiper{
	overflow: visible;
}
.box2 .box-c .swiper-slide .pic{
	position: relative;
	border-radius: 10px;
	z-index: 1;
}
.box2 .box-c .swiper-slide .slide-b{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-right: 80px;
	height: 175px;
	align-items: center;
	z-index: 2;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: all 1s;
}
.box2 .box-c .swiper-slide-active .slide-b{
	visibility: visible;
	pointer-events: inherit;
	opacity: 1;
}
.box2 .box-c .swiper-slide .slide-b-r{
	display: flex;
	flex: 1;
	margin-left: 50px;
	align-items: center;
	height: 100%;
}
.box2 .box-c .swiper-slide .product-name{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	flex: 1;
	text-align: right;
	/* margin-right: 84px; */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box2 .box-c .swiper-slide .icon{
	position: relative;
	width: 250px;
	height: 250px;
	align-self: flex-end;
	
}
.box2 .box-c .swiper-slide .icon .img{
	position: absolute;
	width: 100%;
	height: 144%;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(222,222,222,0.3);
	border-radius: 10px;
}
.box2 .box-c .swiper-slide .icon .img img{
	max-width: 80%;
	max-height: 80%;
}
.box3{
	position: relative;
	background-image: url(../img/index-box3-bg.jpg);
	background-size: cover;
	margin-top: 140px;
}
.box3 .box-t{
	position: absolute;
	top: 143px;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.box3 .box-t .index-title{
	color: #fff;
}
.box3 .box-t .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.66;
	margin-top: 28px;
}
.box3 .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.box3 .list li{
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
}
.box3 .list li:not(:last-child){
	border-right: 1px solid rgba(255,255,255,0.2);
}
.box3 .list li .pic{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .6s;
}
.box3 .list li:hover .pic{
	opacity: 1;
}
.box3 .list li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box3 .list li .text-box{
	position: relative;
	padding: 0 15px;
	text-align: center;
	width: 100%;
	z-index: 3;
}
.box3 .list li .text-box .number{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-family: Rany;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.box3 .list li .text-box .number .counter{
	font-size: 80px;
	font-family: Rany-Bold;
	color: #FFFFFF;
	line-height: 1;
	padding-right: 10px;
}
.box3 .list li .text-box .text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 30px;
}
.box4{
	padding: 140px 0;
}
.box4 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box4 .box-t-l{
	display: flex;
}
.box4 .box-t-l .nav{
	display: flex;
	margin-left: 100px;
	gap: 20px;
}
.box4 .box-t-l .nav a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding: 13px 31px;
	border: 1px solid #DEDEDE;
	border-radius: 20px;
	transition: all .6s;
}
.box4 .box-t-l .nav a:hover,
.box4 .box-t-l .nav a.active{
	background: #E9CA56;
	box-shadow: 5px 9px 30px 0px rgba(233,202,86,0.3);
	border-color: #E9CA5;
}
.box4 .box-t-r{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.box4 .box-t-r .commonMore{
	margin-left: 28px;
}
.box4 .box-c{
	margin-top: 33px;
	border-top: 1px solid RGBA(222, 222, 222, 1);
}
.box4 .box-c .item{
	display: none;
	animation: fadeInUpSmall 1s forwards;
}
.box4 .box-c .item.active{
	display: block;
}
.box4 .box-c .list li{
	position: relative;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.box4 .box-c .list li::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: calc(100% + 2px);
	width: calc(100% + 80px);
	background-color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(189,189,189,0.3);
	opacity: 0;
	border-radius: 10px;
	transition: all .6s;
}
.box4 .box-c .list li.active::before,
.box4 .box-c .list li:hover::before{
	opacity: 1;
}
.box4 .box-c .list li>a{
	position: relative;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 3;
}
.box4 .box-c .list li .time{
	width: 100px;
	height: 100px;
	background: #E9CA56;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.box4 .box-c .list li .time .date{
	font-size: 36px;
	font-family: Rany;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.box4 .box-c .list li .time .year{
	font-size: 18px;
	font-family: Rany;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 7px;
}
.box4 .box-c .list li .li-c{
	flex: 1;
	margin: 0 150px 0 120px;
	display: flex;
}
.box4 .box-c .list li .li-c .pic{
	width: 284px;
	border-radius: 5px;
}
.box4 .box-c .list li .li-c .text-box{
	flex: 1;
	margin-left: 40px;
}
.box4 .box-c .list li .li-c .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box4 .box-c .list li:hover .li-c .text-title,
.box4 .box-c .list li.active .li-c .text-title{
	color: rgba(233, 202, 86, 1);
}
.box4 .box-c .list li .li-c .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1.5;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .box-c .list li .commonMore{
	width: 50px;
	height: 50px;
}
.box5{
	padding: 246px 0;
	background-image: url(../img/index-box5-1.jpg);
	background-size: cover;
	text-align: center;
}
.box5 .index-title{
	color: #fff;
}
.box5 .title{
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 30px;
	letter-spacing: 12px;
}
.box5 .more{
	border-radius: 40px;
	margin: 90px;
	width: 260px;
	height: 80px;
	margin: 90px auto 0;
	/* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); */
	transition: all 0.3s;
}
.box5 .more:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}
.box5 .more a{
	display: flex;
	width: 260px;
	height: 80px;
	border: 1px solid #CCCCCC;
	border-radius: 40px;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.box5 .more a .icon-jiantou_youshang{
	font-size: 26px;
	color: #fff;
	transition: all .6s;
}
.box5 .more:hover a .icon-jiantou_youshang{
	transform: rotate(45deg);
}
@media (max-width: 1670px) {
	.banner .swiper-slide .slide-box{
		padding: 0 60px;
	}
	.banner .btn{
		width: 45px;
		height: 45px;
	}
	.box5 .title,
	.box1 .box-t .en,
	.banner .swiper-slide .slide-box{
		font-size: 50px;
	}
}
@media (max-width:1440px) {
	.banner .swiper-slide .slide-box{
		padding: 0 80px;
	}
	.banner .btn.btn-prev{
		left: 2%;
	}
	.banner .btn.btn-next{
		right: 2%;
	}
	.box5 .title,
	.box1 .box-t .en,
	.banner .swiper-slide .slide-box{
		font-size: 40px;
	}
	.commonMore{
		width: 68px;
		height: 68px;
	}
	.box1 .box-c-l .commonMore{
		margin-top: 50px;
	}
	.box4 .box-c .list li .li-c{
		margin: 0 70px;
	}
	.box4 .box-c .list li .li-c .text-title{
		font-size: 22px;
	}
}
@media (max-width:1280px) {
	.box3 .list li .text-box .text{
		font-size: 20px;
		margin-top: 20px;
	}
	.box3 .list li .text-box .number .counter{
		font-size: 60px;
	}
	.box5 .title,
	.box1 .box-t .en,
	.banner .swiper-slide .slide-box{
		font-size: 36px;
	}
	.box1 .index-title{
		margin-top: 30px;
	}
	.box2 .box-c .swiper-slide .product-name{
		font-size: 28px;
	}
}
@media (max-width:1199px) {
	.box5 .more {
		margin-top: 55px;
		height: 60px;
		width: 228px;
	}
	.box5 .more a{
		height: 60px;
		width: 228px;
		font-size: 20px;
		padding: 0 25px;
	}
	.box5 .title{
		margin-top: 15px;
	}
	.commonMore .iconfont{
		font-size: 22px;
	}
	.box4 .box-c .list li .commonMore{
		width: 40px;
		height: 40px;
	}
	.box4 .box-c .list li .li-c .text-box{
		margin-left: 25px;
	}
	.box4 .box-c .list li .li-c{
		margin: 0 40px;
	}
	.box4 .box-c .list li .time .year{
		font-size: 16px;
		margin-top: 10px;
	}
	.box4 .box-c .list li .time .date{
		font-size: 26px;
	}
	.box4 .box-c .list li .time{
		width: 80px;
		height: 80px;
	}
	.box3 .list li .text-box .number .counter{
		font-size: 40px;
	}
	.box3 .list li{
		height: auto;
		margin: 55px 0;
	}
	.box3 .list li:hover .pic{
		opacity: 0;
	}
	.box3{
		padding: 70px 0;
	}
	.box3 .list li:not(:last-child){
		border: none;
	}
	.box3 .box-t{
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
	}
	.box2 .box-c .swiper-slide .product-name{
		font-size: 26px;
	}
	.box3{
		margin-top: 70px;
	}
	.box1 .box-c-l{
		font-size: 16px;
	}
	.box5,
	.box4,
	.box1{
		padding: 70px 0;
	}
	.banner .swiper-slide .pic img{
		height: auto;
		min-height: 430px;
	}
	.box5 .title,
	.box1 .box-t .en,
	.banner .swiper-slide .slide-box{
		font-size: 30px;
	}
	.banner .btn{
		width: 34px;
		height: 34px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 60px;
	}
	.box1 .box-c-l .commonMore{
		margin-top: 30px;
	}	
	.commonMore{
		width: 50px;
		height: 50px;
	}
	.box1 .box-c-r .playBtn .icon{
		width: 50px;
		height: 50px;
	}
	.box1 .box-c-r .playBtn .text{
		margin-top: 20px;
		font-size: 16px;
	}
	.box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 1024px) {
	.box4 .box-c .list li>a{
		padding: 20px 0;
	}
	.box4 .box-c .list li .li-c{
		margin: 0;
	}
	.box4 .box-c .list li .commonMore{
		display: none;
	}
	.box4 .box-c .list li .time{
		display: none;
	}
	.box4 .box-c .list li .li-c .text-title{
		font-size: 20px;
	}
	.box3 .box-t .des{
		font-size: 16px;
		margin-top: 20px;
	}
	.box3 .list li .text-box .text{
		font-size: 16px;
	}
	.box2 .box-c .swiper-slide .icon{
		width: 200px;
		height: 200px;
	}
	.box2 .box-c .swiper-slide .slide-b{
		padding-right: 10px;
		height: 125px;
	}
	.box2 .box-c .swiper-slide .product-name{
		font-size: 24px;
		/* margin-right: 20px; */
	}
	.box1 .box-c-r{
		flex: 1;
		margin-left: 0;
		margin-top: 25px;
	}
	.box1 .box-c-l .commonMore{
		margin-top: 20px;
	}
	.commonMore{
		width: 40px;
		height: 40px;
	}
	.box1 .box-c{
		margin-top: 10px;
	}
	.box1 .index-title{
		margin-top: 20px;
	}
	.box1 .box-c-l{
		width: 100%;
	}
	.box1 .box-c{
		flex-direction: column;
	}
	.box5 .title,
	.box1 .box-t .en,
	.banner .swiper-slide .slide-box{
		font-size: 26px;
	}
	.box5,
	.box4,
	.box1{
		padding: 60px 0;
	}
}
@media (max-width: 768px) {
	.box5 .more{
		margin-top: 30px;
		width: 200px;
		height: 50px;
	}
	.box5 .more a{
		width: 200px;
		height: 50px;
		font-size: 18px;
	}
	.box4 .box-t-l .nav{
		gap: 10px;
		margin-left: 20px;
	}
	.box4 .box-t-l .nav a{
		padding: 8px 15px;
	}
	.box4 .box-t-l{
		flex: 1;
		justify-content: space-between;
		margin-right: 20px;
	}
	.box4 .box-t-r{
		font-size: 14px;
	}
	.box4 .box-t-r .commonMore{
		margin-left: 10px;
	}
	.box3 .list li .text-box .text{
		margin-top: 10px;
	}
	.box3 .list li .text-box .number .counter{
		font-size: 30px;
	}
	.box3 .list{
		grid-template-columns: repeat(2,1fr);
		gap: 30px 20px;
		margin-top: 30px;
	}
	.box3 .list li{
		margin: 0;
	}
	.box2 .box-c .swiper-slide .slide-b-r{
		margin-left: 25px;
	}
	.box2 .box-c .swiper-slide .icon{
		width: 150px;
		height: 150px;
	}
	.box2 .box-c .swiper-slide .slide-b{
		height: 80px;
	}
	.box2 .box-c .swiper-slide .product-name{
		font-size: 22px;
	}
	.box5,
	.box4,
	.box1{
		padding: 50px 0;
	}
	.box5 .title,
	.box1 .box-t .en,
	.banner .swiper-slide .slide-box{
		font-size: 24px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 40px ;
	}
	.box4 .box-c .list li .li-c .pic{
		width: 227px;
	}
	.box4 .box-c .list li .li-c .text-box{
		margin-left: 15px;
	}
	.box4 .box-c .list li .li-c .text-title{
		font-size: 18px;
	}
	.box4 .box-c .list li .li-c .text-des{
		margin-top: 10px;
	}
}
@media (max-width: 500px) {
	.box5 .more{
		width: 160px;
		height: 45px;
		margin-top: 20px;
	}
	.box5 .more a{
		width: 160px;
		height: 45px;
	}
	.box5 .more a .icon-jiantou_youshang{
		font-size: 22px;
	}
	.box5 .more a{
		font-size: 16px;
	}
	.box5 .title{
		margin-top: 7px;
	}
	.box4 .box-t-r{
		font-size: 12px;
	}
	.box4 .box-c .list li .li-c .text-des{
		font-size: 14px;
	}
	.box4 .box-c .list li .li-c .pic{
		width: 40%;
	}
	.box4 .box-c .list li .li-c .text-title{
		-webkit-line-clamp: 1;
		font-size: 16px;
	}
	.box4 .box-c{
		margin-top: 20px;
	}
	.box4 .box-t-l .nav a{
		font-size: 12px;
		padding: 8px 10px;
	}
	.box4 .box-t-l{
		margin-right: 15px;
	}
	.box4 .box-t-r .commonMore{
		margin-left: 5px;
	}
	.commonMore .iconfont{
		font-size: 18px;
	}
	.commonMore{
		width: 30px;
		height: 30px;
	}
	.box3 .list{
		gap: 20px;
		margin-top: 25px;
	}
	.box3 .list li .text-box .text{
		font-size: 14px;
	}
	.box3 .list li .text-box .number .counter{
		font-size: 24px;
	}
	.box3 .box-t .des{
		margin-top: 10px;
	}
	.box3{
		padding: 50px 0;
	}
	.box2 .box-c .swiper-slide .icon{
		width: 100px;
		height: 100px;
	}
	.box2 .box-c .swiper-slide .product-name{
		font-size: 18px;
		/* margin-right: 10px; */
	}
	.box1 .box-c-r .playBtn .text{
		font-size: 14px;
		margin-top: 10px;
	}
	.box1 .box-c-l .commonMore{
		margin-top: 10px;
	}
	.box1 .box-c-r .playBtn .icon .iconfont{
		font-size: 18px;
	}
	.box1 .box-c-r .playBtn .icon{
		width: 40px;
		height: 40px;
	}
	.box1 .index-title{
		margin-top: 7px;
	}
	.box5,
	.box4,
	.box1{
		padding: 40px 0;
	}
	.banner .btn{
		width: 30px;
		height: 30px;
	}
	.box5 .title,
	.box1 .box-t .en,
	.banner .swiper-slide .slide-box{
		font-size: 22px;
	}
	.banner .swiper-slide .slide-box .en{
		margin-top: .5em;
	}
	.banner .btn .iconfont{
		font-size: 16px;
	}
	.banner .drop-mouse{
		bottom: 30px;
	}
}