@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1430px;
	}
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.amap-overlays{
	z-index:1
}
/*导航*/

header {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 80px;
}

.fupad img {
	max-height:60px;
}

.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}

.header-box {
	position: relative;
	width: 100%;
	background: #fff;
	transition: all 0.5s;
}

.header-center {
	position: relative;
}

.header-center.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.5s;
	box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	z-index:999999;
}

.header-box>.header-cen {
	display: flex;
	padding: 0 0 0 5%;
	height: 80px;
	align-items: center;
	justify-content: space-between;
}

.navbar .nav-item {
	padding: 0 1rem;
	position: relative;
}

.navbar .nav-item>a {
	color: #333;
}

.navbar .nav-item:hover>a {
	color: #6FA734!important;
}

.header-right {
	position: relative;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: flex-end;
	background:#6fa734;
}

.lang_box {
	position: relative;
	cursor: pointer;
}

.lang_title,
.search_btn {
	display: flex;
	color: #fff;
	width: 88px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.lang_title:hover,
.search_btn:hover {
	background: #5a862b;
}

.lang_title i.fa-angle-down {
	margin-left: 0.4rem;
	transition: all 0.3s;
	transform: rotate(0deg);
}

.lang_choose {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 888;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	transition: all 0.5s;
	transform: translateY(40px);
	opacity: 0;
	z-index: -3;
}

.lang_box:hover .lang_choose {
	transition: all 0.5s;
	transform: translateY(0px);
	opacity: 1;
	z-index: 3;
}

.lang_box:hover .lang_title i.fa-angle-down {
	transition: all 0.3s;
	transform: rotate(180deg);
}

.lang_title {
	line-height: 3rem;
}

.lang_choose a {
	display: block;
	width: 100%;
	line-height: 2.4rem;
	padding: 0 1rem;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}

.lang_choose a:hover {
	background: #edf2ee;
}

.lang_choose a:last-child {
	border: none;
}

.navbar {
	padding: 0;
	position: initial!important;
}

a.nav-link {
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

a.nav-link:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -1px;
	z-index: 1;
	height: 0.24rem;
	background: #6FA734;
	transition: all 0.5s;
}

.nav-item.cur a.nav-link {
	color: #3c482b;
}

.nav-item.cur a.nav-link:before,
a.nav-link:hover:before,
li.nav-item.active a.nav-link:before {
	right: 0;
	left: 0;
	transition: all 0.5s;
}

li.nav-item.active {
	color: #6FA734;
}

.header-box-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


/*下拉*/

.header-box .dropdown-menu {
	display: none;
	width: auto;
	left: 0;
	margin: 0;
	border-radius: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #b7bcb1;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.header-box .dropdown-menu ul {
	background: #fff;
}

.header-box .dropdown-menu li {
	position: relative;
	padding: 0.4rem 0rem;
	width:350px;
	list-style: none;
	border-top: 1px solid #eaeaea;
	line-height: 2rem;
}

.header-box .dropdown-menu li a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0.4rem 1rem;
	cursor: pointer;
}

.header-box .dropdown-menu li:first-child {
	border: none;
}

.dropdown-menu .container {
	position: relative;
}

.dropdown-menu>ul>li:before {
	position: absolute;
	content: "";
	top: 0;
	right: 100%;
	left: 0;
	bottom: 0;
	background: #6FA734;
	transition: all 0.3s;
	z-index: 0;
}

.header-box .dropdown-menu li:hover a {
	color: #fff;
}

.header-box .dropdown-menu li:hover:before {
	right: 0;
	transition: all 0.3s;
}

.moblie_title_right {
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	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: none;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 100%;
	height:100vh;
	cursor: pointer;
	color: #ffffff;
	z-index: 9;
}

.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;
	font-size:1rem
}

.mobile_header_list .card.dropdown>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_hidenlist {
	display: none;
	background: #edf2ee;
}

.mobile_hidenlist_list a {
	display: flex;
	padding: 0 1rem;
	color: #3c482b;
	margin-bottom: 0;
	line-height: 3rem;
	font-size: 0.9rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
}

.mobile_hidenlist_list a {
	display: block;
	width: 100%;
}



.mobile_hidenlist dd {
	padding: 0 1.5rem;
	margin-bottom: 0;
	border-bottom: 1px solid #eaeaea;
}

.mobile_hidenlist dl {
	display: none;
}

.mobile_hidenlist dd:last-child {
	border-bottom: 0;
}

.mobile_hidenlist dd a {
	display: block;
	width: 100%;
	line-height: 2.4rem;
}


/**/

.banner {
	position: relative;
	width: 100%;
}

.banner .banner_img {
	height: 820px;
}

