.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;
    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: 56.4%;
  margin: 0 auto;
  z-index: 1;
  box-sizing: border-box;
  padding: 77px 42px 0px;
}
.year-conbox::before{
  content: '';
  display: block;
  height: 67%;
  position: absolute;
  left: -2px;
  right: -2px;
  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: 72px;
  text-align: center;
  left: 0;
}
  .year-contit h2{
      font-weight: bold;
      line-height: 72px;
      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: 30px;
      line-height: 72px;
      padding-right: 30px;
      font-size: 42px;
      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: -43px;
      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: -43px;
      top: 0;
      height: 100%;
      background: url(../images/year/year-conbgr.png) no-repeat;
      background-size: 100% 100%;
  }
  .year-contxt h4{
      font-size: 20px;
      color: #B61A16;
      font-weight: bold;
      margin-bottom: 15px;
  }
  .year-contxt>p{
      font-size: 18px;
      line-height: 1.6em;
  }
  .year-contxt .txt{
      background: #c61f19;
      border-radius: 14px;
      padding: 15px 30px;
      margin-top: 25px;
  }
  .year-contxt .txt p{
      font-weight: bold;
      font-size: 22px;
      text-align: center;
      color: #F9E9D0;
      line-height: 1.8em;
  }
  .year-confoot{
      width: 80.5%;
      margin: 35px auto 0;
  }
  .year-confoot .txt{
      text-align: center;
      width: 64%;
  }
  .year-confoot .txt h5{
      font-weight: bold;
      font-size: 20px;
      color: #FBECDB;
      line-height: 1.8em;
      text-align: center;
  }
  .year-code{
      width: 22.6%;
  }
  .year-code img{
      border: 4px solid #FFF;
  }
  .year-code p{
      text-align: center;
      font-size: 16px;
      color: #FBEBDA;
      margin-top: 5px;
  }
  .year-confoot .year-btn{
      font-size: 32px;
      color: #e91c1b;
      line-height: 59px;
      display: inline-block;
      font-weight: bold;
      margin-top: 24px;
      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: 1700px) {
      .year-confoot{
          margin-top: 20px;
      }
      .year-conbox{
          padding-top: 60px;
      }
      .year-contxt .txt p{
          line-height: 1.6em;
          font-size: 22px
      }
  }
  @media (max-width: 1610px) {
      .yearmain .gz-con{
          width: 1200px;
      }
      .year-contit{
          height: 60px;
          top: -30px;
      }
      .year-contit h2{
          line-height: 60px;
      }
      .year-contit h2 span{
          font-size: 30px;
          line-height: 60px;
          padding-left: 25px;
          padding-right: 25px;
      }
      .year-confoot .txt h5{
          font-size: 18px;
          line-height: 1.6em;
      }
      .year-contxt h4{
          font-size: 18px;
      }
      .year-contxt>p{
          font-size: 16px;
      }
      .year-contxt .txt{
          padding: 10px 25px;
      }
      .year-contxt .txt p{
          font-size: 18px
      }
      .year-confoot .year-btn{
          font-size: 24px;
          margin-top: 15px;
          line-height: 50px;
      }
      .year-btn::before{
          width: 25px;
          left: -24px;
      }
      .year-btn::after{
          width: 25px;
          right: -24px;
      }
      .year-code{
          width: 20.6%;
      }
      .year-conbox{
          padding:50px 30px 0px;
      }
      .year-yh2{
          top: 3%;
      }
      .year-close{
          top: -68px;
      }
  }
  @media (max-width: 1450px) {
      .year-contit{
          height: 50px;
          top: -25px;
      }
      .year-contit h2{
          line-height: 50px;
      }
      .year-contit h2 span{
          line-height: 50px;
          padding-left: 20px;
          padding-right: 20px;
      }
      .year-contxt h4{
          font-size: 16px;
          margin-bottom: 5px;
      }
      .year-contxt .txt{
          margin-top: 15px;
      }
      .year-conbox{
          padding-top: 40px;
      }
      .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;
    }
  }
@media (max-width: 1200px) {
    .yearmain .gz-con{
        width: 100%;
    }
    .year-contxt::before{
        width: 28px;
        left: -27px;
    }
    .year-contxt::after{
        width: 28px;
        right: -27px;
    }
    .year-contxt{
        margin-left: 28px;
        margin-right: 28px;
    }
    .year-confoot .txt h5,.year-contxt .txt p{
        font-size: 16px;
    }
}
@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;
    }
    .year-confoot{
        width: 100%;
        box-sizing: border-box;
        padding-left:5%;
        padding-right: 12%;
    }
    .year-confoot .txt{
        width: 72%;
    }
}
@media (max-width: 850px) {
    .year-conbox{
        width: 85%;
    }
}
@media (max-width: 700px) {
    .year-conbox{
        width: 90%;
    }
    .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-close{
        right: 0;
        top: -70px;
    }
}
@media (max-width: 550px) {
   
    .year-conbox{
        padding-top: 40px;
    }
    .year-contxt .txt{
        padding: 10px;
    }
    .year-contxt>p, .year-contxt .txt p, .year-confoot h5,.year-confoot p{
        line-height: 1.5em;
        font-size: 14px;
    }
    .year-contxt p{
        line-height: 1.5em;
    }
    .year-conbox{
        border-radius: 32px;
        padding-top: 30px;
        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: -28px;
        height: 54%;
        left: -1px;
        right: -1px;
    }
    .year-contit{
        height: 40px;
        top: -22px;
    }
    .year-confoot{
        margin-top: 5px;
    }
    .year-contit h2{
        line-height: 40px;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
    .year-contit h2 span{
        line-height: 40px;
        padding-left: 5px;
        font-size: 24px;
        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;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .year-close font{
        font-size: 14px;
        margin-right: 5px;
    }
    .year-close i{
        font-size: 16px;
    }
    .year-close span{
        width: 30px;
    }
    .year-confoot .txt{
        width: 100%;
    }
    .year-confoot{
        display: block;
        padding: 0;
    }
    .year-code{
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .year-code img{
        margin: 0 auto;
        width:26%;
        display: block;
    }
    .year-confoot .txt h5, .year-contxt .txt p{
        font-size: 14px;
    }
    .year-close{
        right: auto;
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
    }
    .year-contxt .txt{
        margin-top: 5px;
    }
}