body,
html {
	color: #505050;
	line-height: 1.75em;
	background: #ebebeb;
	position: relative;
	font-family: "Microsoft YaHei", sans-serif;
}

a {
	color: #e11b1c;
	outline: 0
}

a:hover {
	color: #e11b1c;
}

a img,
a:active,
a:focus {
	outline: 0
}
a:focus, a:hover {
    color: #e11b1c;
    text-decoration: none;
}

/*头部*/

/*.main-header {
	background: url(../images/top.jpg) no-repeat;
	margin: 0 auto;
}*/
.main-img{	
	display: table-cell;
 	vertical-align:middle;
}

.main-header .name {
	color: #fff;
	font-size: 3em;
}

.main-header1 img {
	height: 70px;
	margin-left: 0em;
}

@media (max-width: 767px) {
	.main-header {
		padding: 1.5em 0;
		background: #e11b1c;
	}
	.main-header2 img {
		width: 220px;
	}
	.main-header .name {
		color: #fff;
		font-size: 1.5em;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header {
		padding: 1.5em 0;
		background: #e11b1c;
	}
	.main-header .name {
		color: #fff;
		font-size: 1.8em;
	}
	.main-header2 img {
		width: 220px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

.clear {
	clear: both
}

.xnav {
	background: none;
	border: none;
	box-shadow: inset 0 4px #575757, inset 0 7px #fff, inset 0 11px #575757, inset 0 14px #fff, inset 0 18px #575757, inset 0 21px #fff;
}

.navbar-header {
	text-align: center;
}

.f16 {
	font-size: 16px;
}

.main-navigation {
	text-align: center;
	background: #fff;
	border-top: 1px solid #ebebeb;
	margin-bottom: 35px;
	border-bottom: 2px solid #e1e1e1;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	border-bottom: 2px solid #e11b1c;
	background-color: #e7e7e7;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 20px 25px;
}

.navbar-default .navbar-nav>li>a {
	color: #5e5e5e;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav>li>a {
		position: relative;
		display: block;
		padding: 20px 15px;
	}
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background-color: #fff;
}

.ban-title{background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/ 
filter:Alpha(opacity=80); background:#fff;/*实现IE背景透明*/text-indent: 2em;}
.ban-title p{ position:relative; text-align: left;width: 40%;height: 20px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}/*实现IE文字不透明*/


.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (max-width: 767px) {
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
  }
  .carousel-indicators {
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
  }
  .carousel-indicators {
    bottom: 0;
  }

}

.ban {
	width:100%;    
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;

}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: 550px;
}
@media (max-width: 767px) {
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: 150px;
}
.banclear{margin-left: 0px;margin-right: 0px;padding-left: 0px; padding-right: 0px;}
}

@media (min-width: 768px) and (max-width: 991px) {
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: 200px;
}
.banclear{margin-left: 0px;margin-right: 0px;padding-left: 0px; padding-right: 0px;}
}

.pic {
	width: 100%;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out;
}


/*公益项目*/

.bg-white {
	background-color: #fff;
}

.mt20 {
	margin-top: 2em;
}

.mt10 {
	margin-top: 1em;
}
.mt15{
	margin-top: 15px;
}
.gyxm {
	margin-top: 15px;
	padding: 15px;
}

.gyxm img {
	height: 170px;
	background-size: cover;
	width: 100%;
}

.gyxm h4 {
	font-size: 1.2em;
}

.gyxm h5 {
	color: #999;
}

.ty-c {
	color: #e11b1c;
}

.ty-title {
	font-size: 22px;
	border-left: 4px solid #f4645f;
	text-indent: 0.3em;
	margin-bottom: 1em;
	color: #e11b1c;
}

.ty-more {
	background-color: #ebebeb;
	display: inline-block;
	padding: 1px 5px;
	font-size: 13px;
	margin-right:3px;
}


/*news*/

.left-height {
	height: auto;
}

.right-height {
	height:400px;
}

.news {
	margin-top: 15px;
	padding: 15px;
}

.clearlr {
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
}

.clearr {
	margin-right: 0;
	padding-right: 0;
}

