.main_right {
	float: right;
	width: 36%;
}

.home_money, .home_video, .home_contactus, .home_inqurie {
	width: 100%;
	margin-top: 22px;
}

.home_title {
	height: 48px;
}

.home_money span {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	display: block;
}

.home_money span p font {
	color: #e11b1c;
    font-size: 24px;
    width: 360px;
	height:30px;
	line-height:30px;
	display:block;
    letter-spacing: 15px;
    background: url(../img/home_money_3.png) no-repeat 40px 0;
    padding-left: 40px;
}

.home_money span p font b {
	font-weight: normal;
	padding-left: 9px;
}

.home_money_btn {
	margin-top: 30px;
	margin-left: 20px;
}

.home_money_btn a {
	display: block;
	width: 370px;
	height: 55px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 52px;
	padding-left: 15px;
}

.home_money_btn a:hover {
	color: #fff !important;
}

.home_btn_donations {
	background: url(../img/home_btn_donations.png) no-repeat;
	margin-bottom: 20px;
}

.home_btn_flow {
	background: url(../img/home_btn_flow.png) no-repeat;
	margin-bottom: 10px;
}

.home_money_content {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	height: auto;
}

.home_title h2 {
	font-weight: normal;
	font-size: 18px;
}

.home_title h2 i {
	width: 5px;
	height: 24px;
	background: url(../img/title_img.png) no-repeat;
	display: block;
	float: left;
	margin-right: 20px;
}

.home_inqurie_h3 {
	text-align: center;
	color: #CA0514;
}

.home_cs_left {
	float: left;
}

.home_cs_left p {
	height: 40px;
	color: #777;
	font-size: 18px;
	line-height: 20px;
}

.tele {
	background: url(../img/tele.png) no-repeat;
	width: 25px;
	height: 22px;
	float: left;
	margin-right: 20px;
}

.mail {
	background: url(../img/mail.png) no-repeat;
	width: 27px;
	height: 22px;
	float: left;
	margin-right: 20px;
}

.home_cs_right {
	float: right;
	margin-top: 10px;
}

/*首页捐款项目tab滑动*/
#linksContent_2 {
	clear: both;
	padding: 0 0 0 30px !important;
	width:1168px;
	overflow:hidden;
}

#menu_2 .category {
	display: inline;
	float: left;
	width: 100%;
}

#menu_2 .more {
	margin-top: 20px;
}

#linksContent_2 figcaption {
	text-align: center;
	color: #777;
	font-size: 14px;
}

#linksContent_2 figure img {
	padding-bottom: 10px;
}

#linksContent_2 li {
	width: 265px;
	margin-right: 27px;
	padding: 1% 0 0.5% 0;
	border: none;
}

/*首页公益人风采tab滑动*/
#linksContent_3 {
	clear: both;
	padding: 0 0 0 30px !important;
}

#menu_3 .category {
	display: inline;
	float: left;
	width: 100%;
}

#menu_3 .more {
	margin-top: 20px;
}

#linksContent_3 figcaption {
	text-align: center;
	color: #777;
	font-size: 14px;
}

#linksContent_3 figure img {
	padding-bottom: 10px;
}

#linksContent_3 li {
	width: 265px;
	margin-right: 26px;
	padding: 1% 0;
	border: none;
}

.link {
	font-size: 14px;
	color: #777;
	text-align: center;
	line-height: 2;
}

/*公益伙伴*/
.home_partner {
	margin-top: 20px;
}

.h_p_c li {
	margin: 10px 30px 10px 0;
}

.home_partner .home_money_content {
	float: left;
}

/*首页轮播图*/
#owl-demo {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#owl-demo .item {
	position: relative;
	display: block;
}

#owl-demo img {
	display: block;
	width: 100%;
	height: auto;
}

#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity = 60);
}

#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	font: 18px/32px "微软雅黑", "黑体";
	color: #fff;
	text-align: center;
}

/*.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../img/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../img/bg16.png);}*/
.owl-buttons {
	display: none;
}

.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	text-indent: -9999px;
}

.owl-prev {
	left: 0;
	background-image: url(../img/bg17.png);
}

.owl-next {
	right: 0;
	background-image: url(../img/bg18.png);
}

.owl-prev:hover {
	background-image: url(../img/bg19.png);
}

.owl-next:hover {
	background-image: url(../img/bg20.png);
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 100ms ease-in-out;
	-moz-transition: height 100ms ease-in-out;
	-ms-transition: height 100ms ease-in-out;
	-o-transition: height 100ms ease-in-out;
	transition: height 100ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
#linksContent {
	height: 1045px;
}
.label-selected {
	height: 66px;
}

