﻿@charset "utf-8";

a {
    text-decoration: none;
    color: #333 !important;
}

img {
    width: 100%;
    height: 100%;
}

.bd_width {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}

#menu a {
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    /* font-weight:bold; */
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

#menu .senc ul a {
    font-weight: normal;
    font-size: 14px;
}

/* 头部head样式开始 */
#head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

#head .top {
    width: 100%;
    max-width: 2160px;
    margin: 0 auto;
    height: 180px;
    background: url('/template/nsqcsh/images/home_img_bg.png') center bottom;
    background-size: cover;
}

#head .top .top_content {
    height: 180px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.top_content .logo {
    height: auto;
    width: auto;
}

.nav {
    background: #F66820;
    height: 50px;
    max-width: 2160px;
    margin: 0 auto;
}

.nav_box {
    position: relative;
    height: 50px;
    overflow: hidden;
}

#menu {
    height: 50px;
    margin: 0;
    padding: 0;
}

.secondOrder li:hover {
    background: #F66820;
}

#menu .secondOrder li a:hover {
    color: #fff !important;
}

.nav li {
    color: #fff;
    float: left;
    width: 140px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.secondOrder {
    position: absolute;
    background: #fff;
    display: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
    z-index: 1000;
}

.secondOrder li {
    float: none !important;
    line-height: 23px !important;
    font-size: 14px !important;
}

#menu .secondOrder li a {
    display: inline-block;
    padding: 0 20px;
    line-height: 44px;
    color: #3c3c3c !important;
}

#menu .senc:hover {
    background: #F53F17;
}

/* 头部head样式结束 */

/* 主体部分样式开始 */
#main {
    background: #fff;
    margin-top: 230px;
    min-height: 700px;
}

.g-body {}

.bd-right {
    margin-top: 10px;
}

#banner {
    width: 100%;
    max-height: 618px;
    /* height: 496px; */
    display: flex;
    justify-content: center;
}

.mySwiper {
    width: 100%;
    /* height: 496px; */
    max-width: 2160px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.mySwiper img {
    width: 100%;
    /* height: 496px; */
    max-width: 2160px;
}

.mySwiper .next1 {
    width: 54px;
    height: 86px;
    background: url('/template/gdcszh/images/next1.png');
    background-size: cover;
    margin-top: -43px;
    right: 0;
    display: none
}

.mySwiper .prev1 {
    width: 54px;
    height: 86px;
    background: url('/template/gdcszh/images/prev1.png');
    background-size: cover;
    left: 0;
    margin-top: -43px;
    display: none
}

.mySwiper .swiper-pagination-bullet {
    width: 62px;
    height: 3px;
    background: #fff;
    opacity: 0.5;
    border-radius: 0;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #DD342F;
    opacity: 1;
    border-radius: 0;
}

#banner2 .next2,
.pro_swiper .next2,
.fund_swiper .next2 {
    width: 45px;
    height: 45px;
    background: url('/template/gdcszh/images/next2.png');
    background-size: cover;
    margin-top: -90px;
    right: 0;
    display: none
}

#banner2 .prev2,
.pro_swiper .prev2,
.fund_swiper .prev2 {
    width: 45px;
    height: 45px;
    background: url('/template/gdcszh/images/prev2.png');
    background-size: cover;
    left: 0;
    margin-top: -90px;
    display: none
}

.head {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 72px 0 32px 0;
}

.title_icon {
    width: 25px;
    height: 25px;
    margin-right: 13px;
}

.head .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 72px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    line-height: 72px;
    background-image: url('/template/nsqcsh/images/home_img_title.png');
    background-size: cover;
    padding-bottom: 0 !important;
}

#news .news_classify {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#news .news_classify .tab {
    width: 142.5px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid #EFEFEF;
}

#news .news_classify .tab_active {
    background: #f6682014 !important;
    color: #F66820 !important;
    border-bottom: 3px solid #F66820;
    ;
}

.news_content {
    height: 332px;
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
}

#news .morebox {
    width: 100%;
    height: 40px;
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

#news .morebox .morenews {
    display: inline-block;
    color: #fff;
    background: #F66820;
    text-align: center;
    width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}


