body {
	position: relative;
	z-index: 4;
/* 	width: 100%;
	height: 100vh; */
	
}
.bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-size: 143% 143%;
	background-image: linear-gradient(135deg, RGBA(215, 236, 250, 1),RGBA(250, 250, 250, 1), RGBA(189, 239, 208, 1));
	animation: flow 13s ease infinite;
	z-index: 3;
}
.main {
	position: relative;
	z-index: 3;
	/* position: absolute;
	left: 0;
	top: 0; */
	/* width: 100%;
	height: 100%;
	overflow: auto; */
}

.banner {
	position: relative;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide .pic img {
	display: block;
	width: 100%;
	min-height: 340px;
	object-fit: cover;
}

.banner .swiper-slide .slideBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .swiper-slide .title {
	font-family: MicrosoftYaHeiLight;
	font-weight: 300;
	color: #FFFFFF;
}

.banner .swiper-slide .des {
	font-family: MicrosoftYaHei;
	font-weight: bold;
	/* font-size: 30px; */
	color: #FFFFFF;
	line-height: 1.6;
	margin: .66em 0 2em;
}

.banner .swiper-slide .more {
	display: inline-block;
	padding: 0 34px;
	line-height: 50px;
	background: #FFFFFF;
	border-radius: 25px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	transition: all .6s;
}

.banner .swiper-slide .more:hover {
	background-color: rgba(60, 116, 196, 1);
	color: #fff;
}

.banner .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	cursor: pointer;
}

.banner .btn .iconfont {
	color: rgba(246, 247, 249, 1);
	font-weight: bold;
	font-size: 18px;
}

.banner .btn.btn-prev {
	left: 3.12%;
}

.banner .btn.btn-next {
	right: 3.12%;
}

