@font-face {
	font-family:"freight-display-pro";src:url("../font/FreightDispProLight-Italic.ttf") format("opentype")
}
@font-face {
	font-family:"helvetica-neuelt-pro";src:url("../font/HelveticaNeueLTPro-Lt.otf") format("opentype")
}
@font-face {
	font-family:"raleway";src:url("../font/Raleway.ttf") format("opentype")
}
@font-face {
	font-family:"raleway-vf";src:url("../font/Raleway-VF.ttf") format("opentype")
}
@font-face {
	font-family:"roboto-thinttalic";src:url("../font/Roboto-ThinItalic.ttf") format("opentype")
}
* {
	margin: 0;
	padding: 0
}

.flex {
	display: flex
}

.flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center
}

.flex-center {
	display: flex;
	justify-content: center
}

.flex-start-start {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start
}

.flex-center-start {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.flex-start-between {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.flex-col-cen-cen {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.img-scale {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1.8s ease
}

.img-scale img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 1.8s ease
}

.img-scale:hover img {
	transform: scale(1.1);
	transition: all 1.8s ease
}

.icon-scale:hover img {
	transform: scale(1.4);
	transition: all 1.2s ease
}

.product-scale:hover img {
	transform: scale(1.2);
	transition: all 1.2s ease
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background-color: #d0d7da
}

::-webkit-scrollbar-thumb {
	background-color: #5a5a5a
}

.wrap {
	max-width: 1440px;
	margin: 0 auto
}

@media(max-width: 1200px) {
	.wrap {
		width: 92%
	}
}

.header {
	background-color: rgba(255,255,255,.3);
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 99;
	height: .66rem;
	min-height: 50px;
	box-shadow: 0rem 0rem .24rem 0rem rgba(48,48,48,.08);
	border-bottom: 1px solid #fff
}

.header .layui-nav {
	background: rgba(0,0,0,0)
}

.header .layui-nav .layui-this:after {
	display: none
}

.header .layui-nav-child {
	background-color: rgba(255,255,255,.9)
}

.header .layui-nav .layui-nav-item:hover,.header .layui-nav .layui-nav-item a:hover {
	background: none
}

.header-left {
	margin: auto 26px
}

.header-left img {
	margin: auto
}

.header-right {
	width: 70%;
	margin-right: 5%
}

.header-right a {
	font-size: .16rem;
	color: #000;
	font-weight: normal;
	height: .56rem;
	text-align: center;
	line-height: .56rem;
	padding: 0 .1rem;
	position: relative;
	margin: 0 .1rem;
	color: #000 !important
}

.header-right a:hover,.header-right a.active {
	color: #741b1b
}

.header-right a:hover::after,.header-right a.active::after {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0)
}

.header-right a:hover::before,.header-right a.active::before {
	top: 0
}

.header-right a:hover::after,.header-right a.active::after {
	bottom: 0
}

.header-right-nav {
	top: 0;
	position: absolute;
	right: 60px;
	height: 100%
}

.header-right-nav a {
	margin: 0 .1rem
}

.header-right-nav-home {
	font-size: .24rem;
	color: #741b1b;
	font-weight: bold
}

.header .right-box {
	position: absolute;
	right: 30px;
	height: .64rem;
	min-height: 47px
}

.header .right-box img {
	box-sizing: content-box;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px
}

.header .right-box .search2,.header .right-box .earth2 {
	display: none
}

.header .header-search {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	background-color: #fff;
	opacity: 0;
	z-index: 20;
	transition: all .3s
}

.header .header-search .layout-content {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1600px;
	height: 100%;
	margin: auto
}

.header .header-search .layout-content .hide {
	width: 20px;
	height: 40px;
	margin-right: 10px;
	cursor: pointer;
	position: relative
}

.header .header-search .layout-content .hide::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 1px;
	height: 35%;
	margin-top: -35%;
	background: #000;
	transform: rotate(45deg)
}

.header .header-search .layout-content .hide::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 1px;
	height: 35%;
	margin-top: -35%;
	background: #000;
	transform: rotate(-45deg)
}

.header .header-search .layout-content .form {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center
}

.header .header-search .layout-content .form .search-input {
	width: calc(100% - 30px);
	font-size: 15px;
	padding: 0 15px 0 5px;
	border-bottom: 1px solid #e1e1e1;
	height: .64rem;
	line-height: .64rem
}

.header .header-search .layout-content .form .search-btn {
	cursor: pointer;
	width: 30px;
	height: .64rem;
	line-height: .64rem;
	font-size: 0;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center/60% auto
}

.header .header-search-show {
	opacity: 1;
	top: 0
}

.header-bg {
	background-color: rgba(255,255,255,.9);
	color: #242424;
	transition: all .2s;
	box-shadow: 0px 0px 29px 0px rgba(0,0,0,.1);
	border-bottom: 1px solid #000
}

