/* 内页样式 */
/* 内页公共样式 */

/* ---------内页banner图公共样式---------------*/


.ny-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ny-banner h1 {
	color: #fff;
	font-size: 44px;
	position: absolute;
	top: 20.6666%;
	left: 50%;
	transform: translateX(-50%);
	font-weight: normal;
	width: 80%;
	text-align: center;
}

.ny-banner h1 span {
	color: #008CFF;
	font-weight: bold;
}

.ny-banner>p,
.ny-banner>a>p{
	color: #fff;
	font-size: 18px;
	position: absolute;
	bottom: 5.55555%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 80%;
	/* white-space: nowrap; */
}

.product-content h2 {
	margin-bottom: 38px;
}
.product-content{
	margin-top: 50px;
}
.product-content .product_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-content .product_list li {
	width: 49.73%;
	height: 460px;
	background: url("../images/product-bg.png") no-repeat;
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.product-content .product_list li a {
	padding: 78px 70px;
	position: relative;
	width: 100%;
	height: 100%;
}

.product-content .product_list li a .left h3 {
	color: #333333;
	font-size: 34px;
	font-weight: normal;
	overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
}

.product-content .product_list li a .left h3 span {
	margin-right: 10px;
	font-weight: bold;
}

.product-content .product_list li a .left p {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	width: 374px;
	height: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	margin-bottom: 50px;
}

.product-content .product_list li a p.more-a {
	width: 166px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
	transition: 0.4s;
	border: 1px solid #AAAAAA;
	display: inline-block;
	padding: 0px 15px;
	position: relative;
	z-index: 9;
	text-align: center;
}

.product-content .product_list li a p .add-ico::before,
.product-content .product_list li a p .add-ico::after {
	background: #999;
	transition: 0.4s;
}

.product-content .product_list li:hover a p .add-ico::before,
.product-content .product_list li:hover a p .add-ico::after {
	background: #fff;
}

.product-content .product_list li:hover a p.more-a {
	color: #fff;
	border: 1px solid rgb(0, 0, 0, 0);
}

.product-content .product_list li a p.more-a::after {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(280deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	z-index: -1;
	transition: 0.4s;
}

.product-content .product_list li:hover a p.more-a::after {
	width: 100%;
}

.product-content .product_list li a .right {
	width: 50%;
	height: 275px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 55px;
	bottom: 66px;
	overflow: hidden;
}

.product-content .product_list li a .right img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.product-content .product_list li:hover a .right img {
	transform: scale(1.05);
}

.ny-content .deil-banner {
	position: relative;
}

.ny-content .deil-content {
	/* background: #f7f7f7; */
}

.ny-content .deil-content h2 {
	margin-bottom: 8px;
}

.ny-content .deil-content .page01 .show {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.ny-content .deil-content .page01 .show .show-img {
	width: 570px;
	height: 570px;
	border-radius: 50%;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ny-content .deil-content .page01 .show .show-img img {
	max-width: 100%;
	max-height: 100%;
}

.ny-content .deil-content .page01 .show ul li {
	display: flex;
	margin-bottom: 35px;
}

.ny-content .deil-content .page01 .show ul li:nth-child(3n) {
	margin-bottom: 0;
}

.ny-content .deil-content .page01 .show ul.left li:nth-child(2) {
	margin-right: 30px;
}

.ny-content .deil-content .page01 .show ul.right li:nth-child(2) {
	margin-left: 30px;
}

.ny-content .deil-content .page01 .show ul.left li {
	justify-content: flex-end;
}

.ny-content .deil-content .page01 .show ul.right li {
	justify-content: flex-start;
}

.ny-content .deil-content .page01 .show ul li .ico {
	width: 77px;
	height: 77px;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ny-content .deil-content .page01 .show ul li .ico img {
	max-width: 100%;
	max-height: 100%;
}

.ny-content .deil-content .page01 .show ul li .txt h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 54px;
	color: #000000;

}

.ny-content .deil-content .page01 .show ul.left li .txt h3 {
	text-align: right;
}

.ny-content .deil-content .page01 .show ul.right li .txt h3 {
	text-align: left;
}

.ny-content .deil-content .page01 .show ul li .txt p {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.ny-content .deil-content .page01 .show ul.left li .txt p{
	text-align: right;
}

.ny-content .deil-content .page01 .show ul.left li .ico,
.ny-content .deil-content .page01 .show ul.right li .txt {
	margin-left: 22px;
}

.ny-content .deil-content .page02 {
	margin-top: 80px;
	padding-bottom: 1px;
	background: #f7f7f7;
}

.ny-content .deil-content .page02 .title {
	padding: 124px 0 182px;
	background: url("../images/page02-bg.jpg") no-repeat;
	background-size: cover;
	color: #fff;
}

.ny-content .deil-content .page02 .show {
	padding-top: 65px;
	padding: 65px 50px;
	margin-top: -148px;
	background-color: #fff;
}

.ny-content .deil-content .page02 .show .info01 {
	padding-bottom: 35px;
	border-bottom: 1px solid #D8D8D8;
}

.ny-content .deil-content .page02 .show .info02 {
	padding-top: 35px;
	padding-bottom: 75px;
	border-bottom: 1px solid #D8D8D8;
}

.ny-content .deil-content .page02 .show ul {
	width: 1315px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ny-content .deil-content .page02 .show ul li {
	text-align: center;
}

.ny-content .deil-content .page02 .show ul li:nth-child(1) {
	width: 30%;
}

.ny-content .deil-content .page02 .show ul li:nth-child(2) {
	width: 40%;
}

.ny-content .deil-content .page02 .show ul li:nth-child(3) {
	width: 30%;
}

.line-h {
	font-size: 20px;
	line-height: 54px;
	color: #333333;
	font-weight: normal;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}

.line-h::after {
	content: '';
	width: 60px;
	height: 2.82px;
	background: #007aff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ny-content .deil-content .page02 .show ul li p {
	color: #333333;
	font-size: 34px;
	font-weight: 600;
	line-height: 54px;
}

.ny-content .deil-content .page02 .show .info03 {
	margin-top: 50px;
}

.ny-content .deil-content .page02 .show .info03 .detailed_parameters {
	text-align: center;
}
.ny-content .deil-content .page02 .show .info03 .detailed_parameters img{
	max-width: 100%;
}
.ny-content .deil-content .page02 .download {
	width: 300px;
	height: 60px;
	border: 1px solid #DDDDDD;
	line-height: 58px;
	font-size: 24px;
	color: #333333;
	background: #fff;
	text-align: center;
	margin: 60px auto 80px;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
}

.ny-content .deil-content .page02 .download::after {
	content: '';
	width: 0%;
	height: 100%;
	background: linear-gradient(278deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.4s;
}

.ny-content .deil-content .page02 .download:hover::after {
	width: 100%;
}

.ny-content .deil-content .page02 .download:hover {
	color: #fff;
}

.ny-content .deil-content .page03 {
	padding-top: 120px;
}

.ny-content .deil-content .page03 .product_list {
	margin-top: 40px;
}

.deil-content .use-box {
	margin-top: 105px;
	background: url('../images/page04-bg.png');
}

.deil-content .use-box .swiper {
	margin-top: 50px;
}

.deil-content .use-box ul {
	margin-bottom: 39px;
	height: 676px;
}

.deil-content .use-box ul li {
	position: relative;
}

.deil-content .use-box .case-img {
	height: 100%;
}

.deil-content .use-box .case-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.deil-content .use-box .case-dash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.8) 100%);
	transition: 0.4s;
}

.deil-content .use-box ul li:hover .case-dash {
	background: rgb(0, 0, 0, 0.5);
}

.deil-content .use-box .case-dash .dash-txt {
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s;
	width: 100%;
}

.deil-content .use-box ul li:hover .case-dash .dash-txt {
	bottom: 50%;
	transform: translate(-50%, 50%);
}

.deil-content .use-box ul li:hover .case-dash .dash-txt p {
	opacity: 1;
}

.deil-content .use-box ul li {
	overflow: hidden;
}

.deil-content .use-box ul li .case-img img {
	transition: 0.4s;
}

.deil-content .use-box ul li:hover .case-img img {
	transform: scale(1.05);
}

.deil-content .use-box .case-dash h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
}

.deil-content .use-box .case-dash p {
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	transition: 0.4s;
	height: 245px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
}


.deil-content .use-box .swiper-scrollbar {
	width: 1000px;
	height: 6px;
	left: 50%;
	transform: translateX(-50%);
	background: rgb(0, 0, 0, 0);
}

.deil-content .use-box .swiper-scrollbar .swiper-scrollbar-drag {
	background: #007aff;
	border-radius: 0;
	width: 354px;
}

.deil-content .use-box .swiper-scrollbar::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}


.ny-content .solution-txt h1 {
	font-weight: 700;
	font-size: 60px;
	position: unset;
	/* white-space: nowrap; */
	text-align: center;
	transform: none;
	width: 100%;
	margin: 0 auto;
}

.ny-content .solution-txt p {
	font-weight: 400;
	font-size: 60px;
	color: #fff;
	position: unset;
	text-align: center;
	transform: none;
}

.ny-content .solution-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.ny-content .ny-banner {
	position: relative;
}


.ny-content .solution-box .solution-list>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ny-content .solution-box .ny-title {
	margin-bottom: 38px;
}

.ny-content .solution-box .solution-list>ul>li {
	margin-bottom: 20px;
	position: relative;
	width: 49.73%;
	height: 540px;
	overflow: hidden;
}
.ny-content .solution-box .solution-list>ul>li .img{
	width: 100%;
	height: 100%;
}
.ny-content .solution-box .solution-list>ul>li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ny-content .solution-box .solution-list>ul>li .dash {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.81) 87%);
	/* background:rgb(0, 0, 0, 0); */
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s;
	z-index: 2;
	overflow: hidden;
}

