@media screen and (min-width: 50px) {
  .thumb-con {
    height: 6.11rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 3rem;
    background-size: cover !important;
    background-position: center center;
  }
  .thumb-con .thumb-tit {
    position: absolute;
    left: 2.5rem;
    top: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
    text-align: center;
  }
  .thumb-con .thumb-tit strong {
    width: 3.95rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 0.27rem;
    margin-bottom: 0.27rem;
    border-bottom: 1px solid #f8f8f8;
    display: block;
  }
  .thumb-con .thumb-tit span {
    font-size: 0.54rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 4px;
  }
  .thumb-con .thumb-nav {
    display: none;
  }
}

@media screen and (min-width: 50px) and (max-width: 450px) {
  .thumb-con {
    height: 150px;
  }
  .thumb-con .thumb-tit strong {
    width: 100px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .thumb-con .thumb-tit span {
    font-size: 12px;
  }
}

@media screen and (min-width: 980px) {
  .thumb-con {
    margin-top: 1.35rem;
    background-size: cover !important;
    background-position: center center;
  }
  .thumb-con .thumb-tit {
    position: absolute;
    left: 2.93rem;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .thumb-con .thumb-tit strong {
    width: 2.55rem;
    font-size: .57rem;
    font-weight: 700;
    color: #ffffff;
  }
  .thumb-con .thumb-nav {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .815rem;
    background: #023b96;
    background: rgba(2, 59, 150, 0.5);
    width: 100%;
    text-align: center;
  }
  .thumb-con .thumb-nav .thumb-nav-con {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    color: white;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .thumb-con .thumb-nav .thumb-nav-con a {
    font-size: .215rem;
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .thumb-con .thumb-nav .thumb-nav-con a:hover {
    opacity: 1;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 .54rem;
    border-bottom: 0px solid #f8f8f8;
    line-height: .815rem;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right a:hover {
    color: #ff8a00;
    border-bottom: 2px solid #ff8a00;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right a:last-child {
    margin-right: 0;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right .thumb-nav-active {
    color: #ff8a00;
    border-bottom: 2px solid #ff8a00;
  }
}

@media screen and (min-width: 1400px) {
  a {
    display: inline-block;
  }
  .thumb-con {
    height: 450px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
    min-height: 280px;
  }
  .thumb-con .thumb-tit {
    position: absolute;
    left: 400px;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .thumb-con .thumb-tit strong {
    width: 180px;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f8f8f8;
    display: block;
  }
  .thumb-con .thumb-tit span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 4px;
  }
  .thumb-con .thumb-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    background: #023b96;
    background: rgba(2, 59, 150, 0.5);
    width: 100%;
    text-align: center;
  }
  .thumb-con .thumb-nav .thumb-nav-con {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    color: white;
    padding: 0 10px;
  }
  .thumb-con .thumb-nav .thumb-nav-con a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .thumb-con .thumb-nav .thumb-nav-con a:hover {
    opacity: 1;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-left a {
    font-size: 18px;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right {
    height: 100%;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right a {
    display: inline-block;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 40px;
    line-height: 60px;
    border-bottom: 0px solid #f8f8f8;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right a:hover {
    color: #ff8a00;
    border-bottom: 2px solid #ff8a00;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right a:last-child {
    margin-right: 0;
  }
  .thumb-con .thumb-nav .thumb-nav-con .thumb-nav-right .thumb-nav-active {
    color: #ff8a00;
    border-bottom: 2px solid #ff8a00;
  }
}
/*# sourceMappingURL=index.css.map */