@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 14.6rem;
	margin: 0 auto;
}
.img02{
	display: none;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}



/*首页*/
.header{
	width: 100%;
	height: 1.07rem;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.header.active{
	background: none;
	box-shadow: none;
	color: #fff;
}
.img02{
	display: none;
}
.header.active .img01{
	display: none;
}
.header.active .img02{
	display: block;
}
.logo{
	float: left;
	width: 1.78rem;
	height: 0.58rem;
	color: #282828;
	font-size: 0.24rem;
	position: relative;
	margin-top: 0.19rem;
}
.logo img{
	width: 0.63rem;
	height: 0.58rem;
}
.logo a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu,.nav02,#menu{
	display: none;
}
.nav{
	float: left;
	width: 6.5rem;
	margin-left: 0.95rem;
}
.nav ul{
	display: flex;
	justify-content: space-between;
}
.nav li{
	line-height: 1.02rem;
	font-size: 0.16rem;
	position: relative;
}
.nav li:hover .subnav_box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.subnav_box{
	width: 1.17rem;
	position: absolute;
  top: 1rem;
  left: -0.3rem;
  z-index: 10;
	padding-top: 0.07rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  pointer-events: none;
  transition: 0.5s;
}
.subnav{
  width: 100%;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	padding-top: 0.07rem;
}
.subnav ul{
  display: block;
}
.subnav li {
  text-align: center;
  color: #4c4c4c;
	font-size: 0.15rem;
	line-height: 0.48rem;
}
.subnav li:hover{
  color: #047644;
}
.subnav li a {
  display: block;
}
.lug{
	float: right;
	line-height: 1.02rem;
	font-size: 0.16rem;
}

.index{
	width: 100%;
  height: 100vh;
}
.sidenav.active .swiper-pagination-bullet div:nth-child(1) i{
	background: #000;
}
.sidenav.active .swiper-pagination-bullet div:nth-child(2){
	color: #000;
}
.sidenav.active .swiper-pagination-bullet-active div:nth-child(1) {
	background: url(../images/ind_04s.png) no-repeat center top;
	background-size: 100% 100%;
}
.sidenav.active:hover .swiper-pagination-bullet-active div:nth-child(1){
	background: url(../images/ind_04s.png) no-repeat center top;
	background-size: 100% 100%;
	}
