:root {
	--swiper-theme-color: #e03c31;
	--public-color: #e03c31;
}

/* 产品详情页锚点跳转位置不正确解决 */
html {
	scroll-padding-top: 189px;
}

/*#region 通用*/
body {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-family: "Poppins", sans-serif;
}

a {
	color: #fff;
}

a:hover {
	color: #fff;
}

.swiper-pagination-bullet-active {
	background: #dc0b07;
}

body,
div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

img {
	aspect-ratio: attr(width) / attr(height);
}

b,
strong {
	font-weight: bold;
}

ul,
ol,
li,
dl,
dd,
dt {
	list-style-type: none;
}

.img-width {
	width: 100%;
	height: auto;
}

.main-container {
	margin-bottom: 40px;
	margin-top: 40px;
}

.tkanniu {
	cursor: pointer;
}

.card-thumb img {
	transition: all 0.5s ease;
}

.card-thumb:hover img {
	transform: scale(1.05);
}

.container-long {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.banner a {
	color: #fff;
}

@media(min-width:1200px) {
	.container-long {
		max-width: 1760px;
	}
}


@media(max-width:768px) {
	.main-container {
		margin: 20px 0;
	}

	body {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (min-width: 1200px) {
	.nav-container {
		max-width: 1520px;
	}
}

.swiper-scrollbar.gd-green {
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0))
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: var(--swiper-scrollbar-drag-bg-color, rgba(16, 141, 124, 1.0));
}

.header {
	z-index: 999;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 25px;
	padding-bottom: 20px;
	box-shadow: 0 0 16px rgba(153, 153, 153, 0.2);
}

.container-xl.max-1830 {
	max-width: 1830px;
}

.container-xl.max-1660 {
	max-width: calc(1660px + 15px);
}

.container-xl.max-1600 {
	max-width: calc(1600px + 15px);
}

.container-xl.max-1080 {
	max-width: calc(1080px + 15px);
}

.container-xl.m-right {
	margin: 0 0 0 auto;
	padding-right: 0;
}

.container-xl.m-left {
	margin: 0 auto 0 0;
	padding-left: 0;
}

.header-top .nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-top .slg {
	margin-left: 40px;
	color: #000000;
	font-weight: 500;
}

.header-top .slg span {
	color: #e03c31;
	font-weight: bold;
}

.header-top .form-control {
	border: 0;
}

.navbar-custom {
	top: 0;
	z-index: 2;
	justify-content: end;
}

.navbar {
	padding: 0px;
	position: relative;
	z-index: 9999;
}

.navbar-custom .navbar-nav>.nav-item {
	font-size: 18px;
	margin: 0 25px;
}

.navbar-custom .navbar-nav .nav-link {
	text-align: center;
	position: relative;
	padding: 0;
	color: #000000;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 32px;
	font-weight: 500;
}

.navbar-custom .navbar-nav .nav-link:before {
	content: "";
	width: 0px;
	height: 2px;
	margin-left: 0 !important;
	background: var(--public-color);
	position: absolute;
	bottom: 10px;
}

.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after {
	transition: .6s;
}

.top-search-box {
	z-index: 9;
	margin: 0 10px;
	cursor: pointer;
}

.top-search-box .search-tb {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
}

.top-search-box .search-tb i {
	color: #e03d32;
}

.top-search-box .dropdown-menu {
	left: inherit;
	right: 0;
}

.top-search-box .top-search {
	opacity: 1;
	height: auto;
	overflow: hidden;
	transition: all .6s;
	width: auto;
	z-index: 99;
	padding-top: 0px;
	border-radius: 10px;
}

.search-group {
	width: 200px;
	height: 45px;
	background: #f7f7f7;
	overflow: hidden;
	border: 1px solid #f7f7f7;
	border-radius: 10px;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.search-group i {
	color: var(--public-color);
	font-size: 1.3rem;
}

.dropdown-menu {
	min-width: 130px;
}

.dropdown.lang .dropdown-toggle {
	border-radius: 0;
	background: transparent;
	padding-left: 16px;
	color: #000000;
}

.dropdown.lang .dropdown-toggle:after {
	color: #e03c31;
}

.fadeInDown {
	background: #fff;
	margin: 0 auto;
	/* box-shadow: 4px 4px 100px 0 rgba(0, 0, 0, 13%); */
	transition: all 1s ease-out;
	padding: 0;
}

.fadeInDown .navbar-custom .navbar-nav .nav-link,
.fadeInDown .top-search-box .search-tb i,
.fadeInDown .dropdown.lang .dropdown-toggle {
	color: #333;
}

.banner-home {
	margin-top: 115px;
	width: 100%;
}

.banner-home .banner-text-box {
	position: absolute;
	background-color: rgba(224, 60, 49, 0.6);
	padding: 50px 40px 61px 75px;
	width: 41%;
	left: 9%;
	top: 24%;
}

.banner-home .banner-text-box .t1 {
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 30px;
}

.index-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.index-title .left .t1 {
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #000000;
}

.more-box {
	border: 2px solid #e03c31;
	display: flex;
	padding: 10px 15px 10px 25px;
	border-radius: 21px;
	transition: all 0.5s ease-in-out;
}

.more-box .t1 {
	color: #e03c31;
	margin-right: 18px;
	font-weight: 600;
}

.more-box .cicle {
	background-color: #e03c31;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
}

.more-box .cicle i {
	color: #fff;
	font-size: 11px;
}

.more-box:hover {
	background-color: #e03c31;
}

.more-box:hover .t1 {
	color: #fff;
}

.home-Protective {
	padding: 98px 0;
}

.home-Protective .swiper-box {
	overflow: hidden;
}

.home-Protective .swiper-box .box {
	background-color: #f1f1f1;
	padding: 10px;
}

.home-Protective .swiper-box .img {
	text-align: center;
	background-color: #f1f1f1;
	padding: 50px 0;
}

.home-Protective .swiper-box img {
	mix-blend-mode: darken;
}

.home-Protective .swiper-box .text {
	background-color: #fff;
	padding: 30px 6px 30px 25px;
	min-height: 250px;
}

.home-Protective .swiper-box .text .t1 {
	font-weight: bold;
	color: #444;
}

.home-Protective .swiper-box .text .t2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-top: 30px;
}

.home-Protective .swiper-box .swiper-wrapper {
	padding-bottom: 60px;
}

.home-top {
	margin-bottom: 115px;
}

.home-top .dis {
	display: none;
}

.home-top .index-title .left {
	flex: 0 0 85%;
}

.home-top .title-t2 {
	margin-bottom: 100px;
	color: #666666;
	line-height: 32px;
	width: 85%;
}

.home-top .items {
	display: flex;
	justify-content: space-between;
}

.home-top .item {
	flex: 0 0 19.8%;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	border-bottom: 4px solid #481b00;
}

.home-top .item:hover {
	border-bottom: 4px solid #e03c31;
	transition: all 0.5s ease-in-out;
}

.home-top .item .text-box {
	background-color: #fff;
	padding: 0 15px 0 30px;
	position: absolute;
	transform: translateY(-65px);
	width: 100%;
	transition: all 0.5s ease-in-out;
	top: 100%;
	border-radius: 4px;
}

.home-top .item:hover .text-box {
	transform: translateY(-100%);
}

.home-top .item:hover .title {
	display: block;
}

.home-top .item .title {
	line-height: 24px;
	font-weight: 500;
	margin: 25px 0;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.home-top .item .t2 {
	color: #666666;
	line-height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.home-top .item .t1 {
	margin-bottom: 19px;
}

.dis {
	color: #481b00;
	font-weight: 600;
	display: flex;
}

.dis:hover {
	color: #e03c31;
}

.home-top .cicle {
	background-color: #e03c31;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	margin-left: 15px;
}

.home-top .cicle i {
	color: #fff;
	font-size: 11px;
}

.home-pppe {
	display: flex;
	margin-bottom: 80px;
}

.home-pppe .t2 {
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #000000;
}

.home-pppe .left,
.home-pppe .right {
	flex: 0 0 50%;
}

.home-pppe .more-box {
	margin-top: 80px;
	width: 28%;
}

.home-pppe .right p {
	color: #666666;
	line-height: 28px;
	margin-bottom: 30px;
}

.home-case {
	background: url(../../images/home-case-bg.jpg) no-repeat center;
	height: 603px;
	padding-top: 215px;
	width: 100%;
}

.home-case .box {
	border-left: 6px solid #e03c31;
	background: #fff;
	padding: 60px 10px 30px 25px;
}

.home-case .title {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 25px;
}

.home-case .t2 {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.home-case .more-box {
	border: 0;
	width: 30%;
	padding: 0;
	margin-top: 15px;
}

.home-case .more-box .t1 {
	color: #444;
}

.home-case .more-box:hover {
	background-color: transparent;
}

.home-case .more-box:hover .t1 {
	color: #e03c31;
}

.home-video {
	text-align: center;
	padding: 97px 0;
	border-radius: 10px;
	background-color: #f8f8f8;
}

.home-video .video {
	position: relative;
}

.home-video .video img {
	border-radius: 14px;
}

.home-video .play {
	width: 91px;
	height: 91px;
	border-radius: 50%;
	background-color: #e03c31;
	position: absolute;
	left: 47%;
	top: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
	animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
}

@keyframes pulse {
	100% {
		box-shadow: 0 0 0 15px rgba(193, 244, 246, 0)
	}
}

.home-video .play::before {
	content: "";
	display: block;
	width: 17px;
	height: 20px;
	clip-path: polygon(100% 44%, 0 0, 0 100%);
	background-color: #fff;
}

.home-resources {
	background-color: #f8f8f8;
	padding-bottom: 310px;
	padding-top: 15px;
}

.home-resources .title {
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
	margin-bottom: 70px;

	text-align: center;
}

.more-box-border {
	display: flex;
	transition: all 0.5s ease-in-out;
}

.more-box-border .t1 {
	color: #000000;
	margin-right: 18px;
	font-weight: 600;
}

.more-box-border .cicle {
	background-color: #e03c31;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
}

.more-box-border .cicle i {
	color: #fff;
	font-size: 11px;
}

.more-box-border:hover .t1 {
	color: #e03c31;
}

.home-resources .box {
	position: relative;
}

.home-resources .box .img img {
	border-radius: 4px;
}

.home-resources .text {
	position: absolute;
	background-color: #fff;
	padding: 30px 10px 30px 15px;
	width: 95%;
	top: 190px;
	left: 9px;
}

.home-resources .text .t2 {
	font-weight: bold;
	margin-bottom: 20px;
	color: #000000;
	display: block;
}

.home-resources .text .t3 {
	color: #666666;
	margin-bottom: 50px;
}

.home-new {
	padding: 70px 0 150px;
}

.home-new .index-title {
	margin-bottom: 30px;
}

.home-new .t2 {
	color: #666666;
	line-height: 32px;
	margin-bottom: 70px;
}

.home-new .box {
	display: flex;
	background-color: #f8f8f8;
	padding-top: 54px;
	justify-content: space-between;
}

.home-new .box .img {
	flex: 0 0 28%;
	padding-bottom: 65px;
}

.home-new .box .text {
	flex: 0 0 67%;
}

.home-new .text1 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 13px;
}

.home-new .text2 {
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
}

.home-come {
	background: url(../../images/foot-contact.jpg) center;
	width: 100%;
	height: 300px;
	text-align: center;
	display: flex;
	align-items: center;
}

.home-come .title {
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.home-come .t2 {
	color: #fff;
	margin-bottom: 40px;
}

.home-come .more-box {
	width: 15%;
	margin: auto;
	background-color: #fff;
}

.home-come .more-box:hover .t1 {
	color: #e03c31;
}

#footer {
	background-color: #1a0f09;
	padding: 68px 0 59px 0;
}

.footer-middle .items {
	display: flex;
}

.footer-middle .communication {
	flex: 0 0 32%;
}

.footer-middle .communication .logo {
	margin-bottom: 6px;
}

.footer-middle .interrelated-0 {
	flex: 0 0 23%;
}

.footer-middle .interrelated-0 a {
	text-decoration: none;
}

.footer-middle .interrelated-0 a:hover {
	text-decoration: underline;
}

.footer-middle .interrelated-1 {
	flex: 0 0 21%;
}

.footer-middle .contact {
	flex: 0 0 24%;
}

.footer-middle .items .title {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.footer-middle .items .ul {
	opacity: 0.6;
	font-size: 14px;
	line-height: 47px;
}

.footer-middle .items .ul-link {
	color: #fff;
	width: 95%;
}

.footer-middle .items .ul-link:hover {
	text-decoration: underline;
}

.footer-middle .form-control {
	border: none;
	background-color: #312722;
	padding: 10px 21px;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.6);
}

.footer-middle .btn-box {
	margin-top: 15px;
	border-radius: 15px;
}

.footer-middle .form-feedback .btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #d5282c;
}

.footer-middle .form-group {
	margin-bottom: 10px;
}

.footer-bottom {
	display: flex;
	margin-top: 15px;
}

.footer-bottom .text {
	opacity: 0.6;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	display: flex;
	align-items: center;
}

.footer-bottom .social-box {
	display: flex;
	flex: 0 0 32%;
}

.footer-bottom .social-box .social-circle {
	height: 55px;
	width: 55px;
	border-radius: 50%;
	border: 1px solid #4c4c4c;
	text-align: center;
	line-height: 55px;
	margin-right: 10px;
}

.footer-bottom .social-box .social-circle i {
	color: #fff;
}

.bread {
	display: flex;
	margin-top: 140px;
	align-items: center;
	line-height: 32px;
	margin-bottom: 70px;
}

.bread a {
	color: #333333;
	margin-left: 15px;
}

.bread a:last-child {
	color: #e03c31;
}

.bread span {
	margin-left: 15px;
}

.menu-horizontal-res {
	display: flex;
	background-color: #f2f2f2;
	border-top: 5px solid #e03c31;
}

.menu-horizontal-res .nav-item-res {
	line-height: 18px;
	color: #333333;
	font-weight: 500;
	display: block;
	padding: 23px 0;
	text-align: center;
	width: 25%;
	text-decoration: underline;
	position: relative;
}

.menu-horizontal-res .nav-item-res::after {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	top: 15px;
	right: 0;
	position: absolute;
	background-color: #e03c31;
}

.menu-horizontal-res .nav-item-res:nth-child(4)::after {
	display: none;
}

.menu-horizontal-res .nav-item-res.active {
	color: #fff;
	background-color: #e03c31;
}

.faq-nav {
	display: flex;
	margin-top: 110px;
}

.faq-nav .fnav {
	font-weight: 500;
	line-height: 32px;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 20px;
	padding: 0 50px;
	margin-right: 20px;
}

.faq-nav .fnav.active {
	color: #e03c31;
	border: 1px solid #e03c31;
}

.faq-box {
	margin-top: 50px;
	margin-bottom: 170px;
}

.faq-box .item {
	border-bottom: 1px solid #dddddd;
	padding: 20px 18px;
}

.faq-box .q {
	overflow: hidden;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.faq-box .q .t1 {
	font-size: 20px;
	line-height: 32px;
	color: #e03c31;
	font-weight: 600;
}

.faq-box .a {
	display: none;
	padding-top: 20px;
	color: #666666;
}

.faq-box .a p {
	line-height: 32px;
	color: #666666;
}

.faq-box .a.expanded {
	display: block;
}

.item.shadow {
	transition: box-shadow 0.3s ease;
	/* 添加阴影变化的过渡效果 */
}

.item.shadow {
	padding: 20px 18px 20px 35px;
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(51, 51, 51, 0.2);
	margin-bottom: 20px;
}


.faq-box .icon-chevron-down,
.faq-box .icon-chevron-up {
	background-color: #e03c31;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 22px;
}

.icon-chevron-up:before {
	content: "-";
}

.icon-chevron-down:before {
	content: "+";
}

.faq-box .contact-but {
	display: block;
	margin-top: 100px;
	background-color: #534094;
	font-size: 18px;
	line-height: 42px;
	padding: 30px 64px;
	width: 25%;
	text-decoration: underline;
}

.faq-box .contact-but:hover {
	text-decoration: none;
}

.pro-nav {
	margin-top: 10px;
	justify-content: space-around;
}

.pro-nav .fnav {
	border-radius: 0;
	width: 16%;
	text-align: center;
	margin-right: 0;
	padding: 0;
}

.pro-list-title {
	text-align: center;
	padding: 40px 100px;
}

.pro-list-title .t1 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 20px;
}

.pro-list-title .t2 {
	color: #666666;
	line-height: 32px;
	margin-top: 20px;

}

.pro-uni {
	background-color: #f8f8f8;
	padding: 125px 0 100px 0;
}

.pro-uni img {
	border-radius: 4px;
}

.pro-uni .t1 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 33px;
}

.pro-uni .t2 {
	font-size: 16px;
	color: #666666;
}

.pro-imp {
	padding-top: 110px;
}

.pro-imp .title {
	margin-bottom: 70px;
}

.pro-imp .title .t1 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #000000;
}

