.banner{
	position: relative;
}
.banner .pic img{
	display: block;
	width: 100%;
}
.banner .pic .m-img{
    display: none;
}
.banner-box{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 2;
	display: flex;
	justify-content: center;
}
.banner-box .btn .iconfont{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.banner-box .b-pagination{
	display: flex;
	align-items: center;
	margin: 0 11px;
}
.banner-box .b-pagination li{
	margin: 0 3px;
	cursor: pointer;
}
.banner-box .b-pagination li .iconfont{
	display: block;
	font-size: 24px;
	color: rgba(255,255,255,0.6);
}
.banner-box .b-pagination li.active .iconfont{
	transform: scale(1.33);
	color: rgba(205, 167, 102, 1);
}
.title-div .title{
	font-size: 36px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #222222;
	line-height: 1;
}
.title-div .line{
	width: 102px;
	height: 2px;
	background: #CDA766;
	margin-top: 31px;
}
.more{
	position: relative;
	width: 144px;
	height: 51px;
	line-height: 51px;
	background: #CDA766;
	text-align: center;
}
.more a{
	display: block;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
}
.more::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 3px;
	background: #FFFFFF;
	bottom: 0;
	transition: all 0.6s;
}
.more:hover::before{
	width: 100%;
}
.more1{
	width: 144px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	transition: all 0.4s;
	/* margin-top: 32px; */
}
.more1 a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #222222;
	line-height: 1;
	transition: padding-left 0.6s;
}
.more1:hover {
	background-color: #CDA766;
}
.more1:hover a{
	padding-left: 27px;
	color: #fff;
}
.more1 .iconfont{
	font-size: 22px;
	color: #CDA766;
	margin-right: 10px;
}
.more1:hover .iconfont{
	color: #fff;
}
.box1{
	padding: 79px 0 104px;
}
.box1 .box-t{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	align-items: center;
}
.box1 .box-t .l{
	width: 921px;
	max-width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.box1 .box-c{
	margin-top: 53px;
}
.box1 .box-c ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box1 .box-c li{
	position: relative;
	flex: 1;
}
.box1 .box-c li .li-box{
	position: absolute;
	left: 0;
	top: 0;
	padding: 59px 0 0 68px;
}
.box1 .box-c li .li-box .text-title{
	font-size: 30px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 1;
}
.box1 .box-c li .li-box .text-des{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 24px;
}
.box1 .box-c li .li-box .more2{
	margin-top: 56px;
}
.box1 .box-c li .li-box .more2 a{
	position: relative;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
}
.box1 .box-c li .li-box .more2 a::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -14px;
	width: 24px;
	height: 3px;
	background: #CDA766;
	transition: all 0.3s;
}
.box1 .box-c li .li-box .more2 a:hover::before{
	width: 100%;
}
.box2 .box-t,
.box5 .box-t{
	display: flex;
	justify-content: space-between;
}
.box2 .box-t .r ul,
.box5 .box-t .r ul{
	display: flex;
}
.box2 .box-t .r li,
.box5 .box-t .r li{
	margin-right: 111px;
	position: relative;
}
.box2 .box-t .r li a,
.box5 .box-t .r li a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #222222;
	line-height: 1;
}
.box2 .box-t .r li:last-child,
.box5 .box-t .r li:last-child{
	margin-right: 0;
}
.box2 .box-t .r li:hover::before,
.box2 .box-t .r li.active::before,
.box5 .box-t .r li:hover::before,
.box5 .box-t .r li.active::before{
	position: absolute;
	left: 0;
	bottom: -15px;
	content: "";
	width: 63px;
	height: 3px;
	background: #CDA766;
}
.box2 .box-b{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	display: none;
}
.box2 .box-b.active{
	display: flex;
}
.box2 .box-b .l{
	position: relative;
	width: 57%;
}
.box2 .box-b .l .pic .imgScale{
	height: 638px;
	object-fit: cover;
}
.box2 .box-b .l .btn{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #222222;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}
.box2 .box-b .l .btn.btn-prev{
	right: 0;
}
.box2 .box-b .l .btn.btn-next{
	right: -50px;
}
.box2 .box-b .l .btn .iconfont{
	font-size: 22px;
	color: #CDA766;
}
.box2 .box-b .l .btn:hover{
	background-color: rgba(205, 167, 102, 1);
}
.box2 .box-b .l .btn:hover .iconfont{
	color: rgba(34, 34, 34, 1);
}
.box2 .box-b .r{
	width: 43%;
	background-color: rgba(245, 245, 245, 1);
	position: relative;
}
.box2 .box-b .r .r-box{
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 90%;
	transform: translate(-103px,-50%);
}
.box2 .box-b .r .gallery-thumbs{
	background-color: #fff;
}
.box2 .box-b .r .gallery-thumbs .swiper-slide{
	padding: 46px 65px 42px;
}
.box2 .box-b .r .gallery-thumbs .type{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.box2 .box-b .r .gallery-thumbs .line{
	margin-top: 10px;
	width: 30px;
	height: 2px;
	background: #CDA766;
}
.box2 .box-b .r .gallery-thumbs .text-title{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1.5;
	margin-top: 29px;
}
.box2 .box-b .r .gallery-thumbs .text-des{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
	width: 77%;
}
.box2 .box-b .r .gallery-thumbs .more1{
	margin-top: 31px;
}
/* .box2 .box-b .r .gallery-thumbs .more1 a{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #222222;
	line-height: 1;
}
.box2 .box-b .r .gallery-thumbs .more1 a .iconfont{
	font-size: 22px;
	color: #CDA766;
	margin-right: 10px;
} */
.box2 .box-b .r .list ul{
	display: flex;
	margin-top: -1px;
}
.box2 .box-b .r .list li{
	width: 102px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	background: #222222;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}
.box2 .box-b .r .list li.active{
	background-color: #fff;
	color: rgba(205, 167, 102, 1);
}
.box3{
	margin-top: 120px;
	background-image: url(../img/index-box3-bg.jpg);
	padding: 103px 0 90px;
	background-size: cover;
	background-repeat: no-repeat;
}
.box3 .title-div .title{
	color: #fff;
}
.box3 .des{
	width: 930px;
	max-width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 35px;
}
.box3 .box-c{
	margin-top: 79px;
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .r{
	/* margin-left: 178px; */
	width: 81%;
}
.box3 .box-c .r .swiper-container{
    position: relative;
	width: 100%;
}
.box3 .box-c .r .swiper-container .swiper-slide{
	background-color: #fff;
}
.box3 .box-c .r .pic img{
	height: 265px;
	object-fit: cover;
}
.box3 .box-c .r .text-box{
	background-color: #fff;
	padding: 40px 35px 27px;
}
.box3 .box-c .r .text-box .text-zh{
	font-size: 24px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #222222;
	line-height: 1;
}
.box3 .box-c .r .text-box .text-en{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 12px;
	text-transform: uppercase;
}
.box3 .box-c .r .text-box .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 30px;
	margin-top: 33px;
}
.box3 .box-c .r .text-box .more1{
	margin-top: 32px;
}
.box3 .swiper-button-next, 
.box3 .swiper-button-prev{
    color: #CDA766;
}
.box4{
	background-image: url(../img/index-box4-bg.jpg);
	padding: 80px 0 100px;
	background-size: cover;
	background-repeat: no-repeat;
}
.box4 .title-div .title{
	color: #fff;
	text-align: center;
}
.box4 .des{
	margin-top: 35px;
	font-size: 22px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
}
.box4 .list{
	margin-top: 119px;
}
.box4 .list ul{
	display: flex;
	justify-content: space-between;
}
.box4 .list li{
	padding: 17px 74px 24px 74px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.box4 .list li:first-child{
	padding-left: 0;
}
.box4 .list li:last-child{
	padding-right: 0;
	border-right: none;
}
.box4 .list li .icon{
	width: 84px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
}
.box4 .list li .icon:hover img{
	transform: rotateY(180deg);
}
.box4 .list li .icon img{
	transition: all 0.6s;
}
.box4 .list li .text-title{
	margin-top: 20px;
	font-size: 22px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
}
.box4 .list li .text-des{
	margin-top: 30px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #DDDDDD;
	line-height: 24px;
} 
.box5{
	padding: 94px 0 123px;
}
.box5 .box-b{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.box5 .box-b .l{
	width: 65.29%;
	display: flex;
	justify-content: space-between;
}
.box5 .box-b .l .l-l{
	width: 53.1%;
}
.box5 .box-b .l .l-l .pic{
	height: 100%;
}
.box5 .box-b .l .l-l .pic .imgScale{
	object-fit: cover;
	height: 100%;
}
.box5 .box-b .l .l-r{
	width: 42%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box5 .box-b .l .l-r .text-box .text-title{
	font-size: 24px;
	font-family: PingFang;
	color: #333333;
	line-height: 30px;
}
.box5 .box-b .l .l-r .text-box .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 16px;
}
.box5 .box-b .l .l-r .text-box .date{
	margin-top: 61px;
	font-size: 16px;
	font-family: Bebas;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.box5 .box-b .r{
	width: 29.1%;
}
.box5 .box-b .r li:not(:last-child){
	margin-bottom: 39px;
}
.box5 .box-b .r li a{
	display: flex;
}
.box5 .box-b .r li .li-l{
	width: 153px;
}
.box5 .box-b .r li .li-r{
	flex: 1;
	margin-left: 19px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box5 .box-b .r li .li-r .text-title{
	font-size: 18px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box5 .box-b .r li .li-r .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 16px;
}
.box5 .box-b .r li .li-r .date{
	font-size: 14px;
	font-family: Bebas;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
@media (max-width:1500px) {
	.box2 .box-b .r .r-box{
		width: 100%;
	}
	.box2 .box-b .r .gallery-thumbs .text-des{
		width: 100%;
	}
}
@media (max-width:1400px) {
	.box3 .box-c .r .text-box{
		padding: 40px 20px 27px;
	}
	.box3 .box-c .r .text-box .text-des,.box3 .box-c .r .text-box .text-en{
		font-size: 13px;
	}
	.box2 .box-b .r .gallery-thumbs .swiper-slide{
		padding: 46px 30px 42px;
	}
	.box4 .list li{
		padding: 17px 35px 24px 35px;
	}
	.box5 .box-b .r{
		width: 32%;
	}
}
@media (max-width:1199px) {
	.title-div .title{
		font-size: 28px;
	}
	.box1 .box-t{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.box1 .box-t .l{
		width: 100%;
		margin-bottom: 30px;
	}
	.box1 .box-c li{
		flex: none;
		width: 100%;
	}
	.box1 .box-c li:not(:last-child){
		margin-bottom: 20px;
	}
	.box2 .box-b .r .r-box{
		width: 115%;
	}
	.box3 .box-c{
		flex-wrap: wrap;
	}
	.box3 .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.box4 .list li{
		padding: 17px 20px 24px;
	}
	.box5 .box-b{
		flex-wrap: wrap;
	}
	.box5 .box-b .l{
		width: 100%;
	}
	.box5 .box-b .r{
		width: 100%;
		margin-top: 30px;
	}
	
}
@media (max-width:800px) {
    .box3 .box-c .r .swiper-button-next, .box3 .box-c .r .swiper-button-prev{
        top: 20%;
    }
	.box2 .box-b{
		flex-wrap: wrap;
	}
	.box2 .box-b .l{
		width: 100%;
	}
	.box2 .box-b .r{
		width: 100%;
		background-color: transparent;
	}
	.box2 .box-b .r .r-box{
		width: 100%;
	}
	.box2 .box-b .r .r-box{
		top: 0;
		position: relative;
		transform: translate(0,0);
	}
	.box2 .box-b .l .btn{
		display: none;
	}
	.box4 .list ul{
		flex-wrap: wrap;
	}
	.box4 .list li{
		width: 50%;
		border-right:none;
	}
	.box4 .list li:first-child{
		padding-left: 20px;
	}
	.box4 .list li:last-child{
		padding-right: 20px;
	}
	.box5 .box-b .l{
		flex-wrap: wrap;
	}
	.box5 .box-b .l .l-l{
		width: 100%;
	}
	.box5 .box-b .l .l-r{
		width: 100%;
		margin-top: 20px;
	}
	.box5 .box-b .l .l-r .text-box .date{
		margin-top: 25px;
	}
	.box1 .box-c li .li-box .more2{
		margin-top: 30px;
	}
	.box2 .box-t, .box5 .box-t{
		flex-wrap: wrap;
	}
	.box2 .box-t .r, .box5 .box-t .r{
		width: 100%;
		margin-top: 20px;
	}
	.box2 .box-t .r ul, .box5 .box-t .r ul{
		justify-content: flex-end;
	}
	.box2 .box-t .r li, .box5 .box-t .r li{
		margin-right: 30px;
	}
	.box2 .box-b .l .pic .imgScale{
		height: auto;
	}
	.box5 .box-b .l .l-r .more1{
		margin-top: 20px;
	}
}
@media (max-width:500px) {
    .banner .pic .m-img{
        display: block;
    }
     .banner .pic .pc-img{
        display: none;
    }
    .banner .pic img{
        height: 533px;
        object-fit: cover;
    }
    .banner-box .b-pagination li .iconfont{
        font-size: 18px;
    }
	.box1 .box-c li .li-box{
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		padding: 0;
	}
	.title-div .title{
		font-size: 24px;
	}
	.box1{
		padding: 40px 0 50px;
	}
	.title-div .line{
		margin-top: 19px;
	}
	.box1 .box-c li .li-box .text-title{
		font-size: 22px;
	}
	.box1 .box-c li .li-box .text-des{
		margin-top: 15px;
	}
	.box1 .box-c li .li-box .more2{
		margin-top: 20px;
	}
	.box1 .box-c li .imgScale{
		height: 174px;
		object-fit: cover;
	}
	.box2 .box-b .r .gallery-thumbs .swiper-slide{
		padding: 25px 10px;
	}
	.box3{
		margin-top: 50px;
		padding-top: 40px;
	}
	.box2 .box-b .r .gallery-thumbs .text-title{
		font-size: 20px;
	}
	.box3 .box-c{
		margin-top: 35px;
	}
	.box3 .box-c .r .text-box .more1{
		margin-top: 20px;
	}
	.box3 .box-c .r .text-box .text-zh{
		font-size: 20px;
	}
	.box3 .box-c .r .text-box .text-des, .box3 .box-c .r .text-box .text-en{
		margin-top: 20px;
	}
	.box3 .box-c .r .text-box{
		padding-bottom: 10px;
	}
	.box4{
		padding: 50px 0 40px;
	}
	.box4 .des{
		font-size: 20px;
		line-height: 1.8;
	}
	.box4 .list{
		margin-top: 40px;
	}
	.box4 .list li .icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.box4 .list li .icon img{
		width: 25px;
	}
	.box4 .list li .text-title{
		font-size: 18px;
	}
	.box4 .list li .text-des{
		margin-top: 15px;
	}
	.box4 .list li{
		width: 100%;
	}
	.box4 .list li:first-child{
		padding-left: 0;
	}
	.box4 .list li:last-child{
		padding-right: 0;
	}
	.box4 .list li{
		padding: 17px 0 10px;
	}
	.box5 .box-b .l .l-r .text-box .text-title{
		font-size: 20px;
	}
	.box5 .box-b .r li a{
		flex-wrap: wrap;
	}
	.box5 .box-b .r li .li-r{
		flex: none;
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.box5 .box-b .r li .li-l{
		width: 100%;
	}
	.box5 .box-b .r li .li-r .date{
		margin-top: 10px;
	}
	.box5{
		padding: 50px 0;
	}
	
}