.index-hzhb {
	padding: 60px 0;
}

.swiper-pagination4 {
	bottom: var(--swiper-pagination-bottom, -40px) !important;
}

.pr-body {
	position: relative;
}

@media screen and (max-width: 768px) {
	.index-hzhb {
		padding: 30px 0;
	}
}

.pr-more {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none !important;

}

.pr-body {
	position: relative;
	margin-top: 60px;

}



.pr-body .swiper-button-next4 {
	position: absolute;
	top: 50%;
	right: -60px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}


.pr-body .swiper-button-prev4 {
	position: absolute;
	top: 50%;
	left: -60px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}

.pr-body .swiper-button-next4 img,
.pr-body .swiper-button-prev4 img {
	width: 100%;
	height: 100%;
}

.index-hzhb .swiper-wrapper {}

.index-hzhb .swiper-pagination3 {
	display: none;
}

.index-hzhb .swiper-wrapper .swiper-slide {}

.index-hzhb .swiper-wrapper .swiper-slide .img {
	width: 100%;
	height: 0;
	padding-top: 60%;
	position: relative;
}

.index-hzhb .swiper-wrapper .swiper-slide .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}


.brand {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	padding: 10px;
	border-radius: 10px;
}

.brand div,
.brand h1,
.brand h2,
.brand h3,
.brand h4,
.brand h5,
.brand p {
	margin: 0 0 10px;

}

.right-nav {
	position: fixed;
	right: 0;
	bottom: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	gap: 5px;
}

.right-nav .item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: var(--c);
	padding: 0 5px;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	overflow: hidden;
	height: 50px;

}

.right-nav .item img {
	width: 30px;
	height: 30px;
}

.right-nav .item p {
	font-size: 14px;
	color: #fff;
	display: none;
	padding: 0 20px 0 10px;
}

.right-nav .item:hover p {
	display: block;
}

.next-pre {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #eee;
}

.next-pre p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin: 0;
	padding: 0;
}

.next-pre p a {
	color: var(--c);
}

.nolist {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	padding: 60px 0;
	width: 100%;
}

.nolist img {
	width: 300px;
	height: 195px;
}

.nolist p {
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 16px;
}

#modal {
	border: none;
	border-radius: 8px;
	padding: 20px;
	position: fixed;
	animation: slideIn 0.3s forwards;
	box-sizing: border-box;
}

@keyframes slideIn {
	from {
		top: -100%;
	}

	to {
		top: 10%;
	}
}

#modal .modal-header {
	width: 400px;
	padding: 10px 0;
	display: flex;
	border-bottom: 1px solid #eee;
}

#modal .modal-header .modal-title {
	flex: 1;
	font-size: 20px;
}

#modal .modal-content {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	font-size: 15px;
}

#modal .modal-header .modal-close {
	width: 50px;
	font-size: 23px;
	text-align: right;
	cursor: pointer;
}

#modal::backdrop {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.2);
}

.goods-body {
	padding: 60px 0;
	display: grid;
	grid-template-columns: 500px 1fr;
}



.goods-body .gb-l {}

.goods-body .gb-l .img {
	width: 100%;
	height: 0;
	padding-top: 60%;
	position: relative;
}

.goods-body .gb-l .img img {
	width: 100%;
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;

}

.goods-body .gb-l .dl {
	width: 300px;
	margin: 20px auto;
}

.goods-body .gb-l .dl a {
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: var(--c);
	display: block;
}

.goods-body .gb-l .dl a:hover {

	background-color: #333;

}

.goods-body .gb-r {
	padding-left: 20px;
}

.goods-body .gb-r .tit {
	font-weight: 600;
	color: #333;
	line-height: 40px;
}

.goods-body .gb-r .bbooddyy {
	margin-top: 20px;
	color: #666;
	overflow: hidden;
}


.list-pr-body {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}

.list-pr-body .list-pr-left {
	width: 400px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	padding: 20px;
	box-sizing: border-box;


}

.list-pr-body .list-pr-left .title {
	height: 60px;
	line-height: 60px;
	color: #000;
	text-indent: 30px;
	position: relative;
}

.list-pr-body .list-pr-left .title::after {
	position: absolute;
	content: '';
	left: 10px;
	top: 50%;
	width: 6px;
	height: 30px;
	border-radius: 3px;
	background-color: var(--c);
	margin-top: -15px;
}

.list-pr-body .list-pr-left .list-nav {
	margin-top: 30px;
}

.list-pr-body .list-pr-left .list-nav>li {
	position: relative;
}

.list-pr-body .list-pr-left .list-nav>li>a {
	height: 50px;
	color: #333;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	display: block;
	box-sizing: border-box;


}