.slide {
	overflow: hidden;
	position: relative;
}

.slide ul {
	height: 256px;
	width: auto;
	position: relative;
	overflow: hidden;
	float:left;
	display: inline;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}

.To20{ margin-top:50px;}
.ToMain{ width:1200px; margin:0px auto;}
.ToTitle{ padding-bottom:30px;}
.ToTitle h3{ font-size:32px; font-weight:normal; line-height:30px;}
.ToTitle i{ font-size:20px; font-style:normal; color:#666; font-weight:normal; text-transform:uppercase; margin-top:10px; display:inline-block;}

.poclist li{ float:left; width:278px;margin-right:30px; margin-top:20px; position:relative; background:#fff;}
.poclist li:hover{ box-shadow:0 0 10px #ccc;}
.poclist li img{ width:100%; height:195px; display:block;}
.poclist li p{ font-size:16px; height:26px; line-height:26px; overflow:hidden; text-align:center; margin:8px 0;}
.poclist li em{ line-height:24px; display:block; position:absolute;top:5px;left:5px;z-index:9;background:rgba(0,0,0,0.7); color:#fff;padding:0 10px;font-size:13px;}
.poclist li a:hover p{ color:#f26e22;}
.poclist li a:hover i{ background:url(../img/dot.png) right 0 no-repeat;}

.picScroll-left{ position:relative;}
.picScroll-left .prev,.picScroll-left .next{ width:40px; height:120px; display:block; cursor:pointer; position:absolute; top:70px; z-index:999;}
.picScroll-left .prev{background:url(../img/al.png) center center no-repeat rgba(0, 0, 0, 0.4); left:-60px;}
.picScroll-left .next{background:url(../img/ar.png) center center no-repeat rgba(0, 0, 0, 0.4); right:-60px;}
.picScroll-left .prevStop{ background:url(../img/al.png) center center no-repeat rgba(0, 0, 0, 0.4);}
.picScroll-left .nextStop{ background:url(../img/ar.png) center center no-repeat rgba(0, 0, 0, 0.4);}
.picScroll-left .bd ul{ height:250px; overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{ margin-top:0; float:left; _display:inline; text-align:center;}

.sec5{width: 100%; padding-bottom:50px;}
.sec5 .left{text-align:left;position:relative;z-index:1;width:480px;float:right}
.sec5 .left h1{font-size:20px;color:#f26e22;padding-top:20px;font-weight:700}
.sec5 .left h1 a{color:#f26e22}
.sec5 .left h1 a:hover{color:#004f87}
.sec5 .left p{color:#707070;text-align:left;line-height:24px;height:48px;overflow:hidden;padding-top:8px;font-size:13px}
.sec5 .left .more{display:block;text-align:center;width:146px;height:32px;line-height:32px;background:#f26e22;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-top:35px;font-size:14px;transition:ease-in-out .2s}
.sec5 .left .more:hover{width:182px}
.sec5 .left .time{position:absolute;left:0;top:0;width:77px;height:77px;color:#fff;z-index:10;display:block;background:rgba(0, 0, 0, 0.4);text-align:center;}
.sec5 .left img{width:480px;height:280px;overflow:hidden;}
.sec5 .left .time h2{font-size:48px;font-weight:100;line-height:40px;padding-top:8px;color:#fff; font-family:Arial, Helvetica, sans-serif;}
.sec5 .left .time h3{font-size:14px;font-weight:100;color:#fff;}
.sec5 .right{float:left;width:660px}
.sec5 .right .item{width:100%;border-bottom:1px solid #d9d9d9;padding:20px 0}
.sec5 .right .item h3{font-size:18px;color:#333;text-align:left;font-weight:bold;}
.sec5 .right .item a{height:60px;display:block;width:100%}
.sec5 .right .item .txt{color:#888;height:40px;overflow:hidden;font-size:13px;line-height:20px;text-align:left;margin-top:4px}
.sec5 .right .item .time{float:left;height:60px;margin-right:20px;text-align:center;line-height:14px;color:#8c8c8c}
.sec5 .right .item .time .day{font-size:48px;line-height:48px;display:block; font-family:Arial, Helvetica, sans-serif;}
.sec5 .right .item:first-child{padding-top:0}
.sec5 .right .item:first-child a{padding-top:0}
.sec5 .right .item:hover h3{color:#f26e22}