@import "./common/init.css";
html{font-size: 26px;}
body{
	color: #000;
	overflow-x: hidden;
	position: relative;
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-size:100%;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header{
	position: relative;
	z-index:4;
}
.header:before{
	content: "";
	display: block;
	width: 100%;
	height: 4.8rem;
}
.header .fixed{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}
.header .pingbic{
	display: none;
}
.header .fixed>.wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: static;
	height:3.4rem;
}
.header .fixed .zuobian{
	width: 5rem;
	font-size:0.32rem;
	color:#9e916b;
	padding-top:1.2rem;
}
.header .fixed .tel{
	padding-top:1.2rem;
	display:flex;
	align-items: center;
    position: relative;
}
.header .fixed .tel:before{
	content: "";
	margin-right:0.2rem;
	display: block;
	width:0.8rem;
	height:0.8rem;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/header_tel.png);
	background-size:0.8rem;
}
.header .fixed .tel .p1{
	color:#9e916b;
	font-size:0.36rem;
}
.header .fixed .tel .p2{
	font-size:0.52rem;
	color:#0b7b4a;
}
.header .fixed .logo{
	width:5.02rem;
	height: 2.6rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-image: url(../img/logo.png);
}
.header .fixed .pingbic{
	display: none;
	top: 2.4rem;
}
.header .nav_list{
	width: 100%;
}
.header .nav_list .wrap{
	background-color:#0b7b4a;
	display:flex;
    align-items: center;
    justify-content: space-between;
	font-size:0.32rem;
	color:#ffffff;
}
.header .nav_list .wrap .li{
	flex:1;
	line-height:1.4rem;
	text-align: center;
	border-right:solid 1px #08673d;
}
.header .nav_list .wrap .li:last-child{
	border-right:none;
}
.header .nav_list .wrap .li.on{
	background-color:#fff;
	color:#0b7b4a;
	font-weight: bold;
}
.header .nav_list .guanbi_click{
	position: absolute;
	left:50%;
	margin-left:-2.8rem;
	bottom:-2.8rem;
	width:5.6rem;
	line-height:1.6rem;
	font-size:0.72rem;
	text-align: center;
	border:solid 0.02rem #fff;
	border-radius:0.2rem;
	color:#fff;
	cursor: pointer;
}
.header .wrap .menu{
	width:1.1rem;
	height:1.6rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 40%;
}
.wap,
.banner_wap{
	display: none;
}
.lunbo .fenyei2,
.lunbo .fenyei{
	position:absolute;
	left:0;
	bottom:20px;
	z-index:2;
	width: 100%;
	display:flex;
	justify-content:center;
}
.lunbo .fenyei2 span,
.lunbo .fenyei span{
	width:12px;
	height:12px;
	background-color:#fff;
	opacity:0.6;
}
.lunbo .fenyei2 span{
	width: 0.32rem;
	height:0.32rem;
}
.lunbo .fenyei span.swiper-pagination-bullet-active{
	background-color:#0b7b4a;
	border-radius:50px;
	width: 0.6rem;
	opacity:1;
}
.lunbo .fenyei2 span.swiper-pagination-bullet-active{
	background-color:#0b7b4a;
	opacity:1;
}
.latest{
	display:flex;
	margin:0.4rem auto;
	font-size:0.4rem;
	color:#222222;
}
.latest .border{
	flex:1;
	border-top:solid 1px #d1cec6;
	border-bottom:solid 1px #d1cec6;
	display:flex;
    align-items: center;
	height:1.0rem;
}
.latest .border+.border{
	margin-left:0.6rem;
}
.latest .border .name{
	flex:1;
    align-items: center;
    padding:0 0.4rem;
    overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.latest .border .color{
	color:#9e916b;
}
.latest .border .i{
	display:inline;
	font-weight: bold;
	font-family: "宋体";
}
.title{
	width: 100%;
}
.about{
	padding:0.8rem 0
}
.about .flex{
	display:flex;
	padding-top:0.8rem;
}
.about .flex .wenben{
	width:14.2rem;
	margin-right:1.0rem;
}
.about .flex .wenben .com{
	font-size:0.4rem;
	color:#1a1a1a;
	line-height:0.72rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:15;
	-webkit-box-orient:vertical;
}
.about .flex .wenben .com p{
	text-indent:2em;
}
.about .flex .wenben .neir{
	display:flex;
    align-items: center;
}
.about .flex .wenben .neir .zuob{
	flex:1;
}
.about .flex .wenben .neir .zuob .p1{
	font-size:0.4rem;
	color:#9e916b;
}
.about .flex .wenben .neir .zuob .p2{
	font-size:0.52rem;
	color:#0b7b4a;
}
.about .flex .wenben .neir .more{
	width: 3.64rem;	
	height:1.44rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../img/more.png);
}
.about .flex .pic{
	flex:1;
	padding-top:0.3rem;
}
.about .flex .pic .img{
	width:8.6rem;
	height:5.06rem;
	position: relative;
}
.about .flex .pic .img img{
	width: 100%;
	height:100%;
	object-fit:cover;
	position: relative;
	z-index:2;
}
.about .flex .pic .img:before{
	position: absolute;
	left:0.4rem;
	top:0.4rem;
	content: "";
	display: block;
	width: 100%;
	height:100%;
	background-color:#0b955a;
}
.about .flex .pic .img+.img{
	margin-top:2.0rem;
}
.about .video_bg{
	background-image:url(../img/about_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%;
	padding-top:1.4rem;
}
.about .services{
	padding:1.6rem 0 1.4rem;
}
.about .services .list{
	padding-top:1.4rem;
	display:flex;
}
.about .services .list .li{
	flex:1;
}
.about .services .list .li img{
	width:1.74rem ;
	height:1.74rem;
	object-fit:contain;
	margin:0 auto 0.4rem;
}
.about .services .list .li .name{
	text-align: center;
	font-size:0.4rem;
	color:#333333;
}
.honors{
	background-color:#125f3e;
	padding:1.4rem 0;
}
.honors .list{
	width: 100%;
	padding:0.6rem 0 2.9rem;
	display:flex;
	justify-content: center;
	background-position:bottom;
	background-size:100%;
	background-repeat:no-repeat;
	background-image:url(../img/honors_list_bg.png);
}
.honors .list .li{
	width: 6.0rem;
	height:4.2rem;
	object-fit:cover;
	margin:0 0.4rem;
}
.flow_body .latest{
	display: none;
}
.flow{
	padding:1.2rem 0 2.0rem;
	background-color:#125f3e;
	background-image:url(../img/flow_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%;
}
.flow .flow_img_img{
	width:10.66rem;
	margin:1.8rem auto 0.8rem;
}
.flow .more{
	width:7.08rem;
	height:2.0rem;
	background-image:url(../img/flow_pc_more.png);
}
.title_title{
	width: 45%;
	margin:0 auto;
}
.stele_bg{
	padding:1.0rem 0;
}
.stele_bg .list{
	padding-bottom:0.6rem;
}
.stele_bg .list .li{
	margin-top:0.4rem;
	float: left;
	margin-right:1.46rem;
	width: 4.9rem;
	background-color:#fff;
	padding:0.12rem;
	border-radius:0.2rem;
}
.stele_bg .list .li:nth-child(4n){
	margin-right:0;
}
.stele_bg .list .li .img{
	width: 100%;
	height:5.4rem;
	object-fit:cover;
}
.stele_bg .list .li .name{
	position: relative;
	z-index:2;
	width:2.6rem;
	height:1.24rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../img/stele_name_bg.png);
	font-size:0.44rem;
	color:#f6e4c0;
	text-align: center;
	line-height:2.2;
	margin:-0.5rem auto -0.4rem ;
}
.stele_bg .list .li .name1{
	font-size:0.38rem;
	color:#222222;
	text-align: center;
	margin-bottom:0.1rem;
}
.stele_bg .list .li .tag{
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.stele_bg .list .li .tag .i{
	font-size:0.4rem;
	color:#222222;
	line-height:0.6rem;
	margin:0.06rem;
	border-radius:0.1rem;
	padding:0 0.2rem;
	background:linear-gradient(to right,#fff3d3,#f2d9a8);
	font-weight: bold;
	box-shadow:2px 2px 2px rgba(131, 109, 57, 0.7);
}
.stele_bg .list .li .tel{
	width:2.2rem ;
	height:1.2rem;
	margin:0 auto;
	background-image:url(../img/stele_bg_tel.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
} 
.news_body .latest{
	display: none;
}
.news{
	padding:1.2rem 0 ;
}
.news .list{
	margin:0.8rem 0;
	background-color:#fff;
	padding:0.2rem 0.4rem;
}
.news .list .li{
	border-bottom:solid 1px #dcdddc;
	display:flex;
    align-items: flex-start;
	padding:0.3rem 0;
}
.news .list .li:last-child{
	border-bottom:none;
}
.news .list .li .date{
	width: 2.0rem;
}
.news .list .li .date .year{
	font-size:0.48rem;
	color:#0b955a;
	font-weight: bold;
	line-height:0.88rem;
}
.news .list .li .date .time{
	font-size:0.4rem;
	color:#999998;
}
.news .list .li .img{
	width: 3.0rem;
	height:2.6rem;
	object-fit:cover;
	margin-right:0.3rem;
}
.news .list .li .neir{
	flex:1;
}
.news .list .li .neir .flex{
	display:flex;
}
.news .list .li .neir .flex .name{
	flex:1;
	font-size:0.44rem;
	color:#222222;
	font-weight: bold;
	line-height:0.88rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.news .list .li .neir .flex .time{
	font-size:0.54rem;
	color:#333333;
}
.news .list .li .neir .com{
	font-size:0.32rem;
	color:#222222;
	line-height:0.6rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.news .list .li .more_more{
	font-size:0.4rem;
	color:#9e916b;
	display:flex;
    align-items: center;
    margin-left:0.2rem;
	line-height:0.88rem;
}
.news .list .li .more_more .i{
	font-family: '宋体';
	font-weight: bold;
}
.news .breadcrumb{
	font-size:0.36rem;
	color:#9e916b;
	text-align: right;
	margin-bottom:0.4rem;
}
.news .flex_wrap{
	display:flex;
}
.news .flex_wrap .more_news_wrap{
	width: 6.52rem;
}
.news .flex_wrap .more_news_wrap .shangmian{
	background-color:#fff;
	margin-bottom:0.4rem;
	padding:0.4rem;
}
.news .flex_wrap .more_news_wrap .shangmian .img{
	width: 3.22rem;
	margin:0 auto 0.2rem;
}
.news .flex_wrap .more_news_wrap .shangmian .list_li .li{
	display:flex;
    align-items: center;
    border-bottom:dashed 0.04rem #cacaca;
}
.news .flex_wrap .more_news_wrap .shangmian .list_li .li:last-child{
	border-bottom:none;
}
.news .flex_wrap .more_news_wrap .shangmian .list_li .li .p1{
	flex:1;
	font-size:0.36rem;
	color:#333333;
	font-weight: bold;
	line-height:1.32rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.news .flex_wrap .more_news_wrap .shangmian .list_li .li:before{
	content: "";
	margin-right:0.2rem;
	width: 0.2rem;
	height:0.2rem;
	border:solid 0.1rem #0b8852;
	border-radius:1.0rem;
}
.news .flex_wrap .more_news_wrap .xiamian{
	background-color:#fff;
	padding:0.4rem;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.news .flex_wrap .more_news_wrap .xiamian .p1{
	font-size:0.36rem;
	color:#ffffff;
	background-color:#0b955a;
	line-height:0.6rem;
	padding:0 0.4rem;
}
.news .flex_wrap .more_news_wrap .xiamian .p2{
	font-size:0.54rem;
	color:#0b955a;
	line-height:1.4rem;
	font-weight: bold;
	display:flex;
	align-items: center;
}
.news .flex_wrap .more_news_wrap .xiamian .p2:before{
	content: "";
	display: block;
	width: 0.6rem;
	height:0.6rem;
	margin-right:0.1rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../img/news_tel.png);
}
.news .flex_wrap .more_news_wrap .xiamian .p3{
	font-size:0.36rem;
	color:#191919;
}
.news .flex_wrap .youce{
	flex:1;
	margin-left:0.4rem;
}
.news .flex_wrap .youce .info_bg{
	background-color:#fff;
	padding:1.6rem 1.4rem;
}
.news .flex_wrap .youce .info_bg .tit{
	font-size:0.44rem;
	color:#222222;
	font-weight: bold;
	text-align: center;
	line-height:0.86rem;
	margin-bottom:0.2rem;
}
.news .flex_wrap .youce .info_bg .time{
	font-size:0.4rem;
	color:#999998;
	margin-bottom:0.6rem;
	text-align: center;
}
.news .flex_wrap .youce .info_bg .com{
	font-size:0.36rem;
	color:#222222;
	line-height:0.6rem;
	margin-bottom:0.6rem;
}
.news .flex_wrap .youce .info_bg .com img{
	max-width:100% !important;
}
.news .flex_wrap .youce .info_bg .com a{
	display:inline;
}
.news .flex_wrap .youce .info_bg .shangxia{
	font-size:0.36rem;
	color:#222222;
	font-weight: bold;
}
.news .flex_wrap .youce .info_bg .shangxia p{
	padding:0.2rem 0;
}
.news .flex_wrap .youce .info_bg .shangxia p a{
	display:inline;
}
.contact{
	padding:1.0rem 0; 
}
.contact .contact_wrap .list_ul{
	width: 100%;
	padding-top:1.0rem;
}
.contact .contact_wrap .list_ul .li{
	display:flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:0.6rem;
}
.contact .contact_wrap .list_ul .li .img{
	width:3.0rem;
}
.contact .contact_wrap .list_ul .li .p1{
	font-size:0.44rem;
	color:#0b955a;
	font-weight: bold;
	text-align: center;
}
.contact .contact_wrap .map{
	width: 14rem;
	height:6rem;
	border-radius:0.2rem;
	margin:0 auto;
}
.environment_body .latest{
	display: none;
}
.environment{
	padding:1.0rem 0;
}
.environment .biaoti{
	display:flex;
	align-items: center;
    justify-content: center;
	padding-top:1.0rem;
	font-size:0.44rem;
	color:#0b955a;
	line-height:0.6rem;
	margin-bottom:0.2rem;
}
.environment .biaoti .i{
	width: 0.6rem;
	height:0.6rem;
	background-color:#0b955a;
	font-size:0.4rem;
	color:#ffffff;
	font-style:italic;
	text-align: center;
	margin-right:0.2rem;
}
.environment .video{
	width: 12.4rem;
	margin:0 auto;
	display:block;
}
.environment .list{
	width: 20.4rem;
	margin:0 auto;
}
.environment .list .li{
	float: left;
	width: 8.0rem;
	height:4.5rem;
	object-fit:cover;
}
.environment .list .li:nth-child(1){
	width: 12.0rem;
	height:9.4rem;
	margin-right:0.4rem;
}
.environment .list .li:nth-child(3){
	margin-top:0.4rem;
}
.environment .list_list{
	display:flex;
    flex-wrap: wrap;
    padding-top:0.6rem;
}
.environment .list_list .li{
	width: 6.1rem;
	margin-right:0.4rem;
	margin-bottom:0.4rem;
	position: relative;
}
.environment .list_list .li:nth-child(3n){
	margin-right:0;
}
.environment .list_list .li .img{
	width: 100%;
	height:7.0rem;
	object-fit:cover;
}
.environment .list_list .li:nth-child(6n+1),
.environment .list_list .li:nth-child(6n){
	width:11.0rem;
}
.environment .list_list .li .p1{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height:3.2rem;
	background:linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5));
	font-size:0.44rem;
	color:#ffffff;
	padding:2.2rem 0.4rem 0;
}
.index .stele_bg .list .li{
	background-color:transparent;
	padding:0;
}
.index .stele_bg .list .li .name{
	margin:0 auto;
}
.qa{
	padding:0.6rem 0;
}
.qa .list{
	padding-top:1.0rem;
	display:flex;
	    flex-wrap: wrap;
    justify-content: space-between;
}
.qa .list .li{
	width: 47%;
}
.qa .list .li .name{
	display:flex;
	font-size:0.42rem;
	line-height:0.8rem;
}
.qa .list .li .name .q{
	width: 1.0rem;
	background-color:#0b955a;
	color:#fff;
	text-align: center;
}
.qa .list .li .name .wen{
	padding:0 0.3rem;
	flex:1;
	background-color:#cce0d7;
	color:#0d5b3a;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.qa .list .li .com{
	font-size:0.36rem;
	color:#333333;
	line-height:0.6rem;
	display:flex;
	padding:0.4rem 0 0.5rem;
}
.qa .list .li .com .aa{
	width: 1.0rem;
}
.qa .list .li .com .aa .i{
	width: 0.52rem;
	height:0.52rem;
	background-color:#dfb666;
	border-radius:1.0rem;
	text-align: center;
	line-height:0.52rem;
	font-size:0.36rem;
	color:#ffffff;
}
.qa .list .li .com .da{
	flex:1;
}
.bg{
	width: 100%;
	background-color:#125f3e;
	background-image:url(../img/flow_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%;
}
.fuwu{
	padding:1.2rem 0;
}
.fuwu .list{
	margin-top:1.0rem;
	display:flex;
	background-color:#fff;
	border-radius:0.2rem;
}
.fuwu .list .li{
	flex:1;
	padding:0.6rem 0.4rem;
}
.fuwu .list .li .img{
	width: 100%;
	height:1.2rem;
	object-fit:contain;
}
.fuwu .list .li .p1{
	font-size:0.52rem;
	color:#333333;
	font-weight: bold;
	padding:0.4rem 0;
	text-align: center;
}
.fuwu .list .li .p2{
	font-size:0.4rem;
	color:#333333;
	text-align: center;
	line-height:0.52rem;
}
.position{
	padding:1.0rem 0 1.8rem;
}
.position .map{
	width:20.4rem;
	height:9.0rem;
	margin:0.8rem auto 0;
}
.more{
	width:5.4rem;
	margin: 0.6rem auto 0;
	line-height:1.4rem;
	color:#ffffff;
	font-size:0.44rem;
	font-weight: bold;
	text-align: center;
	background-image:url(../img/more_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.more .i{
	font-family: "宋体";
}
.footer{
	background-color:#0b3825;
}
.footer .shangmian{
	padding:0.4rem 0 1.0rem;
	display:flex;
    align-items: center;
}
.footer .shangmian .links{
	flex:1;
	display:flex;
	align-items: center;
	font-size:0.32rem;
	color:#feffff;
}
.footer .shangmian .links .list{
	flex:1;
	display:flex;
	flex-wrap: wrap;
}
.footer .shangmian .links .list .li{
	margin-left:0.4rem;
	padding:0.1rem 0;
}
.footer .shangmian .img{
	margin-left:1.0rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.footer .shangmian .logo{
	width:8.5rem;
	height:0.9rem;
	background-image:url(../img/foot_logo.png);
}
.footer .shangmian .href{
	width: 7.02rem;
	height:1.46rem;
	background-image:url(../img/footer_href.png);
}
.footer .copyright{
	width: 100%;
	font-size:0.32rem;
	color:#fff;
	line-height:1.0rem;
	text-align: center;
}
.footer .copyright .p{
	display:inline;
}
.footer .fixed_k{
	position: relative;
}
.footer .fixed_k:before{
	content: "";
	display: block;
	width: 100%;
	height:2.6rem;
}
.footer .fixed_k .fixed{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding:0.4rem 0;
}
.footer .fixed_k .fixed .wrap{
	height:1.8rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../img/footer_href_wap.png);
}
.infoWindow{
	font-size:16px;
}
.infoWindow .p1{
	font-size:20rpx;
}