.pro-imp .title .t2 {
	color: #666666;
	line-height: 32px;
}

.pro-imp .item {
	display: flex;
	margin-bottom: 80px;
	justify-content: space-between;
}

.pro-imp .item:nth-child(2n) {
	flex-flow: row-reverse;
}

.pro-imp .item:nth-child(2n) .right {
	text-align: left;
}

.pro-imp .item .left {
	flex: 0 0 62%;
}

.pro-imp .item .right {
	flex: 0 0 38%;
	text-align: center;
	margin: auto;
}

.pro-imp .item .title1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 56px;
	color: #000000;
	margin-bottom: 20px;
}

.pro-imp .item .t2 {
	line-height: 32px;
	color: #666666;
	margin-bottom: 40px;
}

.pro-imp .item .more-box {
	width: 34%;
}

.pro-fre {
	padding-top: 100px;
}

.pro-fre .title {
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
	color: #000000;
	padding-bottom: 45px;
}

.pro-three {
	margin-bottom: 125px;
}

.pro-three .box {
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 30px;
}

.pro-three .img {
	text-align: center;
	background-color: #f1f1f1;
	padding: 50px 0;
}

.pro-three img {
	mix-blend-mode: darken;
}

.pro-three .text {
	background-color: #fff;
	padding: 30px 6px 30px 25px;
	min-height: 250px;
}

