* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: middle; }

.timeline {
  width: 100%;
  height: 100px;
  background: rgba(170, 27, 25, 0.88);
  min-width: 1200px;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #fff; }
  .timeline::before {
    content: '';
    position: absolute;
    width: 1200px;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-left: -600px;
    top: 49px; }
  .timeline .timebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding-top: 16px; }
    .timeline .timebox .time1 {
      margin-left: 304px; }
    .timeline .timebox .time1, .timeline .timebox .time2 {
      position: relative; }
      .timeline .timebox .time1::before, .timeline .timebox .time2::before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 50%;
        left: 50%;
        margin-left: -6px;
        top: 28px; }
    .timeline .timebox .name {
      margin: 50px 72px 0 153px; }

.band {
  position: relative;
  width: 1463px;
  height: 880px;
  background: url(../images/band.png) no-repeat center;
  margin: 8px auto 0;
  z-index: 1; }

.bmbtn {
  cursor: pointer;
  position: relative;
  display: block;
  width: 380px;
  height: 124px;
  background: url(../images/bmbtn.png) no-repeat center;
  margin: -19px auto 0;
  z-index: 2; }

.navbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-left: 0;
  margin-bottom: 77px; }
  .navbox .navlist {
    display: block;
    width: 224px;
    height: 108px;
    background: url(../images/typebg.png) no-repeat center;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    padding-top: 14px;
    margin: 0 18px; }
    .navbox .navlist:hover, .navbox .navlist.navlist_this {
      text-decoration: none;
      background-image: url(../images/typebg_.png); }

