@charset "utf-8";

/*样式初始化*/

* {
	margin: 0;
	padding: 0;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

i {
	font-style: normal;
}

body {
	font-family: "Microsoft YaHei", serif;
	font-size: 14px;
	font-style: normal;
	color: #6A6A6A;
}

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

.cl {
	clear: both;
}


/*清除浮动*/

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfloat {
	zoom: 1;
}


/*禁用了文本的拖拉，尤其在谷歌下*/


/*p {*/


/*text-align: justify;*/


/*text-justify: distribute;*/


/*}*/

a:hover {
	color: #F63756;
	text-decoration: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #555555;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb50 {
	margin-bottom: 50px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

.w840 {
	width: 840px;
	float: left;
}

.w578 {
	width: 578px;
	float: left;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}


/*弹性盒子*/

.flex-box {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: flex !important;
}

.flex1 {
	flex: 1;
}

.b_h_c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cur {
	color: #d9131f;
}


/*图像放大效果*/

.trans-img {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.trans-img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/*tag*/

.user-tag {
	position: relative;
	display: inline-block;
	padding: 4px 10px;
	background: #de6463;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}

.user-tag::before {
	content: "";
	position: absolute;
	top: 8px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid #de6463;
	border-bottom: 5px solid transparent;
	left: -4px;
}


/* 头部 */

.header {
	border-bottom: 5px solid #D9131F;
	min-width: 1200px;
}

.header .topbox {
	width: 100%;
	background: #F9F9F9;
	overflow: hidden;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 10px;
}

.header .top {
	width: 1200px;
	margin: 0 auto;
}

.header .top li {
	height: 35px;
	width: auto;
	padding: 0 15px;
	float: left;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.header .top-left {
	float: left;
}

.header .top li:nth-child(odd) {
	border-right: 0;
}

.header .top a {
	color: #999999;
	line-height: 36px;
	text-align: center;
}

.header .top a:hover {
	color: #F63756;
}

.header .top-right {
	float: right;
}


/*logobox*/

.header .logobox {
	width: 1200px;
	height: 130px;
	margin: 0 auto;
	display: block;
}

.header .logobox-left {
	margin-top: 30px;
	float: left;
}

.header .logobox-right {
	margin-top: 30px;
	float: right;
}

.header .scan {
	display: inline-block;
}

.header .slogan {
	display: inline-block;
	top: 13px;
	position: relative;
	float: left;
}


/*修改*/

/*
.logobox .city {
    position: relative;
    background: white;
    margin-left: 30px;
    border: 1px solid #d8d8d8;
    display: inline-block;
    text-align: center;
    color: #d3131a;
    padding: 7px 25px;
}

.logobox .city span {
    font-size: 16px;
}

.logobox .city i {
    margin-left: 5px;
}

.logobox .search_text {
    padding: 7px 14px 7px 14px;
    color: #555555;
    width: 255px;
    border: 2px solid #d51219;
    position: relative;
    margin-right: 122px;
}

.logobox .suosu {
    width: 80px;
    height: 38px;
    background: url(../img/sousuo.jpg) no-repeat;
    padding-bottom: 4px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 255px;
    outline: none;
    background: #d51219;
    border: 1px solid #d51219;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(213, 18, 25);
    border-left: 0;
}

.icon-magnifier {
    position: absolute;
    top: 9px;
    left: 288px;
    color: white;
    cursor: pointer;
}

.search {
    position: relative;
}

*/


/*end*/


/*下拉*/

#city-panel {
	position: absolute;
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
	width: 500px;
	left: 30px;
	top: 37px;
	border-radius: 0 0 4px 4px;
	background: white;
}

#city-panel dl {
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	line-height: 23px;
	overflow: hidden;
	zoom: 1;
}

#city-panel dt {
	width: 72px;
	float: left;
	color: #666;
}

#city-panel dd {
	float: left;
	overflow: hidden;
	zoom: 1;
}

#city-panel dd a:link,
.moreCity:link,
#city-panel dd a:visited,
.moreCity:visited,
#city-panel dd a:active,
.moreCity:active {
	text-decoration: none;
}

#city-panel dd a {
	float: left;
	white-space: nowrap;
	min-width: 58px;
}

