.banner1 .banner-box .zh,
.banner1 .banner-box .en {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1.33;
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 70%, transparent 0);
}

.banner1 .banner-box1 .en {
	font-family: Rany-Bold;
	color: #DEDEDE;
	text-transform: uppercase;
}

.news {
	background-color: #FAFAFA;
	background-image: url(../img/product-bg.png);
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
}

.news .box1 {
	padding: 72px 0 140px;
	/* background-color: #FAFAFA; */
}

.news .box1 .afterSalesService,
.news .box1 .authenticationBox,
.news .box1 .downloadBox,
.news .box1 .videoBox,
.news .box1 .blogsBox,
.news .box1 .newsBox {
	margin-top: 55px;
}

.news .box1 .newsBox-t a {
	display: flex;
	justify-content: space-between;
}

.news .box1 .newsBox-t .l {
	background: #FFFFFF;
	border-radius: 10px;
	width: 35.71%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news .box1 .newsBox-t .l .index-title {
	color: #1D58AC;
	font-family: Rany-Bold;
	line-height: 1;
}

.news .box1 .newsBox-t .l .year {
	font-family: Rany-Bold;
	font-size: 18px;
	color: #DEDEDE;
	line-height: 1;
}

.news .box1 .newsBox-t .l .text-title {
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 36px;
	color: #1D58AC;
	line-height: 1.33;
	margin-top: 49px;
}

.news .box1 .newsBox-t .l .commonBtns .moreText {
	border: 2px solid #EDEDED;
	text-align: center;
}

.news .box1 .newsBox-t .l:hover .commonBtns .moreText {
	color: #fff;
}

.news .box1 .newsBox-t .l:hover .commonBtns .moreText::before {
	opacity: 1;
}

.news .box1 .newsBox-t .l:hover .commonBtns .moreText::after {
	animation: sh02 .8s 0s linear;
}

.news .box1 .newsBox-t .pic {
	width: 63.57%;
	border-radius: 10px;
}

.news .box1 .newsBox-c {
	margin-top: 60px;
}

.news .box1 .newsBox-c .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 25px;
}

.news .box1 .newsBox-c .list .pic {
	background: #FFFFFF;
	border-radius: 10px;
}

.news .box1 .newsBox-c .list .text-box {
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 10px;
	padding: 37px 25px 25px 30px;
}

.news .box1 .newsBox-c .list .text-title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.news .box1 .newsBox-c .list li:hover .text-title {
	color: #1D58AC;
}

.news .box1 .newsBox-c .list .text-box-b {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .box1 .newsBox-c .list .text-box-b .date {
	font-family: Rany;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
}

.news .box1 .newsBox-c .list .commonBtns .moreArrow {
	background-color: #DEDEDE;
	color: #fff;
}

.news .box1 .newsBox-c .list li:hover .commonBtns .moreArrow {
	background-color: transparent;
}

.news .box1 .newsBox-c .list li:hover .commonBtns .moreArrow::before {
	opacity: 1;
}

.news .box1 .downloadBox .pagination,
.news .box1 .videoBox .pagination,
.news .box1 .blogsBox .pagination,
.news .box1 .newsBox-c .pagination {
	margin-top: 95px;
}

.news .box1 .blogsBox .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
}

.news .box1 .blogsBox .list li {
	width: 48.57%;
}

.news .box1 .blogsBox .list li:not(:last-child) {}

.news .box1 .blogsBox .list li a {
	display: flex;
}

.news .box1 .blogsBox .list li .pic {
	width: 212px;
	height: 144px;
	border-radius: 5px;
}

.news .box1 .blogsBox .list li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news .box1 .blogsBox .list li .r {
	flex: 1;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.news .box1 .blogsBox .list li .r .date {
	font-family: Rany;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
}

.news .box1 .blogsBox .list li .r .text-title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1.66;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.news .box1 .blogsBox .list li:hover .r .text-title {
	color: #1D58AC;
}

.news .box1 .blogsBox .list li .r .more {
	font-family: Rany;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 1;
	text-transform: uppercase;
}

.news .box1 .videoBox .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 25px;
}

