html,
body {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}
.bags-continue {
    text-align: right;
    margin-bottom: 40px;
}
.bags-continue a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #111111;
    text-transform: uppercase;
    min-width: 300px;
    text-align: center;
    color: #111111;
    border-radius: 50px;
}
.bags-continue a:hover{
    background:#23af4b;
    color: #fff;
    border-color:#23af4b;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1600px;
	}
}

.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-slide img {
	width: auto;
	margin-bottom: 30px;
}

#banner .pagination {
	display: initial;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 8%;
	z-index: 9;
}

#banner .pagination .container {
	position: relative;
}

#banner {
	position: relative;
	width: 100%;
	height: 100vh;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

#banner .swiper-slide .container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
}

.banner_button {
	display: flex;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
}

.banner_button:hover {
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
}

.banner_button.button-next {
	right: 0;
}

.banner_button.button-left {
	left: 0;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transition: all 0.4s;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	opacity: 1;
	margin-left: 0;
	margin-right: 10px;
	background: #fff;
}

#banner .swiper-pagination-bullet-active {
	background: none;
	border: 2px solid #fff;
}

#banner .swiper-pagination {
	position: initial;
	text-align: left;
	padding: 0 6%;
	width: auto;
}

#banner .line {
	width: 88%;
	margin: 0 6%;
	height: 1px;
	margin-bottom: 40px;
	background: rgba(255, 255, 255, 0.4);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}

.pagination .container.b {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagination .banner-btn {
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	height: 50px;
	margin-right: 6%;
	overflow: hidden;
}

.pagination .banner-btn .banner-btns {
	display: flex;
	width: 60px;
	height: 50px;
	align-items: center;
	justify-content: center;
	color: #fff;
	color: #fff;
	font-size: 20px;
}

.pagination .banner-btn .banner-btns:hover {
	background: #21873a;
}


/**/

header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0px 0;
	z-index: 99;
}

header.header .header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header .fupad {
	display: flex;
	width: 164px;
	height: 144px;
	background: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}

header.header .fupad img.logo2 {
	display: block;
	width: 70%;
}

header.header .fupad img.logo {
	display: none;
	width: 210px;
	margin-bottom:8px;
}

header.header .fupad .navbar-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

header.header .header-box .header-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header .dropdown-toggle::after {
	display: none;
}

header.header .navbar-nav .nav-link {
	color: #fff;
	font-size: 18px;
}

header.header .navbar-nav .nav-item {

	margin: 0 18px;
}
header.header .navbar-nav .nav-item a.nav-link{
		position: relative;
}
header.header .navbar-nav .nav-item.active a.nav-link:before{
		position: absolute;
		content: "";
		width:40px;
		top:50%;
		margin-top: -20px;
		left: -10px;
		height: 40px;
		background: url(../images/q.png) no-repeat center;
}

header.header a.Inquiry {
	display: flex;
	width: 130px;
	height: 46px;
	justify-content: center;
	align-items: center;
	background: #E9B71B;
	border-radius: 46px;
	color: #fff;
}
header.header a.Inquiry:hover{
	background: #7faf28;
}
header.header a.Inquiry img {
	width: 26px;
}

header.header a.Inquiry span {
	margin-left: 12px;
	display: inline-block;
}

header.header.active {
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

header.header.active .fupad {
	height: 80px;
	width: auto;
	background: initial;
	transition: all 0.3s;
}

header.header.active .fupad .logo2 {
	display: none;
}

header.header.active .fupad .logo {
	display: block!important;
}

header.header.active .navbar-nav .nav-link {
	color: #000;
}

header.header .dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	top: 100%;
	z-index: 999;
	background: #ffffff;
	padding: 0px 0 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow:hidden;
}

header.header .dropdown-menu_box li {
	width: 100%;
}

header.header .dropdown-menu_box li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}

header.header .dropdown-menu_box li:last-child a {
	border-bottom: none;
}

header.header .dropdown-menu_box li a:hover {
	background: #21873a;
	color: #fff;
}

