.wrap{
    width: 100%;
}

.banner #banner01 img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    
}

.content{
    overflow: hidden;
    background: url(../images/content03.png) no-repeat center;
    background-size: 100%;
    background-position: bottom;
}
.content01{
    margin: 60px auto;
    width: 1200px;
}
.content01Left{
    float: left;
    width: 580px;
}

.content01top{
    height: 160px;
    margin-bottom: 26px;
}
.content01 .biao{
    font-size: 20px;
    color: #d1171a;
    border-left:5px solid #d1171a;
    padding-left: 12px;
    margin-bottom: 25px;
    display: inline-block;
}
.content01 .more a{
    margin-left: 430px;
    font-size: 14px;
    color: #d1171a;
    border-left:5px solid #ffffff;
}
.content01top img{
    width: 180px;
    height: 114px;
    float: left;
}
.imageContent span{
    width: 370px;
    float: left;
    font-size: 18px;
    line-height: 25px;
    color: #d1171a;
    margin-left: 18px;
}
.imageContent .hui{
    float: left;
    font-size: 14px;
    color: #808080;
    margin-top: 16px;
}

.content01bottom{
    float: left;
    width: 580px;
    margin-bottom: 24px;
}
.content01bottom li:first-child{
    width: 12px;
    float: left;
    color: #d1171a;
}
.content01bottom li:nth-child(2){
    float: left;
    width: 450px;
    font-size: 16px;
    color: #333333;
}
.content01bottom li:nth-child(3){
    float: right;
    font-size: 14px;
    color: #808080;
    line-height: 18px;
}

.content01Right{
    width: 580px;
    float: left;
    margin-left: 40px;
}

.content01R1{
    height: 180px;
    margin-bottom: 45px;
}

.content022{
    width:1200px ;
    margin: 0 auto;
}
.content02{
    min-height:600px;
    width: 100%;
    margin: 0 auto;
}
.content02 img{
    margin: 25px auto 40px;
}
.content02top{
    height: 100px;
    width: 1200px;
    padding-top: 30px;
}
.content02 .form{
    text-align: center;
    float: left;
    width: 100px;
    line-height: 20px;
}
.content02 .year{
    width: 160px;
    height: 20px;
    font-size: 16px;
    color: #d1171a;
}
.content02 .event{
    float: left;
    font-size: 16px;
    color: #333333;
}

.content02line{
    width: 1200px;
    height: 200px;
    background: url(../images/content02line.png) no-repeat center;
    background-size: 1200px 24px;
    margin-bottom: 30px;
}
.content02bottom{
    margin-bottom: 105px;
}
 .form {
    transition: all 0.5s;
}
.form:hover{
    font-size: 20px;
    letter-spacing:1px;
    line-height: 20px;
    font-weight: 900;
}

.content031{
    
    width: 1200px;
    margin: 0 auto;
    /* width: 1920px;
    float: left;
    height: 850px;
    background: url(../images/content03.png) no-repeat center;
    background-position: 0px 120px;
    background-size: 1920px 755px; */
}
.content03 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 25px;
}
/* .back{
    position: absolute;
    top: 1308px;
    width: 100%;
    height: 850px;
    background: url(../images/content03.png) no-repeat center;
   
} */

.content03 .lunbo .cur{
    background: #d1171a;
    color: #e6e6e6;
}
.content03 .lunbo{
    width: 222px;
    height: 44px;
    background: url('../images/lunboz.png') no-repeat center;
    overflow: hidden;
    padding: 0 14px;
    margin-bottom: -10px;
}
.content03 .lunbo li{
    float: left;
    width: 50%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}


.content03 .show {
    width: 1200px;
    height: 220px;
    margin:32px auto;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    background: url(../images/lunbobackground.png) no-repeat center;
    background-position: top;
}

.content03 .show{
    width: 100%;
    height: 250px;
    float: left;
    overflow: hidden;    
}

.content03 .show ul {
    float: left;
    display: flex;
    /*padding-top: 20px;*/
}
/* .content03 .show01>div{
    display: none;
} */
.content03 .show ul li{
    position: relative;
}
.content03 .show ul li a{
    cursor: pointer;
    height: 210px;
}
.content03 .show ul li:hover{
    color: #d1171a;
    font-weight: 900;
    cursor: pointer;
}