.clearl {
	margin-left: 0;
	padding-left: 0;
}

.text2 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 3;
	/** 显示的行数 **/
	overflow: hidden;
	/** 隐藏超出的内容 **/
}

.mb20 {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ebebeb;
}

.newpic img {
	height: 130px;
	width: 230px;
	background-size: cover;
}

.newpic1 img {
	height: 130px;
	width: 230px;
	background-size: cover;
}

.news-title h4 {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

.news-title p {
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.news-title a {
	color: #666666;
}
.newsclearr{
	margin-right: 0;
	padding-right: 0;
}
@media (max-width: 767px) {
	.newsclear {
		margin-right: 0;
		padding-right: 0;
	}
	.newsclearr{
	margin-right: 15px;
	padding-right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.newsclear {
		margin-right: 0;
		padding-right: 0;
	}
	.newsclearr{
	margin-right: 15px;
	padding-right: 15px;
	}
}

.c6 a {
	color: #666;
}

.c9 {
	color: #999;
}

.cs {
	background: #ccc;
}


/*可删除*/


/*右边*/

.rig {
	margin-top: 15px;
	padding: 1em 0em 0.5em 0;
	padding-left: 15px;
}
.rig1 {
	margin-top: 15px;
}
.jlb-new img {
	height: 70px;
	background-size: cover;
	width: 100%;
}
.jlb-title .nrtitle{
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-top: 0;
	font-size: 16px;
}
.jlb-title .nr {
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.jlb-title a {
	color: #666666;
}
.jlb-new ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.jlb-new ul li{
	width: 100%;
	float: left;
    padding-left:15px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	background: url(../images/news-ico.jpg) center left no-repeat;
}
.jlb-new ul li a{
	color: #666;
}

.mb10 {
	margin-bottom: 1em;
}

.sp {
	height: 200px;
	width: 100%;
}

.t2 {
	text-indent: 2em;
	height: 280px;
	line-height: 25px;
	overflow: hidden;
}


/*友情链接*/

.yqlj {
	margin-top: 15px;
	padding: 15px 15px 0 15px;
}

.yqlj img {
	width: 100%;
	height: 90px;
	background-size: cover;
}


/*foot*/

.foot {
	margin-top: 15px;
	background-color: #222;
	color: #999;
	text-align: left;
	padding: 2em 0em;
	z-index: 99;
}

@media (max-width: 767px) {
	.foot {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.foot {
		font-size: 13px;
	}
}


/*子页*/

.line-r {
	border-right: 1px solid #ddd;
}

.line-l {
	border-left: 1px solid #ddd;
}

.line-t {
	border-top: 1px solid #ddd;
}

.line-b {
	border-bottom: 1px solid #ddd;
}

.zy-gyxm {
	/*background: #3496d8;*/
}
.zy-lan {
	background: #3496d8;
}

.zy-gyxm .zleft {}

.zy-gyxm .zleft .tab a {
	/*height: 40px;*/
	line-height: 40px;
	display: inline-block;
	color: #fff;
	width:70px;
	text-align: center;
	font-size: 15px;
	border-right: 1px solid #ddd;
}

.zy-gyxm .zleft .tab a:last-child {
	/*border-right: none;*/
}

.zy-gyxm .zleft .tab .active {
	color: #fff;
}

.tab3 a {
	/*height: 40px;*/
	line-height: 40px;
	display: inline-block;
	color: #fff;
	width:149px;
	text-align: center;
	font-size: 15px;
	border-left: 1px solid #ddd;
}

.tab3 a:first-child {
	border-left: none;
}

.tab3 .active {
	color: #fff;
}


.zy-gyxm .list {
	display: none;
	background: #fff;
}

.zy-gyxm .list ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}

.zy-gyxm .list ul li {
	padding: 10px 0;
	list-style: none;
	color: #333;
	border-bottom: 1px solid #ddd;
	width: 100%;
	float: left;
	text-align: left;
	padding-right: 5px;
	padding-left: 2em;
	background: url(../images/ico_5.png) no-repeat 10px 20px;
}

.zy-gyxm .list ul li a {
	color: #e11b1c;
}

.zy-gyxm .list ul li:hover {
	display: block;
	background: #eee url(../images/ico_5.png) no-repeat 10px 20px;
}

.zy-gyxm .list ul li span {
	color: #333;
}
.zy-gyxm .list .active {
	background: #f7f7f7;
	color:#e11b1c;
}



/*公益人榜*/

.zy-gyrb {
	padding: 2em;
}

.zy-gyrb img {
max-height: 184px;
    background-size: cover;
    max-width: 240px;
}

.gyrbjs {
	margin-top: 20px;
	color: #666;
}

.gyrbjs strong {
	color: #000;
}

.gyrbleft {
	display: block;
	width: 300px;
	background: #fff;
	height: 100%;
	z-index: 9999;
}

#gyrbjs-bar {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 600px;
}

#gyrbjs-bar::-webkit-scrollbar {
	display: none;
}
#gyxm-bar {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 600px;
}

#gyxm-bar::-webkit-scrollbar {
	display: none;
}