.bg1 {
  width: 100%;
  height: 4600px;
  min-width: 1200px;
  background: url(../images/bg.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.bg2 {
  width: 100%;
  min-width: 1200px;
  height: 2900px;
  background: url(../images/bg.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.modulebox {
  margin-bottom: 110px; }
  .modulebox .mdtle {
    width: 844px;
    height: 148px;
    font-size: 36px;
    font-weight: bold;
    color: #FFDCAF;
    text-align: center;
    line-height: 148px;
    background: url(../images/tle.png) center no-repeat;
    margin: 0 auto; }
  .modulebox .module {
    width: 1164px;
    height: 527px;
    background: url(../images/box.png) no-repeat center;
    margin: 25px auto 0;
    padding: 28px; }
    .modulebox .module > .swiper-container {
      margin-bottom: 26px;
      height: 388px; }
    .modulebox .module .infobox .infoImg {
      width: 688px;
      height: 386px;
      background: url(../images/border.png) no-repeat center;
      overflow: hidden;
      padding: 3px;
      line-height: 386px;
      text-align: center; }
      .modulebox .module .infobox .infoImg img {
        width: 682px;
        height: 380px;
        border-radius: 10px;
        -o-object-fit: cover;
           object-fit: cover; }
    .modulebox .module .infobox .infocont {
      width: 370px;
      color: #fff;
      margin-left: 38px;
      padding-top: 16px; }
      .modulebox .module .infobox .infocont .text {
        width: 272px;
        height: 68px; }
      .modulebox .module .infobox .infocont .infoname {
        font-size: 36px;
        line-height: 48px;
        margin: 33px 0 40px; }
      .modulebox .module .infobox .infocont .greeting {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        height: 150px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
    .modulebox .module .sm_infoimg {
      position: relative; }
      .modulebox .module .sm_infoimg.swiper-slide-active::after {
        position: absolute;
        content: '';
        border: 2px solid #FFDEB3;
        width: 104px;
        height: 57px;
        border-radius: 10px;
        left: 0;
        top: 0; }
      .modulebox .module .sm_infoimg img {
        width: 108px;
        height: 61px;
        border-radius: 10px;
        -o-object-fit: cover;
           object-fit: cover; }
    .modulebox .module .infolist_md > .swiper-container {
      width: 983px; }
    .modulebox .module .infolist_md .infolist_more {
      display: block;
      width: 108px;
      height: 61px;
      background: #B40B0B;
      text-align: center;
      line-height: 61px;
      color: #fff;
      font-size: 20px;
      border-radius: 10px;
      cursor: pointer; }
      .modulebox .module .infolist_md .infolist_more:hover {
        text-decoration: none; }

.rtnav {
  width: 200PX;
  height: 546px;
  background: url(../images/rt.png) no-repeat center top;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 2;
  padding-top: 142px; }
  .rtnav .rtnav_list {
    position: relative;
    font-size: 18px;
    color: #FAE096;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/rtlist.png) no-repeat center;
    margin: 0 auto 10px;
    cursor: pointer; }
    .rtnav .rtnav_list .showbox {
      display: none;
      position: absolute;
      width: 160px;
      padding: 15px;
      background: #fff;
      left: -180px;
      top: -45px;
      border-radius: 6px;
      z-index: 2; }
      .rtnav .rtnav_list .showbox img {
        width: 130px;
        height: 130px; }
      .rtnav .rtnav_list .showbox p {
        font-size: 18px;
        color: #76090B;
        line-height: 20px;
        text-align: center;
        padding-top: 10px; }

.infomodle-warp {
  width: 100%;
  min-width: 1200px;
  height: 1340px;
  overflow-y: scroll;
  margin-top: 57px; }
  .infomodle-warp::-webkit-scrollbar {
    width: 0; }

.infomodle-box {
  width: 1170px;
  margin: 0 auto; }
  .infomodle-box > a {
    margin-bottom: 34px; }
    .infomodle-box > a:nth-child(2n+1) {
      margin-right: 32px; }
    .infomodle-box > a:hover {
      text-decoration: none; }
  .infomodle-box .infomodle {
    width: 566px;
    height: 479px;
    background: url(../images/box2.png) no-repeat center;
    color: #fff;
    padding-top: 16px; }
    .infomodle-box .infomodle .infomodle-title {
      font-size: 30px;
      font-weight: bold;
      line-height: 32px;
      text-align: center;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .infomodle-box .infomodle .infomodle-imgbox {
      width: 510px;
      height: 286px;
      background: url(../images/border2.png) no-repeat center;
      overflow: hidden;
      padding: 1px;
      line-height: 286px;
      text-align: center;
      margin: 41px auto 16px; }
      .infomodle-box .infomodle .infomodle-imgbox img {
        width: 508px;
        height: 284px;
        border-radius: 10px;
        -o-object-fit: cover;
           object-fit: cover; }
    .infomodle-box .infomodle .infomodle-zfwd {
      width: 482px;
      font-size: 20px;
      line-height: 30px;
      height: 60px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin: 0 auto; }

.popbox {
  display: none;
  width: 608px;
  height: 708px;
  padding: 64px 45px 0;
  background: url(../images/popbg.png) no-repeat center;
  position: relative; }
  .popbox .tle {
    width: 408px;
    height: 68px;
    background: url(../images/popimg.png) no-repeat center;
    margin: 0 auto; }
  .popbox .bmmain {
    font-size: 24px;
    color: #fff;
    padding-top: 36px; }
    .popbox .bmmain .bmmainlist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      line-height: 60px; }
      .popbox .bmmain .bmmainlist span {
        width: 120px;
        margin-right: 14px; }
      .popbox .bmmain .bmmainlist input {
        width: 380px;
        height: 60px;
        background: #fff;
        border: 0;
        border-radius: 8px;
        padding-left: 15px; }
      .popbox .bmmain .bmmainlist .btn {
        width: 380px;
        height: 60px;
        background: #FF9D4E;
        cursor: pointer;
        font-size: 24px;
        color: #fff;
        text-align: center;
        border-radius: 8px; }
  .popbox .close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/close.png);
    right: 34px;
    top: 34px;
    cursor: pointer; }

.bottom {
  display: none; }