.banner .banner_img .swiper-container,
.banner .banner_img .swiper-container .swiper-wrapper {
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide video {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100% !important;
	object-fit: cover;
}

.banner-text {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	align-items: center;
	justify-content: flex-start;
}

.banner-text h1,
.banner-text p {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.banner-text-box {
	transform: translateY(200px);
	opacity: 0;
	transition: all .8s;
	color: #fff;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
	font-weight: normal;
	color: #fff;
	font-size:1.8rem;
	line-height: 70px;
}
.banner-text-box p{
	max-width:80%;
	font-size:1.5rem;
	line-height:2rem
}
.banner-text-box h1 span{
	font-weight: bolder;
	font-size: 2.6rem;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box em{
	display: inline-block;
	width: 150px;
	height: 2px;
	background: #6FA734;
	margin: 30px 0;
}
.banner-text-box span.more {
	margin-top: 2rem;
	display: flex;
	width: 11rem;
	height: 3rem;
	background: #6FA734;
	color: #fff;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}
.banner-text-box span.more:hover{
	background: #5A862B;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box.active {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	transition: all .8s;
}

.banner .swiper-container .swiper-button-prev {
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	z-index: 4;
	font-size: 3rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}

.banner .swiper-container .swiper-button-next {
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	z-index: 4;
	font-size: 3rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}

.banner .swiper-container .swiper-button-next:after,
.banner .swiper-container .swiper-button-prev:after {
	display: none;
}

.button-pag .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0 6px!important;
	background: #fff;
	opacity: 1;
}

.button-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #6FA734;
}

.button-pag .swiper-pagination {
	position: initial;
}

.button-pag {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 4;
	padding: 0 8px;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 1;
}

.player-box {
	display: flex;
	margin-top: 60px;
	position: relative;
	width: 70px;
	height: 70px;
	background: #6FA734;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.player-box:hover {
	background: #5A862B;
}

.player-box>img {
	margin-right: -5px;
	width: auto!important;
}

.player-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: circlepulse2 1.5s ease 0s infinite;
	animation: circlepulse2 1.5s ease 0s infinite;
	z-index: 0;
}

@-webkit-keyframes circlepulse2 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.5);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.1);
	}
}


/**/

.warppbox {
	padding: 100px 0;
	overflow: hidden;
	background: #fff;
}

.noback {
	background: none;
}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title {
	margin-bottom: 40px;
}

.title h2 {
	font-size: 36px;
	margin-bottom: 0;
	text-align: left;
	font-weight: bold;
}

.title span{
	font-weight: bold;
	font-size: 40px;
	color: #ddd;
}
.title span i{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 10px;
	background: #6FA734;
}
.more-box a {
	display: flex;
	color: #fff;
	font-size: 14px;
	width: 160px;
	height: 44px;
	background: #6FA734;
	align-items: center;
	justify-content: space-around;
	border-radius: 44px;
}

.more-box a:hover {
	background: #5e8b2e;
	color: #fff;
}

.more-box a:hover span:after {
	width: 54px;
	transition: all 0.3s;
}