.pro-three .text .t1 {
	font-weight: bold;
	min-height: 50px;
	color: #444;
}

.pro-three .text .t2 {
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.pro-xq {
	position: relative;
}

.pro-xq::after {
	position: absolute;
	display: block;
	content: "";
	background-color: #f8f8f8;
	height: 100%;
	width: 44%;
	left: 0;
	bottom: 0;
}

.pro-xq .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 125px;
}

.pro-xq .left {
	padding: 40px 0;
	width: 42%;
	flex: 0 0 42%;
	background-color: #f8f8f8;
}

.pro-xq .left .big {
	padding: 80px;
}

.pro-xq .left img {
	mix-blend-mode: darken;
}

.pro-xq .left .swiper-slide {
	background-color: #f8f8f8;
}

.pro-xq .left .small-pro .swiper-slide-thumb-active {
	background-color: #fff;
}

.pro-xq .right {
	width: 53%;
	flex: 0 0 53%;
}

.pro-xq .small-pro {
	width: 95%;
	margin: auto;
	position: relative;
}

.pro-xq .small-pro .mySwiper {
	width: 91%;
}

.pro-xq .small-pro .swiper-slide {
	background-color: #f1f1f1;
}

.pro-xq .small-pro .swiper-slide img {
	padding: 20px;
}

.swiper-button-next-pro,
.swiper-button-prev-pro {
	position: absolute;
	color: #e31823;
	font-size: 28px;
	top: var(--swiper-navigation-top-offset, 43%);
	margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next-pro {
	right: 0;
}

.pro-xq {
	margin-top: 75px;
}

.pro-xq .right h1 {
	font-weight: bold;
	font-size: 42px;
	line-height: 62px;
	margin-bottom: 15px;
}

.pro-xq .right .anniu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro-xq .right .more-box {
	flex: 0 0 40%;
	background-color: #e03c31;
	align-items: center;
	border-radius: 29px;
	padding: 10px 15px 10px 35px;
}

.pro-xq .right .more-red {
	width: auto;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 800;
	margin-right: 20px;
}

.pro-xq .right .text-box {
	margin-top: 35px;
	padding-bottom: 20px;
	line-height: 32px;
	color: #666666;
	text-align: justify;
	overflow: hidden;
	hyphens: auto;
	min-height: 450px;
}



.pro-xq .right .down-pdf {
	display: flex;
	flex: 0 0 50%;
}

.pro-xq .right .down-pdf:hover .t1 {
	text-decoration: none;
}

.pro-xq .right .down-pdf .t1 {
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 800;
	color: #e61621;
	margin-left: 18px;
}

.pro-xq .right .down-pdf:hover .t1 {
	text-decoration: underline;
}

.pro-xq .social-box {
	margin-top: 70px;
}

.pro-xq .more-box .cicle {
	background-color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-xq .more-box .cicle i {
	color: #e03c31;
	font-weight: 900;
	font-size: 11px;
}

.pro-content img {
	max-width: 100%;
	height: auto;
}

.pro-content .pro-daohang {
	display: flex;
	box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 120px;
}

.pro-content .pro-daohang .item {
	flex: 0 0 25%;
	text-align: center;
	padding: 8px 0;
}

.pro-content .pro-daohang .item:last-child .box {
	border-right: none;
}

.pro-content .pro-daohang .box {
	border-right: 1px solid #dddddd;
	padding: 15px 0;
}

.pro-content .pro-daohang .item.active {
	border-bottom: 6px solid #e61621;
}

.pro-content .pro-daohang a {
	line-height: 32px;
	font-weight: 800;
	text-transform: uppercase;
	color: #333333;
}

.pro-content .content .item {
	margin-bottom: 100px;
}


.pro-content .content .title {
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 35px;
}

#nr3 .text {
	margin-top: 45px;
	line-height: 26px;
	color: #666666;
}

.faq-xq .q .t1 {
	font-weight: 500;
	color: #333333;
	font-size: 24px;
	line-height: 64px;
}

.pro-content .content .faq-xq .item {
	margin-bottom: 0;
	padding: 0 18px;
}

.pro-content .content .faq-xq .item.shadow {
	padding: 20px 18px 20px 35px;
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(51, 51, 51, 0.2);
	margin-bottom: 20px;
}

.pro-content .content .faq-xq .a {
	padding: 0;
}

.pro-new .index-title .left .t1 {
	margin-bottom: 55px;
}

.faq-xq .q {
	align-items: center;
}

.faq-xq .icon-chevron-down,
.faq-xq .icon-chevron-up {
	border-radius: 50%;
}

.centent-machines {
	padding-top: 60px;
}

.centent-machines .text {
	background: transparent;
	position: relative;
	z-index: 5;
	padding: 30px 25px;
}

.centent-machines .box {
	position: relative;
	border-bottom: 4px solid #e03c31;

}

.centent-machines .box::after {
	position: absolute;
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 73%);
	background-color: #fff;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 290px;
	content: "";
	display: block;
	z-index: 0;
}

.banner-pro-center {
	position: relative;
}

.bread-pro {
	position: relative;
	margin-top: 115px;
}

.bread-pro .bread {
	position: absolute;
	top: 0;
	margin-top: 30px;
}

.bread-pro .bread a {
	color: #fff;
}

.bread-pro .bread a:last-child {
	color: #e03c31;
}

.bread-pro .bread span {
	color: #fff;
}

.bread-pro .title {
	position: absolute;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	top: 38%;
	width: 100%;
	text-align: center;
}

.bread-pro .ttt {
	text-align: center;
}

.bread-solu .title {
	position: static;
	text-align: center;
	padding-top: 180px;
}

.pro-center {
	padding: 85px 0 120px 0;
}

.pro-center .text {
	background-color: #f8f8f8;
	padding: 55px;
	padding-right: 430px;
	min-height: 360px;
	text-align: justify;
	flex: 0 0 92%;
}

.pro-center .text .t1 {
	font-size: 36px;
	line-height: 56px;
	font-weight: 600;
}

.pro-center .text .t1 a {
	color: #444;
}