.ny-content .solution-box .solution-list>ul>li .dash::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 1%, #000000 100%);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	transition: 0.4s;
}

.ny-content .solution-box .solution-list>ul>li:hover .dash::after {
	top: 0%;
	/* background:rgb(0, 0, 0, 0.9); */
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt {
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translateX(-50%);
	transition: 0.4s;
}

.ny-content .solution-box .solution-list>ul>li:hover .dash .dash-txt {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ny-content .solution-box .solution-list>ul>li:hover .dash .dash-txt ul {
	display: flex;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt h3 {
	font-size: 34px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	transition: 0.4s;
	margin-bottom: 30px;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt ul li {
	width: 265px;
	height: 56px;
	background: rgba(255, 255, 255, 0.25);
	transition: 0.4s;
	position: relative;
}
.ny-content .solution-box .solution-list ul li .dash .dash-txt ul li a{
	position: relative;
	z-index: 5;
	transition: 0.4s;
}
.ny-content .solution-box .solution-list ul li .dash .dash-txt ul li::after{
	content:'';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(279deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	transition: 0.4s;
	z-index: 1;
	opacity: 1;
}
.ny-content .solution-box .solution-list ul li .dash .dash-txt ul li:hover::after {
	width: 100%;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt ul li:hover a {
	font-weight: bold;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt ul {
	width: 555px;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt ul li:nth-child(2n) {
	margin-left: 20px;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt ul li {
	margin-bottom: 23px;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt ul li a {
	font-size: 18px;
	font-weight: normal;
	line-height: 56px;
	color: #fff;
	text-align: center;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt a.more {
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	position: relative;
	width: 105px;
	height: 35px;
	margin: 15px auto 0 auto;
	transition: 0.4s;
}


.ny-content .solution-box .solution-list ul li .dash .dash-txt a img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: 0.4s;
}

.ny-content .solution-box .solution-list ul li .dash .dash-txt a img.on {
	opacity: 0;
}

.ny-content .solution-box .solution-list ul li:hover .dash .dash-txt a img.show {
	opacity: 0;
}

.ny-content .solution-box .solution-list ul li:hover .dash .dash-txt a.more {
	color: #007AFF;
}

.ny-content .solution-box .solution-list ul li:hover .dash .dash-txt h3 {
	color: #007AFF;
}

.ny-content .solution-box .solution-list ul li:hover .dash .dash-txt a img.on {
	opacity: 1;
}

.ny-nav {
	width: 95%;
	margin: 0 auto;
}

.ny-nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.ny-nav ul li {
	width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 56px;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%);
	border: 1px solid #DDDDDD;
	position: relative;
	z-index: 2;
	box-sizing: unset;
	
}

.ny-nav ul li a {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	transition: 0.4s;
}
.ny-nav ul li a span{
	display: block;
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.ny-nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ny-nav ul li::after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(279deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	transition: 0.4s;
	z-index: -1;
}

.ny-nav ul li.on::after,
.ny-nav ul li:hover::after {
	width: 100%;
}

.ny-nav ul li.on a,
.ny-nav ul li:hover a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.ny-nav ul li a img {
	width: 0;
	transition: 0.4s;
}

.ny-nav ul li.on a img,
.ny-nav ul li:hover a img {
	width: 9px;
	margin-right: 14px;
}

.show-box {
	padding-top: 110px;
}

.show-box .info01 p {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	color: #666666;
	margin-top: 30px;
	width: 100%;
}

.show-box .info03 {
	padding: 90px 0px;
}

.show-box .info03 .programme-box {
	margin-bottom: 105px;
}
.show-box .info03 .programme-box img{
	max-width: 100%;
}
.show-box .info03 .ny-title:first-child {
	margin-bottom: 30px;
}

.show-box .info03 .ny-small-title {
	color: #666;
}

.show-box .info03 .advantage-box {
	margin-top: 80px;
}

.show-box .info03 .advantage-box .ico {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.show-box .info03 .advantage-box .ico img {
	max-width: 100%;
	max-height: 100%;
}

.show-box .info03 .advantage-box ul {
	display: flex;
	justify-content: space-between;
}

.show-box .info03 .advantage-box ul li {
	width: 260px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.show-box .info03 .advantage-box ul li::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #d8d8d8;
	position: absolute;
	top: 0;
	right: -73.5px
}
.show-box .info03 .advantage-box ul li:last-child::after{
	display: none;
}
.show-box .info03 .advantage-box ul li p {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 19px;
	margin-top: 17px;
	text-align: center;
}

.show-box .info03 .advantage-box ul li p::after {
	content: '';
	width: 40px;
	height: 3px;
	background: #007AFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.show-box .info03 .advantage-box ul li span {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #666;
}

.show-box .info04 {
	background: #f7f7f7;
}

.show-box .info04 ul {
	display: flex;
	margin-top: 30px;
}

.show-box .info04 ul li .img {
	s width: 514px;
	height: 379px;
}

.show-box .info04 ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.show-box .info04 ul li p {
	font-size: 24px;
	font-weight: normal;
	line-height: 54px;
	color: #333333;
	text-align: center;
}

.news-content .news-info ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
	width: 100%;
}

.news-content .news-info ul li {
	width: 695px;
	margin-bottom: 85px;
}

.news-content .news-info ul li .news-img {
	height: 350px;
	overflow: hidden;
}

.news-content .news-info ul li:hover .news-img img {
	transform: scale(1.05);
}

.news-content .news-info ul li .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.news-content .news-info ul li .news-txt p {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news-content .news-info ul li .news-txt .news-time {
	font-weight: 700;
	font-size: 40px;
	color: #999999;
	margin-top: 20px;
	line-height: 1;
}

.news-content .news-info ul li .news-txt .news-time span {
	font-weight: 500;
	font-size: 20px;
	margin-left: 15px;

}

.news-content .news-info ul li .news-txt h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
	color: #333;
	margin-top: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.deil-btn {
	width: 96.67px;
	height: 34px;
	border: 1px solid #AAAAAA;
}

.deil-btn span {
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	transition: 0.4s;
}

.deil-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.deil-btn::after {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(279deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	z-index: -1;
	transition: 0.4s;
}

.deil-btn .ico {
	position: relative;
	width: 22px;
	height: 8px;
	margin-left: 15px;
}

.deil-btn .ico img {
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s;
}

.deil-btn .ico img.on {
	opacity: 0;
}

.news-info ul li:hover .deil-btn::after {
	width: 100%;
}

.news-info ul li:hover a .news-txt .deil-btn .ico .show {
	opacity: 0;
}

.news-info ul li:hover a .news-txt .deil-btn .ico .on {
	opacity: 1;
}

.news-info ul li:hover a .news-txt .deil-btn {
	border-color: rgb(0, 0, 0, 0.2);
}

.news-info ul li:hover a .news-txt .deil-btn span {
	color: #fff;
}

.news-content .news-info ul li:hover .news-txt .news-time {
	color: #007AFF;
}

.news-content .news-info ul li:hover .news-txt h3 {
	color: #007AFF;
}

.layui-flow-more {
	margin-bottom: 85px;
	width: 100%;
	text-align: center;
}

.layui-flow-more a {
	width: 125px;
	height: 46px;
	line-height: 46px;
	text-align: center;

}

.layui-flow-more a::after {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(279deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	z-index: -1;
	transition: 0.4s;
}

.layui-flow-more a:hover {
	color: #fff;
}

.layui-flow-more a:hover::after {
	width: 100%;
}

.layui-flow-more a {
	display: inline-block;
	background: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%);
	border: 1px solid #DDDDDD;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.layui-flow-more a cite {
	font-style: normal;
	font-size: 16px;
}

.show-box h2 {
	font-size: 40px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	color: #222222;
}

.news-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid  #DDDDDD;
	padding-bottom: 22px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.news-info .time-source span {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: inline-block;
}

.news-info .prev {
	display: flex;
}

.news-info .prev a {
	font-size: 16px;
	line-height: 20px;
}

.news-info .prev .return-list {
	margin: 0 66.66px;
}

.news-info .prev a:hover {
	color: #0054A3;
}

.show-box .news-show img {
	max-width: 100% !important;
}

.show-box .news-show p {
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #222;
	margin-bottom: 30px;
}

.about-box .brief-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F7F7F7;
	padding: 120px 94px 120px 79px;
	margin-top: 50px;
}

.about-box .brief-box .brief-txt {
	width: 1052px;
	position: relative;
	padding-left: 82px;
}
.about-box .brief-box .brief-img img{
	max-width: 100%;
}
.about-box .brief-box .brief-txt::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.about-box .brief-box .brief-txt p {
	font-size: 18px;
	font-weight: normal;
	line-height: 46px;
	color: #333333;
	text-indent: 2em;
}

.about-box .part02 {
	padding: 0 66px;
	position: relative;
	margin-top: 67px;
}

.about-box .part02 ul li {
	overflow: hidden;
	height: 330px;
}

.about-box .part02 ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.about-box .part02 ul li:hover img {
	transform: scale(1.05);
}

.about-box .part02 .swiper-button-prev,
.about-box .part02 .swiper-button-next {
	opacity: 1 !important;
}

.about-box .part02 .swiper-button-next:after,
.about-box .part02 .swiper-button-prev:after {
	display: none;
}

.about-box .part02 .swiper-button-next.swiper-button-disabled .show,
.about-box .part02 .swiper-button-prev.swiper-button-disabled .show {
	display: block;
	cursor: not-allowed;
}

.about-box .part02 .swiper-button-next.swiper-button-disabled .on,
.about-box .part02 .swiper-button-prev.swiper-button-disabled .on {
	display: none;
}

.about-box .part02 .swiper-button-prev .on,
.about-box .part02 .swiper-button-next .on {
	display: block;
}

.about-box .part02 .swiper-button-prev .show,
.about-box .part02 .swiper-button-next .show {
	display: none;
}

.about-box .part03 {
	background: url('../images/fzlc-bg.png') no-repeat ;
	background-size: 100% 100%;

}

.about-box .part03 {
	padding: 115px 0;
	margin-top: 130px;
}

.about-box .part03 .part-box {
	padding: 0 66px;
	position: relative;
}


.about-box .part03 .swiper-button-prev01,
.about-box .part03 .swiper-button-next01 {
	opacity: 1 !important;
}

.about-box .part03 .swiper-button-next01:after,
.about-box .part03 .swiper-button-prev01:after {
	display: none;
}

.about-box .part03 .swiper-button-next01.swiper-button-disabled .show,
.about-box .part03 .swiper-button-prev01.swiper-button-disabled .show {
	display: block;
	cursor: not-allowed;
}

.about-box .part03 .swiper-button-next01.swiper-button-disabled .on,
.about-box .part03 .swiper-button-prev01.swiper-button-disabled .on {
	display: none;
}

.about-box .part03 .swiper-button-prev01 .on,
.about-box .part03 .swiper-button-next01 .on {
	display: block;
}

.about-box .part03 .swiper-button-prev01 .show,
.about-box .part03 .swiper-button-next01 .show {
	display: none;
}

.about-box .part03 h2 {

	margin-bottom: 50px;
}

.about-box .part03 .part-box .swiper ul li {
	display: flex;
	justify-content: space-between;
	padding: 70px 123px 70px 105px;
	background: #fff;
}

.about-box .part03 .part-box .swiper ul li h3 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	color: #007AFF;
}

.about-box .part03 .part-box .swiper ul li p {
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	color: #222222;
	width: 394px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	margin-top: 30px;
}

.about-box .part03 .part-box .swiper ul li .right {
	width: 717px;
	height: 462px;
}

.about-box .part03 .part-box .swiper ul li .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.time-line-box {
	position: relative;
	height: 100px;
	margin-top: 50px;
}

.time-line-box::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #aaa;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.time-line-box ul li {
	height: 100px;
	position: relative;

}

.time-line-box ul li p {
	font-size: 22px;
	color: #333333;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	transition: 0.4s;
}

.time-line-box ul li::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: 0.4s;
}


.time-line-box ul li.swiper-slide-thumb-active p {
	top: 0;
	bottom: auto;
	color: #007AFF;
	font-weight: bold;
	font-size: 30px;

}

.time-line-box ul li.swiper-slide-thumb-active::after {
	background: #007AFF;
}

.about-box .part04 .part-img {
	margin-top: 65px;
}

.about-box .part04 .part-img img {
	width: 100%;
}

.about-box .part05 {
	background: url('../images/honor-bg.png') no-repeat;
	background-size: cover;
}

.about-box .part05 .honor-num ul {
	display: flex;
	justify-content: space-between;
}

.about-box .part05 .honor-num ul li {
	padding: 0 114px;
}

.about-box .part05 .honor-num {
	padding: 0 21px;
}

.about-box .part05 .honor-num ul {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;

	margin-top: 60px;
}

.about-box .part05 .honor-num ul li {
	border-right: 1px solid #aaa;
}

.about-box .part05 .honor-num ul li:last-child {
	border-right: none;
}

.about-box .part05 .honor-num ul li span {
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
}

.about-box .part05 .honor-num ul li h4 {
	font-weight: 400;
	font-size: 60px;
	color: #007AFF;
}

.about-box .part05 .honor-num ul li p {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	color: #333333;
}

.about-box .part05 .honor-img {
	margin-top: 70px;
}

.about-box .part05 .honor-img ul li .img {
	width: 350px;
	height: 450px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-box .part05 .honor-img ul li .img img{
	max-height: 90%;
	max-width: 100%;
}

.about-box .part05 .honor-img ul li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	width: 247px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.about-box .part05 .honor-img ul {
	padding-bottom: 60px;
}

.about-box .part05 .honor-img .swiper-scrollbar {
	width: 1000px;
	height: 6px;
	left: 50%;
	transform: translateX(-50%);
	background: rgb(0, 0, 0, 0);
}

.about-box .part05 .honor-img .swiper-scrollbar .swiper-scrollbar-drag {
	background: #007aff;
	border-radius: 0;
}

.about-box .part05 .honor-img .swiper-scrollbar::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

.about-box .part06 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.about-box .part06 ul li {
	position: relative;
}
.about-box .part06 ul li .ln-bg{
	width: 100%;
	height: 100%;
}
.about-box .part06 ul li .ln-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-box .part06 ul li .ln-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(5px);
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about-box .part06 ul li .ln-txt h5 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 25px;
}

.about-box .part06 ul li .ln-txt h5::after {
	content: '';
	height: 3px;
	width: 56px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.about-box .part06 ul li .ln-txt p {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	width: 294px;
}

.software-box .info .info-box {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.software-box .info:nth-child(2n+1) {
	background: #F7F7F7;
}

.software-box .info .info-box .info-img {
	width: 784px;
	height: 424px;
}

.software-box .info .info-box .info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.software-box .info .info-box .info-txt {
	width: 639px;
}

.software-box .info .info-box .info-txt p {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
}

.software-box .info .info-box .info-txt p:nth-child(n+2) {
	margin-top: 60px;
}

.download-box ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
}

.download-box ul li {
	width: 350px;
	margin-right: 65px;
	margin-bottom: 72px;
}
.download-box ul{
	margin-bottom: 27px;
}
.download-box ul li:nth-child(4n) {
	margin-right: 0;
}

.download-box ul li .img {
	position: relative;
	width: 100%;
	height: 452px;
	overflow: hidden;
	transition: 0.4s;
}
.download-box ul li .img .img-box{
	width: 100%;
	height: 100%;
}
.download-box ul li .img .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.download-box ul li:hover .img .img-box img {
	transform: scale(1.05);
}

.download-box ul li .img .img-dash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 1%, #000000 100%);
	opacity: 0;
	transition: 0.4s;
}

.download-box ul li:hover .img .img-dash {
	opacity: 1;
}

.download-box ul li .img .img-dash a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.download-box ul li .img .img-dash a span {
	display: block;
	width: 166px;
	height: 40px;
	background: linear-gradient(280deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	margin-top: 25px;
}

.download-box ul li .img .img-dash a span i {
	margin-left: 10px;
}

.download-box ul li .img .img-dash a p {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.download-box ul li .img .img-dash {
	border: 5px solid transparent;
	border-image: linear-gradient(90deg, #007AFF 0%, #008CFF 56%) 4 round;
	border-image-slice: 4;
	box-sizing: border-box;
}

.download-box ul li .img .img-dash p {
	color: #fff;
}

.download-box ul li>p {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #333333;
	margin: 20px 0;
}

.download-box ul li>a{
	width: 200px;
	height: 50px;
	border: 1px solid #DDDDDD;
	background: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%);
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	transition: 0.4s;
}


.download-box ul li>a::after{
	content: '';
	width: 0%;
	height: 100%;
	background: linear-gradient(280deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	transition: 0.4s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.download-box ul li>a:hover{
	color: #fff;
}
.download-box ul li>a:hover::after{
	width: 100%;
}


.show-box .download-show img{
	margin-bottom: 10px;
}
.sales-content .part01{
	margin-bottom: 105px;
	margin-top: 100px;
}
.sales-content .part01 ul{
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

.sales-content .part01 ul li{
	width: 380px;
	height: 362px;
	background: #f7f7f7;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sales-content .part01 ul li:last-child{
	margin-right: 0;
}
.sales-content .part01 ul li p{
	width: 260px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #666;
}
.sales-content .part01 ul li .img{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}
.sales-content .part01 ul li .img img{
	max-width: 100%;
	max-height: 100%;
}
.sales-content .part01 ul li h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #333333;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.sales-content .part01 ul li h3::after{
	content: '';
	width: 40px;
	height: 3px;
	background: #007AFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.sales-content .part02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.sales-content .part02 ul li{
	display: flex;
	align-items: flex-start;
	width: 522px;
	margin-bottom: 60px;
}
.sales-content .part02 ul li h5{
	font-size: 70px;
	font-weight: bold;
	line-height: normal;
	color: #007AFF;
	font-style: italic;
	margin-right: 25px;
}

.sales-content .part02 ul li p{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
}
.sales-content .part03{
	max-width: 1920px;
}
.sales-content .part03 .left{
	width: 57.529%;
	height: 642px;
	background: url('../images/contact-bg.png');
	display: flex;
	align-items: center;
	justify-content: center;
}
.sales-content .part03 .left .info-box .info01{
	margin-bottom: 55px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sales-content .part03 .left .info-box .info01 span{
	font-weight: 400;
	font-size: 24px;
	color: #333333 
}
.sales-content .part03 .left .info-box .info01 p{
	font-weight: 700;
	font-size: 36px;
	color: #007AFF;
	width: 100%;
}
.sales-content .part03 .left .info-box .info02 ul li{
	margin-bottom: 30px;
}
.sales-content .part03 .left .info-box .info02 ul li:last-child{
	margin-bottom: 0;
}
.sales-content .part03 .left .info-box .info02 ul li h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 12px;
	position: relative;
	line-height: 1;
	display: inline-block;
	border-bottom: 2px solid #0055ff;
}

.sales-content .part03 .left .info-box .info02 ul li p{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333333;
}
.sales-content .part03{
	position: relative;
	height: 774px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 80px;
}
.sales-content .part03 .right{
	width: 947px;
	height: 774px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.sales-content .part03 .right .img-bg{
	width: 100%;
	height: 100%;
}
.sales-content .part03 .right .img-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sales-content .part03 .right .img-txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.sales-content .part03 .right .img-txt h4{
	font-size: 50px;
	font-weight: bold;
	line-height: 54px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}
.sales-content .part03 .right .img-txt p{
	font-size: 50px;
	font-weight: 290;
	line-height: 54px;
	color: #FFFFFF;
	text-align: center;
}