a {
	cursor: pointer;
}

.logobox .city:hover {
	z-index: 993;
	border-bottom: 0;
}

.sss {
	z-index: 993 !important;
	border-bottom: 0 !important;
}

.logobox .city:hover .city_panel {
	display: block;
}

.active_city {
	display: none;
}

.ct {
	position: relative;
	z-index: 999;
	display: inline-block;
	margin-top: 43px;
}


/*end*/

.header .scan a {
	margin-left: 10px;
	display: block;
	float: left;
	position: relative;
}

.header .scan .qrcode {
	position: absolute;
	width: 200px;
	height: 200px;
	padding: 15px;
	background: #ffffff;
	top: 80px;
	overflow: hidden;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #EEEEEE;
	z-index: 100;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
	box-shadow: 10px 10px 5px #888888;
}

.header .scan .qrcode img {
	display: block;
	width: 170px;
	height: 170px;
	border: 1px solid #EEEEEE;
}

.header .scan a:hover .qrcode {
	display: block;
}


/*网站头部*/

.header .col960 {
	width: 1200px;
	margin: auto;
}

.header .navbg {
	height: 40px;
	width: 100%;
	z-index: 9999;
	left: 0;
}

#navul li {
	float: left;
}

#navul li a {
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #4C4C4C;
	padding: 0 15px;
}

#navul li a:hover {
	color: #F63756;
}

#navul li ul {
	display: none;
	position: absolute;
	z-index: 99;
	top: 38px;
	left: -1px;
	background: #ffa800;
	border-bottom: none;
}

#navul li ul li {
	display: block;
	width: 98px;
	float: none;
	margin-right: 0;
	position: relative;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

#navul .active {
	background: #F1F1F1;
	color: #F63756;
}

#navul .active a {
	color: #F63756;
}

#navul .current {
	background: #F1F1F1;
	color: #F63756;
}


/*头部结束*/


/*中间内容开始*/


/*banner-box*/

#center .banner-box {
	width: 1200px;
	height: 384px;
	margin-bottom: 40px;
}

#center .banner {
	width: 569px;
	height: 384px;
	float: left;
}

#center .myCarousel {
	width: 840px;
	height: 410px;
	margin-left: 0;
}

#center .banner-img {
	width: 840px;
	height: 410px;
}

#center .banner-summary {
	width: 334px;
	height: 410px;
	padding-top: 46px;
	padding-left: 46px;
	position: absolute;
	z-index: 9998;
	top: 0;
	right: 0;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.3);
}

#center .summary-title {
	width: 226px;
	font-size: 30px;
	line-height: 40px;
	height: 80px;
	margin: 0 0 10px;
	overflow: hidden;
}

#center .summary-content {
	width: 220px;
	height: 200px;
	overflow: hidden;
	margin-left: 0;
	font-size: 14px;
}

#center .summary-author {
	width: 230px;
	position: absolute;
	bottom: 60px;
	margin-left: 0;
	font-size: 16px;
}

#center .summary-page {
	width: 96px;
	position: absolute;
	bottom: 0;
	margin-left: 0;
	font-size: 14px;
	background: url("../img/images/page-bg.png") no-repeat center center;
}

#center .summary-page p {
	width: 96px;
	text-align: center;
}

#center .total-page {
	font-size: 30px;
}

#center .carousel-control.left {
	background: url("../img/images/pre-arrow.png") no-repeat center left;
}

#center .carousel-control.right {
	background: url("../img/images/next-arrow.png") no-repeat center right;
}

#center .count-box {
	width: 301px;
	height: 410px;
	float: right;
}

