body {
	margin: 0;
	font: 0.15rem/1.6 Microsoft YaHei, Source Han Sans CN, sans-serif;
	color: #000;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
 
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
}

img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover {
	color: #ec6517;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

table {
	max-width: 100%;
	margin-top: 0.15rem;
	border-collapse: collapse;
}

table,
th,
td {
	border: 0.01rem solid #f0f0f0;
}

th {
	background: #ec6517;
	color: #fff;
	font-weight: 100;
}

th,
td {
	text-align: center;
	padding: 0.1rem;
}

input {
	color: #999;
	height: 0.2rem;
	padding: 0.15rem 0;
	border: none;
	border-bottom: 0.01rem solid #d8d8d8;
}

textarea {
	color: #999;
	border: none;
	padding: 0.15rem 0;
	border-bottom: 0.01rem solid #d8d8d8;
}

input:focus,
textarea:focus {
	outline: 0.01rem solid #ec6517;
}

input::placeholder,
textarea::placeholder {
	font-family: Microsoft YaHei, Source Han Sans CN, sans-serif;
	color: #999;
	font-size: 0.14rem;
}

.formbtn {
	background: linear-gradient(to right, #c43630, #ecbe1d);
	display: inline-block;
	color: #fff;
	padding: 0.15rem 0.5rem;
	border: none;
	font-size: 0.18rem;
	border-radius: 0.1rem;
	margin: 0.3rem 0;
}

.formbtn:hover {
	background: #ec6517;
}

.imgitem {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 66.66%;
}

.imgitem img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.btn {
	display: inline-block;
	background: #ec6517;
	color: #fff;
	padding: 0.15rem 0.5rem;
	border: none;
	font-size: 0.18rem;
	text-transform: uppercase;
}

.hovermove {
	transition: all .3s ease;
}

.hovermove:hover {
	transform: translateY(-0.1rem);
}

.btn:hover {
	background: rgba(236, 101, 23, .9);
	color: #fff;
}

.module {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indicator-container {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	transition: background 0.3s ease;
}

.indicator.active {
	background: #333;
}

/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

/* swiper */
/* reset */
/* tool bar */
.tool-bar {
	position: fixed;
	z-index: 999999;
}

.tool-item-cap {
	background: rgba(0, 0, 0, .45);
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.tool-item-cap .fa {
	line-height: 1;
}

.tool-item-cap.active {
	background: #ec6517;
	color: #fff;
}

.tool-bar .back-top {
	cursor: pointer;
}

.tool-qrcode {
	position: absolute;
	background: #fff;
	text-align: center;
}

.tool-tel {
	position: absolute;
	left: 0;
	background: #ec6517;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.tool-tel a {
	display: block;
	color: #fff;
}

.tool-item-sub {
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s, visibility .2s
}

.tool-item:hover .tool-item-sub {
	visibility: visible;
	opacity: 1
}

/* end tool bar */
/* mobile menu */
.m-menu-open,
.m-menu-close {
	display: none;
	color: #ec6517;
}

.nav-menu-child {
	display: none;
}

/* mobile menu */
/* side */
.side {
	margin: 0 0 0.3rem 0;
	background: #f5f5f5;
	padding: 0.15rem;
}

.side-title {
	font-size: 0.16rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
	display: flex;
	align-items: center;
}

.side-title>img {
	display: inline-block;
	margin: 0 0.05rem 0 0;
}

.accordion {
	display: flex;
	flex-direction: column;
}

.accordion-item {
	background-color: #fff;
	font-size: 0.16rem;
	border: none;
	color: #000;
	cursor: pointer;
	padding: 15px;
	text-align: left;
	outline: none;
	transition: background-color 0.6s ease;
	border-bottom: 0.01rem solid #fff;
}

.accordion-item.active {
	background-color: #ec6517;
	color: #fff;
}

.accordion-item-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease;
}

.accordion-item-content ul {
	padding-left: 0.1rem;
}

.accordion-item-content ul li {
	margin: 0.1rem 0;
	position: relative;
}

.accordion-item-content ul li::before {
	content: ">";
}

.accordion-item-content ul li:nth-child(n+2) {
	border-top: 0.01rem dashed #fff;
	padding-top: 0.1rem;
}

.side-catlist li:nth-child(n+2) {
	margin-top: 0.02rem;
}

.side-catlist li a {
	display: block;
	border-left: 0.02rem solid #ec6517;
	padding: 0.15rem 0.1rem;
	font-size: 0.18rem;
	background: #fff;
}

.side-catlist li a:hover {
	background: #f9f9f9;
}

.side-prolist {
	display: grid;
	gap: 0.15rem;
	text-align: center;
}

.side-prolist li .item {
	box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
	padding: 0.15rem;
	background: #fff;
	border-radius: 0.1rem;
}

/* side */
/* header */
.index-layout {
	overflow: hidden;
	/* 禁用默认滚动条 */
}

#header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .35);
	width: 100%;
}

.header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.15rem 0;
}

.logo {
	box-sizing: border-box;
}

.logo img {
	max-height: 0.4rem;
	-webkit-filter: grayscale(100%) brightness(1000%);
	filter: grayscale(100%) brightness(1000%);
}

.headbtn {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 0.18rem;
	background: linear-gradient(to right, #c43630, #ecbe1d);
	padding: 0.05rem 0.1rem;
	border-radius: 0.1rem;
}

.headbtn:hover {
	color: rgba(255, 255, 255, 0.7);
}

.headbtn>img {
	width: 0.25rem;
}

/* header */
/* layout */
/* slider */
.slider {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.slider-content {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
}

.slider-small-title {
	font-size: 0.24rem;
	line-height: 0.3rem;
}

.slider-slogan {
	font-weight: bold;
}

.line {
	display: block;
	margin: 0.3rem auto;
	width: 2rem;
	height: 0.02rem;
	background: #ec6517;
}

.slider-text {
	font-size: 0.18rem;
	line-height: 0.35rem;
	margin: 0.3rem 0;
}

/* slider */
/* home-pro */
.home-pro {
	background: #ec6517;
}

.home-title {
	margin-bottom: 0.15rem;
	color: #fff;
}

.home-title-content>h2 {
	font-weight: bold;
	font-size: 0.4rem;
}

.home-title-content>p {
	font-size: 0.16rem;
}

.home-title .btn {
	display: inline-block;
	background: linear-gradient(to right, #c43630, #ecbe1d);
	color: #fff;
	border-radius: 0.15rem;
	text-decoration: underline;
	font-size: 0.16rem;
}

.home-pro-ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.15rem;
}

.home-pro-ul li {
	background: #fff;
	border-radius: 0.1rem;
}

.home-pro-ul li .item {
	padding: 0.15rem;

}

.home-pro-ul .item-text h3 {
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 0.4rem;
	border-bottom: 0.04rem solid #ec6517;
	padding-bottom: 0.1rem;
	margin: 0.1rem 0;
}

.home-pro-click {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.15rem;
}

.home-pro-click a {
	display: inline-block;
	border: 0.01rem solid #ccc;
	text-align: center;
	padding: 0.12rem;
	font-size: 0.14rem;
}

.home-pro-click a:hover {
	border: #ec6517;
	background: #ec6517;
	color: #fff;
	text-decoration: underline;
}

/* home-pro */
/* home-about */
.home-about {
	flex: 1;
}

.home-about-content {
	position: relative;
	z-index: 0;
}

.home-about-content::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	display: block;
	background: #f5f5f6;
	border-radius: 0.3rem 0 0 0.3rem;
}

.home-about-item-text h2 {
	display: inline-block;
	background: linear-gradient(to right, #c43630, #ecbe1d);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-transform: uppercase;
	font-size: 0.5rem;
	font-weight: bold;
}

.home-about-item-text h3 {
	font-size: 0.18rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.home-about-item-text p {
	font-size: 0.15rem;
	line-height: 0.3rem;
	margin-bottom: 0.15rem;
}

.home-about-item-text .more {
	background: #ec6517;
	color: #fff;
	display: inline-block;
	border-radius: 0.3rem;
	text-decoration: underline;
	font-size: 0.16rem;
	padding: 0.15rem 0.3rem;
	margin-top: 0.15rem;
}

.home-about-item-ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.15rem;
	text-align: center;
}

.home-about-item-ul .icon img {
	width: 1.1rem;
}

.home-about-item-ul h3 {
	margin: 0.1rem 0;
	font-size: 0.18rem;
	font-weight: bold;
}

.home-about-item-ul p {
	font-size: 0.14rem;
}

/* home-about */
/* home-case */
.home-case-title {
	margin-bottom: 0.3rem;
}

.home-case-title-content>h2 {
	font-weight: bold;
	font-size: 0.4rem;
}

.home-case-title-content>p {
	font-size: 0.16rem;
	line-height: 0.28rem;
}

.home-case-title-btn {
	border-left: 0.06rem solid #ec6517;
	padding-left: 0.15rem;
}

.home-case-title-btn {
	display: flex;
	align-items: center;
}

.home-case-title-btn-img>img {
	width: 0.5rem;
}

.home-case-title-btn-text {
	margin-left: 0.1rem;
}

.home-case-title-btn-text>p {
	font-size: 0.3rem;
	font-weight: bold;
}

.home-case-ul {
	display: grid;
	grid-template-columns: repeat(5, fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 0.15rem;
}

.home-case-ul>li {
	background: #fff;
}

.home-case-ul .item-text h3 {
	font-size: 0.16rem;
	font-weight: bold;
}

.home-case-ul .item-text p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	margin: 0.1rem 0;
	color: #666;
}

.home-case-ul .item-text .more {
	font-size: 0.14rem;
	font-weight: bold;
	color: #ec6517;
	text-decoration: underline;
}

/* home-case */
/* home-blog */
.home-blog {
	background: #f5f5f5;
}

.home-blog-title {
	margin-bottom: 0.3rem;
}

.home-blog-title h2 {
	font-weight: bold;
	font-size: 0.4rem;
}

.home-blog-topul>li {
	position: relative;
	z-index: 0;
}

.home-blog-topul .item-tag {
	display: inline-block;
	background: #ec6517;
	color: #fff;
	padding: 0.1rem 0.2rem;
	font-size: 0.14rem;
	position: absolute;
	z-index: 2;
	top: 0.15rem;
	left: 0;
}

.home-blog-topul .item-img img {
	position: relative;
	z-index: 0;
	width: 100%;
}

.home-blog-topul .item-img img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	z-index: 1;
}

.home-blog-topul .item-text {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.item-text-content {
	position: relative;
	padding: 0.15rem;
	color: #fff;
}

.item-text-content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.2) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.2) 100%);
	pointer-events: none;
}