.news .box1 .videoBox .list li {
	position: relative;
}

.news .box1 .videoBox .list li .pic {
	border-radius: 5px;
}

.news .box1 .videoBox .list li .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .6s;
}

.news .box1 .videoBox .list li .playBtn img {
	animation: none;
}

.news .box1 .videoBox .list li .text-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #FAFAFA;
	line-height: 30px;
	opacity: 0;
	transition: all .6s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.news .box1 .videoBox .list li:hover .playBtn,
.news .box1 .videoBox .list li:hover .text-box {
	opacity: 1;
}

.news .box1 .downloadBox .list li {
	border: 1px solid #BFCBD6;
	border-radius: 5px;
	transition: all .6s;
}

.news .box1 .downloadBox .list li:not(:last-child) {
	margin-bottom: 20px;
}

.news .box1 .downloadBox .list li:hover {
	background: #FFFFFF;
	border-color: #fff;
}

.news .box1 .downloadBox .list li a {
	padding: 24px 30px;
	display: flex;
	justify-content: space-between;
}

.news .box1 .downloadBox .list li .text {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	flex: 1;
	margin-right: 50px;
	transition: all .6s;
}

.news .box1 .downloadBox .list li:hover .text {
	color: #1D58AC;
	font-weight: bold;
}

.news .box1 .downloadBox .list li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #333333;
	border-radius: 50%;
	color: #fff;
	transition: all .6s;
}

.news .box1 .downloadBox .list li:hover .icon {
	background-color: transparent;
}

.news .box1 .downloadBox .list li .icon::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .6s;
	border-radius: 50%;
	background: linear-gradient(120deg, rgba(29, 88, 172, 0.99), rgba(193, 204, 215, 0.99));
}

.news .box1 .downloadBox .list li:hover .icon::before {
	opacity: 1;
}

.news .box1 .downloadBox .list li .icon .iconfont {
	position: relative;
	z-index: 3;
}

