/*幻灯片CSS*/
.slider {
	width: 100%;
	min-width: 1200px;
	height: 560px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px
}

.slider .bd li {
	width: 1200px;
	overflow: hidden;
}

.slider .bd li img {
	display: block;
	width: 1200px;
	height: 560px;
}

.slider .tempWrap {
	overflow: visible !important
}

.slider .tempWrap ul {
	margin-left: -1200px !important;
}

.slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 40px;
	text-align: center;
}

.slider .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 16px;
	height: 16px;
	line-height: 99px;
	overflow: hidden;
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}

.slider .hd li.on {	
	background: #d82721;
	border: 2px solid #d82721;
}

.slider .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 560px;
	cursor: pointer;
}

.slider .prev {
	left: -50%;
	margin-left: -600px;
}

.slider .next {
	left: 50%;
	margin-left: 600px;
}

.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 560px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slider .pnBtn .arrow {
	/*display: none;*/
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 560px;
}
.slider .prev .arrow {
	right: 100px;
	background: url(../image/prev.png) no-repeat center;
}

.slider .next .arrow {
	left: 100px;
	background: url(../image/next.png) no-repeat center;
}
/*幻灯片CSS*/

/*公益*/
.section1{
	background: #eeeeee;
	padding: 50px 0 40px;
}
.section1 .gongyong{
	font-size: 0;
	margin-bottom: 20px;
}
.section1 .gongyong .title{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	padding-left: 10px;
	border-left: 2px solid #9e368f;
}
.section1 .gongyong .more{
	width: 60px;
	height: 20px;
	background: url(../image/more.png) no-repeat center;
}
.section1-left{
	width: 640px;
	padding: 20px;
	background: #ffffff;
}
.section1-left .comiis_wrapad { 
	width: 100%;
}
.section1-left .block { 
	position: relative; 
}
.section1-left .slideshow { 
	clear: both; 
}
.section1-left .slideshow li { 
	position: relative; 
	width: 100%;
	display: none; 
}
.section1-left .slideshow li a{
	display: block;	
	height: 360px;
	overflow: hidden;
	position: relative;
}
.section1-left .comiis_wrapad img { 
	/*
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	*/
	width:600px;
	height:360px;
}
.section1-left .slideshow .title { 
	display: block;
	width: 100%; 
	height: 40px; 
	line-height: 40px; 
	font-size: 12px; 
	background: #555555; 
	color: #FFF; 
	padding: 0 10px;
	overflow: hidden; 
}
.section1-left .slidebar { 
	position: absolute; 
	bottom: 10px; 
	right: 10px; 
}
.section1-left .slidebar ul{
	overflow: hidden;
}
.section1-left .slidebar li { 
	float: left; 
	margin-right: 10px; 
	width: 20px; 
	height: 20px;
	font-size: 12px;
	color: #ffffff; 
	cursor: pointer; 
	background: transparent;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 20px;
	font-family: arial;
}
.section1-left .slidebar li:last-child{
	margin: 0;
}
.section1-left .slidebar li.on { 
	background: #ffffff;
	color: #333333;
}
.section1-left .list{
	margin-top: 20px;
	height: 160px;
	overflow: hidden;
}
.section1-left .list li{
	padding: 10px 0;
}
.section1-left .list a{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.section1-left .list a:hover{
	color: #9e368f;
}
.section1-left .list time{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.section1-right{
	width: 520px;
	padding: 20px;
	background: #ffffff;
}
.section1-right .list{
	height: 580px;
	overflow: hidden;
}
.section1-right .list li{
	margin-bottom: 20px;
}
.section1-right .list li:last-child{
	margin-bottom: 0;
}
.section1-right .list .pic{
	display: inline-block;
	width: 120px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.section1-right .list .pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section1-right .list .content{
	width: 340px;
	font-size: 0;
}
.section1-right .list .content .title{
	
}
.section1-right .list .content .title a{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.section1-right .list .content .title a:hover{
	color: #9e368f;
}
.section1-right .list .content .desc{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin: 10px 0 10px;
	height: 40px;
	overflow: hidden;
}
.section1-right .list .content .more{
	display: inline-block;
	width: 55px;
	height: 20px;
	background: #cccccc;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.section1-right .list .content .more:hover{
	background: #9e368f;
}

/*关于我们CSS*/
.about{
	background-repeat: no-repeat;
	background-position: center top;
	height: 490px;
	/*background-attachment: fixed;*/
}
.about-content{
	width: 560px;
	padding: 55px 0;
	margin: 0 0 0 auto;
}
.about-content h3{
	font-size: 36px;
	color: #ff9966;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 40px;
	text-transform: uppercase;
}
.about-content span{
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}
.about-content span:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 60px;
	height: 1px;
	background: #ffffff;
	left: 0;
	bottom: 0;
}
.about-content .neirong{
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 60px;
	height: 150px;
	overflow: hidden;
}
.about-content a{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	text-transform: uppercase;
}
.about-content a:last-child{
	margin-left: 18px;
}
/*关于我们CSS*/

/*公益掠影+党建服务*/
.section2{
	background: #eeeeee;
	padding: 60px 0;
}
.section2 .cate{
	text-align: center;
	font-size: 0;
}
.section2 .cate li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.section2 .cate li:last-child{
	margin-right: 0;
}
.section2 .cate a{
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	font-size: 18px;
	color: #333333;
	border: 1px solid #cccccc;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.section2 .cate a.active{
	background: #9e368f;
	border: 1px solid #882e7b;
	color: #ffffff;
}
.section2 .tab{
	margin-top: 40px;
	height: 447px;
}
.section2 .tab .tab-ul{
	display: none;
}
.section2 .tab .tab-ul:first-child{
	display: block;
}
.section2 .tab .tab-ul li{
	width: 380px;
	margin-right: 30px;
}
.section2 .tab .tab-ul li:last-child{
	margin-right: 0;
}
.section2 .tab .tab-ul li a.pic{
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
	border: 1px solid #e7e7e7;
}
.section2 .tab .tab-ul li a.pic img{
	/*
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	*/
	width:380px;
	height:220px;
}
.section2 .tab .tab-ul li .content{
	background: #ffffff;
	padding: 30px 20px 22px 20px;
	border: 1px solid #e7e7e7;
	border-top: none;
}
.section2 .tab .tab-ul li .content .title{
	
}
.section2 .tab .tab-ul li .content .title a{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section2 .tab .tab-ul li .content .time{
	font-size: 12px;
	color: #666666;
	display: inline-block;
	line-height: 20px;
	margin: 15px 0 12px;
}
.section2 .tab .tab-ul li .content .desc{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 25px;
}
.section2 .tab .tab-ul li .content .more{
	font-size: 12px;
	color: #b363a6;
	display: inline-block;
	line-height: 20px;
}

/*媒体支持*/
.section3{
	background: #ffffff;
	padding: 60px 0;
}
.section3 .titlea{
	text-align: center;
}
.section3 .titlea h2{
	display: inline-block;
	font-size: 22px;
	color: #666666;
	line-height: 20px;
	padding: 0 10px;
	position: relative;
}
.section3 .titlea h2:before{
	content: '';
	display: inline-block;	
	width: 160px;
	height: 11px;
	background: url(../image/lxian.png) no-repeat center;
	position: absolute;
	left: -160px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.section3 .titlea h2:after{
	content: '';
	display: inline-block;	
	width: 160px;
	height: 11px;
	background: url(../image/lxian.png) no-repeat center;
	position: absolute;
	right: -160px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

.section3 .picScroll-left{
	width: 1200px;
	position:relative;
	font-size: 0;
	margin: 40px auto 0 auto;
}
.section3 .picScroll-left .hd{
	position: absolute;
	width: 1300px;
	overflow:hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section3 .picScroll-left .hd .btn{ 
	display:block;  
	width:38px; 
	height:38px; 
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.section3 .picScroll-left .hd .prev{ 
	float: left;
	background-image: url(../image/left.png);
}
.section3 .picScroll-left .hd .next{ 
	float: right;
	background-image: url(../image/right.png);
}

.section3 .picScroll-left .bd .tempWrap{
	margin: 0 auto;
	width: 1200px!important;
}
.section3 .picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.section3 .picScroll-left .bd ul li{ 
	margin-right: 40px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.section3 .picScroll-left .bd ul li .pic{ 
	text-align:center; 
}
.section3 .picScroll-left .bd ul li .pic a{
	display: block;
	width: 270px;
	height: 110px;
	background: #ffffff;
	border: 1px solid #ececec;
	overflow: hidden;
	position: relative;
}
.section3 .picScroll-left .bd ul li .pic img{ 
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);	
}
.section3 .picScroll-left .bd ul li .title{ 
	padding: 5px 0;
	background: #9e368f;
}
.section3 .picScroll-left .bd ul li .title a{
	display: block;
	font-size: 12px;
	color: #ffffff;
	line-height:20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}