.info-list {
	position: relative;
	z-index: 1;
	color: #fff;
	display: flex;
	align-items: center;
}

.info-list>li:nth-child(n+2) {
	margin-left: 0.15rem;
}

.info-list a {
	color: #fff;
}

.info-list a:hover {
	color: #ec6517;
}

.item-text-content h3 {
	position: relative;
	z-index: 1;
	margin: 0.1rem 0;
	border-top: 0.02rem solid rgba(255, 255, 255, 0.7);
	padding-top: 0.15rem;
}

.item-text-content h3 a {
	color: #fff;
	font-size: 0.2rem;
	text-decoration: underline;
}

.item-text-content h3 a:hover {
	color: #ec6517;
}

.item-text-content p {
	position: relative;
	z-index: 1;
	line-height: 0.26rem;
	font-weight: 200;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-blog-faq {
	margin: 0.3rem 0 0;
}

.home-blog-faq li .item {
	box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, .15);
	padding: 0.7rem 0.15rem 0.3rem 0.15rem;
}

.home-blog-faq li {
	background: url(../img/index/faq.webp) no-repeat;
	background-position: left top;
}

.home-blog-faq h3 {
	font-size: 0.2rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 0.15rem;
}

.home-blog-faq h3::after {
	content: "";
	display: block;
	margin-top: 0.15rem;
	width: 30%;
	height: 0.03rem;
	background: #ec6517;
}

.home-blog-faq p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* home-blog */
/* home-contact */
.home-contact {
	position: relative;
}
.home-contact-title {
	text-align: center;
	color: #fff;
	margin-bottom: 0.5rem;
}

.home-contact-title h2 {
	font-weight: bold;
	font-size: 0.4rem;
	margin-bottom: 0.15rem;
}