.header-bg .layout-content .logo1 {
	display: none
}

.header-bg .layout-content .logo2 {
	display: block
}

.header-bg .layout-content .nav-box li a::before {
	bottom: 0
}

.header-bg .right-box img {
	display: none
}

.header-bg .right-box .search2,.header-bg .right-box .earth2 {
	display: block
}

.mobile-nav-content .mobile-nav-item {
	font-size: .24rem;
	color: #666;
	font-weight: normal;
	padding: .1rem 16px;
	display: block;
	line-height: .4rem;
	border-bottom: 1px solid #ebebeb;
	position: relative
}

.mobile-nav-content .mobile-nav-item b {
	width: 100%;
	display: block;
	font-weight: normal
}

.mobile-nav-content .mobile-nav-item b i {
	position: absolute;
	right: 5%
}

.mobile-nav-content .mobile-nav-item .sitem a {
	text-indent: 1em;
	border-bottom: none;
	display: block;
	width: 100%
}

.mobile-nav-content .mobile-nav-item.active {
	font-weight: bold
}

.mobile-nav-content .mobile-nav-item.active b {
	font-weight: bold
}

.mobile-nav-content .mobile-nav-item.active .sitem a {
	font-weight: normal
}

.layui-layer-title {
	height: auto;
	min-height: 48px;
	display: flex;
	align-items: center
}

.layui-nav.layui-nav-tree {
	width: 100%;
	background: #fff;
	color: #000
}

.layui-nav.layui-nav-tree dl {
	background: #fff;
	text-indent: 2em
}

.layui-nav.layui-nav-tree a {
	color: #000 !important
}

@media(max-width: 960px) {
	.header-right {
		display: none !important
	}

	.header-right-nav {
		display: flex !important
	}
}

.home-banner {
	width: 100%
}

.home-banner .page-btn {
	width: 100%;
	display: flex;
	justify-content: center;
	cursor: pointer
}

.home-banner-img {
	width: 100%;
	display: block;
	text-align: center;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover
}

.home-banner .swiper-footer {
	width: 100%;
	justify-content: center;
	cursor: pointer
}

.home-banner .swiper-footer-title {
	font-size: .36rem;
	color: #fff;
	margin: .24rem;
	font-family: freight-display-pro,serif
}

.home-banner .swiper-footer img {
	margin: auto
}

.home-banner .swiper {
	width: 100%;
	height: 100%
}

.home-banner .swiper .swiper-button-prev {
	width: auto;
	left: 5%
}

.home-banner .swiper .swiper-button-prev::after {
	background-repeat: no-repeat;
	background-image: url("../images/arrow-left.png");
	content: "";
	display: block;
	background-size: "auto";
	width: .6rem;
	height: .8rem
}

.home-banner .swiper .swiper-button-next {
	width: auto;
	right: 0
}

.home-banner .swiper .swiper-button-next::after {
	background-repeat: no-repeat;
	background-image: url("../images/arrow-right.png");
	content: "";
	display: block;
	background-size: "auto";
	width: .6rem;
	height: .8rem
}

.home-banner .swiper .swiper-pagination {
	bottom: 0%
}

.home-banner .swiper .swiper-pagination-bullets {
	background-repeat: no-repeat;
	background-image: url("../images/btn-01.png");
	content: "";
	display: block;
	background-size: "auto";
	width: .6rem;
	height: .8rem
}

.home-banner .swiper .swiper-footer {
	background-image: linear-gradient(to top, #000, transparent)
}

.home-banner .swiper .swiper-footer img {
	padding-bottom: 2%
}

.home-banner .swiper-detail {
	width: 100%;
	height: 100%
}

.home-banner .swiper-detail .swiper-button-prev {
	width: auto;
	left: 5%
}

.home-banner .swiper-detail .swiper-button-prev::after {
	background-repeat: no-repeat;
	background-image: url("../images/arrow-left.png");
	content: "";
	display: block;
	background-size: "auto";
	width: .6rem;
	height: .8rem
}

.home-banner .swiper-detail .swiper-button-next {
	width: auto;
	right: 0
}

.home-banner .swiper-detail .swiper-button-next::after {
	background-repeat: no-repeat;
	background-image: url("../images/arrow-right.png");
	content: "";
	display: block;
	background-size: "auto";
	width: .6rem;
	height: .8rem
}

.home-banner .swiper-detail .swiper-pagination {
	bottom: 0
}

.home-banner .swiper-detail .swiper-pagination-bullet {
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0);
	opacity: 1;
	transform: scale(1.5);
	margin: .08rem
}

.home-banner .swiper-detail .swiper-pagination-bullet-active {
	border: 0px solid #fff;
	background-color: #fff;
	opacity: 1
}

.home-banner .swiper-detail .swiper-pagination-bullets {
	background-repeat: no-repeat;
	background-image: none;
	content: "";
	display: block;
	background-size: "";
	width: 100%;
	height: ""
}