.news .box1 .authenticationBox .swiper {
	overflow: visible;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

.news .box1 .authenticationBox .swiper-slide {
	position: relative;
	width: 466px;
	/* width: 33.33%; */
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}

.news .box1 .authenticationBox .swiper-slide .img {
	position: relative;
	padding-top: 135.19%;
}

.news .box1 .authenticationBox .swiper-slide .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news .box1 .authenticationBox .swiper-slide .pic img {
	max-width: 85%;
	max-height: 85%;
	width: auto;
}

.news .box1 .authenticationBox .btns {
	position: absolute;
	top: 50%;
	/* height: 100%; */
	left: 50%;
	transform: translate(-50%, -50%);
	/* pointer-events: none; */
	z-index: 4;
}

.news .box1 .authenticationBox .btn {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	background: linear-gradient(120deg, rgba(29, 88, 172, 0.99), rgba(193, 204, 215, 0.99));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	color: #F7F8F9;
	cursor: pointer;
	pointer-events: inherit;
}

.news .box1 .authenticationBox .btn.btn-prev {
	left: 0;
	transform: translate(-50%, -50%);
}

.news .box1 .authenticationBox .btn.btn-next {
	right: 0;
	transform: translate(50%, -50%);
}

.news .box1 .afterSalesService {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.news .box1 .afterSalesService .l {
	width: 48.57%;
}

.news .box1 .afterSalesService .l .pic {
	border-radius: 5px;
}

.news .box1 .afterSalesService .r {
	width: 47.5%;
}

.news .box1 .afterSalesService .r .text {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
}

.news .box1 .afterSalesService .r .tel {
	font-family: Rany-Bold;
	font-size: 48px;
	color: #1D58AC;
	line-height: 1;
	margin-top: 5px;
}

.news .box1 .afterSalesService .r .list {
	margin-top: 40px;
}

.news .box1 .afterSalesService .r .list li {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 30px 45px;
}

.news .box1 .afterSalesService .r .list li:not(:last-child) {
	margin-bottom: 20px;
}

.news .box1 .afterSalesService .r .list .text-title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 1.66;
	margin-top: 4px;
}

.news .details {
	padding: 105px 0 140px;
}

.news .details .content {
	width: 960px;
	max-width: 94%;
	margin: 0 auto;
	text-align: center;
}

.news .details .index-title {
	color: #1D58AC;
	line-height: 1.5;
}

.news .details .date {
	margin-top: 25px;
	font-family: Rany-Bold;
	font-size: 18px;
	color: #1D58AC;
	line-height: 1;
}

.news .details .box-c {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin-top: 50px;
	text-align: left;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding: 37px 0 79px;
}

.news .details .box-c img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.news .details .box-b {
	margin-top: 63px;
}

.news .details .box-b a {
	padding: 0 23px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 70px;
	text-align: left;
	background-color: #fff;
	border-radius: 10px;
}

.news .details .box-b a:not(:last-child) {
	margin-bottom: 10px;
}

.news .details .box-b a:hover {
	background: linear-gradient(90deg, rgba(29, 88, 172, 0.99), rgba(193, 204, 215, 0.99));
	color: #fff;
}

@media (max-width:1490px) {
	.news .box1 .authenticationBox .swiper-slide {
		width: 31.33%;
	}
}

@media (max-width:1440px) {
	.news .box1 .newsBox-t .l .text-title {
		font-size: 30px;
	}

	.news .box1 .authenticationBox .btn {
		width: 45px;
		height: 45px;
	}

	.banner1 .banner-box .zh,
	.banner1 .banner-box .en {
		font-size: 30px;
	}

	.banner1 .banner-box .en {
		margin-top: 0;
	}

	.news .box1 .afterSalesService .r .tel {
		font-size: 36px;
	}

	.news .box1 .afterSalesService .r .list li {
		padding: 25px 30px;
	}

	.news .box1 .afterSalesService .r .list .text-title {
		font-size: 22px;
	}

	.news .details {
		padding: 90px 0 100px;
	}

	.news .details .date {
		margin-top: 20px;
	}

	.news .box1 .newsBox-c .list .text-title {
		font-size: 22px;
	}

	.news .box1 .newsBox-c .list .text-box {
		padding: 25px;
	}

	.news .box1 .videoBox .list li .text-box {
		font-size: 22px;
	}

	.news .box1 .videoBox .list li .playBtn img {
		width: 50px;
	}

	.news .box1 {
		padding-bottom: 100px;
	}

	.news .box1 .downloadBox .pagination,
	.news .box1 .videoBox .pagination,
	.news .box1 .blogsBox .pagination,
	.news .box1 .newsBox-c .pagination {
		margin-top: 75px;
	}
}

@media (max-width:1280px) {
	.news .box1 .videoBox .list {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.news .box1 .videoBox .list li .text-box {
		font-size: 20px;
	}

	.news .box1 .newsBox-c .list .text-title {
		font-size: 20px;
	}

	.news .box1 .newsBox-t .l .text-title {
		font-size: 28px;
	}

	.banner1 .banner-box .zh,
	.banner1 .banner-box .en {
		font-size: 28px;
	}

	.news .box1 .afterSalesService .r .list .text-title {
		font-size: 20px;
	}

	.news .box1 .afterSalesService .r .tel {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.news .box1 .newsBox-t .pic {
		width: 59%;
	}

	.news .box1 .newsBox-t .l {
		width: 39.71%;
	}

	.news .box1 .newsBox-t .l .text-title {
		font-size: 26px;
	}

	.news .details {
		padding: 70px 0;
	}

	.news .details .box-b,
	.news .details .box-c {
		margin-top: 45px;
	}

	.news .details .box-c {
		padding: 30px 0 45px;
	}

	.news .details .date {
		margin-top: 10px;
	}

	.news .box1 .afterSalesService .r .list li {
		padding: 20px;
	}

	.news .box1 {
		padding: 70px 0;
	}

	.news .box1 .afterSalesService,
	.news .box1 .authenticationBox,
	.news .box1 .downloadBox,
	.news .box1 .videoBox,
	.news .box1 .blogsBox,
	.news .box1 .newsBox {
		margin-top: 45px;
	}

	.banner1 .banner-box .zh,
	.banner1 .banner-box .en {
		font-size: 26px;
	}

	.news .box1 .afterSalesService .r .list {
		margin-top: 25px;
	}

	.news .box1 .afterSalesService .l {
		width: 50%;
	}

	.news .box1 .downloadBox .pagination,
	.news .box1 .videoBox .pagination,
	.news .box1 .blogsBox .pagination,
	.news .box1 .newsBox-c .pagination {
		margin-top: 45px;
	}

	.news .box1 .newsBox-c {
		margin-top: 45px;
	}
}

@media (max-width: 1024px) {
	.news .box1 .newsBox-c {
		margin-top: 40px;
	}

	.news .box1 .newsBox-t .pic img {
		min-height: 260px;
		object-fit: cover;
	}

	.news .box1 .newsBox-t .l {
		padding: 25px;
		width: 43.71%;
	}

	.news .box1 .newsBox-t .pic {
		width: 55%;
	}

	.news .box1 .newsBox-t .l .text-title {
		font-size: 24px;
		margin-top: 20px;
	}

	.news .details {
		padding: 60px 0;
	}

	.news .details .box-b,
	.news .details .box-c {
		margin-top: 40px;
	}

	.news .details .box-c {
		padding: 25px 0 40px;
	}

	.news .box1 .downloadBox .pagination,
	.news .box1 .videoBox .pagination,
	.news .box1 .blogsBox .pagination,
	.news .box1 .newsBox-c .pagination {
		margin-top: 40px;
	}

	.news .box1 .authenticationBox .btn {
		width: 30px;
		height: 30px;
	}

	.news .box1 {
		padding: 60px 0;
	}

	.news .box1 .afterSalesService,
	.news .box1 .authenticationBox,
	.news .box1 .downloadBox,
	.news .box1 .videoBox,
	.news .box1 .blogsBox,
	.news .box1 .newsBox {
		margin-top: 40px;
	}

	.banner1 .banner-box .zh,
	.banner1 .banner-box .en {
		font-size: 24px;
	}

	.banner1 .pic img {
		min-height: 340px;
	}

	.news .box1 .afterSalesService {
		flex-direction: column;
	}

	.news .box1 .afterSalesService .l {
		width: 100%;
	}

	.news .box1 .afterSalesService .r {
		width: 100%;
		margin-top: 40px;
	}

	.news .box1 .blogsBox .list li {
		width: 100%;
	}

	.news .details .box-b a {
		padding: 0 20px;
		line-height: 50px;
		font-size: 16px;
	}

	.news .box1 .downloadBox .list li a {
		padding: 20px;
	}

	.news .box1 .downloadBox .list li .text {
		margin-right: 30px;
	}

	.news .box1 .newsBox-c .list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.news .box1 .videoBox .list li .playBtn img {
		width: 40px;
	}

	.news .box1 .videoBox .list li .text-box {
		padding: 0 10px 10px;
		font-size: 16px;
	}

	.news .box1 .newsBox-c {
		margin-top: 30px;
	}

	.news .box1 .newsBox-t .l .l-c {
		margin-top: 30px;
	}

	.news .box1 .newsBox-t .pic img {
		min-height: 0;
	}

	.news .box1 .newsBox-t .l,
	.news .box1 .newsBox-t .pic {
		width: 100%;
	}

	.news .box1 .newsBox-t a {
		display: flex;
		flex-direction: column-reverse;
	}

	.news .box1 .newsBox-t .l .text-title {
		font-size: 22px;
	}

	.news .box1 .downloadBox .list li .text {
		font-size: 16px;
	}

	.news .box1 .downloadBox .list li a {
		padding: 12px;
	}

	.news .details .date {
		font-size: 16px;
	}

	.news .details {
		padding: 50px 0;
	}

	.news .details .box-b,
	.news .details .box-c {
		margin-top: 30px;
	}

	.news .details .box-c {
		padding: 20px 0 30px;
	}

	.news .box1 .downloadBox .pagination,
	.news .box1 .videoBox .pagination,
	.news .box1 .blogsBox .pagination,
	.news .box1 .newsBox-c .pagination {
		margin-top: 30px;
	}

	.news .box1 .authenticationBox .swiper-slide {
		width: 50%;
	}

	.news .box1 .afterSalesService .r .list li:not(:last-child) {
		margin-bottom: 10px;
	}

	.news .box1 .afterSalesService .r .list {
		margin-top: 20px;
	}

	.news .box1 .afterSalesService .r .list li {
		padding: 15px;
	}

	.news .box1 .afterSalesService .r .list .text-title {
		font-size: 18px;
	}

	.news .box1 .afterSalesService .r .text {
		font-size: 14px;
	}

	.news .box1 .afterSalesService .r {
		margin-top: 30px;
	}

	.news .box1 .afterSalesService .r .tel {
		font-size: 28px;
	}

	.banner1 .banner-box .zh,
	.banner1 .banner-box .en {
		font-size: 22px;
	}

	.news .box1 {
		padding: 50px 0;
	}

	.news .box1 .afterSalesService,
	.news .box1 .authenticationBox,
	.news .box1 .downloadBox,
	.news .box1 .videoBox,
	.news .box1 .blogsBox,
	.news .box1 .newsBox {
		margin-top: 30px;
	}

	.news .box1 .newsBox-c .list .text-box-b {
		margin-top: 30px;
	}

	.news .box1 .newsBox-c .list .text-box {
		padding: 20px;
	}

	.news .box1 .newsBox-c .list .text-title {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.news .box1 .videoBox .list{
		gap: 15px;
	}
	.news .box1 .newsBox-c .list .text-box {
		padding: 13px;
	}

	.news .box1 .newsBox-c {
		margin-top: 30x;
	}

	.news .box1 .newsBox-c .list .text-box-b {
		margin-top: 20px;
	}

	.news .box1 .newsBox-c .list {
		grid-template-columns: repeat(1, 1fr);
	}

	.news .box1 .newsBox-t .l .l-c {
		margin-top: 20px;
	}

	.news .box1 .newsBox-t .l {
		padding: 20px;
	}

	.news .box1 .newsBox-t .l .text-title {
		font-size: 20px;
	}

	.news .details .box-b a {
		padding: 0 15px;
		line-height: 45px;
	}

	.news .details {
		padding: 40px 0;
	}

	.news .details .box-b,
	.news .details .box-c {
		margin-top: 25px;
	}

	.news .details .box-c {
		padding: 15px 0 25px;
	}

	.news .box1 .blogsBox .list li .r .text-title {
		font-size: 16px;
	}

	.news .box1 .blogsBox .list {
		gap: 23px 0;
	}

	.news .box1 .blogsBox .list li .r {
		padding: 13px;
	}

	.news .box1 .blogsBox .list li .pic {
		width: 190px;
		height: 120px;
	}

	.news .box1 .downloadBox .pagination,
	.news .box1 .videoBox .pagination,
	.news .box1 .blogsBox .pagination,
	.news .box1 .newsBox-c .pagination {
		margin-top: 25px;
	}

	.news .box1 .authenticationBox .swiper-slide {
		width: 70%;
	}

	.news .box1 .afterSalesService .r {
		margin-top: 25px;
	}

	.news .box1 {
		padding: 40px 0;
	}

	.news .box1 .afterSalesService,
	.news .box1 .authenticationBox,
	.news .box1 .downloadBox,
	.news .box1 .videoBox,
	.news .box1 .blogsBox,
	.news .box1 .newsBox {
		margin-top: 25px;
	}

	.news .box1 .afterSalesService .r .tel {
		font-size: 24px;
	}

	.news .box1 .authenticationBox .btns {
		width: 70%;
	}

	/* .news .box1 .authenticationBox .btn.btn-prev{
		transform: translate(0%,-50%);
	}
	.news .box1 .authenticationBox .btn.btn-next{
		transform: translate(0%,-50%);
	} */
}