.home-contact-content{
	display: flex;
	gap: 0.3rem;
}
.home-contact-infolist{
	box-sizing: border-box;
}
.home-contact-content-title{
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.home-contact--content-ul{
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}
.home-contact--content-ul > li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.15rem;
}
.home-contact--content-ul > li > .item-img{
	box-sizing: border-box;
	flex-shrink: 0;
}
.home-contact--content-ul > li > .item-text{
	box-sizing: border-box;
	flex: 1;
	color: #fff;
}
.home-contact--content-ul > li > .item-text > p > a{
	color: #fff;
}
.home-contact--content-ul > li > .item-text > p > a:hover{
	color: #ec6517;
}
.home-contact--content-ul > li:first-child > .item-text > p > a{
	display: inline-block;
	background: linear-gradient(to right, #c43630, #ecbe1d);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-transform: uppercase;
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 0.34rem;
	font-weight: bold;
}
.home-contact-ewm{
	box-sizing: border-box;
}
.home-contact-ewm img{
	margin: 0;
	min-width: 1.3rem;
}
.home-contact-catlist{
	box-sizing: border-box;
}
.home-contact-catlist-ul{
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.home-contact-catlist-ul li a{
	color: #fff;
}
.home-contact-catlist-ul li a:hover{
	color: #ec6517;
}
.home-contact-form{
	box-sizing: border-box;
	background: #fff;
	padding: 0.15rem;
	border-radius: 0.15rem;
}
.home-contact-form .home-contact-content-title{
	color: #222;
	text-align: center;
}
.home-contact-form form{
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
/* home-contact */
/* footer */
.foot {
	display: flex;
	gap: 0.3rem;
}
.foot-about{
	box-sizing: border-box;
	color: #fff;
}
.foot-logo img{
	margin: 0;
	max-height: 0.45rem;
}
.foot-about{
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.foot-about-ul{
	display: grid;
	gap: 0.15rem;
	grid-template-columns: repeat(3,1fr);
}
.foot-link{
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0.3rem;
}
.foot-title{
	position: relative;
	font-size: 0.2rem;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	border-bottom: 0.04rem solid #ec6517;
	padding-bottom: 0.1rem;
	margin-bottom: 0.15rem;
}
.foot-link-ul{
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}
.foot-link-ul > li > a{
	color: #fff;
}
.foot-link-ul > li > a:hover{
	color: #ec6517;
}
.foot-contact{
	box-sizing: border-box;
	color: #fff;
}
.foot-contact a{
	color: #fff;
}
.foot-contact a:hover{
	color: #ec6517;
}
.foot-contact-ul{
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.foot-contact-ul > li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.15rem;
}
.foot-contact-ul > li > .item-icon{
	box-sizing: border-box;
	width: 0.5rem;

}
.foot-contact-ul > li > .item-icon > img{
	margin: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #fff;
}
.foot-contact-ul > li > .item-text{
	box-sizing: border-box;
	flex: 1;
}
.foot-contact-ul > li > .item-text > .item-text-title{
	font-size: 0.18rem;
	font-weight: bold;
}
.foot-contact-ul > li:first-child .item-text p{
	font-size: 0.26rem;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.footer-bottom {
	padding: 0.3rem 0;
	text-align: center;
	background: #363636;
	color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-content{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
}
.footer-bottom-content a{
	color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-content a:hover{
	color: #ec6517;
}
/* footer */
/* layout */
/* index-pro */
.index-pro-title {
	text-align: center;
	margin-bottom: 0.3rem;
}

.index-pro-title>h2 {
	position: relative;
	font-size: 0.36rem;
	font-weight: bold;
	padding-bottom: 0.15rem;
	margin-bottom: 0.2rem;
}

.index-pro-title>h2::after {
	content: "";
	width: 1.5rem;
	height: 0.06rem;
	background: #ec6517;
	position: absolute;
	bottom: -0.05rem;
	left: 40%;
}

.index-pro-title>h2>span {
	color: #ec6517;
}

.index-pro-title>p {
	font-size: 0.18rem;
}

.index-pro-head-ul {
	display: grid;
	gap: 0.15rem;
}

.index-pro-head-ul>li {
	background: #f5f5f5;
}

.index-pro-head-ul>li>.item>.item-text>h4 {
	font-size: 0.16rem;
	margin: 0.1rem 0;
}

.index-pro-head-ul>li>.item>.item-text>h3 {
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0.1rem 0;
}

.index-pro-head-ul>li>.item>.item-text>.more {
	display: inline-block;
	margin: 0.1rem 0;
	font-size: 0.14rem;
	color: #666;
	text-decoration: underline;
}

.index-pro-content>li:nth-child(odd) {
	background: url(../img/index/home-about-bg.webp) repeat;
}

.index-pro-content-head-title {
	box-sizing: border-box;
}

.index-pro-content-head-title>h2 {
	font-size: 0.36rem;
	font-weight: bold;
}

.index-pro-content-head-btn {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 2.4rem;
	gap: 0.1rem;
	border-left: 0.03rem solid #ec6517;
	padding-left: 0.1rem;
}

.index-pro-content-head-btn-img {
	box-sizing: border-box;
	width: 0.5rem;
}

.index-pro-content-head-btn-text {
	box-sizing: border-box;
	flex: 1;
}

.index-pro-content-head-btn-text p {
	font-size: 0.2rem;
}

.index-pro-content-ul {
	display: grid;
	gap: 0.15rem;
	text-align: center;
	margin: 0.3rem 0;
}

.index-pro-content-ul>li>.item {
	display: block;
	background: #fff;
	box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, .15);
	;
}

.index-pro-content-ul>li>.item:hover {
	background: #ec6517;
	color: #fff;
}

.index-pro-content-ul>li>.item:hover .item-text p {
	text-decoration: none;
	border: 0.01rem solid #fff;
	display: inline-block;
}

.index-pro-content-ul .item-img {
	background: #f5f5f5;
}

.index-pro-content-ul .item-text {
	padding: 0.15rem;
}

.index-pro-content-ul .item-text h3 {
	font-size: 0.18rem;
	margin-bottom: 0.15rem;
}

.index-pro-content-ul .item-text p {
	text-decoration: underline;
	font-size: 0.14rem;
	border: 0.01rem solid #fff;
	border-radius: 0.1rem;
	padding: 0.05rem 0.1rem;
}

.index-pro-content-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* index-pro */
/* list-pro */
.list-pro-head-content {
	display: flex;
	gap: 0.15rem;
}

.list-pro-head-title {
	position: relative;
	display: inline-block;
	font-size: 0.22rem;
	font-weight: bold;
	padding-bottom: 0.05rem;
	border-bottom: 0.05rem solid #ec6517;
	margin: 0.15rem 0;
}

.list-pro-head-text>p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin: 0.15rem 0;
}

.list-pro-head-text-ul {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.list-pro-head-text-ul li {
	color: #666;
}

.list-pro-head-text-ul li span {
	color: #000;
	font-weight: bold;
}

.list-pro-head-img-ul {
	display: grid;
	gap: 0.15rem;
	grid-template-columns: repeat(2, 1fr);
}

.list-pro-head-img-ul-title {
	font-size: 0.16rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.list-pro-head-img-ul-img {
	margin: 0.15rem 0;
}

.list-pro-head-img-ul-img img {
	margin: 0;
}

.list-pro-head-img-ul>li>p {
	font-size: 0.16rem;
	line-height: 0.28rem;
}

.list-pro-bar {
	background: #ec6517;
	color: #fff;
}

.list-pro-bar-text {
	font-size: 0.22rem;
	font-weight: 100;
}

.list-pro-bar-text span {
	font-weight: bold;
}

.list-pro-bar-btn {
	display: flex;
	gap: 0.15rem;
}

.list-pro-bar-btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.15rem;
	padding: 0.1rem 0.2rem;
	background: #fff;
	font-size: 0.18rem;
}

.list-pro-bar-btn a:first-child {
	color: #f00;
	font-weight: bold;
}

.list-pro-content-title {
	text-align: center;
}

.list-pro-content-title>h2 {
	font-size: 0.36rem;
	font-weight: 100;
	margin-bottom: 0.15rem;
}

.list-pro-content-title>p {
	font-size: 0.16rem;
}

.index-pro-why-ul {
	display: grid;
	gap: 0.15rem;
}

.index-pro-why-ul li {
	position: relative;
}

.index-pro-why-ul li .item-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.2rem;
	color: #fff;
}

.index-pro-why-ul li .item-text h3 {
	font-size: 0.24rem;
	font-weight: 100;
	margin: 0.15rem 0;
}

.index-pro-why-ul li .item-text p {
	font-size: 0.16rem;
	line-height: 0.3rem;
}

.list-pro-met {
	background: url(../img/list-pro/list-pro-met-bg.webp) no-repeat;
	background-position: center;
	background-size: cover;
}

.list-pro-met-ul {
	display: grid;
	gap: 0.15rem;
}

.list-pro-met-ul>li {
	background: #f5f5f5;
	padding: 0.15rem;
	text-align: center;
}

.list-pro-met-ul>li>.item-text>h3 {
	margin: 0.15rem 0;
	font-size: 0.2rem;
}

.list-pro-dz {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

.list-pro-dz .item-text h2 {
	font-size: 0.36rem;
	font-weight: 100;
	margin: 0.15rem 0;
}

.list-pro-dz .item-text p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	margin: 0.15rem 0;
}

.list-pro-dz .item-text p span {
	font-weight: bold;
}

.list-pro-faq-ul {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.list-pro-faq-ul>li {
	background: #f5f5f5;
	padding: 0.15rem;
}

.list-pro-faq-ul>li>h3 {
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.list-pro-faq-ul>li>P {
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin: 0.15rem 0;
}

.list-pro-list-ul {
	display: grid;
	gap: 0.15rem;
}

.list-pro-list-ul>li {
	background: #f5f5f5;
	padding: 0.15rem;
}

.list-pro-list-ul>li:last-child {
	background: url(../img/gsl/gsl-dz-img.webp) no-repeat;
	background-position: center;
	background-size: cover;
}

.list-pro-list-ul .item .item-text h3 {
	font-size: 0.24rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.list-pro-list-ul .item .item-text .more span {
	display: inline-block;
	background: #ec6517;
	color: #fff;
	padding: 0.15rem 0.4rem;
}

.list-pro-list-ul .item .item-text .more span:last-child {
	background: #fff;
	color: #000;
	padding: 0.15rem;
}

.list-pro-list-ul .item-text-ul {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	margin: 0.3rem 0;
}

.list-pro-list-ul .item-text-ul li {
	display: flex;
	align-items: center;
	gap: 0.1rem;
}

.list-pro-list-ul .item-text-ul li img {
	display: inline-block;
	margin: 0;
}

.list-pro-list-ul .item-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.list-pro-list-ul .item-content h3 {
	font-size: 0.2rem;
	font-weight: 100;
	margin: 0.15rem 0;
}

.list-pro-list-ul .item-content .more {
	display: inline-block;
	padding: 0.1rem 0.2rem;
	border: 0.02rem solid #ec6517;
	border-radius: 0.1rem;
	color: #ec6517;
}

.list-pro-list-ul .item-content .more:hover {
	background: #ec6517;
	color: #fff;
}

.list-pro-gsl-why-ul {
	display: grid;
	gap: 0.15rem;
	grid-template-columns: repeat(2, 1fr);
}

.list-pro-gsl-why-ul>li {
	background-color: #f5f5f5;
	padding: 0.15rem;
	text-align: center;
}

.list-pro-gsl-why-ul>li>.item-icon img {
	width: 1rem;
}

.list-pro-gsl-why-ul>li>.item-text>h3 {
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.list-pro-gsl-why-ul>li>.item-text>p {
	font-size: 0.15rem;
	line-height: 0.28rem;
	color: #333;
}

.list-pro-head {
	position: relative;
	overflow: hidden;
}

.list-pro-xsl-top {
	position: relative;
}

.list-pro-xsl-text {
	box-sizing: border-box;
	background: #f5f5f5;
	position: relative;
	padding: 0.3rem;
}

.list-pro-xsl-text>h2 {
	font-size: 0.24rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.list-pro-xsl-text>p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	margin: 0.3rem 0;
}

.list-pro-xsl-ul {
	display: grid;
	gap: 0.15rem;
	position: relative;
}

.list-pro-xsl-ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	padding: 0.15rem;
	position: relative;
}

.list-pro-xsl-ul li .item-bar {
	background: url(../img/xsl/xsl-bar-bg.webp) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 0.3rem;
	line-height: 0.3rem;
	color: #fff;
	padding: 0 0.05rem 0 0.05rem;
	position: absolute;
	left: -0.05rem;
	top: 0.1rem;
}
.list-pro-xsl-ul li .item-text{
	text-align: center;
}
.list-pro-xsl-ul li .item-text h3 {
	font-size: 0.18rem;
	font-weight: bold;
	margin: 0.15rem 0;
	display: inline-block;
	background-color: #fff;
	padding: 0.1rem;
}

.list-pro-xsl-ul li:nth-child(3) .item-text h3 {
	background: none;
	padding: 0;
}

.list-pro-xsl-ul li:nth-child(3) .item-text p {
	margin: 0.07rem 0;
}

.list-pro-xsl-td {
	background: url(../img/xsl/list-xsl-td-bg.webp) no-repeat;
	background-position: center center;
	background-size: cover;
}

.list-pro-xsl-td-content {
	display: flex;
	gap: 0.3rem;
}

.list-pro-xsl-td-title>h2 {
	position: relative;
	font-size: 0.3rem;
	font-weight: bold;
	padding-bottom: 0.1rem;
	margin-bottom: 0.15rem;
}

.list-pro-xsl-td-title>h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 1rem;
	height: 0.04rem;
	background: #ec6517;
}

.list-pro-xsl-td-title>p {
	font-size: 0.16rem;
	margin: 0.15rem 0;
}

.list-pro-xsl-td-title-btn {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin-top: 0.3rem;
}

.list-pro-xsl-td-title-btn>a {
	display: inline-block;
	padding: 0.1rem 0.3rem;
	background: #ec6517;
	color: #fff;
	text-align: center;
}

.list-pro-xsl-td-title-btn>a:hover {
	text-decoration: underline;
}

.list-pro-xsl-td-title-btn>a:last-child {
	background: #000;
	color: #fff;
}

.list-pro-xsl-td-ul {
	display: grid;
	gap: 0.15rem;
}

.list-pro-xsl-td-ul>li {
	background: #fff;
	border-radius: 0.1rem;
}

.list-pro-xsl-td-ul>li:hover {
	box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3);
}

.list-pro-xsl-td-ul>li>.item-img img {
	border-radius: 0.1rem 0.1rem 0 0;
}

.list-pro-xsl-td-ul>li>.item-text {
	padding: 0.15rem;
}

.list-pro-xsl-td-ul>li>.item-text>h3 {
	text-align: center;
	font-size: 0.18rem;
	font-weight: bold;
	margin: 0 0 0.15rem 0;
}

.list-pro-xsl-td-ul>li>.item-text>p {
	color: #666;
}

.list-pro-xsl-dz {
	background: url(../img/xsl/list-xsl-td-bg.webp) no-repeat;
	background-position: center center;
	background-size: cover;
}

.list-pro-xsl-dz-ul {
	display: grid;
	gap: 0.15rem;
	margin: 0.3rem 0;
}

.list-pro-xsl-dz-ul>li {
	background: #fff;
}

.list-pro-xsl-dz-ul>li:hover {
	box-shadow: 0 0.05rem 0.2rem 0 rgba(0, 0, 0, 0.3);
}

.list-pro-xsl-dz-ul>li>.item-text {
	padding: 0.15rem;
	text-align: center;
}

.list-pro-xsl-dz-ul>li>.item-text>h3 {
	margin-bottom: 0.15rem;
	font-size: 0.18rem;
	font-weight: bold;
}

.list-pro-xsl-dz-ul>li>.item-text>p {
	color: #666;
}

.list-pro-xsl-dz-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-chl-content-ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.list-chl-content-ul .item {
	position: relative;
}

.list-chl-content-ul .item::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -0.1rem;
	top: -0.1rem;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

.list-chl-content-ul .item::after {
	content: "";
	position: absolute;
	z-index: -2;
	right: -0.1rem;
	bottom: -0.1rem;
	width: 100%;
	height: 100%;
	background: #ec6517;
}

.list-chl-content-ul .item-text-title {
	display: inline-block;
	font-size: 0.2rem;
	font-weight: bold;
	border-bottom: 0.05rem solid #ec6517;
	padding-bottom: 0.05rem;
}

.list-chl-content-ul .item-text-ul {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin: 0.2rem 0;
}

.list-chl-content-ul .item-text-ul li {
	display: flex;
	align-items: center;
}

.list-chl-content-ul .item-text-ul li img {
	margin: 0;
	margin-right: 0.1rem;
}

.list-pro-chl-btn {
	background: #ec6517;
	padding: 0.15rem;
	display: inline-block;
	margin: 0.15rem 0;
}

.list-pro-chl-btn-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.15rem;
}

.list-pro-chl-btn-content a:first-child {
	display: inline-block;
	font-size: 0.2rem;
	color: #fff;
}

.list-pro-chl-btn-content a:last-child {
	background: #fff;
	color: #000;
	text-decoration: underline;
	padding: 0.05rem 0.15rem;
}

.list-zkchl-dz {
	background: #f5f5f5;
}

.list-zkchl-dz-ul {
	display: grid;
	gap: 0.15rem;
	text-align: center;
	margin: 0.15rem 0;
}

.list-zkchl-dz-ul li {
	background: #fff;
	box-shadow: 0 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.3);
	padding: 0.3rem 0.15rem;
	border-left: 0.04rem solid #ffffff;
}

.list-zkchl-dz-ul li:hover {
	border-left: 0.04rem solid #ec6517;
}

.list-zkchl-dz-ul .item-text h3 {
	margin: 0.15rem 0;
	font-size: 0.2rem;
	font-weight: bold;
}

.list-zkrll-dz-ul {
	display: flex;
	gap: 0.15rem;
}

.list-zkrll-dz-ul>li {
	background: #fff;
	padding: 0.15rem;
}

.list-zkrll-dz-ul>li>.item-text>h3 {
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.list-zkrll-dz-ul>li>.item-text>p {
	font-size: 0.16rem;
	line-height: 0.28rem;
}

.zkqhl-lt-ul {
	display: grid;
	gap: 0.15rem;
}

.zkqhl-lt-ul .item-text h3 {
	font-size: 0.16rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.zkqhl-lt-ul li .btn {
	width: 45%;
	box-sizing: border-box;
}

.list-zkqhl {
	background: #f5f5f5;
}

.list-zkqhl-ul {
	display: grid;
	gap: 0.13rem;
}

.list-zkqhl-ul>li {
	background: #fff;
	padding: 0.15rem;
}

.list-zkqhl-ul .item-text h3 {
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

/* list-pro */
/* index-news */
.page-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 3.5rem;
}

.page-banner-content {
	color: #fff;
	text-align: center;
}

.page-banner-title {
	font-weight: bold;
	font-size: 0.5rem;
	margin: 0.15rem 0;
}

.page-banner-description {
	font-size: 0.22rem;
	line-height: 0.3rem;
}

.index-company-news-top {
	margin: 0.5rem 0;
}

.index-company-news-top-title>h3 {
	position: relative;
	font-size: 0.2rem;
	font-weight: bold;
	padding-left: 1.2rem;
	margin: 0.15rem 0;
}

.index-company-news-top-title>h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1rem;
	height: 0.01rem;
	background: #000;
}

.index-company-news-top-title>h2 {
	margin: 0.15rem 0;
	font-size: 0.34rem;
	line-height: 0.6rem;
	font-weight: bold;
}

.index-company-news-top-title>p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin: 0.15rem 0;
}

.index-company-news-top-ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.15rem;
}

.index-company-news-top-ul li {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	height: auto;
}

.index-company-news-top-ul .item-img img {
	display: block;
	width: 100%;
	height: auto;
}

.index-company-news-top-ul .item-img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.index-company-news-top-ul .item-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.15rem;
	color: #fff;
}

.index-company-news-top-ul .item-text h3 {
	margin-bottom: 0.1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-company-news-top-ul .item-text h3 a {
	color: #fff;
	font-size: 0.18rem;
	text-decoration: underline;
}

.index-company-news-top-ul .item-text h3 a:hover {
	color: #ec6517;
}

.index-company-news-top-ul .item-text p {
	font-size: 0.14rem;
	color: #ccc;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cattag {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0.15rem;
	display: inline-block;
	background: #ec6517;
	color: #fff;
	padding: 0.05rem 0.1rem;
}

.index-company-news-bottom-main {
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto;
	overflow: hidden;
}

.index-company-news-bottom-main .item-img img {
	display: block;
	width: 100%;
	height: auto;
}

.index-company-news-bottom-main .item-img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.index-company-news-bottom-main .item-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.15rem;
	color: #fff;
}

.index-company-news-bottom-main .item-text h3 {
	margin-bottom: 0.1rem;
}

.index-company-news-bottom-main .item-text h3 a {
	color: #fff;
	font-size: 0.18rem;
	text-decoration: underline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-company-news-bottom-main .item-text h3 a:hover {
	color: #ec6517;
}

.index-company-news-bottom-main .item-text p {
	font-size: 0.14rem;
	color: #ccc;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-company-news-bottom-faqlist {
	padding: 0.15rem;
	background: #f5f5f5;
	position: relative;
}

.index-company-news-bottom-faqlist .faq-icon {
	display: inline-block;
}

.index-company-news-bottom-faqlist-ul li {
	margin: 0.15rem 0;
}

.index-company-news-bottom-faqlist-ul li:nth-child(2) {
	border-top: 0.01rem dashed #ccc;
	padding-top: 0.15rem;
}

.index-company-news-bottom-faqlist-ul li h3 {
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0 0 0.1rem 0;
}

.index-company-news-bottom-faqlist-ul li p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-news-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0.3rem;
	margin-bottom: 0.3rem;
}

.index-news-title-content h2 {
	font-size: 0.36rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.index-news-title .more {
	box-sizing: border-box;
	width: 15%;
	display: inline-block;
	text-align: center;
	border: 0.02rem solid;
	padding: 0.1rem 0.3rem;
	border-radius: 0.1rem;
	border-image: linear-gradient(to right, #c43630, #ecbe1d) 1;
}

.index-qiye-news {
	margin: 0.5rem 0;
}

.index-qiye-news-ul>li {
	padding: 0.3rem 0;
}

.index-qiye-news-ul>li:nth-child(odd) {
	background: #f5f5f5;
}

.index-qiye-news-ul-text h3 {
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.index-qiye-news-ul-info {
	margin: 0.15rem 0;
	display: flex;
	gap: 0.15rem;
}

.index-qiye-news-ul-info i {
	margin-right: 0.05rem;
}

.index-qiye-news-ul-text>p {
	margin: 0.15rem 0;
	line-height: 0.26rem;
	font-weight: 200;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-qiye-news-ul-text .more {
	display: inline-block;
	background: #ec6517;
	color: #ffffff;
	border-radius: 0.15rem;
	padding: 0.1rem 0.2rem;
	font-size: 0.14rem;
	margin: 0.15rem 0;
}

.index-hangye-news {
	background: #f5f5f5;
	padding: 0.5rem 0;
}

.index-hangye-news-ul {
	display: grid;
	gap: 0.15rem;
}

.index-hangye-news-ul .item {
	background: #fff;
	border-radius: 0.1rem;
}

.index-hangye-news-ul .item:hover {
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}

.index-hangye-news-ul .item-img img {
	border-radius: 0.1rem 0.1rem 0 0;
}

.index-hangye-news-ul .item-text {
	padding: 0.15rem;
}

.index-hangye-news-ul .item-text h3 {
	font-size: 0.18rem;
	font-weight: bold;
}

.index-hangye-news-ul .item-text p {
	font-weight: 200;
	margin: 0.15rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-hangye-news-ul .item-text .more {
	font-size: 0.12rem;
	font-weight: bold;
	color: #ec6517;
}

.index-faqlist {
	padding: 0.5rem 0;
}

.index-faqlist-ul {
	display: grid;
	gap: 0.15rem;
}

.index-faqlist-ul .item {
	background: #f5f5f5;
	padding: 0.15rem;
}

.index-faqlist-ul .item:hover {
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
	border-left: 0.02rem solid #ec6517;
}

.index-faqlist-ul .item-icon img {
	display: inline-block;
	margin: 0;
}

.index-faqlist-ul .item-text h3 {
	margin: 0.15rem 0;
	font-size: 0.18rem;
	font-weight: bold
}

.index-faqlist-ul .item-text p {
	font-weight: 200;
	margin: 0.15rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-faqlist-ul .item-text .more {
	font-size: 0.14rem;
	color: #ec6517;
}

/* index-news */
/* list-news */
.list-news-ul {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.list-news-ul li .item {
	background: #f5f5f5;
}

.list-news-ul .item-text h3 {
	font-size: 0.2rem;
	line-height: 0.3rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.list-news-ul .item-text .item-info {
	margin: 0.15rem 0;
	display: flex;
	gap: 0.2rem;
	font-weight: 200;
}

.list-news-ul .item-text .item-info i {
	margin-right: 0.05rem;
}

.list-news-ul .item-text p {
	font-size: 0.15rem;
	font-weight: 200;
	margin: 0.15rem 0;
}

.list-news-ul .item-text .more {
	font-size: 0.14rem;
	color: #ec6517;
	margin: 0.15rem 0;
}

.list-hy-news-ul {
	display: grid;
	gap: 0.15rem;
}

.list-hy-news-ul li .item {
	border-radius: 0.1rem 0.1rem 0 0;
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}

.list-hy-news-ul li .item:hover {
	box-shadow: inset 0.01rem 0.02rem 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
}

.list-hy-news-ul li .item .item-img img {
	border-radius: 0.1rem 0.1rem 0 0;
}

.list-hy-news-ul li .item .item-text {
	padding: 0.15rem;
}

.list-hy-news-ul li .item .item-text h3 {
	font-size: 0.18rem;
	font-weight: bold;
}

.list-hy-news-ul li .item .item-text .item-info {
	font-weight: 200;
	margin: 0.15rem 0;
	display: flex;
	gap: 0.15rem;
}

.list-hy-news-ul li .item .item-text .item-info i {
	margin-right: 0.05rem;
}

.list-hy-news-ul li .item .item-text p {
	margin: 0.15rem 0;
	font-weight: 300;
	line-height: 0.26rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-hy-news-ul li .item .item-text .more {
	font-size: 0.14rem;
	color: #ec6517;
}

/* list-news */
/* list-case */
.list-case-ul {
	display: grid;
	gap: 0.15rem;
}

.list-case-ul li .item {
	background: #f5f5f5;
	padding: 0.15rem;
}

.list-case-ul li .item .item-text h3 {
	font-size: 0.16rem;
	margin: 0.15rem 0;
}

.list-case-ul li .item .item-text .more {
	font-size: 0.14rem;
	color: #ec6517;
}

/* list-case */
/* crumb */
.crumb {
	background: #f0f0f0;
	padding: 0.15rem 0;
}

/* crumb */
/* pagination */
.pagnavi {
	text-align: center;
	padding: 0.3rem 0;
}

.pagnavi a {
	display: inline-block;
	border-radius: 0.05rem;
	padding: 0.05rem 0.15rem;
	border: 0.01rem solid #ec6517;
	color: #ec6517;
}

.pagnavi a:hover {
	background: #ec6517;
	color: #fff;
}

.pagnavi .current {
	background: #ec6517;
	color: #fff;
}

/* pagination */
/* single */
.page {
	margin: 0.3rem 0;
}

.toppro {
	background: #fff;
	margin: 0.3rem 0;
}

.toppro-text h1 {
	display: inline-block;
	font-size: 0.22rem;
	color: #222;
	font-weight: bold;
	margin: 0.1rem 0;
	border-bottom: 0.04rem solid #ec6517;
	padding-bottom: 0.05rem;
}

.toppro-img img {
	border: 0.01rem solid #f5f5f5;
}

.toppro-img .swiper-button-next,
.toppro-img .swiper-button-prev {
	color: #ec6517;
}

.toppro-text {
	padding: 0.15rem;
}

.toppro-text p {
	color: #666;
	margin: 0.1rem 0;
}

.arrow-dl {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	margin: 0.1rem 0;
}

.arrow-dl dt {
	display: inline-block;
	background: #ec6517;
	color: #fff;
	width: 1rem;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
}

.arrow-dl dd {
	background: url(../img/gsl/arrow-1.webp) no-repeat;
	background-position: left center;
	padding-left: 0.15rem;
	color: #666;
}

.arrow-dl dd span {
	font-size: 0.16rem;
	font-weight: bold;
	color: #000;
}

.toppro-text-btn {
	margin: 0.1rem 0;
	display: grid;
	gap: 0.15rem;
	grid-template-columns: repeat(2, 1fr);
	background: #f5f5f5;
	padding: 0.15rem;
}

.toppro-text-btn>a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.1rem;
	text-align: center;
	background: #fff;
	padding: 0.1rem 0;
	font-size: 0.18rem;
}

.toppro-text-btn>a:first-child {
	font-weight: bold;
	color: #f00;
	font-size: 0.2rem;
}

.toppro-text-btn>a>img {
	margin: 0;
}

.page-content {
	border: 0.01rem solid #f5f5f5;
}

.single-title {
	margin: 0 0 0.3rem 0;
	background: #fff;
	text-align: center;
}

.single-title h1 {
	font-size: 0.22rem;
	font-weight: 600;
}

.single-info {
	margin: 0.15rem 0;
	display: flex;
	gap: 0.2rem;
	justify-content: center;
}

.single-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 0.01rem solid #d8d8d9;
	background: #f5f5f5;
}

.single-menu a {
	padding: 0.15rem;
	text-align: center;
}

.single-menu a:first-child {
	background: #ec6517;
	color: #fff;
}

.single-menu a:hover {
	background: #ec6517;
	color: #fff;
}

.single-arc {
	background: #fff;
	padding: 0.15rem;
}

.single-arc h2 {
	font-size: 0.22rem;
	margin: 0.15rem 0;
	font-weight: bold;
	padding: 0.1rem;
	color: #fff;
	background: linear-gradient(to right, #ec6517 20%, transparent);
}

.single-arc h3 {
	font-size: 0.2rem;
	margin: 0.15rem 0;
	font-weight: bold;
	padding: 0.05rem;
	color: #fff;
	background: linear-gradient(to right, #ec6517 20%, transparent);
}

.single-arc h4 {
	font-size: 0.18rem;
	margin: 0.15rem 0;
	font-weight: bold;
}

.single-arc h5 {
	font-size: 0.16rem;
	margin: 0.15rem 0;
	font-weight: bold;

}

.single-arc h6 {
	font-size: 0.14rem;
	margin: 0.15rem 0;
	font-weight: bold;
}

.single-arc p {
	margin: 0.15rem 0;
	line-height: 0.26rem;
}

.single-arc a {
	color: #ec6517;
}

.single-arc a:hover {
	color: #000;
}

.single-arc img {
	margin-bottom: 0.15rem;
}

.single-arc iframe {
	display: block;
	margin-bottom: 0.15rem;
}

.single-tag {
	background: #fff;
	padding: 0.1rem 0.15rem;
}

.single-tag span {
	font-size: 0.16rem;
	color: #000;
	margin-right: 0.05rem;
}

.single-tag a {
	display: inline-block;
	margin: 0.05rem;
}

.prenext {
	margin: 0.3rem 0;
	background: #fff;
	padding: 0.15rem;
}

.prenext li {
	margin: 0.15rem 0;
}

.single-dz .list-zkchl-dz-ul li {
	background: #f5f5f5;
	border-left: 0.04rem solid #f5f5f5;
}

.single-dz .list-zkchl-dz-ul li:hover {
	border-left: 0.04rem solid #ec6517;
}

/* single-pro */
/* rel */
.rel {
	background: #f5f5f5;
}

/* rel */
/* 404 */
.page404 {
	text-align: center;
	padding: 1rem 0;
	border-top: 0.01rem solid #f6f6f6;
}

.page404 h1 {
	font-weight: bold;
	font-size: 1rem;
	color: #ec6517;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

/* 404 */
/* about */
.about-1 {
	display: flex;
	gap: 0.3rem;
}

.about-1 .about-1-text h4 {
	position: relative;
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0.1rem 0;
	padding-left: 1.1rem;
	color: #ec6517;
}

.about-1 .about-1-text h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1rem;
	height: 0.05rem;
	background: #ec6517;
}

.about-1 .about-1-text h2 {
	display: inline-block;
	padding: 0.05rem 0.3rem;
	margin: 0.1rem 0;
	font-size: 0.2rem;
	font-weight: bold;
	background: url(../img/index/home-about-bg.webp);
	border: 0.01rem solid #ebebeb;
}

.about-1>.about-1-text>p {
	font-size: 0.16rem;
	line-height: 0.26rem;
	margin: 0.1rem 0;
}

.about-1 .about-1-text p span {
	font-weight: bold;
}

.about-1-ul {
	margin: 0.3rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.about-1-ul>li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.15rem;
}

.about-1-ul>li>.item-img {
	box-sizing: border-box;
	width: 10%;
	flex-shrink: 0;
}

.about-1-ul>li>.item-img>img {
	margin: 0;
}

.about-1-ul>li>.item-text {
	box-sizing: border-box;
	flex: 1;
}

.about-1-ul>li>.item-text>h3 {
	font-size: 0.16rem;
	font-weight: bold;
}

.about-1-ul>li>.item-text>p {
	color: #666;
	font-size: 0.15rem;
}

.about-1-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.15rem 0;
	box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.1);
}

.about-1-bottom .item-img {
	box-sizing: border-box;
	width: 20%;
	flex-shrink: 0;
	background: #fff8ee;
	padding: 0.32rem 0.15rem;
}

.about-1-bottom .item-img img {
	width: 0.33rem;
	height: 0.26rem;
}

.about-1-bottom .item-text {
	box-sizing: border-box;
	flex: 1;
	padding: 0.15rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
}

.about-2 {
	background: url(../img/about/about-1-bg.webp) no-repeat;
	background-position: center;
	background-size: cover;
}

.about-2-title {
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 0.3rem;
	padding-left: 1.1rem;
	margin: 0.15rem 0;
}

.about-2-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1rem;
	height: 0.05rem;
	background: #ec6517;
}

.about-2-text p {
	margin: 0.15rem 0;
	color: #fff;
	font-size: 0.18rem;
}

.about-2-ul {
	margin: 0.3rem 0;
	display: grid;
	gap: 0.15rem;
}

.about-2-ul>li {
	background: #fff;
	padding: 0.3rem;
	text-align: center;
	border-left: 0.04rem solid #fff;
}

.about-2-ul>li:hover {
	border-left: 0.04rem solid #ec6517;
}

.about-2-ul>li>.text>h3 {
	margin: 0.15rem 0;
	font-size: 0.2rem;
	font-weight: bold;
}

.about-2-ul>li>.text>p {
	font-size: 0.16rem;
	color: #666;
}

.about-3-ul {
	display: grid;
	gap: 0.15rem;
	margin: 0.3rem 0;
}

.about-3-ul .item-text {
	padding: 0.15rem;
}

.about-3-ul .item-text h3 {
	position: relative;
	font-size: 0.2rem;
	line-height: 0.3rem;
	margin-bottom: 0.15rem;
	padding-bottom: 0.15rem;
}

.about-3-ul .item-text h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.5rem;
	height: 0.05rem;
	background: #ec6517;
}

.about-3-ul .item-text p {
	font-size: 0.15rem;
	line-height: 0.26rem;
	color: #666;
}

.about-4 {
	background: url(../img/index/home-about-bg.webp);
}

.about-4-content {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

.about-4-content>.more {
	background: #ec6517;
	color: #fff;
	width: 2rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	transition: all 0.3s ease;
}

.about-4-content>.more:hover {
	transform: translateY(-0.1rem);
}

.about-4-text {
	box-sizing: border-box;
	flex: 1;
}

.about-4-text>h2 {
	font-size: 0.3rem;
	font-weight: bold;
	margin: 0.1rem 0;
}

.about-4-text>.more {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 0.7rem;
	color: #ec6517;
	display: inline-block;
	margin: 0.15rem 0;
	line-height: 0.7rem;
}

.about-4-text>p {
	font-size: 0.16rem;
	color: #666;
}

.about-4-text>.text {
	font-size: 0.16rem;
	line-height: 0.28rem;
	margin: 0.15rem 0;
}

.about-5-ul {
	display: grid;
	gap: 0.15rem;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, auto);
	margin: 0.3rem 0;
}

.about-5-ul li:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.about-5-ul li {
	position: relative;
	box-sizing: border-box;
}

.about-5-ul li .item-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.2rem;
}

.about-6-ul {
	display: flex;
	gap: 0.3rem;
}

.about-6-ul-head {
	position: relative;
	padding-top: 0.15rem;
	margin-bottom: 0.3rem;
}

.about-6-ul-head::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 0.04rem;
	background: #ec6517;
}

.about-6-ul-head>p {
	font-size: 0.16rem;
}

.about-6-ul-head>h3 {
	font-size: 0.3rem;
	line-height: 0.3rem;
	font-weight: bold;
	margin: 0.1rem 0;
}

.about-6-ul-head-ul {
	display: flex;
	gap: 0.15rem;
	flex-direction: column;
}

.about-6-ul-head-ul>li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.15rem;
}

.about-6-ul-head-ul>li>.item-icon {
	box-sizing: border-box;
	width: 0.5rem;
	flex-shrink: 0;
}

.about-6-ul-head-ul>li>.item-icon>img {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.1);
}

.about-6-ul-head-ul>li>.item-text>h4 {
	font-size: 0.16rem;
	font-weight: bold;
	margin: 0.1rem 0;
}

.about-6-ul-head-ul>li>.item-text>p {
	color: #666;
}

.about-6-ul .about-6-video video {
	max-width: 100%;
	height: auto;
}

/* about */
/* contact */
.contact-ul {
	display: grid;
	gap: 0.15rem;
}

.contact-ul>li {
	background: #f5f5f5;
	border-radius: 0.3rem;
	text-align: center;
	padding: 0.3rem;
}

.contact-ul>li>.item-text {
	text-align: center;
}

.contact-ul>li>.item-text>h3 {
	font-size: 0.2rem;
	margin: 0.15rem;
}

.contact-ts-ul {
	display: grid;
	gap: 0.15rem;
}

.contact-ts-ul>li {
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-ts-ul>li>.item {
	text-align: center;
}

.contact-ts-ul>li>.item>h4 {
	position: relative;
	font-size: 0.36rem;
	color: #ec6517;
	font-weight: bold;
}

.contact-ts-ul>li>.item>h4>span {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
}

.contact-form form {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	box-sizing: border-box;
}

.contact-form form input,
.contact-form form textarea {
	padding: 0.25rem;
	box-sizing: border-box;
}

.contact-form form input:nth-child(1) {
	background: url(../img/contact/form-icon-1.webp) no-repeat;
	background-position: left 0.15rem;
	background-size: 0.2rem 0.2rem;
}

.contact-form form input:nth-child(2) {
	background: url(../img/contact/form-icon-2.webp) no-repeat;
	background-position: left 0.15rem;
	background-size: 0.2rem 0.2rem;
}

.contact-form form input:nth-child(3) {
	background: url(../img/contact/form-icon-3.webp) no-repeat;
	background-position: left 0.15rem;
	background-size: 0.2rem 0.2rem;
}

.contact-form form input:nth-child(4) {
	background: url(../img/contact/form-icon-4.webp) no-repeat;
	background-position: left 0.15rem;
	background-size: 0.2rem 0.2rem;
}

.contact-form form textarea {
	background: url(../img/contact/form-icon-4.webp) no-repeat;
	background-position: left 0.25rem;
	background-size: 0.2rem 0.2rem;
	width: 100%;
}

.contact-form-des {
	font-size: 0.18rem;
	color: #666;
	margin: 0.15rem 0;
}

/* contact */