.pro-center .text .t2 {
	line-height: 32px;
	color: #666666;
}

.pro-center .item {
	display: flex;
	position: relative;
	margin: 95px 0;
	margin-right: 150px;
}

.pro-center .item .img {
	position: absolute;
	padding: 30px;
	right: 0;
	top: -60px;
	background-color: #e4e4e4;
	border-bottom: 4px solid #e03c31;
}

.pro-center .item .img img {
	mix-blend-mode: darken;
}

.pro-center .item:nth-child(2n) {
	margin-left: 150px;
	margin-right: 0;
	justify-content: flex-end;
}

.pro-center .item:nth-child(2n) .text {
	padding-left: 430px;
	padding-right: 55px;
}

.pro-center .item:nth-child(2n) .img {
	left: 0;
	right: auto;
}

.factory {
	padding: 10px 0 155px 0;
}

.factory .box {
	position: relative;
	margin-bottom: 50px;
}

.factory .box::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	border-radius: 6px;
	z-index: 3;
}

.factory .col-md-4:hover ::after {
	opacity: 1;
}

.factory img {
	border-radius: 6px;
}

.factory .text {
	position: absolute;
	font-weight: bold;
	color: #fff;
	bottom: 25px;
	left: 20px;
	z-index: 3;
}

.about-mh {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.about-mh .menu-horizontal-wrapper {
	margin-bottom: 0;
}

.about-mh .menu-horizontal-res {
	background: transparent;
}

.about-mh .menu-horizontal-res .nav-item-res {
	color: #fff;
}

.about-prpe {
	padding: 125px 0 0 0;
}

.about-prpe .box {
	display: flex;
	justify-content: space-between;
}

.about-prpe .box .left {
	flex: 0 0 43%;
}

.about-prpe .box .right {
	flex: 0 0 54%;
}

.about-prpe .box .t1 {
	font-size: 48px;
	line-height: 56px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 45px;
}

.about-prpe .box .text-box {
	line-height: 32px;
	color: #666666;
}

.about-prpe .box .text-box span {
	color: #e03c31;
}

.about-prpe .box p {
	padding-bottom: 30px;
}

.about-prpe .items {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.about-prpe .item {
	position: relative;
	flex: 0 0 31%;
	border-bottom: 6px solid #e03c31;
	padding: 15px 40px 60px;
	border-radius: 4px;
}

.about-prpe .item.active {
	transition: all 0.5s ease-in-out;
	background-color: #fff4ee;
}

.about-prpe .item:hover {
	transition: all 0.5s ease-in-out;
	background-color: #fff4ee;
}

.about-prpe .item .t1 {
	font-weight: 500;
	line-height: 56px;
	color: #000000;
}

.about-prpe .item .t2 {
	font-size: 16px;
	color: #666666;
}

.about-prpe .ab-icon {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	background-color: #fff4ee;
	height: 90px;
	width: 90px;
	line-height: 65px;
	clip-path: circle(98.8% at 100% 0);
}

.about-video {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(244, 244, 244, 1) 50%, rgba(244, 244, 244, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.about-area .title .t1 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 20px;
}

.about-area .title {
	text-align: center;
}

.about-area .title .t2 {
	margin-bottom: 80px;
}

.fire-solu .title {
	text-align: center;
	padding: 115px 0 109px;
}

.fire-solu .title .t1 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	margin-bottom: 50px;
	color: #000000;
}

.fire-solu .title .t2 {
	color: #666666;
	line-height: 32px;
}

.fire-solu .bg-grey {
	background-color: #f4f4f4;
}

.fire-solu .box {
	display: flex;
}

.fire-solu .box .left {
	flex: 0 0 42%;
	line-height: 32px;
	color: #666666;
	margin: auto;
}

.fire-solu .box .left p {
	margin-bottom: 40px;
}

.fire-solu .box .left p:last-child {
	margin-bottom: 0;
}

.fire-solu .box .right {
	flex: 0 0 58%;
}

.same-solu {
	padding: 130px 0 395px;
}

.same-solu .title {
	font-size: 48px;
	line-height: 56px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 60px;
	text-align: center;
}

.same-solu .box img {
	border-radius: 4px;
}

.same-solu .box .img {
	position: relative;
}

.same-solu .box .text {
	width: 91%;
	position: absolute;
	background-color: #f8f8f8;
	padding: 40px 20px 30px 30px;
	border-bottom: 6px solid #e03c31;
	top: 80%;
	left: 20px;
}

.same-solu .box .text .t3 {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 26px;
}

.same-solu .box .text .t2 {
	line-height: 28px;
	color: #666666;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.same-solu .dis .t1 {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

.same-solu .dis:hover .t1 {
	color: #e03c31;
}

.same-solu .cicle {
	background-color: #e03c31;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	margin-left: 15px;
}

.same-solu .cicle i {
	color: #fff;
	font-size: 11px;
}

.bread-box .color-bg {
	/* 	background-color: #f4f4f4;
	width: 100%;
	height: 480px; */
}

.bread-solu {
	background-color: #f4f4f4;
	width: 100%;
	height: 480px;
}

.bread-solu .bread a {
	color: #333333;
}

.bread-solu .bread span {
	color: #333333;
}

.bread-solu .title {
	color: #000000;
}

.bread-solu .title-text {
	position: absolute;
	top: 53%;
	left: 14%;
	width: 73%;
	text-align: center;
}

.basic-img {
	text-align: center;
	position: relative;
	margin-top: -115px;
}

.solu-Protective .box {
	position: relative;
}

.solu-Protective .num {
	position: absolute;
	width: 42px;
	height: 42px;
	background-color: #f29200;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 42px;
	top: 20px;
	left: 17px;
}

.pro-solu {
	background-color: #fff;
	padding: 100px 0 0 0;
}

.pro-solu .title {
	text-align: center;
	font-size: 48px;
	line-height: 56px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 75px;
}

.pro-solu .col-md-3 {
	margin-bottom: 35px;
}

.solu-always {
	position: relative;
}

.solu-always .text {
	position: absolute;
	text-align: center;
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	top: 40%;
	width: 80%;
	left: 10%;
}

.solu-reco .title {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	margin-bottom: 120px;
}

.solu-reco {
	padding: 160px 0 200px;
}

.solu-reco .row {
	justify-content: center;
}

.solu-reco .col-md-4 {
	flex: 0 0 34.333333%;
	max-width: 34.333333%;
	padding: 0 40px;
}

.solu-reco .box {
	box-shadow: 0 0 52px rgba(0, 0, 0, 0.1);
	border-bottom: 6px solid #e03c31;
}

.solu-reco .img img {
	border-radius: 4px 4px 0 0;
}

.solu-reco .text {
	padding: 30px 0 30px 30px;
}

.solu-reco .t3 {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	font-family: Arial;
	margin-bottom: 10px;
}

.solu-reco .t2 {
	color: #666666;
	line-height: 28px;
	margin-bottom: 20px;
}

.solu-reco .dis .t1 {
	text-transform: uppercase;
	font-weight: bold;
}

.solu-reco .cicle {
	background-color: #e03c31;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	margin-left: 15px;
}

.solu-reco .cicle i {
	color: #fff;
	font-size: 11px;
}

.down-index {
	padding: 80px 0 60px;
}

.down-index .box {
	display: flex;
	justify-content: space-between;
}

.down-index .box .left {
	flex: 0 0 40%;
}

.down-index .box .right {
	flex: 0 0 46%;
	margin: auto;
}

.down-index .box .right .text-box .t1 {
	font-weight: 600;
	font-size: 31px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 15px;
}

.down-index .box .right .text-box .t2 {
	line-height: 33px;
	color: #666666;
	margin-bottom: 40px;
}

.down-index .form-feedback .form-control {
	border: 0;
}

.down-index .form-row {
	border-top: 1px solid #e9e8e5;
}

.down-index .form-row:last-child {
	border-top: 0;
}

.down-index .form-row:nth-last-child(2) {
	border-bottom: 1px solid #e9e8e5;
}

.down-index .form-group {
	margin-bottom: 0;
	margin: 12px 0 10px 0;
}

.down-index .t5 {
	line-height: 32px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

.down-index .more-box {
	margin-top: 50px;
	align-items: center;
	background-color: #e03c31;
	width: 100%;
	border-radius: 32px;
}

.down-index .more-box .cicle {
	background-color: #fff;
	margin-left: 15px;

}

.down-index .more-box .cicle i {
	color: #e03c31;

}

.news-ny .left {
	flex: 0 0 30%;
}

.news-ny .left .t1 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	color: #000000;
	padding-bottom: 30px;
}

.news-ny .row {
	justify-content: space-between;
}

.news-ny .right {
	flex: 0 0 64%;
}

.news-ny {
	padding: 85px 0 115px;
}

.news-ny .ts-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-ny .news-items {
	margin-bottom: 44px;
}

.news-ny .news-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.news-ny .news-item .left {
	flex: 0 0 36%;
}

.news-ny .news-item .left .img {
	border-radius: 4px;
}

.news-ny .pro-boxs a {
	font-size: 18px;
	line-height: 48px;
	color: #333333;
	font-weight: bold;
}

.news-ny .pro-boxs .box:hover a {
	text-decoration: none;
}

.news-ny .pro-boxs i {
	color: #fff;
	background: #e03c31;
	padding: 6px 8px;
	font-size: 10px;
	margin-right: 20px;
	font-weight: 900;
}

.news-ny .news-item .right {
	flex: 0 0 58%;
}

.news-ny .news-item .right time {
	font-size: 14px;
	color: #999999;
}

.news-ny .news-item .right .text {
	font-size: 18px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 600;
	margin-top: 10px;
}

.news-ny .news-item .right .text a {
	color: #444;
}

.news-ny .right h1 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	color: #000000;
	padding-bottom: 40px;
}

.news-ny .right .time i {
	color: #e03c31;
}

.news-ny .icon-calendar-alt {
	color: #e03c31;
}

.news-ny .right time {
	font-size: 18px;
	color: #999999;
}

.news-ny .right .content {
	color: #666666;
	margin-top: 55px;
	padding-bottom: 60px;
	border-bottom: 6px solid #333333;
}

.news-ny .right .content img {
	width: 100%;
	height: auto;
}

.news-ny .right .share {
	display: flex;
	justify-content: right;
}

.news-ny .right .share .text {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.news-ny .share {
	display: flex;
}

.news-ny .share-box {
	display: flex;
}

.news-ny .right .share i {
	color: #fff;
	border-radius: 50%;
	padding: 5px;
	background-color: #ce383d;
}

.news-ny .share-box a:first-child i {
	padding: 5px 8px;
}

.news-ny .share-box .circle {
	padding: 6px;
	margin-right: 10px;
	border: 1px solid #e9e9e9;
	border-radius: 50%;
}

.news-ny .post-box {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 600;
	line-height: 47px;
	color: #000033;
	margin-top: 50px;
}

.news-ny .post-box a {
	font-size: 18px;
	font-weight: 600;
	line-height: 47px;
	color: #000033;
}

.news-ny .post-box .post:hover a {
	color: #ce383d;
}

.news-ny .post-box .post i {
	border: 2px solid #e8e8e8;
	padding: 25px;
}

.news-ny .post-box .post:nth-child(1) i {
	margin-right: 20px;
}

.news-ny .post-box .post:nth-child(2) i {
	margin-left: 20px;
}

.new-cen-rela .title {
	font-size: 42px;
	line-height: 62px;
	color: #333333;
	font-weight: 700;
}

.news-center {
	padding-bottom: 140px;
	;
}

.news-center .img img {
	border-radius: 4px;
}

.news-center .title {
	text-align: center;
}

.news-center .text-box {
	padding-top: 40px;
}

.news-center .title .t1 {
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 35px;
}

.news-center .title .t2 {
	line-height: 32px;
	color: #666666;
	margin-bottom: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	border-bottom: 1px solid #e03c31;
}

.news-center .more-box {
	border: 0;
	padding: 0;
}

.news-center .more-box .t3 {
	color: #000000;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.news-center .more-box:hover {
	background-color: transparent;
}

.news-center .time {
	margin-bottom: 5px;
}

.news-center .time i {
	color: #e03c31;
}

.news-center .time time {
	font-size: 14px;
	color: #999999;
}

.news-center .box .t1 {
	font-weight: 500;
	margin-bottom: 10px;
	color: #444;
}

.news-center .box .t2 {
	font-size: 16px;
	color: #666666;
	margin-bottom: 30px;
}

.news-center .box {
	margin-bottom: 85px;
}

.cert-row {
	padding-bottom: 185px;
}

.cert-row .box {
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: 6px solid #e03c31;
}

.cert-row .box .img {
	padding: 18px 25px;
	background-color: #e3e3e3;
	border-radius: 4px;
}

.cert-row .box .t1 {
	font-weight: bold;
	color: #000000;
	padding: 20px 0;
}

.qua {
	margin-bottom: 18px;
}

.qua .quality:nth-child(2n-1) {
	position: relative;
	z-index: 10;
}

.qua .quality:nth-child(2n-1)::after {
	display: block;
	content: "";
	background-color: #f4f4f4;
	width: 100%;
	height: 550px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.qua .quality {
	padding-bottom: 100px;
}

.qua .quality:nth-child(2n) .container-xl.m-right {
	margin: 0 auto 0px 0;
	padding-right: auto;
	padding-left: 0;
}

.qua .quality:nth-child(3) {
	position: relative;
}

.qua .quality:nth-child(3)::after {
	display: block;
	content: "";
	background-color: #f4f4f4;
	width: 100%;
	height: 570px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.qua .box {
	display: flex;
	margin-bottom: 45px;
	justify-content: space-between;
}

.qua .quality:nth-child(2n) .box {
	flex-direction: row-reverse;
}

.qua .box .text {
	flex: 0 0 37%;
	margin: auto 0;
}

.qua .box .img {
	flex: 0 0 58%;
}

.qua .box .text .t1 {
	font-size: 36px;
	line-height: 56px;
	color: #000000;
	font-weight: 600;
}

.qua .box .text p {
	margin-top: 20px;
	line-height: 32px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.about-area {
	padding-top: 130px;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
}

.about-area .box {
	border-radius: 4px;
	position: relative;
	margin-bottom: 45px;
}

.about-area .box .text {
	position: absolute;
	background-color: #fff;
	padding: 30px;
	left: 10px;
	bottom: 10px;
	width: 94%;
	padding-bottom: 6px;
}

.about-area .box .text .t1 {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* min-height: 48px; */
	color: #444;
}

.about-area .box .text .t2 {
	color: #666666;
	min-height: 180px;
	font-family: Arial, Helvetica, sans-serif;
	/* 	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 25px;
	margin-top: 15px; */
}

.about-area .box .dis .t1 {
	text-transform: uppercase;
}

.about-area .box .cicle {
	background-color: #e03c31;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	margin-left: 15px;
}

.about-area .box .cicle i {
	color: #fff;
	font-size: 11px;
}

.about-area .title .t1 {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	color: #000000;
}

.about-area .title .t2 {
	color: #666666;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
}

.factory-tour {
	padding: 150px 0;
}

.factory-tour .img {
	position: relative;
	border-radius: 6px;
}

.factory-tour .col-md-4:hover .img::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	z-index: 0;
	border-radius: 6px;
}

.factory-tour .text {
	position: absolute;
	left: 18px;
	bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}

.you-care {
	background-color: #f4f4f4;
	padding: 135px 0 152px;
}

.you-care .text-box {
	padding-right: 85px;
}

.you-care .text-box .t3 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 55px;
}

.you-care .text-box .t2 {
	line-height: 32px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.you-care .text-box .t2 p {
	margin-bottom: 30px;
}

.you-care .text-box .more-box {
	width: max-content;
	text-transform: uppercase;
}

.you-care .box .t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}

.you-care .box .t2 {
	color: #666666;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

.you-care .box .img {
	position: relative;
}

.you-care .box .text {
	position: absolute;
	width: 92%;
	left: 20px;
	background-color: #fff;
	border-bottom: 6px solid #e03c31;
	top: 185px;
	padding: 30px 10px 45px 30px;
}


/* 联系我们 */
.contact-box {
	padding: 40px 0;
}

.contact-box .title-box .t1 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 62px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-box .row {
	padding-left: 70px;
}

.contact-box .title-box .t2 {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	width: 80%;
	margin-bottom: 60px;
}

.contact-box .col-md-12 {
	padding-bottom: 55px;
}

.contact-box .box {
	display: flex;
}

.contact-box .box i {
	color: #e81621;
	line-height: 38px;
	font-size: 27px;
}

.contact-box .box .text-box {
	margin-left: 40px;
}

.contact-box .box .t1 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 38px;
}

.contact-box a {
	color: #666666;
	text-decoration: underline;
}

.form-map {
	margin-top: 100px;
}

< !-- 产品详情锚点定位 -->.prcon-top {
	position: relative;
	background-color: var(--public-color);
}

.prcon-top .box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.prcon-top .box a {
	font-family: 'Arial';
	font-size: 20px;
	line-height: 72px;
	color: #ffffff;
	position: relative;
	margin-right: 60px;
}

.prcon-top .box a::before {
	content: '';
	position: absolute;
	bottom: 20px;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s;
	right: 0;
}

.prcon-top .box a:hover::before,
.prcon-top .box a.active::before {
	width: 100%;
	right: inherit;
	left: 0;
}

.prcon-top.head-pro {
	opacity: 0;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 980;
	width: 100%;
	transition: all 0.3s ease-in-out;
	transform: rotateX(90deg);
	transform-origin: top;
	background-color: var(--public-color);
}

.prcon-top.head-pro.active {
	opacity: 1;
	transform: rotateX(0deg);
}


/* 浮窗 */
#float {
	position: fixed;
	right: 0;
	bottom: 105px;
	margin-top: -60px;
	z-index: 55
}

#float .ico {
	display: block;
	width: 56px;
	height: 56px;
	text-align: center;
	position: relative;
	cursor: pointer;
	background: var(--public-color);
	border-top: 1px solid #fff
}

#float .ico:first-child {
	border-top: 0px solid #fff
}

#float .ico>i {
	font-size: 30px;
	line-height: 56px;
	display: block;
	color: #fff;
	position: relative;
	z-index: 9999
}