#center .count {
	width: 300px;
	height: 270px;
	background: url("../img/images/count.png") no-repeat;
}

#center .people {
	display: inline-block;
	margin-left: 40px;
	margin-top: 62px;
	height: 34px;
	width: 220px;
	line-height: 40px;
	text-align: center;
	color: #DE6262;
	font-size: 20px;
}

#center .money {
	display: inline-block;
	margin-left: 40px;
	margin-top: 62px;
	height: 34px;
	width: 220px;
	line-height: 40px;
	text-align: center;
	color: #DE6262;
	font-size: 20px;
}

#center .donate {
	margin-top: 26px;
}


/*内容*/

#center .content-box:before {
	clear: both;
}

#center .content-box {
	width: 1200px;
	margin: 40px auto 0;
}


/*左边区域*/

#center .content-left {
	width: 870px;
	float: left;
}


/*项目展示*/

#center .project {
	margin-left: 0;
}

.underline .content-title {
	border-bottom: 1px solid #EAEAEA;
}

.titles a {
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	background: url("../img/images/title-bg.jpg") no-repeat 0 2px;
	padding-left: 15px;
}

.items li {
	width: 380px;
	margin-bottom: 40px;
	float: left;
	margin-right: 30px;
	border: 1px solid #EAEAEA;
}

.project .pro li {
	width: 386px;
	margin-right: 21px;
	border: none;
	margin-bottom: 50px;
}

.project .pro li:nth-of-type(3n) {
	margin-right: 0;
}

.project .pro .img {
	width: 100%;
	height: 256px;
}

.pro-bot {
	height: 153px;
	background: #f9f9f9;
}

.pro-bot .title {
	font-size: 18px !important;
	color: #555555 !important;
	margin: 0 !important;
	padding: 15px 14px !important;
}

.items .img {
	display: block;
	overflow: hidden;
}

.project .pro .img img {
	width: 100%;
	height: 100%;
}


/*.items .title {
	display: block;
	font-size: 20px;
	color: #333333;
	margin: 15px 0;
}*/

.items .prog {
	height: 24px;
}

.project .pro .progress {
	width: 270px;
}

.items .progress {
	width: 280px;
	height: 6px;
	background: #B1B1B1;
	margin: 10px;
}

.items .progress .progress-bar {
	background: #DD6362;
}

.items .bottom {
	height: 33px;
	margin: 21px 0 !important;
	color: #888888;
}

.items .left {
	display: inline-block;
	margin-left: 10px;
	line-height: 33px;
}

.items .progress {
	width: 280px;
	height: 4px;
	background: #B1B1B1;
	margin: 10px 10px 10px 14px !important;
}

.items .percent {
	color: #777777;
	font-size: 18px;
	margin-right: 5px
}

.items .join {
	display: inline-block;
	font-size: 16px;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #DD6362;
	border-radius: 5px;
	margin-right: 14px !important;
}

.items .title:hover {
	color: #D80C18;
}

#center .menu-title {
	float: left;
}

#center .get-more {
	float: right;
}

#center .project-box {
	width: 840px;
	height: 665px;
	float: none;
	clear: both;
}

#center .project-content {
	width: 400px;
	height: 306px;
	margin-top: 36px;
	cursor: pointer;
}

#center .project-content-left {
	float: left
}

#center .project-content-right {
	float: right
}

#center .project-img {
	width: 400px;
	height: 225px;
}

#center .project-title {
	color: #DE6262;
	font-size: 18px;
	margin-top: 20px;
}

#center .project-summary {
	margin-top: 12px;
}


/*物品义卖*/

.sell {
	margin-left: 0;
}

.sell .content-title {
	border-bottom: 1px solid #EAEAEA;
}

.sell-box li {
	width: 284px;
	margin-right: 21px;
	float: left;
}

.sell-box li:nth-of-type(4n) {
	margin-right: 0;
}

.sell-box .sell-img {
	display: block;
}