/**/
.products_box{
	position: relative;
	padding: 0;
	height: 700px;
	z-index: 1;
}
.background_pro{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.background_pro .swiper-wrapper,
.other-bj-wrapper,
.other-bj-wrapper .swiper-slide{
	width: 100%;
	height: 100%;
}
.products_box .container{
	display: flex;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	height: 100%;
	flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.products_box .other-box{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width:25%;
}
.other-wrapper {
	height: 100%;
	margin-left: -10px;
	margin-right: -10px;
}

.other-wrapper .swiper-slide {
	    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
   	border: 1px solid #fff;
   	border-top: 0;
  	height: 20%;
  	color: #fff;
  	background: rgba(0,0,0,0.1);
  	cursor: pointer;
}
.other-wrapper .swiper-slide.swiper-slide-active.swiper-slide-thumb-active,
.other-wrapper .swiper-slide-thumb-active{
	background:rgba(111,167,52,0.9);
	border-color:rgba(111,167,52,0.9);
}
/**/
.news_list_box {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.news_list_box_right {
	width: 50%;
}

.news_list_box_right li>a>i {
	float: left;
	width: 12px;
	margin-top: 5px;
	margin-right: 30px;
	border-radius: 50%;
	height: 12px;
	background: #bfbfbf;
}

.news_list_box_right li {
	padding: 40px 30px;
	border-top: 1px solid #eaeaea;
}

.news_list_box_right li:hover {
	border-top-color: #6FA734;
}

.news_list_box_right li:nth-child(2n)>a>i {
	background: #6FA734;
}

.news_list_box_right .text {
	float: left;
	width: calc(100% - 42px);
}

.text-top h4 {
	float: left;
	min-height: 44px;
	margin-bottom: 0;
	width: calc( 100% - 100px);
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
}

.news_list_box_right li:hover h4 {
	color: #6FA734;
}

.text-bottom p {
	float: left;
	width: calc( 100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-top {
	margin-bottom: 20px;
}

.text-top p {
	float: right;
}

.text-bottom .more {
	float: right;
	transform: rotate(45deg);
	opacity: 0.7;
}

.news_list_box_right li:hover>a>i {
	background: #6FA734;
}

.news_list_box_right li:hover .more {
	opacity: 1;
}




/**/
.news_list_box_left {
	width: 45%;
	padding: 40px;
	background: #edf2ee;
}

.img_box_dh {
	overflow: hidden;
	width: 100%;
}

.img_box_dh img {
	width: 100%;
	transform: scale(1.0);
	transition: all 0.3s;
}

.news_list_box_left:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.news_list_box_left h4 {
	color: #333;
	margin-bottom: 20px;
	line-height: 36px;
}

.news_list_box_left p {
	color: #6fa734;
	font-weight: 500;
}

.news_list_box_left .img_box_dh {
	margin: 30px 0;
}

.news_list_box_left .more_btn {
	margin: 0;
}

.news-swiper {
	margin-top: -15px;
	padding-bottom: 40px;
}

.news-swiper .swiper-slide a {
	display: block;
	width: 100%;
}

.news-swiper .date {
	margin-bottom: 30px;
	transition: all 0.3s;
}

.news-swiper .date h2 {
	font-size: 32px;
	color: #ddd;
	font-weight: bold;
}

.news-swiper .date p {
	font-size: 16px;
	color: #ddd;
}

.news-swiper a>.img-box {
	margin-bottom: 40px;
}

.news-title {
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
	border-left: 1px solid #EAEAEA;
}

.news-title h2 {
	font-size: 22px;
	line-height: 28px;
	min-height: 56px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-title p {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-swiper .swiper-slide span {
	margin-top: 30px;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	color: #ccc;
	line-height: 28px;
}

.news-swiper.swiper-container {
	overflow: initial;
}

.news-swiper .swiper-slide:hover .date h2,
.news-swiper .swiper-slide:hover .date p {
	color: #ccc;
}

.news-swiper {
	position: relative;
}


/*.news-swiper:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100%;
	background: #fff;
	z-index: 10000;
}*/

.news-swiper .swiper-slide:hover span {
	border-color: #15499a;
	color: #15499a;
}

.news-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	width: 1px;
	background: #15499a;
	z-index: 10000;
	transition: all 0.5s;
}

.news-swiper .swiper-slide:hover .news-title {
	border-color: #fff;
}

.news-swiper .swiper-slide:hover .news-title:before {
	bottom: 0;
	transition: all 0.5s;
}

.img-box {
	width: 100%;
	overflow: hidden;
}

.img-box img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}

.news-swiper .swiper-slide:hover .img-box img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.news-swiper .swiper-slide:hover .news-title h2,
.news-swiper .swiper-slide:hover .news-title p {
	color: #000;
}

.news-swiper .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: -30px!important;
}

.news-swiper .swiper-pagination-bullet {
	margin: 0 10px!important;
}

.news-swiper .swiper-pagination-bullet-active {
	background: #15499a!important;
}


/**/

footer {
	background: #1b241b;
}

footer a {
	color: #fff;
	opacity: 0.7;
	font-size: 14px;
	line-height: 36px;
}

footer a:hover {
	opacity: 1;
	color: #fff;
}

.footer-top {
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .logo2 {
	max-width: 210px;
	height: auto;
}

.footer-top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link-fa {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.link-fa a {
	display: flex;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	transition: all 0.3s;
}

.link-fa a:hover {
	background: #4c7025;
	color: #fff;
	transition: all 0.3s;
}

.footer-main-nav {
	padding-top: 70px;
	padding-bottom: 30px;
}

.footer-main-nav-left {
	width: 438px;
}

.footer-main-nav-right {
	display: flex;
	width: calc(100% - 340px);
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: center;
	align-items: flex-start;
}

.footer-main .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-main .container>.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-main .container .foot-nav-item {
	min-width:25%;
	padding-right: 100px;
	margin-bottom: 30px;
}

.foot-nav-item .foot-nav-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}

.foot-nav-item2 {
	color: #fff;
}

.foot-nav-item2 p.number {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

.foot-nav-con>p {
	color: #fff;
	margin-top: -15px;
}

.foot-nav-con img {
	max-width: 80px;
}

.foot-nav-item2 {
	width:438px;
}

.foot-nav-item2 .form-row>.flex {
	display: flex;
	width: 100%;
}

.foot-nav-item2 .form-row>.flex>div {
	width: 100%;
	margin: 5px;
}

.foot-nav-item2 .form-control {
	border-radius: 0;
	font-size: 14px;
	height: 38px;
}

.foot-nav-item2 .feedback-submit {
	height: 38px;
	font-size: 14px;
	background: #01308a;
	border-radius: 0;
}

.footer-bottom {
	color: #fff;
	padding: 20px 0;
	background: #121b12;
	font-size: 14px;
}

.footer-bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom a {
	opacity: 1;
}

.footer-bottom a:hover {
	color: #fff;
}

.foot-nav-con2 {
	display: flex;
}

.foot-nav-con2 dl:first-child {
	margin-right: 120px;
}

.foot-nav-con2 dl dt {
	color: #fff;
	margin-bottom: 10px;
	font-weight: inherit;
}

.foot-nav-con2 dl dt i {
	margin-right: 8px;
}

.foot-nav-con2 dd {
	padding-left: 20px;
	margin-bottom: 10px;
}

.fast_p {
	color: #fff;
	margin-bottom: 30px;
}

.foot-nav-item2 .foot-nav-title {
	color: #fff;
	margin-bottom: 30px;
}


/**/

.intro_box {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	overflow: hidden;
}

.intro_box h4 {
	position: relative;
	width: 100%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}

.intro_box>.img_box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	overflow: hidden;
}

.intro_text {
	width: 50%;
	padding: 2rem;
}

.intro_text p {
	line-height: 28px;
}

.intro_text .text_box {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

.intro_text .more-box {
	margin-top: 40px;
}

.profile-data {
	margin-top: 80px;
}

.factroy-wrapper{
	margin-top: 30px;
}
.factroy-wrapper .swiper-slide{
	border-radius: 8px;
	overflow: hidden;
}

/**/

.culture-container {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 680px;
}

.culture-container .slide {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.culture-container .slide:last-child{
	border: none;
}
.culture-container .slide>div {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 40px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	transition: all 1s;
}

.culture-container .slide>div h2 {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: normal;
}

.culture-container .slide>div p {
	font-weight:200;
	font-size: 18px;
	min-height: 80px;
}

.culture-container .slide:hover {
	width: 50%;
	transition: all 0.5s;
}

.culture-container .slide:hover>div {
	background: rgba(0, 0, 0, 0.2);
	transition: all 1s;
	cursor: pointer;
}

.culture-container .more-box a span:before {
	border-color: #fff;
}

.culture-container .more-box a span:after,
.more-box a span {
	background: #fff;
}

.culture-container .more-box a {
	color: #fff;
}


/**/

.picture_box {
	min-height: 360px!important;
	background: url(../images/bb.jpg) no-repeat center fixed;
	background-size: cover;
	align-items: center;
}

.index-contact-p h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	padding: 10px 0px;
}

.container-more a {
	margin: 0 auto;
	display: flex;
	width: 200px;
	height: 54px;
	background: #6fa734;
	color: #ffffff;
	padding: 7px 15px;
	position: relative;
	align-items: center;
	justify-content: space-around;
	border-radius: 54px;
}

.container-more a:hover {
	background: #4f7725;
}

.partner-wrapper .swiper-slide ul {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 5px;
}

.partner-wrapper .swiper-slide li {
	float: left;
	margin: 15px;
	width: calc(16.666% - 30px);
	padding: 15px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.partner-wrapper .swiper-slide li img {
	width: 100%;
}

.partner-wrapper {
	margin-bottom: 60px;
}

.navbar-nav {
	flex-direction: row!important;
}
/**/
.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}
/**/
/**/
#banner-img{
	display: flex;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	min-height: 640px;
	align-items: center;
    justify-content: center;
}
#banner-img h3{
	font-size:60px;
	font-weight:bolder;
	color: #fff;
	opacity: 0.5;
}
#banner-img p{
	position: relative;
	padding-left: 30px;
	font-size: 36px;
	line-height:50px;
	color: #fff;
	font-weight:bold;
}
#banner-img p:after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: #6fa734;
	border-radius: 50%;
}
#banner-img p:before{
	position: absolute;
	content: "";
	right: 0;
	left:300px;
	height: 1px;
	top: 50%;
	background: #fff;
	opacity: 0.2;
}
.cont_main{
	width: 100%;
	min-height: 500px;
}

.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: rgba(0,0,0,0.2);
}

