@font-face {
	font-family: "Merriweather";
	src: url("../fonts/Merriweather-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	/*font-display: swap;*/
	font-display: optional;
}

@font-face {
	font-family: "Merriweather-b";
	src: url("../fonts/Merriweather-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	/*font-display: swap;*/
	font-display: optional;
}

.banner {
	background-color: #f2f2f2;
	overflow: hidden;
}

.banner .wrap .txt {
	padding-left: 645px;
	padding: 80px  0px 80px 645px;
	position: relative;
}

.banner .wrap .txt .img {
	position: absolute;
	left: -446px;
	top: 48%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/* max-width: 770px; */
}

.banner .wrap .txt .img img {
	display: block;
	margin: 0 auto;
	/* width: 100%; */
	aspect-ratio: 1005 / 566;
	transform: scale(1.18);
}

.banner .wrap .txt h1 {
	font-size: 48px;
	color: #2d374b;
	margin-bottom: 40px;
}

.banner .wrap .txt p {
	font-size: 20px;
	color: #1b1b1b;
	margin-bottom: 80px;
}

.index-box {
	padding: 80px 0;
}

.index-part1 {
	overflow: hidden;
	padding-top: 30px;
}

.index-part1 li {
	float: left;
	width: 33.33%;
	text-align: center;
	font-family: 'poppinsLight';
}

.index-part1 li img {
	display: block;
	margin: 0 auto;
	aspect-ratio: 22 / 21;
	width: 44px;
}

.index-part1 li strong {
	font-size: 48px;
	display: block;
	margin: 20px 0 10px;
}

.index-part1 li p {
	font-size: 18px;
	color: #2d374b;
}

.index-imgtxt1 {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-imgtxt1 .img {
	flex-shrink: 0;
	margin-left: 85px;
}

.index-imgtxt1 .img img {
	display: block;
	aspect-ratio: 590 / 467;
	width: 100%;
}

.index-imgtxt1 .txt {
	flex-grow: 1;
}

.index-imgtxt1 .txt h2 {
	font-size: 44px;
	margin-bottom: 30px;
}

.index-imgtxt1 .txt p {
	font-size: 18px;
	color: #454545;
	margin-bottom: 30px;
}

.index-imgtxt1 .txt ul li {
	font-size: 18px;
	color: #646464;
	padding-right: 34px;
	background: url(../images/i-ico2.png) right center no-repeat;
	margin-bottom: 10px;
}

.index-part3 {
	background-color: #f2f2f2;
	overflow: hidden;
}

.index-part3 .btn-box {
	margin-top: 60px;
}

.index-part3 .wrap {
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.index-part3 .item {
	width: calc(33.33% - 24px);
	margin: 0 12px;
}

.index-part3 .item h2 {
	font-size: 44px;
	margin-bottom: 10px;
}

.index-part3 .item p {
	font-size: 18px;
	color: #454545;
	font-family: poppinsLight;
	margin-bottom: 20px;
}

.index-part3 .item .img {
	position: relative;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	z-index: 2;
}


.index-part3 .item .img .box {
	overflow: hidden;
}

.index-part3 .item .img img {
	display: block;
	width: 100%;
}

.index-part3 .item .img1 img {
	aspect-ratio: 1 / 1;
}

.index-part3 .item .img2 img {
	aspect-ratio: 376 / 189;
}

.index-part3 .item .img3 img {
	aspect-ratio: 383 / 749;
}

.index-part3 .item .img span {
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #fff;
	/* text-shadow: 1px 1px 1px black; */
	z-index: 2;
}

.index-part3 .item .img.img3 {
	/* height: 100%; */
}

.index-part3 .item .img.img3 img {
	height: 100%;
}

.index-part3 .item .img.img1 {
	margin: 20px 0;
}

.index-part3 .item .img.img1::after,
.index-part3 .item .img.img2::after,
.index-part3 .item .img.img3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
}

.index-tit {
	text-align: center;
	font-size: 44px;
	margin-bottom: 30px;
}

.index-part4 ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 55px 0;
}

.index-part4 ul li {
	width: 180px;
	height: 180px;
	-moz-box-shadow: 0 0 15px rgba(26, 59, 128, 0.15);
	-webkit-box-shadow: 0 0 15px rgba(26, 59, 128, 0.15);
	box-shadow: 0 0 15px rgba(26, 59, 128, 0.15);
	border-radius: 10px;
	cursor: pointer;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.index-part4 ul li:hover,
.index-part4 ul li.active {
	background-color: #37f;
}

.index-part4 ul li:hover .ico,
.index-part4 ul li.active .ico {
	background-color: #fff;
}

.index-part4 ul li:hover p,
.index-part4 ul li.active p {
	color: #fff;
}

.index-part4 ul li .ico {
	display: block;
	margin: -18px auto 18px;
	width: 68px;
	height: 68px;
	border-radius: 8px;
	overflow: hidden;
	-moz-box-shadow: 0 0 15px rgba(26, 59, 128, 0.15);
	-webkit-box-shadow: 0 0 15px rgba(26, 59, 128, 0.15);
	box-shadow: 0 0 15px rgba(26, 59, 128, 0.15);
	background-color: #37f;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-part4 ul li.ico1 .active-app {
	display: none;
}

.index-part4 ul li.ico2 .normal-app {
	display: none;
}

.index-part4 ul li.ico3 .normal-app {
	display: none;
}

.index-part4 ul li.ico4 .normal-app {
	display: none;
}

.index-part4 ul li.ico1 img {
	width: 36px;
	aspect-ratio: 1 / 1;
}

.index-part4 ul li.ico2 img {
	width: 47px;
	aspect-ratio: 47 / 28;
}

.index-part4 ul li.ico3 img {
	width: 33px;
	aspect-ratio: 33 / 37;
}

.index-part4 ul li.ico4 img {
	width: 34px;
	aspect-ratio: 34 / 35;
}

.index-part4 ul li p {
	font-size: 18px;
	color: #454545;
	text-align: center;
}

.index-part4 .swiper {
	overflow: hidden;
	border-radius: 8px;
}

.index-part4 .swiper .img:hover .txt {
	margin-top: -140px;
	opacity: 1;
}

.index-part4 .swiper .img:hover::after {
	background: url(../images/i-img-bg2.png) center no-repeat;
	opacity: 1;
}

.index-part4 .swiper .img img {
	display: block;
	width: 100%;
	aspect-ratio: 2 / 1;
}

.index-part4 .swiper .img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.index-part4 .swiper .img .txt {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	opacity: 0;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-top: -150px;
	z-index: 2;
}

.index-part4 .swiper .img .txt strong {
	display: block;
	font-size: 30px;
	font-family: 'Merriweather-b';
	margin-bottom: 40px;
	color: #fff;
}

.index-part4 .swiper .img .txt p {
	width: 720px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
}

.index-tit2 {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.index-tit2 h2 {
	font-size: 44px;
	flex-grow: 1;
}

.index-swiper-blog {
	display: -webkit-flex;
	display: flex;
}

.index-blog {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.index-blog li {
	width: 32%;
	background-color: #fff;
	
}

.index-blog li .item {
	display: block;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	overflow: hidden;
}

.index-blog li .item:hover {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin-top: -4px;
}

.index-blog li .item .img {
	position: relative;
	overflow: hidden;
	padding-top: 66.58%;
}

.index-blog li .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-blog li .item p {
	font-size: 22px;
	padding: 10px 12px 30px;
	height: 98px;
}

.index-box.bg {
	background-color: #f2f2f2;
}

.index-part8 .top {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-part8 .top .left {
	flex-grow: 1;
}

.index-part8 .top .left h2 {
	font-family: 'poppinsMedium';
	font-size: 44px;
	color: #2d374b;
	margin-bottom: 20px;
}

.index-part8 .top .left .g-btn1 {
	margin-left: 45px;
}

.index-part8 .top .left .item {
	margin-bottom: 20px;
}

.index-part8 .top .left .item .tit {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: baseline;
}

.index-part8 .top .left .item .tit img {
	flex-shrink: 0;
	margin-left: 20px;
}

.index-part8 .top .left .item .tit span {
	flex-grow: 1;
	font-family: 'poppinsMedium';
	font-size: 22px;
	margin-bottom: 12px;
}

.index-part8 .top .left .item .des {
	padding-right: 45px;
}

.index-part8 .top .left .item .des span {
	display: inline-block;
	padding-right: 32px;
	background: url(../images/i-ico2.png) right center no-repeat;
	margin-left: 40px;
	font-size: 18px;
	color: #646464;
	margin-bottom: 10px;
}

.index-part8 .top .right {
	flex-shrink: 0;
	margin-left: 50px;
}

.index-part8 .top .right img {
	display: block;
	aspect-ratio: 529 / 661;
}

.index-part8 .bot {
	margin-top: 45px;
}

.index-part8 .bot img {
	display: block;
	width: 100%;
	aspect-ratio: auto;
	object-fit: contain !important;
}

.index-list1 {
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	width: 300px;
}

.index-list1 li {
	width: 33.33%;
	background-color: #f2f2f2;
}

.index-part4 .swiper .swiper-pagination {
	display: none;
}

@media screen and (max-width: 1279px) {
	.banner .wrap .txt .img {
		max-width: 50%;
		left: 0;
	}

	.banner .wrap .txt {
		padding-left: 50%;
	}

	.banner .wrap .txt h1 {
		font-size: 32px;
	}

	.banner .wrap .txt p {
		font-size: 16px;
	}

	.index-imgtxt1 .img,
	.index-part8 .top .right {
		width: 50%;
	}

	.index-part1 li strong {
		font-size: 32px;
	}

	.index-box {
		padding: 40px 0;
	}

	.index-imgtxt1 .txt h2,
	.index-part3 .item h2,
	.index-tit,
	.index-tit2 h2,
	.index-part8 .top .left h2,
	.index-part9 h2 {
		font-size: 30px;
	}

	.index-imgtxt1 .txt p,
	.index-imgtxt1 .txt ul li,
	.index-part3 .item p,
	.index-part4 ul li p,
	.index-blog li .item p {
		font-size: 16px;
	}

	.index-part3 .item .img span {
		font-size: 16px;
	}

	.index-part4 ul li {
		width: 23%;
	}

	.index-part4 .swiper .img .txt {
		width: 90%;
		left: 5%;
	}

	.index-part4 .swiper .img .txt p {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 767px) {
	.banner .wrap .txt {
		padding-right: 0;
	}

	.banner .wrap .txt .img {
		position: static;
		max-width: 100%;
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-top: 0;
		margin-bottom: 20px;
	}

	.banner {
		padding: 30px 0;
	}

	.banner .wrap .txt {
		padding: 0;
	}

	.banner .wrap .txt h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.banner .wrap .txt p {
		margin-bottom: 20px;
	}

	.btn-box .a1 {
		margin-right: 15px;
		font-size: 14px;
		line-height: 40px;
	}

	.btn-box .a2 {
		font-size: 14px;
		line-height: 40px;
	}

	.index-part1 li {
		float: none;
		width: auto;
		margin-bottom: 20px;
		padding: 20px 0;
		border-bottom: 1px solid #f2f2f2;
	}

	.index-part1 li:last-child {
		border: none;
		padding-bottom: 0;
	}

	.index-part1 {
		padding-top: 0;
	}

	.index-part1 li strong {
		font-size: 22px;
		margin: 10px 0;
	}

	.index-part1 li p {
		font-size: 14px;
	}

	.index-imgtxt1 {
		display: block;
	}

	.index-imgtxt1 .img,
	.index-part8 .top .right {
		width: 100%;
		margin: 0 0 20px;
		aspect-ratio: 1 / 1;
	}

	.index-imgtxt1 .txt h2,
	.index-part3 .item h2,
	.index-tit,
	.index-tit2 h2,
	.index-part8 .top .left h2,
	.index-part9 h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.index-part3 .item {
		width: auto;
		margin: 0 0 20px;
	}

	.index-part3 .wrap {
		display: block;
	}

	.index-part3 .btn-box {
		margin-top: 30px;
	}

	.index-part4 ul {
		display: block;
		margin: 30px 0;
		display: none;
	}

	.index-part4 .swiper .img .txt,
	.index-part4 .swiper .img::after {
		opacity: 1;
	}

	.index-part4 .swiper .img::after {
		background: url(../images/i-img-bg2.png) center no-repeat;
	}

	.index-part4 .swiper .img .txt {
		margin-top: 0;
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.index-part4 .swiper .img .txt strong {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.index-part4 .swiper .img .txt p {
		font-size: 12px;
	}

	.index-tit2 {
		margin-bottom: 20px;
	}

	.index-blog li {
		flex-grow: 0;
		display: inline-block;
		width: 280px;
	}

	.index-part8 .top {
		flex-wrap: wrap;
	}

	.index-part8 .top .right {
		order: 1;
	}

	.index-part8 .top .left {
		order: 2;
	}

	.index-part8 .top .left .item .tit {
		margin-bottom: 10px;
	}

	/*.index-part8 .top .left .item .tit img{width: 22px;margin-right: 10px;aspect-ratio: 1 / 1;}*/
	.index-part8 .top .left .item .tit span {
		font-size: 16px;
		margin-bottom: 0;
	}

	.index-part8 .top .left .item .des {
		padding-right: 10px;
		font-size: 14px;
	}

	.index-part8 .top .left .item .des span {
		font-size: 14px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.index-part8 .top .left .g-btn1 {
		margin: 0 auto;
	}

	.index-part3 .item:nth-child(2) {
		display: none;
	}

	.index-blog {
		width: 900px;
		display: block;
		white-space: nowrap;
	}

	.index-blog::after {
		display: none;
	}

	.index-swiper-blog {
		overflow-x: auto;
	}

	.index-blog li .item p {
		white-space: normal;
	}

	.index-part4 .swiper {
		position: relative;
	}

	.index-part4 .swiper .swiper-pagination {
		z-index: 9;
		bottom: -4px;
		display: block;
	}

	.index-part4 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
		opacity: 1;
	}

	.index-part4 .swiper .swiper-pagination .swiper-pagination-bullet {
		background-color: #fff;
		opacity: .5;
	}

	.index-swiper-blog::-webkit-scrollbar {
		display: none;
	}
}