.sell-img {
	position: relative;
}

.sell-img img {
	width: 100%;
	height: 200px;
}

.sell-img .text {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	font-size: 16px;
	line-height: 40px;
	padding-left: 10px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sell-price {
	font-size: 16px;
	height: 137px;
	background: #f9f9f9;
}

.sell-title {
	padding: 19px 17px 0 15px;
	font-size: 16px;
	color: #555555;
	height: 65px;
}

.sell-price .price {
	color: #f63756;
	font-size: 20px;
	margin-left: 14px;
	margin-top: 18px;
}

.sell-price .buy {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	background: #DD6362;
	padding: 0 30px;
	border-radius: 5px;
	margin-right: 34px;
	margin-top: 18px;
}


/*公益公示*/

.pub-list .pub-avatar {
	width: 52px;
	height: 52px;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*padding: 2px;*/
	/*margin-right: 16px;*/
}

.pub-list .pub-avatar img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 2px;
}

.pub-infos {
	font-size: 16px;
}

.pub-infos div {
	margin-left: 20px;
}

.pub-list .pub-username {
	display: block;
	width: 97px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
}

.pub-list .pro-name {
	width: 94px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;
	color: #666666;
}

.pub-list .pub-txt {
	width: 50px;
	color: #666666;
}

.pub-list .price {
	width: 105px;
	color: #DD6362;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pub-list .time {
	font-size: 14px;
	text-align: right;
	color: #777777;
}


/*公益公示*/

.publicity {
	margin-right: 43px;
}

.publicity .content-title {
	border-bottom: 1px solid #EAEAEA;
}

.publicity-list li {
	width: 410px;
	height: 60px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.publicity-list li:nth-child(even) {
	margin-right: 0;
}

.publicity .list-l {
	width: 60px;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 2px;
	margin-right: 10px;
}


/*定期报告*/

.report .content-title {
	border-bottom: 1px solid #EAEAEA;
}

.report .item a {
	font-size: 16px;
	line-height: 32px;
	display: block;
}


/*end*/


/*.publicity .list-l, .publicity .list-m, .publicity .list-r {*/


/*height: 60px;*/


/*}*/

.publicity .list-m {
	width: 260px;
	overflow: hidden;
	font-size: 16px;
	line-height: 60px;
}

.publicity .list-l img {
	width: 54px;
	height: 54px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.publicity .list-m span {
	display: block;
	float: left;
}

.publicity .list-m .user-name {
	width: 100px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#center .publicity .list-r {
	line-height: 60px;
	font-size: 12px;
}


/*右边区域*/

#center .content-right {
	width: 300px;
	float: right;
}

#center .right-tip {
	width: 301px;
}


/*公益活动*/

#center .activity-content {
	width: 300px;
	height: 72px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}

#center .activity-img {
	width: 100px;
	height: 72px;
	float: left;
	display: block
}

#center .activity-words {
	height: 72px;
	width: 190px;
	margin-left: 10px;
	float: left
}

#center .activity-title {
	margin-bottom: 10px;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#center .activity-detail {
	font-size: 12px;
	color: #959595;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

#center .words-detail {
	color: #9C5B63
}


/*人物*/

#center .person-page {
	float: right;
}

#center .person-box a {
	display: block;
}

#center .person li {
	width: 93px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

#center .person li:nth-of-type(3n) {
	margin-right: 0;
}

#center .person-img {
	width: 93px;
	height: 93px;
	display: block;
	margin-bottom: 5px;
}

#center .person-title {
	text-align: center;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
}

#center .person-title a:hover {
	color: #F63756;
}

#center .person-title a {
	color: #333333;
}


/*动态*/

.trends-list {
	list-style-position: inside;
}

.trends-list li {
	list-style-type: square;
	max-height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 16px;
	color: #555555;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*数据*/

#center .zyy-data-list {
	list-style-position: inside;
}

