.faq .box1{
	padding: 102px 0 114px;
}
.faq .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.faq .box1 .box-c .l{
	width: 71.21%;
}
.faq .box1 .box-c .l .item{
	display: block;
	padding: 27px 0;
	border-bottom: 1px solid rgba(243, 243, 243, 1);
}
.faq .box1 .box-c .l .item:first-child{
	padding-top: 0;
}
.faq .box1 .box-c .l .item-t{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	display: flex;
	transition: all .6s;
}
.faq .box1 .box-c .l .item-t .text-title{
	flex: 1;
	margin-right: 30px;
}
.faq .box1 .box-c .l .item-t .iconfont{
	color: RGBA(0, 0, 0, 1);
	font-weight: bold;
	transition: all .6s;
}
.faq .box1 .box-c .l .item.active .item-t {
	color: rgba(35, 151, 68, 1);
}
.faq .box1 .box-c .l .item.active .item-t .iconfont{
	transform: rotate(90deg);
	color: rgba(35, 151, 68, 1);
}
.faq .box1 .box-c .l .item-c{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	margin-top: 17px;
	padding-right: 46px;
	display: none;
}
.faq .box1 .box-c .l .pagination{
	margin-top: 45px;
}
.faq .box1 .box-c .r{
	width: 21.66%;
}
.faq .box1 .box-c .r .r-title{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #020814;
	line-height: 1;
}
.faq .box1 .box-c .r .r-c{
	border-top: 1px solid rgba(231, 231, 231, 1);
	margin-top: 22px;
	padding-top: 16px;
}
.faq .box1 .box-c .r .r-c .item{
	display: flex;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.faq .box1 .box-c .r .r-c .item:hover,
.faq .box1 .box-c .r .r-c .item:hover .number{
	color: rgba(35, 151, 68, 1);
}
.faq .box1 .box-c .r .r-c .item .number{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 15px;
	color: rgba(102, 102, 102, 1);
	line-height: 25px;
	width: 32px;
	transition: all .6s;
}
.faq .box1 .box-c .r .r-c .item:first-child .number{
	color: #EC3B8D;
}
.faq .box1 .box-c .r .r-c .item:nth-child(2) .number{
	color: rgba(255, 134, 66, 1);
}
.faq .box1 .box-c .r .r-c .item:nth-child(3) .number{
	color: rgba(255, 192, 82, 1);
}
.faq .box1 .box-c .r .r-c .item:not(:last-child){
	margin-bottom: 10px;
}
.download .box1{
	padding: 100px 0 117px;
}
.download .box1 .content1320{
	padding: 58px 80px 0;
	background-color: rgba(248, 250, 253, 1);
}
.download .box1 .title{
	display: flex;
	align-items: center;
	font-family: PingFangSCBold;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(235, 233, 233, 1);
}
.download .box1 .title img{
	margin-right: 8px;
	width: 19px;
}
.download .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.download .box1 .box-c .l{
	width: 334px;
	border-right: 1px solid rgba(237, 237, 237, 1);
	padding: 44px 39px 0 0;
}
.download .box1 .box-c .l form{
	display: flex;
	align-items: center;
	height: 49px;
	background: #EBEFF5;
	border-radius: 6px;
	padding: 0 18px;
}
.download .box1 .box-c .l form .iconfont{
	color: rgba(11, 11, 11, 1);
	font-weight: bold;
	font-size: 20px;
}
.download .box1 .box-c .l form input{
	flex: 1;
	width: 100%;
	margin-left: 13px;
	font-family: PingFangSCBold;
	font-weight: 500;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	border: none;
	outline: none;
	background-color: transparent;
}
.download .box1 .box-c .l form input::placeholder{
	font-family: PingFangSCBold;
	color: #666666;
}
.download .box1 .box-c .l .list{
	margin-top: 50px;
} 
.download .box1 .box-c .l .list .navTitle{
	padding: 13px 0 13px 18px;
	display: flex;
	justify-content: space-between;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	transition: all .6s;
}
.download .box1 .box-c .l .list .navTitle.active{
	color: rgba(35, 151, 68, 1);
}
.download .box1 .box-c .l .list .navTitle .iconfont{
	color: RGBA(3, 6, 11, 1);
	font-weight: bold;
	transition: all .6s;
}
.download .box1 .box-c .l .list .navTitle.active .iconfont{
	transform: rotate(90deg);
	color: rgba(35, 151, 68, 1);
}
.download .box1 .box-c .l .list .subNav{
	padding-left: 18px;
	display: none;
}
.download .box1 .box-c .r{
	flex: 1;
	margin-left: 41px;
	padding-bottom: 174px;
}
.download .box1 .box-c .r .item{
	display: flex;
	align-items: center;
	padding: 31px 0;
	border-bottom: 1px solid rgba(235, 233, 233, 1);
}
.download .box1 .box-c .r .item-l{
	flex: 1;
	display: flex;
	align-items: flex-start;
	margin-right: 34px;
}
.download .box1 .box-c .r .item-l .iconfont{
	font-size: 30px;
	color: RGBA(44, 44, 45, 1);
}
.download .box1 .box-c .r .item-l .text-box{
	flex: 1;
	margin-left: 28px;
}
.download .box1 .box-c .r .item-l .text-title{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #444444;
	line-height: 24px;
}
.download .box1 .box-c .r .item-l .text-des{
	margin-top: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 15px;
	color: #757575;
	line-height: 1;
}
.download .box1 .box-c .r .item-r{
	height: 40px;
	min-width: 140px;
	background: rgba(0,103,182,0);
	border-radius: 20px;
	border: 1px solid #239744;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 19px;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #239744;
	line-height: 32px;
	transition: all .6s;
}
.download .box1 .box-c .r .item:hover .item-r{
	background-color: #239744;
	color: #fff;
}
.download .box1 .box-c .r .item-r .iconfont{
	font-size: 20px;
	margin-right: 6px;
}
@media (max-width:1199px) {
	.faq .box1 .box-c .r{
		display: none;
	}
	.faq .box1 .box-c .l{
		width: 100%;
	}
	.faq .box1{
		padding: 70px 0;
	}
	.download .box1{
		padding: 70px 0;
	}
	.download .box1 .content1320{
		padding: 50px 40px;
	}
	.download .box1 .box-c .l{
		padding: 39px 31px 0 0;
	}
	.download .box1 .box-c .l .list{
		margin-top: 21px;
	}
	.download .box1 .box-c .r .item{
		padding: 23px 0;
	}
	.download .box1 .box-c .r{
		padding-bottom: 45px;
	}
	.download .box1 .box-c .l{
		width: 280px;
	}
	.download .box1 .box-c .l .list .navTitle{
		padding: 8px 0 8px 13px;
		line-height: 24px;
	}
	.download .box1 .box-c .l .list .subNav{
		padding-left: 13px;
	}
	.download .box1 .box-c .r .item-l .text-box{
		margin-left: 12px;
	}
	.download .box1 .box-c .r{
		margin-left: 30px;
	}
	.download .box1 .box-c .r .item{
		padding: 15px 0;
	}
	.download .box1 .box-c .r .item-r{
		min-width: 114px;
		line-height: 30px;
	}
}
@media (max-width:1024px) {
	.faq .box1{
		padding: 60px 0;
	}
	.faq .box1 .box-c .l .pagination{
		margin-top: 40px;
	}
	.download .box1 .content1320{
		padding: 40px 30px;
	}
	.download .box1 .box-c{
		flex-direction: column;
	}
	.download .box1 .box-c .l{
		width: 100%;
		border-right: none;
		padding-top: 31px;
		padding-right: 0;
	}
	.download .box1{
		padding: 60px 0;
	}
	.download .box1 .box-c .r{
		padding-bottom: 40px;
		flex: 0;
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
}
@media (max-width: 768px) {
	.faq .box1 .box-c .l .item{
		padding: 19px 0;
	}
	.faq .box1 .box-c .l .item-c{
		margin-top: 10px;
	}
	.faq .box1{
		padding: 50px 0;
	}
	.faq .box1 .box-c .l .pagination{
		margin-top: 30px;
	}
	.download .box1{
		padding: 50px 0;
	}
	.download .box1 .box-c .r{
		padding-bottom: 0;
	}
	.download .box1 .content1320{
		padding: 30px 25px;
	}
	.download .box1 .title{
		padding-bottom: 12px;
	}
	.download .box1 .box-c .r .item-l .text-box{
		margin-left: 8px;
	}
	.download .box1 .box-c .r .item-l .text-des{
		margin-top: 8px;
	}
	.download .box1 .box-c .r .item{
		flex-direction: column;
	}
	.download .box1 .box-c .r .item-l{
		width: 100%;
		flex: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.download .box1 .box-c .r .item{
		align-items: flex-end;
	}
}
@media (max-width: 500px) {
	.faq .box1 .box-c .l .item{
		padding: 13px 0;
	}
	.faq .box1 .box-c .l .item-t{
		line-height: 24px;
	}
	.faq .box1{
		padding: 40px 0;
	}
	.faq .box1 .box-c .l .pagination{
		margin-top: 25px;
	}
	.download .box1 .box-c .r .item-r{
		min-width: 100px;
		height: 34px;
		line-height: 32px;
	}
	.download .box1 .box-c .r{
		padding-bottom: 0;
	}
	.download .box1{
		padding: 40px 0;
	}
}