.yearmain .pc-show{
    display: inline-block;;
}
.yearmain .m-show{
    display: none;
}
.yearmain{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 9999;
    background: rgba(0, 0, 0, .59);
    display: none;
}
  .yearmain p,.yearmain h3,.yearmain h2,.yearmain h5,.yearmain h4,.yearmain span,.yearmain a{
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  .yearmain .wap-flex{
    display: flex;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .yearmain img{
      width: 100%;
  }
  .yearmain .gz-con{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1400px;
      margin:0 auto;
      transform: translate(-50%,-50%);
  }
  .gz-con-row{
      width: 100%;
      animation: yearshow 2s;
      height: 100%;
  }
  
  @keyframes yearshow {
      0% {
          transform:  scale(0.1);
          opacity: .3;
      }
      100% {
          transform:  scale(1);
          opacity: 1;
      }
     
  }
  @keyframes smoke {
      0% {
          transform:  scale(0.1);
          opacity: .3;
      }
      75% {
          transform:  scale(1);
          opacity: 1;
      }
      100% {
          transform:  scale(1.1);
          opacity: 0;
      }
  }
  .year-close{
      color: #FFF;
      position: absolute;
      right: -30px;
      top: -90px;
      font-size: 16px;
      text-align: right;
  }
  .year-close span{
      display: inline-block;
      width: 36px;
      cursor: pointer;
      vertical-align: middle;
  }
  .year-close span img{
      width: 100%;
  }
  .year-close font{
      margin-right: 10px;
      vertical-align: middle;
      color: #FFF;
  }
  .year-close i{
      font-style: normal;

  }
  .year-conbox{
    position: relative;
    background: #c11d18;
    border-radius: 48px;
    border: 2px solid #FFCA76;
    width: 57.1%;
    margin: 0 auto;
    z-index: 1;
    box-sizing: border-box;
    padding: 72px 42px 0px;
  }
  .year-conbox::before{
    content: '';
    display: block;
    height: 67%;
    position: absolute;
    left: -2px;
    right: -3px;
    bottom: -90px;
    background: url(../images/year/year-bg1.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  .year-contit{
    position: absolute;
    width: 100%;
    top: -36px;
    height: 67px;
    text-align: center;
    left: 0;
  }
    .year-contit h2{
        font-weight: bold;
        line-height: 67px;
        background: #c11d18;
        border-top: 2px solid #FFCA76;
        border-bottom: 2px solid #FFCA76;
        display: inline-block;
        position: relative;
    }
    .year-contit h2::before{
        content: '';
        display: block;
        width: 21px;
        top: -2px;
        bottom: -2px;
        background: url(../images/year/year-titl.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: -21px;
    }
    .year-contit h2::after{
        content: '';
        display: block;
        width: 21px;
        top: -2px;
        bottom: -2px;
        background: url(../images/year/year-titr.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: -21px;
    }
    .year-contit h2 span{
        padding-left: 15px;
        line-height: 67px;
        padding-right: 15px;
        font-size: 34px;
        display: inline-block;
        font-weight: bold;
        background: linear-gradient(0deg, #E79E33 0%, #fff 60%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .year-contxt{
        padding: 30px 0 38px;
        background: url(../images/year/year-conbg.png) repeat-x;
        background-size: auto 100%;
        margin-left: 43px;
        margin-right: 43px;
        position: relative;
    }
    .year-contxt::before{
        content: '';
        display: block;
        width: 43px;
        position: absolute;
        left: -42px;
        top: 0;
        height: 100%;
        background: url(../images/year/year-conbgl.png) no-repeat;
        background-size: 100% 100%;
    }
    .year-contxt::after{
        content: '';
        display: block;
        width: 43px;
        position: absolute;
        right: -42px;
        top: 0;
        height: 100%;
        background: url(../images/year/year-conbgr.png) no-repeat;
        background-size: 100% 100%;
    }
    .year-contxt>p{
        font-size: 20px;
        line-height: 1.6em;
        text-align: center;
    }
    .year-contxt .txt{
        background: #c61f19;
        border-radius: 14px;
        padding: 20px 30px;
        margin-top: 25px;
    }
    .year-contxt .txt p{
        font-size: 20px;
        text-align: center;
        color: #F9E9D0;
        line-height: 1.5em;
    }
    .year-contxt .txt p b{
        font-weight: bold;
        font-size: 22px;
        display: block;
    }
    .year-confoot{
        width: 100%;
        box-sizing: border-box;
        padding: 0 38px;
        margin: 20px auto 0;
        text-align: center;
    }
    .year-confoot h5{
        font-weight: normal;
        font-size: 22px;
        color: #FBECDB;
        line-height: 1.5em;
        text-align: center;
    }
    .year-confoot p{
        margin-top: 20px;
        font-size: 18px;
        color: #FBECDB;
    }
    .year-confoot .year-btn{
        font-size: 32px;
        color: #e91c1b;
        line-height: 59px;
        display: inline-block;
        font-weight: bold;
        margin-top: 20px;
        position: relative;
        background: url(../images/year/year-btnbg.jpg) repeat-x;
        background-size: auto 100%;
    }
    .year-btn::before{
        content: '';
        display: block;
        position: absolute;
        left: -28px;
        width: 29px;
        height: 100%;
        background: url(../images/year/year-btnbgl.png) no-repeat;
        background-size: 100% 100%;
        top: 0;
    }
    .year-btn::after{
        content: '';
        display: block;
        position: absolute;
        right: -28px;
        width: 29px;
        height: 100%;
        background: url(../images/year/year-btnbgr.png) no-repeat;
        background-size: 100% 100%;
        top: 0;
    }
    .year-yh1{
        position: absolute;
        right: 5%;
        top: 2%;
        width: 98px;
        z-index: 3;
    }
    .year-yh img{
        animation: smoke 3s infinite;
    }
    .year-yh2{
        position: absolute;
        left: 10%;
        top: 6%;
        width: 60px;
        z-index: 3;
    }
    @media (max-width: 1660px) {
        .year-contit h2{
            line-height: 60px;
        }
        .year-contit h2 span{
            line-height: 60px;
            font-size: 30px;
        }
        .year-close{
            top: -78px;
        }
        .year-conbox{
            padding: 55px 25px 0px;
        }
        .year-contxt>p,.year-contxt .txt p,.year-confoot h5{
            font-size: 18px;
        }
        .year-contxt .txt p b{
            font-size: 20px;
        }
        .year-contxt .txt{
            margin-top: 20px;
            padding: 20px;
        }
        .year-confoot{
            margin-top: 15px;
        }
        .year-confoot .year-btn{
            font-size: 28px;
            line-height: 50px;
            height: 50px;
            margin-top: 15px;
        }
        .year-confoot p{
            font-size: 16px;
            margin-top: 15px;
        }
        .year-btn::before{
            width: 25px;
            left: -24px;
        }
        .year-btn::after{
            width: 25px;
            right: -24px;
        }
        .year-contxt{
            padding-top: 20px;
            padding-bottom: 30px;
        }
    }
    @media (max-width: 1500px) {
        .yearmain .gz-con{
            width: 1200px;
        }
        .year-contit{
            height: 54px;
            top: -27px;
        }
        .year-contit h2{
            line-height: 50px;
        }
        .year-contit h2 span{
            line-height: 50px;
            font-size: 26px;
            padding-left: 10px;
            padding-right: 10px;
        }
        .year-conbox{
            padding: 40px 20px 0px;
        }
        .year-contxt>p,.year-contxt .txt p,.year-confoot h5{
            font-size: 16px;
        }
        .year-contxt .txt p b{
            font-size:18px;
        }
        .year-contxt .txt{
            margin-top: 15px;
            padding: 15px;
        }
        .year-confoot{
            margin-top: 10px;
        }
        .year-confoot p{
            margin-top: 10px;
        }
        .year-confoot .year-btn{
            font-size: 24px;
            line-height: 45px;
            height: 45px;
            margin-top: 10px;
        }
        .year-btn::before{
            width: 20px;
            left: -19px;
        }
        .year-btn::after{
            width: 20px;
            right: -19px;
        }
        .year-contxt{
            padding-top: 15px;
            padding-bottom: 25px;
        }
    }
    @media (max-width: 1200px) {
        .yearmain .gz-con{
            width: 100%;
        }
    }
    @media (max-width: 1000px) {
        .yearmain .gz-con{
            width: 100%;
        }
        .year-conbox{
            width: 67%;
            padding-top: 60px;
        }
        .year-yh1{
            width: 70px;
            right: 2%;
            top: 3%;
        }
        .year-yh2{
            width: 45px;
            left: 5%;
        }
        .yearmain .pc-show{
            display: none;
        }
        .yearmain .m-show{
            display: inline-block;
        }
    }
    @media (max-width: 700px) {
        .year-conbox{
            width: 90%;
        }
       
        .year-contxt .txt p b{
            font-weight: normal;
            font-size: 16px;
            display: inline-block;
        }
        .year-conbox{
            padding-left: 10px;
            padding-right: 10px;
        }
        .year-contxt::before{
            width: 28px;
            left: -27px;
        }
        .year-contxt::after{
            width: 28px;
            right: -27px;
        }
        .year-contxt{
            margin-left: 28px;
            margin-right: 28px;
        }
        .year-confoot{
            padding: 0 10px;
        }
        .year-confoot p{
            margin-top: 20px;
            border-top: 1px solid #fdf4d0;
            padding-top: 15px;
        }
        .year-close{
            right: 0;
            top: -70px;
        }
    }
    @media (max-width: 550px) {
      
        .year-conbox{
            padding-top: 40px;
            border-radius: 32px;
            background:none;
            border:0 none;
        }
        .year-conbox:after{
            content: '';
            border-radius: 32px;
            height: 90%;
            background: #c11d18;
            border: 1px solid #FFCA76;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -2;
            left: 0;
            right: 0;
        }
        .year-conbox::before{
            background-image: url(../images/year/year-bg2.png);
            bottom: -62px;
            height: 54%;
            left: -1px;
            right: -1px;
        }


        .year-contxt .txt{
            padding: 10px;
        }
        .year-contxt>p, .year-contxt .txt p, .year-confoot h5,.year-confoot p{
            font-size: 14px;
        }
        .year-contxt .txt p b{
            font-size: 14px;
        }
        .year-conbox{
            border-radius: 32px;
            padding-top: 54px;
            border-width: 1px;
        }
        .year-contit{
            height: 49px;
            top: -24px;
        }
        .year-contit h2{
            line-height: 45px;
            border-top-width: 1px;
            border-bottom-width: 1px;
        }
        .year-contit h2 span{
            line-height: 45px;
            padding-left: 5px;
            padding-right: 5px;
        }
        .year-contit h2::after{
            width: 15px;
            right: -14px;
        }
        .year-contit h2::before{
            width: 15px;
            left: -14px;
        }
        .year-yh1{
            width: 60px;
            right: 2.5%;
            top: 2.5%;
        }
        .year-yh2{
            width: 40px;
            left: 8%;
            top: 5%;

        }
        .year-confoot .year-btn{
            font-size: 20px;
            line-height: 40px;
            height: 40px;
        }
        .year-btn::before{
            width: 15px;
            left: -14px;
        }
        .year-btn::after{
            width: 15px;
            right: -14px;
        }
        .year-contxt::before{
            width: 23px;
            left: -22px;
        }
        .year-contxt::after{
            width: 23px;
            right: -22px;
        }
        .year-contxt{
            margin-left: 23px;
            margin-right: 23px;
        }
        .year-close font{
            font-size: 14px;
            margin-right: 5px;
        }
        .year-close i{
            font-size: 16px;
        }
        .year-close span{
            width: 30px;
        }
        .year-close{
            right: auto;
            left: 50%;
            top: -60px;
            transform: translateX(-50%);
        }
    }