#float .ico>.img {
	position: absolute;
	right: 56px;
	width: 140px;
	top: 0;
	display: none;
	background-color: #fff
}

#float .ico>.img>img {
	width: 100%
}

#float .ico p {
	position: absolute;
	top: 0;
	border-radius: 0;
	right: -350px;
	padding: 0px 20px;
	line-height: 56px;
	font-size: 16px;
	height: 56px;
	background-color: var(--public-color);
	color: #FFF;
	transition: all .6s;
	z-index: 0;
	white-space: nowrap
}

#float .ico:hover>.img {
	display: block
}

#float .ico:hover p {
	right: 56px
}

#float .scale-ico {
	background-color: #b1b1b1;
	transition: .3s ease-in-out
}

#float .scale-ico:hover {
	background-color: var(--public-color)
}

#float .scale-float {
	transform: translateX(0);
	transition: .6s ease-in-out
}

#float.hide .scale-float {
	transform: translateX(56px)
}

#float.hide .scale-ico {
	width: calc(56px / 2);
	transform: translateX(calc(56px / 2));
	border-top: 0
}

#float.hide .scale-ico i {
	transform: rotate(180deg)
}

@media (min-width:1px) and (max-width:991px) {
	#float .ico {
		width: 40px;
		height: 40px
	}

	#float .ico>i {
		font-size: 22px;
		line-height: 40px
	}

	#float .ico>.img {
		right: 40px
	}

	#float .ico p {
		line-height: 40px;
		padding: 0 15px;
		height: 40px
	}
}

/* 弹出表单 */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
	background: rgba(00, 00, 00, 0.8)
}

.reveal-modal {
	visibility: hidden;
	top: 15%;
	left: 50%;
	margin-left: -25%;
	width: 50%;
	position: absolute;
	z-index: 1001;
	padding: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	background-color: #FFF
}

.reveal-modal .title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px
}

.reveal-modal .close-reveal-modal {
	font-size: 30px;
	line-height: 0.5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #333;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer
}

.reveal-modal .form-feedback .btn {
	background-color: #e03c31;
	color: #fff;
}

@media(max-width:768px) {
	.reveal-modal {
		visibility: hidden;
		top: 50px;
		left: 50%;
		margin-left: -45%;
		width: 90%;
		position: absolute;
		z-index: 1001;
		padding: 25px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		background-color: #FFF
	}

	.reveal-modal .title {
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px
	}
}

/*OEM/ODM */

.oem {
	padding: 50px 0;
}

.oem img {
	width: 100%;
	height: auto;
}

/* video */

.vedio-list {
	padding: 70px 0 170px;
}

.vedio-list .col-md-4 {
	margin-bottom: 60px;
}

/* 产品页面暂时隐藏的栏目 */
.pro-uni.pro-yc {
	display: none;
}

/* 产品系列页新增轮播图 */
.pro-list-title .box {
	display: flex;
	justify-content: space-between;
}

.pro-list-title .box .left {
	flex: 0 0 45%;
	width: 45%;
}

.pro-list-title .box .right {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

/* 公司介绍应用超链接暂时隐藏 */
.about-area .dis {
	display: none;
}

/* 产品系列页faq暂时隐藏 */
.pro-fre {
	display: none;
}

/* 移动端适配 */

/*#region 手机端*/
.header-mb {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	z-index: 999
}

.header-mb .container-xl {
	height: 50px
}

.header-mb .top-logo {
	width: 50%
}

.header-mb .top-logo img {
	height: auto;
	width: 150px;
}

.header-mb .slg {
	color: #000000;
	font-weight: 500;
}

.header-top .slg span {
	color: #e03c31;
	font-weight: bold;
}

.header-mb .top-mb {
	display: flex;
	align-items: center;
	width: 50%;
	justify-content: flex-end
}

.header-mb .top-mb .dropdown.lang .dropdown-toggle {
	background: transparent;
	padding: 0;
	color: #fff
}

.header-mb .top-mb .dropdown-menu {
	min-width: 80px;
	margin-top: 8px
}

.header-mb .top-mb .top-mb-search {
	padding: .5rem .4rem;
	margin-left: 10px;
	width: 30px;
	text-align: center
}

.header-mb .top-mb .top-mb-search i {
	font-size: 16px;
	color: #fff
}

.header-mb .top-mb .icon-bars {
	color: #000;
}

.top-mb-search-box {
	display: none;
	position: fixed;
	background: #fff;
	top: 50px;
	padding: 6px 15px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 998;
	width: 100%
}

.top-mb-search-box .search-group {
	width: 100%;
	height: 38px
}

.top-mb-feed i {
	font-size: 16px;
	color: #fff
}

.mobile-head-item .main-content-wrap {
	background: #FFF;
	top: 0;
	display: block;
	z-index: 99999
}

.mobile-head-item .main-content-wrap .content-wrap {
	overflow-y: auto;
	height: 100%;
	padding: 15px 10px;
	background-color: #fff
}

.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
	overflow-y: hidden
}

.mobile-head-item .side-content-wrap {
	position: fixed;
	display: block;
	right: -80%;
	width: 80%;
	height: 100%
}

.mobile-head-item .middle-content-wrap {
	position: absolute;
	right: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
	opacity: 0;
	visibility: hidden
}

.mobile-head-item .middle-show-content-wrap {
	top: 30px;
	visibility: visible;
	opacity: 1
}

.head_top .top_left {
	display: none
}

.head_nav {
	width: 100%;
	padding: 0 5px
}

.head_nav li {
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px
}

.head_nav li,
.head_nav li a {
	color: #111
}

.head_nav li.has-child {
	padding-left: 28px;
	margin-top: 0;
	margin-bottom: 0
}

.head_nav li.has-child>a {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 35px
}

.head_nav li.has-child>ul {
	display: none
}

.head_nav li.siblings-no-menu {
	position: relative;
	padding-left: 15px
}

.head_nav li a {
	display: block;
	height: auto;
	line-height: 1.4em;
	position: relative
}

.head_nav li a:hover {
	color: inherit
}

.head_nav li em {
	display: block;
	height: 1.4em;
	overflow: hidden
}

.head_nav li li {
	font-size: 14px
}

.head_nav li li li {
	font-size: 12px
}

.head_nav li li a {
	color: #666
}

.head_nav li.has-child a b {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #111;
	border-radius: 2px;
	overflow: hidden;
	line-height: 15px;
	position: absolute;
	right: -35px;
	top: 1px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.head_nav li.has-child a b:before,
.head_nav li.has-child a b:after {
	content: '';
	display: block;
	width: 9px;
	height: 1px;
	background-color: #111;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -.5px
}

.head_nav li.has-child a b:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.head_nav li.has-child a:hover b {
	border-color: #111
}

.head_nav>li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2
}

.head_nav>li>a {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: -1px;
	position: relative;
	text-transform: uppercase;
	position: relative
}

.head_nav li,
.head_nav li.has-child {
	padding-left: 0
}

.head_nav li li,
.head_nav li li.has-child {
	padding-left: 15px
}

.head_nav li.active>a>b:after {
	display: none
}

.head_nav li.active>a>b {
	background-color: #111
}

.head_nav li.active>a>b:before,
.head_nav li.active>a>b:after {
	background-color: #fff
}

.mobile-ico-close {
	width: 30px;
	height: 30px;
	background: #fff url(../../images/mobile_close.png) center center no-repeat;
	background-size: 50% auto;
	position: absolute;
	left: -35px;
	top: 0;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}

.main-mask {
	position: absolute;
	background-color: #000;
	opacity: .4;
	width: 100%;
	height: 100vh;
	z-index: 9;
	display: none
}