.list-pr-body .list-pr-left .list-nav>li span {
	position: absolute;
	left: -10px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/style/images/sj.png) no-repeat center center;
	background-size: cover;
	z-index: 999;
}



.list-pr-body .list-pr-left .list-nav>li:hover>a,
.list-pr-body .list-pr-left .list-nav>li.on>a {
	background-color: #f2f2f2;
}

.list-pr-body .list-pr-left .list-nav>li:hover>a::after,
.list-pr-body .list-pr-left .list-nav>li.on>a::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #f2f2f2;
	position: absolute;
	left: -30px;
	top: 0;
}

.list-pr-body .list-pr-left .list-nav>li:hover>a::before,
.list-pr-body .list-pr-left .list-nav>li.on>a::before {
	position: absolute;
	content: '';
	top: -10px;
	left: -30px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #ccc;
	border-left: 10px solid transparent;
}

.list-pr-body .list-pr-left .list-nav li ul {}

.list-pr-body .list-pr-left .list-nav li ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-indent: 20px;
}

.list-pr-body .list-pr-left .list-nav li ul li a {
	color: #333;
	display: block;
}

.list-pr-body .list-pr-left .list-nav li ul li:hover,
.list-pr-body .list-pr-left .list-nav li ul li.on {
	background-color: #f2f2f2;
}

.list-pr-body .list-pr-left .list-nav li.on ul,
.list-pr-body .list-pr-left .list-nav li:hover ul {}

/* .list-pr-body .list-pr-left .list-nav li span {
	width: 50px;
	height: 50px;
	background-color: #f2f2f2;
	position: absolute;
	left: -30px;
	top: 0;
	display: none;
}

.list-pr-body .list-pr-left .list-nav li span::after {
	position: absolute;
	content: '';
	top: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid #ccc;
	border-left: 10px solid transparent;
}

.list-pr-body .list-pr-left .list-nav li a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-pr-body .list-pr-left .list-nav li:hover,
.list-pr-body .list-pr-left .list-nav li.on {
	background-color: #f2f2f2;
	border-radius: 0 25px 25px 0;
}

.list-pr-body .list-pr-left .list-nav li:hover span,
.list-pr-body .list-pr-left .list-nav li.on span {
	display: block;
}

.list-pr-body .list-pr-left .list-nav li:hover a,
.list-pr-body .list-pr-left .list-nav li.on a {
	color: var(--c);
} */

.list-pr-body .list-pr-left .search {
	margin-bottom: 30px;
}

.list-pr-body .list-pr-right {
	flex: 1;
	width: 1px;
	margin-left: 40px;
}

.son-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}

.son-list a {
	border: 1px solid #eee;
	color: #666;
	font-size: 16px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}

.son-list a.on,
.son-list a:hover {
	background-color: var(--c);
	border-color: var(--c);
	color: #fff;

}


.list-pr-body .list-pr-right .list-pro {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;

}

.list-pr-body .list-pr-right2 {
	flex: 1;
	width: 1px;
	margin-left: 40px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0;

}

.list-pr-body .list-pr-right .item {
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.list-pr-body .list-pr-right .item .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
	overflow: hidden;
}

.list-pr-body .list-pr-right .item .img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.list-pr-body .list-pr-right .item .title {
	padding: 20px;
	color: #333;
	line-height: 40px;
}

/* contact */
.contact-title {
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.contact-1 {
	padding: 150px 0 100px;
	background-color: #F7F7F7;
}

.contact-2 {
	padding: 200px 0;
	background-color: #fff;
}

.list-lx {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 40px;
}

.list-lx .item {}

.list-lx .item img {
	width: 24px;
	height: 24px;
}

.list-lx .item span {
	flex: 1;
	width: 1px;
	margin-left: 10px;
}

.map {
	margin-top: 50px;
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 33.5%;
}

.map img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 伙伴 */
.list-news3 {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;

}

.list-news3 .item {
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;

}

.list-news3 .item:hover {
	background-color: #f2f2f2;
}

.list-news3 .item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.list-news3 .item .img {
	width: 100%;
	height: 0;
	padding-top: 75%;
	position: relative;
}

.list-news3 .item .img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-news3 .item .con {
	text-align: left;
	padding: 20px 10px 30px;
	border-top: 1px solid #ccc;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;

}

.list-news3 .item .con::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	left: -100px;
	bottom: -100px;
	border-radius: 50%;
	background-color: #E0EAF4;
	z-index: -1;
}