#banner2 {
    width: 590px;
    height: 332px;
    background: #fff;
    /* margin-right: 40px; */
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

#swiper2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#banner2 img {
    width: 590px;
    height: 332px;
    display: block;
}

#banner2 .swiper-slide {
    width: 590px !important;
    height: 332px;
    position: relative;
}

#banner2 .shadow {
    width: 590px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #F66820;


    padding-left: 16px;

}

#banner2 .shadow .txt {
    width: 440px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

#banner2 .pagination2 {
    position: absolute;
    width: 130px;
    left: 470px;
    bottom: 10px;
}

/* #banner2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #D50915;
} */

#banner2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff99 !important;
    opacity: 1;
    margin: 0 4px;
}

#banner2 .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #FFF !important;
}

.news_item {
    display: flex;
    justify-content: left;
    margin-bottom: 21px;
    cursor: pointer;
}

.news_item .datetime {
    color: #999999;
    font-size: 16px;
}

.news_item .date {
    font-size: 16px;

}

.item_mar {
    margin: 0 15px 30px;
}

.news_item .year {
    font-size: 14px;
    opacity: 0.6;
}

.news_item .item_center {
    /* margin-left: 20px; */
    width: 570px;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    /* padding: 4px 0; */
}


.news_item .title {
    width: 410px;
    font-size: 16px;
    /* line-height: 20px; */
    font-weight: 400;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    border: 0;
    /* font-weight: bold; */
}

.news_item .title-wrap {
    display: flex;
    align-items: center;
}

.news_item .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CBCBCB;
    margin-right: 8px;
}

.news_item .summary {
    width: 480px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mr20 {
    margin-right: 20px;
}

.project_content,
.links_content,
.fund_content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 1200px;
    overflow: hidden
}

.links_content{
    justify-content: flex-start;
}

.project_item {
    width: 384px;
    cursor: pointer;
}

.project_item img {
    width: 384px;
    height: 216px;
}

.project_item .shadow {
    position: relative;
}

.project_item .shadow:hover .mask {
    opacity: 1;
}

.project_item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.project_item .mask>div {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 100;
}

.project_item .mask img {
    width: 170px;
    height: 170px;
    z-index: 100;
}

.project_item .shadow:hover .fmask {
    opacity: 1;
}

.project_item .fmask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project_item .fmask>div {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 100;
}

.project_item .fmask img {
    width: 170px;
    height: 170px;
    z-index: 100;
}

.project_info {
    margin: 20px 0 30px 15px;
}

.project_info .title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    border: 0;
}

.nodata {
    margin: 0 auto;
}

.project_info .summary {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
    height: 48px;
    line-height: 24px;
}

.project_speed {
    width: 364px;
    height: 8px;
    margin: 0 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #e6e6e6;
    display: none
}

.project_speed>span {
    background: #D50915;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 4px;
}

.gomore {
    margin: 20px auto;
    color: #fff;
    background: #F66820;
    text-align: center;
    width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.links_content img {
    width: 224px;
    height: 80px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 10px 0 #00000014;
    margin:0 20px 20px 0;
    cursor: pointer;
}

.links_content a:nth-child(5n) img {
    margin-right: 0;
}

#links {
    padding-bottom: 40px;
    border-bottom: 2px solid #F66820;
}

#donate {
    max-width: 2160px;
    height: 384px;
    background: url('/template/nsqcsh/images/home_zzjz_bg.png') center bottom;
    background-size: cover;
    margin: 0 auto;
}

.donate_content {
    display: flex;
    justify-content: space-between;
}

.donate_content .donate_lf {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
}

.donate_content .donate_lf span {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #fff;
    margin-right: 12px;
}

.donate_lf .title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #fff;
    padding: 0;
    border: 0;
}

