/* 公共样式-start */
/* 定义总体宽度 */
.container{
	width: 1180px;
	margin: 0 auto;
}
/* 定义清除浮动 */
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
/* 文字溢出隐藏 */
.over-hidden{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/* 左右浮动 */
.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;
}










/* 页面样式 */
/* 导航-header-start */
header{
	height: 100px;
	background-color: #FFFFFF;
}
header .container{
	position: relative;
}
.logo{
	width: auto;
	height: 100%;
	position: absolute;
	z-index: 9;
	border-radius: 0 0 50px 10px;
	text-align: center;
	/*background-color: #00a13d;*/
}
.logo-img{
	margin: 14px 0;
}
.navigation {
	height: 100px;
}
.navigation li{
	float: left;
	height: 100%;
}
.navigation li>a{
	display: inline-block;
	font-size: 18px;
	color: #455164;
	padding: 0 20px;
	position: relative;
	height: 100%;
	line-height: 100px;
	font-weight: bold;
}
.navigation li.active>a,
.navigation li>a:hover{
	color: #fff;
	background-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 15px;
	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: 610px;
}
.banner .swiper-slide{
	background-size: cover;
}
.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;
}
/* new-dynamic-新闻动态-start */
.new-dynamic{
	padding-top: 60px;
	padding-bottom: 60px;
}
.new-dynamic .container > .title{
	padding-bottom: 44px;
}
.new-dynamic .container > .title .more{
	float: right;
	line-height: 70px;
	display: inline-block;
	font-size: 14px;
}
.new-dynamic .container > .title .more a{
	color: #00a13d;
}
.new-dynamic .container > .title .more img{ 
	vertical-align: middle;
}
.new-dynamic .new-image{
	width: 476px;
	height: 335px;
	border-radius: 10px;
}
.new-dynamic .new-image .swiper-slide{
	background-size: cover;
}
.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: 88px;
	display: block;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(180deg, 
		rgba(0,0,0,0) 0%, 
		#545454 100%);
	border-radius: 0px 0px 10px 10px;
}
.box-bottom .txt{
	color: #FFFFFF;
	width: 80%;
	position: absolute;
	left: 20px;
	bottom: 22px;
}

