.about-top-wrap {
	padding: 3% 0;
}

.banner.font-0{
	margin-top: 88px;
	padding-bottom: 20%;
	position: relative;
}
.banner.font-0 img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
}

.about-mian-content {
	display: flex;
}

.about-mian-content .content {
	margin-right: 5%;
}

.about-top-wrap .title {
	margin-bottom: 3%;
	line-height: 1;
}


.about-top-wrap .title::before {
	content: "";
	width: 100px;
	height: 3px;
	display: block;
	margin-bottom: 30px;
	background-color: #ee0210;
}


.about-video-wrap {
	border-radius: 2vw;
	overflow: hidden;
	position: relative;
}

.about-video-wrap .playbutton {
	position: absolute;
	left: 50%;
	z-index: 11;
	cursor: pointer;
	top: 50%;
	transform: translate(-50%, -50%);
}


.about-video-wrap video {
	width: 100%;
}

.about-bottom-wrap {
	padding: 8% 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.about-bottom-wrap .item {
	background-color: #fff;
}

.about-mian-content .round-imgs {
	width: 90%;
	margin-left: 10%;
	border-radius: 50%;
	background: #f9f9f9;
	background-size: cover;
	padding-bottom: 90%;
}

.about-mian-content .bottom-icon svg {
	fill: #f00 !important;
}

.bottom-icon {
	margin-top: 15%;
}

.flex-column {
	flex-direction: column;
	justify-content: space-between;
}

.pub-nav-wrap ul {
	justify-content: center;

}

.pub-nav-wrap ul li a {
	color:
}

.pub-nav-wrap ul li {
	line-height: 90px;
	margin-right: 1rem;
}

.pub-nav-wrap ul li:last-of-type {
	margin-right: 0;
}

.pub-nav-list {
	position: sticky;
	top: 0;
	border-bottom: 1px solid #dcdddd;
	background: #fff;
	z-index: 999;
}

.pub-nav-wrap ul li.on a {
	color: #ee0210;
}

.pub-nav-wrap ul li.on {
	font-weight: bold;
	border-bottom: 2px solid #ee0210;
}

.pub-title-wrap .title {
	margin-bottom: 3%;
	line-height: 1;
}

.pub-title-wrap .title::before {
	content: "";
	width: 100px;
	height: 3px;
	display: block;
	margin-bottom: 30px;
	background-color: #ee0210;
}

.honor-container {
	padding: 3% 0;
}

.honor-list {
	padding: 3% 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5%;
}

.honor-list .imgs img {
	/* position: absolute; */
	width: 100%;
	top: 0;
	left: 0;
	/* height: 100%; */
}
.honor-list .item{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.honor-list .imgs {
	font-size:0;
	/* padding-top: 66%; */
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.honor-list .tai {
	padding-top: 31%;
	transform: translateY(-3%);
	background-size: cover;
	background-image: url('../imgs/introductionimg.png')
}

.honor-swiper {
	overflow: hidden;
}


.honor-button-box .swiper-button {
	text-align: center;
	line-height: 70px;
	width: 70px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 900;
	font-family: "宋体";
	height: 70px;
	border-radius: 50%;
	background-color: #f7f8f8;
}

.honor-button-box .swiper-button:hover {
	background: #f1212e;
	color: #fff;
}

.partner-list {
	padding: 3% 1px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
}

.partner-list .imgs {
	height: 100%;
	box-sizing: border-box;
	padding: 10%;
	border: 0.5px solid #eee;
}

.partner-list .imgs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.c-container{
	padding: 92px 0;
}
.c-container .index-case-list{
	padding-top: 0%;
}
.b-container {
	padding: 92px 0;
	background: #eaeef2;
}

.b-container .b-swiper {
	margin-top: 3%;
}

.b-container .imgs img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.b-container .imgs {
	padding-top: 60%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.production-container .index-case-list {
	margin-top: 0%;
	padding-top: 3.5%;
	line-height: 2;
}

.quality-container {
	padding: 3% 0;
	padding-bottom: 0;
	background: #fbf9fa;
}

.quality-container .top-title {
	margin-bottom: 3%;
}

.quality-container .top-title h6 {
	margin-bottom: 1.5%;
}

.quality-list .item {
	position: relative;
	margin-bottom: 4%;
	border-radius: 20px;
	overflow: hidden;
	font-size: 0;
}

.quality-list .item .content-1 {
	position: absolute;
	top: 0%;
	left: 0%;
	line-height: 1.8;
	padding: 5%;
	color: #fff;
}

.quality-list .item .content-1 h6 {
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	max-width: 500px;
}

.quality-list .item .content-1{
	font-size: 0.16rem;
}

.certificate-container {
	padding: 5% 0;
}

.certificate-swiper-container {
	margin-top: 3%;
	position: relative;
}

.certificate-swiper-container .nbututton {
	font-family: "宋体";
	font-size: 18px;
	width: 60px;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	background-color: #f7f8f8;
	border-radius: 50%;
	transform: translateY(-50%);

}

.certificate-swiper-container .nbututton.left-b {
	left: -100px;

}

.certificate-swiper-container .nbututton.right-b {
	right: -100px;
}

.certificate-swiper-container .p-item h6 {
	text-align: center;
	margin-top: 5%;
	font-weight: bold;
}

.certificate-swiper-container .p-item {
	background-color: #f1f2f4;
	padding: 15%;
}

.certificate-swiper-container .p-item .imgs img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}


.certificate-swiper-container .p-item .imgs-box {
	font-size: 0;
	padding: 15%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../imgs/border_01.png);
}

.certificate-swiper-container .p-item .imgs {
	font-size: 0;
	position: relative;
	padding-top: 140%;
}


.equipment-swiper-container {
	background-color: #eaeef2;
	padding: 3% 0;
	margin-top: 3%;
}

.equipment-wrap-list .equipment-wrap:nth-child(1){
	display: block;
}
.equipment-wrap{
	display:none;
}

.equipment-wrap .p-item {
	background-color: #fff;
	padding: 20px;
	padding-bottom: 30px;
}

.equipment-wrap .p-item .imgs-box .imgs {
	font-size: 0;
	position: relative;
	padding-top: 100%;
	background-color: #c5c5c5;
}

.equipment-wrap .p-item .imgs-box .imgs img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.equipment-thumb-container .on .item .circle{
	position: relative;
	border-width: 5px;
}
.equipment-thumb-container .on .item .circle::after{
	width: 12px;
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 12px;
	border-radius: 50%;
	background-color: #ee0210;
}

.equipment-wrap .p-item .content-1 {
	padding-top: 5%;
}

.equipment-wrap{
	overflow: hidden;
}

.equipment-swiper-container {
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../imgs/bbbggg.png);
}



.equipment-thumb-container {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 5%;
}

.equipment-thumb-container .item {
	text-align: center;
}

.equipment-thumb-container .item .circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 auto;
	border: 6px solid #ee0210;
	background-color: #fff;
	box-sizing: border-box;
}

.equipment-thumb {
	position: relative;
}

.equipment-thumb .line {
	position: absolute;
	width: 100%;
	top: 15px;
	height: 1px;
	background-color: #fff;
}

.equipment-thumb-container .item h6 {
	font-weight: bold;
	margin-top: 20px;
}

.contact-container {
	padding: 5% 0;
}

.contact-ways {
	padding: 5% 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.contact-ways .item {
	border-radius: 10px;
	padding: 0.5rem;
	font-weight: bold;
	text-align: center;
	background-color: #f6f6f6;
}

.contact-ways .item .icon {
	width: 60px;
	height: 60px;
	margin: auto;
}

.contact-ways .item p:first-of-type {
	margin-top: 10px;
	font-weight: bold;
}


.maps-container {
	margin: 0;
	height: 500px;
}

.contact-form {
	padding: 5% 0;
}

.contact-form .label {
	margin-bottom: 20px;
}

.contact-form .layui-input,
.contact-form .layui-select,
.contact-form .layui-textarea {
	border-radius: 25px;
}

.layui-btn-sumit {
	border-radius: 25px;
	background-color: #ee0210;
}

.product-container {
	padding: 3% 0;
	background-color: #f7f7f7;
}

.product-wrap-item {
	margin-bottom: 3%;
}

.product-list {
	padding: 3% 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.product-list .imgs {
	padding-top: 100%;
	position: relative;
}
.product-list .imgs img{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
	position: absolute;
}

.product-list .item {
	background-color: #fff;
	padding: 0.3rem;
	border-radius: 16px;
}

.product-list .item:hover h6{
	color:#ee0210;
}

.product-list .item h6 {
	font-size: 24px;
	font-weight: bold;
}

.product-list .item .product-item-more {
	margin-top: 0.4rem;
}

.product-list .item .product-item-more a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-family: "宋体";
	border-radius: 50%;
	background-color: #f7f8f8;
}

.product-list .item:hover .product-item-more a {
	background-color: #ee0210;
	color: #fff;
}

.paoduct-nav-container li .t-1{
	position: relative;
	padding-right: 80px;
}

.paoduct-nav-container li {
	line-height: 90px;
	box-sizing: border-box;
	height: 90px;
	position: relative;
	padding: 0 80px;
	padding-left:35px;
	padding-right:0;
	min-width: 18%;
	border-right: 1px solid #dcdddd;
}

.paoduct-nav-container li:first-of-type {
	background-color: #ee0210;
	color: #fff;
	width: 26%;
	text-align: center;
}

.paoduct-nav-container i.arrow {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: 4%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	transform: translateY(-50%) rotate(90deg);
	display: inline-block;
	background-image: url(../imgs/right-arrow.png);
}

.paoduct-nav-container .pro-serond-list .thrid-item:hover {
	background-color: #ee0210;
	color: #fff;
}

.paoduct-nav-container .pro-serond-list .thrid-item {
	padding-left: 35px;
	/* position:relative; */
}

.paoduct-nav-container .pro-serond-list {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	display: none;
	background-color: #fff;
}
.thrid-item:hover > .s-box  i.arrow{
	background-image: url(../imgs/right-arrow-white.png);
}
.thrid-item:hover > .s-box a,
.s-box:hover > a{
	color:#fff
}

.s-box{
	line-height: 64px;
	height: 64px;
}
.s-box a{
	color:#333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.paoduct-nav-container {
	position: sticky;
	top:0;
	z-index: 99;
	background-color: #fff;
}

.pro-serond-list{
	line-height: 64px;
}

.s-box .arrow{
	transform:translateY(-50%) rotate(0deg) !important;
}

.thrid-item:hover .pro-serond-list{
	display:block;
	min-height:100%;
}
.s-box{
	position: relative;
}
.thrid-item > .pro-serond-list{
	right:-1px;
	top:0;
	transform: translateX(100%);
}
.paoduct-nav-container > ul > li > .pro-serond-list{
	min-height:576px;
}
.paoduct-nav-container .amask {
	background-color:#d8dadc9a;
	width: 100%;
	top: 90px;
	/* transform: translateY(100%); */
	position: absolute;
	z-index: 0;
}

.product-content-1 {
	background-color: #fff;
	padding: 5%;
	margin-top: 2%;
}

.news-container{
	background-color:#fbf9fa;
}

.news-list {
    padding: 3% 0 5% 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
}
.news-list .item .imgs{
	position:relative;
	padding-top: 65%;
}

.news-list .item .imgs img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

.news-list .item:hover h6{
	color:#ee0210;
	
}

.news-list .item{
	overflow: hidden;
	border-radius: 4%;
	background-color: #fff;
}
.news-list .content-1{
	padding: 0.24rem;
}

.news-list .content-1 h6{
	margin:3% 0;
	margin-bottom:4%;
	line-height: 1.5;
}

.news-list .content-1 .more span{
	font-family: "宋体";
}

.news-list .content-1 .more{
	color:#ee0210;
}
.public-page-wrap{
	padding:5% 0;
}
.public-page-wrap ul li.last-page{
	width:50px;
	font-family: "宋体";
	line-height: 50px;
	text-align:center;
	height: 50px;
	border-radius: 50%;
	background-color: #e8e8e8;
}
.public-page-wrap ul li.on a{
	color:#ee0210;
}
.public-page-wrap ul li{
	margin-right: 0.5rem;
}
.public-page-wrap ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-container{
	padding:3% 0;
}
.news-details-container{
	padding:8% 0;
	background-color: #fbf9fa;
}
.pub-ham ul li span{
	font-family: "宋体";
}
.pub-ham ul li{
	margin-right: 10px;
}

.news-details-wrap{
	margin-top:1%;
	border-radius: 0.1rem;
	background-color: #fff;
	padding:1rem 2rem;
}
.news-details-wrap .date{
	text-align: center;
	margin-top:0.4rem;
}
.news-details-wrap .content-1{
	line-height: 1.8;
	padding: 5% 0;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.news-details-wrap .title-wrap{
	padding-bottom: 4%;	
}
.return-list{
	padding:4% 0;
}
.return-list .next-title{
	max-width: 15em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.return-list .a-return{
	display: inline-block;
	width:150px;
	height: 60px;
	line-height: 60px;
	color:#fff;
	text-align: center;
	border-radius: 30px;
	background-color: #ee0210;
}
.news-details-wrap{
		padding: 1rem 2rem;
	}

.quality-list .item > img{
	height: 100%;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 768px) {
	.pub-title-wrap .title::before{
		margin-bottom: 20px;
	}
	.about-top-wrap,
	.honor-container,
	.product-container,
	.index-case-list,
	.quality-container,
	.quality-top-wrap,
	.contact-container{
		padding: 6vw 0;
	}
	body .quality-list .item{
		display: block;
	}
	.footer-copy{
		font-size: 12px;
	}
	.te-support{
		display: none;
	}
	.banner.font-0{
		margin-top: 66px;
		padding-bottom: 50%;
	}
	.news-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.public-page-wrap ul li{
		margin-right: 1rem;
	}
	.public-page-wrap ul li.last-page{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.return-list .a-return img{
		width: 15px;
	}
	.return-list .a-return{
		border-radius: 20px;
		width: 80px;
		height: 40px;
		line-height: 40px;
	}
	.news-details-container{
		margin-top: 60px;
	}
	.news-details-wrap{
		padding: 1rem 1rem;
	}
	
	.a-section> .banner img{
		height: 30vh;
		width:100%;
		object-fit: cover;
	}
	.paoduct-nav-container .amask{
		top: 45px;
	}
	.about-mian-content>div {
		width: 100%;
		order: 1;
	}

	.about-mian-content .round-imgs {
		margin-left: 0;
	}

	.pub-nav-wrap ul li {
		line-height: 50px;
	}

	.about-mian-content {
		flex-wrap: wrap;
	}

	.about-mian-content .content {
		width: 100%;
		font-size: 16px;
		margin-right: 0;
	}

	.about-mian-content .round-imgs {
		width: 60%;
		padding-bottom: 60%;
		margin: 0 auto;
	}

	.about-mian-content .imgs {
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
	}

	.contact-ways {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-list .item {
		border-radius: 8px;
	}

	.paoduct-nav-container li:first-of-type {
		width: auto;
		padding: 0 10px;
	}

	.paoduct-nav-container li {
		height: 45px;
		position: static;
		line-height: 45px;
		padding: 0 10px;
	}

	.s-box {
		line-height: 45px;
		height: 45px;
	}

	.honor-button-box .swiper-button {
		width: 40px;
		font-size: 12px;
		height: 40px;
		line-height: 40px;
	}

	.product-list .item h6 {
		font-size: 18px;
	}

	.bottom-icon {
		display: none;
	}

	.paoduct-nav-container .pro-serond-list .thrid-item {
		padding: 0 10px;
	}

	.honor-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.partner-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.about-top-wrap .title::before {
		margin-bottom: 20px;
	}

	.about-top-wrap .title {
		margin-bottom: 30px;
	}

	.about-bottom-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.paoduct-nav-container li .t-1{
		padding-right: 30px;
	}
	.paoduct-nav-container i.arrow{
		width: 16px;
		height: 16px;
	}
	.web-second-list{
		padding:10px 0; 
	}
	.web-second-list ul li.on{
		color: #f1212e;
		border-bottom: 1px solid #f1212e;
	}
	.web-second-list ul li{
		
		border-bottom: 1px solid #fff;
		max-width:30%;
		line-height: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.quality-list .item .content-1 h6{
		font-size: 16px;
	}

	.quality-list .item .content-1{
		position: relative !important;
		font-size: 14px;
		line-height: 1.5;
	}
	

}