@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif";
	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;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "微软雅黑","sans-serif";
}
table {
  border-collapse: collapse;
}
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.4rem;
	margin: 0 auto;
}
.phone{
	display: none;
}
@font-face {
	font-family: "PlayfairDisplay-Black";
	src:url("../fonts/PlayfairDisplay-Black.otf") format("opentype"),
		url("../fonts/PlayfairDisplay-Black.ttf") format("truetype"),
		url("../fonts/PlayfairDisplay-Black.woff") format("woff");
	font-display: swap;
}


/*首页*/
.header{
	width: 100%;
	height: 1.1rem;
	padding: 0 1.2rem 0 0.82rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.header.active{
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}
.logo{
	float: left;
	width: 4.65rem;
	margin-top: 0.25rem;
}
.logo img{
	width: 100%;
}
.gupiao{
	float: left;
	width: 1.2rem;
	text-align: center;
	line-height: 0.2rem;
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
	position: relative;
	margin: 0.32rem 0 0 0.17rem;
}
.gupiao h1{
	font-size: 0.18rem;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.gupiao i{
	width: 0.01rem;
	height: 0.44rem;
	display: block;
	background: #4d4d4d;
	position: absolute;
	top: 0.05rem;
	left: 0;
}
.search_img{
	float: right;
	width: 0.29rem;
	height: 0.29rem;
	margin-top: 0.4rem;
	cursor: pointer;
}
.search_img img{
	width: 100%;
	height: 100%;
}
.menu,.nav02,.nav03,#menu{
	display: none;
}
.nav{
	float: right;
	padding-right: 0.38rem;
}
.nav li{
	float: left;
	padding: 0 0.18rem;
	line-height: 1.1rem;
	color: #333;
	font-size: 0.16rem;
	font-weight: bold;
	position: relative;
}
.nav li:hover .subnav{
	display: block;
}
.subnav{
	width: 1.2rem;
	background: #fff;
	padding: 0.1rem 0;
	position: absolute;
	top: 1rem;
	left: -0.1rem;
	display: none;
}
.subnav li{
	float: none;
	text-align: center;
	line-height: 0.4rem;
	padding: 0;
}
.subnav li:hover{
	color: #007931;
}
.index{
	height: 100vh;
}
.page_h{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.box{
	width: 100%;
	height: 100%;
	padding-top: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.bn_mouse{
	width: 0.28rem;
	height: 0.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.8rem;
	z-index: 2;
}
.bn_mouse img{
	width: 100%;
	height: 100%;
	animation: bounce-down 2s linear infinite;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}
.bn_bot{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.82rem;
	z-index: 10;
}
.bn_bot .content{
	height: 0.44rem;
	position: relative;
}
.banner .swiper-pagination{
	width: 2.36rem;
	line-height: 0.42rem;
	color: #fff;
	font-size: 0.26rem;
	bottom: 0;
}
.banner .swiper-pagination-current{
	font-size: 0.46rem;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 0.36rem;
	height: 0.32rem;
	top: 0;
}
.banner .swiper-button-prev{
	left: 0;
	background: url(../images/bn_02.png) no-repeat;
	background-size: 100% 100%;
}
.banner .swiper-button-next{
	left: 2rem;
	right: auto;
	background: url(../images/bn_03.png) no-repeat;
	background-size: 100% 100%;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	display: none;
}

.page02{
	background: #fcfcfc;
}
.news_tit{
	width: 100%;
	text-align: center;
	line-height: 0.48rem;
	color: #333;
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.32rem;
}
.news_pic{
	float: left;
	width: 7.79rem;
	height: 5.8rem;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_picbg{
	width: 100%;
	height: 1.5rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
.news_pictxt{
	width: 92%;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #fff;
	font-size: 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 4%;
	bottom: 0.44rem;
	z-index: 6;
}
.news_right{
	float: right;
	width: 6.24rem;
}
.news_rt{
	height: 0.7rem;
	border-bottom: solid 0.01rem #ebebeb;
}
.news_rt li{
	float: left;
	line-height: 0.7rem;
	color: #333;
	font-size: 0.18rem;
	margin-right: 0.1rem;
	cursor: pointer;
}
.news_rt i{
	float: left;
	width: 0.08rem;
	height: 0.22rem;
	border-radius: 0.1rem;
	background: #007931;
	display: block;
	margin: 0.24rem 0.14rem 0 0;
	opacity: 0;
}
.news_rt li.active{
	color: #007931;
	font-size: 0.24rem;
	font-weight: bold;
}
.news_rt li.active i{
	opacity: 1;
}
.news_con{
	width: 100%;
	position: relative;
}
.news_more{
	width: 1.1rem;
	text-align: right;
	line-height: 0.7rem;
	color: #999;
	font-size: 0.16rem;
	position: absolute;
	top: -0.7rem;
	right: 0;
	z-index: 1;
}
.news{
	width: 100%;
}
.news li{
	padding: 0.14rem 0;
	border-bottom: solid 0.01rem #ebebeb;
}
.news_tt{
	float: left;
	width: calc(100% - 1.2rem);
	line-height: 0.43rem;
	height: 0.43rem;
	font-size: 0.18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_time{
	float: right;
	width: 1.2rem;
	text-align: right;
	line-height: 0.43rem;
	height: 0.43rem;
	font-size: 0.18rem;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_time span{
	color: #666;
	padding-left: 0.06rem;
}
.news_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.32rem;
	height: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}
.news li:first-child .news_txt{
	display: block;
}

.page03{
	background: url(../images/ind_02.jpg) no-repeat center top;
	background-size: cover;
}
.nongye_top{
	width: 100%;
	background: #fff;
	padding: 0 0.32rem 0.32rem 0.37rem;
	margin-bottom: 0.11rem;
}
.nongye_left{
	float: left;
	width: 8.15rem;
}
.nongye_right{
	float: right;
	width: 5.24rem;
	padding-top: 0.28rem;
}
.nongye_type{
	width: 100%;
	height: 0.9rem;
	border-bottom: solid 0.01rem #eee;
}
.nongye_type li{
	float: left;
	line-height: 0.9rem;
	color: #333;
	font-size: 0.18rem;
	margin-right: 0.1rem;
	cursor: pointer;
}
.nongye_type i{
	float: left;
	width: 0.08rem;
	height: 0.22rem;
	border-radius: 0.1rem;
	background: #007931;
	display: block;
	margin: 0.33rem 0.1rem 0 0;
	display: none;
}
.nongye_type li.active{
	color: #007931;
	font-size: 0.24rem;
	font-weight: bold;
}
.nongye_type li.active i{
	display: block;
}
.nongye_con{
	width: 100%;
	position: relative;
}
.nongye_more{
	width: 1.6rem;
	height: 0.46rem;
	text-align: center;
	line-height: 0.46rem;
	color: #fff;
	font-size: 0.16rem;
	background: #007931;
	border-radius: 0.03rem;
	position: absolute;
	top: -0.68rem;
	right: 0;
}
.nongye_more a{
	display: block;
}
.nongye_t{
	padding: 0.15rem 0;
	border-bottom: solid 0.01rem #eee;
}
.nongye_tpic{
	float: left;
	width: 1.44rem;
	height: 0.94rem;
	border-radius: 0.04rem;
	overflow: hidden;
	margin: 0.07rem 0;
}
.nongye_tpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nongye_tr{
	float: left;
	width: calc(100% - 1.44rem);
	padding-left: 0.22rem;
}
.nongye_trt{
	height: 0.38rem;
	line-height: 0.38rem;
	margin-bottom: 0.1rem;
	margin-top:0.34rem;
}
.nongye_trtl{
	float: left;
	width: calc(100% - 1.3rem);
	height: 0.38rem;
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nongye_trtr{
	float: right;
	width: 1.3rem;
	text-align: right;
	color: #757575;
	font-size: 0.18rem;
}
.nongye_text{
	color: #757575;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.nongye{
	width: 100%;
}
.nongye li{
	height: 0.66rem;
	line-height: 0.66rem;
	padding: 0 0.06rem;
	border-bottom: solid 0.01rem #eee;
}
.nongye_txt{
	float: left;
	width: calc(100% - 1.3rem);
	height: 0.66rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nongye_time{
	float: right;
	width: 1.3rem;
	text-align: right;
	color: #757575;
	font-size: 0.18rem;
}
.nongye_pic{
	width: 100%;
	height: 4.08rem;
	border-radius: 0.04rem;
	overflow: hidden;
	position: relative;
}
.nongye_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nongye_picbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.nongye_icon{
	width: 0.36rem;
	height: 0.4rem;
	background: url(../images/ind_05.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.video_box{
	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;
}
.video_box.active {
	display: block;
}
.video_con{
	width: 70%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 0.35rem 0;
	border-radius: 0.1rem;
}
.video_con video{
	display: block;
	position: relative;
	width: 100%;
}
.video_close{
	width: 1rem;
	height: 0.35rem;
	position: absolute;
	right: 0.2rem;
	top: 0;
	line-height: 0.35rem;
	text-align: right;
	font-size: 0.18rem;
	cursor: pointer;
	-webkit-transition: all .5s;
}
.nongye_bot{
	width: 100%;
	background: #fff;
	padding: 0.28rem 0.24rem;
}
.ny_pic{
	width: 100%;
}
.ny_pic .swiper-slide{
	height: 1.8rem;
}
.ny_pic .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page04{
	background: url(../images/ind_10.jpg) no-repeat center top;
	background-size: cover;
}
.investor_tit{
	width: 100%;
	text-align: center;
	line-height: 0.26rem;
	color: #fff;
	font-size: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 0.32rem;
}
.investor_tit h1{
	font-size: 0.4rem;
	line-height: 0.5rem;
	font-weight: normal;
}
.investor_bg{
	background: #fff;
	padding: 0.32rem 0.4rem 0.38rem 0.38rem;
}
.investor_left{
	float: left;
	width: 7.15rem;
}
.investor_right{
	float: right;
	width: 6.04rem;
}
.investor_top{
	height: 0.54rem;
}
.investor_top img{
	float: left;
	width: 0.35rem;
	height: 0.35rem;
	margin-right: 0.22rem;
}
.investor_type{
	float: left;
}
.investor_type li{
	float: left;
	line-height: 0.46rem;
	color: #333;
	font-size: 0.18rem;
	margin-right: 0.42rem;
	cursor: pointer;
}
.investor_type li.active{
	font-size: 0.24rem;
	font-weight: bold;
}
.investor_con{
	width: 100%;
	position: relative;
}
.investor_more{
	width: 1.4rem;
	text-align: right;
	line-height: 0.54rem;
	color: #333;
	font-size: 0.16rem;
	position: absolute;
	top: -0.54rem;
	right: 0;
}
.investor{
	width: 100%;
}
.investor li{
	font-size: 0.18rem;
	height: 0.68rem;
	line-height: 0.68rem;
	border-bottom: solid 0.01rem #f8f8f8;
}
.investor li:hover .investor_txt{
	font-weight: bold;
}
.investor_txt{
	float: left;
	width: calc(100% - 1.3rem);
	height: 0.68rem;
	color: #454545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.investor_time{
	float: right;
	width: 1.3rem;
	text-align: right;
	color: #757575;
}
.gupiao_tit{
	float: left;
	line-height: 0.46rem;
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
}
.gupiao_more{
	float: right;
	line-height: 0.54rem;
	color: #333;
	font-size: 0.16rem;
}
.gupiao_type{
	width: 100%;
	padding-bottom: 0.2rem;
}
.gupiao_type ul{
	margin-right: -0.2rem;
}
.gupiao_type li{
	float: left;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.34rem;
	margin-right: 0.2rem;
	cursor: pointer;
}
.gupiao_type li.on{
	color: #02863d;
	font-weight: bold;
}
.gupiao_pic{
	width: 100%;
	height: 3.88rem;
}
.gupiao_pic img{
	width: 100%;
	height: 100%;
}

.footer_box{
	height: auto;
	background: #f4f8f5;
}
.foot_top{
	padding: 0.6rem 0 0.4rem;
}
.foot_tl{
	float: left;
	width: 4.72rem;
}
.f_logo{
	width: 100%;
	margin-bottom: 0.54rem;
}
.f_logo img{
	width: 100%;
}
.f_code{
	width: 100%;
}
.code01{
	float: left;
	width: 1.35rem;
	text-align: center;
	margin-right: 0.28rem;
	margin-top: 0.04rem;
}
.code01 img{
	width: 100%;
	height: 1.35rem;
}
.code01 h1{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.56rem;
	font-weight: normal;
}
.code02{
	float: left;
	width: 1.4rem;
	text-align: center;
	margin-right: 0.28rem;
}
.code02 img{
	width: 100%;
	height: 1.4rem;
}
.code02 h1{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.54rem;
	font-weight: normal;
}
.f_nav{
	float: right;
	width: 8.56rem;
}
.f_nav ul{
	display: flex;
	justify-content: space-between;
}
.f_nav li{
	color: #333;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.58rem;
}
.f_nav li ul{
	display: block;
	padding-top: 0.22rem;
}
.f_nav li ul li{
	color: #757575;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.34rem;
	margin-bottom: 0.14rem;
}
.f_nav li ul li:hover{
	color: #333;
}
.copyright{
	border-top: solid 0.01rem #eee;
	text-align: center;
	padding: 0.28rem 0;
	line-height: 0.3rem;
	color: #757575;
	font-size: 0.16rem;
}
.footer_bg{
	background: #f4f8f5;
}


/* 动态要闻 */
.main_bn{
	width: 100%;
}
.main_bn img{
	width: 100%;
}
.path{
	padding: 0.35rem 0;
	line-height: 0.24rem;
	color: #666;
	font-size: 0.16rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.path img{
	width: 0.14rem;
	height: 0.23rem;
	margin-right: 0.2rem;
}
.main{
	padding-bottom: 0.7rem;
}
.left{
	float: left;
	width: 3.18rem;
	min-height: 7.37rem;
	padding: 0.34rem 0;
}
.right{
	float: right;
	width: calc(100% - 3.18rem);
	padding-left: 0.32rem;
}
.grey{
	background: #f4f4f4;
}
.right .grey{
	min-height: 7.37rem;
}
.list_tit{
	width: 100%;
	color: #8f8f8f;
	font-size: 0.18rem;
	line-height: 0.28rem;
	text-transform: uppercase;
	border-bottom: solid 0.01rem #ededed;
	margin-bottom: 0.15rem;
	padding: 0 0 0.24rem 0.68rem;
}
.list_tit h1{
	color: #333;
	font-size: 0.4rem;
	line-height: 0.54rem;
}
.list{
	width: 100%;
}
.list li{
	color: #333;
	font-size: 0.18rem;
	height: 0.8rem;
	position: relative;
}
.list a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 0.7rem;
}
.list i{
	width: 0.24rem;
	height: 0.12rem;
	background: url(../images/news_02.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.37rem;
	opacity: 0;
}
.list li.on{
	background: #01843e;
	color: #fff;
	font-weight: bold;
}
.list li.on i{
	opacity: 1;
}
.right_p{
	padding: 0.34rem 0.3rem 0.62rem 0.38rem;
}
.title{
	color: #333;
	font-size: 0.3rem;
	line-height: 0.48rem;
	padding: 0 0 0.15rem 0.35rem;
	border-bottom: dashed 0.01rem #dadada;
	position: relative;
}
.title i{
	width: 0.08rem;
	height: 0.26rem;
	background: #01843e;
	border-radius: 0.1rem;
	position: absolute;
	top: 0.12rem;
	left: 0.1rem;
}
.news_list{
	width: 100%;
}
.news_list li{
	font-size: 0.18rem;
	border-bottom: solid 0.01rem #eee;
}
.news_list a{
	height: 0.88rem;
	display: flex;
	align-items: center;
}
.news_text{
	float: left;
	width: calc(100% - 1.8rem);
	line-height: 0.3rem;
	height: 0.3rem;
	color: #454545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_date{
	float: right;
	width: 1.8rem;
	line-height: 0.3rem;
	text-align: right;
	font-weight: bold;
	color: #757575;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 0.6rem;
}
.page a{
	display: inline-block;
	line-height: 0.42rem;
	padding: 0 0.18rem;
	color: #222;
	font-size: 0.14rem;
	background: #e8e8e8;
	margin: 0 0.02rem;
}
.page a.on{
	background: #007931;
	color: #fff;
}
.page a:hover{
	background: #007931;
	color: #fff;
}


/* 投资者专区 */
.right_p .gupiao_type{
	padding: 0.2rem 0;
}
.right_p .gupiao_type li{
	font-size: 0.2rem;
}
.gupiao_con{
	margin-bottom: 0.28rem;
}
.gupiao_con img{
	width: 100%;
}
.gupiao_txt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.36rem;
	text-align: justify;
}
.gupiao_txt span{
	color: #01843e;
}


/* 现代农业 */
.xdny{
	width: 100%;
	padding-top: 0.42rem;
}
.xdny ul{
	margin-right: -2%;
}
.xdny li{
	float: left;
	width: 31.33%;
	margin: 0 2% 0.2rem 0;
}
.xdny_pic{
	width: 100%;
	height: 1.9rem;
	border: solid 0.07rem #fff;
	overflow: hidden;
}
.xdny_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.xdny_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.xdny_txt{
	width: 100%;
	height: 0.54rem;
	line-height: 0.54rem;
	color: #333;
	font-size: 0.18rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 联系我们 */
.con_p01{
	padding: 0.75rem 0 1.04rem;
}
.con_p02{
	padding: 0.35rem 0.4rem 0.75rem;
}
.con_p02 .path{
	padding: 0;
	position: absolute;
	top: 0.15rem;
	right: 0;
}
.con_p02 .title{
	margin-bottom: 0.54rem;
}
.contact{
	float: left;
	width: 4.2rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.26rem;
	padding-top: 0.45rem;
}
.map_box{
	float: right;
	width: calc(100% - 4.2rem);
	padding-left: 0.4rem;
}
.map{
	width: 100%;
	height: 3.2rem;
	border: solid 0.06rem #fff;
	border-radius: 0.05rem;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}


/* 详情页 */
.show_p{
	/*padding: 0.72rem 0.46rem 0.48rem;*/
	padding: 1.3rem 0.98rem 1.13rem 1.06rem;
}
.show_tit{
	color: #333;
	/*font-size: 0.36rem;*/
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.46rem;
	text-align: center;
}
.show_tit02{
	color: #333;
	font-size: 0.28rem;
	line-height: 0.46rem;
	text-align: center;
}
.show_t{
	width: 100%;
	padding: 0.4rem 0 0.15rem;
	line-height: 0.3rem;
	color: #666;
	font-size: 0.16rem;
	border-bottom: solid 0.01rem #ededed;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.46rem;
}
.show_txt{
	color: #666;
	/*font-size: 0.16rem;*/
	/*line-height: 0.48rem;*/
	font-size: 0.21rem;
	line-height: 0.38rem;
	text-align: justify;
	text-indent: 0.42rem;
}
.show_txt p img{
    display: block;
    margin: 0 auto;
}


/* 企业简介 */
.about_p{
	padding: 0.66rem 0.42rem 0.86rem;
}
.about_tit{
	width: 100%;
	text-align: center;
	padding-top: 0.22rem;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0.26rem;
}
.about_tit h1{
	width: 100%;
	text-align: center;
	color: #454545;
	font-size: 0.36rem;
	font-weight: normal;
	line-height: 0.46rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.about_tit h2{
	color: rgba(26,81,36,.08);
	font-size: 0.48rem;
	line-height: 0.54rem;
	font-family: "PlayfairDisplay-Black";
}
.about_tit i{
	width: 0.25rem;
	height: 0.06rem;
	display: block;
	background: #a37c39;
	border-radius: 0.1rem;
	margin: 0 auto;
}
.about{
	color: #535353;
	font-size: 0.16rem;
	line-height: 0.38rem;
	text-align: justify;
}


/* 公司荣誉 */
.honor{
	width: 100%;
	padding-top: 0.4rem;
}
.honor ul{
	margin-right: -2.33%;
}
.honor li{
	float: left;
	width: 31%;
	margin: 0 2.33% 0.34rem 0;
}
.honor_pic{
	width: 100%;
	height: 2.08rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.honor_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.honor_txt{
	width: 100%;
	text-align: center;
	line-height: 0.24rem;
	height: 0.48rem;
	color: #333;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

/* 组织结构 */
.gray{
	background: #f8f8f8;
}
.group_p{
	padding: 0.9rem 0.3rem 0.77rem;
}
.group_p .about_tit{
	margin-bottom: 0.6rem;
}
.group{
	width: 100%;
}
.group img{
	width: 100%;
}