@media(max-width:768px) {


	.bread {
		margin-top: 60px;
		margin-bottom: 10px;
		flex-wrap: wrap;
		font-size: 10px;
	}

	.bread a {
		padding-left: 10px;
	}

	.contact-box .title-box .t1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.contact-box .title-box .t2 {
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-box .col-md-12 {
		padding-bottom: 18px;
	}

	.contact-box .col-md-3 {
		padding-bottom: 18px;
	}

	.form-map {
		margin-top: 0;
	}
	.home-come{
		    background-repeat: no-repeat;
		    background-size: 100% 100%;
	}
	.home-come .title {
		font-size: 24px;
		line-height: 32px;
	}

	.home-come .more-box {
		width: 50%;
	}

	.footer-middle .items {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer-middle .communication{
		flex: auto;
	}
	.footer-middle .interrelated-0{
		flex: auto;
	}
	.footer-middle .interrelated-1{
		flex: auto;
	}
	.footer-middle .contact{
		flex: auto;
	}
	.footer-middle .communication .logo {
		margin-bottom: 20px;
	}

	.footer-middle .items .title {
		margin: 20px 0;
		font-size: 20px;
		line-height: 24px;
	}

	.footer-bottom {
		display: block;
	}

	/* 底部栏目收缩展开 */
	.footer-middle .ul.show {
		visibility: visible;
		height: auto;
	}

	.footer-middle .ul {
		visibility: visible;
		height: auto;
	}

	.footer-middle .ul:first-child {
		visibility: visible;
		height: auto;
	}

	.footer-bottom .text {
		margin-top: 15px;
	}

	.news-center .title .t1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}

	.news-center .title .t2 {
		margin-bottom: 30px;
	}

	.news-center .text-box {
		padding-top: 15px;
	}

	.news-center .box .t1 {
		margin-bottom: 5px;
	}

	.news-center .box .t2 {
		margin-bottom: 8px;
	}

	.news-center .box {
		margin-bottom: 30px;
	}

	.news-center {
		padding-bottom: 30px;
	}

	.menu-horizontal-res .nav-item-res {
		font-size: 9px;
		padding: 10px 0;
	}

	.menu-horizontal-res .nav-item-res::after {
		top: 1px;
	}

	.oem {
		padding: 0;
	}

	.menu-horizontal-wrapper {
		margin-bottom: 0;
	}

	.faq-nav {
		margin-top: 20px;
	}

	.faq-nav .fnav {
		padding: 0px 10px;
		margin-right: 10px;
	}

	.faq-box {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.faq-box .q .t1 {
		font-size: 16px;
		line-height: 24px;
	}

	.faq-box .item {
		padding: 12px 15px;
	}

	.faq-box .a {
		padding-top: 0;
	}

	.down-index .box {
		display: block;
	}

	.down-index .box .right .text-box .t1 {
		font-size: 24px;
	}

	.down-index .box .right .text-box .t2 {
		line-height: 22px;
		margin-bottom: 20px;
	}

	.down-index .form-row {
		border: 0;
	}

	.down-index .form-feedback .form-control {
		border-bottom: 1px solid #e9e8e5;
	}

	.down-index .form-row:nth-last-child(2) {
		border: 0;
	}

	.down-index .btn-box {
		margin-top: 15px;
		padding: 10px 15px;
	}

	.vedio-list {
		padding: 30px 0 30px;
	}

	.news-ny {
		padding: 30px 0;
	}

	.news-ny .row {
		display: block;
	}

	.news-ny .right h1 {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 10px;
	}

	.news-ny .right time {
		font-size: 14px;
	}

	.news-ny .right .share .text {
		font-size: 14px;
		margin-right: 10px;
	}

	.news-ny .right .content {
		margin-top: 18px;
	}

	.news-ny .post-box {
		margin: 20px 0;
		font-size: 14px;
	}

	.news-ny .post-box .post:nth-child(1) i {
		margin-right: 10px;
	}

	.news-ny .post-box .post i {
		padding: 10px;
	}

	.news-ny .post-box .post:nth-child(2) i {
		margin-left: 10px;
	}

	.news-ny .post-box a {
		font-size: 14px;
	}

	.news-ny .news-item .right .text {
		font-size: 16px;
		line-height: 22px;
	}

	.news-ny .left .t1 {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 15px;
	}

	.new-cen-rela .title {
		font-size: 24px;
		line-height: 32px;
	}

	.news-ny .pro-boxs a {
		font-size: 16px;
	}

	.bread-pro {
		margin-top: 50px;
	}

	.bread-pro .bread {
		margin-top: 0;
	}

	.bread-pro .title {
		font-size: 16px;
		line-height: 28px;
		top: 27%;
	}

	.menu-horizontal-res {
		border-top: 3px solid #e03c31;
	}

	.about-prpe {
		padding: 30px 0 0 0;
	}

	.about-prpe .box {
		display: block;
	}

	.about-prpe .box .t1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.about-prpe .box .text-box {
		line-height: 22px;
		color: #666666;
	}

	.about-prpe .box p {
		padding-bottom: 10px;
	}

	.about-prpe .items {
		display: block;
	}

	.about-prpe .item {
		border-bottom: 4px solid #e03c31;
		padding: 10px 23px 20px;
		margin-bottom: 15px;
	}

	.home-video {
		padding: 10px 0;
	}

	.home-video .play {
		width: 46px;
		height: 46px;
		left: 45%;
	}

	.about-area {
		padding-top: 30px;
	}

	.about-area .title .t1 {
		font-size: 24px;
		line-height: 32px;
	}

	.about-area .title .t2 {
		line-height: 22px;
		margin-bottom: 20px;
	}

	.about-area .box .text {
		padding: 15px;
	}

	.about-area .box .text .t2 {
		min-height: 140px;
	}

	.factory-tour {
		padding: 30px 0;
	}

	.index-title {
		margin-bottom: 20px;
	}

	.index-title .left .t1 {
		font-size: 24px;
		line-height: 32px;
	}

	.factory-tour .box {
		margin-bottom: 20px;
	}

	.you-care {
		padding: 30px 0;
	}

	.you-care .text-box .t3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.you-care .text-box .t2 {
		line-height: 24px;
	}

	.you-care .text-box .t2 p {
		margin-bottom: 0;
	}

	.you-care .text-box {
		padding: 0;
		margin-bottom: 20px;
	}

	.you-care .box {
		margin-bottom: 20px;
	}

	.you-care .box .text {
		position: static;
		width: 100%;
	}

	.fire-solu .title {
		padding: 20px 0;
	}

	.fire-solu .title .t1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 50px;
		margin-bottom: 10px;
	}

	.fire-solu .title .t2 {
		line-height: 22px;
	}

	.qua .box {
		display: block;
		padding: 20px 0;
		margin-bottom: 0;
	}

	.qua .box .text .t1 {
		font-size: 22px;
		line-height: 28px;
	}

	.qua .box .text p {
		margin: 8px 0;
		line-height: 22px;
	}

	.qua .quality {
		padding-bottom: 0;
	}

	.qua .quality:nth-child(2n) .container-xl.m-right {
		padding: 0 15px;
	}

	.qua .quality:nth-child(3)::after {
		height: 515px;
	}

	.pro-list-title .t1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.pro-list-title {
		padding: 20px 0;
	}

	.pro-list-title .t2 {
		line-height: 24px;
		margin-top: 10px;
	}

	.factory {
		padding: 10px 0 25px 0;
	}

	.factory .box {
		margin-bottom: 15px;
	}

	.cert-row .box .t1 {
		padding: 10px 0;
		min-height: 60px;
	}

	.cert-row {
		margin-bottom: 0;
	}

	.pro-center {
		padding: 30px 0;
	}

	.pro-center .item {
		display: block;
		margin: 0;
		margin-bottom: 30px;
	}

	.pro-center .item .img {
		position: static;
	}

	.pro-center .text {
		margin-right: 0;
		padding: 10px;
	}

	.pro-center .text .t2 {
		line-height: 24px;
	}

	.pro-center .text .t1 {
		font-size: 24px;
		line-height: 32px;
	}

	.pro-center .item:nth-child(2n) {
		margin: 0;
		margin-bottom: 30px;
	}

	.pro-center .item:nth-child(2n) .text {
		padding: 10px;
	}

	.pro-nav {
		flex-wrap: wrap;
		justify-content: start;
	}

	.pro-nav .fnav {
		margin-bottom: 10px;
		width: auto;
		margin-right: 0;
	}

	.pro-list-title .box {
		display: block;
	}

	.pro-list-title .box .left {
		width: auto;
	}

	.same-solu {
		padding: 30px 0;
	}

	.same-solu .title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.same-solu .box {
		margin-bottom: 20px;
	}

	.same-solu .box .text {
		position: static;
		width: 100%;
		padding: 25px 20px 25px 30px;
	}

	.same-solu .box .text .t3 {
		font-size: 20px;
	}

	.pro-imp {
		padding-top: 0;
	}

	.pro-imp .title .t1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 0px;
	}

	.pro-imp .title {
		margin-bottom: 20px;
	}

	.pro-imp .item .title1 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.pro-imp .item .t2 {
		line-height: 22px;
		color: #666666;
		margin-bottom: 15px;
	}

	.pro-imp .item .more-box {
		width: 80%;
	}

	.bread-solu {
		height: 300px;
	}

	.bread-solu .title {
		padding-top: 40px;
	}

	.bread-solu .title-text {
		    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-top: 70px;
	}

	.pro-solu .title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 40px;
	}

	.home-Protective {
		padding: 0;
	}

	.home-Protective .swiper-box .swiper-wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.home-Protective .swiper-box .swiper-slide {
		width: 48% !important;
		margin-bottom: 20px;
	}

	.home-Protective .swiper-box .text .t2 {
		margin-top: 10px;
	}

	.solu-always .text {
		font-size: 18px;
		line-height: 24px;
		top: 17%;
	}

	.home-Protective .swiper-box .swiper-wrapper {
		padding-bottom: 0;
	}

	.home-Protective .swiper-box .text {
		padding: 21px 15px 15px 15px;
		min-height: 170px;
	}

	.solu-reco {
		padding: 30px 0;
	}

	.solu-reco .title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.solu-reco .row {
		display: block;
	}

	.solu-reco .col-md-4 {
		width: 100%;
  max-width: 100%;
	}

	.solu-reco .box {
		margin-bottom: 20px;
	}

	.solu-reco .text {
		padding: 20px;
	}

	.solu-reco .t3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.solu-reco .t2 {
		line-height: 22px;
		margin-bottom: 10px;
	}

	.pro-xq .row {
		display: block;
		margin-bottom: 25px;
	}

	.pro-xq .left {
		width: 100%;
	}

	.pro-xq .left .big {
		padding: 20px;
	}

	.pro-xq .right {
		width: 100%;
		padding: 0 15px;
	}

	.pro-xq::after {
		display: none;
		position: static;
	}

	.pro-xq .right h1 {
		font-size: 24px;
		line-height: 32px;
		margin: 20px 0;
	}

	.pro-xq .right .text-box {
		margin-top: 10px;
		padding-bottom: 10px;
		line-height: 24px;
		min-height: 300px;
	}

	.pro-xq .right .anniu {
		display: block;
	}

	.pro-xq .right .more-box {
		width: fit-content;
		flex: 0 0 46%;
		padding: 0 5px;
	}

	.pro-xq .social-box {
		margin-top: 10px;
	}

	.prcon-top.head-pro {
		top: 51px;
	}

	.prcon-top .box a {
		font-size: 8px;
		line-height: 30px;
		margin-right: 13px;
	}

	.pro-content .pro-daohang {
		margin-bottom: 20px;
	}

	.pro-content .pro-daohang .item.active {
		border-bottom: 2px solid #e61621;
	}

	.pro-content .pro-daohang a {
		line-height: 22px;
		font-size: 7px;
	}

	.pro-content .content .title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.pro-content .content .item {
		margin-bottom: 20px;
	}

	.centent-machines {
		padding-top: 10px;
	}

	.pro-three {
		margin-bottom: 10px;
	}

	.pro-three .img {
		padding: 10px 0;
	}

	.pro-three .text .t1 {
		font-size: 18px;
	}

	.centent-machines .text {
		padding: 20px;
	}

	.home-new {
		margin-bottom: 30px;
	}

	.pro-new .index-title .left .t1 {
		margin-bottom: 0px;
	}

	.home-new .index-title {
		margin-bottom: 20px;
	}

	.home-new .box {
		padding-top: 30px;
		margin-bottom: 25px;
		padding: 10px;
	}

	.home-new .box .img {
		padding: 0;
		;
		margin: auto 0;
	}

	.home-new .text2 {
		font-size: 14px;
		margin-bottom: 7px;
	}

	.home-new .text1 {
		margin-bottom: 4px;
		font-size: 16px;
	}

	.banner-home {
		margin-top: 51px;
	}

	.banner-home .banner-text-box {
		left: 6%;
		padding: 10px;
		width: 64%;
		top: 10%;
	}

	.banner-home .banner-text-box .t1 {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 0;
	}

	.banner-home .banner-text-box .t2 {
		font-size: 10px;
		line-height: 14px;
	}

	.home-Protective .index-title {
		margin: 20px 0;
	}

	.home-Protective .swiper-box .img {
		padding: 10px 0;
	}

	.home-top .index-title .left {
		flex: 0 0 50%;
	}

	.home-top .title-t2 {
		margin-bottom: 30px;
		line-height: 24px;
		width: 100%;
	}

	.home-top .items {
		display: block;
		padding-left: 15px;
	}

	.home-top .item {
		margin-bottom: 20px;
		max-height: 420px;
	}

	.home-top {
		margin-bottom: 30px;
	}

	.home-pppe {
		display: block;
	}

	.home-pppe .t2 {
		font-size: 24px;
		line-height: 32px;
	}

	.home-pppe .more-box {
		margin: 15px 0;
		width: 45%;
	}

	.home-case {
		padding-top: 20px;
		background: none;
		height: 575px;
	}

	.home-case .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.home-case .t2 {
		font-size: 14px;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.home-case .box {
		    padding: 15px 10px 15px 18px;
		margin-top: 20px;
	}

	.home-case .more-box {
		width: auto;
	}

	.home-resources {
		padding-bottom: 30px;
	}

	.home-resources .title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 15px;
	}

	.home-resources .text {
		position: static;
		width: 100%;
	}

	.home-resources .text .t3 {
		margin-bottom: 30px;
	}

	.home-resources .box {
		margin-bottom: 20px;
	}

	.home-new {
		padding: 30px 0;
	}

	.home-new .t2 {
		line-height: 24px;
		margin-bottom: 25px;
	}
}


}