.moblie_title_right {
	display: none;
	width: 46px;
	height: 46px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
	background: #fff;
	border-radius: 50%;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -11px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.mobile_header_list {
	display: block;
	position: fixed;
	top: 0;
	left: 100%;
	min-width: 200px;
	right: 0;
	background: #fff;
	height: 100vh;
	cursor: pointer;
	color: #ffffff;
	z-index: 9999999;
	overflow: hidden;
	transition: all 0.5s;
}

.mobile_header_list.cur {
	left: 30%;
	right: 0;
	transition: all 0.5s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.mobile_header_list .mobile_btn {
	display: flex;
	justify-content: flex-end;
}

.mobile_header_list .moblie_title_right {
	display: block!important;
	background: #f8f8f8!important;
}

.mobile_header_list {
	padding: 1rem;
}

.mobile_header_list .card {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea!important;
}

.mobile_header_list .card:last-child {
	border: 0!important;
}

.mobile_header_list .card>a {
	color: #333;
	line-height: 3rem;
}

.mobile_header_list .card>a {
	display: flex;
	padding-right: 1rem;
	align-items: center;
	justify-content: space-between;
}

.mobile_header_list .card>a i {
	transition: all 0.3s;
	transform: rotate(-90deg);
}

.mobile_header_list .card>a.cur i {
	transition: all 0.3s;
	transform: rotate(0deg);
}

.mobile_header_list .card>a.cur {
	padding-left: 10px;
	background: #21873a;
	color: #fff;
}

.mobile_hidenlist {
	display: none;
	background: #f8f8f8;
}

.mobile_hidenlist_list a {
	display: flex;
	padding: 0 1rem;
	color: #3c482b;
	margin-bottom: 0;
	line-height: 3rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
}

.main-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 888;
	background: rgba(0, 0, 0, 0.5);
}

.main-box.cur {
	display: block;
}


/**/

.warrpbox {
	padding: 100px 0;
	overflow: hidden;
}

.title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.title h1 {
	position: relative;
	font-size: 40px;
	color: #21873a;
	margin-bottom: 0;
	z-index: 2;
}

.dian {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -850px;
	width: 100px;
	height: 100px;
	background: #e9b71b;
	filter: blur(60px);
	z-index: 0;
	border-radius: 50%;
	opacity: 0.6;
}

a.more {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #21873a;
	font-weight: 500;
	cursor: pointer;
}

a.more span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #21873a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #21873a;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 20px;
	transition: all 0.3s;
}

a.more span:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(33, 135, 58, 0.3);
	transition: all 0.3s;
	border-radius: 50%;
	opacity: 0;
}

a.more:hover span {
	background: #21873a;
	margin-left: 10px;
	margin-right: 15px;
	color: #fff;
	transition: all 0.3s;
}

a.more:hover span:before {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	transition: all 0.3s;
	opacity: 1;
}


/**/