.title-ny h2{
	font-size: 30px;
}

.about-box-ny{
	display: flex;
	align-items: center;
}
.ttflex{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.ttflex .player-box{
	margin-top: -40px;
}
.ttflex .player-box:before{
	-webkit-animation: circlepulse3 1.5s ease 0s infinite;
	animation: circlepulse3 1.5s ease 0s infinite;
}
@-webkit-keyframes circlepulse3{
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(111, 167, 52, 0.3);
		box-shadow: 0px 0px 0 0px rgba(111, 167, 52, 0.3);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(111, 167, 52, 0.15);
		box-shadow: 0px 0px 0 20px rgba(111, 167, 52, 0.15);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(111, 167, 52, 0);
		box-shadow: 0px 0px 0 20px rgba(111, 167, 52, 0);
	}
}
.about-box-ny-right{
	width: 100%;
	
}

.about-box-ny-text>p{
	text-indent: 30px;
	line-height: 34px;
	font-size: 16px;
}


.about-box-ny-text img{
	width: 260px;
}
.about-box-ny .img-box{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}
.ry-wrapper{
	position: relative;
}
.banner_button {
	display: none;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background: #fff;
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #000;
	transition: all 0.3s;
	border-radius: 50%;
	cursor: pointer;
	font-weight: lighter;
	opacity: 0.5;
}

.banner_button:hover {
	opacity: 1;
	transition: all 0.3s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.ry-wrapper .app-button-prev {
	left: 10px;
}

.ry-wrapper .app-button-next {
	right: 10px;
}
.ry-wrapper:hover .app-button-next,
.ry-wrapper:hover .app-button-prev{
	display: flex;
}
.ry-wrapper img{
	width:100%;
}
/**/
ul.news-list {
	width: 100%;
}

ul.news-list li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

ul.news-list li {
	padding: 2.66%;
	border-bottom: 1px solid #EAEAEA;
	transition: all 0.3s;
}

ul.news-list li:hover {
	margin-left: -5px;
	transition: all 0.3s;
	background: #f5f5f5;
}

ul.news-list li .date {
	width: 98px;
}

ul.news-list li .date h1 {
	font-size: 48px;
	line-height: 50px;
	color: #ababab;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.news-list li .date p {
	color: #b2b2b2;
	margin-top: 15px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.news-list li .img-box {
	width: 20.46%;
	margin-left: 2.66%;
}

ul.news-list li .text-box {
	padding-left: 30px;
	width: 67.82%;
}

ul.news-list li .text-box h3 {
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

ul.news-list li .text-box>p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
/**/
#contain-nav {
	margin-top: -40px;
	margin-bottom: 30px;
}

#contain-nav .swiper-slide{
	width: auto!important;
	min-width: 180px;
	text-align: center;
	line-height: 48px;
	height: 50px;
	border: 1px solid #eaeaea;
}

#contain-nav .swiper-slide a{
	display: block;
	width: 100%;
	background: #fff;
	padding: 0 10px;
}
#contain-nav .swiper-slide a.active,
#contain-nav .swiper-slide:hover a{
	background:#6fa734;
	color: #fff;
	text-align: center;
}
/**/
.join_list li {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eaeaea;
	border-bottom:5px solid #eaeaea;
}

.join_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 50px 25px 35px;
	align-items: center;
	cursor: pointer;
}

.zpTopLeft {
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

.zpTopLeft .zpTopCn {
	font-size: 20px;
	color: #000;
	line-height: 2em;
}

.zpTopLeft .zpTopEn {
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}



.zpTopRight .anniu {
	display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.zpTopRight.cur .anniu {
	background: #6FA734;
	color: #fff;
	transform: rotate(180deg);
	transition: all 0.3s;
}
.join_hiden {
	width: 100%;
	border-top: #dadada solid 1px;
	padding: 30px 50px 50px 30px;
	transition: all 1s;
	background: #fff;
	display: none;
	z-index: 1;
}

.join_hiden p {
	line-height: 28px;
}

.join_hiden.cur {
	display: block;
	transition: all 1s;
}
.join_list li:hover{
	border-color: #6FA734;
}
/**/
.mould_list{
	display:flex;
	flex-wrap: wrap;
}
.mould_list li{
	border-radius: 10px;
	width: calc(33.33% - 30px);
	margin: 15px;
	border: 1px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	overflow: hidden;
}
.mould_list li .img_box{
	position: relative;
	background: #fff;
	overflow: hidden;
}
.mould_list li .text_box{
	border-top: 1px solid #eaeaea;
	padding:10px 20px;
	line-height: 28px;
	text-align: center;
}
.mould_list li .more_box{
	position: absolute;
	bottom: -50px;
	right: 10%;
	left: 10%;
	background: #FF9C00;
	color: #fff;
	display: flex;
	    align-items: center;
    justify-content: center;
    font-size: 14px;
    height:40px;
    margin: 0 auto;
    z-index: 9;
    transition: all 0.5s;
}
.mould_list li:hover .more_box{
	bottom:20px;
	transition: all 0.5s;
}
.mould_list li:hover{
	background: #fff;
}
.mould_list li .more_box:hover{
	background:#ff7d00;
}
/**/
.contact_list {
	margin-left: -15px;
	margin-right: -15px;
}

.contact_list li {
	float: left;
	width:50%;
	padding: 40px 5%;
	border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.contact_list li>div{
	text-align:left;
}

.tb_bn {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.contact_list li em {
	display: flex;
	width: 80px;
	height: 80px;
	background:#6fa734;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.contact_list li p {
	display: flex;
	color: #000;
	font-size: 16px;
	line-height: 28px;
}

.contact_list li span {
	display: inline-block;
	width: 90px;
	color: #666;
}

.contact_sign {
	display: block;
	width: 80px;
	height: 80px;
	background: #00aeef;
	position: relative;
}

.contact_sign .btn {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.map_message {
	position: relative;
	overflow: hidden;
	min-height: 400px;
	border-top: 1px solid #eaeaea;
}

.map_message {
	width: 100%;
}

#allmap {
	width: 64%;
	height: 780px;
	position: relative;
}

.contact_sign .btn .icon-dh {
	width: 30px;
	margin-bottom: 5px;
}

.contact_sign:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #00aeef;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
/**/

#allmap {
	width: 100%;
	height: 100%;
	position: relative;
}

.contact-map {
	margin-top: 30px;
	width: 100%;
	height: 500px;
}
#feedback {
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

#feedback .form-control {
	background: #dde2de;
	border: none;
	height: 3.25rem;
	padding: .375rem 1.2rem;
}

#feedback .form-control:focus {
	box-shadow: none;
	border: 1px solid#3e472c;
}

#feedback .form-group {
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea {
	width: 100%;
	padding: 1rem 1.2rem;
	background: #dde2de;
	border-radius: 3px;
	height: 8rem;
}

#feedback .feedback-submit {
	margin-top: 1.3rem;
	width: 100%;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1b1b1b;
	color: #fff;
}
/**/
.procenter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-center-list {
	padding: 50px 0;
	width: calc(100% - 330px);
}