.sidenav{
	width: 2rem;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 5;
}
.sidenav .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	position: relative;
	height: 0.43rem;
	line-height: 0.43rem;
	outline: none;
}
.sidenav .swiper-pagination-bullet div:nth-child(1) {
	width: 0.43rem;
	height: 0.43rem;
	line-height: 0.43rem;
	position: relative;
}
.sidenav .swiper-pagination-bullet div:nth-child(1) i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.09rem;
	height: 0.09rem;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -40%);
}
.sidenav .swiper-pagination-bullet div:nth-child(2) {
	color: #fff;
	font-size: 0.2rem;
	position: absolute;
	left: 0.5rem;
	top: 1px;
	opacity: 1;
	white-space: nowrap;
	padding-left: 6px;
	opacity: 0;
}
.sidenav .swiper-pagination-bullet-active div:nth-child(1) {
	background: url(../images/ind_04.png) no-repeat center top;
	background-size: 100% 100%;
	opacity: 1;
}
.sidenav .swiper-pagination-bullet-active div:nth-child(2) {
	opacity: 1;
	display: block;
}
.sidenav:hover .swiper-pagination-bullet div:nth-child(1) {
	background: none;
}
.sidenav:hover .swiper-pagination-bullet div:nth-child(2) {
	opacity: 1;
	font-weight: normal;
	display: block;
}
.sidenav:hover .swiper-pagination-bullet-active div:nth-child(1){
background: url(../images/ind_04.png) no-repeat center top;
background-size: 100% 100%;
}
.sidenav:hover .swiper-pagination-bullet-active div:nth-child(2){
opacity:1;
font-weight:bolder;
display:block;
font-size: 0.18rem;
}
.side_box{
	display: none;
}
.page_h{
	width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slidetop{
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8rem);
  transition: 0.82s 0.5s;
}
.page_h.swiper-slide-active .slidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.88s 0.3s;
}
.page_h.swiper-slide-active .detay1 {
  transition-delay: 0.55s;
}
.page_h.swiper-slide-active .detay2 {
  transition-delay: 0.8s;
}
.page_h.swiper-slide-active .detay3 {
  transition-delay: 1.05s;
}
.page_h.swiper-slide-active .detay4 {
  transition-delay: 1.5s;
}
.ind_bg{
  height: 100vh;
}
.ind_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.box img {
  width: 100%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.pt{
  padding-top: 1.1rem;
}

.banner{
  width: 100%;
  height: 100%;
  overflow: hidden;
	position: relative;
}
.banner img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.bn_tm{
	width: 100%;
	height: 70%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.bn_con{
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 5;
}
.bn_tt{
	font-size: 0.72rem;
	font-weight: bold;
	line-height: 1rem;
	margin-bottom: 0.21rem;
}
.bn_txt{
	font-size: 0.3rem;
	line-height: 0.4rem;
	text-transform: uppercase;
	font-weight: lighter;
}
.bn_arrow{
	width: 0.52rem;
	height: 0.17rem;
	background: url(../images/bn_01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 1.56rem;
	bottom: 0.6rem;
	z-index: 3;
	animation: move 1.6s linear infinite;
}
@keyframes move{
	25% {
		transform: translateX(-0.1rem);
	}
	50%, 100% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(0.1rem);
	}
}

.product_top{
	padding-bottom: 0.5rem;
}
.product_tit{
	float: left;
	width: 50%;
	font-size: 0.48rem;
	font-weight: bold;
	line-height: 0.96rem;
	color: rgba(26, 26, 26, 0.1);
	text-transform: uppercase;
	position: relative;
}
.product_tit h1{
	color: #1a1a1a;
	font-size: 0.4rem;
	line-height: 0.52rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.product_more{
	float: right;
	width: 2.17rem;
	height: 0.65rem;
	line-height: 0.65rem;
	text-align: center;
	border: solid 0.02rem rgba(9, 149, 61, 0.1);
	border-left: solid 0.02rem #0d9740;
	border-right: solid 0.02rem #0d9740;
	border-radius: 0.8rem;
	color: #4c4c4c;
	font-size: 0.18rem;
	transition: all 0.6s;
	overflow: hidden;
	margin-top: 0.07rem;
}
.product_more:hover{
	border: solid 0.02rem #0d9740;
	color: #0d9740;
}
.product_more a{
	display: block;
}
.product_box{
	width: 100%;
	position: relative;
}
.product{
	width: 100%;
	position: relative;
}
.product_left{
	float: left;
	width: 38%;
	background: #fff;
}
.product_con{
	float: right;
	width: 62%;
	margin-right: 6%;
	padding-top: 0.45rem;
	position: relative;
	background: #fff;
}
.product_con i{
	width: 1.17rem;
	height: 0.03rem;
	display: block;
	background: #09953d;
	position: absolute;
	top: 0;
	left: 0;
}
.product_tt{
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.6rem;
	margin-bottom: 0.15rem;
}
.product_txt{
	font-size: 0.16rem;
	line-height: 0.36rem;
	/* height: 2.16rem; */
	text-align: justify;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal; */
}
.product_right{
	float: right;
	width: 62%;
	height: 6.32rem;
	margin-top: 0.17rem;
}
.product_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_bot{
	width: 100%;
	height: 2rem;
	background: #09953d;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product_logo{
	width: 4.07rem;
	height: 0.87rem;
	background: url(../images/ind_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 2.97rem;
	bottom: -0.46rem;
}
.product_box .swiper-pagination-lock{
	display: block;
}
.product_box .swiper-button-next, .product_box .swiper-button-prev{
	width: 0.41rem;
	height: 0.41rem;
	border-radius: 50%;
	border: solid 0.01rem #fff;
	top: auto;
	bottom: 0.72rem;
}
.product_box .swiper-button-prev{
	left: 6.46rem;
}
.product_box .swiper-button-next{
	left: 7.78rem;
}
.product_box .swiper-button-next img, .product_box .swiper-button-prev img{
	width: 0.14rem;
	height: 0.13rem;
}
.product_box .swiper-button-next:after, .product_box .swiper-button-prev:after{
	display: none;
}
.swiper-num{
	position: absolute;
	width: 3.8rem;
	text-align: center;
	left: 0;
	bottom: 0.25rem;
	z-index: 2;
}
.swiper-num i{
	width: 0.01rem;
	height: 0.82rem;
	background: #fff;
	display: block;
	margin: 0 auto;
}
.swiper-num .active{
	display: inline-block;
	color: #fff;
	font-size: 1.42rem;
	line-height: 0.85rem;
	font-weight: bold;
}
.product_type{
	width: 4.5rem;
	position: absolute;
	left: 2.35rem;
	bottom: 2.5rem;
	color: #1a1a1a;
	font-size: 0.25rem;
}
.product_type i{
	float: left;
	width: 0.15rem;
	height: 0.2rem;
	background: url(../images/ind_02.png) no-repeat;
	background-size: 0.15rem 0.2rem;
	display: inline-block;
	margin: 0.08rem 0.12rem 0 0;
	display: none;
}
.product_type span{
	font-family: Arial;
	font-weight: bold;
}
.product_type .swiper-slide-thumb-active{
	color: #09953d;
}
.product_type .swiper-slide-thumb-active i{
	display: block;
}

.about_bg{
	width: 100%;
	height: 100vh;
	background: url(../images/ind_07.jpg) no-repeat center bottom;
	background-size: 100%;
}
.about_tit{
	width: 100%;
	position: relative;
	padding-right: 4rem;
	color: #333;
	line-height: 0.56rem;
	font-size: 0.36rem;
	margin-bottom: 0.69rem;
}
.about_tit h1{
	font-size: 0.48rem;
	line-height: 0.72rem;
	margin-bottom: 0.11rem;
}
.about_more{
	width: 2.17rem;
	height: 0.65rem;
	line-height: 0.65rem;
	text-align: center;
	background: #09953d;
	border-radius: 0.7rem;
	color: #fff;
	font-size: 0.18rem;
	position: absolute;
	top: 0.49rem;
	right: 0;
	overflow: hidden;
}
.about_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.about_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #107034;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.about_more:hover::before {
	width: 100%;
}
.about_pic{
	float: left;
	width: 6.61rem;
	height: 5.04rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.about_pic:hover img {
	transform: scale(1.1);
}
.about_right{
	float: right;
	width: 7.2rem;
	/* padding-top: 0.55rem; */
}
.about{
	font-size: 0.16rem;
	line-height: 0.36rem;
	min-height: 3rem;
	/* height: 2.88rem; */
	text-align: justify;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space: normal; */
	margin: 0.56rem 0 0.36rem;
}
.about p{
	font-size: 0.16rem !important;
	line-height: 0.36rem !important;
}
.about p span{
	font-size: 0.16rem !important;
	line-height: 0.36rem !important;
}
.about_type{
	width: 100%;
}
.about_type ul{
	margin-right: -2%;
}
.about_type li{
	float: left;
	width: 31.33%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	border: solid 0.01rem rgba(132, 132, 132, 0.24);
	border-radius: 0.08rem;
	font-size: 0.24rem;
	margin-right: 2%;
}
.about_type img{
	width: 0;
	height: 0.29rem;
	margin-right: 0.06rem;
	vertical-align: middle;
	transition: all 0.6s;
}
.about_type li:hover img{
	width: 0.29rem;
}

.develop_bg{
	width: 100%;
	height: 100vh;
	background: url(../images/ind_10.jpg) no-repeat left bottom;
	background-size: cover;
}
.develop_box{
	width: 100%;
	position: relative;
}
.develop_list{
	width: 35%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 12%;
	z-index: 2;
}
.develop_list li{
	height: 1.7rem;
	border-radius: 0.1rem;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	padding: 0.38rem 0.2rem 0 1.45rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.develop_list li:last-child{
	margin: 0;
}
.develop_list li.on h1{
	color: #09953d;
}
.develop_list h1{
	color: #1a1a1a;
	font-size: 0.3rem;
	line-height: 0.52rem;
	height: 0.52rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.develop_txt{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.38rem;
	height: 0.38rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.develop_num{
	width: 2rem;
	height: 2rem;
	line-height: 1rem;
	text-align: center;
	font-size: 0.55rem;
	color: rgb(255, 255, 255,0.5);
	font-weight: bold;
	font-style: italic;
	background: #09953d;
	padding: 0.9rem 0 0 0.8rem;
	border-radius: 50%;
	position: absolute;
	top: -1rem;
	left: -1rem;
	z-index: 1;
}
.develop_video{
	float: right;
	width: 62%;
	height: 75vh;
	position: relative;
	border-top-left-radius: 0.1rem;
	border-bottom-left-radius: 0.1rem;
	overflow: hidden;
}
.develop_video img,.develop_video img,.develop_video iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.develop_icon{
	width: 1.28rem;
	height: 1.28rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	cursor: pointer;
}
.lightBox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.8);
  z-index: 1000;
  transition: all .5s cubic-bezier(.23,1,.32,1);
  position: fixed;
  display: none;
}
.lightBox.active {
  display: block;
}
.videoBox {
  width: 70%;
  max-width: 10rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.35rem 0;
  border-radius: 0.1rem;
}
.videoBox video {
  display: block;
  position: relative;
  width: 100%;
}
.videoCloseBtn {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  right: 0.1rem;
  top: 0;
  line-height: 0.35rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s;
}

.news_bg{
	width: 100%;
	height: 100vh;
	background: url(../images/ind_13.jpg) no-repeat center;
	background-size: cover;
}
.news_tit{
	color: rgba(26, 26, 26, 0.1);
	line-height: 0.94rem;
	font-size: 0.48rem;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0.4rem;
}
.news_tit h1{
	color: #1a1a1a;
	line-height: 0.52rem;
	font-size: 0.4rem;
	position: absolute;
	left: 0;
	top: 0;
}
.news_list{
	width: 100%;
}
.news_tt{
	font-size: 0.4rem;
	line-height: 0.6rem;
	/* color: #003710; */
	color: #000;
	opacity: 0.62;
	margin-top: 0.5rem;
	height: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news_txt{
	opacity: 0.85;
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.9rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0.38rem 0 0.23rem;
	display: none;
}
.news_date{
	opacity: 0.74rem;
	line-height: 0.3rem;
	margin-bottom: 0.6rem;
	display: none;
}
.news_more{
	width: 2.17rem;
	height: 0.65rem;
	line-height: 0.65rem;
	text-align: center;
	border-left: solid 0.02rem #0d9740;
	border-right: solid 0.02rem #0d9740;
	background: rgba(255, 255, 255, 0.86);
	border-radius: 0.8rem;
	font-size: 0.18rem;
	transition: all 0.6s;
	overflow: hidden;
	display: none;
}
.news_more:hover{
	border: solid 0.02rem #0d9740;
	color: #0d9740;
}
.news_more a{
	display: block;
}
.news_list .swiper-slide-active .news_tt{
	margin: 0;
	color: #000;
	opacity: 1;
}
.news_list .swiper-slide-active .news_txt{
	display: block;
}
.news_list .swiper-slide-active .news_date{
	display: block;
}
.news_list .swiper-slide-active .news_more{
	display: block;
}
.news_bot{
	width: 100%;
	position: relative;
	margin-top: 1.4rem;
}
.news_line{
	width: 100%;
	height: 0.01rem;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
}
.news_time_list{
	width: 100%;
}
.news_time{
	width: 0.67rem;
	height: 0.67rem;
	border-radius: 50%;
	background: #fff;
	padding-top: 0.06rem;
	text-align: center;
	line-height: 0.24rem;
	font-size: 0.18rem;
	cursor: pointer;
}
.news_time h1{
	font-size: 0.18rem;
	font-weight: normal;
}
.news_time_list .swiper-slide-thumb-active .news_time{
	background: #09953d;
	color: #fff;
}

.contact_bg{
	width: 100%;
	height: 100vh;
	background: url(../images/ind_14.jpg) no-repeat center;
	background-size: cover;
}
.map{
	width: 100%;
	height: 5.7rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
.map_btn{
	width: 2.17rem;
	height: 0.65rem;
	line-height: 0.65rem;
	text-align: center;
	background: #09953d;
	border-radius: 0.7rem;
	color: #fff;
	font-size: 0.18rem;
	position: absolute;
	bottom: 0.37rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	overflow: hidden;
}
.map_btn a{
	display: block;
	position: relative;
	z-index: 2;
}
.map_btn::before {
	position: absolute;
	display: block;
	content: '';
	background: #107034;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.map_btn:hover::before {
	width: 100%;
}
.contact_box{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.contact_tit{
	width: 100%;
	font-size: 0.48rem;
	font-weight: bold;
	line-height: 0.96rem;
	color: rgba(26, 26, 26, 0.1);
	text-transform: uppercase;
	position: relative;
	margin: 0.3rem 0 0.6rem;
}
.contact_tit h1{
	color: #1a1a1a;
	font-size: 0.4rem;
	line-height: 0.52rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.contact{
	width: 100%;
}
.contact ul{
	margin-right: -2%;
	display: flex;
}
.contact li{
	float: left;
	width: 48%;
	background: url(../images/ind_16.jpg) no-repeat right bottom #fff;
	border-left: solid 0.06rem #09953d;
	border-radius: 0.1rem;
	padding: 0.28rem 0.3rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.4rem;
	margin-right: 2%;
}
.contact h1{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.44rem;
}

.footer_box{
	height: auto;
}
.footer_bg{
	width: 100%;
	background: #fff;
	border-top: solid 0.01rem #f8f8f8;
}
.footer_line{
	border-bottom: dashed 0.01rem #cbcbcd;
	padding: 0.65rem 0 0.25rem;
}
.foot_left{
	float: left;
	width: 9.3rem;
}
.f_nav{
	width: 100%;
	color: #0c0c0c;
	font-size: 0.15rem;
	margin-bottom: 0.32rem;
}
.f_nav a{
	padding-right: 0.58rem;
}
.f_tel{
	background: url(../images/ind_17.png) no-repeat left 0.1rem;
	background-size: 0.35rem 0.35rem;
	padding-left: 0.47rem;
	color: #0c0c0c;
	font-size: 0.16rem;
	line-height: 0.24rem;
}
.f_tel h1{
	font-size: 0.15rem;
	line-height: 0.26rem;
}
.focus-on{
	float: right;
	width: 3.37rem;
}
.focus-on_tit{
	float: left;
	width: 0.9rem;
	line-height: 0.3rem;
	color: #0c0c0c;
	font-size: 0.16rem;
	margin-top: 0.26rem;
}
.f_code{
	float: left;
	width: 0.82rem;
	text-align: center;
	margin-right: 0.23rem;
}
.f_code h1{
	font-size: 0.12rem;
	font-weight: normal;
	line-height: 0.26rem;
	color: #707271;
}
.f_code_pic{
	width: 0.82rem;
	height: 0.82rem;
	background: #fff;
	border: solid 0.01rem #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f_code_pic img{
	width: 0.69rem;
	height: 0.69rem;
}
.foot_p{
	padding: 0.2rem 0;
}
.links_bg{
	float: left;
	width: 3.8rem;
	height: 0.42rem;
	border: solid 0.01rem #dbdddf;
	padding: 0 0.1rem;
}
.links_tit{
	float: left;
	width: 0.64rem;
	line-height: 0.4rem;
	color: #777;
	font-size: 0.12rem;
}
.links{
	float: left;
	width: 2.9rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border: none;
	background: url(../images/ind_19.jpg) no-repeat scroll right center transparent;
  background-size: 0.08rem 0.06rem;
	color: #777;
	font-size: 0.12rem;
	appearance: none;
  -webkit-appearance: none;
}
.copyright{
	float: right;
	width: 9rem;
	line-height: 0.26rem;
	margin-top: 0.05rem;
	text-align: right;
	color: #333;
	font-size: 0.14rem;
}
.copyright img{
    width: 0.26rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}


/* 产品中心集合 */
.main_bn{
	width: 100%;
	position: relative;
	margin-top: 1.05rem;
}
.main_bn img{
	width: 100%;
}
.bn_box{
	width: 100%;
	color: #fff;
	line-height: 0.58rem;
	font-size: 0.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.bn_box h1{
	font-size: 0.72rem;
	line-height: 1.16rem;
}
.bn_box div{
	font-weight: lighter;
}

.path_box{
	display: flex;
	align-items: center;
	position: relative;
}
.path_icon{
	width: 0.65rem;
	height: 0.87rem;
	background: #047644;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.18rem;
}
.path_icon img{
	width: 0.15rem;
	height: 0.15rem;
}
.path{
	color: #808080;
	font-size: 0.16rem;
	line-height: 0.32rem;
}
.path i{
	width: 0.05rem;
	height: 0.08rem;
	display: inline-block;
	background: url(../images/pro_02.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0.1rem;
}
.product_p{
	padding: 1rem 0 1.65rem;
}
.priduct_area{
	margin-bottom: 0.71rem;
	position: relative;
}
.product_pic01{
	float: right;
	width: 64%;
	height: 6.66rem;
	position: relative;
	overflow: hidden;
}
.product_pic01 img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.product_pic01:hover img {
	transform: scale(1.1);
}
.product_picbg01{
	width: 1.9rem;
	height: 100.2%;
	background: url(../images/pro_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.product_bg01{
	width: 52%;
	height: 4.71rem;
	padding: 0.4rem 0 0 12%;
	background: url(../images/pro_07.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 1.66rem;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
}
.product_tt01{
	width: 50%;
	color: #047644;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 1.6rem;
	position: absolute;
	top: 0;
	left: 12%;
}
.product_list{
	width: 100%;
}
.product_list ul{
	margin-right: -2%;
}
.product_list li{
	float: left;
	width: 48%;
	line-height: 0.32rem;
	background: url(../images/pro_09.png) no-repeat left 0.03rem;
	background-size: 0.27rem 0.27rem;
	padding-left: 0.42rem;
	color: #fff;
	font-weight: bold;
	margin: 0 2% 0.36rem 0;
}
.product_list li:hover{
	color: #fcff00;
}
.product_scroll{
	width: 95%;
	padding-right: 0.1rem;
	max-height: 4.08rem;
	overflow-y: scroll;
	overflow-x: hidden;
}
.product_scroll::-webkit-scrollbar {
  width: 0.06rem;
}
.product_scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
}

.product_pic02{
	width: 64%;
	height: 6.66rem;
	position: relative;
	overflow: hidden;
}
.product_pic02 img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.product_pic02:hover img {
	transform: scale(1.1);
}
.product_picbg02{
	width: 1.9rem;
	height: 100.2%;
	background: url(../images/pro_04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.product_bg02{
	width: 52%;
	height: 4.71rem;
	padding: 0.4rem 0 0 12%;
	background: url(../images/pro_08.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 1.66rem;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
}
.product_tt02{
	width: 50%;
	text-align: right;
	color: #047644;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 1.6rem;
	position: absolute;
	top: 0;
	right: 12%;
}


/* 产品中心-工业类 */
.pro_box{
	padding: 0.57rem 0 0.72rem;
}
.pro_top{
	margin-bottom: 0.47rem;
}
.pro_tit{
	float: left;
	color: #333;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 0.84rem;
}
.pro_menu{
	float: left;
	width: 0.75rem;
	height: 0.59rem;
	background: #047644;
	border-radius: 0.06rem;
	text-align: center;
	padding-top: 0.1rem;
	margin: 0.16rem 0 0 0.2rem;
	cursor: pointer;
}
.pro_menu img{
	width: 0.26rem;
	height: 0.19rem;
	margin: 0 auto 0.04rem;
}
.pro_menu h1{
	color: #fff;
	line-height: 0.22rem;
	font-size: 0.15rem;
	font-weight: normal;
}
.pro_menu_flex{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.pro_menu_flex.on{
	visibility: visible;
  pointer-events: visible;
}
.pro_menu_flex.on .pro_menu_bg{
	opacity: 1;
  visibility: visible;
	transition: 0.88s 0s;
}
.pro_menu_flex.on .pro_menu_list{
	left: 0;
}
.pro_menu_flex.on .pro_menu_close{
	opacity: 1;
}
.pro_menu_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  visibility: hidden;
  transition: 0.88s 0.3s;
}
.pro_menu_list::-webkit-scrollbar {
	display: none;
}
.pro_menu_list{
	position: absolute;
	top: 0;
	left: -5rem;
	width: 3.5rem;
	height: 100%;
	padding: 0.7rem 0.3rem;
	box-sizing: border-box;
	overflow-y: scroll;
	background: #fff;
	transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.pro_menu_list li {
	position: relative;
	display: block;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	font-size: 0.18rem;
	line-height: 0.6rem;
	text-indent: 0.4rem;
  cursor: pointer;
}
.pro_menu_close{
	width: 0.4rem;
	height: 0.4rem;
	position: fixed;
	top: 0.3rem;
	left: 3rem;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.pro_menu_close img{
	width: 100%;
	height: 100%;
}

.pro_part{
	background: #fcfcfc;
	margin: 0.1rem 0 0.7rem;
}
.pro_pic{
	float: left;
	width: 49%;
	height: 5.86rem;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_pic .swiper-pagination{
	bottom: 0.4rem;
}
.pro_pic .swiper-pagination-bullet{
	width: 0.09rem;
	height: 0.09rem;
	border-radius: 0.1rem;
	background: #c7c7c7;
	opacity: 1;
	margin: 0 0.1rem !important;
}
.pro_pic .swiper-pagination-bullet-active{
	background: #047644;
}
.pro_video{
	width: 0.53rem;
	height: 0.53rem;
	position: absolute;
	right: 0.4rem;
	bottom: 0.24rem;
	cursor: pointer;
	z-index: 2;
}
.pro_video img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_right{
	float: left;
	width: 51%;
	padding: 0.8rem 0.15rem 0 0.57rem;
}
.pro_rtt{
	color: #047644;
	font-size: 0.16rem;
	line-height: 0.2rem;
	text-transform: uppercase;
	padding: 0.1rem 0.15rem 0.06rem;
	background: linear-gradient(to right, #d8e9e1, #f8faf9, #fcfcfc);
	border-radius: 0.1rem;
	margin-bottom: 0.32rem;
}
.pro_rtt h1{
	font-size: 0.4rem;
	line-height: 0.58rem;
}
.pro_txt{
	color: #3b3b3b;
	font-size: 0.18rem;
	line-height: 0.44rem;
	height: 3.24rem;
	/* text-align: justify; */
	/* overflow-y: scroll;
	overflow-x: hidden; */
	padding-right: 0.4rem;
}
.pro_txt p{
	font-size: 0.18rem !important;
	line-height: 0.44rem !important;
}
.pro_txt p span{
	font-size: 0.18rem !important;
	line-height: 0.44rem !important;
}
/* .pro_txt::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background:#bfcec7;
}
.pro_txt::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
.pro_txt::-webkit-scrollbar-track {
  background:#eaf3ef;
} */

.proshow_tit{
	width: 100%;
	text-align: center;
	line-height: 0.74rem;
	color: #047644;
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.44rem;
}
.proshow_tit i{
	width: 0.98rem;
	height: 0.02rem;
	display: block;
	background: #047644;
	margin: 0 auto;
}
.proshow{
	width: 96%;
	color: #3b3b3b;
	font-size: 0.24rem;
	border-collapse: collapse;
	margin: 0 auto 0.84rem;
}
.proshow th,.proshow td {
  border: solid 0.01rem #e3e3e3;
}
.proshow th,.proshow tr{
	background: #ededed;
}
.proshow th{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.54rem;
	font-weight: normal;
}
.proshow tr:nth-child(odd){
	background: #fafafa;
}
.proshow td{
	line-height: 0.4rem;
	padding: 0.12rem;
}
.w01{
	width: 30%;
}
.w02{
	width: 23%;
}

.notice_tit{
	width: 100%;
	text-align: center;
	line-height: 0.66rem;
	color: #047644;
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.notice_tit i{
	width: 0.98rem;
	height: 0.02rem;
	display: block;
	background: #047644;
	margin: 0 auto;
}
.notice{
	width: 96%;
	color: #3b3b3b;
	font-size: 0.18rem;
	line-height: 0.44rem;
	margin: 0 auto;
}
.notice p{
	font-size: 0.18rem !important;
	line-height: 0.44rem !important;
}
.notice p span{
	font-size: 0.18rem !important;
	line-height: 0.44rem !important;
}



/* 产品中心-农业类 */
.pro_list{
	width: 100%;
	padding-bottom: 0.2rem;
}
.pro_list ul{
	margin-right: -1%;
}
.pro_list li{
	float: left;
	width: 24%;
	height: 0.64rem;
	line-height: 0.3rem;
	background: #f7f7f7;
	font-weight: bold;
	color: #0f0f0f;
	font-size: 0.17rem;
	border-radius: 0.08rem;
	margin: 0 1% 0.14rem 0;
	overflow: hidden;
}
.pro_list a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro_list li:hover{
	background: #047644;
	color: #fff;
}
.pro_list li.on{
	background: #047644;
	color: #fff;
}


/* 简介 */
.about_bg02{
	width: 100%;
	background: url(../images/about_01.jpg) no-repeat center bottom;
	padding: 0.56rem 0 0.64rem;
}
.about_title{
	color: #1a1a1a;
	font-size: 0.4rem;
	line-height: 0.74rem;
	font-weight: bold;
	height: 0.97rem;
	border-bottom: solid 0.01rem #e6e6e6;
	position: relative;
	margin-bottom: 0.7rem;
}
.about_title i{
	width: 1.61rem;
	height: 0.04rem;
	background: #097441;
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.02rem;
}
.about_con{
	color: #474747;
	font-size: 0.16rem;
	line-height: 0.36rem;
	text-align: justify;
	position: relative;
}
.about_con h1{
	color: #097441;
	font-size: 0.4rem;
	line-height: 0.58rem;
}
.about_con h2{
	color: #333;
	font-size: 0.26rem;
	line-height: 0.44rem;
	font-weight: normal;
	margin: 0.11rem 0 0.44rem;
}
.about_en{
	width: 5.05rem;
	height: 1.09rem;
	background: url(../images/ind_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -0.13rem;
	right: 0;
	opacity: 0.4;
}

.culture_bg{
	width: 100%;
	height: 8.67rem;
	background: url(../images/about_03.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.culture_tit{
	width: 100%;
	text-align: center;
	line-height: 1.1rem;
	font-size: 0.48rem;
	color: rgba(255, 255, 255, 0.28);
	font-weight: bolder;
	text-transform: uppercase;
	position: absolute;
	top: 1.06rem;
	left: 0;
}
.culture_tit h1{
	width: 100%;
	color: #fff;
	font-size: 0.4rem;
	line-height: 0.46rem;
	position: absolute;
	top: 0;
	left: 0;
}
.culture{
	width: 100%;
}
.culture li{
	float: left;
	width: 33.33%;
	height: 8.67rem;
	padding-top: 3.72rem;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.6s;
}
.culture h1{
	font-size: 0.48rem;
	line-height: 0.66rem;
}
.culture h2{
	font-size: 0.3rem;
	line-height: 0.38rem;
	font-weight: normal;
	margin: 0.23rem 0 0.71rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
}
.culture_txt{
	font-size: 0.28rem;
	line-height: 0.48rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
}
.culture li:hover{
	background: rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2));
	padding-top: 3.08rem;
}
.culture li:hover h2{
	opacity: 1;
	visibility: visible;
}
.culture li:hover .culture_txt{
	opacity: 1;
	visibility: visible;
}

.history_bg{
	width: 100%;
	height: 9.87rem;
	padding: 0.41rem 0;
	background: url(../images/about_04.jpg) no-repeat center bottom;
}
.history_title{
	color: #1a1a1a;
	font-size: 0.4rem;
	line-height: 0.7rem;
	font-weight: bold;
	height: 1.5rem;
	padding-top: 0.55rem;
	border-bottom: solid 0.01rem #e6e6e6;
	background: url(../images/about_05.jpg) no-repeat right bottom;
	background-size: 3.83rem 1.5rem;
	position: relative;
	margin-bottom: 2.3rem;
}
.history_title i{
	width: 1.61rem;
	height: 0.04rem;
	background: #097441;
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.02rem;
}
.history{
	width: 100%;
	cursor: url(../images/about_06.png), pointer;
}
.history .swiper-slide{
	padding-left: 0.4rem;
	min-height: 2.2rem;
	transition: all 0.6s;
}
.history_line{
	float: left;
	width: 1px;
	height: 2.2rem;
	background: linear-gradient(to bottom, #cdcdcd,#cdcdcd,rgba(205, 205, 205, 0));
	position: absolute;
	top: 0.15rem;
	left: 0.22rem;
	transition: all 0.6s;
}
.history_line i{
	display: block;
	width: 0.09rem;
	height: 0.09rem;
	background: #cdcdcd;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -0.04rem;
	transition: all 0.6s;
}
.history .swiper-slide:hover .history_line{
	background: linear-gradient(to bottom, #097441,#097441,rgba(9, 116, 65, 0));
}
.history .swiper-slide:hover .history_line i{
	background: #097441;
}
.history .swiper-slide:nth-child(odd){
	margin-top: 1.15rem;
}
.history .swiper-slide:hover .history_date span{
	color: #097441;
}
.history_date{
	color: #4c4c4c;
	font-size: 0.15rem;
	line-height: 0.4rem;
	margin-bottom: 0.18rem
}
.history_date span{
	color: #1a1a1a;
	font-size: 0.36rem;
	padding-right: 0.05rem;
}
.history_txt{
	font-size: 0.16rem;
	color: rgba(0,0,0,0.85);
	line-height: 0.26rem;
	/* height: 0.78rem; */
	text-align: justify;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal; */
}

.organize_bg{
	width: 100%;
	height: 10.05rem;
	background: url(../images/about_07.jpg) no-repeat center;
	background-size: cover;
	padding: 1.03rem 0;
}
.organize_tit{
	color: #fff;
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.64rem;
	height: 0.92rem;
	border-bottom: solid 0.01rem rgba(0, 0, 0, 0.08);
	position: relative;
	margin-bottom: 0.8rem;
	/* margin-bottom: 1.52rem; */
}
.organize_tit i{
	width: 1.61rem;
	height: 0.04rem;
	display: block;
	background: #097441;
	position: absolute;
	left: 0;
	bottom: -0.02rem;
}
.organize_left{
	float: left;
	width: 5.4rem;
}
.organize_left li{
	color: #3e3e3e;
	font-size: 0.24rem;
	line-height: 0.42rem;
	margin-bottom: 0.5rem;
	transition: all 0.6s;
	cursor: pointer;
}
.organize_left i{
	float: left;
	display: block;
	width: 0.35rem;
	height: 2px;
	background: #097441;
	margin: 0.2rem 0.15rem 0 0;
	transition: all 0.6s;
}
.organize_txt{
	float: left;
	width: 80%;
}
.organize_left li:hover{
	color: #097441;
	font-size: 0.3rem;
	font-weight: bold;
}
.organize_left li:hover i{
	width: 0.68rem;
}
.organize_left li.on{
	color: #097441;
	font-size: 0.3rem;
	font-weight: bold;
}
.organize_left li.on i{
	width: 0.68rem;
}
.organize_right{
	float: right;
	width: 6.9rem;
	margin-right: 1.26rem;
}
.organize_rt{
	margin-bottom: 0.1rem;
}
.organize_img{
	float: left;
	width: 0.92rem;
	height: 0.92rem;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
	margin-right: 0.12rem;
}
.organize_img img{
	width: 100%;
	height: 100%;
}
.organize_r{
	float: left;
	width: 5.8rem;
	background: url(../images/about_09.png) no-repeat left top;
	background-size: 3.76rem 0.08rem;
	margin-top: 0.18rem;
	padding-top: 0.22rem;
	color: #097441;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.6rem;
}
.org_txt{
	font-size: 0.16rem;
	line-height: 0.36rem;
	height: 2.16rem;
	text-align: justify;
	opacity: 0.85;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 0.15rem;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal; */
}
.org_txt::-webkit-scrollbar-thumb {
  border-radius: 0.06rem;
  background:#fff;
}
.org_txt::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}
.org_txt::-webkit-scrollbar-track {
  background:rgba(255, 255, 255, 0.28);
}

.com_p{
	padding: 0.68rem 0 0.26rem;
}
.honor_tit{
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.68rem;
	padding-bottom: 0.26rem;
	border-bottom: solid 0.01rem #e6e6e6;
	margin-bottom: 0.76rem;
}
.honor_tit img{
	width: 0.38rem;
	height: 0.38rem;
	margin: 0.15rem 0 0 0.15rem;
}
.honor_con{
	width: 98%;
	height: 2.45rem;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 0.4rem;
}
.honor_con::-webkit-scrollbar-thumb {
  border-radius: 0.06rem;
  background:#1fa856;
}
.honor_con::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}
.honor_con::-webkit-scrollbar-track {
  background:#f4f4f4;
}
.honor_list{
	width: 91%;
	margin: 0.18rem 0 0 0.4rem;
}
.honor_list ul{
	margin-right: -1.33%;
}
.honor_list li{
	float: left;
	width: 32%;
	height: 0.59rem;
	padding-left: 0.2rem;
	background: #fff;
	border-radius: 0.6rem;
	font-size: 0.18rem;
	box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
	margin: 0 1.33% 0.18rem 0;
	cursor: pointer;
}
.honor_list i{
	float: left;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #cfcfcf;
	display: block;
	margin: 0.25rem 0.12rem 0 0;
	transition: all 0.6s;
}
.honor_txt{
	float: left;
	width: 90%;
	height: 0.59rem;
	line-height: 0.59rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.honor_list li:hover{
	background: #ecfff6;
	color: #097441;
}
.honor_list li:hover i{
	opacity: 0;
}
.honor_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
}
.honor_img{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honor_img img{
	width: 4rem;
}

.patent{
	width: 100%;
	margin-bottom: 0.42rem;
}
.patent ul{
	margin-right: -2%;
}
.patent li{
	float: left;
	width: 23%;
	height: 3.54rem;
	text-align: center;
	background: url(../images/about_12.png) no-repeat center bottom;
	background-size: 100% 0.4rem;
	margin: 0 2% 0.22rem 0;
}
.patent img{
	width: 2.35rem;
	height: 3.14rem;
}
.img_modal{
  position: fixed;
  width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	width: 5rem;
	position: relative;
}
.img_modal_show{
  display: block;
}
.img_modal .img_modal_img{
  width: 100%;
}
.img_modal .img_modal_img img{
  width: 100%;
  background: #fff;
	border: solid 1px #ddd;
	padding: 0.5rem;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.img_modal_header img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}
.img_modal_header img:nth-last-child(1){
  width: 0.4rem;
  cursor: pointer;
}

.img_modal02{
  position: fixed;
  width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_show02{
  display: block;
}
.img_modal02 .img_modal_img02{
  width: 100%;
}
.img_modal02 .img_modal_img02 img{
  width: 100%;
  background: #fff;
	border: solid 1px #ddd;
	padding: 0.5rem;
}
.img_modal_header02{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.img_modal_header02 img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}
.img_modal_header02 img:nth-last-child(1){
  width: 0.4rem;
  cursor: pointer;
}


/* 简介-文化内页 */
.culture_box{
	padding: 0.64rem 0 2rem;
}
.culture_box .about_title{
	margin-bottom: 0.4rem;
}
.culture_con{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.36rem;
	text-align: justify;
}
.culture_con h1{
	color: #000;
	font-size: 0.24rem;
	line-height: 0.4rem;
	font-weight: normal;
}
.culture_con h2{
	color: rgba(46, 46, 46, 0.55);
	font-size: 0.16rem;
	line-height: 0.28rem;
	font-weight: normal;
	margin-bottom: 0.2rem;
	font-family: Arial;
	text-transform: uppercase;
}


/* 企业荣誉 */
.honor_type{
	position: absolute;
	top: 0;
	right: 0;
}
.honor_type li{
	float: left;
	color: #1f1f1f;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.86rem;
}
.honor_type a{
	display: block;
	padding: 0 0.27rem;
}
.honor_type li.on{
	background: #047644;
	color: #fff;
}
.honor_bg02{
	background: url(../images/honor_01.jpg)
	no-repeat right top;
}
.honor_p01{
	padding: 1.09rem 1.17rem 1.8rem 0.7rem;
}
.honor_p02{
	padding: 1.09rem 0 2.28rem 0;
}
.honor_p02 .honor_tt{
	margin: 0 0 0.92rem 0.5rem;
}
.honor_tt{
	font-size: 0.4rem;
	color: #1a1a1a;
	font-weight: bold;
	line-height: 0.8rem;
	margin-bottom: 0.92rem;
}
.honor_tt i{
	width: 1.61rem;
	height: 0.04rem;
	background: #097441;
	display: block;
}
.honor_bg02 .honor_list{
	width: 100%;
	margin: 0;
}

.page{
	width: 100%;
	text-align: center;
	padding-top: 0.4rem;
}
.page a{
	width: 0.32rem;
	height: 0.32rem;
	line-height: 0.3rem;
	display: inline-block;
	border: solid 0.01rem #bcbcbc;
	color: #333;
	font-size: 0.14rem;
	margin: 0 0.02rem;
}
.page a:hover{
	border: solid 0.01rem #09953d;
	background: #09953d;
	color: #fff;
}
.page a.on{
	border: solid 0.01rem #09953d;
	background: #09953d;
	color: #fff;
}
.page a.page_sx{
	width: 0.62rem;
}


/* 新闻 */
.news_box{
	padding: 1.01rem 0 1.19rem;
}
.news_top{
	margin-bottom: 0.41rem;
}
.news_pic{
	float: left;
	width: 7.8rem;
	height: 5.6rem;
	position: relative;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_picbg{
	width: 100%;
	height: 0.82rem;
	padding: 0 0.17rem;
	background: rgba(4, 118, 68, 0.52);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.news_picbg div{
	width: 100%;
	height: 0.82rem;
	line-height: 0.82rem;
	color: #fff;
	font-weight: bold;
	font-size: 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_tr{
	float: right;
	width: 6.58rem;
}
.news_tr_top{
	width: 100%;
	height: 1.73rem;
	background: #f4f4f4;
	padding: 0.19rem 0.2rem 0.19rem 0;
	display: none;
}
.news_tr_top .date{
	float: left;
	width: 1.22rem;
	text-align: center;
	padding-top: 0.22rem;
}
.news_tr_top .date h1{
	color: #999;
	font-size: 0.21rem;
	line-height: 0.26rem;
	font-weight: normal;
	margin-bottom: 0.2rem;
}
.news_tr_top .date img{
	width: 0.38rem;
	height: 0.38rem;
}
.news_tr_tr{
	float: right;
	width: 5.05rem;
}
.news_tr_tr h1{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.48rem;
	height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_tr_txt{
	color: #999;
	font-size: 0.15rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.08rem;
}
.news_tr_more{
	color: #4c4c4c;
	font-size: 0.12rem;
	line-height: 0.24rem;
}
.news_tr_more img{
	width: 0.05rem;
	height: 0.1rem;
	margin: 0.07rem 0 0 0.1rem;
}
.news_tb{
	width: 100%;
	padding-left: 0.1rem;
}
.news_tb li{
	border-bottom: dashed 0.01rem #e9e9e9;
}
.news_tb li:hover .news_tr_top{
	display: block;
}
.news_tb li:hover .news_tr_bot{
	display: none;
}
.news_tb li.on .news_tr_top{
	display: block;
}
.news_tb li.on .news_tr_bot{
	display: none;
}
/* .news_tb li:hover .news_tb_txt{
	color: #047644;
} */
.news_tr_bot{
	height: 0.96rem;
	line-height: 0.96rem;
}
.news_tb_txt{
	float: left;
	width: 80%;
	height: 0.96rem;
	color: #4c4c4c;
	font-size: 0.18rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_tb_date{
	float: right;
	color: #999;
	font-size: 0.14rem;
}
.m_news{
	width: 100%;
}
.m_news li{
	background: #f7f7f7;
	padding: 0.38rem 0.38rem 0.28rem 0;
	margin-bottom: 0.28rem;
}
.m_news li:hover .m_news_r h1{
	color: #047644;
}
.m_news .date{
	float: left;
	width: 1.37rem;
	text-align: center;
	line-height: 0.34rem;
	border-right: solid 0.01rem #e4e4e4;
	padding: 0.3rem 0 0.4rem;
	color: #6c6c6c;
	font-size: 0.16rem;
}
.m_news .date h1{
	color: #047644;
	font-size: 0.36rem;
	line-height: 0.44rem;
	font-weight: normal;
}
.m_news_r{
	float: right;
	width: 12.38rem;
}
.m_news_r h1{
	color: #353535;
	font-size: 0.18rem;
	line-height: 0.5rem;
	height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m_news_txt{
	color: #353535;
	opacity: 0.66rem;
	font-size: 0.15rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.1rem;
}
.m_news_more{
	color: #959595;
	font-size: 0.14rem;
	line-height: 0.36rem;
}
.m_news_more img{
	width: 0.34rem;
	height: 0.11rem;
	margin: 0.1rem 0 0 0.07rem;
}

.djnews .path_icon{
	background: #bb000b;
}
.djnews .news_picbg{
	background: rgba(187, 0, 11, 0.52);
}
.djnews .news_tb li:hover .news_tb_txt{
	color: #bb000b;
}
.djnews .m_news li:hover .m_news_r h1{
	color: #bb000b;
}
.djnews .m_news .date h1{
	color: #bb000b;
}
.djnews .page a:hover{
	border: solid 0.01rem #bb000b;
	background: #bb000b;
}
.djnews .page a.on{
	border: solid 0.01rem #bb000b;
	background: #bb000b;
}

.newsshow_box{
	padding: 0.51rem 0 1.68rem;
}
.newsshow_top{
	color: #999;
	font-size: 0.16rem;
	padding-bottom: 0.27rem;
	border-bottom: solid 0.01rem #d9d9d9;
	margin-bottom: 0.33rem;
}
.newsshow_top h1{
	color: #000;
	font-size: 0.2rem;
	line-height: 0.38rem;
	margin-bottom: 0.11rem;
}
.newsshow{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.36rem;
	text-align: justify;
}
.fanye{
	width: 100%;
	border-top: solid 0.01rem #d9d9d9;
	padding: 0.34rem 0;
	margin-top: 0.5rem;
}
.fanye ul{
	margin-right: -4%;
}
.fanye li{
	float: left;
	width: 46%;
	line-height: 0.36rem;
	height: 0.36rem;
	margin-right: 4%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li:last-child{
	text-align: right;
}
.fanye li:hover{
	color: #047644;
}


/* 投资者关系 */
.hotline_box{
	width: 100%;
	margin: 1rem 0 0.81rem;
	position: relative;
}
.hotline_left{
	width: 52%;
	height: 5.37rem;
	padding: 0.77rem 0 0 12%;
	background: url(../images/touzi_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.86rem;
	left: 0;
	z-index: 2;
}
.hotline_con{
	width: 85%;
}
.hotline_tit{
	margin-bottom: 0.35rem;
}
.hotline_tit h1{
	color: #fff;
	font-size: 0.4rem;
	line-height: 0.7rem;
	margin-bottom: 0.2rem;
}
.hotline_tit i{
	width: 1.61rem;
	height: 0.04rem;
	background: #fff;
	display: block;
}
.hotline{
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.58rem;
}

.gsgg_box{
	margin: 0 auto 1.1rem;
}
.gsgg_box .about_title{
	margin-bottom: 0.6rem;
}
.gsgg_box .about_more{
	top: 0.03rem;
}
.gsgg_box .news_top{
	margin: 0;
}

.hdpt_bg{
	width: 100%;
	height: 7.26rem;
	background-image:url(../images/touzi_03.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
	padding-top: 1.1rem;
}
.hdpt_bg .about_title{
	color: #097441;
	margin-bottom: 0.54rem;
}
.hdpt_bg .news_more{
	margin: 0 auto;
	display: block;
}
.hdpt_txt{
	color: #000;
	opacity: 0.85;
	line-height: 0.36rem;
	font-size: 0.16rem;
	height: 1.08rem;
	margin-bottom: 0.92rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.gupiao_bg{
	width: 100%;
	background: url(../images/touzi_04.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 0.66rem 0 1.66rem;
}
.gupiao_bg .about_title{
	margin-bottom: 0.46rem;
}
.gupiao_bg .about_more{
	position: relative;
	top: auto;
	right: auto;
}
.gupiao_txt{
	width: 58%;
	line-height: 0.36rem;
	color: #000;
	opacity: 0.85;
	height: 1.44rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.36rem;
}


/* 投资者关系-互动 */
.hd_bg{
	width: 100%;
	background: url(../images/touzi_05.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 2rem 0 1.66rem;
}
.hd_bg .product_tit{
	float: none;
	width: 100%;
	margin-bottom: 0.44rem;
}
.hd_tit{
	color: #cbcbcb;
	font-size: 0.48rem;
	line-height: 0.66rem;
	text-transform: uppercase;
	margin-bottom: 0.9rem;
}
.hd_tit h1{
	color: #333;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: 0.76rem;
}
.hd_box{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	border-radius: 0.1rem;
	padding: 0.3rem 0.17rem;
}
.hd_a{
	float: left;
	width: 32.1%;
	height: 0.62rem;
	line-height: 0.6rem;
	border: solid 0.01rem #ededed;
	padding-left: 0.25rem;
	font-size: 0.18rem;
	color: #999;
	margin: 0 1.85% 0.28rem 0;
}
.hd_a::-webkit-input-placeholder {
	color: #999;
}
.hd_a:nth-child(3),.hd_a:nth-child(6){
	margin: 0 0 0.28rem 0;
}
.hd_b{
	width: 100%;
	height: 0.62rem;
	line-height: 0.6rem;
	border: solid 0.01rem #ededed;
	padding-left: 0.25rem;
	font-size: 0.18rem;
	color: #999;
	margin-bottom: 0.28rem;
}
.hd_b::-webkit-input-placeholder {
	color: #999;
}
.hd_c{
	width: 100%;
	height: 2.58rem;
	line-height: 0.4rem;
	border: solid 0.01rem #ededed;
	padding: 0.2rem 0 0 0.25rem;
	font-size: 0.18rem;
	color: #999;
	margin-bottom: 0.28rem;
}
.hd_c::-webkit-input-placeholder {
	color: #999;
}
.hd_d{
	float: left;
	width: 32.1%;
	height: 0.62rem;
	line-height: 0.6rem;
	border: solid 0.01rem #ededed;
	padding-left: 0.25rem;
	font-size: 0.18rem;
	color: #999;
	margin-right: 1.85%;
	position: relative;
}
.hd_d input{
	width: 50%;
	height: 0.6rem;
	font-size: 0.18rem;
	border: none;
	background: none;
}
.hd_d input::-webkit-input-placeholder {
	color: #999;
}
.hd_d img{
	width: 1.66rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.hd_btn{
	float: left;
	width: 2.04rem;
	height: 0.6rem;
	border: none;
	background: #047644;
	border-radius: 0.04rem;
	color: #fff;
	font-size: 0.18rem;
	cursor: pointer;
}


/* 联系我们 */
.con_bg{
	width: 100%;
	background: url(../images/con_01.jpg) no-repeat center top #fafafc;
	padding: 1.03rem 0 0.71rem;
	margin-top: 1rem;
}
.con_title{
	font-size: 0.48rem;
	font-weight: bold;
	line-height: 0.96rem;
	color: rgba(26, 26, 26, 0.1);
	text-transform: uppercase;
	position: relative;
}
.con_title h1{
	color: #1a1a1a;
	font-size: 0.4rem;
	line-height: 0.52rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.con_box{
	width: 100%;
	position: relative;
}
.con_left{
	width: 6.4rem;
}
.con_tit{
	color: #cbcbcb;
	font-size: 0.48rem;
	line-height: 0.66rem;
	text-transform: uppercase;
	margin-bottom: 0.36rem;
}
.con_tit h1{
	color: #333;
	font-size: 0.6rem;
	font-weight: normal;
	line-height: 0.76rem;
}
.con_list{
	width: 100%;
}
.con_list li{
	min-height: 2.14rem;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	border-radius: 0.12rem;
	padding: 0.3rem 0.38rem 0.2rem;
	color: #1a1a1a;
	font-size: 0.16rem;
	line-height: 0.4rem;
	margin-bottom: 0.32rem;
}
.con_list li:hover{
	background: url(../images/con_02.jpg) no-repeat left top #047644;
	color: #fff;
}
.con_list h1{
	font-size: 0.2rem;
	line-height: 0.42rem;
}
.con_right{
	width: 52%;
	height: 6.4rem;
	position: absolute;
	top: 0;
	right: 0;
}
.con_map{
	width: 100%;
	height: 100%;
}
.map_btn02{
	width: 1.63rem;
	text-align: center;
	height: 0.58rem;
	line-height: 0.58rem;
	color: #fff;
	font-size: 0.18rem;
	background: rgba(4, 118, 68, 0.78);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}
.map_btn02 img{
	width: 0.23rem;
	height: 0.23rem;
	vertical-align: middle;
	margin-right: 0.11rem;
}
.mess_bg{
	width: 100%;
	background: url(../images/con_04.jpg) no-repeat center;
	background-size: cover;
	padding: 1rem 0 1.25rem;
}
.mess_tit{
	width: 100%;
	text-align: center;
	position: relative;
}
.mess_tit h1{
	color: rgba(18, 18, 18, 0.1);
	font-size: 0.48rem;
	text-transform: uppercase;
	line-height: 0.8rem;
	font-weight: bolder;
}
.mess_tit h2{
	width: 100%;
	text-align: center;
	font-size: 0.4rem;
	color: #121212;
	line-height: 0.58rem;
	position: absolute;
	top: -0.11rem;
	left: 0;
}
.mess_txt{
	width: 100%;
	text-align: center;
	line-height: 0.5rem;
	color: #4c4c4c;
	opacity: 0.96rem;
	font-size: 0.3rem;
	margin-bottom: 0.45rem;
}