.index_about.warrpbox {
	position: relative;
	background: linear-gradient(to bottom, #fff, rgba(33, 135, 58, 0.16));
}

.index_about_text {
	width: 68%;
}

.index_about_text .company_text {
	margin-top: 70px;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-bottom: 70px;
}

.index_about_text .company_text z {
	color: #21873a;
	font-weight: 700;
}

.index_about_text .company_detail {
	display: flex;
	justify-content: space-between;
}

.index_about_text .company_detail .text {
	width: calc(90% - 140px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.index_about_text .num_box {
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.index_about_text .num_box li {
	width: calc(25% - 20px);
	margin: 10px;
	font-size: 14px;
}

.index_about_text .num_box li h3 {
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	font-size: 48px;
	font-weight: 900;
	color: #21873a;
}

.index_about_text .num_box li h3 i {
	position: absolute;
	right: -25px;
	top: 0;
	font-style: normal;
	font-size: 25px;
}

.index_about_text .num_box li p {
	line-height: 20px;
}

.index_about_text .num_box li:nth-child(2n) h3 {
	color: #e9b71b;
}

.index_about .aboutimg {
	position: absolute;
	right: 0;
	left: 70%;
	bottom: 0;
	top: 0;
	background: url(../images/abj.jpg) no-repeat center right;
}

.index_about #gs {
	position: absolute;
	right: 0;
	left: 62%;
	top: 0;
	bottom: 0;
	margin-top: -240px;
	max-width: 100%;
	background: url(../images/ds.png) no-repeat left bottom;
	background-size: auto 68%;
}


/**/

.index_products {
	position: relative;
}

.Swiper_box {
	position: relative;
	margin-top: -16%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.Swiper_box .swiper {
	margin: initial;
	padding-top: 16%;
}

.proSwiper {
	width: 70%;
}

.proSwiper .swiper-slide {
	display: flex;
	justify-content: flex-start;
}

.proSwiper .pro_left {
	display: flex;
	width: 50%;
	padding-right: 5%;
	flex-direction: column;
	justify-content: space-around;
}

.proSwiper .pro_left .pro_name {
	margin-top: 40px;
}

.proSwiper .pro_left h3 {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.proSwiper .pro_left .pro_li {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 60px;
	margin-bottom: 20px;
}

.proSwiper .pro_left .pro_li li {
	position: relative;
	display: flex;
	width: calc(20% - 10px);
	margin: 5px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
}

.proSwiper .pro_left .pro_li li img {
	position: relative;
	z-index: 2;
}

.proSwiper .pro_left .pro_li li:before {
	content: "";
	position: absolute;
	top: 5%;
	left: 5%;
	bottom: 5%;
	right: 5%;
	background: rgba(33, 135, 58, 0.3);
	border-radius: 50%;
	z-index: 0;
	transition: all 0.3s;
}

.proSwiper .pro_left .pro_li li.cur:before {
	background: #21873a;
}

.proSwiper .pro_left .pro_li li:hover:before {
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	transition: all 0.3s;
}

.proSwiper .pro_left .pro_li li:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 100%;
	bottom: 100%;
	right: 100%;
	background: #21873a;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.3s;
}

.proSwiper .pro_left .pro_li li:hover:after {
	position: absolute;
	content: "";
	top: 5%;
	left: 5%;
	bottom: 5%;
	right: 5%;
	background: #21873a;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.3s;
}

.proSwiper .pro_right {
	position: relative;
	width: 50%;
	padding: 20px;
}

.proSwiper .pro_right:before {
	position: absolute;
	top: 50%;
	margin-top: -280px;
	left: 0;
	right: 0;
	width: 100%;
	content: 'NAU';
	font-weight: 900;
	color: #fff;
	font-size: 220px;
	text-align: center;
	text-shadow: 0 0 2px rgba(33, 135, 58, 1);
	z-index: 0;
}

.proSwiper .pro_right .img_box:first-child {
	display: block;
}

.proSwiper .img_box {
	display: none;
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.other_pro {
	display: flex;
	position: absolute;
	right: 0;
	top: 48px;
	bottom: 0;
	left: 70%;
	align-items: center;
	justify-content: center;
}

.index_products:before {
	position: absolute;
	content: "";
	background: url(../images/line.png) no-repeat center left;
	top: 0;
	left: 70%;
	bottom: 0;
	width: 5.72916vw;
	z-index: 77;
}

.otherSwiper {
	width: 100%;
}

.otherSwiper img {
	width: 60%;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.otherSwiper .swiper-slide {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-btn {
	display: flex;
	position: absolute;
	left: 70%;
	margin-left: -30px;
	top: 60px;
	bottom: 0;
	align-items: center;
	z-index: 77;
}

.product-btn .product-btns {
	position: relative;
	display: flex;
	width: 55px;
	aspect-ratio: 1 / 1;
	background: #21873a;
	color: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.product-btn .product-btns:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(33, 135, 58, 0.3);
	transition: all 0.3s;
	border-radius: 50%;
}

.product-btn .product-btns:hover:before {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	transition: all 0.3s;
}

.product-btn .product-btn-prev {
	display: none;
}


/**/

.index_market {
	position: relative;
	background: linear-gradient(to right, #fff, rgba(33, 135, 58, 0.16));
}

.market_box {
	width: 50%;
	max-width: 700px;
	margin-top: 60px;
}

.market_box .text_item {
	padding: 40px 0;
	border-bottom: 1px solid #e9b71b;
}

.market_box a.more {
	margin-top: 80px;
}

.market_box h5 {
	font-weight: 500;
	font-size: 18px;
	color: #000;
}

.market_box h3 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.market_box p {
	line-height: 30px;
}

.market_box ul li i {
	display: inline-block;
	width: 14px;
	margin-top: 8px;
	margin-right: 10px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}

.market_box ul li {
	display: flex;
	align-items: flex-start;
}

.earth_box {
	position: absolute;
	width: 775px;
	height: 775px;
	left: 50%;
	top: 50%;
	margin-top: -340px;
	z-index: 0;
	background: url(../images/quan.png) no-repeat center;
	background-size: 80%;
}

.earth_box #earth {
	width: 100%;
	height: 100%;
}


/**/

.index_news {
	background: #f8f8f8;
}

.index_news .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-btn:before {
	position: absolute;
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.5);
}

.news-btn {
	display: flex;
	background: #21873a;
	border-radius: 50px;
	height: 46px;
	margin-right: 6%;
	overflow: hidden;
}

.news-btn .news-btns {
	display: flex;
	width: 64px;
	height: 46px;
	align-items: center;
	justify-content: center;
	color: #fff;
	color: #fff;
	font-size: 20px;
}

.news-swiper {
	margin-top: 60px;
}

.news-swiper .img_box {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1 / 0.7;
}

.news-swiper .img_box img {
	width: 100%;
	transform: scale(1.0);
	transition: all 0.5s;
}

.news-swiper .swiper-slide:hover .img_box img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.news-swiper .swiper-slide {
	width: 432px;
	border-radius: 20px;
	overflow: hidden;
	border-bottom: 2px solid #ddd;
}

.news-swiper .swiper-slide .text_box {
	position: relative;
	margin-top: -30px;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}

.news-swiper .swiper-slide .text_box h4 {
	font-size: 18px;
	color: #000;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-swiper .swiper-slide .text_box p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-swiper .swiper-slide:hover .text_box h4 {
	color: #21873a;
}

.news-swiper .swiper-slide:nth-child(2n):hover .text_box h4 {
	color: #e9b71b;
}

.news-swiper .swiper-slide .text_box .line_xu {
	width: 100%;
	margin: 20px 0;
	height: 1px;
	background: url(../images/xx1.png);
}

.news-swiper .swiper-slide:nth-child(2n) .text_box .line_xu {
	background: url(../images/xx2.png);
}

.news-swiper .swiper-slide span.more {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #21873a;
	color: #fff;
}

.news-swiper .swiper-slide:nth-child(2n) span.more {
	background: #e9b71b;
}


/**/

footer {
	background: url(../images/bbbj.jpg) no-repeat center bottom;
	background-color: #21873a;
	padding: 60px 0;
}

.footer_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_top .logo_box {
	width: 300px;
	margin-bottom: 20px;
}

.footer_top .left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer_top .left ul {
	display: flex;
	margin-left: 30px;
	align-items: center;
	justify-content: flex-start;
}

.footer_top .left ul li a {
	display: flex;
	color: #fff;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-left: 20px;
	border-radius: 50%;
}
.footer_top .left ul li a:hover{
	background: #e9b71b;
}
.footer_top ul.right {
	display: flex;
}

.footer_top ul.right a {
	display: inline-block;
	padding: 0 15px;
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.footer_center {
	margin: 50px 0;
	padding:20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.footer_center ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_center ul li {
	width: 30%;
	margin: 15px 0;
}

.footer_center ul li:last-child {
	width: 40%;
}

.footer_center span {
	opacity: 0.5;
}

.footer_center p.num {
	font-size: 32px;
	font-weight: bold;
}

.footer_center p {
	margin: 10px 0 25px;
}

.footer_center em {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_bootom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.footer_bootom a {
	color: #fff;
}
/**/
#banner-img{
	position: relative;
	display: flex;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	min-height:860px;
	align-items: center;
    justify-content: center;
    overflow: hidden;
}

#banner-img p{
	position: relative;
	font-size:48px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.cont_main{
	width: 100%;
	min-height: 600px;
}

.warpper-ny{
	padding: 100px 0;
	overflow: hidden;
}

.title-ny{
	margin-bottom: 40px;
}
.title-ny p{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

#contain-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
}
#contain-nav .swiper-slide{
	width: auto;
	
	min-width: 120px;
}
#contain-nav .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 24px 15px;
	position: relative;
	color: #fff;
	text-align: center;
}
#contain-nav .swiper-slide a:before{
	position: absolute;
	content: '';
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 3px;
	background: #fff;
	transition: all 0.3s;
}
#contain-nav .swiper-slide a.active:before,
#contain-nav .swiper-slide a:hover:before{
	left: 0;
	right: 0;
	transition: all 0.3s;
}
/**/
.ny_num_box {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
	margin-top: -20px;
}
.ny_num_box li {
	width: 50%;
}
.ny_num_box li h3 i {
    position: absolute;
    right: -25px;
    top: 0;
    font-style: normal;
    font-size: 25px;
}
.ny_num_box li{
	margin-top:25px;
}
.ny_num_box h3{
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-weight: 900;
    color: #21873a;
    font-size: 48px;
    margin-bottom: 0;
}
.ny_num_box li:nth-child(2) h3{
	color: #E9B71B;
}
.ny_num_box li:nth-child(3) h3{
	color: #E9B71B;
}
.warpper-ny .profile {
	display: flex;
    justify-content: space-between;
    align-items: center;

}
.warpper-ny .profile .text_box{
	width: 50%;
}
.warpper-ny .profile .text_box h3{
	font-weight: bold;
	color: #21873a;
}

/**/
.about_informashion {
	position: relative;
	padding: 40px 0;
}

.about_informashion_text {
	width: 50%;
}

.about_informashion_text ul {
	display: flex;
	padding-right: 30px;
	padding-left: 0;
	flex-direction: column;
	justify-content: space-between;
}

.about_informashion_text li {
	list-style: none;
	width: 100%;
	padding: 20px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
	border-radius: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	padding-left: 0;
}

.about_informashion_text li>div {
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
}

.about_informashion_text li p.linav {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color:#7faf28;
}

.about_informashion_text li:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.about_informashion_text li em {
	float: left;
	display: block;
	font-size: 22px;
	color: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	background: #7faf28;
}
 .map_box {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
}
#mapContainer{
	width: 100%;
	height: 100%;
}

#feedback {
	margin-top: 40px;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

#feedback .form-control,
.feedback-form .form-control{
	background: none;
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0;
	height: 3.25rem;
	padding: .375rem 1.2rem;
}

#feedback .form-control:focus {
	box-shadow: none;
	border: 1px solid #3c482b;
}

#feedback .form-group {
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea,
.feedback-form .form-textarea{
	width: 100%;
	padding: 1rem 1.2rem;
	background: none;
	border-radius: 3px;
	height: 8rem;
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0;
}

#feedback .feedback-submit,
.feedback-form .feedback-submit {
	margin-top: 1.3rem;
	width: 100%;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #21873a;
	color: #fff;
	border-radius: 40px;
}
/**/
.news_container{
	max-width: 1200px;
}
ul.news_ny_li{
	margin-top:20px;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

ul.news_ny_li li{
	margin: 10px;
	width: calc(25% - 20px);
	border-radius: 20px;
	overflow: hidden;
	border-bottom: 2px solid #ddd;
}
ul.news_ny_li li .img_box {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 0.7;
}
ul.news_ny_li li .img_box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.5s;
}
ul.news_ny_li li>a{
	display: block;
}
ul.news_ny_li li:hover .img_box img {
    transform: scale(1.1);
    transition: all 0.5s;
}

ul.news_ny_li .text_box {
    position: relative;
    margin-top: -30px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}
ul.news_ny_li .text_box h4 {
    font-size: 18px;
    color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.news_ny_li .text_box p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient: vertical;
}
ul.news_ny_li li:hover .text_box h4 {
	color: #21873a;
}

ul.news_ny_li li:nth-child(2n):hover .text_box h4 {
	color: #e9b71b;
}

ul.news_ny_li .text_box .line_xu {
	width: 100%;
	margin: 20px 0;
	height: 1px;
	background: url(../images/xx1.png);
}

ul.news_ny_li li:nth-child(2n) .text_box .line_xu {
	background: url(../images/xx2.png);
}

ul.news_ny_li li span.more {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #21873a;
	color: #fff;
}

ul.news_ny_li li:nth-child(2n) span.more {
	background: #e9b71b;
}
.news_main_title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}

.news_main_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 2rem;
	border-bottom: 1px solid #ddd;
}