.con-bar {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 500px;
}

@media (max-width: 767px) {
#gyrbjs-bar,#gyxm-bar{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 300px;
}
.con-bar{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 300px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#gyrbjs-bar,#gyxm-bar {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 300px;
}
.con-bar{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 300px;
}
}
.map-h{
max-height:670px;
}


.pic-sm {
	margin-top: 15px;
	padding: 15px;
}
@media (max-width: 767px) {
.pic-sm {
	margin-top: 10px;
	padding:10px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.pic-sm {
	margin-top: 10px;
	padding:10px;
}
	
}
	
.pic-sm img {
	height:210px;
	background-size: cover;
	width: 160px;
}
.gybtab{
	width: 420px;
	margin: 0 auto;
	padding-bottom: 15px;
	margin-bottom:30px;
	}
.gybtab1{
	width: 285px;
	margin: 0 auto;
	padding-bottom: 15px;
	margin-bottom:30px;
	}
.gybtab ul,.gybtab1 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.gybtab ul li,.gybtab1 ul li{
	float: left;
	display: block;
	width: 130px;
	color:#333;
	background:#eee;
	margin: 0 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.gybtab ul li a,.gybtab1 ul li a{
	display: block;
	color:#333;
}
.gybtab .active,.gybtab1 .active{
	display: block;color:#fff;font-weight:bold;background:#e11b1c;width: 130px;
}
.gybtab .active a,.gybtab1 .active a{
	color:#fff;
}

@media (max-width: 767px) {
.grbheight{height:210px;overflow:hidden;}
.pic-sm img {
	background-size: cover;
	width: 100%;
}
.gybtab,.gybtab1{
	width: 100%;
	margin: 0 auto;
	}
.gybtab ul li,.gybtab1 ul li{
	width: 30%;
	font-size: 14px;
	margin: 0 1.5%;
	height: 34px;
	line-height: 34px;
}
.gybtab .active,.gybtab1 .active{
	width: 30%;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.grbheight{height:210px;overflow:hidden;}
.pic-sm img {
	background-size: cover;
	width: 100%;
}
}

.pic-sm h4 {
	font-size: 15px;
	
}

.pic-sm h5 {
	color: #999;
}

.pic-zyz {
	margin-top: 15px;
	padding: 15px;
	padding-left: 1.5em;
}

.pic-zyz h4 {
	font-size: 15px;
}

.pic-zyz h5 {
	color: #999;
}


/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/

.section-header {
	text-align: center;
	padding-bottom: 30px;
}

.conForm {
	text-align: center;
}

.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #e0e0e0 1px solid;
	font-size: 15px;
}

.conForm input.noMarr {
	margin-right: 0px;
}

.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border: #e0e0e0 1px solid;
}

.submitBnt {
	background: #3496d8;
	color: #fff;
	padding: 15px 30px 15px 30px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}

.submitBnt:hover {
	background: #E5E5E5;
	color: #3496d8;
}


/*地图*/

#div {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	background: green;
}

#div:hover {
	background: #e11b1c;
}


/*详情*/

.mt30 {
	margin-top: 30px;
}