@media(max-width: 1680px) {
	.home-banner-img {
		height: 100%
	}
}

.banner {
	width: 100%;
	position: relative;
	padding-top: 1rem
}

.banner-img {
	width: 100%;
	height: auto;
	display: block
}

.banner-con {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%)
}

.banner-con h1 {
	font-size: .36rem;
	color: #741b1b;
	font-weight: bold
}

.banner-con h1::after {
	content: "";
	display: block;
	width: .88rem;
	height: .03rem;
	margin: .2rem 0 .3rem;
	background-color: #741b1b
}

.banner-con h2 {
	font-size: .18rem;
	color: #741b1b
}

.banner .news-tabs {
	position: absolute;
	bottom: -0.1rem;
	height: 1.2rem;
	border-radius: .2rem;
	left: 50%;
	transform: translate(-50%);
	background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0.51));
	border: 1px solid #fff;
	box-shadow: 0px 0px 30px 0px rgba(183,101,14,.12)
}

.banner .news-tabs-item {
	width: 2rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .2rem;
	color: #741b1b;
	margin: 0 5%
}

.banner .news-tabs-item.active,.banner .news-tabs-item:hover {
	background: url("../images/pic-nav02.png") no-repeat;
	color: #fff
}

.home-product {
	max-width: 1440px;
	padding-top: .67rem
}

.home-product-title {
	font-size: .36rem;
	font-weight: 500
}

.home-product-title-line {
	width: .6rem;
	height: .03rem;
	background-color: #f36565;
	margin: .1rem auto
}

.home-product-desc {
	max-width: 1050px;
	margin: 0 auto;
	font-size: .14rem;
	text-align: center;
	line-height: 20px
}

@media(max-width: 1200px) {
	.news-tabs {
		display: none !important
	}

	.banner-img {
		height: 3rem;
		-o-object-fit: cover;
		object-fit: cover
	}

	.banner-con h1 {
		font-size: .24rem
	}

	.header .right-box {
		right: 20px
	}
}

.content {
	width: 100%;
	background: url("../images/bg-content.png") no-repeat scroll center bottom;
	background-size: 100% auto;
	padding: 5% 0
}

.content-title {
	margin-bottom: 4%
}