.donate_lf .inform {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.donate_ct {
    width: 230px;
    height: 284px;
    border-radius: 8px;
    background: #FFF;
    margin-top: 52px;
}

.donate_ct .title {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    text-align: center;
    margin: 32px 0 23px 0;
    padding: 0;
    border: 0;
}

.donate_ct .title span {
    color: #F66820;
}

.donate_ct img {
    width: 170px;
    height: 170px;
    /* margin: 0 auto; */
    margin-left: 30px;
}

.donate_rt {
    width: 464px;
    height: 284px;
    border-radius: 8px;
    background: #FFF;
    margin-top: 52px;
}

.donate_head {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #ededed;
}

.donate_fl {
    display: flex;
    justify-content: left;
    line-height: 42px;
    padding: 0 33px;

}

.donate_rt .name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.donate_rt .time {
    width: 150px;
    text-align: right;
    color: #222;
    font-size: 14px;
    margin: 0;
}

.donate_rt .money {
    width: 136px;
    text-align: center;
}

.donate_rt .project {
    width: 150px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.donate_body {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    height: 224px;
    position: relative;
    overflow: hidden;
}

.donate_item {
    height: 34px;
    line-height: 34px;
}

.donate_rt .donate_body .money {
    /* font-weight: bold; */
    color: #DD171B;
}

.dynamic_content {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.dynamic_lf {
    width: 660px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dynamiclf_item {
    width: 320px;
    height: 167px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dynamiclf_title {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}

.dynamiclf_title img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
}

/* .dynamic_lf img {
    width: 328px;
    height: 188px;
    margin-bottom: 20px;
    cursor: pointer;
} */

.dynamic_rt {
    width: 500px;
    margin-top: -10px;
}

.dynamic_rt .icon {
    width: 4px;
    height: 4px;
    background: #F66820;
    margin-right: 10px;
}

.dynamic_item {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
}

.dynamic_item .title {
    width: 352px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #222222;
    line-height: 41px;
    font-weight: 400;
    padding: 0;
    border: 0;
}

.dynamic_item .time {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-left: 40px;
    margin-right: 0;
}

/* 首页底部样式开始 */
#foot {
    height: 290px;
    background: #F2F2F2;
}

.foot_top {
    height: 220px;
    border-bottom: 1px solid #E5E5E5;
    background: #FBFBFB;
}

.foot_content {
    height: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_logo {
    width: 459px;
    height: 100px;
}

.contact img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.contact>div {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.contact>div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 23px;
}

.wx_code img {
    width: 94px;
    height: 94px;
    display: block;
}

.wx_code {
    display: flex;
    justify-content: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    color: #333;
    text-align: center;
}

.wx_code>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot_bottom {
    height: 71px;
    line-height: 71px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #FBFBFB;
}

.foot_bottom a {
    color: #333;
}

.foot_bottom span {
    width: 2px;
    height: 14px;
    background: #333;
    margin: 0 10px;
    display: inline-block;
}

/* 捐款统计数据模块样式开始 */
#statistics {
    width: 100%;
    max-width: 2160px;
    height: 168px;
    margin: 0 auto;
    background: url('/template/gdcszh/images/donatedatabg.png') center bottom;
    background-size: cover;
    margin-top: 60px;
}

#statistics .content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#statistics .sta_lf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 870px;
    height: 100%;
}

#statistics .sta_rt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 150px;
    height: 100%;
    padding: 32px 0;
}

#statistics .sta_rt button {
    width: 140px;
    height: 44px;
    border-radius: 6px;
}

.sta_rt>div {
    width: 140px;
    height: 44px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#btn_donation {
    background: #DD342F;
}

#btn_publicity {
    background: #FFAF00;
}

.sta_item {
    display: flex;
    justify-content: left;
    height: 64px;
}

.sta_item img {
    width: 64px;
    height: 64px;
    display: block;
    margin-right: 20px;
}

.sta_item .item_center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sta_item .item_number .number {
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
}

.sta_item .item_number .unit {
    font-size: 14px;
    font-weight: normal;
}

.sta_item .item_name {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

/* 捐款统计数据模块样式结束 */
.fund_bg {
    width: 100%;
    max-width: 2160px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.fund_bg img {
    width: auto;
    height: 225px;
}

@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -307px, 0);
        transform: translate3d(0, -307px, 0);
        display: none;
    }
}

.rowup {
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
    position: relative;
}