/* 公共样式-start */
/* 定义总体宽度 */
.container{
	width: 1180px;
	margin: 0 auto;
}
/* 定义清除浮动 */
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
/* 左右浮动 */
.float-left{
	float: left;
}
.float-right{
	float: right;
}
/* 定义定位 */
.posi-rea{
	position: relative;
}
/* swiper样式 */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.wrap{
	width: 100% !important;
}

/* 页面样式 */
/* 导航-header-start */
header{
	height: 100px;
	background-color: #FFFFFF;
}
header .container{
	position: relative;
}
.logo{
	width: 426px;
	height: 313px;
	position: absolute;
	z-index: 9;
	border-radius: 0 0 50px 10px;
	text-align: center;
}
.logo-img{
	width: 100%;
	margin-top: 12px;
}
.navigation {
	padding: 28px 0;
	height: 100px;
}
.navigation li{
	float: left;
	height: 100%;
}
.navigation li>a{
	display: inline-block;
	font-size: 14px;
	color: #455164;
	padding: 0 6px;
	position: relative;
	height: 100%;
	margin-top: 10px;
}
.navigation li.active>a{
	color: #00a13d;
}
.navigation li.active>a::after{
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #00A13D;
}
nav .sign-in{
	display: block;
	margin: 28px 0 38px 20px;
	width: 99px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	height: 34px;
	line-height: 34px;
	background-color: #00a13d;
	border-radius: 17px;
}
/* 导航-header-end */
/* 轮播-banner-start */
.banner{
	width: 100%;
	height: 450px;
}
.banner .swiper-slide{
	background-size: cover;
    background-position: center;
}
.banner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
}
.banner .swiper-pagination-bullet{
	background-color: #FFFFFF;
	opacity: 0.6;
}
.banner .swiper-pagination-bullet-active{
	opacity: 1;
}
.nav-link {
	height: 50px;
	background-color: #00a13d;
}
.nav-link .nav-container {
	width: 925px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-container li a {
	color: #ffffff;
	display: block;
	line-height: 50px;
	padding: 0 15px;
	font-size: 18px;
}
.nav-container li a:hover,
.nav-container li.active a {
	color: #00a13d;
	background-color: #fff;
}
/* new-dynamic-新闻动态-start */
.new-dynamic{
	padding-top: 60px;
	padding-bottom: 60px;
}
.new-dynamic .container>.title{
	padding-bottom: 65px;
	text-align: center;
}
.new-dynamic .new-image{
	width: 476px;
	height: 335px;
	border-radius: 10px;
}
.new-swiper .swiper-pagination{
	left: auto;
	bottom: 20px !important;
	padding-right: 20px;
	text-align: right;
}
.new-swiper .swiper-pagination-bullet{
	background-color: #FFFFFF;
	opacity: 0.6;
}
.new-swiper .swiper-pagination-bullet-active{
	opacity: 1;
}
.box-bottom{
	width: 476px;
	height: 60px;
	display: block;
	position: absolute;
	bottom: 0;
    background-image: linear-gradient(2deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	border-radius: 0px 0px 10px 10px;
}
.box-bottom .txt{
	color: #FFFFFF;
	width: 80%;
	position: absolute;
	left: 20px;
	bottom: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new-list{
	width: 677px;
}
.new-list ul{
	width: 100%;
}
.new-list ul li{
}
.new-list .left{
	width: 10%;
	text-align: center;
	color: #455164;
	font-size: 16px;
	position: relative;
}
.new-list .left::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	background-color: #c6cad0;
}
.new-list .active .left::after{
	background-color: #455164;
}
.new-list .active .left{
	font-size: 19px;
	font-weight: bold;
}
.new-list .right{
	width: 90%;
	padding-left: 16px;
	padding-bottom: 30px;
	border-left: 2px solid #dddddd;
}
.new-list .active .title{
	font-size: 22px;
}
.new-list .title{
	color: #455164;
	font-size: 15px;
}
.new-list .tips{
	color: #455164;
	opacity: 0.7;
	font-size: 14px;
	margin-top: 10px;
}
.new-list .more{
	width: 90%;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	border-left: 2px solid #dddddd;
}
.new-list .more a{
	color: #00a13d;
}
.new-list .more img{ 
	vertical-align: middle;
}

/* 园艺沙龙 */
.see-yysl {
	padding: 60px 0 60px;
	background-color: #f9f9f9;
}
.see-yysl .container>.title{
	padding-bottom: 40px;
	text-align: center;
}
.see-yysl ul li {
	width: 366px;
	float: left;
	margin-right: 40px;
}
.see-yysl ul li:last-of-type {
	margin-right: 0;
}
.see-yysl ul li img {
	width: 366px;
	height: 231px;
	object-fit: cover;
	border-radius: 10px;
}
.see-yysl ul li h4 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0;
	color: #455164;
}
.see-yysl ul li p {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #455164;
	opacity: 0.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	max-height: 110px;
}

	/* participation-实体参与尽责-start  */
.participation{
	background-color: #0070a1;
	padding: 60px 0;
	position: relative; 
}
.participation h2.title{
	text-align: center;
}
.participation .tips{
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	margin-top: 28px;
	margin-bottom: 55px;
	text-align: center;
}
.duty .title,
.tree-project .title{
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 18px;
}
.duty .duty-box{
	width: 538px;
	height: 335px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: -70px;
	border-radius: 10px 10px 0px 0px;
	padding: 50px 25px 18px;
}
.duty .duty-box li{
	flex: 25%;
	font-size: 16px;
}
.duty .duty-box li img{
	width: 60px;
}
.duty .duty-box li p{
	margin-top: 10px;
}
.duty .duty-box .declare{
	width: 163px;
	height: 40px;
	line-height: 40px;
	background-color: #00a13d;
	border-radius: 20px;
	margin-top: 40px;
	color: #fff;
	font-size: 14px;
}
.tree-project{
	margin-left: 42px;
}
.tree-project ul{
	margin-top: -18px;
}
.tree-project li,.wlxm li{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #4496ba;
}
.tree-project img,.wlxm img{
	width: 170px;
	height: 132px;
    object-fit: cover;
	border-radius: 10px;
	margin-right: 20px;
}
.tree-project .box-txt h4,.wlxm h4{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.tree-project .box-txt .item p,.wlxm .item p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 22px;
}
.tree-project .box-txt .item span,.wlxm .item span{
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	font-weight: bold;
}
.tree-project .box-txt .people,.wlxm .item .people{
	margin-left: 20px;
}
.tree-project .box-txt .tips,.wlxm .box-txt .tips{
	width: 400px;
	color: rgba(255,255,255,0.7);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 5px;
}
.tree-project .more,.wlxm .more{
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
	display: inline-block;
}
.tree-project .more img,.wlxm .more img{
	width: 18px;
	height: 18px;
	margin-right: 0;
	vertical-align: middle;
}
/* participation-实体参与尽责-end  */

/* donation-网络捐款尽责-start */
.donation{
	padding: 82px 0;
}
.donation .title{
	text-align: center;
	margin-bottom: 30px;
}
.donation .tips{
	text-align: center;
	margin-bottom: 55px;
	color: #455164;
	opacity: 0.7;
}
.zsbz{
	margin-top: 36px;
	margin-right: 50px;
	width: 538px;
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 10px 10px 0px 0px;
	border: solid 2px #fca000;
}
.zsbz p{
	color: #455164;
	font-size: 22px;
	text-align: center;
}
.zsbz p span{
	display: block;
	font-size: 45px;
	font-weight: bold;
}
.wlxm h3{
	font-size: 30px;
	color: #455164;
	margin-bottom: 20px;
}
.wlxm li{
	padding: 0;
	border-bottom: 0;
}
.wlxm h4,
.wlxm .item span,
.wlxm .item p,
.wlxm .box-txt .tips{
	color: #455164;
}
.wlxm .item p{
	opacity: 0.7;
}
.wlxm .more{
	color: #00a13d;
	margin-top: 10px;
}
/* donation-网络捐款尽责-end */

/* honor-all-荣誉-start */
.honor-all{
	padding: 60px 0;
	background-color: #f9f9f9;
}
.honor{
	width: 500px;
}
.honor .more{
	line-height: 40px;
	font-size: 14px;
	color: #00A13D;
}
.honor .more img{
	vertical-align: -3px;
	margin-left: 6px;
}
.bangdan_content{
    margin-top: -23px;
    width: 470px;
    padding-top: 45px;
}
#gun{
     overflow: hidden;
     height: 396px;
     position: relative;
     transition:  0.2s;
     -moz-transition:  0.2s;
     -webkit-transition:  0.2s;
     -o-transition:  0.2s;
 }
 #gun .gun_1{
	 position: absolute;
	 width: 100%;
 }

.staff{
    display: block;
    color: #000;
    border-bottom: 1px solid #DBDBDB;
    line-height: 64px;
    width: 420px;
    margin: 0 auto;
}
.staff img{
    max-width: 36px;
    max-height: 36px;
    min-height: 36px;
    min-height: 36px;
    border-radius: 18px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
}
.staff .name{
    color: #2B2B2B;
    font-size: 14px;
    display: block;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.staff span{
    color: #7C7C7C;
    font-size: 12px;
    margin-right: 20px;
    display: block;
}
.staff i{
    color: #63B000;
}
.staff .time{
    margin: 0;
    float: left;
    display: block;
    width: 118px;
}
.staff span.money{
    width: 150px;
}
#gun .ryb_sj{
	padding-top: 15px;
}
#gun .ryb_sj .sj{
	width: 19px;
	height: 29px;
	margin-right: 21px;
}
#gun .ryb_sj .sj_g{
	width: 19px;
	height: 29px;
	background: url('../images/sj_g.png') no-repeat;
	background-size: cover;
	position: relative;
}
#gun .ryb_sj .sj_b{
    width: 19px;
    height: 29px;
    background: url('../images/sj_b.png') no-repeat;
    background-size: cover;
    position: relative;
}
#gun .ryb_sj .round{
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: #FFA800;
	position: absolute;
	right: -17px;
	top: -7px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 12px;
}