.content-title .line-left {
	width: 40%;
	height: 1px;
	opacity: .8;
	background: linear-gradient(90deg, #005629, #005629, rgba(0, 86, 41, 0));
	transform: rotate(180deg)
}

.content-title .line-right {
	width: 40%;
	height: 1px;
	opacity: .8;
	background: linear-gradient(90deg, #005629, #005629, rgba(0, 86, 41, 0))
}

.content-title h1 {
	width: 30%;
	font-size: .34rem;
	color: #741b1b;
	font-weight: bold
}

.content-title h1::before,.content-title h1::after {
	width: .32rem;
	height: .5rem;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.content-title h1::before {
	background-image: url("../images/bg-07left.png");
	margin-right: 5%
}

.content-title h1::after {
	background-image: url("../images/bg-07right.png");
	margin-left: 5%
}

@media(max-width: 1200px) {
	.content-title h1 {
		width: 50%
	}

	.content-title .line-left,.content-title .line-right {
		display: none
	}
}

.home-title {
	width: 100%;
	margin: 5% auto 0;
	position: relative
}

.home-title::before {
	background-repeat: no-repeat;
	background-image: url("../images/bg-07.png");
	content: "";
	display: block;
	background-size: 100%;
	width: .3rem;
	height: .5rem
}

.home-title::after {
	content: "";
	display: block;
	height: .01rem;
	background: linear-gradient(90deg, #005629, #005629, rgba(0, 86, 41, 0));
	width: 50%;
	opacity: .8;
	margin-left: 5%
}

.home-title h1 {
	font-size: .36rem;
	color: #741b1b;
	font-weight: bold;
	margin: 0 .3rem 0 .12rem
}

.home-title h2 {
	font-size: .24rem;
	color: #741b1b;
	font-weight: bold
}

.home-title .more {
	font-size: .18rem;
	color: #741b1b;
	font-weight: bold;
	position: absolute;
	right: 0
}

.home-part {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	overflow: hidden
}

.home-part1 {
	background: #fff;
	position: relative
}

.home-part1-wrap {
	max-width: 1100px
}

.home-part1-top {
	margin: 10% auto 0
}

.home-part1-top-txt {
	font-size: .16rem;
	color: #000;
	font-weight: normal;
	line-height: .36rem
}

.home-part1-btm {
	margin-top: 5%
}

.home-part1 .caseSwiper {
	margin-top: 5%
}

.home-part1 .case-item {
	display: block;
	max-height: 6.34rem;
	position: relative
}

.home-part1 .case-item img {
	background: #fff;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.home-part1 .case-item dl {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 3% 5%;
	background: rgba(0,0,0,.5);
	color: #fff
}

.home-part1 .case-item dl dt {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: .16rem;
	color: #fff;
	font-weight: normal
}

.home-part1 .case-item dl dt::before {
	background-repeat: no-repeat;
	background-image: url("../images/icon-location.png");
	content: "";
	display: block;
	background-size: 100%;
	width: .2rem;
	height: .22rem;
	margin-right: .05rem
}

.home-part1 .case-item dl dt b {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: normal;
	width: calc(100% - .27rem)
}

.home-part1 .case-item dl dd {
	font-size: .14rem;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: .24rem;
	margin-top: .1rem
}

.home-part1 .model-text {
	font-size: .2rem;
	color: #000;
	font-weight: 500;
	margin: .3rem auto;
	cursor: pointer
}

.home-part1 .swiper-pagination-horizontal {
	bottom: -4px
}

.home-part2 {
	padding-bottom: 5%
}

.home-part2 .video-box {
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}

.home-part2 .video-box .video {
	width: 100%;
	height: auto;
	background-color: #494949;
	-o-object-fit: cover;
	object-fit: cover
}

.home-part2 .video-box .icon-play {
	width: .8rem;
	height: .8rem;
	position: absolute;
	top: calc(50% - .4rem);
	left: calc(50% - .4rem)
}

.home-part2-top {
	margin-top: 3.5%
}

.home-part2 .home-title {
	margin-top: 0
}

.home-part2-con {
	width: 100%;
	margin-top: -0.2rem
}

@media(max-width: 1200px) {
	.home-part1::after {
		display: none
	}

	.home-part1-top {
		flex-direction: column
	}

	.home-part1-top-img {
		max-width: 80%
	}

	.home-part3-con {
		flex-direction: column
	}

	.home-part3-con-left,.home-part3-con-right {
		width: 100%
	}

	.home-part3-con-right {
		margin-top: 2%
	}

	.home-part2-con {
		margin-top: 8%;
		position: relative
	}

	.home-part2-top-icon {
		display: none
	}

	.home-title::after {
		display: none
	}

	.home-part2 .service-item {
		display: none
	}

	.home-part2 .service-item.active {
		display: flex;
		width: 100%
	}

	.home-part2 .service-item.active .service-item-wrap {
		justify-content: center
	}

	.home-part2 .service-item.active .service-item-detail {
		margin-right: 0
	}

	.home-part2-con-prev,.home-part2-con-next {
		position: absolute;
		content: "";
		display: block;
		background-size: 100%;
		width: .6rem;
		height: .8rem;
		background-repeat: no-repeat;
		top: 50%;
		margin-top: -0.4rem;
		z-index: 3
	}

	.home-part2-con-prev {
		left: 0;
		background-image: url("../images/arrow-left.png")
	}

	.home-part2-con-next {
		right: 0;
		background-image: url("../images/arrow-right.png")
	}
}

.product-wrap {
	background: #fff;
	position: relative
}

.product-wrap .swiper {
	width: 100%;
	height: 100%
}

.product-wrap .swiper .swiper-button-prev {
	width: auto;
	left: 5%
}

.product-wrap .swiper .swiper-button-prev::after {
	background-repeat: no-repeat;
	background-image: url("../images/arrow-left.png");
	content: "";
	display: block;
	background-size: "auto";
	width: .6rem;
	height: .8rem
}

.product-wrap .swiper .swiper-button-next {
	width: auto;
	right: 0
}

.product-wrap .swiper .swiper-button-next::after {
	background-repeat: no-repeat;
	background-image: url("../images/arrow-right.png");
	content: "";
	display: block;
	background-size: "auto";
	width: .6rem;
	height: .8rem
}

.product-wrap .swiper .swiper-pagination {
	bottom: 2%
}

.product-wrap .swiper .swiper-pagination-bullet {
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0);
	opacity: 1;
	transform: scale(1.5);
	margin: .08rem
}

.product-wrap .swiper .swiper-pagination-bullet-active {
	border: 0px solid #fff;
	background-color: #fff;
	opacity: 1
}

.product-wrap .product-slide-text {
	width: 100%;
	position: absolute;
	bottom: 0%;
	padding-bottom: 5%;
	z-index: 3;
	left: 0;
	font-size: .18rem;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(to top, #000, transparent)
}

.product-title {
	padding: 5% 7px 3% 7px
}

.product-tip {
	font-size: .16rem;
	margin: .3rem 0 .2rem 0
}

.product-desc {
	font-size: .36rem;
	font-weight: bold
}

.product-desc-detail {
	font-size: .16rem;
	color: #515151;
	padding-top: .2rem
}

.product-end {
	padding: .3rem 7px 3% 7px
}

.product-example {
	display: flex;
	flex-wrap: wrap;
	gap: 4%
}

.product-example-sub {
	max-width: 3.46rem;
	overflow: hidden;
	width: 22%
}

.product-example-sub-card {
	height: auto
}

.product-example-sub a {
	max-width: 3.52rem;
	/*max-height: 2.52rem;*/
	display: block
}

.product-example-sub a img {
	width: 100%
}

.product-name {
	margin: .14rem 0 .32rem 0;
	font-size: .18rem;
	cursor: pointer
}

.product-name:hover {
	color: #741b1b
}

.product-tab-example {
	display: flex
}

.product-tab-title {
	font-size: .18rem;
	padding-bottom: .12rem
}

.product-tab-card {
	overflow: hidden;
	margin-right: 5%
}

.product-tab-card:hover {
	color: #741b1b
}

.product-tab-img {
	overflow: hidden;
	max-width: 2.3rem;
	max-height: .6rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer
}

.product-tab-img img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%
}

.product-tab-name {
	font-size: .18rem;
	padding: .08rem 2px .16rem 2px
}

.product-tab .tab-active .product-tab-img {
	border: 1px solid #000;
	border-radius: 5px
}

.product-tab .tab-active .product-tab-name {
	color: #000
}

.card-end {
	padding-bottom: 5%
}

@media(max-width: 1450px) {
	.product-example {
		gap: 5%
	}

	.product-example-sub {
		width: 30%
	}
}

@media(max-width: 940px) {
	.product-tab-example {
		flex-wrap: wrap
	}

	.product-example {
		flex-wrap: wrap;
		gap: 10%;
		justify-content: space-between
	}

	.product-example-sub {
		width: 45%
	}
}

.formats {
	background: #fff;
	position: relative
}

.formats-total {
	padding: 4% 0;
	font-size: .16rem
}

.formats-example {
	padding-bottom: 4%;
	flex-wrap: wrap;
	display: flex;
	gap: 4%
}

.formats-example .product-scale:hover img {
	transform: scale(1) !important
}

.formats-card {
	max-width: 3.46rem;
	max-height: 4.6rem;
	padding: 0 7px .24rem 0;
	overflow: hidden;
	width: 22%
}

.formats-card-desc {
	font-size: .16rem;
	padding-top: .16rem;
	cursor: pointer
}

.formats-card-desc:hover {
	color: #741b1b
}

.formats-card-img {
	background-color: #ededed;
	display: flex;
	border-radius: 2px;
	justify-content: center;
	min-height: 2.5rem
}

.formats-card-img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
	max-width: 100%
}

.formats-card-img img:hover {
	--tw-drop-shadow: box-shadow(0 10px 8px rgb(0 0 0 / 0.04)) box-shadow(0 4px 3px rgb(0 0 0 / 0.1));
	box-shadow: var(--tw-drop-shadow),0rem 0rem .9rem 0rem rgba(48,48,48,.2)
}

@media(max-width: 1080px) {
	.formats-example {
		gap: 5%
	}

	.formats-card {
		width: 30%
	}
}

@media(max-width: 910px) {
	.formats-example {
		gap: 10%
	}

	.formats-card {
		width: 45%;
		max-height: -moz-max-content;
		max-height: max-content
	}
}

@media(max-width: 650px) {
	.formats-example {
		justify-content: center
	}

	.formats-card {
		width: 100%;
		max-height: -moz-max-content;
		max-height: max-content
	}
}

.formats-wrap {
	background: #fff;
	position: relative
}

.formats-list {
	padding-bottom: 4%;
	display: flex;
	flex-wrap: wrap;
	gap: 2%
}

.formats-list-title {
	padding: 4% 0 .16rem 0;
	font-size: .16rem;
	font-weight: 500;
	text-align: center;
	display: block
}

.formats-list-card {
	max-width: 33%;
	max-height: 4.6rem;
	overflow: hidden;
	flex: 1;
	margin: 0 0 .24rem 0
}

.formats-list-desc {
	font-size: .16rem;
	margin-top: .1rem;
	cursor: pointer;
	font-weight: 500;
	height: .3rem;
	line-height: .3rem
}

.formats-list-desc span {
	font-weight: 400;
	font-family: emoji
}

.formats-list-desc:hover {
	color: #741b1b
}

.formats-list-img {
	background-color: #ededed;
	display: flex;
	border-radius: 2px;
	justify-content: center;
	overflow: hidden;
	height: 4.2rem;
	min-height: auto;
	min-width: auto
}

.formats-list-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media(max-width: 1200px) {
	.formats-list-card {
		flex: auto;
		width: 50%;
		max-width: 50%;
		margin: 0 auto .3rem
	}
}

.factory-start {
	padding-top: 5% 0
}

.factory-example {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .6rem 0 .1rem 0
}

.factory-example-card {
	width: 49%;
	display: flex;
	flex-direction: column;
	margin: .2rem auto;
	padding: .39rem 0;
	overflow: hidden
}

.factory-example-title {
	font-size: .36rem;
	font-weight: bold;
	margin: .22rem 0
}

.factory-example-desc {
	font-size: .16rem;
	margin-right: 1rem
}

.factory-example-bottom {
	font-size: .16rem;
	margin-left: .6rem
}

.factory-end {
	padding-bottom: 7%
}

.factory-list {
	display: flex;
	justify-content: space-evenly
}

.factory-list-card {
	padding-top: 5% 0;
	max-width: 3.6rem;
	max-height: 2.1rem;
	font-size: .18rem;
	text-align: center
}

.factory-list-card a {
	overflow: hidden;
	display: block
}

.factory-list-card span {
	margin: .2rem 0 .34rem 0;
	display: block
}

@media(max-width: 860px) {
	.factory-example {
		flex-wrap: nowrap;
		justify-content: space-evenly;
		flex-direction: column;
		padding-top: 0;
		padding-bottom: .6rem
	}

	.factory-example-card {
		width: calc(100% - .24rem);
		margin: 0 auto;
		padding: .2rem 0
	}

	.factory-example-desc {
		margin: auto
	}

	.factory-example-bottom {
		margin: auto
	}

	.factory-list {
		flex-wrap: wrap
	}

	.factory-list-card {
		max-height: none
	}
}

@media(max-width: 780px) {
	.factory-list-card {
		max-width: none;
		width: 100%
	}

	.factory-list-card a img {
		width: 100%
	}
}

.news-content {
	background: #fff;
	position: relative;
	padding-top: 1%;
	padding-bottom: 5%
}

.content-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.content-list-title {
	padding: .8rem 0;
	font-size: .46rem;
	font-weight: 500
}

.content-list-card {
	width: calc(33.3333333333% - .24rem);
	margin: 0 7px .78rem 0;
	overflow: hidden;
	display: block
}

.content-list-desc {
	font-size: .18rem;
	padding-top: .1rem;
	cursor: pointer;
	font-weight: 600;
	min-height: .94rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.content-list-desc span {
	font-size: .14rem;
	color: #a1a1a1;
	font-weight: 400
}

.content-list-desc:hover {
	color: #741b1b
}

.content-list-img {
	display: flex;
	border-radius: 2px;
	justify-content: center;
	min-width: 2.6rem;
	overflow: hidden;
	display: block;
	width: 100%
}

.content-list-img img {
	-o-object-fit: contain;
	object-fit: contain
}

.news-list-item {
	padding: .3rem 0;
	border-bottom: 1px solid #dcdcdc
}

.news-list-item-time {
	position: relative;
	width: 10%
}

.news-list-item-time p {
	font-size: .24rem;
	color: #636363;
	font-weight: normal;
	line-height: .36rem
}

.news-list-item-time p::after {
	display: block;
	content: "";
	width: .5rem;
	height: 1px;
	background: #787878;
	margin-left: 15%
}

.news-list-item-time b {
	font-size: .16rem;
	color: #787878;
	font-weight: normal;
	border: 1px solid #787878;
	padding: 0 5%;
	display: inline-block;
	margin-top: .05rem
}

.news-list-item-cont {
	width: 50%;
	margin: 0 5%
}

.news-list-item-cont h4 {
	font-size: .18rem;
	color: #161616;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: .36rem
}

.news-list-item-cont h5 {
	font-size: .16rem;
	color: #787878;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: .3rem;
	margin-top: .4rem
}

.news-list-item-img {
	width: 30%;
	height: 1.8rem
}

.news-detail {
	padding: 1rem 0
}

.news-detail-title {
	padding: .54rem 0 .42rem 0
}

.news-detail-date {
	font-size: .18rem;
	color: #767676;
	font-weight: 400
}

.news-detail-name {
	font-size: .36rem;
	color: #000;
	font-weight: bold;
	margin: .06rem 0
}

.news-detail-desc {
	padding: .3rem .2rem
}

.news-detail .btn-group {
	display: flex;
	justify-content: space-between;
	padding-top: .48rem
}

.news-detail .btn-group-left {
	display: flex;
	overflow: hidden;
	cursor: pointer;
	align-items: center;
	font-size: .18rem;
	color: #767676;
	font-weight: 400
}

.news-detail .btn-group-left img {
	max-width: .1rem;
	max-height: .1rem;
	margin-right: .06rem
}

.news-detail .btn-group-left:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: #b7b7b7;
	text-decoration-color: #b7b7b7
}

.news-detail .btn-group-right {
	cursor: pointer
}

.news-detail .btn-group-right img {
	max-width: .3rem;
	max-height: .3rem
}

.news-detail .btn-group-right img:hover {
	transform: scale(1.1)
}

.news-detail-pages {
	background: #dde6e9;
	margin-top: .6rem;
	padding: .32rem .46rem
}

.news-detail-pages-left {
	width: calc(100% - 2.2rem)
}

.news-detail-pages-left a {
	font-size: .16rem;
	color: #616161;
	font-weight: bold;
	line-height: .36rem
}

.news-detail-pages-left a b {
	width: .7rem
}

.news-detail-pages-left a p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: calc(100% - .7rem)
}

.news-detail-pages-right {
	background-repeat: no-repeat;
	background-image: url("../images/bg-return.png");
	content: "";
	display: block;
	background-size: 100%;
	width: 1.72rem;
	height: .5rem;
	font-size: .14rem;
	color: #741b1b;
	font-weight: normal;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center
}

.contact-wrap {
	position: relative;
	background-color: #fff;
	padding: 1.5rem 0
}

.contact-title {
	font-size: .36rem;
	color: #000;
	font-weight: bold;
	padding-bottom: .24rem
}

.contact-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.contact-left {
	width: calc(49% - .12rem);
	font-size: .16rem;
	color: #666;
	font-weight: 500
}

.contact-left-name {
	font-size: .18rem;
	color: #000;
	font-weight: 500;
	padding-top: .26rem
}

.contact-left li {
	line-height: .38rem
}

.contact-right {
	width: calc(49% - .12rem)
}

.contact-right-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.contact-right-form .form-box {
	width: 100%;
	padding-bottom: .2rem
}

.contact-right-form .form-box input,.contact-right-form .form-box textarea {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #666;
	font-size: .16rem;
	padding: 0 .34rem;
	height: .42rem
}

.contact-right-form .form-box textarea {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #666;
	font-size: .16rem;
	padding: 0 .34rem
}

.contact-right-form .form-box .form-item-label {
	font-size: .16rem;
	color: #666;
	font-weight: 400;
	padding-bottom: .08rem
}

.contact-right-form .form-box .form-item-label::after {
	content: "*";
	font-size: .2rem;
	color: #ff0101;
	margin-left: .06rem
}

.contact-right-form .form-w50 {
	width: calc(50% - .08rem)
}

.contact-right-btn {
	padding-top: .42rem
}

.contact-right-btn .form-btn {
	background-color: #303030;
	color: #fff;
	padding: .06rem .14rem;
	border-radius: 6px
}

@media(max-width: 960px) {
	.contact-card {
		flex-direction: column
	}

	.contact-left {
		width: 100%
	}

	.contact-right {
		width: 100%;
		padding-top: .5rem
	}

	.contact-right-btn {
		display: flex;
		justify-content: center
	}
}

.imgs-list-item {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%
}

.imgs-list-item-img {
	height: 2.8rem;
	-o-object-fit: cover;
	object-fit: cover
}

.imgs-list-item-img img {
	-o-object-fit: cover;
	object-fit: cover
}

.imgs-list-item dt {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: .2rem 0 .1rem
}

.imgs-list-item dt::before {
	background-repeat: no-repeat;
	background-image: url("../images/icon-time.png");
	content: "";
	display: block;
	background-size: 100%;
	width: .14rem;
	height: .14rem;
	margin-right: .05rem
}

.imgs-list-item dd {
	font-size: .18rem;
	color: #323232;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.imgs-list-item:nth-child(3n) {
	margin-right: 0
}

@media(max-width: 1200px) {
	.imgs-list-item {
		width: 100%;
		margin-right: 0;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.pages {
	overflow: hidden;
	margin: 2% auto
}

.pages a {
	font-size: .16rem;
	color: #636363;
	font-weight: normal;
	width: .36rem;
	height: .36rem;
	line-height: .36rem;
	display: block;
	background: #fff;
	margin: 0 .1rem;
	border-radius: .25rem;
	text-align: center
}

.pages-prev {
	width: auto !important;
	border: 1px solid #d2d2d2;
	padding: 0 .16rem;
	border-radius: .3rem !important
}

.pages-next {
	width: auto !important;
	padding: 0 .16rem;
	border: 1px solid #d2d2d2;
	border-radius: .3rem !important
}

.pages a:hover,.pages a.active {
	font-size: .16rem;
	color: #fff;
	font-weight: normal;
	border: 1px solid #741b1b;
	background: #741b1b
}

.footer {
	padding-bottom: 2%;
	padding-top: 3%;
	position: relative;
	z-index: 4;
	border-top: 1px solid #e5e7eb
}

.footer .copy-right {
	font-size: .14rem;
	color: #bebfbf;
	font-weight: normal;
	margin: .24rem auto
}

.footer-img img {
	cursor: pointer
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	margin: auto
}

.footer-top {
	height: 1rem;
	background: #005629
}

.footer-top-left a {
	color: #fff;
	margin-right: 5%
}

.footer-top-left a:last-child {
	margin-right: 0
}

.footer-top-left .friend-link {
	color: #fff;
	border: 0 none;
	padding: 0
}

.footer-top-center {
	margin-top: -0.43rem
}

.footer-top-right a {
	color: #fff;
	font-size: .16rem
}

.footer-top-right .tel {
	font-weight: bold
}

.footer-top-right .tel::before {
	margin-right: .05rem;
	background-repeat: no-repeat;
	background-image: url("../images/icon-tel.png");
	content: "";
	display: block;
	background-size: 100%;
	width: .21rem;
	height: .21rem
}

.footer-top-right .mail {
	margin-left: 5%
}

.footer-top-right .mail::before {
	margin-right: .05rem;
	background-repeat: no-repeat;
	background-image: url("../images/icon-email.png");
	content: "";
	display: block;
	background-size: 100%;
	width: .21rem;
	height: .15rem
}

.footer-center {
	margin: 2% auto
}

.footer-center dl {
	margin: 0 .04rem
}

.footer-center dl img {
	width: .26rem;
	height: .26rem
}

.footer-btm {
	border-top: 1px solid #e3e4e5;
	padding-top: 2%
}

.footer-btm a {
	font-size: .14rem;
	color: #bebfbf;
	font-weight: normal;
	display: block;
	text-align: center;
	line-height: .24rem
}

.footer-contact {
	max-width: 3.8rem;
	margin: 0 .06rem
}

.footer .text-title {
	font-size: .18rem;
	font-weight: 500
}

.footer .text-line {
	width: .6rem;
	height: .03rem;
	background-color: #f36565;
	margin: .08rem 0 .16rem 0
}

.footer .text-list {
	position: relative
}

.footer .text-list img {
	margin: 4px 12px 0 0
}

.footer .text-list li {
	border-bottom: 1px solid rgba(221,204,221,.8);
	line-height: 20px;
	margin-bottom: 3%;
	cursor: pointer;
	padding-bottom: 12px;
	font-size: .16rem
}

.footer .text-list li:hover {
	color: #741b1b
}

.footer .text-list li::before {
	content: "•";
	font-weight: bold;
	margin-right: 6px;
	font-size: large;
	color: #9f9f9f
}

.footer .list-line {
	margin-bottom: 4%;
	font-size: .16rem
}

.footer-news {
	max-width: 5.6rem;
	margin-bottom: .26rem
}

.footer .socialize-list {
	display: flex
}

.footer .socialize-list a {
	margin-right: .2rem;
	width: 40px
}

@media(max-width: 1024px) {
	.header {
		background-color: #fff
	}

	.home-banner {
		padding-top: .66rem !important
	}

	.footer-wrap {
		flex-direction: column-reverse
	}

	.footer .list-line {
		margin-bottom: 12px
	}

	.footer .footer-img {
		justify-content: center
	}

	.footer-contact {
		max-width: none
	}

	.footer-news {
		max-width: none
	}
}

@media(max-width: 1440px) {
	.wrap {
		width: 96%
	}

	.footer {
		width: 96%;
		margin: 0 auto
	}
}

.home-product {
	max-width: 1440px;
	padding-top: .67rem
}

.home-product-title {
	font-size: .36rem;
	font-weight: 500
}

.home-product-title-line {
	width: .6rem;
	height: .03rem;
	background-color: #f36565;
	margin: .1rem auto
}

.home-product-desc {
	max-width: 1050px;
	margin: 0 auto;
	font-size: .14rem;
	text-align: center;
	line-height: 20px
}

@media(max-width: 1200px) {
	.footer {
		width: 92%;
		margin: 0 auto
	}

	.footer-top {
		display: none
	}
}

.swiper-pagination-bullet-active {
	background: #fff
}

.animation {
	visibility: hidden;
	opacity: 0
}

.fadel,.fader,.fadeup,.fadez {
	visibility: visible
}

.fadeup {
	animation: slideInUp ease-out .6s forwards;
	-webkit-animation: slideInUp ease-out .6s forwards
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadel {
	animation: slideInLeft ease-out .6s forwards;
	-webkit-animation: slideInLeft ease-out .6s forwards
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-50%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fader {
	animation: slideInRight ease-out .6s forwards;
	-webkit-animation: slideInRight ease-out .6s forwards
}

@keyframes slideInRight {
	from {
		transform: translate3d(-50%, 0, 0);
		-webkit-transform: translate3d(50%, 0, 0);
		-moz-transform: translate3d(50%, 0, 0);
		-ms-transform: translate3d(50%, 0, 0);
		-o-transform: translate3d(50%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

*,::before,::after {
	--tw-blur: ;--tw-brightness:;
	--tw-contrast: ;--tw-grayscale:;
	--tw-hue-rotate: ;--tw-invert:;
	--tw-saturate: ;--tw-sepia:;
	--tw-drop-shadow: }.formats-card-img img{transition:all .5s ease
}

.formats-card-img img:hover {
	--tw-drop-shadow: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4));
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	transition: all .5s ease
}