@import "./common/init.css";
html{font-size: 26px;}
body{
	color: #000;
	overflow-x: hidden;
	position: relative;
	background-color:#f5f5f5;
	background-size:100%;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.wap,
.banner_wap{
	display: none;
}
.header{
	position: relative;
	z-index:4;
}
.header:before{
	content: "";
	display: block;
	width: 100%;
	height:1.44rem;
}
.header .fixed{
	background-color:#fff; 
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}
.header .pingbic{
	display: none;
}
.header .fixed>.wrap{
	height:1.44rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: static;
}
.header .fixed .logo{ 
    width: 5rem;
    height: 0.9rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-image: url(../img/logo.png);
}
.header .fixed .nav_list{
	width: 14.0rem;
	display:flex;
	justify-content: space-between;
	height:1.44rem;
	font-size:0.3rem;
	color:#333333;
}
.header .fixed .nav_list .li{
	border-top:solid 0.06rem transparent;
	border-bottom:solid 0.06rem transparent;
	line-height:1.32rem;
}
.header .fixed .nav_list .li.on{
	border-top-color:#28a257;
	color:#28a257;
}
.header .wrap .menu{
	width:1.1rem;
	height:1.6rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 40%;
	background-image:url(../img/menu.png);
}
.header .lunbo_kuang{
	position: relative;
}
.header .lunbo_kuang .banner{
	width: 100%;
	height:6.0rem;
}
.header .lunbo_kuang .banner img{
	width: 100%;
	height:100%;
	object-fit:cover;
}
.header .lunbo_kuang .wrap_kuang{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:10;
}
.header .lunbo_kuang .wrap_kuang .wrap{
	height:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.header .lunbo_kuang .wrap_kuang .wrap .fenyei_wrap{
	height:100%;
	position: relative;
}
.header .lunbo_kuang .wrap_kuang .wrap .fenyei_wrap .fenyei{
	position: absolute;
	left:0;
	bottom:0.3rem;
	display:flex;
}
.header .lunbo_kuang .wrap_kuang .wrap .fenyei_wrap .fenyei span{
	background-color:#fff;
	opacity:0.5;
	margin:0 0.1rem;
}
.header .lunbo_kuang .wrap_kuang .wrap .fenyei_wrap .fenyei span.swiper-pagination-bullet-active{
	opacity:1;
}
.header .lunbo_kuang .wrap_kuang .tel_bg_wrap{
	width: 6.2rem;
	height:5.2rem;
	border-radius:0.2rem;
	background-color:rgba(0, 0, 0, 0.5);
	padding:0.6rem;
}
.header .lunbo_kuang .wrap_kuang .tel_bg_wrap .ul{
	font-size:0.44rem;
	color:#ffffff;
	line-height:1.2rem;
	padding-bottom:0.2rem;
	background-image:url(../img/tel_bg_border.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100%;
}
.header .lunbo_kuang .wrap_kuang .tel_bg_wrap .ul .li{
	background-position:left;
	background-image:url(../img/i.png);
	background-repeat:no-repeat;
	background-size:0.8rem;
	padding-left:1.0rem;
}
.header .lunbo_kuang .wrap_kuang .tel_bg_wrap .tel_bg{
	width:100%;
	height:0.9rem;
	background-image:url(../img/tel_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:0.4rem;
	border-radius:0.2rem;
	display:flex;
    align-items: center;
	font-size:0.4rem;
	color:#ffffff;
}
.header .lunbo_kuang .wrap_kuang .tel_bg_wrap .tel_bg .i{
	width: 1.7rem;
	padding-left:0.3rem;
}
.footer .links{
	background-color:#fff;
	padding:0.7rem;
}
.footer .links .list{
	display:flex;
	justify-content: center;
}
.footer .links .list .li{
	font-size:15px;
	color:#096768;
	margin:0.2rem 0.4rem;
	text-decoration:underline;
}
.footer .footer_bg{
	background-color:#0c6d4e;
	background-image:url(../img/footer_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:5.4rem;
}
.footer .shangmian{
	height:100%;
	display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top:1.4rem;
}
.footer .shangmian .logo{
	width: 3rem;
	height:1.8rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../img/footer_logo.png);
}
.footer .shangmian .copyright{
	display:flex;
	font-size:0.3rem;
	color:#ffffff;
	line-height:1.0rem;
}
.footer .shangmian .copyright div{
	margin:0 0.4rem;
}
.footer .fixed_k{
	position: relative;
}
.footer .fixed_k:before{
	content: "";
	display: block;
	width: 100%;
    height:2.5rem;
}
.footer .fixed_k .fixed{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding:0.3rem 0 0.4rem;
	background-color:rgba(255, 255, 255, 0.7);
}
.footer .fixed_k .fixed .wrap{
	display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius:1.0rem;
}
.footer .fixed_k .fixed .wrap .li{
	flex:1;
	background-color:#68b430;
	font-size:0.56rem;
	color:#ffffff;
	line-height:1.8rem;
	text-align: center;
}
.footer .fixed_k .fixed .wrap .li+.li{
	margin-left:0.1rem;
	background-color:#096768;
}
.about{
	background-color:#fff;
}
.about .wrap{
	padding:0.8rem 0;
	display:flex;
	justify-content: space-between;
    align-items: center;
}
.about .wrap .zuobian{
	width:12.8rem;
	background-image:url(../img/about_com_bg.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.about .wrap .zuobian .tit1{
	background-image:url(../img/title_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:0.2rem;
	margin-bottom:0.2rem;
}
.about .wrap .zuobian .p2{
	font-size:0.4rem;
	color:#222222;
	font-weight: bold;
}
.about .wrap .zuobian .com{
	font-size:16px;
	color:#4a4a4a;
	line-height:0.96rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.about .wrap .youbian{
	width:9.4rem;
	height:4.6rem;
	object-fit:cover;
	border-radius:0.2rem;
}
.about .wrap .youbian .video{
	width: 100%;
	height:100%;
	display: block;
}
.fuwu{
	padding:1.5rem 0 0.4rem;
}
.fuwu .list{
	display:flex;
    justify-content: space-between;
	padding-top:0.8rem;
}
.fuwu .list .li{
	width:3.6rem;
	height:3.6rem;
	background-color:#fff;
	border-radius:0.2rem;
	padding:0.5rem 0;
}
.fuwu .list .li .img{
	width: 1.6rem;
	margin:0 auto 0.4rem;
}
.fuwu .list .li .p1{
	font-size:0.32rem;
	color:#222222;
	text-align: center;
}
.honor{
	padding:1.5rem 0 1.2rem;
}
.honor .list{
	padding-top:0.7rem;
	display:flex;
	flex-wrap: wrap;
}
.honor .list .img{
	width: 5.4rem;
	height:5.6rem;
	object-fit:cover;
	margin-top:0.4rem;
	margin-right:0.8rem;
}
.honor .list .img:nth-child(4n){
	margin-right:0;
}
.honor_lunbo{
	margin:0.6rem 0 0;
}
.honor_lunbo .swiper-slide{
	width:6.8rem;
}
.honor_lunbo .swiper-slide img{
	transform:scale(0.8,0.8);
	transition:transform 0.5s;
	border-radius:0.2rem;
}
.honor_lunbo .swiper-slide.swiper-slide-active img{
	transform:scale(1,1);
}
.title{
	text-align: center;
	background-image:url(../img/title_bg.png);
	background-size:168px;
	background-repeat:no-repeat;
	background-position:top;
	padding:0.2rem 0;
}
.title .p1{
	font-size:0.4rem;
	color:#222222;
	font-weight: bold;
	padding:0.2rem 0;
}
.title .p2{
	font-size:0.3rem;
	color:#a1a1a1;
}
.environment{
	padding:1.0rem 0 0.8rem;
}
.environment .list{
	padding-top:1.0rem;
	display:flex;
    flex-wrap: wrap;
}
.environment .list .li{
	width: 7rem;
	margin-right:1.5rem;
	margin-bottom:1.1rem;
	background-color:#fff;
	border-radius:0.2rem;
	overflow: hidden;
}
.environment .list .li:nth-child(3n){
	margin-right:0;
}
.environment .list .li .img{
	width: 100%;
	height:5.5rem;
	object-fit:cover;
}
.environment .list .li .p1{
	font-size:0.32rem;
	height:1.1rem;
	display:flex;
	justify-content: center;
    align-items: center;
}
.news{
	background-color:#fff;
	margin-bottom:0.4rem;
}
.news .wrap{
	padding:0.6rem 0;
}
.news .tab{
	display:flex;
	font-size:0.36rem;
	color:#222222;
	line-height:0.88rem;
	margin-bottom:0.7rem;
}
.news .tab .li{
	margin-right:0.8rem;
	position: relative;
}
.news .tab .li.on{
	font-size:0.4rem;
	color:#28a257;
}
.news .tab .li.on:before{
	content: "";
	display: block;
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
	height:0.08rem;
	background-color:#28a257;
}
.news .list{
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .list .li{
	width: 48%;
	display:flex;
	padding:0.2rem 0 ;
}
.news .list .li .img{
	width:3.4rem;
	height:2.5rem;
	object-fit:cover;
	border-radius:0.2rem;
}
.news .list .li .neir{
	flex:1;
	padding-left:0.4rem;
}
.news .list .li .neir .p1{
	font-size:0.32rem;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:0.2rem;
}
.news .list .li .neir .p2{
	font-size:0.28rem;
	color:#666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:0.3rem;
}
.news .list .li .neir .p3{
	font-size:0.28rem;
	color:#999999;
}
.breadcrumb{
	font-size:0.28rem;
	color:#333333;
	line-height:1.0rem;
	background-color:#fff;
}
.breadcrumb .wrap{
	display:flex;
}
.news_info{
	background-color:#fff;
	margin-bottom:0.4rem;
}
.news_info .wrap{
	display:flex;
    align-items: flex-start;
	padding-bottom:0.6rem;
}
.news_info .zuobian{
	flex:1;
	margin-right:1.0rem;
}
.news_info .zuobian .title1{
	font-size:0.52rem;
	color:#222222;
	padding:0.2rem 0;
	font-weight: bold;
}
.news_info .zuobian .title2{
	font-size:0.28rem;
	color:#999999;
	margin-bottom:0.4rem;
}
.news_info .zuobian .com{
	font-size:0.3rem;
	color:#666666;
	line-height:0.48rem;
}
.news_info .zuobian .com a{
	display:inline;
}
.news_info .zuobian .com img{
	max-width:100%;
}
.news_info .zuobian .annui{
	font-size:0.3rem;
	color:#333333;
	padding:0.4rem 0;
}
.news_info .zuobian .annui p{
	padding:0.1rem 0;
}
.news_info .zuobian .annui p a{
	font-weight: bold;
	display:inline;
}
.news_info .youbian{
	width:6.8rem;
	border:solid 1px #e2e2e2;
	padding:0.4rem;
}
.news_info .youbian .list_list .li{
	display:flex;
	margin-bottom:0.4rem;
}
.news_info .youbian .list_list .li .img{
	width:1.8rem;
	height:1.4rem;
	border-radius:0.1rem;
	object-fit:cover;
}
.news_info .youbian .list_list .li .neir{
	flex:1;
	padding-left:0.3rem;
}
.news_info .youbian .list_list .li .neir .p1{
	font-size:0.32rem;
	color:#333333;
	margin-bottom:0.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.news_info .youbian .list_list .li .neir .p2{
	font-size:0.28rem;
	color:#666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.news_info .youbian .gengduo{
	width: 2.2rem;
	line-height:0.8rem;
	font-size:0.35rem;
	color:#666666;
	text-align: center;
	border-radius:0.1rem;
	margin-left:auto;
	background-color:#ececec;
}
.stele_bg{
	padding:1.1rem 0 0.4rem;
}
.stele_bg .list{
	padding-top:1.2rem;
	display:flex;
	flex-wrap: wrap;
}
.stele_bg .list .li{
	width:7.6rem;
	border-radius:0.2rem;
	overflow: hidden;
	margin-right:0.6rem;
	margin-bottom:0.6rem;
}
.stele_bg .list .li:nth-child(3n){
	margin-right:0;
}
.stele_bg .list .li .img{
	width: 100%;
	height:6.2rem;
	object-fit:cover;
}
.stele_bg .list .li .neir{
	padding:0.4rem;
	background-color:#fff;
}
.stele_bg .list .li .neir .name{
	font-size:0.32rem;
	color:#333333;
	font-weight: bold;
}
.stele_bg .list .li .neir .name1{
	font-size:0.28rem;
	color:#915814;
	padding:0.2rem 0;
}
.stele_bg .list .li .neir .tag{
	display:flex;
}
.stele_bg .list .li .neir .tag .i{
	font-size:0.28rem;
	color:#555555;
	border-radius:0.1rem;
	line-height:0.6rem;
	border:solid 0.02rem #555555;
	padding:0 0.2rem;
}
.stele_bg .list .li .neir .tag .i+.i{
	margin-left:0.14rem;
}
.stele_bg .list .li .neir .tag .i:nth-child(1){
	border-color:#28a257;
	color:#28a257;
	background-color:#f7fff1;
}
.stele_bg .list .li .neir .tel{
	width: 2.6rem;
	line-height:0.72rem;
	border-radius:1.0rem;
	text-align: center;
	margin:0.4rem auto 0;
	font-size:0.3rem;
	color:#ffffff;
	background-color:#68b430;
	box-shadow:0 0 0.4rem 0.06rem rgba(64, 150, 1, 0.1);
}
.flow{
	background-color:#fff;
	padding:1.0rem 0;
}
.flow img.w100{
	margin:1.0rem 0;
}
.flow .flow_more{
	width: 4.0rem;
	margin:0 auto;
	line-height:0.8rem;
	border-radius:1.0rem;
	border:solid 0.04rem #28a257;
	font-size:0.3rem;
	color:#28a257;
	text-align: center;
}
.contact{
	background-color:#fff;
	padding:1.0rem 0;
}
.contact .list_flex{
	display:flex;
	margin-top:0.8rem;
}
.contact .list_flex .neir{
	flex:1;
	background-color:#ecf9f1;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	padding:1rem 0.7rem;
}
.contact .list_flex .neir .li{
	display:flex;
	font-size:0.3rem;
	color:#333333;
	line-height:1.0rem;
}
.contact .list_flex .neir .li .name{
	font-weight: bold;
	padding-left:0.7rem;
	background-position:left;
	background-repeat:no-repeat;
	background-size:0.6rem;
}
.contact .list_flex .neir .li:nth-child(1) .name{
	background-image:url(../img/contact1.png);
}
.contact .list_flex .neir .li:nth-child(2) .name{
	background-image:url(../img/contact2.png);
}
.contact .list_flex .neir .li:nth-child(3) .name{
	background-image:url(../img/contact3.png);
}
.contact .list_flex .neir .li .value{
	flex:1;
}
.contact .list_flex .map{
	width: 14.0rem;
	height:6.2rem;
}
.environment_index{
	padding:0.9rem 0 1.0rem;
}
.environment_index .flex{
	display:flex;
	padding-top:0.6rem;
}
.environment_index .flex .zuoce{
	width:13.2rem;
	height:8.8rem;
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.environment_index .flex .zuoce .p1{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	background-color:rgba(0, 0, 0, 0.6);
	line-height:1.0rem;
	text-align: center;
	font-size:0.3rem;
	color:#fff;
}
.environment_index .flex .youce{
	flex:1;
}
.environment_index .flex .youce .shangc{
	background-color:#ddf2e5;
	line-height:0.8rem;
	padding:0 0.4rem;
	font-size:0.32rem;
	color:#28a257;
	border-radius:0.1rem;
	margin-left:0.6rem;
}
.environment_index .flex .youce .pic{
	display:flex;
	flex-wrap: wrap;
}
.environment_index .flex .youce .pic .img{
	width: 4.8rem;
	height:3.4rem;
	margin-left:0.6rem;
	margin-top:0.6rem;
	object-fit:cover;
	border-radius:0.1rem;
}
.environment_index.wap{
	background-color:#096768;
	background-image:url(../img/environment_index_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%;
}
.environment_index.wap .title{
	background-image:none;
}
.environment_index.wap .title .p1{
	color:#f2faf5;
}
.environment_index.wap .title .p2{
	color:#efefc6;
}
.environment_index .video{
	margin-top:0.6rem;
	width: 100%;
	display: block;
	border-radius:0.2rem;
}
.environment_index .lunbo_kuang{
	position: relative;
	margin:0.8rem 0;
}
.environment_index .lunbo_kuang .ambient_lunbo{
	width: 100%;
	border-radius:0.1rem;
}
.environment_index .lunbo_kuang .ambient_lunbo .img{
	width: 100%;
	height:10.0rem;
	object-fit:cover;
}
.environment_index .lunbo_kuang .ambient_duotu{
	width: 13.2rem;
	height:1.2rem;
	background-color:rgba(0, 0, 0, 0.7);
	border-radius:1.0rem;
	position: absolute;
	left:0.3rem;
	bottom:0.3rem;
	font-size:0.52rem;
	color:#ffffff;
	text-align: center;
	padding:0.1rem;
	line-height:1.0rem;
}
.environment_index .lunbo_kuang .ambient_duotu .swiper-slide{
	width:2.6rem;
}
.environment_index .lunbo_kuang .ambient_duotu .active-nav{
	background-color:#68b430;
	border-radius:1.0rem;
}
.environment_index .bai_bg{
	background-color:#f5f5f5;
	padding:0.8rem 0 0.4rem;
}
.environment_index .bai_bg .wrap{
	display:flex;
	justify-content: space-between;
}
.environment_index .bai_bg .li{
	width:6.7rem;
	background-color:#fff;
	border-radius:0.2rem;
	overflow: hidden;
}
.environment_index .bai_bg .li .img{
	width: 100%;
	height:5.4rem;
	object-fit:cover;
}
.environment_index .bai_bg .li .p1{
	text-align: center;
	font-size:0.56rem;
	color:#333333;
	line-height:1.6rem;
}
.index .news .tab{
	display: none;
}
.index .news .newx_flex{
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.index .news .newx_flex .flex_list{
	width: 47%;
}
.index .news .newx_flex .flex_list .tit{
	font-size:0.36rem;
	color:#28a257;
	padding:0.4rem 0;
	background-image:url(../img/title_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:3.4rem;
}
.index .news .newx_flex .flex_list .list .li{
	width: 100%;
}
.more_more{
	font-size:0.3rem;
	color:#666666;
	background-color:#ececec;
	width: 2rem;
	line-height:0.68rem;
	text-align: center;
	border-radius:0.1rem;
	margin-top:0.4rem;
}
.more_more span{
	font-weight: bold;
	font-family: "宋体";
}
.index .stele_bg .list_list{
	display:flex;
	padding:0.8rem 0;
}
.index .stele_bg .list_list .li{
	width: 5.6rem;
	margin-right:0.52rem;
	overflow: hidden;
	border-radius:0.1rem;
	background-color:#fff;
}
.index .stele_bg .list_list .li:nth-child(4n){
	margin-right:0;
}
.index .stele_bg .list_list .li .img{
	width: 100%;
	height:6.2rem;
	object-fit:cover;
}
.index .stele_bg .list_list .li .p1{
	text-align: center;
	font-size:0.32rem;
	color:#333333;
	line-height:1.0rem;
}
.limited_time .wrap{
	background-color:#fff;
	border-radius:0.2rem;
	overflow: hidden;
}
.limited_time .tit{
	width:100%;
	font-size:0.36rem;
	color:#ffffff;
	line-height:1.24rem;
	text-align: center;
	background-image:url(../img/limited_time_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.limited_time .list{
	display:flex;
    flex-wrap: wrap;
	padding:0 1.0rem 0.6rem;
}
.limited_time .list .li{
	width: 10.0rem;
	display:flex;
	margin-top:0.6rem;
	margin-right:1.6rem;
	align-items: center;
	border:solid 1px #d1d1d1;
	border-radius:0.1rem;
	overflow: hidden;
}
.limited_time .list .li:nth-child(2n){
	margin-right:0;
}
.limited_time .list .li .img{
	width:5.0rem;
	height:3.2rem;
	object-fit:cover;
}
.limited_time .list .li .neir{
	flex:1;
	padding:0.4rem;
}
.limited_time .list .li .neir .name{
	display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0.4rem;
}
.limited_time .list .li .neir .name .name1{
	font-size:0.32rem;
	color:#333333;
	font-weight: bold;
}
.limited_time .list .li .neir .name .price{
	font-size:0.36rem;
	color:#ec7500;
}
.limited_time .list .li .neir .o_price{
	font-size:0.28rem;
	color:#aeaeae;
}
.give{
	background-color:#28a257;
	padding:0.8rem 0;
	margin-top:1.2rem;
}
.give .title{
	background-image:url(../img/title_bg_give.png);
}
.give .title .p1{
	color:#fff;
}
.give .list{
	display:flex;
	justify-content: space-between;
	padding-top:0.8rem;
}
.give .list .li{
	width: 3.6rem;
	height:3.6rem;
	background-color:#f4fbf7;
	display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.give .list .li:nth-child(2n){
	background-color:#e7f2df;
}
.give .list .li .img{
	width: 100%;
	height:1.3rem;
	object-fit:contain;
}
.give .list .li .p1{
	font-size:0.32rem;
	color:#222222;
	margin-top:0.4rem;
}
.geography{
	padding:0.4rem 0 1.0rem;
}
.geography .map{
	width: 100%;
	height:9.0rem;
}
.infoWindow{
	font-size:16px;
}
.infoWindow .p1{
	font-size:20rpx;
}
