/* 公用分页器 */
.common-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.common-pagination .btn-list {
	display: flex;
	align-items: center;
}
.common-pagination .btn-list .default-item {
	display: block;
	padding: 7px 13px;
	white-space: nowrap;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	margin-right: 8px;
	text-transform: capitalize;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #6b6b6b;
}
.common-pagination .btn-list .default-item:hover,
.common-pagination .btn-list .default-item.current {
	background-color: #ed1c24;
	color: #fff;
}
.common-pagination .form-controll {
	display: flex;
	align-items: center;
}
.common-pagination .form-controll .btn,
.common-pagination .form-controll span {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
}
.common-pagination .form-controll .btn:hover {
	color: #ed1c24;
}
.common-pagination .form-controll input {
	width: 54px;
	height: 34px;
	background: #ffffff;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #e3e3e3;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
}
.common-pagination .form-controll input:focus {
	outline: none;
	border-color: #ed1c24;
}
/* 产品系列banner */
.pro-banner {
	position: relative;
}
.pro-banner img {
	display: block;
	width: 100%;
	height: auto;
}
.pro-banner .text-area {
	position: absolute;
	top: 25.8%;
	left: 13.49%;
	width: 37%;
}
.pro-banner .text-area .text {
	font-family: Sancreek, Sancreek;
	font-weight: 400;
	font-size: 100px;
	color: #fff;
	line-height: 1.23;
	letter-spacing: 2px;
	-webkit-text-stroke: 2px #3d1414;
	text-stroke: 2px #3d1414;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.pro-banner .text-area .text2 {
	font-family: Roboto, Roboto, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.27;
	text-align: center;
	font-style: normal;
	text-transform: none;
	width: 69.968%;
	margin: 38px auto;
}
/* 产品列表页面 */
.pro-list-page .list-area {
	background-color: #fff;
	padding-top: 75px;
	padding-bottom: calc(96px - 23px);
}
.pro-list-page .pro-title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 32px;
	color: #000000;
	line-height: 1.2;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 24px;
	border-bottom: 1px solid #c3c3c3;
}
.pro-list-page .pro-title::before {
	display: block;
	content: "";
	width: 4px;
	height: 27px;
	background: #ed1c24;
	margin-right: 10px;
}
.pro-list-page .form-area {
	display: flex;
	align-items: center;
	margin-top: 22px;
	margin-bottom: 41px;
}
.pro-list-page .form-area span {
	font-family: Kanit, Kanit;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 1.25;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.pro-list-page .form-area select {
	margin-left: 18px;
	width: 175px;
	height: 38px;
	background: #f6f6f6;
	border: none;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 1.25;
	padding-left: 25px;
	padding-right: 11px !important;
	cursor: pointer;
}
.pro-list-page .form-area select:focus {
	outline: none;
}
.pro-list-page .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.pro-list-page .list .item {
	display: block;
	width: 23.732%;
	margin-right: 1.69%;
	margin-bottom: 23px;
}
.pro-list-page .list .item:nth-of-type(4n) {
	margin-right: 0;
}
.pro-list-page .list .item .pic {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	background: rgba(212, 212, 212, 0.2);
	border-radius: 8px;
	overflow: hidden;
}
.pro-list-page .list .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: all 0.45s ease;
	mix-blend-mode: multiply;
}
.pro-list-page .list .item .pic:hover img {
	transform: scale(1.2);
}
.pro-list-page .list .item .text {
	padding-top: 22px;
}
.pro-list-page .list .item .text .title {
	color: #888;
	font-family: Kanit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
}
.pro-list-page .list .item .text .desc {
	color: #000;
	font-family: Kanit;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 122.6%;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	width: fit-content;
}
.pro-list-page .list .item .text .desc:hover {
	color: #ed1c24;
}
.pro-list-page .list .item .text .tag {
	width: 100%;
	color: #555;
	font-family: Kanit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.23;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
/* 产品详情页面 */
.pro-detail-page .swiper {
	overflow: hidden;
}
.pro-detail-page .detail-area {
	display: flex;
	align-items: flex-start;
	padding-top: 72px;
	padding-bottom: 165px;
	/* 右侧区域 */
}
/* 固定 */
.pro-detail-page .detail-area.fixed .left {
	position: fixed;
	top: calc(116px + 20px);
}

/* 右侧拉开的距离 */
.pro-detail-page .detail-area.fixed .right {
	/* margin-left: 53.028%; */
	margin-left: calc(703px + 53px);
}

.pro-detail-page .detail-area .left {
	display: flex;
	align-items: flex-start;
}
.pro-detail-page .detail-area .left .swiper1 {
	height: 372px;
	user-select: none;
	cursor: pointer;
}
.pro-detail-page .detail-area .left .swiper1 .swiper-slide {
	width: 78px !important;
	height: 78px !important;
	background: rgba(217, 217, 217, 0.2);
}
.pro-detail-page .detail-area .left .swiper1 .swiper-slide.current {
	border: 1px solid #ed1c24;
}
.pro-detail-page .detail-area .left .swiper1 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.pro-detail-page .detail-area .left .swiper2 {
	width: 605px;
	margin-left: 20px;
	background-color: #e3e3e3;
	position: relative;
}
.pro-detail-page .detail-area .left .swiper2 .swiper-slide {
	width: 100%;
	position: relative;
}
.pro-detail-page .detail-area .left .swiper2 .swiper-slide::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.pro-detail-page .detail-area .left .swiper2 .swiper-slide img,
.pro-detail-page .detail-area .left .swiper2 .swiper-slide video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.pro-detail-page .detail-area .left .swiper2 .swiper-slide img {
	mix-blend-mode: multiply;
}
.pro-detail-page .detail-area .left .swiper2 .swiper-pagination {
	bottom: 10%;
	display: none;
}
.pro-detail-page .detail-area .left .swiper2 .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ed1c24;
}
.pro-detail-page .detail-area .right {
	margin-left: 53px;
	padding-top: 10px;
	flex: 1;
	overflow: hidden;
	overflow-wrap: break-word;
}
.pro-detail-page .detail-area .right img {
	max-width: 100%;
	height: auto;
}
.pro-detail-page .detail-area .right .info-box {
	width: 69.486%;
}
.pro-detail-page .detail-area .right .info-box .tag {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 1.23;
	text-align: left;
	font-style: normal;
	text-transform: none;
	overflow-wrap: break-word;
}
.pro-detail-page .detail-area .right .info-box .pro-title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 28px;
	color: #000000;
	line-height: 1.285;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 28px;
}
.pro-detail-page .detail-area .right .info-box .description {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 16px;
	color: #9a9a9a;
	line-height: 1.25;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 40px;
}
.pro-detail-page .detail-area .right .info-box .online-btn {
	width: 164px;
	height: 40px;
	background: #ed1c24;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.223;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	margin-bottom: 33px;
}
.pro-detail-page .detail-area .right .info-box .features {
	font-family: Kanit, Kanit;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	line-height: 1.3;
	text-align: left;
	padding-bottom: 12px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
}
.pro-detail-page .detail-area .right .info-box .list .item {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 14px;
	color: #818181;
	line-height: 1.285;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 11px;
}
.pro-detail-page .detail-area .right .info-box .list .item:last-of-type {
	margin-bottom: 0;
}
.pro-detail-page .detail-area .right .detail-box {
	width: 100%;
	height: auto;
	background: #f5f5f5;
	border-radius: 4px;
	padding: 45px 30px 32px;
	overflow-wrap: break-word;
	margin-top: 45px;
}
.pro-detail-page .detail-area .right .pro-detail-title {
	font-family: Kanit, Kanit;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	line-height: 1.3;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 18px;
}
.pro-detail-page .detail-area .right .pro-detail-area {
	max-width: 100%;
	overflow-wrap: break-word;
}
.pro-detail-page .detail-area .right .pro-detail-area .demo {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 16px;
	color: #565656;
	line-height: 1.23;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.pro-detail-page .detail-area .right .detail-video {
	margin-top: 45px;
}
.pro-detail-page .detail-area .right .detail-video iframe,
.pro-detail-page .detail-area .right .detail-video video {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* 返回顶部 */
.pro-detail-page .go-top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ed1c24;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
	position: fixed;
	right: 3vw;
	bottom: 7vh;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

/* 产品参数 */
.pro-detail-page .pro-params {
	margin-top: 25px;
	margin-bottom: 25px;
}

.pro-detail-page .pro-params .param-item {
	border: 1px solid #ccc;
	border-top: none;
}
.pro-detail-page .pro-params .param-item:first-child {
	border-top: 1px solid #ccc;
}

.pro-detail-page .pro-params .param-item .top {
	font-size: 18px;
	color: #101010;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow-wrap: break-word;
	padding: 10px 15px;
	cursor: pointer;
}
.pro-detail-page .pro-params .param-item .top.current img {
	transform: rotate(-180deg);
}

.pro-detail-page .pro-params .param-item .top span {
	flex: 1;
	overflow-wrap: break-word;
	text-align: center;
	user-select: none;
	padding-right: 15px;
}
.pro-detail-page .pro-params .param-item .top img {
	width: 18px;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.45s ease;
}
.pro-detail-page .pro-params .param-item .main {
	font-size: 16px;
	color: #000;
	padding: 15px;
	overflow-wrap: break-word;
	display: none;
}

/* 联系我们页面 */
.contact-page .map {
	width: 100%;
	height: 422px;
}
.contact-page .contact-container {
	padding-top: 73px;
	padding-bottom: 97px;
	background-repeat: repeat;
}
.contact-page .contact-wrap {
	background: #ffffff;
	border-radius: 24px;
	padding-top: 47px;
	padding-bottom: 86px;
}
.contact-page .page-title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 52px;
	color: #000000;
	line-height: 1.173;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 44px;
}
.contact-page .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: calc(69px + 5px);
	padding-right: calc(68px + 5px);
}
.contact-page .content .left h5,
.contact-page .content .right h5 {
	font-family: Kanit, Kanit;
	font-weight: bold;
	font-size: 28px;
	color: #212121;
	line-height: 2;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 18px;
}
.contact-page .content .left {
	width: 47.132%;
}
.contact-page .content .left .text-box p {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 22px;
	color: #636363;
	line-height: 2;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.contact-page .content .right {
	width: 47.132%;
}
.contact-page .content .right .form-label {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 22px;
	color: #636363;
	line-height: 2;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: block;
}
.contact-page .content .right .form-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}
.contact-page .content .right .form-row .form-item {
	width: 46.666%;
}
.contact-page .content .right .form-row .form-item input {
	width: 100%;
	height: 63px;
	background: #ffffff;
	border-radius: 2px;
	border: 1px solid #4d4d4d;
	padding-left: 25px;
}
.contact-page .content .right .form-row .form-item input:focus {
	outline: none;
	border-color: #ed1c24;
}
.contact-page .content .right .filud-row {
	width: 100%;
	margin-bottom: 22px;
}
.contact-page .content .right .filud-row input {
	width: 100%;
	height: 63px;
	background: #ffffff;
	border-radius: 2px;
	border: 1px solid #4d4d4d;
	padding-left: 25px;
}
.contact-page .content .right .filud-row input:focus {
	outline: none;
	border-color: #ed1c24;
}
.contact-page .content .right .filud-row textarea {
	width: 100%;
	height: 232px;
	background: #ffffff;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #4d4d4d;
	resize: none;
	padding: 25px;
}
.contact-page .content .right .filud-row textarea:focus {
	outline: none;
	border-color: #ed1c24;
}
.contact-page .content .right .submit {
	margin-top: 30px;
	width: 166px;
	height: 44px;
	background: #ed1c24;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	resize: none;
}
/* 关于我们页面 */
.about-page {
	background-repeat: repeat;
	padding-top: 83px;
	padding-bottom: 111px;
}
.about-page .about-container {
	display: flex;
	align-items: flex-start;
}
.about-page .about-container .pic {
	margin-left: -30px;
}
.about-page .about-container .text {
	padding-top: 36px;
	padding-left: 54px;
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
}
.about-page .about-container .text .title {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 74px;
	color: #060606;
	line-height: 1.094;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 24px;
}
.about-page .about-container .text .desc {
	font-family: Kanit, Kanit;
	font-weight: 200;
	font-size: 17px;
	color: #020202;
	line-height: 1.42;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.about-page .about-container .text .about-icon {
	margin-top: 50px;
	vertical-align: top;
	text-align: right;
}
/* app下载页面 */
.app-page {
	padding-top: 102px;
	padding-bottom: 120px;
	/* 外联视频区域 */
}

.app-page .app-pic-area {
	display: flex;
	justify-content: center;
	width: 100%;
}

.app-page .app-pic-area .left {
	width: 50%;
	text-align: right;
	padding-right: 60px;
}
.app-page .app-pic-area .left img {
	max-width: 100%;
}

.app-page .app-pic-area .right {
	width: 50%;
}
.app-page .app-pic-area .right img {
	max-width: 100%;
}
.app-page .app-pic-area .right a {
	display: block;
	width: fit-content;
	margin-left: 35px;
}

.app-page .mb-30 {
	margin-bottom: 30px;
}
.app-page .app {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 52px;
	color: #000000;
	line-height: 1.17;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.app-page .app-pic {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.app-page .learn-title {
	margin-top: 42px;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 22px;
	color: #636363;
	line-height: 2;
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 56px;
}
.app-page .iframe-wrap {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.app-page .iframe-wrap iframe,
.app-page .iframe-wrap video {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.app-page .download-text {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 22px;
	color: #636363;
	line-height: 2;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 63px;
	margin-bottom: 47px;
}
.app-page .btn-list {
	display: flex;
	justify-content: center;
}
.app-page .btn-list .btn-item:first-of-type {
	margin-right: 45px;
}
.app-page .btn-list .btn-item img {
	display: block;
}
/* 经销商页面 */
.jxs-page {
	/* 表单区域 */
	/* 地区供应 */
}
.jxs-page .form-area {
	background-repeat: repeat;
	padding-top: 75px;
	padding-bottom: 102px;
}
.jxs-page .form-area .form-container {
	padding-top: 56px;
	padding-bottom: 108px;
	padding-left: 9.432%;
	padding-right: 9.432%;
	background-color: #fff;
	border-radius: 24px;
}
.jxs-page .form-area .form-container .title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 52px;
	color: #000000;
	line-height: 1.17;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 31px;
}
.jxs-page .form-area .form-container .desc {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #636363;
	line-height: 2;
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
}
.jxs-page .form-area .form-container .label-text {
	display: block;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 22px;
	color: #636363;
	line-height: 2;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
}
.jxs-page .form-area .form-container input {
	padding-left: 25px;
}
.jxs-page .form-area .form-container input:focus {
	outline: none;
	border-color: #ed1c24 !important;
}
.jxs-page .form-area .form-container .form-row {
	display: flex;
	margin-top: 39px;
	margin-bottom: 22px;
}
.jxs-page .form-area .form-container .form-row .form-item {
	flex: 1;
}
.jxs-page .form-area .form-container .form-row .form-item:first-of-type {
	margin-right: 57px;
}
.jxs-page .form-area .form-container .form-row .form-item input {
	display: block;
	width: 100%;
	height: 63px;
	background: #ffffff;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #4d4d4d;
	margin-top: 12px;
}
.jxs-page .form-area .form-container .fluid-row {
	margin-bottom: 22px;
}
.jxs-page .form-area .form-container .fluid-row input {
	width: 100%;
	height: 63px;
	background: #ffffff;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #4d4d4d;
	margin-top: 17px;
}
.jxs-page .form-area .form-container .fluid-row textarea {
	resize: none;
	width: 100%;
	height: 232px;
	background: #ffffff;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #4d4d4d;
	padding: 25px;
	margin-top: 17px;
}
.jxs-page .form-area .form-container .fluid-row textarea:focus {
	outline: none;
	border-color: #ed1c24;
}
.jxs-page .form-area .form-container .submit {
	margin-top: 30px;
	width: 166px;
	height: 44px;
	background: #ed1c24;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	font-style: normal;
	text-transform: none;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
	border: none;
}
.jxs-page .site-area {
	padding-top: 91px;
	padding-bottom: calc(99px - 38px);
	background-color: #fff;
}
.jxs-page .site-area .section {
	margin-bottom: calc(52px - 38px);
}
.jxs-page .site-area .section:last-of-type {
	margin-bottom: 0;
}
.jxs-page .site-area .title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 32px;
	color: #000000;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.jxs-page .site-area .list {
	display: flex;
	flex-wrap: wrap;
}
.jxs-page .site-area .list .item {
	width: 29.432%;
	margin-right: 5.07%;
	overflow-wrap: break-word;
	margin-bottom: 38px;
}
.jxs-page .site-area .list .item:nth-of-type(3n) {
	margin-right: 0;
}
.jxs-page .site-area .list .item .site-title {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 28px;
	color: #000000;
	line-height: 1.178;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.jxs-page .site-area .list .item .description {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #636363;
	line-height: 1.61;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.jxs-page .site-area .list .item .description:first-of-type {
	margin-bottom: 24px;
}
.jxs-page .site-area .list .item .description .text-underline {
	text-decoration: underline;
}
/* faq页面 */
.faq-page {
	background-repeat: repeat;
	padding-top: 78px;
	padding-bottom: 115px;
}
.faq-page .faq-container {
	padding-top: 50px;
	padding-bottom: 134px;
	padding-left: 81px;
	padding-right: 72px;
	background: #ffffff;
	border-radius: 24px;
}
.faq-page .faq-container .title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 52px;
	color: #000000;
	line-height: 1.173;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 51px;
	text-align: center;
}
.faq-page .faq-container .section {
	margin-bottom: 55px;
}
.faq-page .faq-container .section:last-of-type {
	margin-bottom: 0;
}
.faq-page .faq-container .section .sub-title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	line-height: 1.16;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.faq-page .faq-container .section .list .item {
	overflow-wrap: break-word;
	margin-bottom: 28px;
}
.faq-page .faq-container .section .list .item:last-of-type {
	margin-bottom: 0;
}
.faq-page .faq-container .section .list .item .line {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.faq-page .faq-container .section .list .item .line .icon {
	margin-right: 12px;
	cursor: pointer;
	user-select: none;
	transition: all 0.5s ease;
}
.faq-page .faq-container .section .list .item .line .icon.active {
	transform: rotate(-180deg);
}
.faq-page .faq-container .section .list .item .line .icon img {
	vertical-align: top;
}
.faq-page .faq-container .section .list .item .line .icon .text {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #636363;
	line-height: 1.6;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
}
.faq-page .faq-container .section .list .item .content-text {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #636363;
	line-height: 1.6;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	overflow-wrap: break-word;
	display: none;
}
/* 新闻列表 */
.news-list-page {
	padding-top: 91px;
	padding-bottom: 92px;
}
.news-list-page .news-container .news-title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 52px;
	color: #000000;
	line-height: 1.173;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-bottom: 33px;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	margin-bottom: 42px;
}
.news-list-page .list {
	margin-bottom: 96px;
}
.news-list-page .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.news-list-page .item:last-of-type {
	margin-bottom: 0;
}
.news-list-page .item .pic {
	width: 341px;
	height: 227px;
	flex-shrink: 0;
	overflow: hidden;
}
.news-list-page .item .pic img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	transition: all 0.45s ease;
	object-fit: cover;
}
.news-list-page .item .pic:hover img {
	transform: scale(1.2);
}
.news-list-page .item .text {
	padding-top: 13px;
	padding-left: 31px;
	flex: 1;
	width: 0;
}
.news-list-page .item .text .title {
	display: block;
	width: fit-content;
	max-width: 100%;
	font-family: Inter, Inter;
	font-size: 18px;
	color: #322f2a;
	line-height: 1.167;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-list-page .item .text .title:hover {
	color: #ed1c24;
}
.news-list-page .item .text .desc {
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 15px;
	color: #6f6f6f;
	line-height: 1.6;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
.news-list-page .item .text .source {
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 14px;
	color: #959493;
	line-height: 1.714;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 6px;
	display: flex;
	align-items: center;
}
.news-list-page .item .text .source span.point {
	width: 4px;
	height: 4px;
	background: #9e9e9e;
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
}
.news-list-page .item .text .btn {
	margin-top: 38px;
	width: 141px;
	height: 32px;
	background: #e4e5e9;
	border-radius: 6px;
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 16px;
	color: #322f2a;
	font-style: normal;
	text-transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.news-list-page .item .text .btn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #ed1c24;
	z-index: -1;
	transition: all 0.45s;
	border-radius: 6px;
}
.news-list-page .item .text .btn:hover {
	color: #fff;
}
.news-list-page .item .text .btn:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}
/*  新闻详情  */
.new-detail-page {
	padding-bottom: 85px;
	/* 面包屑 */
	/* 录入内容 */
	/* 推荐区域 */
}
.new-detail-page .bread-crumb {
	margin-bottom: 63px;
}
.new-detail-page .bread-crumb .bread-line {
	display: flex;
	align-items: center;
	padding-top: 26px;
	padding-bottom: 27px;
	background: #ffffff;
	border-bottom: 1px solid #e4e4e4;
}
.new-detail-page .bread-crumb .placehold {
	display: flex;
	align-items: center;
	white-space: nowrap;
	flex-shrink: 0;
}
.new-detail-page .bread-crumb .placehold .icon {
	margin-right: 8px;
	display: block;
}
.new-detail-page .bread-crumb .bread-text,
.new-detail-page .bread-crumb .item {
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 16px;
	color: #322f2a;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.new-detail-page .bread-crumb .list .item:hover {
	color: #ed1c24;
}
.new-detail-page .bread-crumb .list .item:hover::after {
	color: #322f2a;
}
.new-detail-page .bread-crumb .list .item::after {
	content: ">";
	margin-left: 3px;
	margin-right: 3px;
}
.new-detail-page .bread-crumb .list .item:last-of-type::after {
	content: "";
}
.new-detail-page .main .time {
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	overflow-wrap: break-word;
}
.new-detail-page .main .title {
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 38px;
	color: #292929;
	line-height: 1.53125;
	text-align: left;
	font-style: normal;
	text-transform: none;
	overflow-wrap: break-word;
	margin-bottom: 22px;
}
.new-detail-page .main .source {
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 14px;
	color: #959493;
	line-height: 1.7;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	padding-bottom: 41px;
	border-bottom: 1px solid #e1e1e1;
}
.new-detail-page .main .source .point {
	width: 4px;
	height: 4px;
	background: #9e9e9e;
	border-radius: 50%;
	margin-left: 7px;
	margin-right: 7px;
}
.new-detail-page .main .article-main {
	margin-top: 41px;
	padding-bottom: 37px;
	border-bottom: 1px solid #e1e1e1;
	overflow-wrap: break-word;
}
.new-detail-page .main .article-main * {
	max-width: 100%;
	overflow-wrap: break-word;
}
.new-detail-page .main .article-main img {
	max-width: 100%;
	height: auto;
}
.new-detail-page .main .article-main p {
	max-width: 100%;
}
/* 恢复为默认值 */
.new-detail-page .main .article-main  ul li {
	list-style: initial;
}

.new-detail-page .main .article-main  ol li {
	list-style: decimal;
}
.new-detail-page .recommed-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 37px;
}
.new-detail-page .recommed-list .item {
	max-width: 46%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
.new-detail-page .recommed-list .item.item-right {
	text-align: right;
}
.new-detail-page .recommed-list .item span,
.new-detail-page .recommed-list .item a {
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 14px;
	color: #676767;
	line-height: 2;
	letter-spacing: 1px;
	font-style: normal;
	text-transform: none;
}
.new-detail-page .recommed-list .item a:hover {
	color: #ed1c24;
}
/* 视频列表 */
.video-list-page {
	padding-top: 91px;
	padding-bottom: calc(124px - 66px);
	background-color: #fff;
}
.video-list-page .video-title {
	font-family: BelyDisplayW00-Regular, BelyDisplayW00-Regular;
	font-weight: 400;
	font-size: 52px;
	color: #000000;
	line-height: 1.173;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 66px;
}
.video-list-page .list {
	display: flex;
	flex-wrap: wrap;
}
.video-list-page .list .item {
	width: 31.408%;
	margin-right: 2.87%;
	margin-bottom: 66px;
}
.video-list-page .list .item:nth-of-type(3n) {
	margin-right: 0;
}
.video-list-page .list .item .video-box {
	width: 100%;
	padding-bottom: 60.313%;
	position: relative;
}
.video-list-page .list .item .video-box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.video-list-page .list .item .video-text {
	width: 100%;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 28px;
	color: #000000;
	line-height: 1.178;
	text-align: center;
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-top: 27px;
}
.video-list-page .list .item .link {
	display: block;
	width: 166px;
	height: 44px;
	background: #ed1c24;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	font-style: normal;
	text-transform: uppercase;
	user-select: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 27px auto 0;
}
/* 驱动下载 */
.super-page {
	/* 表单区域 */
	/* 信息区域 */
	/* 复制提示信息 */
}
.super-page .select-area {
	background: #f5f5f5;
	padding-top: 44px;
	padding-bottom: 61px;
}
.super-page .select-area .select-container {
	display: flex;
	align-items: flex-start;
	padding-left: 67px;
	padding-right: 85px;
}
.super-page .select-area .select-container .left {
	padding-top: 21px;
	width: 48.5%;
	flex-shrink: 0;
}
.super-page .select-area .select-container .left select,
.super-page .select-area .select-container .left input {
	display: block;
	width: 100%;
	height: 48px;
	margin-bottom: 28px;
	padding-left: 24px;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #555555;
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 16px;
	color: #404040;
	line-height: 1.2;
	text-align: left;
	font-style: normal;
}
.super-page .select-area .select-container .left select:focus,
.super-page .select-area .select-container .left input:focus {
	outline: none;
	border-color: #ed1c24;
}
.super-page .select-area .select-container .left input::placeholder {
	color: #c3c3c3;
}
.super-page .select-area .select-container .left select {
	-webkit-appearance: none;
	/* Chrome, Safari, Opera */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;
	/* Standard syntax */
	/* 可能还需要添加针对IE/Edge的伪元素样式 */
	background-image: url("../images/select-icon.svg");
	background-repeat: no-repeat;
	background-position: right 17px center;
	/* 或调整为所需的位置 */
	padding-right: 96px;
}
.super-page .select-area .select-container .left select::-ms-expand {
	display: none;
}
.super-page .select-area .select-container .left button {
	width: 133px;
	height: 46px;
	background: #ed1c24;
	border-radius: 4px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	font-style: normal;
	text-transform: capitalize;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.super-page .select-area .select-container .right {
	flex: 1;
	margin-left: 73px;
}
.super-page .select-area .select-container .right p {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 14px;
	color: #252525;
	line-height: 1.5;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.super-page .select-area .select-container .right img {
	display: block;
	margin-top: 13px;
	max-width: 581px;
	max-height: 181px;
	object-fit:contain;
}
.super-page .info-area {
	padding-top: 59px;
	padding-bottom: 142px;
}
.super-page .info-area .title {
	font-family: Kanit, Kanit;
	font-weight: 400;
	font-size: 24px;
	color: #1d1d1d;
	line-height: 1.17;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.super-page .info-area .title::before {
	display: block;
	content: "";
	width: 6px;
	height: 24px;
	background: #ed1c24;
	margin-right: 8px;
}
.super-page .info-area .title::after {
	display: block;
	content: "";
	width: 84.367%;
	height: 1px;
	background-color: #d8d8d8;
	margin-top: 12px;
}
.super-page .info-area .table-container {
	width: 100%;
	overflow-x: auto;
	margin-top: 32px;
}
.super-page .info-area .table-container table {
	min-width: 100%;
	width: auto;
	height: auto;
	border-collapse: collapse;
}
.super-page .info-area .table-container table thead tr th {
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 18px;
	color: #ffffff;
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
	height: 49px;
	border-right: 1px solid #fff;
}
.super-page .info-area .table-container table thead tr th:last-of-type {
	border-right: none;
}
.super-page .info-area .table-container table thead tr th:nth-child(odd) {
	background: #a6a6a6;
}
.super-page .info-area .table-container table thead tr th:nth-child(even) {
	background: #c0c0c0;
}
.super-page .info-area .table-container table tbody td {
	padding-top: 13px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-right: 5px;
}
.super-page .info-area .table-container table tbody tr {
	border-bottom: 1px solid #e7e7e7;
}
.super-page .info-area .table-container table tbody tr .file-name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #3f3f3f;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width: 360px;
	overflow-wrap: break-word;
	display: flex;
}
.super-page .info-area .table-container table tbody tr .file-name img {
	margin-right: 16px;
}
.super-page .info-area .table-container table tbody tr .default {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #848484;
	line-height: 1.1875;
	text-align: center;
	font-style: normal;
	text-transform: none;
	width: 162px;
}
.super-page .info-area .table-container table tbody tr .operate {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.super-page .info-area .table-container table tbody tr .operate .download-btn {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.1875;
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
	width: 114px;
	height: 33px;
	background: #ed1c24;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 4px;
	border: none;
}
.super-page .info-area .table-container table tbody tr .operate .download-btn span {
	margin-left: 7px;
}
.super-page .info-area .table-container table tbody tr .operate .copy-btn {
	width: 93px;
	height: 33px;
	background: #262626;
	border-radius: 4px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.1875;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	cursor: pointer;
	border: none;
}
.super-page .info-area .table-container table tbody tr .operate .copy-marker {
	position: relative;
	width: 14px;
	height: 14px;
	background: #ed1c24;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 9px;
	cursor: pointer;
	margin-top: 2px;
}
.super-page .info-area .table-container table tbody tr .operate .copy-marker .copy-box {
	position: absolute;
	width: 230px;
	height: auto;
	top: 50%;
	right: calc(100% + 95%);
	transform: translateY(-50%);
	background-color: #000;
	color: #fff;
	padding: 10px;
	border-radius: 7px;
	overflow-wrap: break-word;
	display: none;
	cursor: text;
}
.super-page .info-area .table-container table tbody tr .operate .copy-marker .copy-box::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: #000;
}
.super-page .info-area .table-container table tbody tr .operate .copy-marker:hover .copy-box {
	display: block;
}
.super-page .message {
	position: fixed;
	top: 45vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999999;
	white-space: nowrap;
	font-size: 16px;
	padding: 15px;
	display: none;
}
.super-page .message.success {
	background-color: #f0f9eb;
	color: #67c23a;
}
.super-page .message.error {
	background-color: #fef0f0;
	color: #f66c81;
}
@media (max-width: 1650px) {
	.pro-banner .text-area .text {
		font-size: 67px;
	}
	.pro-banner .text-area .text2 {
		width: 70%;
		margin-top: 20px;
	}
}
@media (max-width: 1450px) {
	.about-page .about-container .pic {
		width: 50%;
	}
	.about-page .about-container .pic img {
		width: 100%;
		height: auto;
	}
	.about-page .about-container .text {
		padding-top: 0;
		width: 50%;
	}
	/* 产品系列banner */
	.pro-banner .text-area {
		top: 35%;
	}
	.pro-banner .text-area .text {
		font-size: 45px;
	}
	.pro-banner .text-area .text2 {
		width: 90%;
	}
	/* 产品详情 */
	.pro-detail-page .detail-area .left {
		/* width: 50%; */
		/* width: 46%; */
		width: 500px;
	}

	.pro-detail-page .detail-area.fixed .right {
		margin-left: calc(500px + 53px);
	}

	.pro-detail-page .detail-area .left .swiper1 {
		width: 78px !important;
		flex-shrink: 0;
	}
	.pro-detail-page .detail-area .left .swiper2 {
		flex: 1;
		width: auto;
	}
	.super-page .select-area .select-container .right {
		margin-left: 35px;
	}
	.super-page .select-area .select-container .right img {
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 1200px) {
	.contact-page .content {
		padding-left: 35px;
		padding-right: 35px;
	}
	.jxs-page .site-area .list {
		justify-content: space-between;
	}
	.jxs-page .site-area .list .item {
		margin-right: 0;
		width: 47%;
	}
	/* 产品系列banner */
	.pro-banner .text-area .text {
		font-size: 32px;
	}
	.pro-banner .text-area .text2 {
		font-size: 16px;
	}
	/* 产品列表 */
	.pro-list-page .list .item {
		width: 30%;
		margin-right: 3.3%;
	}
	.pro-list-page .list .item:nth-of-type(3n) {
		margin-right: 0;
	}
	.pro-list-page .list .item:nth-of-type(4n) {
		margin-right: 3.3%;
	}

	/* 产品详情 */

	/* 产品详情 */
	.pro-detail-page .detail-area .left {
		width: 400px;
	}

	.pro-detail-page .detail-area.fixed .right {
		margin-left: calc(400px + 53px);
	}
}
@media (max-width: 992px) {
	.contact-page .content {
		flex-wrap: wrap;
	}
	.contact-page .content .left,
	.contact-page .content .right {
		width: 100%;
	}
	.contact-page .content .right {
		margin-top: 35px;
	}
	/* 产品系列banner */
	.pro-banner .text-area {
		width: 67%;
		left: 13.5%;
		top: 24%;
	}
	.pro-banner .text-area .text2 {
		width: 100%;
		margin-bottom: 0;
		margin-top: 15px;
	}
	.pro-detail-page .detail-area {
		flex-wrap: wrap;
	}
	.pro-detail-page .detail-area .left,
	.pro-detail-page .detail-area .right {
		width: 100%;
	}
	.pro-detail-page .detail-area .right {
		margin-left: 0;
		margin-top: 25px;
		flex: none;
	}
	.pro-detail-page .detail-area .right .info-box {
		width: 100%;
	}
	.super-page .info-area .table-container table {
		min-width: auto;
		width: auto;
		table-layout: auto;
	}
	.super-page .info-area .table-container table tbody tr .file-name {
		min-width: 260px;
		width: auto;
		white-space: nowrap;
	}
	.super-page .info-area .table-container table tbody tr .default {
		padding: 15px;
		min-width: 162px;
		white-space: nowrap;
		width: auto;
	}
	.super-page .info-area .table-container table tbody tr .operate {
		min-width: 260px;
		width: auto;
		padding: 10px 20px;
	}
	/* 视频列表 */
	.video-list-page .list {
		margin-right: 0;
		justify-content: space-between;
	}
	.video-list-page .list .item {
		width: 47%;
		margin-right: 0 !important;
	}
	.video-list-page .list .item .video-text {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.about-page {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.about-page .about-container {
		flex-wrap: wrap;
	}
	.about-page .about-container .pic,
	.about-page .about-container .text {
		width: 100%;
		margin-left: 0;
		flex: none;
	}
	.about-page .about-container .text {
		padding-left: 0;
		position: relative;
		z-index: 2;
		margin-top: 25px;
	}
	.about-page .about-container .text .title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.about-page .about-container .text .desc {
		font-size: 16px;
	}
	.about-page .about-container .text .about-icon {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
	}
	.about-page .about-container .text .about-icon img {
		width: 92px;
	}
	/* app下载页面 */
	.app-page .app {
		font-size: 24px;
	}
	.app-page {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.app-page .learn-title {
		font-size: 24px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.app-page .download-text {
		margin-top: 15px;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.app-page .download-text {
		font-size: 22px;
	}
	.app-page .btn-list {
		justify-content: space-between;
	}
	.app-page .btn-list .btn-item {
		width: 45%;
		margin-right: 0 !important;
	}
	.app-page .btn-list .btn-item img {
		width: 100%;
	}
	.contact-page .contact-container {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.contact-page .page-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.contact-page .contact-wrap {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.contact-page .content .left h5,
	.contact-page .content .right h5 {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.contact-page .content .left .text-box p {
		font-size: 18px;
		line-height: 1.7;
	}
	.contact-page .content .right {
		margin-top: 20px;
	}
	.contact-page .content .right .form-label {
		font-size: 18px;
		line-height: 1.5;
	}
	.contact-page .content .right .submit {
		margin-top: 20px;
	}
	/* faq */
	.faq-page {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.faq-page .faq-container {
		padding: 25px 20px;
	}
	.faq-page .faq-container .title {
		font-size: 24px;
		margin-bottom: 35px;
	}
	.faq-page .faq-container .section .sub-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	/* 经销商页面 */
	.jxs-page .form-area {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.jxs-page .form-area .form-container {
		padding: 30px 20px;
	}
	.jxs-page .form-area .form-container .form-row {
		flex-wrap: wrap;
	}
	.jxs-page .form-area .form-container .form-row .form-item {
		width: 100%;
		margin-right: 0;
		flex: none;
	}
	.jxs-page .form-area .form-container .form-row .form-item:first-of-type {
		margin-bottom: 25px;
	}
	.jxs-page .form-area .form-container .title,
	.jxs-page .site-area .title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.jxs-page .site-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.jxs-page .site-area .list .item .site-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.jxs-page .site-area .list .item .description {
		font-size: 16px;
	}
	.jxs-page .site-area .list .item .description:first-of-type {
		margin-bottom: 10px;
	}
	/* 新闻详情 */
	.new-detail-page {
		padding-bottom: 45px;
	}
	.new-detail-page .bread-crumb {
		display: none;
	}
	.new-detail-page .recommed-list {
		margin-top: 15px;
	}
	.new-detail-page .main {
		padding-top: 45px;
	}
	.new-detail-page .main .title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.new-detail-page .main .source {
		padding-bottom: 20px;
	}
	.new-detail-page .main .article-main {
		margin-top: 35px;
		padding-bottom: 35px;
	}
	/* 新闻列表 */
	.news-list-page {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.news-list-page .item .pic {
		width: 30%;
		height: auto;
		position: relative;
	}
	.news-list-page .item .pic img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.news-list-page .item .pic::after {
		content: "";
		display: block;
		padding-bottom: 67%;
	}
	.news-list-page .news-container .news-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 24px;
	}
	.news-list-page .list {
		margin-bottom: 45px;
	}
	.news-list-page .item .text .desc {
		margin-top: 10px;
	}
	.news-list-page .item .text {
		padding-top: 0;
		padding-left: 15px;
	}
	.news-list-page .item .text .btn {
		margin-top: 15px;
	}
	/* 分页器 */
	.common-pagination {
		flex-wrap: wrap;
	}
	.common-pagination .btn-list,
	.common-pagination .form-controll {
		margin-bottom: 10px;
	}
	.common-pagination .btn-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.common-pagination .btn-list .default-item {
		margin-bottom: 10px;
	}
	/* 产品系列banner */
	.pro-detail-page .detail-area {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.pro-banner {
		height: 400px;
	}
	.pro-banner img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.pro-detail-page .detail-area .right .info-box .pro-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.pro-detail-page .detail-area .right .info-box .description {
		margin-bottom: 25px;
	}
	.pro-detail-page .detail-area .right .detail-box {
		margin-top: 20px;
		padding: 20px 15px;
	}
	.pro-detail-page .detail-area .right .pro-detail-title {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	/* 产品列表 */
	.pro-list-page .list-area {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.pro-list-page .pro-title {
		font-size: 24px;
	}
	.pro-list-page .list {
		justify-content: space-between;
	}
	.pro-list-page .list .item {
		width: 47%;
		margin-right: 0 !important;
	}
	.pro-list-page .list .item .text .tag {
		margin-top: 10px;
	}
	.pro-list-page .pro-title {
		padding-bottom: 15px;
	}
	/* 产品资料下载 */
	.super-page .info-area {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.super-page .select-area {
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.super-page .select-area .select-container {
		padding-left: 0;
		padding-right: 0;
		flex-wrap: wrap;
	}
	.super-page .select-area .select-container .left {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.super-page .select-area .select-container .right {
		width: 96%;
		margin-left: 0;
		margin-top: 20px;
		padding-left: 10px;
	}
	.super-page .info-area .title {
		font-size: 18px;
		flex-wrap: nowrap;
		padding-bottom: 15px;
		border-bottom: 1px solid #d8d8d8;
	}
	.super-page .info-area .title::after {
		content: none;
	}
	.super-page .info-area .table-container table thead tr th:first-of-type {
		position: sticky;
		left: 0;
		background-color: #a6a6a6;
	}
	.super-page .info-area .table-container table tbody tr .file-name {
		min-width: 220px;
		position: sticky;
		left: 0;
		z-index: 99;
		background-color: #fff;
	}
	.super-page .info-area .table-container table tbody tr .file-name img {
		margin-right: 10px;
	}
	/* 视频列表 */
	.video-list-page {
		padding-top: 45px;
		padding-bottom: 15px;
	}
	.video-list-page .video-title {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.video-list-page .list .item {
		margin-bottom: 30px;
	}
	.video-list-page .list .item .video-text {
		margin-top: 15px;
		font-size: 18px;
	}
	.video-list-page .list .item .link {
		width: 86%;
		margin-top: 15px;
	}
}
@media (max-width: 576px) {
	.app-page .learn-title,
	.app-page .download-text {
		font-size: 18px;
	}
	.app-page .btn-list {
		padding: 0 20px;
	}
	.contact-page .map {
		height: 270px;
	}
	.contact-page .content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-page .content .left .text-box p {
		font-size: 16px;
	}
	.contact-page .content .left h5,
	.contact-page .content .right h5 {
		padding-bottom: 0;
		font-size: 18px;
	}
	.contact-page .content .right .form-row {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.contact-page .content .right .form-row .form-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.contact-page .content .right .filud-row {
		margin-bottom: 10px;
	}
	.contact-page .content .right .form-label {
		margin-bottom: 5px;
	}
	.contact-page .content .right .form-row .form-item input,
	.contact-page .content .right .filud-row input {
		height: 45px;
	}
	.contact-page .content .right .filud-row textarea {
		height: 160px;
	}
	.contact-page .content .right .submit {
		width: 100%;
	}
	.faq-page .faq-container .title {
		margin-bottom: 25px;
	}
	.faq-page .faq-container .section {
		margin-bottom: 25px;
	}
	.faq-page .faq-container .section .sub-title {
		font-size: 18px;
	}
	.faq-page .faq-container .section .list .item .line .icon img {
		width: 18px;
		height: auto;
		vertical-align: middle;
	}
	/* 经销商页面 */
	.jxs-page .form-area .form-container .form-row .form-item:first-of-type {
		margin-bottom: 15px;
	}
	.jxs-page .form-area .form-container .desc {
		line-height: 1.7;
	}
	.jxs-page .form-area .form-container .form-row {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.jxs-page .form-area .form-container .label-text {
		font-size: 18px;
		line-height: 1.5;
	}
	.jxs-page .form-area .form-container .form-row .form-item input,
	.jxs-page .form-area .form-container .fluid-row input {
		height: 45px;
		margin-top: 5px;
	}
	.jxs-page .form-area .form-container .fluid-row textarea {
		margin-top: 10px;
		height: 160px;
	}
	.jxs-page .form-area .form-container .submit {
		width: 100%;
		margin-top: 25px;
	}
	.jxs-page .site-area .list .item {
		width: 100%;
		margin-bottom: 25px;
	}
	.new-detail-page .main .time {
		margin-bottom: 10px;
	}
	.new-detail-page .main .title {
		font-size: 22px;
	}
	.new-detail-page .main .article-main {
		margin-top: 25px;
		padding-bottom: 25px;
	}
	.new-detail-page .recommed-list {
		flex-wrap: wrap;
	}
	.new-detail-page .recommed-list .item {
		max-width: none;
		width: 100%;
	}
	.new-detail-page .recommed-list .item a,
	.new-detail-page .recommed-list .item span {
		line-height: 1.7;
	}
	.new-detail-page .recommed-list .item.item-right {
		text-align: left;
	}
	.new-detail-page .recommed-list .item:first-of-type {
		margin-bottom: 6px;
	}
	.news-list-page .item {
		flex-wrap: wrap;
		margin-bottom: 36px;
	}
	.news-list-page .item .pic {
		width: 100%;
	}
	.news-list-page .item .pic::after {
		content: none;
		padding-bottom: 0;
	}
	.news-list-page .item .pic img {
		position: static;
		width: 100%;
		height: auto;
	}
	.news-list-page .item .text {
		padding-left: 0;
		margin-top: 15px;
		flex: none;
		width: 100%;
	}
	/* 产品系列banner */
	.pro-banner {
		height: 360px;
	}
	.pro-detail-page .detail-area .left .swiper1 {
		display: none;
	}
	.pro-detail-page .detail-area .left .swiper2 {
		margin-left: 0;
		flex: none;
		width: 100%;
	}
	.pro-detail-page .detail-area .left .swiper2 .swiper-pagination {
		display: block;
	}
	.pro-detail-page .detail-area .right .info-box .pro-title {
		font-size: 22px;
	}
	/* 产品列表 */
	.pro-list-page .list .item {
		margin-bottom: 20px;
	}
	.pro-list-page .list .item .text .title {
		font-size: 14px;
	}
	.pro-list-page .list .item .text .desc {
		font-size: 18px;
	}
	.pro-list-page .list .item .text .tag {
		margin-top: 5px;
	}
	/* 视频列表 */
	.video-list-page .list .item {
		width: 96%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.video-list-page .list .item .link {
		width: 100%;
	}

	.pro-detail-page .pro-params .param-item .top {
		font-size: 16px;
	}

	.pro-detail-page .pro-params .param-item .main {
		font-size: 14px;
	}

	.app-page .app-pic-area {
		flex-wrap: wrap;
	}

	.app-page .app-pic-area .left,
	.app-page .app-pic-area .right {
		width: 100%;
	}

	.app-page .app-pic-area .left {
		padding-right: 0;
		text-align: center;
	}

	.app-page .app-pic-area .right {
		text-align: center;
		margin-bottom: 20px;
	}
	.app-page .mb-30 {
		margin-bottom: 20px;
	}
	.app-page .app-pic-area .right a {
		margin-left: auto;
		margin-right: auto;
	}
}

/* 大于1925px */
@media (min-width: 1925px) {
	.pro-detail-page .wrap {
		width: 1650px;
	}
}