.list-news3 .item .con .title {
	color: #333;
	line-height: 30px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.list-news3 .item .con .info {
	margin-top: 20px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



/* fangan */
.list-news2 {
	margin-top: 30px;
}

.list-news2 .item {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px 0;

}

.list-news2 .item:hover {
	border-bottom: 1px solid var(--c);
	background-color: #f2f2f2;
}

.list-news2 .item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-news2 .item .img {
	width: 380px;
	height: 210px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.list-news2 .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-news2 .item .con {
	flex: 1;
	width: 1px;
	box-sizing: border-box;
	padding: 20px;
}

.list-news2 .item .con .title {
	color: #000;
	line-height: 30px;
}

.list-news2 .item .con .info {
	margin-top: 30px;
	line-height: 30px;
	color: #959595;
}

.list-news2 .item .con .time {
	color: #707070;
	line-height: 30px;
	margin-top: 40px;
}

/* news */
.content-news {
	padding: 100px 0;
}

.news-main {
	display: flex;
	justify-content: space-between;
}

.news-main .news-left {
	flex: 1;
	width: 1px;
	margin-right: 90px;
}

.news-main .news-left .tit {
	color: #1B1B1B;
	line-height: 40px;
}

.news-main .news-left .info {
	margin-top: 30px;
	height: 30px;
	line-height: 30px;
	color: #898989;
	text-align: center;
}


.news-main .news-left .info span {
	padding: 0 20px;
}

.news-main .news-left .body {
	margin-top: 30px;
	color: #434343;
	line-height: 30px;
	overflow: hidden;
}

.news-main .news-right {
	width: 300px;
}

.news-main .news-right .t {
	height: 40px;
	line-height: 40px;
	color: #1B1B1B;
	margin-bottom: 20px;
}

.news-main .news-right ul {}

.news-main .news-right ul li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.news-main .news-right ul li .name {
	color: #1B1B1B;
	line-height: 30px;
}

.news-main .news-right ul li .time {
	margin-top: 20px;
	color: #959595;
	line-height: 24px;
}

.news-main .news-right ul li:hover {
	border-bottom: 1px solid var(--c);
}

.news-main .news-right ul li:hover .name,
.news-main .news-right ul li:hover .time {
	color: var(--c);
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 30px;
}

.pagination li {
	border: 1px solid #eee;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;

}

.pagination li a {
	display: block;
	color: #333;
	width: 100%;
	height: 100%;
}

.pagination li:hover,
.pagination li.on {
	border: 1px solid var(--c);
	background-color: var(--c);
	color: #fff;
}

.pagination li:hover a,
.pagination li.on a {
	color: #fff;
}



.list-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.list-news .item {
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px #E9E9E9;
	border-radius: 10px;

}

.list-news .item a {
	display: block;
}

.list-news .item .img {
	width: 100%;
	height: 0;
	padding-top: 75%;
	position: relative;
}

.list-news .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.list-news .item .con {
	padding: 20px;
}

.list-news .item .con .title {
	color: #000;
	line-height: 30px;
}

.list-news .item .con .info {
	margin-top: 10px;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #FAFAFA;
	color: #959595;
	line-height: 30px;
}

.list-news .item .con .time {
	color: #AAAAAA;
	line-height: 20px;
	margin-top: 20px;
}

.list-middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.list-middle .list-nav {
	flex: 1;
	width: 1px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}

.list-middle .list-nav li {
	padding: 0 25px;
	position: relative;
	height: 40px;
	line-height: 40px;

}

.list-middle .list-nav li::after {
	position: absolute;
	content: '';
	width: 90px;
	height: 2px;
	background: var(--c);
	border-radius: 1px;
	left: 50%;
	bottom: -10px;
	margin-left: -45px;
	display: none;
}

.list-middle .list-nav a {
	color: #333;
	display: block;
}

.list-middle .list-nav li:hover,
.list-middle .list-nav li.on a {
	color: var(--c);
}

.list-middle .list-nav li:hover::after,
.list-middle .list-nav li.on::after {
	display: block;
}


.search {
	width: 303px;
	height: 53px;
	border: 1px solid #D2D2D2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.search img {
	width: 30px;
	height: 30px;
}

.search input {
	flex: 1;
	width: 1px;
	margin-left: 10px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #333;
	border: none;
}

.list-title {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #000;
}

/* about */
.ny-banner {
	width: 100%;
	height: 600px;
	position: relative;
}

.ny-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ny-banner .title {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	height: 60px;
	line-height: 60px;
}

.ny-banner .banner-con {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
}

.ny-banner .banner-con .t {
	font-weight: 600;
	height: 60px;
	line-height: 60px;
}

.ny-banner .banner-con .p {
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-top: 60px;
}

.zm-about1 {
	background-color: #fff;
	padding: 60px 0;
}

.zm-about1 {}

.zm-about1 .title {}

.zm-about1 .title .t1 {

	font-weight: 600;
	color: #333;
	height: 50px;
	line-height: 50px;
}

.zm-about1 .title .t2 {

	font-weight: 600;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.zm-about1 .info {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.zm-about1 .info .i-l {
	width: 250px;
	height: 515px;
}

.zm-about1 .info .i-l img {
	width: 100%;
	height: 100%;
}

.zm-about1 .info .i-c {
	height: 500px;
	width: 200px;
	position: relative;
}

.zm-about1 .info .i-c p {
	position: absolute;
	color: #333;
	text-decoration: underline;
}

.zm-about1 .info .i-c .p1 {
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -60px;
}

.zm-about1 .info .i-c .p2 {
	top: 50%;
	right: 50%;
	margin-top: -60px;
	margin-right: -150px;
}

.zm-about1 .info .i-r {
	flex: 1;
	width: 1px;
	box-sizing: border-box;
	background: #F8F9FB;
	padding: 20px 20px 20px 80px;
}


.zm-about1 .info .i-r .t {
	color: #333;
	line-height: 30px;
	font-weight: 600;
}

.zm-about1 .info .i-r .t2 {

	color: #333;
	line-height: 40px;
	margin-top: 50px;
	font-weight: 600;
}

.zm-about1 .info .i-r .p {

	color: #333;
	line-height: 40px;
	margin-top: 40px;
	text-indent: 20px;
}

.zm-about1 .info .i-r .ys-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.zm-about1 .info .i-r .ys-list .item {
	display: flex;
	align-items: center;
}

.zm-about1 .info .i-r .ys-list .item img {
	width: 24px;
	height: 24px;

}

.zm-about1 .info .i-r .ys-list .item p {
	flex: 1;
	width: 1px;
	margin-left: 10px;
	font-weight: normal;

	color: #535353;
	line-height: 40px;
}



.zm-about2 {
	background: url(/style/images/qiyewenhua.png) center 120px;
	background-repeat: no-repeat;
	background-color: #F6F7F8;
	padding: 60px 0;
	position: relative;

}



.zm-about2 .title {
	position: relative;
	z-index: 99;
	color: #000;
	font-weight: 600;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.zm-about2 .title2 {
	position: relative;
	z-index: 99;
	color: #535353;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 40px;
}

.zm-about2 .ys-list2 {
	width: 90%;
	margin: 100px auto 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px;
}

.zm-about2 .ys-list2 .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
}

.zm-about2 .ys-list2 .item::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #eee;
}

.zm-about2 .ys-list2 .item:last-child::after {
	display: none;
}

.zm-about2 .ys-list2 .item img {
	width: 50px;
	height: 50px;
}

.zm-about2 .ys-list2 .item p {
	margin-top: 20px;
	color: #333;
	height: 40px;
	line-height: 40px;
}

.zm-about3 {
	background: #638AD7 url(/style/images/bg_yuanjing.png) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 200px 0;
}

.zm-about3 .title {
	z-index: 99;
	color: #fff;
	font-weight: 600;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.zm-about3 .title2 {

	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 60px;
}

.zm-about4 {
	text-align: center;
	padding: 100px 0;

}

.zm-about4 .title {
	z-index: 99;
	color: #333;
	font-weight: 600;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.zm-about4 .ys-list3 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 80%;
	margin: 60px auto;
}

.zm-about4 .ys-list3 .item {
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.zm-about4 .ys-list3 .item .img {
	width: 100%;
	height: 0;
	padding-top: 50%;
	position: relative;
}

.zm-about4 .ys-list3 .item img {
	width: 100%;
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;
}

.zm-about4 .ys-list3 .item p {
	color: #333;
	padding: 20px 10px;
}

/* index */
.index-about-bg {
	background-image: url('/style/images/news-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer-bg {
	background-image: url('/style/images/footer-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 514px;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 70px;
}

.footer-top .footer-l {
	width: 224px;
	height: 54px;
}

.footer-top .footer-l img {
	width: 100%;
	height: 100%;
}

.footer-top .footer-c {
	flex: 1;
	width: 1px;
	padding: 0 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;

}

.footer-top .footer-c dl {
	width: 100%;
	overflow: hidden;
}

.footer-top .footer-c dl dt {
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.footer-top .footer-c dl dt a {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}

.footer-top .footer-c dl dd {
	height: 30px;
	line-height: 30px;
}

.footer-top .footer-c dl dd a {
	color: #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}

.footer-top .footer-r {}

.footer-top .footer-r .lx-title {
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.footer-top .footer-r .lx-img {
	width: 210px;
	height: 210px;
	margin-top: 20px;
}

.footer-top .footer-r .lx-img img {
	width: 100%;
	height: 100%;
}

.index-msg-bg {
	background-image: url('/style/images/mgs-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
}

.footer-bottom {
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 40px;
}

.index-msg {
	padding: 120px 0;
}

.index-msg .msg-title {
	color: #000;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.msg-from {
	width: 100%;
	margin-top: 80px;
}

.msg-from .form-list1 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;

}

.msg-from .form-list1 .item {
	height: 66px;
	padding: 3px 10px;
	background-color: #fff;
}

.msg-from .form-list1 .item .p_input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #333;
	border: none !important;
}

input:focus,
.msg-from .form-list2 textarea:focus {
	border-color: transparent;
	outline: none;
}


.msg-from .form-list2 {
	height: 180px;
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
	padding: 10px;
	box-sizing: border-box;
}

.msg-from .form-list2 textarea {
	width: 100%;
	height: 100%;
	color: #333;
	border: none;
	outline: none;
}

.form-footer {
	text-align: center;
	width: 100%;
	margin-top: 80px;
}

.form-footer .form-btn {
	width: 249px;
	height: 65px;
	line-height: 65px;
	background: var(--c);
	border-radius: 10px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
}

.index-news {
	padding: 120px 0;
}

.index-news .news-title {
	color: #000;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.news-list {
	margin-top: 80px;
	display: grid;
	grid-template-columns: 67% 33%;
}

.news-list .news-list-l {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
}

.news-list .news-list-l .item {
	background-color: #fff;

}

.news-list .news-list-l .item a {
	display: block;
}

.news-list .news-list-l .item .img {
	width: 100%;
	height: 0;
	padding-top: 75%;
	position: relative;
}

.news-list .news-list-l .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.news-list .news-list-l .item .con {
	padding: 20px;
}

.news-list .news-list-l .item .con .title {
	color: #000;
	line-height: 30px;
}

.news-list .news-list-l .item .con .info {
	margin-top: 10px;
	padding: 0 10px;
	border-radius: 10px;
	background-color: #FAFAFA;
	color: #959595;
}

.news-list .news-list-l .item .con .time {
	color: #AAAAAA;
	line-height: 20px;
	margin-top: 20px;
}

.news-list .news-list-r {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.news-list .news-list-r .item {
	background-color: #fff;
	padding: 35px;
	border-radius: 5px;
	box-sizing: border-box;
}

.news-list .news-list-r .item a {
	display: block;
	width: 100%;
}

.news-list .news-list-r .item .title {
	color: #000;
	line-height: 30px;

}

.news-list .news-list-r .item .info {
	margin-top: 20px;
	color: #707070;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-list .news-list-r .item .time {
	color: #959595;
	line-height: 20px;
	margin-top: 10px;
}

.index-agent {
	padding: 120px 0 120px 0;
}

.index-agent .index-agent-left {
	width: 400px;
}

.index-agent .index-agent-left .agent-title {
	color: #000;
	height: 60px;
	line-height: 60px;
}

.index-agent .index-agent-left .more {
	margin-top: 80px;
}

.index-agent .index-agent-right {
	flex: 1;
	width: 1px;
	position: relative;
}

.index-agent .index-agent-right .line {
	position: absolute;
	left: 100px;
	right: 150px;
	height: 2px;
	background-color: #eee;
	bottom: -50px;
}

.index-agent .index-agent-right .mySwiper2 {
	width: 100%;
}

.mySwiper2 .swiper-slide {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.mySwiper2 .swiper-slide .img {
	width: 100%;
	height: 0;
	padding-top: 75%;
	position: relative;
}

.mySwiper2 .swiper-slide .img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper2 .swiper-slide .con {
	text-align: left;
	padding: 20px 10px 30px;
	border-top: 1px solid #ccc;
	position: relative;
	z-index: 1;
}

.mySwiper2 .swiper-slide .con::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	left: -100px;
	bottom: -100px;
	border-radius: 50%;
	background-color: #E0EAF4;
	z-index: -1;
}

.mySwiper2 .swiper-slide .con .title {

	color: #333;
	line-height: 30px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mySwiper2 .swiper-slide .con .info {
	margin-top: 20px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.swiper-button-next2 {
	width: 56px;
	height: 56px;
	position: absolute;
	bottom: -70px;
	right: 0;
}

.swiper-button-next2 img,
.swiper-button-prev2 img {
	width: 100%;
	height: 100%;
}

.swiper-button-prev2 {
	width: 56px;
	height: 56px;
	position: absolute;
	bottom: -70px;
	right: 70px;
}

.mySwiper2 .swiper-pagination2 {
	display: none;
}

.index-product {
	padding: 100px 0 0;
	position: relative;
}

.index-about {
	padding: 200px 0 130px 0;
}

.index-product .pr-title {
	color: #000;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.index-product .pr-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding: 10px 0;
}

.index-product .pr-list .item {
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.index-product .pr-list .item a {
	display: block;
	width: 100%;
	height: 100%;
}

.index-product .pr-list .item .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
	overflow: hidden;
}

.index-product .pr-list .item .img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
	object-fit: cover;
}

.index-product .pr-list .item .title {
	color: #000;
	padding: 30px;
	color: #333;
	line-height: 30px;
}


.index-product .pr-list .item:hover img {
	transform: scale(1.1, 1.1);
}

.index-product .pr-list .item:hover {
	background-color: var(--c);
	cursor: pointer;
}

.index-product .pr-list .item:hover .title {
	color: #fff;
}


.index-about-left {
	flex: 1;
	width: 1px;
	margin-right: 60px;
}

.index-about-left .about-title {
	color: #000;
	font-weight: 600;
	position: relative;
	height: 60px;
	line-height: 60px;

}

.index-about-left .about-title::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 10px;
	height: 30px;
	border: 4px solid #477AF0;
	border-right: 0;
	border-bottom: 0;
}
}

.index-about-left .about-info {
	margin-top: 40px;
}

.index-about-left .about-info p {
	color: #535353;
	margin-bottom: 30px;
	line-height: 40px;
	text-indent: 40px;
}

.more {
	width: 160px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: var(--c);
	border-radius: 10px;
	display: block;
	color: #fff;
}

.index-about-right {
	width: 640px;
	height: 400px;
	position: relative;
	z-index: 1;
}

.index-about-right::after {
	content: '';
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 160px;
	height: 160px;
	background-color: var(--c);
	z-index: -1;
}

.index-about-right img {
	width: 100%;
	height: 100%;
}

.index-banner {
	width: 100%;
	height: 100vh;
	background-color: #f2f2f2;
}

.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;
}

.p-t-200 {
	padding-top: 200px;
}

.p-b-130 {
	padding-bottom: 130px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-b-100 {
	padding-bottom: 100px;
}

.container {
	margin: 0 auto;
	width: 1440px;
	box-sizing: border-box;
}

.grid {
	display: grid;
}

.index-header {}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 94px;
	background-color: rgba(97, 127, 154, .6);
	z-index: 9999;

}

.header .index-header {
	height: 100%;
}

.header .logo {
	width: 74px;
	height: 49px;

}

.header .logo img {
	width: 100%;
}

.header .header-right {
	flex: 1;
	width: 1px;
}

.nav-btn {
	width: 40px;
	height: 40px;
	display: none;

}

.nav-btn img {
	width: 100%;
	height: 100%;
}



.header .header-right .nav2 {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: none;
	z-index: 999;


}

.header .header-right .nav2 li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 0 30px;
}

.header .header-right .nav2 li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.header .header-right .nav {
	padding-top: 34px;
	flex: 1;
	width: 1px;
}

.header .header-right .nav>li {
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}

.header .header-right .nav>li::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin: 0 auto;
	transition: all ease .3s;
	background: var(--c);
	height: 2px;
}

.header .header-right .nav li>a {
	display: block;
	width: 100%;
	color: #fff;
}

.header .header-right .nav .subnav {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	border-radius: 5px;
	display: none;
}

.header .header-right .nav>li:hover::after {
	width: 100%;
}

.header .header-right .nav>li:hover .subnav {
	display: block;
}

.header .header-right .nav .subnav li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

.header .header-right .nav .subnav li:hover {
	/* background-color: #fff; */
}


.header .header-right .nav .subnav li>a {
	display: block;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header .header-right .nav .subnav li:hover a {
	color: var(--c);
}

.header .header-right .language {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin-left: 130px;
	margin-top: 30px;

}

.header .header-right .language span {
	color: #fff;
}

.header .header-right .language img {
	width: 20px;
	height: 10px;
	margin-left: 5px;
}

.header .header-right .language ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 5px;
	overflow: hidden;
}

.header .header-right .language:hover {
	cursor: pointer;
}

.header .header-right .language:hover ul {
	display: block;
}

.header .header-right .language ul li {
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.header .header-right .language ul li a {

	color: #fff;

}

.header .header-right .language ul li:hover {
	background-color: rgba(255, 255, 255, .5);
}

/*每个页面公共css */
.u-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* 换行 */
.u-flex-wrap {
	flex-wrap: wrap;
}

/* 不换行 */
.u-flex-nowrap {
	flex-wrap: nowrap;
}

/* 垂直居中 */
.u-col-center {
	align-items: center;
}

/* 顶部对齐 */
.u-col-top {
	align-items: flex-start;
}

/* 底部对齐 */
.u-col-bottom {
	align-items: flex-end;
}

/* 左边对齐 */
.u-row-left {
	justify-content: flex-start;
}

/* 水平居中 */
.u-row-center {
	justify-content: center;
}

.u-row-evenly {
	justify-content: space-evenly;
}

/* 右边对齐 */
.u-row-right {
	justify-content: flex-end;
}

/* 水平两端对齐，项目之间的间隔都相等 */
.u-row-between {
	justify-content: space-between;
}

/* 水平每个项目两侧的间隔相等，所以项目之间的间隔比项目与父元素两边的间隔大一倍 */
.u-row-around {
	justify-content: space-around;
}

.u-line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.u-line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.u-line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.fs100 {
	font-size: 100px;
}

.fs80 {
	font-size: 80px;
}

.fs60 {
	font-size: 60px;
}

.fs48 {
	font-size: 48px;
}

.fs40 {
	font-size: 40px;
}

.fs36 {
	font-size: 36px;
}

.fs34 {
	font-size: 34px;
}

.fs32 {
	font-size: 32px;
}

.fs30 {
	font-size: 30px;
}

.fs28 {
	font-size: 28px;
}

.fs26 {
	font-size: 26px;
}

.fs24 {
	font-size: 24px;
}

.fs22 {
	font-size: 22px;
}

.fs20 {
	font-size: 20px;
}

.fs18 {
	font-size: 18px;
}

.fs16 {
	font-size: 16px;
}

.fs14 {
	font-size: 14px;
}

.fs12 {
	font-size: 12px;
}

@media screen and (min-width: 1921px) {
	.container {
		width: 1440px;
	}
}

@media screen and (min-width:1441px) and (max-width:1920px) {
	.container {
		width: 1440px;
	}

}

@media screen and (min-width:1281px) and (max-width:1440px) {
	.container {
		width: 1280px;
	}
}

@media screen and (min-width:1025px) and (max-width:1280px) {
	.container {
		width: 1024px;
	}

	.header .header-right .nav>li {
		padding: 0 10px;
		font-size: 16px;
	}

	.index-about-right {
		width: 320px;
		height: 200px;
	}

	.index-about-left .about-info p {
		font-size: 16px !important;
		line-height: 30px;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
	.container {
		width: calc(100% - 40px);
	}

	.index-about-right {
		width: 320px;
		height: 200px;
	}

	.index-about-left .about-info p {
		font-size: 16px !important;
		line-height: 30px;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}

	.header .header-right .nav>li {
		padding: 0 5px;
		font-size: 14px;
	}

	.fs20 {
		font-size: 16px;
	}
}


@media screen and (max-width: 768px) {
	.msg-from .form-list1 .item {
		height: 36px;
	}

	.form-footer .form-btn {
		transform: scale(0.75);
	}

	.msg-from .form-list1 {
		gap: 10px;
	}

	.msg-from .form-list2 {
		height: 100px;
		margin-top: 10px;
	}

	.form-footer {
		margin-top: 40px;

	}

	.msg-from .form-list1 .item .p_input {
		height: 30px;
		line-height: 30px;
	}

	.pr-body .swiper-button-next4 {
		right: 0;
		z-index: 9999;
	}

	.pr-body .swiper-button-prev4 {
		left: 0;
		z-index: 9999;
	}

	.pr-more {
		bottom: -30px;
		transform: scale(0.5);

	}

	.list-pr-body .list-pr-left .list-nav li ul li {
		font-size: 14px;
	}

	.fs48 {
		font-size: 24px;
	}

	.fs60 {
		font-size: 30px;
	}

	.fs36,
	.fs40 {
		font-size: 20px;
	}

	.header {
		height: 60px;
	}

	#modal .modal-header {
		width: 300px;
	}

	.swiper-button-next2,
	.swiper-button-prev2 {
		width: 40px;
		height: 40px;
	}

	.list-news3 {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.mySwiper2 .swiper-slide .con {
		padding: 5px;
	}

	.mySwiper2 .swiper-slide .con .info,
	.mySwiper2 .swiper-slide .con::after {
		display: none;
	}

	.list-pr-body {
		padding: 30px 0;
		flex-direction: column;
	}

	.list-pr-body .list-pr-left {
		width: 100%;
	}

	.list-pr-body .list-pr-right {
		margin: 20px auto;
		flex: auto;
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.list-pr-body .list-pr-right2 {
		margin: 20px auto;
		flex: auto;
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.list-pr-body .list-pr-right .item .title {
		padding: 10px;
		line-height: 24px;
	}

	.list-news {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.list-news .item .con {
		padding: 10px;
	}

	.list-news .item .con .info {
		display: none;
	}

	.list-middle {
		flex-direction: column;
	}

	.list-middle .list-nav {
		width: 100%;
		flex: auto;
		margin: 20px auto;
	}

	.list-middle .list-nav li {
		margin-bottom: 20px;
	}

	.search {
		width: 100%;
		box-sizing: border-box;
	}

	.list-news2 .item .img {
		width: 150px;
		height: 100px;
	}

	.list-news2 .item .con .info {
		display: none;
	}

	.list-news2 .item .con {
		padding: 10px;
	}

	.list-news2 .item .con .time {
		margin-top: 0;
	}

	.content-news {
		padding: 30px 0;
	}

	.news-main .news-right {
		width: 100%;
		margin-top: 30px;
	}

	.news-main {
		flex-direction: column;
	}

	.news-main .news-left {
		width: 100%;
		flex: auto;
		margin: 20px auto;
	}

	.contact-1,
	.contact-2 {
		padding: 30px 0;
	}

	.map {
		margin-top: 20px;
	}

	.list-lx {
		grid-template-columns: repeat(1, 1fr);
	}

	.ny-banner {
		height: 300px;
	}

	.ny-banner .banner-con {
		width: 100%;
	}

	.ny-banner .banner-con .p {
		margin-top: 10px;
	}

	.zm-about2 {
		background-size: contain;
	}

	.zm-about3,
	.zm-about4 {
		padding: 50px 0;
	}

	.fs18,
	.fs20,
	.fs22,
	.fs24,
	.fs26,
	.fs28,
	.fs30 {
		font-size: 16px;
	}

	.index-news {
		padding: 20px 0;
	}

	.news-list {
		margin-top: 20px;
		grid-template-columns: repeat(1, 1fr);
	}

	.news-list .news-list-l .item .con .info {
		display: none;
	}

	.news-list .news-list-l {
		gap: 10px;
	}

	.index-about-left .about-title {
		height: 30px;
		line-height: 30px;
	}

	.index-about-left .about-info p {
		line-height: 24px;
		text-indent: 20px;
		margin-bottom: 10px;
	}

	.news-list .news-list-r {
		padding: 20px 0;
		width: 100%;
		box-sizing: border-box;
	}

	.news-list .news-list-r .item {
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.news-list .news-list-r .item .info {
		display: none;
	}

	.index-msg {
		padding: 30px 0;
	}

	.msg-from {
		margin-top: 30px;
	}

	.index-msg-bg {
		height: 460px;
	}

	.index-agent {
		padding: 30px 0 100px;
		flex-direction: column;
	}

	.index-agent .index-agent-left {
		width: 100%;
	}

	.index-agent .index-agent-left .more {
		margin-top: 20px;
	}

	.index-agent .index-agent-right {
		width: 100%;
		flex: auto;
		margin-top: 20px;
	}

	.index-product .pr-list .item .title {
		padding: 10px;
	}

	.index-product .pr-list {
		margin-top: 20px;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.index-banner {
		height: 300px;
	}

	.index-product {
		padding: 20px 0;
	}

	.index-about {
		padding: 20px;
		flex-direction: column;
	}

	.index-about-left {
		width: 100%;
		margin: 0;
		flex: auto;
	}

	.index-about-right {
		margin-top: 30px;
		width: 100%;
		height: 300px;
	}

	.header .header-right {
		justify-content: flex-end !important;
	}

	.header .header-right .language {
		margin: 0 0 0 10px;
	}

	.nav-btn {
		display: block;
	}

	.header .header-right .nav {
		display: none;
	}

	.header .header-right .nav2 {
		display: block;
	}

	.footer-top {
		flex-direction: column;
		padding-bottom: 30px;
	}

	.footer-top .footer-c {
		width: 100%;
		padding: 10px;
		grid-template-columns: repeat(2, 1fr);
		box-sizing: border-box;
	}

	.footer-top .footer-c dl dd {
		display: none;
	}



	.container {
		width: calc(100% - 20px);
	}

	.zm-about1 .info {
		flex-direction: column;
	}

	.zm-about1 .info .i-l {
		display: none;
	}

	.zm-about1 .info .i-c {
		display: none;
	}

	.zm-about1 .info .i-r {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.zm-about1 .info .i-r .ys-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.zm-about2 .ys-list2 {
		grid-template-columns: repeat(2, 1fr);
		padding: 30px;

	}

	.zm-about2 .ys-list2 .item:nth-child(2)::after {
		display: none;
	}

	.zm-about2::after {
		font-size: 20px;
	}

	.zm-about4 .ys-list3 {
		grid-template-columns: repeat(2, 1fr);
		width: calc(100% - 20px);
		margin: 30px auto;
	}

	.goods-body {

		padding: 20px 0;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.goods-body .gb-l {
		width: 100%;
		box-sizing: border-box;
	}

	.goods-body .gb-r {

		width: 100%;
		box-sizing: border-box;
	}

	.goods-body .gb-r img {
		max-width: 100% !important;

	}
}