a.back {
	display: flex;
	width: 3.5rem!important;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

a.back:hover {
	color: #fff;
	background: #21873a;
}

.page_tb {
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
}

.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color: #3e472c;
}

.banner-news {
	min-height: 230px!important;
}

.news_link {
	margin-top: 2rem;
}

.news_link a {
	margin-right: 1rem;
	color: #999;
}

.news_link a i {
	margin-right: 0.4rem;
}

.news_details {
	min-height: 460px;
	padding: 2rem 0;
}

.news_details p {
	margin-bottom: 0.7rem;
}
/**/
ul.product_li{
	margin-top:20px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	    justify-content: center;
}
ul.product_li li{
	margin: 15px;
	width: calc(25% - 30px);
	text-align: center;
}
ul.product_li li a{
	display: block;
}
ul.product_li li a .img_box{
	position: relative;
	display: flex;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	align-items: center;
    justify-content: center;
	border-radius:50%;
	overflow:hidden;
}
ul.product_li li a .img_box img{
	position: relative;
	z-index: 2;
}
ul.product_li li a .img_box:before{
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(33, 135, 58, 0.1);
	border-radius: 50%;
	z-index: 0;
}
ul.product_li li a .img_box:after{
	position: absolute;
	content: '';
	top: 50%;
	left:50%;
	right:50%;
	bottom:50%;
	background: rgba(33, 135, 58, 1);
	border-radius: 50%;
	z-index: 1;
	transition: all 0.3s;
}
ul.product_li li:hover a .img_box:after{
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	transition: all 0.3s;
}
/**/
.pro-view-container {
	display: flex;
	justify-content: space-between;
}

.pro-view-container .pro-img {
	text-align: center;
}

.pro-view-container .pro-view-left {
	display: flex;
	max-width: 50%;
	margin-right: 30px;
	border: 1px solid #ddd;
	align-items: center;
	justify-content: center;
}

.pro-view-img {
	width: 100%;
	position: relative;
}

.gallery-pro .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-pro .swiper-slide img {
	width: 100%;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -12px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-protwo {
	height: auto;
}

.gallery-protwo .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.pro-view-container .pro-view-right {
	width: 50%;
}

.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #000;
}

.pro-view-jj {
	position: relative;
	border-top: 1px solid #eaeaea;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}

.product-view .product_details {
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.product-view .product_details h2 {
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.headline {
	margin-bottom: 30px;
}

.headline h2 {
	font-size: 1.6rem;
	font-weight: bold;
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #f5f5f5;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background: #23af4b;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro-view-right .text-box img {
	max-width: 100%;
}

.gallery-protwo,
.gallery-pro {
	overflow: hidden;
}

.gallery-protwo .swiper-slide.swiper-slide-thumb-active {
	border-color: #23af4b;
	opacity: 1;
}

.btn_p {
	margin-top: 30px;
	display: flex;
}

.btn_p a {
	margin-right: 20px;
	width: 137px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background:#e9b71b;
	border-radius: 3px;
}

.btn_p .retrun {
	border: 1px solid #eaeaea;
	color: #666;
	background: #f5f5f5;
}

.btn_p a.iq:hover {
	background:#7faf28;
	color: #fff;
}

.btn_p a.retrun:hover {
	background: none;
	border: 1px solid #000;
	color: #000;
}
/**/

h4.title2{
	font-size: 24px;
	font-weight: bold;
	color: #21873a;
	margin-bottom: 40px;
}

.culture h3{
	font-size: 20px;
	font-weight: bold;
	color:#23af4b;
}
.culture_ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	background: url(../images/sm3.jpg) no-repeat center fixed;
	
}
.culture_ul li{
	display: flex;
	width: 25%;
	min-height: 500px;
	align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
@media (max-width:1460px) {
	.footer_top .logo_box{
		width: 240px;
	}
	.footer_top ul.right a{
		font-size: 18px;
	}
	.other_pro,
	.index_products:before,
	.product-btn,
	.index_about .aboutimg {
		left: 75%;
	}
	.proSwiper {
		width: 75%;
	}
	.proSwiper .pro_right:before {
		margin-top: -240px;
		font-size: 180px;
	}
	.index_about_text {
		width: 63%;
	}
	.index_about #gs {
		left: 60%;
		margin-top: -180px;
	}
	.earth_box {
		width: 700px;
		height: 700px;
		margin-top: -302px;
	}
	.market_box {
		max-width: 580px;
	}
	.market_box a.more {
		margin-top: 50px;
	}
	.market_box .text_item:first-child {
		padding-top: 20px;
	}
}

@media (max-width:1200px) {
	.culture_ul li{
		font-size: 20px;
	}
	.warpper-ny .profile {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	}
	.warpper-ny .profile .text_box{
		width: 100%;
		
	}
	.ny_num_box{
		width: 100%;
		margin-top: 40px;
	}
	ul.product_li li{
		width: calc(33.333% - 30px);
	}
	ul.news_ny_li li{
		width: calc(33.333% - 20px);
	}
	.footer_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
	}
	.footer_top ul.right a{
		margin-left: 0;
		padding-left: 0;
		margin-right: 15px;
	}
	.footer_center ul li{
		width: 50%;
	}
	.footer_center ul li:last-child{
		width: 100%;
	}
	.earth_box {
		width: 640px;
		height: 640px;
		margin-top: -260px;
	}
	.proSwiper .pro_right:before {
		margin-top: -200px;
		font-size: 120px;
	}
	.market_box h5 {
		font-size: 16px;
	}
	.proSwiper .pro_left .pro_li {
		margin-top: 20px;
	}
	.title h1 {
		font-size: 36px;
	}
	header.header .navbar-nav .nav-item {
		margin: 0 10px;
	}
	.index_about_text .company_text {
		font-size: 18px;
	}
	header.header .navbar-nav .nav-item .nav-link {
		font-size: 16px;
	}
	header.header .fupad {
		width: 144px;
		height: 124px;
	}
	.index_about_text .company_detail {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.index_about_text .company_detail .text {
		width: 100%;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		margin-bottom: 15px;
	}
	.index_about_text .num_box {
		margin-top: 60px;
	}
	.index_about_text .company_text {
		margin: 50px 0;
	}
	.index_about_text .num_box li h3 {
		font-size: 32px;
	}
	.index_about #gs {
		margin-top: -180px;
		left: 59%;
	}
	#banner .swiper-slide img {
		width: 70%;
	}
	.index_products:before {
		background-size: 100%;
		top: 4%;
	}
}

@media screen and (max-width: 991px) {
	#banner-img{
		min-height: 600px;
		background-attachment: initial!important;
	}
	ul.product_li li{
		width: calc(50% - 30px);
	}
		ul.news_ny_li li{
		width: calc(100% - 20px);
	}
	#banner .swiper-slide img {
		width: 100%;
	}
	.other_pro {
		display: none;
	}
	.index_about_text {
		width: 100%;
	}
	.index_about.warrpbox {
		padding-bottom: 300px;
	}
	.index_about .aboutimg {
		top: initial;
		height: 150px;
		left: 0;
	}
	.proSwiper {
		width: 98%;
	}
	.index_products:before,
	.product-btn {
		left: 90%;
	}
	.index_about #gs {
		top: initial;
		margin-top: 0;
		height: 260px;
		right: 0;
		left: 0;
		background-size: 100%;
		background: url(../images/ds.png) no-repeat left top;
	}
	header.header .moblie_title_right {
		display: block;
	}
	header.header .fupad {
		width: 140px;
		height: 120px;
	}
	header.header a.Inquiry {
		width: 46px;
		height: 46px;
	}
	header.header a.Inquiry span {
		display: none;
		margin-left: 0;
	}
	.footer_top ul.right{
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.ny_num_box h3{
		font-size: 30px;
	}
	#banner-img{
		min-height: 400px;
	
	}
	.culture_ul li{
		width: 100%;
		border-bottom: 1px solid #fff;
		min-height: 160px;
	}
	#banner-img p{
		font-size:30px;
		background-clip: initial;
	}
	#contain-nav .swiper-slide a{
		padding: 15px 5px;
	}
	#contain-nav .swiper-slide{
		min-width: 80px;
	}
	.about_informashion{
		padding: 0;
	}
	.about_informashion_text{
		width: 100%;
	}
	.about_informashion_text ul{
		padding-right: 0;
	}
	.map_box{
		position: initial;
		width: 100%;
		height: 400px;
	}
	footer{
		padding: 40px 0;
	}
	.footer_center{
		margin: 30px 0;
	}
	.footer_center ul li{
		width: 100%;
	}
	.footer_center p.num{
		font-size: 22px;
	}
	.footer_top .left ul{
		margin-left: 0;
	}
	.footer_center em{
		display: none;
	}
	.footer_center p{
		margin-bottom:0px;
	}
	.footer_bootom {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
	.footer_top .left ul li a{
		margin-left: 0;
		margin-right: 15px;
	}
	.footer_top .left {

    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
	.proSwiper .pro_right:before {
		display: none;
	}
	.Swiper_box {
		margin-top: 0;
	}
	.Swiper_box .swiper {
		padding-top: 0;
	}
	.index_about #gs {
		background-size: 100%;
		height: 200px;
	}
	.index_about_text .num_box li {
		width: calc(50% - 20px);
	}
	.product-btn {
		top: 23%
	}
	.proSwiper .pro_right {
		width: 100%;
	}
	.product-btn {
		right: 0;
		left: initial;
	}
	.index_products:before {
		display: none;
	}
	.proSwiper .pro_left {
		width: 100%;
		padding-right: 0;
	}
	.proSwiper .swiper-slide {
		display: flex;
		justify-content: flex-start;
		flex-direction: column-reverse;
	}
	header.header .fupad {
		width: 95px;
		height: 80px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	header.header .moblie_title_right,
	header.header a.Inquiry {
		width: 40px;
		height: 40px;
	}
	.pagination .banner-btn {
		height: 40px;
	}
	.pagination .banner-btn .banner-btns {
		width: 50px;
		height: 40px;
	}
	header.header.active .fupad .logo {
		width: 160px;
	}
	header.header.active .fupad {
		height: 55px;
	}
	.warrpbox {
		padding: 50px 0;
	}
	.title h1 {
		font-size: 30px;
	}
	.index_about_text .company_text {
		font-size: 14px;
	}
	.index_about_text .num_box li p {
		font-size: 12px;
	}
	.index_about_text .num_box li h3 {
		font-size: 26px;
		font-weight: 800;
	}
	.index_about_text .company_text {
		margin: 30px 0;
	}
	a.more span {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
	.index_about_text .num_box {
		margin-top: 30px;
	}
	.index_about.warrpbox {
		padding-bottom: 200px;
	}
	.proSwiper .pro_left h3,
	.market_box h3 {
		font-size: 18px;
	}
	.product-btn .product-btns,
	.market_box h5 {
		font-size: 14px;
	}
	.market_box {
		max-width: initial;
		width: 100%;
	}
	.earth_box {
		position: initial;
		margin-top: 0;
		width: 100%;
		height: initial;
		aspect-ratio: 1 / 1;
	}
}

@media screen and (max-width: 540px) {
	.news-swiper .swiper-slide {
		width: 100%;
	}
}