.content03 .show ul li span{
    margin-top: 10px;
    height: 30px;
    position: absolute;
    left: 21%;
    top: 78%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    z-index: 999;
    overflow: visible;
}
.content03 .show ul{
    height: 100%;
    /*margin: 9px 10px;*/
}
.content03 .show ul li{
    float: left;
    width: 200px;
    margin-left: 10px;
    margin-top: 25px;
    text-align: center;
     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;
    
}
.content03 .show ul li img{
    width: 200px;
    height: 150px;
    margin-left: 10px;
    margin-top: -6px;
}

/*  */
.content03 .show02{
    width: 100%;
    height: 230px;
    float: left;
    overflow: hidden;
}
.content03 .show>div{
    display: none;
}
.show>div:nth-child(1){
    display:block;
}
.content03 .moree>a{
    display: none;
}
.moree>a:nth-child(1){
    display:block;
}
.content03 .show02 ul li{
    position: relative;
}
.content03 .show02 ul li .bo{
    position: absolute;
    top: 72px;
    left: 95px;
    width: 29px;
    height: 29px;
    display: table-cell; 
    text-align: center;
}

.videolist img:nth-child(2){
    width: 29px;
    height: 29px;
    position: absolute;
    left: 55%;
    top: 22%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}


/* 祝福寄语 */
.content03 .wish .zfjy span{
    float: left;
    width: 124px;
    height: 45px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 20px;
    background: url(../images/lunbo03.png) no-repeat center;
    background-size: 124px 45px;
}

.content03 .wish .wishlist{
    float: left;
    width: 1200px;
    height: 320px;
    overflow: hidden;
    
}
.content03 .wish .wishlist ul{
    cursor: pointer;
    float: left;
    width: 388px;
    height: 90px;
    font-size: 15px;
    line-height: 25px;
    background-color: #ffffff;
    margin-bottom: 20px;
    
}
.content03 .wish .wishlist ul:nth-child(2),ul:nth-child(5),ul:nth-child(8){
    margin: 0px 16px;
    
}
.wishlistin{
    display: none;
    position: fixed;
    left: 50%;
    z-index: 999999;
    top:35%;
    margin-top: -120px;
    margin-left: -300px;
    width: 600px;
    height: 300px;
    background: #f9f6f6;
    
}
.wishlistin span{
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 580px;
    line-height: 50px;
    display: inline-block;
    text-align: left;
    background-color: #d1171a;
    padding-left: 20px;
}
.wishlistin div{
    display: inline-block;
    text-align: center;
    margin:  0 auto;
    width: 60px;
    height: 60px;
}
.listinc{
    position: relative;
    top: -480%;
    left: 905%;
    width: 30px;
    opacity: 0.5;
}
.wishlistin p{
    width: 500px;
    height: 200px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
}

.content03 .wish .wishlist ul .wishsay{
    color: #000000;
    height: 45px;
    width: 330px;
    margin: 20px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content03 .wish .wishlist .wishyear{
    position: relative;
    bottom:0%;
    left:70%;
    color: #999999;
    margin-top:-20px ;
    margin-right: 50px;
}

 .wishimg button img{
   cursor: pointer;
    float: left;
    display: block;
    margin: 10px 510px;
    margin-bottom: 80px;
    width: 160px;
    height: 46px;
}
.foot{
    width: 100%;
    height: 180px;
    background: url(../images/food.png);
    background-size: 1920px 180px;
}
.foot span{
    width: 850px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
}
.foot span:nth-child(1){
    margin-top: 40px;
}
.foot .footcontent{
    width: 780px;
    margin: 0 410px;
}

/*.donate{
    display: none;
    position: fixed;
    top: 20%;
    z-index: 9999;
    left: 29%;
}
.donate img:nth-child(1){
    width: 800px;
    height: 600px;

}
.donate a img:nth-child(1){
    position: relative;
    right: 50%;
    top: 60px;
    width: 34px;
    height: 34px;

}*/

.mask{
    display:none ;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
}
.masks{
    display:none ;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
}

.wishin{
    display: none;
    width: 770px;
    height: 550px;
    background: #ffffff;
    border: 10px solid #ededed;
    border-radius: 15px;
    position: fixed;
    top: 0px;
    left: 28%;
    bottom: 18%;
    margin:auto auto;
    z-index: 999;
}

.wishin .wishinbox .wishtitle{
    font-size: 26px;
    line-height: 26px;
    margin-top: 45px;
    margin-left: 315px;
    margin-bottom: 50px;
}
.wishin .wishinbox{
    margin: 0 auto 10px;
}
.wishin .wishinbox .wishname{
    display: inline-block;
    margin-left: 78px;
    margin-bottom: 30px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    color: #000;
}
.wishname input{
    border: 1px solid  #808080;
    width: 550px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #808080;
    padding-left: 10px;
}

.wishsay{
    display: inline-block;
    margin-left: 76px;
}
 .wishinbox .wishsay span{
     height: 16px;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    vertical-align: top;
    margin-bottom: -10px;
}
.wishsay textarea{
    padding-top: 10px;
    border:1px solid #808080;
    font-size: 14px;
    height: 80px;
    width: 556px;
    margin-left:3px;
    margin-top: -10px;
}

.wishsay textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #808080;
    font-size: 14px;
  }
  
  .wishsay textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #808080;
    font-size: 14px;
  }
  
  .wishsay textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #808080;
    font-size: 14px;
  } 