#center .zyy-data-list li {
	list-style-type: square;
	font-size: 16px;
	max-height: 60px;
	line-height: 30px;
	width: 100%;
	color: #555555;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#center .donation {
	width: 301px;
	height: 60px;
}


/*影像视频*/

.zyy-video-box .img-video {
	display: block;
	overflow: hidden;
	float: left;
	width: 224px;
	height: 165px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.zyy-video-box .img-video1 {
	width: 498px;
	height: 340px;
	margin-left: 0;
}

.zyy-video-box .img-video2 {
	width: 458px;
	height: 165px;
}

.zyy-video-box img {
	width: 100%;
	transition: all 0.6s;
}

.zyy-video-box img:hover {
	transform: scale(1.1);
}


/*公益企业*/

.company .content-title {
	border-bottom: 1px solid #EAEAEA;
}

.company .company-box {
	width: 1200px;
	/*height: 72px;*/
	/*overflow: hidden;*/
}

.company .company-box a {
	float: left;
	display: block;
	width: 190px;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #EEEEEE;
}

.company .company-box a:nth-of-type(6n+6) {
	margin-right: 0;
}

.company .company-img {
	width: 188px;
	height: 70px;
}

.company-info {
	width: 1200px;
	height: 216px;
	margin: 0 auto;
	overflow: hidden;
}


/*回到顶部*/

.top-back {
	position: fixed;
	right: 30px;
	bottom: 100px;
	z-index: 9999;
}

.top-back div {
	width: 38px;
	height: 38px;
	border: 1px solid #D6D6D6;
}

.top-back .wx-logo {
	background: url("../img/images/top-back.jpg") no-repeat 0 0;
	cursor: pointer;
}

.top-back .top-logo {
	background: url("../img/images/top-back.jpg") no-repeat 0 -39px;
	cursor: pointer;
}


/*友情链接*/

.pub-media .content-title {
	border-bottom: 1px solid #EAEAEA;
}

.pub-media .other-bott {
	width: 100%;
	display: table;
}

.pub-media .other-bott .yqlj .nLi {
	float: left;
	width: 214px;
	height: 40px;
	background: #fcfcfc;
	border: 1px solid #e5e5e5;
	margin-right: 32px;
	text-indent: 40px;
	color: #333;
	position: relative;
}

.pub-media .other-bott .yqlj .nLi:last-child {
	margin-right: 0;
}

.yqlj .nLi .title {
	display: block;
	width: 100%;
	text-indent: 13px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background: #fff url(../img/yqlj_tb.png) no-repeat 190px 17px;
}

.yqlj .sub {
	width: 214px;
	max-height: 212px;
	display: none;
	left: -1px;
	bottom: 38px;
	position: absolute;
	border: 1px solid #e5e5e5;
	background: #fff;
	line-height: 30px;
	z-index: 9999;
	padding: 10px;
}

.yqlj .ww1 {
	/*position: absolute;*/
	width: 202px;
	max-height: 195px;
	top: 10px;
	overflow-y: auto;
}

.yqlj .ww1 li {
	overflow: hidden;
	line-height: 24px;
}

.yqlj .ww1 li a {
	display: block;
	width: 182px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 3px;
	font-size: 14px;
	font-weight: normal;
	color: #a5a5a5;
}

.yqlj .ww1 li a:hover {
	color: #f00;
}


/*底部*/

#footer .footer-box {
	float: none;
	clear: both;
	top: 265px;
	width: 100%;
	min-width: 1200px;
	background: #F1F1F1 url("../img/images/split.png") repeat-x top;
}

#footer .logo-slogan {
	width: 272px;
	height: 90px;
	margin-top: 62px;
	float: left;
	border-right: 1px solid #D6D6D6;
}

#footer .copy-right {
	width: 526px;
	height: 90px;
	margin-top: 62px;
	float: left;
	border-right: 1px solid #D6D6D6;
}

#footer .copy-right p {
	font-size: 13px;
	height: 27px;
	margin: 0 0 10px 40px;
	color: #676767;
}

#footer .tel-address {
	width: 400px;
	height: 90px;
	margin-top: 62px;
	float: right;
}

#footer .tel-address p {
	margin: 0 0 5px 40px;
	padding-left: 35px;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	color: #676767;
}

#footer .addr {
	background: url("../img/images/address.png") no-repeat left center;
}

#footer .tel {
	background: url("../img/images/tel.png") no-repeat left center;
}

#footer .e-mail {
	background: url("../img/images/e-mail.png") no-repeat left center;
}

#footer .map-info {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: #333333;
	float: none;
	clear: both;
}

#footer .map-content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer .map-ul li {
	float: left;
	/*width: 72px;*/
	height: 14px;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}

#footer .map-ul li a {
	color: #858585;
}

#footer .map-ul li a:hover {
	color: #F63756;
}

#footer .map-ul li.split {
	border-left: 1px solid #7A7A7A;
}

#footer .power-by {
	float: right;
}

#footer .power-by a {
	color: #858585;
}

#footer .power-by a:hover {
	color: #F63756;
}


/*首页修改*/

.cut-off {
	margin-left: 8px;
	margin-right: 10px;
	color: #858585;
}


/*公益 各地动态*/

.dynamic .content-title {
	border-bottom: 1px solid #EAEAEA;
}

.dynamic .nav {
	float: left;
	margin-top: 2px;
	color: #a6a6a6;
	margin-right: 28px;
}

.ml13 {
	margin-left: 13px;
	margin-right: 10px;
}

.dynamic .nav a {
	color: #a6a6a6;
	vertical-align: middle;
}

.dynamic .nav a:hover {
	color: #DB1D28;
}

.dynamic .province a {
	width: 580px;
	display: inline-block;
	font-size: 16px;
	margin-right: 35px;
	line-height: 35px;
}

.ml15 {
	margin-left: 15px;
}

.mb9 {
	margin-bottom: 9px;
}

.dynamic .province a:nth-of-type(2n) {
	margin-right: 0;
}

.dynamic .province .item .addicty {
	color: #a6a6a6;
}

.dynamic .province .item {
	width: 460px;
}

.dynamic .province .time {
	color: #a6a6a6;
	float: right;
}

.dynamic .province .title {
	display: inline-block;
	width: 334px;
	margin-right: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}


/*end*/
.counts-box {
	height: 130px;
	background: #f1f1f1;
	margin-bottom: 50px;
	font-size: 16px;
	padding: 0 22px;
	box-sizing: border-box;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.counts-item {
	width: 200px;
	height: 84px;
	background-color: #ffffff;
	border: solid 1px #ececec;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.counts-num {
	font-size: 20px;
	color: #dd6362;
	margin-top: 10px;
}

.ml32 {
	margin-left: 32px;
}

.ml44 {
	margin-left: 44px;
}

.banner .swiper-pagination {
	position: absolute;
	text-align: right;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.hotspot {
	width: 600px;
	float: right;
	height: 384px;
}

.hot-box {
	border-bottom: 1px solid #eaeaea;
}

.hot-box div {
	font-size: 18px;
	padding: 0 10px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	cursor: pointer;
}

.hotactive {
	background: #f1f1f1;
	color: #f63756;
}

.hot-content {
	margin-top: 20px;
}

.hot-content .title {
	font-size: 18px;
	color: #444444;
	margin-bottom: 10px;
}

.hot-content .particulars {
	color: #777777;
	line-height: 24px;
}

.hot-content .title:hover {
	color: #f63756;
}

/*.hot-content a {
	padding-bottom: 20px;
	display: inline-block;
}*/

.hot-content {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}

.hot-new {
	display: inline-block;
	width: 457px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555555 !important;
	font-size: 16px;
}

.hot-new:hover {
	color: #f63756 !important;
}

.hot-time {
	color: #a6a6a6;
}

.new a {
	line-height: 25px;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
}

.banner .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.banner .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.banner a {
	display: block;
	height: 100%;
	position: relative;
}

.banner .button {
	position: absolute;
	bottom: 0px;
	height: 80px;
	width: 569px;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	line-height: 44px;
	font-size: 16px;
	text-align: left;
	padding: 0 10px;
}

.banner .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.3);
	color: #FFFFFF;
}