.product-center-list>ul {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-center-list>ul>li {
	position: relative;
	float: left;
	
	padding: 20px;
	width: calc(33.3333% - 20px);
	margin: 10px;
	box-shadow: initial;
	
	cursor: pointer;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
.product-center-list>ul>li a{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.product-center-list>ul>li:before {
    background: #6fa734;
    content: "";
    height: 3px;
    left:50%;
    right:50%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s;
}
.product-center-list>ul>li:hover:before {
	left: 0;
    right: 0;
    transition: all 0.3s;
}
 .product-center-list>ul>li:hover {
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s;
}
.product-center-list>ul>li p {
	margin-top: 20px;
}

.left-nav {
	position: sticky;
	top: 80px;
}

.product-center-list>ul>li:hover:after {
	right: 0;
}

.newprocenter .product-center-list {
	width: 100%;
}

.newprocenter .product-center-list>ul>li {
	width: calc(25% - 20px);
}

.product-center-list .hidden {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000000000000;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.product-center-list .hidden img {
	max-width: 800px;
	max-height: 78%;
}

.product-center-list .hidden .close-gb {
	display: flex;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 25px;
	cursor: pointer;
	justify-content: center;
}

.product-center-list .hidden.cur {
	display: flex;
}

.pro-type-mobile {
	display: none;
}
.left-nav {
	position: sticky;
	top: 80px;
	width: 280px;
	padding-right: 10px;
	border-right: 1px solid #EAEAEA;
}

.left-nav>div.pro-nav-box {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
}

.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
}

.pro-tab {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.pro-tab li a {
	display: block;
}

.pro-tab li a:hover {
	color:#6fa734
}

.pro-tab li {
	position: relative;
	background: #fff;
	color: #666;
	line-height: 60px;
	padding: 0 30px;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	min-width: 230px;
	text-align: center;
}

.pro-tab li:hover {
	border-color: #6fa734
}

.pro-tab li.cur:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 8px solid #000;
}

.pro-tab li.cur {
	background: #000;
}

.pro-tab li.cur a {
	color: #fff;
}

.pro-type-nav {
	display: flex;
	text-align: left;
	background: #fff;
	padding: 15px 20px;
	margin:15px 0;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
}
.pro-type.cur .pro-type-nav {
	background: #6fa734;
	color: #fff;
}

.pro-type-nav i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
}

.pro-type>.pro-type-nav i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	transition: all 0.3s;
}

.procenter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pro_nav_item {
	float:right;
	padding:15px 20px;
	border-radius: 60px;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #6FA734;
}
.pro_nav_item h3{
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
}
.pro_nav_item i{
	font-size:20px;
	margin-right: 15px;
	color: #fff;
}
/**/
.huoban{
	background: #edf2ee;
}
.hzbox {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.hzbox li{
	display: flex;
    margin: 15px;
    width: calc(16.6666% - 30px);
    border: 1px solid #eaeaea;
    background: #fff;
    height: 120px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/**/
.dh {
	padding: 1rem 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.dh i {
	margin: 0 1rem;
}
.news_link {
	max-width:1000px;
	margin: 2rem auto;
	border-top: 1px solid #eaeaea;
	padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_link i {
	margin-right: 8px;
}

.news_link a {
	margin-right: 10px;
}

.news_view .container>h3 {
	text-align: center;
}

.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: #3c482b;
}

.news_details {max-width:1000px;
	margin:0 auto;
	min-height: 500px;
}
.news_details img{
	width:100%;
}
.banner-img2{
    min-height:0px!important;
}
/**/
.process_item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 0;
    margin-left: 30px;
}
.process_item .num {
	position: relative;
	z-index: 1;
    display: flex;
    font-size: 60px;
    width: 40%;
    font-weight: bold;
    
    align-items: center;
}
.process_item .num span{
	width: 140px;
	height: 140px;
	display: flex;
	font-family: "Poppins", serif;
	background: #6fa734;
	color: #fff;
	    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 30px;
}
.process_item .img-box{
	position: relative;
	width: 60%;
	border-radius: 15px;
	overflow: hidden;
	margin: 30px 0;
}
.process_item .num  p{
	
	font-size:24px;
	padding: 0 20px;
	background: #fff;
}
.process_item:before{
	content: "";
	position: absolute;
	left: 0;
	right:30%;
	top: 50%;
	height: 1px;
	background: #6FA734;
	z-index: 0;
}
.process_item2{
	display: flex;
	margin-top: 50px;
	padding: 40px 10px;
	min-height: 280px;
	background: #6FA734;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
    margin-bottom: 30px;
}
.p-box{
	text-align: right;
	line-height: 50px;
	font-size:18px;
	color: #fff;
}

.num-big{
	font-size:160px;
	font-weight: bold;
	min-width: 400px;
	color: #fff;
	font-family: "Poppins", serif;
	   display: flex;
        min-height: 180px;
        align-items: center;
        justify-content: center;
}
.year_box{
	width: 100%;
}
.year_box h1{
	font-size:20px;
}
.year_box .p1 span{
	display: inline-block;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0px #6FA734;
}
.year_box .p2 span{
	display: inline-block;
	margin-bottom: 15px;
	margin: 0 10px 15px;
	text-shadow: 1px 1px 0px #6FA734;
}
.year_box p{
		font-size: 20px;
		margin-top: 15px;
}
.year_box span{
	font-weight: bold;
	color: #f2e325;
	font-size: 50px;
	font-family: "Poppins", serif;
}
.gx_num{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}
.gx_num li{
	display: flex;
	width: calc(33.3333% - 30px);
	margin: 15px;
	min-height:200px;
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #6FA734;
	align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gx_num li>div{
	min-width: 70%;
}
.gx_num li:first-child{
	text-align: right;
}
.gx_num li span.span1{
	font-size: 50px;
	font-weight: bolder;
	color: #6FA734;
}
.year_box .p1{
	border-bottom:none!important;
	border-right:none!important;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}
.year_box .p2{
	border-top:none!important;
	border-left:none!important;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

@media (max-width:1310px){

.header-center .navbar .nav-item{
	    padding: 0 0.4rem;
}
}
@media (max-width:1200px) {
	.product-center-list>ul>li{
		width:calc(100% - 20px)
	}
	.gx_num li{
		width: calc(50% - 30px);
	}
	.process_item .num span{
		width: 100px;
		height: 100px;;
	}
	.process_item .num{
		font-size: 50px;
		width: 40%;
	}
	.process_item .img-box{
		width: 60%;
	}
	.hzbox li{
		height:90px;
	}

.news_list_box_right li{
	padding: 30px 20px;
}
.news_list_box_left{
	padding: 30px;
}
.text-top {
    margin-bottom: 15px;
}
.foot-nav-item{
	margin-top: 0!important;
}
.product-center-list>ul>li{
	width: calc(50% - 30px);
}
.moblie_title_right {
		display: block;
	}
	.header-center .navbar{
		display: none;
	}
	.intro_box>.img_box{
		position: initial;
		width: 100%;
		height: 400px;
	}
	.intro_text{
		width: 100%;
	}
	.contact_list li em{
		margin-right:20px;
	}
	.contact_list li{
		width:100%;
		justify-content: flex-start;
		align-items: center;
	}
	.gx_num li{
		width: calc(100% - 30px);
	}
	.gx_num,.gx_num li:first-child{
		text-align: center;
	}
	.p-box{
		text-align: center;
	}
	.process_item2 {

    flex-direction: column-reverse;
}
	.process_item {
    justify-content: space-between;
    flex-direction: column;
	}
	.process_item .num{
		margin-bottom: 0px;
	}
	.process_item .num,.process_item .img-box{
		width: 100%;
	}
	.hzbox li {
   width:calc(25% - 30px)
}
	.navbar-brand{
		margin-right: 0;
	}
	.mould_list li{
		width: calc(50% - 30px);
	}
	.product-center-list>ul>li{
	width: calc(100% - 30px);
}
	#contain-nav .swiper-slide{
		min-width: 120px;
	}
	#banner-img h3{
		font-size: 40px;
	}
	ul.news-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
	}
	ul.news-list li .img-box{
		width: 100%;
		margin:20px 0;
	}
	ul.news-list li .text-box{
		width: 100%;
		padding: 0;
	}
	.about-box-ny {
    display: flex;
    align-items: center;
    flex-direction: column;
	}
	
	.header-box>.header-cen{
		border-bottom: 1px solid #eaeaea;
	}
	.fupad img{
		max-height: 50px;
	}
	.lang_title, .search_btn{
		width:70px;
		height: 66px;
	}
	.header-box>.header-cen,.header-right,header{
		height: 66px;
	}
	
	
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1{
		font-size: 1.8rem;
	}
	.banner-text-box h1 span{
		font-size: 2.6rem;
	}
	.products_box .container{
		position: initial;
	}
	.products_box {
		position: relative;
	}
	.background_pro{
		z-index: -1;
	}
	.news_list_box {
    display: flex;
    flex-direction: column;
	}
	.news_list_box_left,.news_list_box_right{
		width: 100%;;
	}
	.footer-main .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
	}
	.footer-main-nav-right,.footer-main-nav-left,.foot-nav-item2{
		width: 100%;
	}
	.footer-main .container .foot-nav-item{
		padding-right: 0;
		width: 25%;
	}

	.culture-container {
    flex-wrap: wrap;
	}
	.culture-container .slide{
		width:50%;
		border:1px solid rgba(255, 255, 255, 0.1);
	}
}



@media (max-width:991px) {
.footer-main .container .foot-nav-item{
	width:50%
}


}

@media (max-width:768px) {
	.page ul li a, .page ul li span{
		padding:0.5rem;
	}
	.product-center-list>ul>li{
		width:calc(100% - 20px)
	}
	#banner-img{
		min-height:400px;
	}
	#banner-img p{
		font-size:20px
	}
	.process_item .num span{
		width:50px;
		height:50px;
		font-size:14px;
		margin-right:15px;
	}
	.process_item .num p{
		font-size:16px;
		padding:0
	}
	.process_item{
		margin:0;
		padding:0;
	}
	.intro_text p{
		line-height:initial
	}
	.num-big{
		font-size: 120px;
	}
	.p-box{
		font-size: initial;
		line-height: initial;
	}
	.culture-container .slide>div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
	}
	
	.culture-container .slide,
	.culture-container .slide:hover{
		width:100%;
		border:1px solid rgba(255, 255, 255, 0.1);
	}
	
	.hzbox li {
   width:calc(33.333% - 30px)
}
	#contain-nav{
		margin-top: -15px;
	}
	.mould_list li{
		width: calc(100% - 30px);
	}
	.left-nav {
	position: initial;
	}

	.procenter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
	.left-nav{
		display: none;
		        width: 100%;
        border-right: 0;
	}
	.left-nav.cur{
		display: block;
	}
	.product-center-list{
		width: 100%;
		padding: 30px 0;
	}
	    .pro-type-mobile {
        display: block;
        text-align: center;
        padding: 15px;
        width: 60%;
        min-width: 320px;
        margin: 30px auto 0;
        background: #2c2c2c;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
    }
	.title-ny h2{
		font-size: 24px;
	}
	.title-ny p{
		font-size: 20px;
	}
	.warppbox,.warpper-ny{
		padding: 50px 0;
	}
	.fupad img{
		max-height: 36px;
	}
	.picture_box{
		background-attachment:initial;
		min-height: auto!important;
	}
	.lang_title, .search_btn {
    width: 50px;
    height: 55px;
	}
	.header-box>.header-cen{
		padding-left: 0;
	}
	.moblie_title_right{
		width: 80px;
	}
	.header-box>.header-cen,.header-right,header{
		height: 55px;
	}
	.banner .banner_img{
		height: 560px;
	}
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1{
		line-height:40px;
		font-size: 1.2rem;
	}
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box i{
		margin: 15px 0;
	}
	.banner-text-box h1 span{
		font-size: 1.6rem;
	}
	.banner-text-box p{
		font-size: 1rem;
	}
	.banner-text-box a.more{
		width: 8rem;
		height: 2.4rem;
	}
	.player-box{
		width: 55px;
		height: 55px;
	}
	.player-box>img{
		width: 14px!important;
	}
	
	.title h2{
		font-size: 28px;
	}
	.title span{
		font-size: 16px;
	}
	.intro_box h4{
		font-size: 18px;
	}
	.intro_text{
		padding: 1rem;
	}
	.title{
		margin-bottom: 20px;
	}
	.intro_text .more-box{
		margin-top: 20px;
	}
	.news_list_box_right li{
		padding: 30px 0;
	}
	.footer-main .container .foot-nav-item{
		width: 50%;
	}
	.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
	}
	.index-contact-p h1{
		font-size: 18px;
	}
	.text-top h4{
		font-size: 16px;
		width: calc(100% - 78px);
	}
	.news_list_box_right li>a>i{
		margin-right: 15px;
	}
}

