.product{
	background-color: #FAFAFA;
	background-image: url(../img/product-bg.png);
	background-size: 100% auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.product .box1{
	padding: 92px 0 100px;
	text-align: center;
}
.product .box1 .box-c{
	margin-top: 60px;
}
.product .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
}
.product .box1 .box-c .list li{
	position: relative;
	width: 32.55%;
}
.product .box1 .box-c .list li:first-child{
	width: 66.27%;
}
.product .box1 .box-c .list li .pic{
	border-radius: 10px;
}
.product .box1 .box-c .list li .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 40px;
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 24px;
	color: #FAFAFA;
	/* color: #1D58AC; */
	line-height: 1.5;
	padding-bottom: 45px;
	z-index: 3;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box2{
	padding-bottom: 141px;
}
.product .box2 .box-c{
	margin-top: 60px;
}
.product .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 55px 20px;
}
.product .box2 .box-c .list li{
	position: relative;
}
.product .box2 .box-c .list li .img{
	position: relative;
	padding-top: 65.17%;
	background-color: #FFFFFF;
}
.product .box2 .box-c .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .box2 .box-c .list li .pic img{
	max-width: 90%;
	max-height: 90%;
	width: auto;
}
.product .box2 .box-c .list li .text{
	margin-top: 32px;
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 24px;
	color: #222222;
	line-height: 1.41;
	text-align: center;
	transition: all .6s;
}
.product .box2 .box-c .list li:hover .text{
	color: #1D58AC;
}
.product .box2 .pagination{
	margin-top: 105px;
}
.product-nav{
	position: sticky;
	top: 88px;
	border-top: 1px solid #DEDEDE;
	background-color: #fff;
	z-index: 998;
}
.product-nav .box-c{
	display: flex;
	justify-content: space-between;
	padding: 21px 0;
}
.product-nav .box-c .l{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #1D58AC;
	line-height: 30px;
}
.product-nav .box-c .r{
	display: flex;
	gap: 10px 55px;
}
.product-nav .box-c .r a{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	transition: all .6s;
}
.product-nav .box-c .r a.active,
.product-nav .box-c .r a:hover{
	color: #1D58AC;
}
.product-nav .box-c .r a.active{
	font-weight: bold;
}
.product-details{
	background-color: #FAFAFA;
}
.product-details .box1{
	background-image: url(../img/product-details-box1-bg.jpg);
	background-size: cover;
	padding: 140px 0;
}
.product-details .box1 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-details .box1 .box-c .l{
	width: 41.07%;
}
.product-details .box1 .box-c .l img{
	display: block;
	width: 100%;
}
.product-details .box1 .box-c .r{
	width: 43.21%;
}
.product-details .box1 .box-c .r .zh{
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 60px;
	color: #FAFAFA;
	line-height: 1.33;
}
.product-details .box1 .box-c .r .en{
	font-family: Rany-Bold;
	color: #FAFAFA;
	margin-top: 10px;
}
.product-details .box1 .box-c .r .commonBtns{
	margin-top: 57px;
}
.product-details .box1 .box-c .r .commonBtns .moreText{
	text-align: center;
	width: 200px;
	color: #333333;
}
.product-details .box1 .box-c .r .commonBtns .moreText:hover{
	color: #fff;
}
.product-details .box2{
	padding: 140px 0 82px;
	/* background-color: #FAFAFA; */
	background-image: url(../img/product-bg.png);
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
}
.product-details .box2 .box-t{
	background: #FFFFFF;
	border-radius: 20px;
	background-image: url(../img/product-details-box2-bg.jpg);
	background-size: cover;
	padding: 115px 90px 80px;
	display: flex;
	justify-content: space-between;
}
.product-details .box2 .box-t-l{
	width: 35.49%;
	text-align: right;
}
.product-details .box2 .box-c .list li .zh,
.product-details .box2 .box-t-l .text-title{
	font-family: Microsoft YaHei;
	font-weight: bold;
	/* font-size: 48px; */
	color: #222222;
	/* line-height: 1.25; */
}
.product-details .box2 .box-c .list li .l .en,
.product-details .box2 .box-t-l .text-des{
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 30px;
	color: #222222;
	line-height: 1.6;
	margin-top: 8px;
}
.product-details .box2 .box-t-r{
	width: 54.75%;
}
.product-details .box2 .box-t-r img{
	display: block;
	width: 100%;
}
.product-details .box2 .box-c{
	margin-top: 40px;
}
.product-details .box2 .box-c .list li:not(:last-child){
	margin-bottom: 15px;
}
.product-details .box2 .box-c .list li{
	display: flex;
	justify-content: space-between;
}
.product-details .box2 .box-c .list li:nth-child(2n){
	flex-direction: row-reverse;
}
.product-details .box2 .box-c .list li .l,
.product-details .box2 .box-c .list li .r{
	width: 49.28%;
}
.product-details .box2 .box-c .list li .l{
	border-radius: 20px;
	border: 1px solid #DEDEDE;
	/* min-height: 400px; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	text-align: center;
}
.product-details .box2 .box-c .list li .r .pic{
	border-radius: 20px;
}
.product-details .box3{
	background-color: #FAFAFA;
}
.product-details .box3 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 10px;
}
.product-details .box3 .box-c .list li{
	position: relative;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	border-radius: 5px;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product-details .box3 .box-c .list li::before{
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 100px 30px rgba(255,255,255,.5);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.product-details .box3 .box-c .list li:hover::before{
	animation: sh02 1s 0s linear;
}
.product-details .box3 .box-c .list li .text-box{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px 30px 30px 70px;
	z-index: 3;
}
.product-details .box3 .box-c .list li .text-box .icon{
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
}
.product-details .box3 .box-c .list li .text-box .icon img{
	max-width: 100%;
	max-height: 100%;
	transition: all .6s;
}
.product-details .box3 .box-c .list li:hover .text-box .icon img{
	transform: rotateY(360deg);
}
.product-details .box3 .box-c .list li .text-box .text{
	flex: 1;
	margin-left: 30px;
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 30px;
	color: #FAFAFA;
	line-height: 1.33;
}
.product-details .box4{
	padding: 110px 0 140px;
}
.product-details .box4 .box-c{
	margin-top: 50px;
	background: #FFFFFF;
	border: 1px solid rgba(222,222,222,0.3);
	/* padding: 25px 36px 74px 40px; */
}
.product-details .box4 .box-c .items{
	display: none;
}
.product-details .box4 .box-c .items.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.product-details .box4 .box-c .l{
	width: 200px;
}
.product-details .box4 .box-c .r{
	flex: 1;
}
.product-details .box4 .box-c .box-c-c,
.product-details .box4 .box-c .box-c-t{
	display: flex;
	justify-content: space-between;
}
.product-details .box4 .box-c .box-c-c{
	display: none;
}
.product-details .box4 .box-c .box-c-c.active{
	display: flex;
}
.product-details .box4 .box-c .box-c-t .r{
	padding: 23px 0;
	background: #F1F1F1;
	border-radius: 40px;
	display: flex;
	text-align: center;
	align-items: center;
}
.product-details .box4 .box-c .box-c-c .r .li-l,
.product-details .box4 .box-c .box-c-t .r .r-l{
	width: 20%;
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 18px;
	color: #666666;
	line-height: 34px;
	padding: 0 10px 0 50px;
	text-align: left;
}
.product-details .box4 .box-c .box-c-c .r .li-r,
.product-details .box4 .box-c .box-c-t .r .r-r{
	flex: 1;
	display: flex;
	font-family: Rany-Bold;
	font-size: 20px;
	color: #222222;
	line-height: 34px;
}
.product-details .box4 .box-c .box-c-c .r .li-r div,
.product-details .box4 .box-c .box-c-t .r .r-r div{
	flex: 1;
	text-align: center;
	padding: 0 10px;
}
.product-details .box4 .box-c .box-c-t .r .r-r div{
	cursor: pointer;
}
.product-details .box4 .box-c .box-c-c{
	margin-top: 14px;
}
.product-details .box4 .box-c .box-c-c .l a{
	display: block;
	width: 120px;
	line-height: 50px;
	border-radius: 25px;
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 16px;
	color: #999999;
	text-align: center;
	transition: all .6s;
}
.product-details .box4 .box-c .box-c-c .l a:not(:last-child){
	margin-bottom: 50px;
}
.product-details .box4 .box-c .box-c-c .l a:hover{
	color: #333;
}
.product-details .box4 .box-c .box-c-c .l a.active{
	color: #fff !important;
	background-color: #222222;
}
.product-details .box4 .box-c .box-c-c .r{
	border-top: 1px solid #DEDEDE;
}
.product-details .box4 .box-c .box-c-c .r li{
	border-bottom: 1px solid #DEDEDE;
	display: flex;
	padding: 26px 0;
}
.product-details .box4 .box-c .box-c-c .r .li-r{
	font-family: Rany;
}
.product-details .box4 .downlaodBtn{
    padding: 0 25px;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #1D58AC;
    border-radius: 22px;
    margin-top: 25px;
}
.product-details .box4 .downlaodBtn .iconfont{
    font-weight: bold;
}
.formModal .shadow{
	background-color: rgba(0,0,0,0.2);
}
.formModal .formModalContent{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 40px 50px;
	background-color: #fff;
	border-radius: 20px;
	width: 600px;
}
.formModal .formModalContent .close{
	position: absolute;
	right: 19px;
	top: 16px;
	cursor: pointer;
}
.formModal .formModalContent .close .iconfont{
	display: block;
	color: #000;
	font-size: 20px;
}
.formModal .formModalContent .title{
	font-size: 30px;
	color: #333;
	/* font-family: "Montserrat-Bold"; */
	line-height: 1;
}
.formModal .formModalContent form{
	/* margin-top: 26px; */
}
.formModal .formModalContent .inputs{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px 18px;
}
.formModal .formModalContent .inputs .input{
	grid-column: 1/3;
}
.formModal .formModalContent .inputs .input1{
	grid-column: auto;
}
.formModal .formModalContent .inputs label{
	font-size: 16px;
	color: #333;
	display: block;
	margin-bottom: 7px;
}
.formModal .formModalContent .inputs input,
.formModal .formModalContent .inputs select,
.formModal .formModalContent .inputs textarea{
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 10px 15px;
	resize: none;
}
.formModal .formModalContent .inputs textarea{
	height: 90px;
}
.formModal .formModalContent .submit{
	margin-top: 35px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background-color: #1D58AC;
	border-radius: 25px;
	cursor: pointer;
}
@media (max-width:1440px) {
	.product-details .box1 .box-c .r .zh{
		font-size: 48px;
	}
	.product .box1 .box-c .list li .text-box{
		font-size: 22px;
		padding: 0 25px 30px;
	}
	.product .box2 .box-c .list li .text{
		font-size: 22px;
		margin-top: 25px;
	}
	.product-details .box3 .box-c .list li .text-box .text,
	.product-details .box2 .box-c .list li .l .en, .product-details .box2 .box-t-l .text-des{
		font-size: 28px;
	}
	.product-details .box3 .box-c .list li .text-box .icon{
		width: 64px;
		height: 64px;
	}
	.product-details .box3 .box-c .list li .text-box{
		padding-left: 50px;
	}
}
@media (max-width: 1280px) {
	.product .box1 .box-c .list li .text-box,
	.product .box2 .box-c .list li .text{
		font-size: 20px;
	}
	.product .box2 .box-c .list li .text{
		margin-top: 20px;
	}
	.product-details .box3 .box-c .list li .text-box .text,
	.product-details .box2 .box-c .list li .l .en, .product-details .box2 .box-t-l .text-des{
		font-size: 26px;
	}
	.product-details .box1 .box-c .r .zh{
		font-size: 36px;
	}
	.product-details .box4 .box-c .box-c-c .r .li-r, .product-details .box4 .box-c .box-c-t .r .r-r{
		/* font-size: 22px; */
	}
	.product-details .box4 .box-c .box-c-c .r .li-l, .product-details .box4 .box-c .box-c-t .r .r-l{
		font-size: 16px;
	}
	.product-details .box3 .box-c .list li{
		min-height: 180px;
	}
	.product-details .box3 .box-c .list li .text-box{
		padding: 30px;
	}
	.product-details .box3 .box-c .list li .text-box .icon{
		width: 50px;
		height: 50px;
	}
	.product-details .box3 .box-c .list li .text-box .text{
		margin-left: 10px;
	}
}
@media (max-width:1199px) {
	.product-details .box4 .box-c .box-c-c .l a:not(:last-child){
		margin-bottom: 30px;
	}
	.product-details .box4 .box-c .box-c-c .l a{
		width: 100px;
		line-height: 40px;
	}
	.product-details .box4 .box-c .l{
		width: 150px;
	}
	.product-details .box4 .box-c{
		padding: 25px 25px 70px;
	}
	.product-details .box4 .box-c .box-c-c .r .li-r, .product-details .box4 .box-c .box-c-t .r .r-r{
		font-size: 20px;
	}
	.product-details .box4,
	.product-details .box2,
	.product-details .box1{
		padding: 70px 0;
	}
	.product-details .box4 .box-c{
		margin-top: 45px;
	}
	.product-details .box1 .box-c .r .zh{
		font-size: 30px;
	}
	.product-details .box3 .box-c .list li .text-box .text,
	.product-details .box2 .box-c .list li .l .en, .product-details .box2 .box-t-l .text-des{
		font-size: 24px;
	}
	.product .box1{
		padding: 70px 0;
	}
	.product .box2{
		padding-bottom: 70px;
	}
	.product .box2 .pagination,
	.product .box2 .box-c,
	.product .box1 .box-c{
		margin-top: 45px;
	}
	.product-nav .box-c{
		padding: 14px 0;
	}
	.product-nav .box-c .r a,
	.product-nav .box-c .l{
		font-size: 16px;
	}
	.product-details .box1 .box-c .r .commonBtns .moreText{
		width: 160px;
	}
	.product-details .box1 .box-c .r{
		width: 50%;
	}
	.product-details .box2 .box-t{
		padding: 70px 45px;
	}
	.product-details .box2 .box-t-l{
		width: 41%;
	}

}
@media (max-width: 1024px) {
    .formModal .formModalContent .inputs label{
        font-size: 16px;
    }
    .formModal .formModalContent .title{
        font-size: 24px;
    }
	.product-details .box4 .box-c .box-c-c .r .li-l, .product-details .box4 .box-c .box-c-t .r .r-l{
		padding-left: 30px;
	}
	.product-details .box4 .box-c .box-c-t .r{
		padding: 15px 0;
		border-radius: 30px;
	}
	.product-details .box3 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .box3 .box-c .list li{
		min-height: 150px;
	}
	.product-details .box2 .box-t{
		padding: 60px 40px;
	}
	.product-details .box4,
	.product-details .box2,
	.product-details .box1{
		padding: 60px 0;
	}
	.product-details .box4 .box-c{
		margin-top: 40px;
		overflow: auto;
	}
	.product-details .box4 .box-c .box-container{
		min-width: 900px;
	}
	.product-details .box4 .box-c .box-c-c .r li{
		padding: 17px 0;
	}
	.product-details .box1 .box-c .r .zh{
		font-size: 28px;
	}
	.product-details .box3 .box-c .list li .text-box .text,
	.product-details .box2 .box-c .list li .l .en, .product-details .box2 .box-t-l .text-des{
		font-size: 22px;
	}
	.product-nav{
		top: 70px;
	}
	.product .box2 .box-c .list li .text{
		margin-top: 15px;
	}
	.product .box1 .box-c .list li .text-box,
	.product .box2 .box-c .list li .text{
		font-size: 18px;
	}
	.product .box2 .box-c .list{
		gap: 30px 15px;
	}
	.product .box1{
		padding: 60px 0;
	}
	.product .box2{
		padding-bottom: 60px;
	}
	.product .box2 .pagination,
	.product .box2 .box-c,
	.product .box1 .box-c{
		margin-top: 40px;
	}
	.product-details .box1 .box-c .r .commonBtns{
		margin-top: 40px;
	}
	.product-details .box4 .box-c{
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
    	.formModal .formModalContent .inputs{
	    grid-template-columns: repeat(1,1fr);
	}
	.formModal .formModalContent{
	    max-width: 94%;
	}
	.product-details .box3 .box-c .list li{
		min-height: 120px;
	}
	.product-details .box3 .box-c .list li .text-box .icon{
		width: 40px;
		height: 40px;
	}
	.product-details .box3 .box-c .list li .text-box{
		padding: 20px;
	}
	.product-details .box2 .box-t{
		padding: 50px 30px;
	}
	.product-details .box1 .box-c .r .commonBtns .moreText{
		width: 120px;
	}
	.product-details .box1 .box-c .r{
		width: 55%;
	}
	.product-details .box1 .box-c .r .en{
		margin-top: 5px;
	}
	.product-details .box1 .box-c .r .commonBtns{
		margin-top: 25px;
	}
	.product-details .box4,
	.product-details .box2,
	.product-details .box1{
		padding: 50px 0;
	}
	.product-details .box4 .box-c{
		margin-top: 30px;
	}
	.product-details .box1 .box-c .r .zh{
		font-size: 24px;
	}
	.product-details .box3 .box-c .list li .text-box .text,
	.product-details .box2 .box-c .list li .l .en, .product-details .box2 .box-t-l .text-des{
		font-size: 18px;
	}
	.product-nav .box-c .r{
		gap: 10px 30px;
	}
	.product-nav .box-c{
		padding: 10px 0;
	}
	.product-nav{
		top: 60px;
	}
	.product .box1{
		padding: 50px 0;
	}
	.product .box2{
		padding-bottom: 50px;
	}
	.product .box2 .pagination,
	.product .box2 .box-c,
	.product .box1 .box-c{
		margin-top: 30px;
	}
	.product .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product .box1 .box-c .list li .text-box, .product .box2 .box-c .list li .text{
		font-size: 16px;
	}
	.product .box1 .box-c .list li:first-child{
		width: 60.72%;
	}
	.product .box1 .box-c .list li .pic img{
		height: 227px;
		object-fit: cover;
	}
	.product .box1 .box-c .list li{
		width: 38.55%;
	}
	.product .box1 .box-c .list li .text-box{
		padding: 0 20px 25px;
	}
	.product-details .box2 .box-c .list li .l{
		padding: 20px;
	}
	.product-details .box4 .box-c{
		padding-bottom: 50px;
	}
}
@media (max-width: 500px) {
	.product-details .box4 .box-c{
		padding-bottom: 40px;
	}
	.product-details .box4 .box-c .box-c-c .r .li-r div{
		text-align: left;
	}
	.product-details .box4 .box-c .box-c-c .r li{
		padding: 10px 0;
	}
	.product-details .box4 .box-c .box-c-c .r .li-l, .product-details .box4 .box-c .box-c-t .r .r-l{
		padding-left: 20px;
	}
	.product-details .box4 .box-c .box-c-c .r .li-r, .product-details .box4 .box-c .box-c-t .r .r-r{
		font-size: 16px;
	}
	.product-details .box4 .box-c .box-c-t .r{
		padding: 8px 0;
	}
	.product-details .box4 .box-c .l{
		width: 120px;
	}
	.product-details .box4 .box-c .box-c-c .l a:not(:last-child){
		margin-bottom: 20px;
	}
	.product-details .box4 .box-c .box-c-c .r .li-l, .product-details .box4 .box-c .box-c-t .r .r-l,
	.product-details .box4 .box-c .box-c-c .l a{
		font-size: 14px;
	}
	.product-details .box3 .box-c .list li .text-box{
		padding: 20px 15px;
	}
	.product-details .box2 .box-c .list li .l{
		padding: 13px;
	}
	.product-details .box3 .box-c .list li .text-box .text, .product-details .box2 .box-c .list li .l .en, .product-details .box2 .box-t-l .text-des{
		font-size: 16px;
	}
	.product-details .box2 .box-t-l{
		width: 100%;
		text-align: left;
	}
	.product-details .box2 .box-t-r{
		width: 100%;
		margin-top: 25px;
	}
	.product-details .box2 .box-t{
		padding: 40px 25px;
		flex-direction: column;
	}
	.product-details .box1 .box-c .l img{
		width: 80%;
		margin: 0 auto;
	}
	.product-details .box1 .box-c{
		flex-direction: column;
	}
	.product-details .box1 .box-c .l{
		width: 100%;
	}
	.product-details .box1 .box-c .r{
		width: 100%;
		margin-top: 20px;
	}
	.product-details .box4,
	.product-details .box2,
	.product-details .box1{
		padding: 40px 0;
	}
	.product-details .box4 .box-c{
		margin-top: 25px;
	}
	.product-details .box1 .box-c .r .zh{
		font-size: 22px;
	}
	.product-nav{
		top: 50px;
	}
	.product .box1 .box-c .list li .text-box{
		padding: 0 10px 15px;
		font-size: 14px;
	}
	.product .box1 .box-c .list li .pic img{
		height: 180px;
		object-fit: cover;
	}
	.product .box1{
		padding: 40px 0;
	}
	.product .box2{
		padding-bottom: 40px;
	}
	.product .box2 .pagination,
	.product .box2 .box-c,
	.product .box1 .box-c{
		margin-top: 25px;
	}
	.formModal .formModalContent{
	    padding: 30px 25px;
	}
	.formModal .formModalContent .submit{
	    margin-top: 25px;
	}
}