﻿@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/jhcsh/images/headbg.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: #E83030;
    height: 50px;
    /*height: 85px;*/
    max-width: 2160px;
    margin: 0 auto;
}
.nav_box {
    position: relative;
    height: 50px;
    /*height: 85px;*/
}
#menu {
    height: 50px;
    /*height: 85px;*/
    margin: 0;
    padding: 0;
}
.secondOrder li:hover{
    background: #D03A28;
}
#menu .secondOrder li a:hover{
    color: #fff !important;
}
.nav li {
    color: #fff;
    float: left;
    width: 120px;
    text-align: center;
    line-height: 50px;
    /*line-height: 85px;*/
    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: #ffaf00;
}
/* 头部head样式结束 */

/* 主体部分样式开始 */
#main{
    background: #fff;
    margin-top: 230px;
    min-height: 700px;
}
.g-body{
    
}
.bd-right{
    margin-top:10px;
}
#banner {
    width: 100%;
    /* 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/jhcsh/images/next1.png');
    background-size: cover;
    margin-top: -43px;
    right: 0;
    display:none
}
.mySwiper .prev1{
    width: 54px;
    height: 86px;
    background: url('/template/jhcsh/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/jhcsh/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/jhcsh/images/prev2.png');
    background-size: cover;
    left: 0;
    margin-top: -90px;
    display:none
}

.head{
    width: 100%;
    height: 112px;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.title_icon{
    width: 25px;
    height: 25px;
    margin-right: 13px;
}
.head .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #D50915;
    border-bottom: 4px solid #D50915;
    line-height: 60px;
}

#news .news_classify{
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #news .news_classify .tab {
        /*width: 124px;*/
        min-width: 124px;
        height: 36px;
        line-height: 36px;
        background: #e6e6e6;
        border-radius: 18px;
        font-size: 18px;
        color: #666;
        text-align: center;
        margin-left: 22px;
        cursor: pointer;
    }
#news .news_classify .tab_active{
    background: #D50915 !important;
    color: #fff !important;
}
.news_content{
    height: 320px;
}
.news_content>div{
    float: left;
}
#news .morebox{
    width: 100%;
    height: 40px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#news .morebox .morenews{
    display: inline-block;
    color: #fff;
    background: #D50915;
    text-align: center;
    width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;}


#banner2{
    width: 580px;
    height: 310px;
    background: #fff;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
#swiper2{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#banner2 img {
    width: 580px;
    height: 310px;
    display: block;
}
#banner2 .swiper-slide{
    width: 580px;
    height: 310px;
    position: relative;
}
#banner2 .shadow{
    width: 580px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: rgba(0, 0, 0, 0.65);
   
   
    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{
   width: 130px;
   left: 450px;
   bottom: 10px;
}
#banner2 .swiper-pagination .swiper-pagination-bullet-active{
    background: #D50915;
}
.news_item{
    display: flex;
    justify-content: left;
    margin-bottom: 30px;
    cursor: pointer;
}
.news_item .datetime{
    width: 68px;
    height: 54px;
    background: #D50915;
    border-radius: 0px 15px 0px 15px;
    color: #fff;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 8px;
    margin: 0;
}
.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;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
}
.news_item .title{
    width: 480px;
    font-size: 18px;
    line-height:20px;
    font-weight: 400;
    color: #3B3B3B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    border: 0;
    font-weight:bold;
}
.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
}
.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: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    border: 0;
}
.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: #808080;
    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: #D50915;
    text-align: center;
    width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.links_content img{
    width: 294px;
    margin-bottom: 6px;
    cursor: pointer;
}
#links{
    padding-bottom:40px;
    border-bottom: 4px solid #D50915;
}

#donate{
    max-width: 2160px;
    height: 350px;
    background: url('/template/jhcsh/images/donatebg.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;
    border-radius: 2px;
    margin-right: 8px;
}
.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: 24px;
}
.donate_ct{
    width: 208px;
    height: 253px;
    background: #fff;
    margin-top: 44px;
}
.donate_ct .title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 30px;
    padding: 0;
    border: 0;
}
.donate_ct img{
    width: 180px;
    height: 180px;
    margin: 14px;
}
.donate_rt{
    width: 555px;
    height: 253px;
    background: #fff;
    margin-top: 44px;
}
.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: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
.donate_rt .time{
    width: 100px;
    text-align: center;
    color: #333;
    font-size: 16px;
    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: #444;
    font-weight: 400;
    height: 204px;
    position: relative;
    overflow: hidden;
}
.donate_item{
    height: 34px;
    line-height: 34px;
}
.donate_rt .donate_body .money{
    font-weight: bold;
    color: #D50915;
}
.dynamic_content{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.dynamic_lf{
    width: 676px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dynamic_lf img{
    width: 328px;
    height: 188px;
    margin-bottom: 20px;
    cursor: pointer;
}
.dynamic_rt{
    width: 480px;
    margin-top:-10px;
}
.dynamic_rt img{
    width: 4px;
    height: 4px;
    margin-right: 10px;
}
.dynamic_item{
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
}
.dynamic_item .title{
    width: 390px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #3B3B3B;
    line-height: 41px;
    font-weight: 400;
    padding: 0;
    border: 0;
}
.dynamic_item .time{
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin-left: 20px;
}

/* 首页底部样式开始 */
#foot{
    height: 290px;
    background: #F2F2F2;
}
.foot_top{
    height: 205px;
    border-bottom: 1px solid  #ddd;
    background: #f2f2f2;
}

.foot_content{
    height: 205px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_logo{
    width: 393px;
    height: 106px;
}
.contact img{
    width: 16px;
    height: 16px;
}
.contact>div{
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 36px;
}
.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;
}
.foot_bottom{
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #f2f2f2;
}
.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/jhcsh/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;
}