.ell {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner .swiper-pagination-bullet {
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	color: #fff;
	background: #d80c18 !important;
}

.banner .swiper-pagination span {
	width: 22px !important;
	height: 22px !important;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 11px;
	left: auto;
	right: 10px;
}

.subnav {
	vertical-align: middle;
}

.mb55 {
	margin-bottom: 55px;
}

.counts-procince,
.counts-procince1 {
	width: 130px;
	height: 84px;
	background-image: linear-gradient(0deg, #fe4653 0%, #ff4f5c 43%, #ff5764 100%);
	color: #ffffff;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.counts-procince1 {
	background-image: linear-gradient(0deg, #4683f4 0%, #4b91f6 43%, #4f9ef8 100%);
}

.counts-procince1:hover,
.counts-procince:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.counts-procince1:focus,
.counts-procince:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.counts-procince .iconfont,
.counts-procince1 .iconfont {
	font-size: 30px;
}

.ml10 {
	margin-left: 10px;
}

.mb25 {
	margin-bottom: 25px;
}

.report-time {
	color: #a6a6a6;
}

#bot-only .new {
	margin-top: 8px;
}

#bot-country .new {
	margin-top: 8px;
}

.report .item .title {
	width: 400px;
	display: inline-block;
}

/*城市站点修改*/

.city_panel .provinces {
	margin-left: 20px;
	padding-top: 26px;
	margin-right: 20px;
}

.provinces h1 {
	font-size: 16px;
	color: #666666;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 12px;
}

.provinces .item {
	padding-top: 15px;
	padding-bottom: 29px;
}

.provinces .item a {
	line-height: 25px;
	min-width: 50px;
	display: inline-block;
	color: #acacac;
}

.provinces .item a:hover {
	color: #F63756;
}

.citys {
	margin-left: 20px;
	margin-right: 20px;
}

.citys h1 {
	font-size: 16px;
	color: #666666;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 12px;
}

.citys .item {
	padding-top: 15px;
	padding-bottom: 29px;
}

.citys .item a {
	line-height: 25px;
	color: #acacac;
	margin-left: 10px;
}

.citys .item a:nth-of-type(1) {
	margin-left: 0;
}

.citys .item a:hover {
	color: #F63756;
}

/*救护首页*/

#footer .map-ul li span {
	margin: 0 10px;
	color: #fff;
	opacity: 0.3;
}

.rescue {
	height: 190px;
}

.rescue-box ul li a {
	display: block;
	width: 390px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	font-size: 18px;
}

.rescue-box ul li a {
	color: #fff;
}

.rescue-box ul li a span {
	vertical-align: super;
	margin-left: 23px;
}

.rescue-box ul {
	margin-top: 40px;
}

