@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: transparent;

}

.swiper-pointer-events {
	width: 100%;
}

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

	background: rgba(255, 255, 255, 1);

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

option {
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'Impact', sans-serif;

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

/* #endregion */
/* #region  sass */
/* #endregion */


/* #弹性样式 */

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items {
	align-items: center;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.space-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

/* #公共样式 -end */



/* #region 全局 导航*/

.container {
	padding: 0 30px;
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
}


/* end */


.nav_icon,
.nav_modal {
	display: none;
}

.headernav {
	width: 100%;
	height: 5rem;
	background: #fff;
	opacity: 1;
	z-index: 5;
	position: relative;
	color: rgba(51, 51, 51, 1);
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.headernav .container {
	height: 100%;
	padding: 0 30px;
}

.headernav .logo {
	display: flex;
	align-items: flex-end;
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(0, 179, 71, 1);
}

.headernav .logo img {
	margin-right: 1rem;
}

.headernav ul {
	width: 76%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headernav ul li {
	font-size: 0.9rem;
	color: rgba(17, 17, 17, 1);
}

.headernav .active,
.headernav ul .nav_one a:hover {
	color: rgba(0, 179, 71, 1);
}

.headernav .phone {
	font-size: 32px;
	font-weight: 500;
	font-family: 'Impact';
	color: rgba(0, 179, 71, 1);
}

.headernav .phone img {
	margin-right: 0.8rem;
}

.on .headernav {
	top: 0rem;
	position: fixed;
}


/* #end */



/* 底部 */

footer {
	background: rgba(34, 34, 34, 1);
	opacity: 1;
	transition: ease-out .36s;
}

footer .top {
	padding: 1.75rem 0;
}

footer .footer-logo {
	display: flex;
	align-items: flex-end;
}

footer .footer-logo img {
	margin-right: 1rem;
	filter: grayscale(100%) brightness(1000%);
}

footer .top h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

footer .top img {
	cursor: pointer;
}

footer .content {
	padding: 2.5rem 0;
	border-top: 0.05rem solid rgba(255, 255, 255, 0.25);
	border-bottom: 0.05rem solid rgba(255, 255, 255, 0.25);
}

footer .content .link {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
}

footer .content .footnav {
	width: 75%;
}

footer .content .link .title {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
}

footer .content .link .phone {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin: 1.25rem 0 1rem 0;
}

footer .content .link .address {
	margin-bottom: 0.75rem;
}

footer .content .navtime {
	margin-right: 7.3rem;
}

footer .content .navtitle a {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 1rem;
}

footer .content .navtitle a:hover {
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

footer .content .subclass a {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1rem;
}

footer .content .subclass a:hover {
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

footer .content .ewm {
	width: 7rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

footer .content .ewm img {
	width: 100%;
	margin-bottom: 0.75rem;
}

footer .botton {
	padding: 1rem 0;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.7);
}

footer .botton .aision {
	margin-right: 1rem;
}

footer .botton a:hover {
	color: #fff;
	transition: ease-out .36s;
}

/* #end */



/* 分页 */

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem 0 2rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 0.9rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	border: 1px solid whitesmoke !important;
	padding: 0 .5rem !important;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
	width: auto !important;
	margin-right: .5rem !important;
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: rgba(0, 179, 71, 1);
	color: #fff;
}

/* end */



/* 内页轮播 */

.h400 .banner .swiper {
	height: 22.5rem;
	position: relative;
}

.h400 .banner .swiper-slide>img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.h400 .banner .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.h400 .banner .swiper-slide.swiper-slide-active>img,
.h400 .banner .swiper-slide.swiper-slide-duplicate-active>img {
	transition: 5s linear;
	transform: scale(1, 1);
}

.h400 .banner .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 1);
}

.h400 .banner .container .EN {
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
}

.h400 .banner .container h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0.75rem 0 1.75rem 0;
}

.h400 .banner .container span {
	display: block;
	width: 3.25rem;
	height: 0.25rem;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 1.1rem;
}

.h400 .banner .container p {
	font-size: 1.2rem;
}


/* end */



/* 首页 */

.phone_index {
	display: none;
}

.index .banner {
	width: 100%;
	position: relative;
	transition: ease-out .36s;
}

.index .banner .swiper-slide {
	height: auto;
}

.index .banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index .banner .swiper-pagination-bullet-active {
	background: #fff;
}

.index .banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.index .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

/* end */



/* 首页 */

.index1 {
	padding: 4.5rem 0 4rem 0;
	opacity: 1;
	transition: ease-out .36s;
	background: rgba(245, 245, 245, 1);
}

.index1 h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.index-icon {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.5rem auto 1rem auto;

}

.index-more {
	font-size: 0.8rem;
	color: rgba(0, 179, 71, 1);
	text-align: center;
	margin-bottom: 1.5rem;
}

.index-product .list {
	width: 100%;
	position: relative;
}

.index-product li .title {
	width: 25%;
	height: 3.25rem;
	font-size: 1rem;
	color: rgba(51, 51, 51, 1);
	padding: 0 1.5rem;
	background: rgba(238, 238, 238, 1);
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	cursor: pointer;
}

.index-product li.active .title {
	background: rgba(0, 179, 71, 1);
	color: rgba(255, 255, 255, 1);
}

.index-product li.active .content {
	display: block;
}

.index-product .content {
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	height: 16.25rem;
	display: none;
}

.index-product .content img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.index-product .content .info {
	padding: 2rem 1.5rem;
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

.index-product .content .info h3 {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 179, 71, 1);
	text-align: left;
	margin-bottom: 0.75rem;
}

.index-product .content .info p {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
	width: 70%;
	text-align: left;
}

.index-product-list {
	margin-top: 1.25rem;
}

.index-product-list ul {
	display: none;
}

.index-product-list ul:nth-child(1) {
	display: block;
}

.index-product-list a {
	width: calc(97% / 4);
	margin: 0 1% 1.5rem 0;
}

.index-product-list a:nth-child(4n) {
	margin-right: 0;
}

.index-product-list i {
	display: block;
	width: 100%;
	height: 10.75rem;
	overflow: hidden;
}

.index-product-list i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index-product-list .title {
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
	background: rgba(255, 255, 255, 1);
	border: 0.05rem solid rgba(232, 232, 232, 1);
	padding: 0.8rem 1rem;
	position: relative;
}

.index-product-list .title::before {
	content: ' ';
	position: absolute;
	opacity: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: rgba(0, 179, 71, 1);
}

.index-product-list a .more {
	border-radius: 50%;
	padding: 0.3rem;
	border: 0.05rem solid rgba(214, 214, 214, 1);
	transition: ease-out .36s;
}

.index-product-list a .more img:nth-child(2) {
	display: none;
}

.index-product-list a:hover i img {
	transform: scale(1.1);
}

.index-product-list a:hover .title {
	border: 0.05rem solid #fff;
	transition: ease-out .36s;
}

.index-product-list a:hover .more {
	background: rgba(0, 179, 71, 1);
	border-color: rgba(0, 179, 71, 1);
}

.index-product-list a:hover .more img:nth-child(1) {
	display: none;
}

.index-product-list a:hover .more img:nth-child(2) {
	display: block;
}

.index-product-list a:hover .title::before {
	opacity: 1;
	transition: ease-out .36s;
}

.index2 {
	padding: 3.5rem 0 5.95rem 0;
	opacity: 1;
	transition: ease-out .36s;
	background: url('../images/02bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.index2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.index2 h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.index2 .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.index3 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index3 .index3hei {
	height: 23rem;
}

.index3 .container {
	position: relative;
}

.index3 h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.index3 .title {
	text-align: center;
	font-size: 1.2rem;
	color: rgba(102, 102, 102, 1);
	cursor: pointer;
}

.index3 .title img {
	width: 2.75rem;
	margin: 0 auto;
	margin-bottom: 0.5rem;
}

.index3 .title img:nth-child(2) {
	display: none;
}

.index3 li:nth-child(2) .title {
	margin: 0 6rem;
}

.index3 li .title p {
	position: relative;
}

.index3 li:nth-child(2) .title p::before {
	content: ' ';
	position: absolute;
	width: 5rem;
	height: 0.05rem;
	background: rgba(232, 232, 232, 1);
	top: 50%;
	left: -5.5rem;
	transform: translate(0, -50%);
}

.index3 li:nth-child(2) .title p::after {
	content: ' ';
	position: absolute;
	width: 5rem;
	height: 0.05rem;
	background: rgba(232, 232, 232, 1);
	top: 50%;
	right: -5.5rem;
	transform: translate(0, -50%);
}

.index3 .content {
	display: none;
	position: absolute;
	width: 100%;
	padding: 0 30px;
	top: 7rem;
	left: 0;
}

.index3 .content img {
	width: 60%;
	height: 21rem;
	object-fit: cover;
	object-position: center;
}

.index3 .content .cont {
	padding: 2.5rem;
	width: 40%;
	height: 21rem;
	background: rgba(0, 179, 71, 1);
}

.index3 .content .cont h3 {
	font-size: 1.8rem;
	color: rgba(255, 255, 255, 1);
}

.index3 .content .cont .en {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	margin: 0.5rem 0 2.5rem 0;
}

.index3 .content .cont .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
}

.index3 li.active .title {
	color: rgba(0, 179, 71, 1);
}

.index3 li.active .title img:nth-child(1) {
	display: none;
}

.index3 li.active .title img:nth-child(2) {
	display: block;
}

.index3 li.active .content {
	display: block;
}

.index4 {
	padding: 2.5rem 0 2.8rem 0;
	opacity: 1;
	transition: ease-out .36s;
	background: url('../images/04bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}

.index4 h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.index4 .swiper {
	margin: 0 auto;
	margin-top: 2.4rem;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 86rem;
}

.index4 .swiper-slide {
	width: 20rem;
	height: 20rem;
	opacity: 1;
	overflow: hidden;
}

.index4 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index4 .dot {
	margin-top: 3rem;
}

.index4 .dot img {
	padding: 0.85rem;
	border-radius: 50%;
	border: 0.05rem solid rgba(255, 255, 255, 1);
	margin-right: 2.75rem;
	cursor: pointer;
}

.index4 .swiper-slide img:hover {
	transform: scale(1.1);
}

.index4 .dot img:hover {
	background: rgba(0, 179, 71, 1);
	border-color: rgba(0, 179, 71, 1);
	transition: ease-out .36s;
}

.index5 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index5 h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.index5 ul a {
	width: calc(97% / 3);
	padding: 1.5rem 2.25rem;
	border: 0.05rem solid rgba(191, 191, 191, 1);
}

.index5 ul a:nth-child(2) {
	margin: 0 1.5%;
}

.index5 ul a h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index5 ul a .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	height: 10rem;
	margin: 1rem 0;
}

.index5 ul a .intor p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index5 ul a .intor img {
	width: 100%;
	height: 0%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
}

.index5 ul a .more {
	font-size: 0.8rem;
	color: rgba(51, 51, 51, 1);
}

.index5 ul a:hover h3 {
	color: rgba(0, 179, 71, 1);
	transition: ease-out .36s;
}

.index5 ul a:hover .intor p {
	height: 0;
	opacity: 0;
	transition: ease-out .36s;
}

.index5 ul a:hover .intor img {
	height: 100%;
	opacity: 1;
	transition: ease-out .36s;
}


/* end */





/* 关于我们 */

.about {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.about .left,
.about .right {
	width: 48%;
}

.about .left .intor {
	height: 12.4rem;
	overflow-y: scroll;
	margin-bottom: 3rem;
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	padding: 0 1rem;
}

/* 定义滚动条整体样式 */
.about .left .intor::-webkit-scrollbar {
	width: 0.1rem;
}

/* 定义滚动条轨道 */
.about .left .intor::-webkit-scrollbar-track {
	background: rgba(237, 237, 237, 1);
}

/* 定义滚动条滑块 */
.about .left .intor::-webkit-scrollbar-thumb {
	border-radius: 0.1rem;
	background: rgba(0, 179, 71, 1);
}

/* 滑块悬停状态 */
.about .left .intor::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 179, 71, 1);
}

/* 定义滚动条角落（当同时有水平和垂直滚动条时） */
.about .left .intor::-webkit-scrollbar-corner {
	background: #f1f1f1;
}

.about .left ul li {
	margin-right: 3rem;
}

.about .left ul li:nth-child(4) {
	margin-right: 0;
}

.about .left ul li h3 {
	font-size: 0.9rem;
	color: rgba(0, 179, 71, 1);
	margin-bottom: 0.55rem;
}

.about .left ul li h3 span {
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 0.5rem;
}

.about .left ul li p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
}

.about .right {
	height: 18.5rem;
	overflow: hidden;
}

.about .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.about .right:hover img {
	transform: scale(1.1);
}

/* end */




/* 产品中心 */

.product {
	padding: 4.5rem 0;
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	transition: ease-out .36s;
}

.product .type a {
	width: 18%;
	padding: 0.9rem 0;
	border: 0.05rem solid rgba(179, 179, 179, 1);
	text-align: center;
	font-size: 1rem;
	color: rgba(51, 51, 51, 1);
}

.product .type a:hover,
.product .type a.active {
	background: rgba(0, 179, 71, 1);
	border: 0.05rem solid rgba(0, 179, 71, 1);
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.product .index-product-list {
	margin-top: 3rem;
}

/* end */




/* 产品详情 */

.product2 {
	padding: 1.65rem 0 5rem 0;
	opacity: 1;
	transition: ease-out .36s;
	background: rgba(247, 247, 247, 1);
}

.lon {
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 1.65rem;
}

.lon img {
	width: 0.9rem;
	height: 0.9rem;
	margin-right: 0.4rem;
}

.product2 .left {
	width: 72%;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 1);
	padding: 2rem 1.5rem;
}

.product2 .left .top {
	padding-bottom: 2rem;
	border-bottom: 0.05rem solid rgba(242, 242, 242, 1);
}

.product2 .left .top i {
	width: 50%;
	height: 16.4rem;
	display: block;
	overflow: hidden;
}

.product2 .left .top i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.product2 .left .content {
	width: 45%;
}

.product2 .left .content h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin: 2.5rem 0 2rem 0;
}