.new-list{
	width: 677px;
}
.new-list>h3{
	color: #455164;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}
.new-list>time{
	color: #455164;
	opacity: 0.7;
	font-size: 14px;
}
.new-list>p{
	margin-top: 20px;
	color: #455164;
	opacity: 0.8;
	line-height: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed rgba(112,112,112,0.5);
}
.new-list ul{
	width: 100%;
}
.new-list ul li{
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px;
}
.new-list ul li::before{
	content: "";
	clear: both;
	display: inline-block;
	width: 8px;
	height: 8px;
	opacity: 0.7;
	margin-right: 10px;
	border-radius: 100%;
	background-color: #455164;
}
.new-list ul li>a{
	color: #455164;
	opacity: 0.7;
}

/* participation-实体参与尽责-start  */
.participation{
	background-color: #f9f9f9;
	padding-top: 60px;
	position: relative; 
}
.participation .tips{
	width: 540px;
	color: #455164;
	opacity: 0.7;
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0 40px;
}
.duty .title,
.tree-project .title{
	color: #00a13d;
	font-size: 30px;
	margin-bottom: 18px;
}
.duty .title{
	color:#455164;
}
.duty .declare{
	width: 163px;
	height: 40px;
	float: right;
	line-height: 40px;
	display: block;
	text-align: center;
	background-color: #00a13d;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}
.duty .duty-box{
	width: 538px;
	height: 360px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	padding: 25px 40px;
}
.duty .duty-box li{
	display: inline-block;
	width: 24%;
	margin-top: 40px;
}
.duty .duty-box li img{
	width: 60px;
}
.duty .duty-box li p{
	margin-top: 10px;
	color:#556072;
	font-weight: bold;
	font-size: 16px;
}
.tree-project{
	margin-right: 50px;
	margin-bottom: 30px;
}
.tree-project ul{
	margin-top: -18px;
}
.tree-project li,.wlxm li{
	padding-top: 20px;
	padding-bottom: 20px;
}
.tree-project img{
	width: 170px;
	height: 132px;
	border-radius: 10px;
	margin-right: 20px;
}
.tree-project .box-txt h4,.wlxm h4{
	font-size: 20px;
	color: #556072;
	font-weight: bold;
	margin-bottom: 12px;
}
.wlxm h4{
	font-size: 28px;
}
.tree-project .box-txt .item p,.wlxm .item p{
	font-size: 16px;
	color: rgba(85,96,114,0.7);
	line-height: 22px;
}
.tree-project .box-txt .item span,.wlxm .item span{
	font-size: 16px;
	line-height: 22px;
	color: #556072;
}
.tree-project .box-txt .people, .wlxm .item.people{
	margin-top: 5px;
}
.tree-project .box-txt .tips,.wlxm .box-txt .tips{
	width: 340px;
	/* 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;
}
.wlxm .box-txt .tips{
	width: 522px;
}
.tree-project .more,.wlxm .more{
	font-size: 14px;
	line-height: 40px;
	color: #00a13d;
}
.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{
	margin-bottom: 30px;
}
.donation .title>img{
	width: 284px;
	height: 64px;
}
.donation .tips{
	width: 530px;
	margin-bottom: 20px;
	color: #455164;
	opacity: 0.7;
	font-size: 16px;
	line-height: 26px;
}
.zsbz{
	margin-left: 50px;
	width: 599px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.zsbz p{
	line-height: 42px;
	color: #455164;
	font-size: 18px;
	margin: 0 auto;
}
.zsbz p span{
	vertical-align: middle;
	font-size: 32px;
	font-weight: bold;
}
.zxbz-inner{
	width: 508px;
	margin: 0 auto;
}
.zsbz-swiper .swiper-container{
	width: 100%;
	height: 100%;
}
.zsbz-swiper .swiper-slide{
    -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;
	transition: 300ms;
	transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
	z-index: 9;
}
.zsbz-swiper .swiper-button-next,
.zsbz-swiper .swiper-button-prev{
	width: 27px;
	height: 27px;
}
.zsbz-swiper .swiper-button-next{
	background: url("../images/right-jt.png");
}
.zsbz-swiper .swiper-button-prev{
	background: url("../images/left-jt.png");
}
.zsbz-swiper .swiper-button-next:after,
.zsbz-swiper .swiper-button-prev:after{
	display: none;
}
.zsbz-swiper .swiper-slide img{
	width: 100%;
	height: 340px;
	object-fit: cover;
}
.wlxm h3{
	font-size: 30px;
	color: #00a13d;
	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;
}
/* 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: 16px;
    display: block;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.staff span{
    color: #7C7C7C;
    font-size: 16px;
    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{
	font-weight: bold;
	margin-top: 38px;
	margin-bottom: 21px;
	color: #455164;
	font-size: 16px;
	margin-left: 22px;
}
.certificate .new-book{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.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: 350px;
	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;
	font-weight: bold;
	margin-bottom: 12px;
	color: #455164;
}

/* map-地图-start */
.map .container{
	display: flex;
	align-items: center;
}
.map .title{
	margin-bottom: 35px;
	text-align: left;
}
.map .tips{
	color: #455164;
	font-size: 16px;
	padding-right: 15px;
	display: inline-block;
}
.map .select-box {
	display: inline-block;
	width: 390px;
	padding: 8px 20px;
	/* box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
	border-radius: 100px; */
	background-color: #ffffff;
	border: solid 1px #00a13d;
	border-radius: 10px;
}
select{
	width: 100%;
	font-size: 16px;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
}
#map {
	width: 580px;
	height: 500px;
	margin: 0 auto;
}
/* footer-底部-start */
footer{
	color: #fff;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #00a13d;
	text-align: center; 
}
footer p{
	line-height: 26px;
	font-size: 14px;
}
footer p span{
	font-size: 22px;
	font-weight: bold;
}
footer a{
    color: #fff;
}
/* footer-底部-end */

.bt-png img{
	height: 50px!important;
	width: auto!important;
}
.more img{
	height: 18px!important;
}