.rescue-box .apply {
	background-image: linear-gradient(0deg, #ef9239 0%, #f5983f 43%, #fb9d44 100%), linear-gradient(#fb9d44, #fb9d44);
	background-blend-mode: normal, normal;
	border: solid 1px #e28126;
}

.rescue-box .Ambulance {
	background-image: linear-gradient(0deg, #fe4653 0%, #ff4f5b 43%, #ff5763 100%), linear-gradient(#fa5258, #fa5258);
	background-blend-mode: normal, normal;
	border: solid 1px #fc4957;
	margin-left: 12px;
}

.rescue-box .inquire {
	background-image: linear-gradient(0deg, #018df3 0%, #0e94f5 43%, #1b9af7 100%), linear-gradient(#38b8e8, #38b8e8);
	background-blend-mode: normal, normal;
	border: solid 1px #0081df;
	margin-left: 12px;
}

.rescue-box ul li a .iconfont {
	font-size: 36px;
}

.rescue-box ul li {
	border-radius: 6px;
}

.rescue-box .item a span {
	vertical-align: super;
}

.rescue-apply {
	margin-top: 45px;
}

.rescue-apply .item a {
	display: block;
	height: 386px;
	width: 380px;
	background: #f9f8f8;
	margin-left: 30px;
	margin-bottom: 42px;
}

.rescue-apply .item a:nth-of-type(3n-2) {
	margin-left: 0;
}

.rescue-apply .item a img {
	width: 100%;
	height: 272px;
}

.rescue-apply .item a .bottom {
	margin: 25px 26px 27px 21px;
}

.rescue-apply .item a .bottom .title {
	color: #555555;
	font-size: 18px;
	font-weight: 600;
}

.rescue-apply .item a .bottom .now {
	width: 100px;
	height: 28px;
	background: #fe4e5b;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	margin-top: 15px;
}

.ml40 {
	margin-left: 40px;
}

.rescue-apply .item a .bottom .le-box {
	margin-top: 20px;
}

.rescue-apply .item a:hover .title {
	color: #F63756;
}

.rescue-item .item a {
	display: block;
	width: 380px;
	height: 335px;
	background: #f9f8f8;
	margin-left: 30px;
	margin-bottom: 42px;
}

.rescue-item .item a img {
	width: 100%;
	height: 272px;
}

.rescue-item .item a .title {
	margin: 21px;
	font-size: 18px;
	font-weight: 600;
}

.rescue-item .item a:nth-of-type(3n-2) {
	margin-left: 0;
}

.mr43 {
	margin-right: 43px;
}

.demeanour {
	margin: 45px auto;
}

.demeanour .item a {
	display: block;
	width: 284px;
	height: 184px;
	margin-left: 21px;
}

.demeanour .item a:nth-of-type(4n-3) {
	margin-left: 0;
}

.demeanour .item a img {
	width: 100%;
	height: 100%;
}

.mt50 {
	margin-top: 50px;
}

.rescue-list-box ul li a {
	display: block;
	width: 284px;
	height: 84px;
	font-size: 18px;
}

.rescue-list-box ul li a {
	color: #fff;
	padding-top: 20px;
}

.rescue-list-box ul li {
	border-radius: 6px;
}

.rescue-list-box ul li a span {
	display: inline-block;
	vertical-align: super;
	margin-left: 23px;
	width: 144px;
	height: 47px;
}

.rescue-list-box ul {
	margin-top: 40px;
}

.rescue-list-box .apply {
	background-image: linear-gradient(0deg, #ef9239 0%, #f5983f 43%, #fb9d44 100%), linear-gradient(#fb9d44, #fb9d44);
	background-blend-mode: normal, normal;
	border: solid 1px #e28126;
}

.rescue-list-box .Ambulance {
	background-image: linear-gradient(0deg, #fe4653 0%, #ff4f5b 43%, #ff5763 100%), linear-gradient(#fa5258, #fa5258);
	background-blend-mode: normal, normal;
	margin-left: 18px;
	border: solid 1px #fc4957;
}

.rescue-list-box .inquire {
	background-image: linear-gradient(0deg, #018df3 0%, #0e94f5 43%, #1b9af7 100%), linear-gradient(#38b8e8, #38b8e8);
	background-blend-mode: normal, normal;
	margin-left: 18px;
	border: solid 1px #0081df;
}

.rescue-list-box .management {
	background: #96c933;
	margin-left: 18px;
	border: solid 1px #8ec02e;
}

.rescue-list-box ul li a .iconfont {
	font-size: 36px;
	margin-left: 28px;
}

.rescue-list-box .item a span {
	vertical-align: super;
}


/*end*/