.product2 .left .content div:nth-child(2) {
	font-size: 0.9rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1.5rem;
}

.product2 .left .content div:nth-child(3) {
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
}

.product2 .left .content div:nth-child(2) img,
.product2 .left .content div:nth-child(3) img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
}

.product2 .left .info {
	padding-top: 1rem;
}

.product2 .left .info h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.product2 .left .info h3 span {
	color: rgba(0, 179, 71, 1);
}

.product2 .left .info p {
	font-size: 0.7rem;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}

.product2 .left .info .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

.product2 .left .info .intor p {
	text-align: inherit;
	font-size: 0.9rem;
}

.product2 .left .top i:hover img {
	transform: scale(1.1);
}

.product2 .right {
	width: 25%;
}

.product2 .right h3 {
	width: 100%;
	padding: 0.75rem 0;
	border-radius: 0.75rem 0.75rem 0 0;
	background: rgba(0, 179, 71, 1);
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.product2 .right .index-product-list a {
	width: 100%;
	margin: 0;
	margin-bottom: 1.5rem;
}

/* end */





/* 工程、厂房图片 */

.pics {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.pics ul a {
	width: calc((100% - 3.7rem) / 3);
	margin-bottom: 1.75rem;
	margin-right: 1.85rem;
}

.pics ul a:nth-child(3n) {
	margin-right: 0;
}

.pics ul a i {
	width: 100%;
	height: 20.75rem;
	display: block;
	overflow: hidden;
	margin-bottom: 1rem;
}

.pics ul a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.pics ul a p {
	font-size: 1.2rem;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.pics ul a:hover i img {
	transform: scale(1.1);
}

.pics ul a:hover p {
	color: rgba(0, 179, 71, 1);
	transition: ease-out .36s;
}


/* end */




/* 新闻 */

.news {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.news ul a,
.news ul a:nth-child(2n) {
	margin-bottom: 1.75rem;
}

/* end */




/* 新闻详情 */

.news2 {
	background: rgba(247, 247, 247, 1);
	padding: 1.65rem 0 2.75rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.news2 h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1rem;
}

.news2 li {
	font-size: 0.8rem;
	color: rgba(51, 51, 51, 1);
	margin-right: 1rem;
}

.news2 li span {
	color: rgba(0, 179, 71, 1);
}

.news3 {
	padding: 2.75rem 0;
	background-color: #fff;
	opacity: 1;
	transition: ease-out .36s;
}

.news3 .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	padding-bottom: 2rem;
	border-bottom: 0.05rem solid rgba(207, 207, 207, 1);
}

.news3 .intor img {
	margin: 1rem auto;
}

.news3 .next {
	padding: 1.75rem 0;
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
}

.news3 .next a:hover {
	color: rgba(0, 179, 71, 1);
	transition: ease-out .36s;
}

/* end */




/* 联系我们 */

.us {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
	position: relative;
}

.us i {
	display: block;
	width: 70%;
	height: 28.05rem;
}

.us i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.us .intor {
	width: 45%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
	padding: 2.5rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
}

.us .intor h3 {
	font-size: 1.2rem;
	color: rgba(51, 51, 51, 1);
	padding-bottom: 1rem;
	border-bottom: 0.05rem solid rgba(242, 242, 242, 1);
}

.us .intor li {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	padding-top: 1.15rem;
}

.us .intor li img {
	width: 1.15rem;
	height: 1.15rem;
	margin-right: 0.75rem;
}

.us .intor li p:nth-child(1) {
	font-weight: bold;
	margin-bottom: 0.5rem;
}

/* end */