.m20 {
	padding: 20px;
	margin-top: 15px;
}

.detail-title h1 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 0px;
	margin: 0px;
	text-indent: 0;
}

.news-two {
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.details-news {
	padding-bottom: 10px;
	margin-top: 20px;
}

.details-news p {	
	font-weight: 300;
	line-height: 1.8;
	color: #333;
	word-wrap: break-word;
	text-align: left;
}

.details-news img {
	width: 850px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 15px 0;
	max-height:600px;
}
@media (max-width: 767px) {
.details-news img {
	max-width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 15px 0;
	max-height: 180px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.details-news img {
	width: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 15px 0;
	max-height:450px;
}
}

.gsjj {
	line-height: 36px;
	font-size: 16px;
	text-indent: 2em;
}

.emailzy {
	text-align: center;
	font-size: 18px;
	margin: 1em 0;
}

.form-control {
	height: 40px;
}

.red {
	color: #e11b1c;
}


/*视频*/

.spbf {
	margin: 3em;
}

.sp-h {
	height: 600px;
}
.sp-h1 {
	max-width:100%;
}

@media (max-width: 767px) {
	.spbf {
		margin: 0;
		margin-top: 20px;
	}
	.sp-h {
		height: 200px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.spbf {
		margin: 0;
		margin-top: 20px;
	}
	.sp-h {
		height: 200px;
	}
}

#allmap {
	width: 100%;
}

.xtu {
	border-radius: 10px;
	padding: 0 20px;
	cursor: pointer;
	background:green;
	border:1px solid #fff;
}

.xtur {
	border-radius: 10px;
	padding: 0 20px;
	cursor: pointer;
	background:#f00;
	border:1px solid #fff;
}


.xtuactive{
	background:#3496d8;
}
.xtuactive1{
	background:#3496d8;
}


.dtc {
	position: absolute;
	top: 0;
	background: #fff;
	z-index: 9999;
	border: 5px solid #aaa;
	display: none;
	text-align: left;
	vertical-align: middle;
	margin: 2em auto;
	width: 65%;
	margin-left: 25%;
	margin-top: 2%;
}

.dtc-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	/*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	height: 100%;
	filter: alpha(opacity=60);
	/*设置透明度为60%*/
	opacity: 0.6;
	/*非IE浏览器下设置透明度为60%*/
	display: none;
	z-Index: 999;
}

.dtc_close {
	font-size: 18px;
	text-align: right;
	height: 35px;
	padding-right: 10px;
	cursor: pointer;
}

.dtc_main {
	padding: 1em 2em 2em 2em;
}
.dtc_main img{
	max-width:100%;
}

@media (max-width: 767px) {
	.dtc {
		width: 90%;
		margin-left: 5%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.dtc {
		width: 90%;
		margin-left: 5%;
	}
}
/*分页*/

.met_pager {
	margin-top: 50px;
	text-align: center;
}

.met_pager * {
	display: inline-block;
}

.met_pager a {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	border-right: none;
	background: #f5f5f5;
	text-align: center;
	color: #76838f;
}

.met_pager a:hover {
	background: #f5f5f5;
	text-decoration: none;
}

.met_pager a.NextA {
	border-right: 1px solid #e4eaec;
}

.met_pager .PreSpan,
.met_pager .NextSpan {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	background: #fff;
	color: #ccd5db;
	cursor: default;
}

.met_pager .firstPage,
.met_pager .lastPage {
	min-width: 40px;
	height: 28px;
	line-height: 28px;
}

.met_pager a.Ahover {
	border-color: #e11b1c;
	border-color: ;
	color: ;
	background: #e11b1c;
	background: ;
	color: #fff;
	cursor: default;
}

.met_pager a.Ahover:hover {
	border-color: #e11b1c;
	border-color: ;
	color: ;
	background: #e11b1c;
	background: ;
	color: #fff;
}

.met_pager a {
	text-decoration: none;
}

.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
	text-decoration: none;
}

.met_pager .PageText {
	display: none;
	margin-left: 10px;
	color: #aaa;
}

.met_pager input {
	display: none;
}