.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 30.54%;
	transform: translateX(-50%);
	z-index: 2;
}
.banner .swiper-slide .title{
	font-size: 48px;
	font-family: Cambria;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.banner .swiper-slide .more{
	margin-top: 45px;
	display: inline-flex;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	align-items: center;
}
.banner .swiper-slide .more .iconfont{
	margin-left: 8px;
	font-size: 18px;
	transform: translateX(6px);
}
.banner .banner-bottom{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	bottom: 88px;
	display: flex;
}
.banner .banner-bottom .icon-paixu-zuo,
.banner .banner-bottom .icon-paixu-you{
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	margin-top: 12px;
}
.banner .banner-bottom .iconfont.swiper-button-disabled{
	opacity: .5;
}
.banner .banner-bottom .page-amout{
	font-size: 18px;
	font-family: Cambria;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 1;
	margin: 0 21px;
}
.banner .banner-bottom .page-amout .current{
	font-size: 30px;
	font-family: Cambria;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.box1{
	position: relative;
	margin-top: 20px;
}
.box1 .pic img{
	display: block;
	width: 100%;
	transition: all 5s;
}
.box1 .pic:hover img{
	transform: scale(1.04);
}
.box1 .title{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 42px;
	font-family: Cambria;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}
.box1 .title span{
	display: block;
}
.box2{
	position: relative;
	z-index: 2;
	margin-top: 50px;
}
.box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.box2 .box-c .rectangle{
	position: relative;
	width: 200px;
	height: 415px;
	border: 2px solid #333333;
	display: flex;
	padding: 0 23px 63px;
	align-items: flex-end;
}
.box2 .box-c .rectangle .number{
	font-size: 30px;
	font-family: Cambria;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.box2 .box-c .rectangle .title{
	font-size: 30px;
	font-family: Cambria;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.box2 .box-c .rectangle .line{
	display: block;
	width: 20px;
	height: 3px;
	background: #222222;
	margin-top: 15px;
}
.box2 .box-c .l{
	justify-content: flex-end;
	transform: translateY(-244px);
}
.box2 .box-c .l .rectangle::before{
	position: absolute;
	content: "";
	left: 50%;
	top: -2px;
	width: calc(100% + 4px);
	transform: translateX(-50%);
	height: 196px;
	border: 2px solid #fff;
	border-bottom: none;
	z-index: 2;
	box-sizing: border-box;
}
.box2 .box-c .l .square{
	position: absolute;
	right: -2px;
	top: -2px;
	width: 100px;
	height: 100px;
	border: 2px solid #FFFFFF;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box2 .box-c .l .square .list{
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.box2 .box-c .l .square .item{
	width: 16px;
	height: 2px;
	background-color: #fff;
	margin: 0 10px;
	opacity: 0;
}
.box2 .box-c .l .square .item1,
.box2 .box-c .l .square .item4{
	animation: line 2.5s infinite;
	transform: rotate(45deg);
}
.box2 .box-c .l .square .item2,
.box2 .box-c .l .square .item3{
	transform: rotate(-45deg);
	animation: line1 2.5s infinite;
}
.box2 .box-c .l .square .bullet{
	width: 4px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 50%;
	display: block;
	margin: 8px auto;
	opacity: .4;
	animation: show 2.5s infinite;
}
.box2 .box-c .l .square .list .item:last-child{
	transform-origin: left center;
}
.box2 .box-c .l .square .list .item:first-child{
	transform-origin: right center;
}
@keyframes line{
	0%{
		transform: rotate(45deg)scaleX(0);
		opacity: 0;
	}
	100%{
		transform: rotate(45deg)scaleX(1);
		opacity: 1;
	}
}
@keyframes line1{
	0%{
		transform: rotate(-45deg)scaleX(0);
		opacity: 0;
	}
	100%{
		transform: rotate(-45deg)scaleX(1);
		opacity: 1;
	}
}
@keyframes show{
	0%{
		opacity: .4;
	}
	100%{
		opacity: 1;
	}
}
.box2 .box-c .c{
	flex: 1;
	margin: 0 3.75%;
}
.box2 .box-c .c .text{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 2;
}
.box2 .box-c .c .video{
	margin-top: 50px;
}
.box2 .box-c .c .video .pic{
	position: relative;
}
.box2 .box-c .c .video .pic img,
.box2 .box-c .c .video .pic video{
	display: block;
	width: 100%;
}
.box2 .box-c .c .video .pic .icon-bofang{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 80px;
	color: #fff;
	cursor: pointer;
}
.box2 .box-c .r{
	align-self: flex-end;
	padding-bottom: 55px;
}
.box3{
	position: relative;
	margin-top: 80px;
}
.box3 .box-c{
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .l{
	width: 40.62%;
	box-shadow: 6px 8px 20px 0px rgba(51,51,51,0.2);
	padding: 70px 55px 0;
}
.box3 .box-c .l .text-title{
	font-size: 42px;
	font-family: Cambria;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}
.box3 .box-c .l .text-des{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 2;
	margin-top: 40px;
	text-align: left;
}
.box3 .box-c .l .img{
	margin-top: 45px;
}
.box3 .box-c .l .img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.box3 .box-c .r{
	width: 55.62%;
}
.box3 .box-c .r .r-t{
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .r .btns{
	display: flex;
}
.box3 .box-c .r .btns .btn,
.box7 .box-c .r .r-b .btn{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 68px;
	background: #FFFFFF;
	border: 1px solid #222222;
	cursor: pointer;
	transition: all 1s;
}
.box3 .box-c .r .btns .btn.swiper-button-disabled,
.box7 .box-c .r .r-b .btn.swiper-button-disabled{
	opacity: .5;
	cursor: not-allowed;
}
.box3 .box-c .r .btns .btn:not(.swiper-button-disabled):hover,
.box7 .box-c .r .r-b .btn:not(.swiper-button-disabled):hover{
	background-color: rgba(34, 34, 34, 1);
	color: #fff;
}
.box3 .box-c .r .btns .btn:not(:last-child),
.box7 .box-c .r .r-b .btns .btn{
	margin-right: 20px;
}
.box3 .box-c .r .btns .btn .iconfont,
.box7 .box-c .r .r-b .btns .btn .iconfont{
	font-size: 40px;
}
.common-more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	line-height: 50px;
	border: 1px solid #222222;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	transition: all 1s;
}
.common-more:hover{
	background-color: #222222;
	color: #fff;
}
.common-more .iconfont{
	font-size: 24px;
	margin-left: 20px;
}
.box3 .box-c .r-b{
	position: absolute;
	top: 150px;
	right: 0;
	width: ;
}
.box3 .box-c .r-b .swiper-slide{
	position: relative;
	width: auto;
	box-shadow: 6px 8px 20px 0px rgba(51,51,51,0.2);
}
.box3 .box-c .r-b .swiper-slide:not(:last-child){
	margin-right: 60px;
}
.box3 .box-c .r-b .swiper-slide .pic{
	overflow: hidden;
}

.box3 .box-c .r-b .swiper-slide .pic img {
	width:350px;
	height:350px;
}
.box3 .box-c .r-b .swiper-slide .pic img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.box3 .box-c .r-b .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.box3 .box-c .r-b .swiper-slide .text{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 107px;
	font-size: 32px;
	font-family: Cambria;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
}
.box4{
	margin-top: 80px;
	padding: 0 1%;
}
.box4 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box4 .list li{
	position: relative;
	width: 49.46%;
	margin-bottom: 20px;
}
.box4 .list li .pic{
	overflow: hidden;
}
.box4 .list li .pic img{
	display: block;
	width: 100%;
	transition: all 1.5s;
}
.box4 .list li:hover .pic img{
	transform: scale(1.05);
}
.box4 .list li .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	padding-top: 80px;
}
.box4 .list li .text-box .text-title{
	font-size: 36px;
	font-family: Cambria;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}
.box4 .list li .text-box .text-des{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 13px;
}
.box4 .list li .text-box .details{
	display: inline-flex;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 20px;
	transition: all .5s;
}
.box4 .list li .text-box .details:hover{
	opacity: .7;
}
.box4 .list li .text-box .details .iconfont{
	transform: translateX(5px);
	margin-left: 10px;
	font-size: 20px;
}
.box5{
	margin-top: 80px;
}
.box5 .pic img{
	display: block;
	width: 100%;
}
.box6 .l{
	padding-top: 60px;
}
.box6 .title{
	font-size: 42px;
	font-family: Cambria;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.box6 .common-more{
	margin-top: 60px;
}
.box6 .box-c{
	display: flex;
	justify-content: space-between;
}
.box6 .box-c .r{
	position: relative;
	width: 64.62%;
	margin-top: -342px;
}
.box6 .box-c .r .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box6 .box-c .r .list li,
.box6 .box-c .r .list i{
	width: 33.33%;
}
.box6 .box-c .r .list li{
	height: 342px;
	background-color: rgba(240, 240, 240, 1);
}
.box6 .box-c .r .list li a{
	display: block;
	padding: 20px 0;
}
.box6 .box-c .r .list li:nth-child(2n){
	background-color: rgba(248, 248, 248, 1);
}
.box6 .box-c .r .list li .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 261px;
	overflow: hidden;
}
.box6 .box-c .r .list li .pic img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all 1s;
}
.box6 .box-c .r .list li:hover .pic img{
	transform: scale(1.05);
}
.box6 .box-c .r .list li .text{
	font-size: 20px;
	font-family: Cambria;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 14px;
	text-align: center;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.box7{
	position: relative;
	margin-top: 80px;
	/*padding-bottom: 80px;*/
	overflow: hidden;
}
.box7 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 11.54%;
}
.box7 .bg img{
	display: block;
	width: 100%;
}
.box7 .box-c{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 0 0 auto;
	padding-left: 7.29%;
	z-index: 2;
}
.box7 .box-c .l{
	width: 31.4%;
	padding-right: 20px;
	padding-top: 60px;
}
.box7 .box-c .l .title{
	font-size: 42px;
	font-family: Cambria;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.box7 .box-c .l .des{
	font-size: 24px;
	font-family: Cambria;
	font-weight: bold;
	color: #333333;
	line-height: 44px;
	margin-top: 60px;
}
.box7 .box-c .l .text{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 19px;
	max-width: 100%;
	width: 422px;
}
.box7 .box-c .r{
	width: 68.6%;
}
.box7 .box-c .r .swiper-slide{
	position: relative;
	width: auto;
}
.box7 .box-c .r .swiper-slide:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	opacity: .7;
	z-index: 2;
}
.box7 .box-c .r .swiper-slide-active:before{
	opacity: 0;
}
.box7 .box-c .r .swiper-slide:not(:last-child){
	margin-right: 30px;
}
.box7 .box-c .r .swiper-slide .pic{
	overflow: hidden;
}
.box7 .box-c .r .swiper-slide .pic img{
	display: block;
	width: 380px;
height:380px;
	transition: all .6s;
}
.box7 .box-c .r .swiper-slide:hover .pic img{
	transform: scale(1.05);
}
.box7 .box-c .r .r-b{
	display: flex;
	margin-top: 40px;
	align-items: center;
}
.box7 .box-c .r .r-b .btns{
	display: flex;
}
.box7 .box-c .r .r-b .page-amout{
	font-size: 18px;
	font-family: Cambria;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-left: 50px;
}
.box7 .box-c .r .r-b .page-amout .current{
	font-size: 30px;
	font-family: Cambria;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
@media (max-width:1700px) {
	.box4 .list li .text-box{
		padding-top: 30px;
	}
}
@media (max-width:1440px) {
	.banner .swiper-slide .title{
		font-size: 38px;
	}
	.box4 .list li .text-box .text-title{
		font-size: 30px;
	}
}
@media (max-width:1280px) {
	.banner .swiper-slide .title{
		font-size: 30px;
	}
	.box3 .box-c .l .text-title,
	.box1 .title,
	.box6 .title,
	.box7 .box-c .l .title{
		font-size: 36px;
	}
	.box4 .list li .text-box .text-title{
		font-size: 26px;
	}
}
@media (max-width:1199px) {
	.banner .banner-bottom{
		bottom: 30px;
	}
	.banner .swiper-slide .more{
		margin-top: 25px;
	}
	.banner .banner-bottom .page-amout .current{
		font-size: 26px;
	}
	.banner .banner-bottom .icon-paixu-zuo, .banner .banner-bottom .icon-paixu-you{
		font-size: 22px;
		margin-top: 9px;
	}
	.banner .banner-bottom .page-amout{
		margin: 0 14px;
	}
	.box2 .box-c .r,
	.box2 .box-c .l{
		display: none;
	}
	.box2 .box-c .c{
		margin: 0;
	}
	.box3 .box-c .l{
		padding: 40px 30px;
	}
	.box3 .box-c .l .text-title,
	.box1 .title,
	.box6 .title,
	.box7 .box-c .l .title{
		font-size: 30px;
	}
	.box7 .bg img{
		display: none;
	}
	.box3 .box-c{
		flex-direction: column;
	}
	.box3 .box-c .l{
		width: 100%;
	}
	.box3 .box-c .r-b{
		position: relative;
		top: 0;
		margin-top: 30px;
	}
	.box3 .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.box4 .list li .text-box .details{
		margin-top: 10px;
	}
	.box5{
		margin-top: 30px;
	}
	.box6 .box-c .r{
		margin-top: 0;
	}
	.box6 .box-c{
		flex-direction: column;
	}
	.box6 .l{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.box6 .common-more{
		margin-top: 0;
	}
	.box6 .box-c .r{
		margin-top: 30px;
		width: 100%;
	}
	.box7 .box-c{
		padding-left: 0;
		flex-direction: column;
	}
	.box7 .box-c .l{
		width: 100%;
		padding: 0;
	}
	.box7 .box-c .l .des{
		margin-top: 20px;
	}
	.box7 .box-c .l .text{
		width: 97%;
		max-width: 97%;
	}
	.box7 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.banner .swiper-slide .title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.box2{
		margin-top: 40px;
	}
	.box2 .box-c .c .video{
		margin-top: 30px;
	}
	.box3{
		margin-top: 50px;
	}
	.box3 .box-c .l .text-des,
	.box3 .box-c .l .img{
		margin-top: 30px;
	}
	.box3 .box-c .r .btns .btn, .box7 .box-c .r .r-b .btn{
		height: 50px;
		line-height: 48px;
		width: 50px;
	}
	.box3 .box-c .r .btns .btn .iconfont, .box7 .box-c .r .r-b .btns .btn .iconfont{
		font-size: 30px;
	}
	.box3 .box-c .r-b .swiper-slide,
	.box7 .box-c .r .swiper-slide{
		width: 400px;
	}
	.box3 .box-c .r-b .swiper-slide .text{
		bottom: 30px;
		font-size: 26px;
	}
	.box3 .box-c .r-b .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.box4{
		margin-top: 50px;
	}
	.box4 .list li .text-box{
		padding-top: 20px;
	}
	.box4 .list li .text-box .text-des{
		margin-top: 0;
	}
	.box4 .list li{
		/* width: 100%; */
	}
	.banner .swiper-slide .pic img{
		min-height: 266px;
		object-fit:cover;
	}
	.banner .swiper-slide .title,
	.box3 .box-c .l .text-title, .box1 .title, .box6 .title, .box7 .box-c .l .title{
		font-size: 26px;
	}
	.box6 .box-c .r .list li .text{
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.banner .swiper-slide .title,
	.box3 .box-c .l .text-title, .box1 .title, .box6 .title, .box7 .box-c .l .title{
		font-size: 24px;
	}
	.banner .swiper-slide .more{
		margin-top: 15px;
	}
	.banner .banner-bottom{
		bottom: 20px
	}
	.box3 .box-c .r .btns .btn, .box7 .box-c .r .r-b .btn{
		height: 38px;
		width: 38px;
		line-height: 36px;
	}
	.box3 .box-c .r .btns .btn .iconfont, .box7 .box-c .r .r-b .btns .btn .iconfont{
		font-size: 20px;
	}
	.common-more{
		line-height: 36px;
	}
	.box3 .box-c .r-b .swiper-slide,
	.box7 .box-c .r .swiper-slide{
		width: 300px;
	}
	.box3 .box-c .r-b .swiper-slide .text,
	.box4 .list li .text-box .text-title{
		font-size: 22px;
		bottom: 20px
	}
	.box4 .list li{
		width: 100%;
	}
	.box6 .l{
		padding-top: 50px;
	}
	.box6 .box-c .r .list li, .box6 .box-c .r .list i{
		width: 50%;
	}
	.box6 .box-c .r .list li{
		border-bottom:1px solid #fff
	}
	.box2 .box-c .c .video .pic .icon-bofang{
		font-size: 60px;
	}
	.box7{
		margin-top:50px;
		padding-bottom: 50px;
	}
	.box7 .box-c .l .des{
		font-size: 20px;
		line-height: 2;
	}
	.box4 .list li .text-box .details{
		padding-bottom: 2px;
	}
}
@media (max-width: 500px) {
	.banner .swiper-slide .title,
	.box3 .box-c .l .text-title, .box1 .title, .box6 .title, .box7 .box-c .l .title{
		font-size: 22px;
	}
	.box3 .box-c .r-b .swiper-slide .text{
		font-size: 20px;
	}
	.box2 .box-c .c .video .pic .icon-bofang{
		font-size: 40px;
	}
	.box3 .box-c .l{
		padding: 25px 15px;
	}
	.box3 .box-c .l .text-des, .box3 .box-c .l .img{
		margin-top: 15px;
	}
	.box3 .box-c .r-b .swiper-slide,
	.box7 .box-c .r .swiper-slide{
		width:260px
	}
	.box4 .list li .text-box{
		padding 20px 10px;
	}
	.box4 .list li .text-box .text-des{
		line-height: 1.5;
	}
	.box4 .list li .text-box .text-des,
	.box4 .list li .text-box .details{
		font-size:16px;
	}
	.common-more{
		font-size:16px;
		width:150px;
	}
	.box6 .l{
		padding-top: 40px;
	}
	.box6 .box-c .r .list li .pic{
		height: 160px;
	}
	.box6 .box-c .r .list li{
		height: 250px;
	}
	.box6 .box-c .r .list li .text{
		font-size:18px;
	}
	.box7{
		margin-top:40px;
		padding-bottom: 40px;
	}
	.box3{
		
		margin-top:40px;
	}
	.box7 .box-c .l .des{
		font-size: 18px;
	}
}