.certificate{
	margin-left: 50px;
	text-align: left;
}
.certificate .cert-btn {
	margin-left: 18px;
}
.certificate .cert-btn a{
	display: inline-block;
	width: 143px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	background-color: #00a13d;
	border-radius: 20px;
}
.certificate .cert-btn .guot{
	background-color: #f9a400;
}
.certificate h4{
	margin-top: 38px;
	margin-bottom: 21px;
	color: #455164;
	margin-left: 22px;
}
.certificate .new-book{
    margin: 0 -15px;
}
.certificate .new-book li{
    float: left;
    padding: 0 15px;
}
.certificate .form h4:first-of-type{
	margin-top: 35px;
}
.certificate .form h4{
	margin-top: 23px;
	margin-bottom: 9px;
}
.sear-inner{
	position: relative;
}
.sear-inner .sear{
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.certificate .search{
	width: 391px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 10px;
	color: #455164;
	border: solid 1px #00a13d;
	padding-left: 22px;
	padding-right: 50px;
}
.certificate .ewm{
	margin-top: 35px;
	text-align: center;
	margin-left: 40px;
}
.certificate .ewm p{
	font-size: 15px;
	margin-bottom: 12px;
	color: #455164;
}

/* map-地图-start */
.map{
	text-align: center;
	padding-top: 80px;
}
.map .title{
	margin-bottom: 35px;
}
.map .tips{
	color: #455164;
	font-size: 15px;
	padding-right: 15px;
	display: inline-block;
}
select{
	width: 390px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	padding-left: 15px;
	border: solid 1px #00a13d;
}
#map {
	width: 1170px;
	height: 600px;
	margin: 0 auto;
}

.bt-png img{
	height: 30px;
}
.see-yysl .container>.title img, .new-dynamic .container>.title img{
	height: 35px;
}