.banner .swiper-pagination {
	bottom: 28px;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
	vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	background-color: rgba(60, 116, 196, 1);
}
.box1 .box-c{
	position: relative;
}
.box1 .box-c .btn{
	position: absolute;
	top: 50%;
	z-index: 3;
	cursor: pointer;
	color: #333;
	transition: all .6s;
}
.box1 .box-c .btn:hover{
	color: rgba(60, 116, 196, 1);
}
.box1 .box-c .btn .iconfont{
	font-weight: bold;
}
.box1 .box-c .btn.btn-prev{
	left: 0;
	transform: translate(-200%,-50%);
}
.box1 .box-c .btn.btn-next{
	right: 0;
	transform: translate(200%,-50%);
}
.box1 .swiper{
	padding: 90px 0 70px;
}
.box1 .box-c .swiper-slide{
	width: 180px;
}
.box1 .box-c .swiper-slide>a{
	display: block;
	transition: all .6s;
}
.box1 .box-c .swiper-slide:hover>a{
	transform: translateY(-10px);
}
.box1 .box-c .swiper-slide:not(:last-child){
	margin-right: 23px;
}
.box1 .box-c .picCover{
	padding-top: 100%;
	background: #FFFFFF;
	border-radius: 5px;
}
.box1 .box-c .picCover .pic img{
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}
.box1 .box-c .text-title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	margin-top: 13px;
	text-align: center;
	transition: color .6s;
}
.box1 .box-c .swiper-slide:hover .text-title{
	color: rgba(60, 116, 196, 1);
	font-weight: bold;
}
.box2 .box-c{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.box2 .box-c .l{
	background: #C7C7C7;
	border-radius: 10px;
	overflow: hidden;
}
.box2 .box-c .l .pic{
	height: 100%;
}
.box2 .box-c .l .pic img{
	height: 100%;
	object-fit: cover;
}
.box2 .box-c .r{
	padding: 73px 40px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.index-title{
	font-family: RanyBold;
	font-weight: 400;
	color: #222222;
	line-height: 1;
}
.index-des{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	line-height: 1;
	margin-top: 6px;
	vertical-align: middle;
}
.index-des span{
	vertical-align: middle;
}
.index-des .iconfont{
	margin-right: 5px;
	color: rgba(60, 116, 196, 1);
}
.box2 .box-c .r .text-box{
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #222222;
	line-height: 1.77;
	margin: 1.72em 0;
}
.commonMore1{
	display: inline-block;
	padding: 0 37px;
	line-height: 50px;
	background: #222222;
	border-radius: 25px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	transition: all .6s;
}
.commonMore1:hover{
	background-color: rgba(60, 116, 196, 1);
	color: #fff;
}
.box3{
	margin: 110px 0;
}
.box3 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.commonMore{
	line-height: 60px;
	padding: 0 23px 0 30px;
	background: #FFFFFF;
	border-radius: 30px;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #222222;
	gap: 7px;
	transition: all .6s;
}
.commonMore:hover{
	background-color: rgba(63, 118, 197, 1);
	color: #fff;
}
.commonMore .iconfont{
	font-size: 20px;
	font-weight: bold;
}
.box3 .box-c{
	margin-top: 37px;
	display: flex;
	gap: 25px;
}
.box3 .box-c-l{
	flex: 1;
}
.box3 .box-c-r{
	width: 72.32%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 22px;
}
.box3 .box-c .item{
	display: block;
	height: 100%;
	padding: 30px 20px;
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
}
.box3 .box-c .item .picCover{
	padding-top: 51.11%;
}
.box3 .box-c .item .picCover .pic img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
}
.box3 .box-c .item .label{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	background: #F00F50;
	border-radius: 20px;
	font-family: RanyBold;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}
.box3 .box-c .item .text-title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 5px;
	transition: all .6s;
}
.box3 .box-c .item .text-des{
	font-family: RanyBold;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	margin-top: 9px;
	transition: all .6s;
}
.box3 .box-c .item:hover .text-des,
.box3 .box-c .item:hover .text-title{
	color: rgba(60, 116, 196, 1);
}
.box3 .box-c-l .item{
	background: #FFFFFF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box3 .box-c-l .item .picCover{
	padding-top: 123.96%;
}
.box5 .box-t,
.box4 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box4 .box-c{
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 40px 8px;
}
.box4 .box-c .item .img{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
}
.box4 .box-c .picCover{
	padding-top: 91.66%;
}
.box4 .box-c .picCover .pic img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
}
.box4 .box-c .picCover .label{
	position: absolute;
	left: 0;
	top: 0;
	min-width: 90px;
	line-height: 40px;
	background: #F00F50;
	border-radius: 20px;
	padding: 0 16px;
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	z-index: 3;
	text-align: center;
}
.box4 .box-c .item:nth-child(2) .picCover .label{
	background-color: rgba(255, 193, 73, 1);
}
.box4 .box-c .item:nth-child(3) .picCover .label{
	background-color: rgba(191, 207, 132, 1);
}
.box4 .box-c .text-title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 13px;
	transition: all .6s;
}
.box4 .box-c .text-des{
	font-family: RanyBold;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	margin-top: 10px;
	transition: all .6s;
}
.box4 .box-c .item:hover .text-des,
.box4 .box-c .item:hover .text-title{
	color: rgba(60, 116, 196, 1);
}
.box4 .box-b{
	margin-top: 55px;
	text-align: center;
}
.box5{
	margin-top: 120px;
}
.box5 .box-c{
	margin-top: 50px;
}
.box5 .box-c .swiper:not(:last-child){
	margin-bottom: 25px;
}
.box5 .box-c .swiper-wrapper{
	transition-timing-function: linear;
}
.box5 .box-c .swiper-slide{
	position: relative;
	width: 310px;
	overflow: hidden;
	border-radius: 10px;
}
.box5 .box-c .swiper-slide:not(:last-child){
	margin-right: 25px;
}
.box5 .box-c .swiper-slide .picCover{
	padding-top: 100%;
}
.box5 .box-c .swiper-slide .itemBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(60, 116, 196, .5),rgba(60, 116, 196, 1)) ;
	opacity: 0;
	transition: all .6s;
	padding: 25px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #F6F7F9;
	line-height: 30px;
}
.box5 .box-c .swiper-slide:hover .itemBox{
	opacity: 1;
}
.box6{
	padding: 115px 0 120px;
}
.box6 .box-c{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
.box6 .box-c .l-c,
.box6 .box-c .r-c{
	margin-top: 50px;
}
.box6 .box-c .l-c .item{
	display: flex;
	border: 1px solid #D8E0ED;
}
.box6 .box-c .l-c .item .pic{
	width: 174px;
	height: 100px;
}
.box6 .box-c .l-c .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box6 .box-c .l-c .item .text-box{
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box6 .box-c .l-c .item .text-title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .6s;
}
.box6 .box-c .l-c .item:hover .text-title{
	color: rgba(60, 116, 196, 1);
}
.box6 .box-c .l-c .item .text-des{
	font-family: RanyLight;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 1;
}
.box6 .box-c .r-c .item:not(:last-child),
.box6 .box-c .l-c .item:not(:last-child){
	margin-bottom: 10px;
}
.box6 .box-c .r-c .item{
	display: block;
	min-height: 102px;
	border-bottom: 1px solid rgba(216, 224, 237, 1);
}
.box6 .box-c .r-c .item-t{
	display: flex;
	justify-content: space-between;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	padding-top: 11px;
}
.box6 .box-c .r-c .item-t .text-title{
	flex: 1;
	margin-right: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .6s;
}
.box6 .box-c .more{
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	margin-top: 26px;
	transition: all .6s;
}
.box6 .box-c .r-c .item:hover .item-t .text-title,
.box6 .box-c .more:hover{
	color: rgba(60, 116, 196, 1);
}
.box7{
	padding-bottom: 104px;
}
.box7 .box-c{
	margin-top: 50px;
}
.box7 .box-b{
	margin-top: 33px;
	display: flex;
	gap: 10px;
}
.box7 .box-b .btn{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6F7F9;
	border-radius: 50%;
	color: rgba(171, 171, 171, 1);
	transition: all .6s;
	cursor: pointer;
}
.box7 .box-b .btn:hover{
	background-color: rgba(60, 116, 196, 1);
	color: #fff;
}
.box7 .box-b .btn .iconfont{
	font-size: 18px;
	font-weight: bold;
}
@media (max-width:1600px) {
	.banner .swiper-slide .slideBox{
		padding: 0 41px;
	}
}
@media (max-width:1440px) {
	.banner .swiper-slide .des{
		margin: .3em 0 1em;
	}
	.box4 .box-c .picCover .label{
		font-size: 16px;
	}
}
@media (max-width:1280px) {
	
}
@media (max-width:1199px) {
	.box1 .box-c{
		padding: 0 30px;
	}
	.box1 .box-c .btn.btn-prev,
	.box1 .box-c .btn.btn-next{
		transform: translate(0,-50%);
	}
	.box1 .box-c .swiper-slide:not(:last-child){
		margin-right: 13px;
	}
	.banner .btn.btn-prev{
		left: 3%;
	}
	.banner .btn.btn-next{
		right: 3%;
	}
	.box6,
	.box1 .swiper{
		padding: 70px 0;
	}
	.box3{
		margin: 70px 0;
	}
	.box5{
		margin-top: 70px;
	}
	.box7{
		padding-bottom: 70px;
	}
	.box4 .box-b,
	.box7 .box-c,
	.box6 .box-c .l-c, .box6 .box-c .r-c,
	.box5 .box-c{
		margin-top: 45px;
	}
	.box3 .box-c .item{
		padding: 20px;
	}
	.box3 .box-c .item .label{
		padding: 0 10px;
		line-height: 30px;
		font-size: 14px;
	}
	.box3 .box-c .item .text-des{
		margin-top: 4px;
	}
	.box4 .box-c{
		grid-template-columns: repeat(4,1fr);
	}
	.box5 .box-c .swiper-slide{
		width: 270px;
	}
	.box6 .box-c .l-c .item .text-box{
		padding: 13px;
	}
}
@media (max-width:1024px) {
	.box6 .box-c .r-c .item-t,
	.box6 .box-c .l-c .item .text-title{
		font-size: 16px;
	}
	.box6 .box-c .r-c .item{
		min-height: 0;
	}
	.box6 .box-c .r-c .item:first-child .item-t{
		padding-top: 0;
	}
	.box6 .box-c .more{
		margin-top: 15px;
	}
	.box6 .box-c{
		grid-template-columns: repeat(1,1fr);
	}
	.box5 .box-c .swiper-slide{
		width: 234px;
	}
	.box5 .box-c .swiper-slide:not(:last-child){
		margin-right: 15px;
	}
	.box5 .box-c .swiper:not(:last-child){
		margin-bottom: 15px;
	}
	.box4 .box-c{
		grid-template-columns: repeat(3,1fr);
	}
	.box4 .box-c{
		gap: 27px 8px;
	}
	.box4 .box-c .text-des{
		margin-top: 5px;
		font-size: 16px;
	}
	.box4 .box-c .picCover .label{
		min-width: 68px;
		font-size: 14px;
		line-height: 36px;
		padding: 0 10px;
	}
	.commonMore{
		line-height: 45px;
		padding: 0 19px;
	}
	.box3 .box-c{
		align-items: flex-start;
	}
	.box3 .box-c-r{
		width: 68%;
		grid-template-columns: repeat(2,1fr);
	}
	.box6,
	.box1 .swiper{
		padding: 60px 0;
	}
	.box3{
		margin: 60px 0;
	}
	.box5{
		margin-top: 60px;
	}
	.box7{
		padding-bottom: 60px;
	}
	.box4 .box-b,
	.box7 .box-c,
	.box6 .box-c .l-c, .box6 .box-c .r-c,
	.box5 .box-c{
		margin-top: 40px;
	}
	.box2 .box-c .r{
		padding: 39px 27px;
	}
	.index-des{
		font-size: 20px;
	}
	.box2 .box-c .r .text-box{
		margin: .7em 0;
		font-size: 20px;
	}
	.commonMore1{
		padding: 0 27px;
		line-height: 42px;
	}
	.box7 .box-b .btn{
		width: 50px;
		height: 50px;
	}
}
@media (max-width:768px) {
	.box7 .box-b .btn{
		width: 40px;
		height: 40px;
	}
	.box6 .box-c{
		gap: 30px;
	}
	.box6 .box-c .more{
		font-size: 14px;
		margin-top: 10px;
	}
	.box4 .box-c{
		grid-template-columns: repeat(2,1fr);
	}
	.commonMore{
		font-size: 14px;
	}
	.box3 .box-c .item .text-title{
		font-size: 16px;
		line-height: 24px;
	}
	.box3 .box-c{
		flex-direction: column;
		gap: 19px;
	}
	.box3 .box-c-r{
		gap: 19px;
	}
	.box3 .box-c-l{
		flex: none;
		width: 100%;
	}
	.box3 .box-c-l .item .picCover{
		padding-top: 68%;
	}
	.box3 .box-c-r{
		width: 100%;
	}
	.box2 .box-c{
		grid-template-columns: repeat(1,1fr);
		gap: 20px;
	}
	.box1 .box-c .swiper-slide{
		width: 150px;
	}
	.box1 .box-c .text-title{
		margin-top: 7px;
	}
	.box6,
	.box1 .swiper{
		padding: 50px 0;
	}
	.box3{
		margin: 50px 0;
	}
	.box5{
		margin-top: 50px;
	}
	.box7{
		padding-bottom: 50px;
	}
	.banner .swiper-slide .more{
		padding: 0 23px;
		font-size: 16px;
		line-height: 42px;
	}
	.banner .swiper-pagination{
		bottom: 19px;
	}
	.box4 .box-b,
	.box7 .box-c,
	.box6 .box-c .l-c, .box6 .box-c .r-c,
	.box7 .box-b,
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-c{
		margin-top: 30px;
	}
	.box6 .box-c .l-c .item .text-des{
		font-size: 16px;
	}
}
@media (max-width:500px) {
	.box6 .box-c .r-c .item-t .text-title{
		margin-right: 20px;
	}
	.box6 .box-c .l-c .item .pic{
		width: 120px;
		height: 70px;
	}
	.box6 .box-c .l-c .item .text-des{
		font-size: 14px;
	}
	.box6 .box-c{
		gap: 25px;
	}
	.commonMore1{
		padding: 0 19px;
		line-height: 38px;
	}
	.index-des .iconfont{
		font-size: 12px;
	}
	.box3 .box-c .item .text-title{
		font-size: 14px;
		line-height: 18px;
	}
	.box3 .box-c .item .text-des{
		font-size: 14px;
	}
	.box3 .box-c .item .label{
		padding: 0 6px;
		line-height: 24px;
		font-size: 12px;
	}
	.box3 .box-c .item{
		padding: 10px;
	}
	.box2 .box-c .r{
		padding: 31px 21px;
	}
	.index-des{
		font-size: 18px;
	}
	.box2 .box-c .r .text-box{
		font-size: 18px;
		line-height: 1.68;
	}
	.box6,
	.box1 .swiper{
		padding: 40px 0;
	}
	.box3{
		margin: 40px 0;
	}
	.box5{
		margin-top: 40px;
	}
	.box7{
		padding-bottom: 40px;
	}
	.box4 .box-b,
	.box7 .box-c,
	.box6 .box-c .l-c, .box6 .box-c .r-c,
	.box7 .box-b,
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-c{
		margin-top: 25px;
	}
	.banner .swiper-slide .des{
		font-size: 16px;
		margin: .5em 0 .5em;
	}
	.banner .swiper-slide .more{
		padding: 0 16px;
		font-size: 14px;
		line-height: 37px;
	}
	.banner .swiper-pagination{
		bottom: 13px;
	}
	.banner .swiper-pagination-bullet-active{
		width: 12px;
		height: 12px;
	}
	.banner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.box6 .box-c .l-c, .box6 .box-c .r-c {
		margin-top: 15px;
	}
	.box6 .box-c .r-c .item:not(:last-child), .box6 .box-c .l-c .item:not(:last-child){
		margin-bottom: 5px;
	}
	.box6 .box-c .r-c .item-t{
		line-height: 28px;
		padding-top: 5px;
	}
}