.wishinbox .wishcode{
    display: inline-block;
    margin-left: 78px;
    margin-bottom: 30px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    color: #000;
}
.wishinbox .wishcode input{
    border: 1px solid #808080;
    width: 107px;
    height: 42px;
}

.wishinbox .wishcode .yzcode{
    position: relative;
    top:18px;
    display: inline-block;
    width: 82px;
    height: 44px;
    margin: auto 5px;
    background: #d1171a;
}
.wishinbox .wishcode .yzcode1{
    position: relative;
    top:0px;
    display: inline-block;
    width: 82px;
    height: 44px;
    margin: auto 0px;
    background: #d1171a;
}
.wishinbox .wishcode a{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.wishin .note span{
    width: 480px;
    display: inline-block;
    margin-left: 75px;
    font-size: 14px;
}
.wishin button{
    color: #ffffff;
    font-size: 18px;
    width: 245px;
    height: 58px;
    background-color: #d1171a;
    margin-left: 141px;
    margin-bottom: 33px;
    cursor: pointer;
}




/* 轮播弹窗 */
#cover{
    display: none;
    width: 100%;
    height: 1986px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.Modal{
    width: 800px;
    height: 600px;
    margin: 0 auto;
    border: 10px solid #ededed;
    background: #ffffff;
    background-size: 800px 600px;
    border-radius: 25px;
    position: fixed;
    top:50px;
    left:0px;
    right:0px;
    display: none;
    z-index: 1234;
}

    /* 设置弹出图片的样式 */
    .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
    }
    /* img:hover
    {
        transform: scale(1.2);  
    } */
    /* 设置文本内容的样式 */
    #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #000000;
        height: 50px;
        z-index: 1;
        font-size: 30px;
        /* font-weight: bold; */
        line-height: 90px;
    }

    #cover{
        display: none;
        width: 100%;
        height: 1986px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
    /* 设置弹出图片的动画，添加动画 */
    .modal-content,
    #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }

        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes zoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    /* 设置span标签的关闭按钮样式 */
    .close{
        width: 25px;
        height: 28px;
        padding-left: 7px;
        position: absolute;
        bottom: -60px;
        left:48%;
        color: #f1f1f1;
        border: 2px solid #f1f1f1;
        border-radius: 50%;
        font-size: 24px;
        transition: 0.3s;
        background-color: rgba(0,0,0,0.5);
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    /* 小屏幕中图片宽度为 100% */
    @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }

    .videos video{
        display: block;
        width: 660px;
        margin: 30px auto 0;
    }

    #closee{
        position: absolute;
        right: 47%;
        top: 105%;
        z-index: 101;
        width: 41px;
        height: 40px;
        background: url('../images/close.png')no-repeat;
        cursor: pointer;
    }
    .Modal02{
        position: relative;
        display: none;
        position: fixed;
        z-index: 999;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 780px;
        height: 580px;
        background: #fff;
        border-radius: 15px;
        border: 10px solid #eeeeee;
    }
    .Modal02>p{
        font-size: 30px;
        text-align: center;
        margin-top: 40px;
    }
    /* 设置弹出图片的样式 */
    .modal02-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
    }
    /* 设置弹出图片的动画，添加动画 */
    .modal02-content,
    #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
      /* 小屏幕中图片宽度为 100% */
      @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }