@import url("https://fonts.googleapis.com/css?family=Barlow:400,500|Noto+Sans+TC:400,500&display=swap&subset=chinese-traditional");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?b7xhl6") format("truetype"), url("../fonts/icomoon.woff?b7xhl6") format("woff"), url("../fonts/icomoon.svg?b7xhl6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.brand-pinterest:before {
  content: "\e900"; }

.brand-line:before {
  content: "\e901"; }

.brand-youtube:before {
  content: "\e902"; }

.brand-instagram:before {
  content: "\e903"; }

.brand-facebook:before {
  content: "\e904"; }

* {
  font-family: 'Barlow', 'Noto Sans TC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; }

h1 {
  font-size: 30px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 44px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 28px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 34px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 28px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 20px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    h4 {
      font-size: 22px; } }

h1, h2, h3, h4 {
  font-weight: 500; }

h5 {
  font-size: 17px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    h5 {
      font-size: 18px; } }

.large {
  font-size: 17px; }

p.base {
  font-size: 16px; }

.subhead {
  font-size: 15px; }

.footnote {
  font-size: 14px; }

.caption {
  font-size: 13px; }

.label-note {
  font-size: 11px; }

.br-3 {
  border-radius: 3px; }

.br-circle {
  border-radius: 999px; }

@media (min-width: 1920px) {
  .container {
    max-width: 1752px;
    padding-left: 21px;
    padding-right: 21px; }
    .container .row {
      margin-left: -21px;
      margin-right: -21px; }
      .container .row [class*='col-'], .container .row .col {
        padding-left: 21px;
        padding-right: 21px; } }

@media (max-width: 576px) {
  .container {
    padding-left: 18px;
    padding-right: 18px; }
    .container .row {
      margin-left: 0px;
      margin-right: 0px; }
      .container .row [class*='col-'], .container .row .col {
        padding-left: 6px;
        padding-right: 6px; } }

@media (min-width: 1920px) {
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1920px) {
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (min-width: 1920px) {
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1920px) {
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; } }

@media (min-width: 1920px) {
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 1920px) {
  .d-xxl-block {
    display: block !important; } }

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: initial; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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; }

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  transition: .3s ease; }
  .swiper-button-next:not(.border-0):hover, .swiper-button-prev:not(.border-0):hover {
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15); }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }

.swiper-button-next {
  right: -20px; }

.swiper-button-prev {
  left: -20px; }

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  transition: 0.3s;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 992px) {
    header .navbar {
      padding: .5rem 1rem; }
      header .navbar .container {
        justify-content: space-between;
        position: relative; }
        header .navbar .container .navbar-brand {
          margin-right: 0; } }
  header .navbar.homepage {
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(22.6px);
    backdrop-filter: blur(22.6px); }
    header .navbar.homepage .navbar-nav .nav-item .nav-link {
      color: rgba(255, 255, 255, 0.7); }
      header .navbar.homepage .navbar-nav .nav-item .nav-link:hover {
        color: #fff; }
    header .navbar.homepage .navbar-toggler .line {
      background-color: #fff; }
    header .navbar.homepage .search {
      color: #fff; }
  header .navbar .navbar-toggler {
    padding: 0;
    border: none; }
    header .navbar .navbar-toggler .line {
      width: 24px;
      height: 2px;
      background-color: #000;
      display: block;
      margin: 8px auto;
      transition: all 0.3s ease-in-out; }
      header .navbar .navbar-toggler .line:nth-child(2) {
        opacity: 0; }
      header .navbar .navbar-toggler .line:nth-child(1) {
        transform: translateY(10px) rotate(45deg); }
      header .navbar .navbar-toggler .line:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg); }
      header .navbar .navbar-toggler .line:hover {
        cursor: pointer; }
    header .navbar .navbar-toggler.collapsed .line {
      transform: translateY(0) rotate(0deg); }
      header .navbar .navbar-toggler.collapsed .line:nth-child(2) {
        opacity: 1; }
      header .navbar .navbar-toggler.collapsed .line:nth-child(1) {
        margin-top: 0; }
      header .navbar .navbar-toggler.collapsed .line:nth-child(3) {
        margin-bottom: 0; }
    header .navbar .navbar-toggler:focus {
      outline: none !important; }
  header .navbar .logo {
    max-width: 155px; }
    @media (max-width: 992px) {
      header .navbar .logo {
        max-width: 109px; } }
  header .navbar .navbar-collapse {
    position: relative; }
    header .navbar .navbar-collapse .nav-searchbar {
      width: auto;
      display: none;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 0;
      position: absolute;
      z-index: 1;
      transition: width .3s ease; }
      header .navbar .navbar-collapse .nav-searchbar:focus {
        background-color: red; }
        header .navbar .navbar-collapse .nav-searchbar:focus .select {
          display: inline-flex; }
      header .navbar .navbar-collapse .nav-searchbar .search_input {
        display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: relative; }
        header .navbar .navbar-collapse .nav-searchbar .search_input i {
          position: absolute;
          font-size: 1.5rem;
          left: 1rem; }
        header .navbar .navbar-collapse .nav-searchbar .search_input .select {
          position: relative;
          min-width: 100px;
          margin-left: 3rem;
          display: none;
          align-items: center;
          justify-content: flex-end; }
          header .navbar .navbar-collapse .nav-searchbar .search_input .select i {
            position: absolute;
            left: auto; }
          header .navbar .navbar-collapse .nav-searchbar .search_input .select select.form-control {
            display: inline-flex;
            height: auto;
            -webkit-appearance: none;
            border: none;
            box-shadow: none; }
            header .navbar .navbar-collapse .nav-searchbar .search_input .select select.form-control:hover {
              outline: none; }
        header .navbar .navbar-collapse .nav-searchbar .search_input input {
          border: none;
          padding: 12px 0;
          width: 100%;
          padding-left: 3rem; }
          header .navbar .navbar-collapse .nav-searchbar .search_input input:focus {
            outline: none; }
          header .navbar .navbar-collapse .nav-searchbar .search_input input::placeholder {
            color: #adb0b3; }
          header .navbar .navbar-collapse .nav-searchbar .search_input input.submit {
            display: none;
            width: auto;
            font-size: 1rem;
            background-color: #1b59a4;
            color: #fff;
            padding: 12px 36px;
            border-radius: 0 3px 3px 0; }
        header .navbar .navbar-collapse .nav-searchbar .search_input .reset {
          display: none;
          align-items: center;
          position: relative; }
          header .navbar .navbar-collapse .nav-searchbar .search_input .reset input {
            width: auto;
            font-size: 1rem;
            padding: 12px 36px;
            color: #636466;
            background-color: #fff; }
          header .navbar .navbar-collapse .nav-searchbar .search_input .reset:before {
            font-family: 'Material Icons';
            content: 'cancel';
            position: absolute;
            left: 8px;
            color: #636466;
            pointer-events: none; }
  header .navbar .navbar-nav {
    text-align: center;
    transition: opacity .3s ease; }
    @media (max-width: 992px) {
      header .navbar .navbar-nav {
        text-align: left; } }
    header .navbar .navbar-nav .nav-item {
      margin: 0 15px;
      align-items: center;
      display: flex;
      position: relative; }
      header .navbar .navbar-nav .nav-item:last-child {
        margin-right: 0; }
      @media (max-width: 992px) {
        header .navbar .navbar-nav .nav-item {
          margin: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          header .navbar .navbar-nav .nav-item:nth-last-child(2) {
            border-bottom: none; } }
      @media (max-width: 992px) {
        header .navbar .navbar-nav .nav-item.active .nav-link {
          position: relative;
          padding: 0;
          padding-left: 17px;
          margin: 13px 0; } }
      header .navbar .navbar-nav .nav-item.active .nav-link:before {
        content: '';
        position: absolute;
        border-bottom: 4px solid #1b59a4;
        width: 100%;
        height: auto;
        bottom: -1px; }
        @media (max-width: 992px) {
          header .navbar .navbar-nav .nav-item.active .nav-link:before {
            border-left: 4px solid #1b59a4;
            width: auto;
            height: 100%;
            left: 0; } }
      header .navbar .navbar-nav .nav-item .nav-link {
        color: #636466;
        padding: 26px 0; }
        @media (max-width: 992px) {
          header .navbar .navbar-nav .nav-item .nav-link {
            padding: 13px 0;
            width: 100%;
            padding-left: 17px; } }
        header .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #0c0d0d; }
        header .navbar .navbar-nav .nav-item .nav-link.reserve {
          background-color: #1b59a4;
          color: #fff;
          padding: 12px 28px; }
  header .navbar .search {
    visibility: hidden; }

header .overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden; }
  header .overlay .nav-searchbarM {
    width: auto;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    z-index: 1;
    transition: width .3s ease; }
    header .overlay .nav-searchbarM:focus {
      background-color: red; }
      header .overlay .nav-searchbarM:focus .select {
        display: inline-flex; }
    header .overlay .nav-searchbarM .search_input {
      display: flex;
      align-items: center;
      width: 100%;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      header .overlay .nav-searchbarM .search_input i {
        position: absolute;
        font-size: 1.5rem; }
      header .overlay .nav-searchbarM .search_input .select {
        position: relative;
        min-width: 100px;
        margin-left: 3rem;
        display: none;
        align-items: center;
        justify-content: flex-end; }
        header .overlay .nav-searchbarM .search_input .select i {
          position: absolute;
          left: auto; }
        header .overlay .nav-searchbarM .search_input .select select.form-control {
          display: inline-flex;
          height: auto;
          -webkit-appearance: none;
          border: none;
          box-shadow: none; }
          header .overlay .nav-searchbarM .search_input .select select.form-control:hover {
            outline: none; }
      header .overlay .nav-searchbarM .search_input input {
        border: none;
        padding: 16px 0;
        width: 100%;
        padding-left: 2rem; }
        header .overlay .nav-searchbarM .search_input input:focus {
          outline: none; }
        header .overlay .nav-searchbarM .search_input input::placeholder {
          color: #adb0b3; }
        header .overlay .nav-searchbarM .search_input input.submit {
          display: none;
          width: auto;
          font-size: 1rem;
          background-color: #1b59a4;
          color: #fff;
          padding: 5px 16px;
          border-radius: 3px; }
      header .overlay .nav-searchbarM .search_input .reset {
        display: none;
        align-items: center;
        position: relative;
        justify-content: center; }
        header .overlay .nav-searchbarM .search_input .reset input {
          width: auto;
          font-size: 1rem;
          padding: 5px 16px;
          color: #636466;
          background-color: #fff; }
        header .overlay .nav-searchbarM .search_input .reset:before {
          font-family: 'Material Icons';
          content: 'cancel';
          position: absolute;
          left: 8px;
          color: #636466;
          pointer-events: none; }
  header .overlay .nav-pills li {
    width: 50%;
    display: flex; }
    header .overlay .nav-pills li a {
      width: 100%;
      padding: 11px 0;
      color: #888a8c;
      text-decoration: none;
      text-align: center; }
      header .overlay .nav-pills li a.active {
        color: #0c0d0d;
        border-bottom: 3px solid #084783; }
  header .overlay .keyword_list {
    list-style: none;
    padding-left: 0; }
    header .overlay .keyword_list li {
      padding: 10px 0;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
      header .overlay .keyword_list li a {
        color: #0c0d0d; }
  header .overlay#filterM .title {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    header .overlay#filterM .title h5 {
      margin-bottom: 0; }
    header .overlay#filterM .title a {
      color: #084783;
      text-decoration: none; }
  header .overlay#filterM .col-12:not(:first-child) .subtitle {
    margin-bottom: 0.5rem;
    margin-top: 40px; }
  header .overlay#filterM .list {
    overflow-x: scroll;
    white-space: nowrap; }
    header .overlay#filterM .list .tag {
      display: inline-flex;
      border: 1px solid #ebeff2;
      color: #888a8c;
      padding: 7px 19px;
      margin: 0 2.5px; }
      header .overlay#filterM .list .tag i {
        display: none; }
      header .overlay#filterM .list .tag.active {
        color: #0c0d0d;
        border-color: #316eaa; }
        header .overlay#filterM .list .tag.active i {
          display: block; }
  header .overlay#filterM .filter_btn {
    padding: 10px 0;
    display: flex;
    justify-content: center; }
    header .overlay#filterM .filter_btn.reset {
      color: #084783; }
    header .overlay#filterM .filter_btn.submit {
      background: #1b59a4;
      color: #fff; }

section#searchbar {
  position: relative;
  z-index: 1;
  background: #fff; }
  section#searchbar form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    position: relative; }
    section#searchbar form:focus {
      background-color: red; }
      section#searchbar form:focus .select {
        display: inline-flex; }
    section#searchbar form .search_input {
      display: flex;
      align-items: center;
      width: 100%; }
      section#searchbar form .search_input i {
        position: absolute;
        font-size: 1.5rem; }
      section#searchbar form .search_input .select {
        position: relative;
        min-width: 100px;
        margin-left: 2rem;
        display: none;
        align-items: center;
        justify-content: flex-end; }
        section#searchbar form .search_input .select i {
          position: absolute; }
        section#searchbar form .search_input .select select.form-control {
          display: inline-flex;
          height: auto;
          -webkit-appearance: none;
          border: none;
          box-shadow: none; }
          section#searchbar form .search_input .select select.form-control:hover {
            outline: none; }
      section#searchbar form .search_input input {
        border: none;
        padding: 20px 0;
        width: 100%;
        padding-left: 2rem;
        font-size: 1.5rem; }
        section#searchbar form .search_input input:focus {
          outline: none; }
        section#searchbar form .search_input input::placeholder {
          color: #adb0b3; }
        section#searchbar form .search_input input.submit {
          display: none;
          width: auto;
          font-size: 1rem;
          background-color: #1b59a4;
          color: #fff;
          padding: 12px 28px; }
      section#searchbar form .search_input .reset {
        display: none;
        align-items: center;
        position: relative; }
        section#searchbar form .search_input .reset input {
          width: auto;
          font-size: 1rem;
          padding: 12px 28px;
          color: #636466;
          background-color: #fff; }
        section#searchbar form .search_input .reset:before {
          font-family: 'Material Icons';
          content: 'cancel';
          position: absolute;
          left: 8px;
          color: #636466;
          pointer-events: none; }
    section#searchbar form .filter {
      width: 100%;
      display: none; }
      section#searchbar form .filter .select {
        position: relative;
        width: 100%;
        display: inline-block;
        margin-bottom: 1rem; }
        section#searchbar form .filter .select.active label {
          transform: translateY(-40%) scale(0.75);
          transform-origin: left; }
        section#searchbar form .filter .select.active select.form-control {
          border: 1px solid #316eaa; }
        section#searchbar form .filter .select i {
          position: absolute;
          right: 14px;
          top: 14px; }
        section#searchbar form .filter .select select.form-control {
          display: inline-flex;
          height: auto;
          border: 1px solid #ced4da;
          -webkit-appearance: none;
          padding: 21px 18px 5px; }
        section#searchbar form .filter .select label {
          position: absolute;
          left: 18px;
          top: 13px;
          color: #adb0b3;
          transition: .3s ease; }
    section#searchbar form .filterM {
      position: absolute;
      right: 0;
      color: #084783;
      display: flex;
      z-index: 1; }
  section#searchbar .collapse_filter {
    display: none;
    justify-content: center;
    padding-bottom: 1rem;
    text-decoration: none;
    color: #084783; }

section#banner {
  position: relative; }
  section#banner .banner_bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 203px 0 127px 0; }
    @media (min-width: 1920px) {
      section#banner .banner_bg {
        padding: 245px 0 137.5px 0; } }
    @media (max-width: 992px) {
      section#banner .banner_bg {
        padding: 141px 0 68px 0; } }
    @media (max-width: 768px) {
      section#banner .banner_bg {
        padding: 346px 0 22px 0; } }
    section#banner .banner_bg .project_link {
      position: absolute;
      right: 15px;
      bottom: 15px;
      color: #fff;
      text-decoration: none; }
      @media (max-width: 768px) {
        section#banner .banner_bg .project_link {
          opacity: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; } }
      section#banner .banner_bg .project_link .title {
        margin-bottom: 0px; }
      section#banner .banner_bg .project_link .subtitle {
        color: rgba(255, 255, 255, 0.6); }
      section#banner .banner_bg .project_link .learn {
        display: flex;
        align-items: center; }
  section#banner .search_area {
    position: relative;
    width: 100%;
    left: 0; }
    section#banner .search_area .container {
      position: relative;
      z-index: 1; }
    section#banner .search_area .title {
      color: #fff;
      margin-bottom: 22px; }
  section#banner .search_card {
    background-color: #fff;
    padding: 40px 35px;
    width: 100%;
    display: inline-flex;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 768px) {
      section#banner .search_card {
        box-shadow: none;
        padding: 30px 25px; } }
    section#banner .search_card form {
      width: 100%; }
      section#banner .search_card form .searchbar {
        position: relative; }
        section#banner .search_card form .searchbar i {
          position: absolute;
          padding: 14px; }
        section#banner .search_card form .searchbar input {
          width: 100%;
          padding-left: 45px;
          border-radius: 3px; }
      section#banner .search_card form .form-control {
        font-size: 17px;
        padding: 13px 18px;
        border: 1px solid #d2d5d9;
        margin-bottom: 20px;
        color: #0c0d0d; }
        section#banner .search_card form .form-control:focus {
          outline: 0;
          box-shadow: none; }
      section#banner .search_card form .select {
        position: relative;
        width: 50%;
        display: inline-block; }
        section#banner .search_card form .select i {
          position: absolute;
          right: 14px;
          top: 14px; }
        section#banner .search_card form .select select.form-control {
          display: inline-flex;
          height: auto;
          -webkit-appearance: none;
          padding: 21px 18px 5px; }
        section#banner .search_card form .select:nth-child(even) select {
          border-radius: 3px 0 0 3px; }
        section#banner .search_card form .select:nth-child(odd) select {
          border-radius: 0 3px 3px 0;
          border-left: none; }
        section#banner .search_card form .select label {
          position: absolute;
          left: 18px;
          top: 13px;
          color: #adb0b3;
          transition: .3s ease; }
      section#banner .search_card form .collapse .select:nth-child(odd) select, section#banner .search_card form .collapsing .select:nth-child(odd) select {
        border-radius: 3px 0 0 3px;
        border-left: 1px solid #d2d5d9; }
      section#banner .search_card form .collapse .select:nth-child(even) select, section#banner .search_card form .collapsing .select:nth-child(even) select {
        border-radius: 0 3px 3px 0;
        border-left: none; }
      section#banner .search_card form .collapse .select:nth-last-child(1) select, section#banner .search_card form .collapsing .select:nth-last-child(1) select {
        border-radius: 3px; }
      section#banner .search_card form .more {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
        text-decoration: none;
        color: #084783; }
        section#banner .search_card form .more:hover {
          color: #082a4f; }
      section#banner .search_card form .submit {
        background-color: #1b59a4;
        color: #fff;
        margin-bottom: 0;
        border: none; }

section#projectarea {
  overflow-x: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  section#projectarea .swiper-button-next, section#projectarea .swiper-button-prev {
    top: 210px; }
    @media (max-width: 1200px) {
      section#projectarea .swiper-button-next, section#projectarea .swiper-button-prev {
        top: 150px; } }
    @media (max-width: 576px) {
      section#projectarea .swiper-button-next, section#projectarea .swiper-button-prev {
        top: 114px; } }
  section#projectarea .more {
    margin-bottom: 33px;
    display: flex;
    color: #084783;
    text-decoration: none; }
  section#projectarea .project {
    width: 100%; }
    section#projectarea .project .project_img {
      height: 420px;
      overflow: hidden;
      position: relative;
      transition: .3s ease; }
      @media (max-width: 1200px) {
        section#projectarea .project .project_img {
          height: 300px; } }
      @media (max-width: 576px) {
        section#projectarea .project .project_img {
          height: 228px; } }
      section#projectarea .project .project_img:before {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px; }
      section#projectarea .project .project_img:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
      section#projectarea .project .project_img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
    section#projectarea .project .project_content {
      display: flex;
      flex-direction: column; }
      section#projectarea .project .project_content .category {
        color: #084783;
        margin-top: 27px;
        margin-bottom: 6px; }
      section#projectarea .project .project_content .state {
        display: flex;
        flex-direction: row;
        margin: 19px 0; }
        section#projectarea .project .project_content .state div {
          width: 33%;
          padding: 13px 0; }
          section#projectarea .project .project_content .state div p {
            margin-bottom: 0; }
          section#projectarea .project .project_content .state div:not(:last-child) {
            border-right: 1px solid rgba(0, 0, 0, 0.1); }
        section#projectarea .project .project_content .state .small_title {
          color: #888a8c; }
      section#projectarea .project .project_content .designer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        section#projectarea .project .project_content .designer .portrait {
          overflow: hidden;
          position: relative;
          width: 43px;
          height: 43px; }
          section#projectarea .project .project_content .designer .portrait:before {
            content: '';
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 999px; }
          section#projectarea .project .project_content .designer .portrait:hover::before {
            background-color: rgba(0, 0, 0, 0.1); }
        section#projectarea .project .project_content .designer img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
        section#projectarea .project .project_content .designer .name {
          margin-left: 10px; }
  section#projectarea .more_m {
    margin: 2rem 0;
    border: 1px solid #316eaa;
    padding: 12px;
    justify-content: center;
    text-decoration: none;
    color: #084783; }

section#designer {
  position: relative; }
  section#designer .swiper-container, section#designer .swiper-wrapper {
    height: auto; }
  section#designer .swiper-button-next {
    right: 0px; }
  section#designer .swiper-button-prev {
    left: 0px; }
  section#designer .designer_bg {
    background-image: linear-gradient(135deg, #1b59a4, #084783); }
  section#designer .designerlist {
    padding: 110px 105px;
    color: #fff;
    text-align: left; }
    @media (max-width: 1680px) {
      section#designer .designerlist {
        padding: 110px 45px; } }
    @media (max-width: 576px) {
      section#designer .designerlist {
        padding: 63px 0px; } }
    section#designer .designerlist a {
      color: #fff;
      text-decoration: none;
      align-items: center; }
    section#designer .designerlist .designer {
      display: flex;
      margin-top: 2rem; }
      @media (max-width: 1200px) {
        section#designer .designerlist .designer {
          flex-direction: column; } }
      @media (max-width: 992px) {
        section#designer .designerlist .designer {
          flex-direction: row; } }
      @media (max-width: 576px) {
        section#designer .designerlist .designer {
          flex-direction: column; } }
      section#designer .designerlist .designer img {
        width: 90px;
        height: 90px;
        object-position: center;
        object-fit: cover; }
        @media (min-width: 1920px) {
          section#designer .designerlist .designer img {
            width: 190px;
            height: 190px; } }
      section#designer .designerlist .designer .info {
        padding: 20px; }
        @media (max-width: 1200px) {
          section#designer .designerlist .designer .info {
            padding: 20px 0; } }
        @media (max-width: 992px) {
          section#designer .designerlist .designer .info {
            padding: 0 20px; } }
        @media (max-width: 576px) {
          section#designer .designerlist .designer .info {
            padding: 20px 0; } }
        section#designer .designerlist .designer .info .content {
          color: rgba(255, 255, 255, 0.65);
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          white-space: normal;
          overflow: hidden;
          line-height: 1.7rem;
          min-height: 8.5rem; }
          @media (max-width: 992px) {
            section#designer .designerlist .designer .info .content {
              -webkit-line-clamp: 4;
              min-height: 6.8rem; } }
        section#designer .designerlist .designer .info .detail {
          display: flex;
          align-items: center; }
          @media (max-width: 576px) {
            section#designer .designerlist .designer .info .detail {
              margin: 2rem 0;
              border: 1px solid #fff;
              padding: 12px;
              justify-content: center;
              text-decoration: none;
              color: #fff; } }
  @media (max-width: 992px) {
    section#designer .designer_img {
      padding: 0; } }
  section#designer .designer_img img {
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
    object-position: center;
    object-fit: cover; }
    @media (max-width: 992px) {
      section#designer .designer_img img {
        height: 334px;
        position: relative; } }
  section#designer .link {
    padding: 12px 15px;
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%); }
    section#designer .link:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  section#designer .designer-btn {
    position: absolute;
    top: 0;
    bottom: 0; }
    section#designer .designer-btn .row {
      height: 100%; }
      section#designer .designer-btn .row .swiper-btn {
        width: 93px;
        height: 40px;
        position: absolute;
        top: 480px;
        left: 230px; }
        @media (min-width: 1920px) {
          section#designer .designer-btn .row .swiper-btn {
            top: 480px;
            left: 330px; } }
        @media (max-width: 1680px) {
          section#designer .designer-btn .row .swiper-btn {
            left: 170px; } }
        @media (max-width: 1200px) {
          section#designer .designer-btn .row .swiper-btn {
            top: 570px;
            left: 60px; } }
        @media (max-width: 992px) {
          section#designer .designer-btn .row .swiper-btn {
            top: 430px;
            left: 170px; } }
        @media (max-width: 576px) {
          section#designer .designer-btn .row .swiper-btn {
            top: 517.5px;
            left: 0;
            width: calc( 100% - 30px);
            margin: 0 15px; } }

section#recommend {
  overflow-x: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  section#recommend .swiper-button-next, section#recommend .swiper-button-prev {
    top: 170px; }
    @media (max-width: 1200px) {
      section#recommend .swiper-button-next, section#recommend .swiper-button-prev {
        top: 105.5px; } }
    @media (max-width: 992px) {
      section#recommend .swiper-button-next, section#recommend .swiper-button-prev {
        top: 87px; } }
    @media (max-width: 576px) {
      section#recommend .swiper-button-next, section#recommend .swiper-button-prev {
        top: 81.5px; } }
  section#recommend .title {
    margin-bottom: 2rem; }
  section#recommend .project {
    width: 100%; }
    section#recommend .project .project_img {
      height: 340px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 1200px) {
        section#recommend .project .project_img {
          height: 211px; } }
      @media (max-width: 992px) {
        section#recommend .project .project_img {
          height: 174px; } }
      @media (max-width: 576px) {
        section#recommend .project .project_img {
          height: 163px; } }
      section#recommend .project .project_img:before {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px; }
      section#recommend .project .project_img:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
      section#recommend .project .project_img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
    section#recommend .project .project_content {
      text-align: left; }
      section#recommend .project .project_content .project_title {
        margin-top: 20px; }
      section#recommend .project .project_content .name {
        color: #888a8c; }

section#category .title {
  text-align: center;
  margin-bottom: 3rem; }

section#category .category {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  margin-bottom: 2rem;
  transition: .3s ease; }
  section#category .category:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  section#category .category .large {
    margin-top: 20px;
    margin-bottom: 0; }

section#news {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  section#news .more {
    margin-bottom: 33px;
    display: flex;
    color: #084783;
    text-decoration: none; }
  section#news .news .news_img {
    height: 340px;
    overflow: hidden;
    position: relative;
    transition: .3s ease; }
    @media (max-width: 1200px) {
      section#news .news .news_img {
        height: 220px; } }
    @media (max-width: 576px) {
      section#news .news .news_img {
        height: 182px; } }
    section#news .news .news_img:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
    section#news .news .news_img:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    section#news .news .news_img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  section#news .news .news_content {
    margin: 18px 0; }
    section#news .news .news_content .category {
      padding: 4px 18px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.4);
      display: inline-block;
      text-decoration: none;
      margin-bottom: 9px; }
      section#news .news .news_content .category:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    section#news .news .news_content .title {
      color: #0c0d0d; }
    section#news .news .news_content .content {
      color: #4a4b4d;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      white-space: normal;
      overflow: hidden; }
    section#news .news .news_content .date {
      color: #888a8c; }
  section#news .more_m {
    margin: 2rem 0;
    border: 1px solid #316eaa;
    padding: 12px;
    justify-content: center;
    text-decoration: none;
    color: #084783; }

section#reward {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  section#reward .reward_bg {
    background-position: center 34%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    padding: 3rem;
    padding-bottom: 200px; }
    @media (max-width: 1200px) {
      section#reward .reward_bg {
        padding-bottom: 148px; } }
    @media (max-width: 768px) {
      section#reward .reward_bg {
        padding-bottom: 3rem;
        padding-top: 180px; } }
    section#reward .reward_bg:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 3px; }
    section#reward .reward_bg .link {
      padding: 12px 45px;
      border: 1px solid #fff;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      display: inline-block;
      text-decoration: none; }
      @media (max-width: 768px) {
        section#reward .reward_bg .link {
          width: 100%;
          text-align: center; } }
      section#reward .reward_bg .link:hover {
        background-color: rgba(0, 0, 0, 0.8); }

section#blog {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  section#blog .more {
    margin-bottom: 33px;
    display: flex;
    color: #084783;
    text-decoration: none; }
  section#blog .blog .blog_img {
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: .3s ease; }
    @media (max-width: 1200px) {
      section#blog .blog .blog_img {
        height: 270px; } }
    @media (max-width: 576px) {
      section#blog .blog .blog_img {
        height: 200px; } }
    section#blog .blog .blog_img:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
    section#blog .blog .blog_img:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    section#blog .blog .blog_img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    section#blog .blog .blog_img i {
      display: none;
      width: 62px;
      height: 62px;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      justify-content: center;
      align-items: center;
      font-size: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff; }
  section#blog .blog.video .blog_img i {
    display: flex; }
  section#blog .blog .blog_img_small {
    height: 270px;
    overflow: hidden;
    position: relative;
    transition: .3s ease; }
    @media (max-width: 1200px) {
      section#blog .blog .blog_img_small {
        height: 210px; } }
    @media (max-width: 576px) {
      section#blog .blog .blog_img_small {
        height: 106px; } }
  section#blog .blog .blog_content {
    margin: 18px 0; }
    section#blog .blog .blog_content .category {
      padding: 4px 18px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.4);
      display: inline-block;
      text-decoration: none;
      margin-bottom: 9px; }
      section#blog .blog .blog_content .category:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    section#blog .blog .blog_content .title {
      color: #0c0d0d;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal;
      overflow: hidden; }
  section#blog .more_m {
    margin: 2rem 0;
    border: 1px solid #316eaa;
    padding: 12px;
    justify-content: center;
    text-decoration: none;
    color: #084783; }

section#reserve {
  position: relative; }
  section#reserve .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    section#reserve .container-fluid .row {
      margin-left: 0;
      margin-right: 0; }
      section#reserve .container-fluid .row div {
        padding-left: 0;
        padding-right: 0; }
      section#reserve .container-fluid .row .pull-right {
        left: auto;
        right: 0;
        position: absolute;
        top: 0;
        height: 100%; }
        @media (max-width: 768px) {
          section#reserve .container-fluid .row .pull-right {
            height: 380px;
            position: relative; } }
        @media (max-width: 576px) {
          section#reserve .container-fluid .row .pull-right {
            height: 240px; } }
        section#reserve .container-fluid .row .pull-right img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
      section#reserve .container-fluid .row .pull-left {
        float: left; }
        section#reserve .container-fluid .row .pull-left .content_bg {
          background-repeat: no-repeat;
          background-position: right bottom;
          background-color: #084783;
          color: #fff; }
          section#reserve .container-fluid .row .pull-left .content_bg .reserve_content {
            padding: 180px 100px;
            margin: auto;
            max-width: 800px; }
            @media (max-width: 1200px) {
              section#reserve .container-fluid .row .pull-left .content_bg .reserve_content {
                padding: 153px 110px; } }
            @media (max-width: 992px) {
              section#reserve .container-fluid .row .pull-left .content_bg .reserve_content {
                padding: 103px 76px; } }
            @media (max-width: 768px) {
              section#reserve .container-fluid .row .pull-left .content_bg .reserve_content {
                padding: 63px 24px; } }
            section#reserve .container-fluid .row .pull-left .content_bg .reserve_content .content {
              color: rgba(255, 255, 255, 0.65); }
            section#reserve .container-fluid .row .pull-left .content_bg .reserve_content .link {
              padding: 12px 45px;
              color: #084783;
              background-color: #fff;
              display: inline-block;
              text-decoration: none; }
              @media (max-width: 768px) {
                section#reserve .container-fluid .row .pull-left .content_bg .reserve_content .link {
                  width: 100%;
                  text-align: center; } }

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  footer .gotop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media (max-width: 992px) {
      footer .gotop {
        padding: 34px 0; } }
    @media (max-width: 768px) {
      footer .gotop {
        padding: 28px 0; } }
    footer .gotop .gotopbtn {
      color: #084783;
      display: flex;
      align-items: center;
      text-decoration: none; }
      footer .gotop .gotopbtn:hover {
        color: #082a4f; }
  footer .footer1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    footer .footer1 .title {
      color: rgba(0, 0, 0, 0.4); }
    footer .footer1 ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 2rem; }
      footer .footer1 ul a {
        color: #4a4b4d; }
        footer .footer1 ul a:hover {
          color: #0c0d0d; }
  footer .footer2 {
    display: flex;
    flex-direction: column;
    align-items: center; }
    footer .footer2 .iconlist {
      display: flex; }
      footer .footer2 .iconlist .icon {
        width: 40px;
        height: 40px;
        margin: 2rem 10px 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s ease;
        color: #636466;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        border-radius: 999px; }
        footer .footer2 .iconlist .icon:before {
          display: block;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          position: absolute;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 999px; }
        footer .footer2 .iconlist .icon:hover {
          color: #fff; }
        footer .footer2 .iconlist .icon.fb:hover {
          background-color: #4267b2; }
        footer .footer2 .iconlist .icon.ig .ig-bk {
          background-image: url(../img/ig-bk.svg);
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: -1;
          transition: .3s ease; }
        footer .footer2 .iconlist .icon.ig:hover .ig-bk {
          opacity: 1; }
        footer .footer2 .iconlist .icon.yt:hover {
          background-color: #ff0000; }
        footer .footer2 .iconlist .icon.ln:hover {
          background-color: #00b900; }
        footer .footer2 .iconlist .icon.pt:hover {
          background-color: #e60023; }
    footer .footer2 .copyright {
      margin-bottom: 2rem; }
      footer .footer2 .copyright p {
        color: #888a8c; }

section#about .about_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 432px 0 55px;
  color: #fff;
  position: relative; }
  section#about .about_banner:before {
    content: '';
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

section#about .about_content p {
  margin-bottom: 0; }

section#about .about_content hr {
  border-color: rgba(0, 0, 0, 0.1); }

section#about .about_content .row {
  margin-left: 0;
  margin-right: 0; }
  section#about .about_content .row .col-md-6 {
    padding: 0; }

section#about .about_content .compare {
  padding: 40px 56px; }
  section#about .about_content .compare h4 {
    text-align: center;
    padding-bottom: 24.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem; }
  section#about .about_content .compare ul {
    list-style: none;
    padding-left: 0; }
    section#about .about_content .compare ul li {
      padding: 12.5px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      section#about .about_content .compare ul li i {
        color: #00a600;
        float: right; }
  section#about .about_content .compare.active {
    box-shadow: 0 5px 26px rgba(3, 66, 132, 0.16);
    border-top: 6px solid #316eaa;
    padding-top: 34px; }

section.info_area {
  padding: 209px 0 110px; }
  section.info_area .title {
    margin-bottom: 2rem; }
  section.info_area form .input {
    position: relative;
    margin-bottom: 30px; }
    section.info_area form .input .form-control {
      display: inline-flex;
      height: auto;
      -webkit-appearance: none;
      padding: 21px 18px 5px; }
      section.info_area form .input .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #316eaa; }
    section.info_area form .input label {
      position: absolute;
      left: 18px;
      top: 13px;
      color: #adb0b3;
      transition: .3s ease; }
      section.info_area form .input label.active {
        transform: translateY(-40%) scale(0.75);
        transform-origin: left; }
  section.info_area form hr {
    border-color: rgba(0, 0, 0, 0.1); }
  section.info_area form .radiobtn {
    display: flex;
    align-items: center; }
    section.info_area form .radiobtn input[type="radio"] {
      display: none; }
      section.info_area form .radiobtn input[type="radio"]:hover ~ .check, section.info_area form .radiobtn input[type="radio"]:checked ~ .check {
        border: 2px solid #316eaa; }
      section.info_area form .radiobtn input[type="radio"]:hover ~ .check:after, section.info_area form .radiobtn input[type="radio"]:checked ~ .check:after {
        opacity: 1; }
    section.info_area form .radiobtn .check {
      position: relative;
      height: 20px;
      width: 20px;
      border: 2px solid #adb0b3;
      border-radius: 100%;
      margin-right: 5px; }
      section.info_area form .radiobtn .check:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        width: 10px;
        background: #316eaa;
        height: 10px;
        transition: ease-out .3s;
        border-radius: 999px;
        opacity: 0; }
  section.info_area form textarea:focus {
    border-color: #316eaa;
    outline: 0;
    box-shadow: none; }
  section.info_area form textarea::placeholder {
    color: #adb0b3; }
  section.info_area form .formbtn {
    padding: 12px 36px;
    border: none;
    outline: none;
    box-shadow: none; }
    section.info_area form .formbtn[type="reset"] {
      background-color: #fff;
      color: #084783; }
    section.info_area form .formbtn[type="submit"] {
      background-color: #084783;
      color: #fff;
      margin-left: 15px; }
      section.info_area form .formbtn[type="submit"]:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.star {
  position: absolute;
  right: 5px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background-color: #316eaa;
  padding: 7.7px 7.6px;
  border-radius: 0 0 3px 3px;
  line-height: 20px; }
  @media (min-width: 1920px) {
    .star {
      padding: 6px; } }
  @media (max-width: 1200px) {
    .star {
      display: none; } }
  .star i {
    font-size: larger; }

section#designerbanner {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    section#designerbanner {
      margin-bottom: 137px; } }
  section#designerbanner .swiper-container, section#designerbanner .swiper-wrapper, section#designerbanner .swiper-slide {
    height: auto; }
  section#designerbanner .designerbanner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 43px; }
    @media (min-width: 1920px) {
      section#designerbanner .designerbanner {
        padding-top: 55px; } }
    @media (max-width: 1200px) {
      section#designerbanner .designerbanner {
        padding-top: 46px; } }
    @media (max-width: 768px) {
      section#designerbanner .designerbanner {
        padding-top: 24.5px; } }
    section#designerbanner .designerbanner .project_detail {
      text-align: left;
      color: #fff; }
      section#designerbanner .designerbanner .project_detail .tag {
        padding: 5px 15px;
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        display: inline-block; }
    section#designerbanner .designerbanner .designer_detail {
      margin-top: 194px;
      background-image: linear-gradient(135deg, #1b59a4, #084783);
      position: relative;
      padding: 73px 35px 124px;
      text-align: left;
      color: #fff;
      transform: translateY(30px); }
      @media (min-width: 1920px) {
        section#designerbanner .designerbanner .designer_detail {
          margin-top: 285px;
          padding: 73px 40px 144px; } }
      @media (max-width: 1200px) {
        section#designerbanner .designerbanner .designer_detail {
          margin-top: 142px;
          padding: 63px 35px 124px; } }
      @media (max-width: 768px) {
        section#designerbanner .designerbanner .designer_detail {
          transform: translateY(137px);
          padding: 49px 26px 111px;
          margin-top: 53px; } }
      section#designerbanner .designerbanner .designer_detail img {
        width: 96px;
        height: 96px;
        position: absolute;
        left: 40px;
        top: 0;
        transform: translateY(-50%); }
        @media (max-width: 768px) {
          section#designerbanner .designerbanner .designer_detail img {
            width: 76px;
            height: 76px;
            left: 26px; } }
      section#designerbanner .designerbanner .designer_detail .star.blue {
        color: #084783;
        background-color: #fff; }
        @media (min-width: 768px) {
          section#designerbanner .designerbanner .designer_detail .star.blue {
            right: 15px; } }
      section#designerbanner .designerbanner .designer_detail .info {
        display: flex;
        align-items: center; }
  section#designerbanner .designerbanner-btn .swiper-pagination {
    left: 55px;
    bottom: 72px; }
    @media (min-width: 1920px) {
      section#designerbanner .designerbanner-btn .swiper-pagination {
        left: 61px;
        bottom: 87px; } }
    @media (max-width: 768px) {
      section#designerbanner .designerbanner-btn .swiper-pagination {
        left: 32px;
        bottom: auto;
        top: 31px; } }
    section#designerbanner .designerbanner-btn .swiper-pagination .swiper-pagination-bullet {
      background-color: rgba(255, 255, 255, 0.4); }
      section#designerbanner .designerbanner-btn .swiper-pagination .swiper-pagination-bullet:not(:nth-child(1)) {
        margin-left: 15px; }
      section#designerbanner .designerbanner-btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff; }
  section#designerbanner .designerbanner-btn .swiper-btn {
    width: 93px;
    height: 40px;
    position: absolute;
    left: 55px;
    bottom: 5px; }
    @media (min-width: 1920px) {
      section#designerbanner .designerbanner-btn .swiper-btn {
        left: 61px;
        bottom: 25px; } }
    @media (max-width: 768px) {
      section#designerbanner .designerbanner-btn .swiper-btn {
        left: 32px;
        bottom: auto;
        top: 56px; } }
    section#designerbanner .designerbanner-btn .swiper-btn .swiper-button-next {
      right: 0; }
    section#designerbanner .designerbanner-btn .swiper-btn .swiper-button-prev {
      left: 0; }

section#top_search .subtitle {
  color: #636466; }

section#top_search .search_designer .project_img {
  position: relative;
  overflow: hidden;
  height: 280px; }
  @media (max-width: 1200px) {
    section#top_search .search_designer .project_img {
      height: 232px; } }
  @media (max-width: 992px) {
    section#top_search .search_designer .project_img {
      height: 168px; } }
  @media (max-width: 768px) {
    section#top_search .search_designer .project_img {
      height: 261px; } }
  section#top_search .search_designer .project_img:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
  section#top_search .search_designer .project_img:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  section#top_search .search_designer .project_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

section#top_search .search_designer .designer_info {
  margin: 20px 0;
  display: flex; }
  @media (max-width: 992px) {
    section#top_search .search_designer .designer_info {
      flex-direction: column;
      margin: 0 12px;
      position: relative;
      margin-top: -29px; } }
  @media (max-width: 768px) {
    section#top_search .search_designer .designer_info {
      flex-direction: row;
      margin: 14px 0 44px;
      position: relative; } }
  section#top_search .search_designer .designer_info .num {
    width: 26px;
    height: 26px;
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #316eaa;
    color: #fff;
    font-size: 16px; }
    @media (min-width: 1920px) {
      section#top_search .search_designer .designer_info .num {
        width: 36px;
        height: 36px;
        margin-right: 20px;
        font-size: 22px; } }
    @media (max-width: 992px) {
      section#top_search .search_designer .designer_info .num {
        margin-right: 0;
        width: 20px;
        height: 20px;
        position: absolute;
        z-index: 1;
        font-size: 12px;
        left: 38px;
        top: 38px; } }
  section#top_search .search_designer .designer_info .portrait {
    position: relative;
    overflow: hidden;
    width: 58px;
    height: 58px;
    margin-right: 20px; }
    @media (min-width: 1920px) {
      section#top_search .search_designer .designer_info .portrait {
        width: 80px;
        height: 80px; } }
    @media (max-width: 1200px) {
      section#top_search .search_designer .designer_info .portrait {
        margin-right: 15px; } }
    @media (max-width: 992px) {
      section#top_search .search_designer .designer_info .portrait {
        margin-right: 0px;
        margin-bottom: 8px; } }
    @media (max-width: 768px) {
      section#top_search .search_designer .designer_info .portrait {
        margin-right: 20px;
        margin-bottom: 0px; } }
    section#top_search .search_designer .designer_info .portrait:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 999px; }
    section#top_search .search_designer .designer_info .portrait img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
  section#top_search .search_designer .designer_info .designer_detail .info {
    color: #888a8c;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    section#top_search .search_designer .designer_info .designer_detail .info i {
      font-size: 20px; }
    section#top_search .search_designer .designer_info .designer_detail .info span {
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 156px;
      overflow: hidden; }

section#hot .subtitle {
  color: #636466; }

section#hot .designer_info {
  display: flex;
  position: relative;
  z-index: 2;
  height: 100%;
  background: #fff; }
  section#hot .designer_info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  section#hot .designer_info .portrait {
    position: relative;
    overflow: hidden;
    width: 58px;
    height: 58px;
    margin-right: 20px; }
    @media (min-width: 1920px) {
      section#hot .designer_info .portrait {
        width: 80px;
        height: 80px; } }
    @media (max-width: 1200px) {
      section#hot .designer_info .portrait {
        margin-right: 15px; } }
    @media (max-width: 992px) {
      section#hot .designer_info .portrait {
        margin-right: 0px;
        margin-bottom: 8px; } }
    @media (max-width: 768px) {
      section#hot .designer_info .portrait {
        margin-right: 20px;
        margin-bottom: 0px; } }
    section#hot .designer_info .portrait:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 999px; }
    section#hot .designer_info .portrait img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
  section#hot .designer_info .designer_detail .subhead {
    color: #888a8c; }
  section#hot .designer_info .designer_detail .info {
    color: #888a8c;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    section#hot .designer_info .designer_detail .info i {
      font-size: 20px; }
    section#hot .designer_info .designer_detail .info span {
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 156px;
      overflow: hidden; }

section#hot .project_img {
  height: 200px;
  position: relative;
  overflow: hidden; }
  section#hot .project_img:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
  section#hot .project_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

section#new_designer .subtitle {
  color: #636466; }

section#new_designer .designerbg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 340px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media (min-width: 1920px) {
    section#new_designer .designerbg {
      height: 380px; } }
  @media (max-width: 1200px) {
    section#new_designer .designerbg {
      height: 279px;
      padding: 16px; } }
  @media (max-width: 768px) {
    section#new_designer .designerbg {
      height: 241px;
      padding: 14px;
      margin-bottom: 30px; } }
  @media (max-width: 576px) {
    section#new_designer .designerbg {
      margin-bottom: 12px; } }
  section#new_designer .designerbg:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
    @media (max-width: 768px) {
      section#new_designer .designerbg:before {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 60%); } }
  section#new_designer .designerbg:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 1200px) {
      section#new_designer .designerbg:hover .project_link {
        opacity: 1; } }
  section#new_designer .designerbg img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }
  section#new_designer .designerbg .project_link {
    position: absolute;
    padding: 12px 15px;
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    top: 20px;
    transition: .3s ease;
    opacity: 0; }
  section#new_designer .designerbg .designer_link {
    display: flex;
    width: 100%; }
    @media (max-width: 768px) {
      section#new_designer .designerbg .designer_link {
        flex-direction: column; } }
    section#new_designer .designerbg .designer_link:hover {
      text-decoration: none; }
    section#new_designer .designerbg .designer_link .portrait {
      position: relative;
      overflow: hidden;
      width: 44px;
      height: 44px;
      margin-right: 12px; }
      @media (max-width: 1200px) {
        section#new_designer .designerbg .designer_link .portrait {
          width: 42px;
          height: 42px; } }
      @media (max-width: 768px) {
        section#new_designer .designerbg .designer_link .portrait {
          width: 34px;
          height: 34px;
          margin-bottom: 5px;
          margin-right: 0; } }
      section#new_designer .designerbg .designer_link .portrait:before {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 999px; }
      section#new_designer .designerbg .designer_link .portrait img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover; }
    section#new_designer .designerbg .designer_link .info {
      z-index: 1; }
      section#new_designer .designerbg .designer_link .info p {
        margin-bottom: 0;
        color: #fff; }

section#designer_record {
  overflow-x: hidden; }
  section#designer_record .swiper-container-designerrecord .designer {
    position: relative;
    width: 100%;
    padding: 20px 24px;
    display: flex;
    align-items: center; }
    @media (min-width: 1920px) {
      section#designer_record .swiper-container-designerrecord .designer {
        padding: 22px 30px; } }
    @media (max-width: 992px) {
      section#designer_record .swiper-container-designerrecord .designer {
        padding: 15px 16px; } }
    @media (max-width: 768px) {
      section#designer_record .swiper-container-designerrecord .designer {
        padding: 19px 16px; } }
    section#designer_record .swiper-container-designerrecord .designer:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
    section#designer_record .swiper-container-designerrecord .designer:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    section#designer_record .swiper-container-designerrecord .designer .portrait {
      position: relative;
      overflow: hidden;
      width: 54px;
      height: 54px;
      margin-right: 10px; }
      @media (min-width: 1920px) {
        section#designer_record .swiper-container-designerrecord .designer .portrait {
          width: 80px;
          height: 80px;
          margin-right: 15px; } }
      @media (max-width: 992px) {
        section#designer_record .swiper-container-designerrecord .designer .portrait {
          width: 40px;
          height: 40px; } }
      section#designer_record .swiper-container-designerrecord .designer .portrait:before {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 999px; }
      section#designer_record .swiper-container-designerrecord .designer .portrait img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover; }
    section#designer_record .swiper-container-designerrecord .designer .name {
      margin-bottom: 0;
      font-size: 17px; }
      @media (min-width: 1920px) {
        section#designer_record .swiper-container-designerrecord .designer .name {
          font-size: 20px; } }

section#project_collection {
  overflow-x: hidden; }
  section#project_collection .designerbg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 410px;
    width: 100%;
    padding: 25px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 1920px) {
      section#project_collection .designerbg {
        padding: 25px; } }
    @media (max-width: 1200px) {
      section#project_collection .designerbg {
        padding: 22px;
        height: 277px; } }
    @media (max-width: 992px) {
      section#project_collection .designerbg {
        padding: 17px;
        height: 212px; } }
    section#project_collection .designerbg:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
      @media (max-width: 1200px) {
        section#project_collection .designerbg:before {
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 60%); } }
      @media (max-width: 992px) {
        section#project_collection .designerbg:before {
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 80%); } }
    section#project_collection .designerbg:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    section#project_collection .designerbg img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
    section#project_collection .designerbg .tag {
      padding: 5px 15px;
      color: #fff;
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      background-color: rgba(0, 0, 0, 0.4); }
    section#project_collection .designerbg .info {
      z-index: 1;
      text-align: left; }
      section#project_collection .designerbg .info p {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.87); }
      section#project_collection .designerbg .info .title {
        margin-bottom: 0;
        color: #fff; }

section#project_list .nav {
  overflow-x: scroll;
  overflow-y: auto;
  flex-wrap: nowrap;
  white-space: nowrap; }
  @media (max-width: 576px) {
    section#project_list .nav {
      margin-right: -24px; } }

section#project_list .nav-item {
  margin-right: 30px; }
  section#project_list .nav-item .nav-link {
    color: #888a8c;
    padding: 11px 5px 7px;
    transition: .3s ease;
    border-bottom: 4px solid transparent; }
    section#project_list .nav-item .nav-link.active {
      border-bottom: 4px solid #1b59a4;
      color: #000; }
    section#project_list .nav-item .nav-link:hover {
      color: #000; }

section#project_list .project .project_img {
  position: relative;
  overflow: hidden;
  height: 226px; }
  @media (min-width: 1920px) {
    section#project_list .project .project_img {
      height: 238px; } }
  @media (max-width: 1200px) {
    section#project_list .project .project_img {
      height: 187px; } }
  @media (max-width: 992px) {
    section#project_list .project .project_img {
      height: 133px; } }
  @media (max-width: 768px) {
    section#project_list .project .project_img {
      height: 210px; } }
  section#project_list .project .project_img:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
  section#project_list .project .project_img:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  section#project_list .project .project_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

section#project_list .project .project_info {
  margin: 12px 0 55px; }
  @media (max-width: 1200px) {
    section#project_list .project .project_info {
      margin: 12px 0 45px; } }
  section#project_list .project .project_info .subhead {
    margin-bottom: 2px; }
  section#project_list .project .project_info .designer {
    display: flex;
    align-items: center; }
    section#project_list .project .project_info .designer .portrait {
      position: relative;
      overflow: hidden;
      width: 22px;
      height: 22px;
      margin-right: 8px; }
      @media (min-width: 1920px) {
        section#project_list .project .project_info .designer .portrait {
          width: 24px;
          height: 24px; } }
      section#project_list .project .project_info .designer .portrait:before {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 999px; }
      section#project_list .project .project_info .designer .portrait img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover; }
    section#project_list .project .project_info .designer .caption {
      margin-bottom: 0;
      color: #636466; }

section#project_list .more {
  padding: 12px 36px;
  color: #084783;
  border: 1px solid #084783;
  background: #fff;
  text-decoration: none;
  transition: .3s ease; }
  section#project_list .more:hover {
    box-shadow: 0 5px 18px -6px rgba(27, 89, 164, 0.35); }
  @media (max-width: 1200px) {
    section#project_list .more {
      padding: 10px 21px; } }

section#project_record {
  overflow-x: hidden; }
  section#project_record .project .project_img {
    position: relative;
    overflow: hidden;
    height: 226px; }
    @media (min-width: 1920px) {
      section#project_record .project .project_img {
        height: 238px; } }
    @media (max-width: 1200px) {
      section#project_record .project .project_img {
        height: 187px; } }
    @media (max-width: 992px) {
      section#project_record .project .project_img {
        height: 133px; } }
    @media (max-width: 768px) {
      section#project_record .project .project_img {
        height: 210px; } }
    section#project_record .project .project_img:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
    section#project_record .project .project_img:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    section#project_record .project .project_img img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
  section#project_record .project .project_info {
    margin: 12px 0; }
    section#project_record .project .project_info .subhead {
      text-align: left;
      margin-bottom: 2px; }
    section#project_record .project .project_info .designer {
      display: flex;
      align-items: center; }
      section#project_record .project .project_info .designer .portrait {
        position: relative;
        overflow: hidden;
        width: 22px;
        height: 22px;
        margin-right: 8px; }
        @media (min-width: 1920px) {
          section#project_record .project .project_info .designer .portrait {
            width: 24px;
            height: 24px; } }
        section#project_record .project .project_info .designer .portrait:before {
          content: '';
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          position: absolute;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 999px; }
        section#project_record .project .project_info .designer .portrait img {
          width: 100%;
          height: 100%;
          object-position: center;
          object-fit: cover; }
      section#project_record .project .project_info .designer .caption {
        margin-bottom: 0;
        color: #636466; }

section#good_collection {
  overflow-x: hidden; }
  section#good_collection .goodbg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 482px;
    width: 100%;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 1920px) {
      section#good_collection .goodbg {
        height: 484px; } }
    @media (max-width: 1200px) {
      section#good_collection .goodbg {
        padding: 22px;
        height: 402px; } }
    @media (max-width: 992px) {
      section#good_collection .goodbg {
        padding: 17px;
        height: 350px; } }
    section#good_collection .goodbg:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
    section#good_collection .goodbg:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    section#good_collection .goodbg .tag {
      padding: 5px 15px;
      color: #fff;
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      background-color: rgba(0, 0, 0, 0.4); }
    section#good_collection .goodbg .info {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 28px;
      width: 100%;
      text-align: center;
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      background-color: rgba(0, 0, 0, 0.25);
      border-radius: 0 0 3px 3px; }
      @media (max-width: 1200px) {
        section#good_collection .goodbg .info {
          padding: 22px; } }
      @media (max-width: 992px) {
        section#good_collection .goodbg .info {
          padding: 17px; } }
      section#good_collection .goodbg .info .category {
        color: rgba(255, 255, 255, 0.87);
        border: 1px solid rgba(255, 255, 255, 0.87);
        padding: 4px 18px;
        margin-bottom: 8px;
        display: inline-block; }
      section#good_collection .goodbg .info .title {
        margin-bottom: 0;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden; }
      section#good_collection .goodbg .info .subhead {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.87);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden; }

section#good_list .nav {
  overflow-x: scroll;
  overflow-y: auto;
  flex-wrap: nowrap;
  white-space: nowrap; }
  @media (max-width: 576px) {
    section#good_list .nav {
      margin-right: -24px; } }

section#good_list .nav-item {
  margin-right: 30px; }
  section#good_list .nav-item .nav-link {
    color: #888a8c;
    padding: 11px 5px 7px;
    transition: .3s ease;
    border-bottom: 4px solid transparent; }
    section#good_list .nav-item .nav-link.active {
      border-bottom: 4px solid #1b59a4;
      color: #000; }
    section#good_list .nav-item .nav-link:hover {
      color: #000; }

section#good_list .good .good_img {
  position: relative;
  overflow: hidden;
  height: 221px; }
  @media (min-width: 1920px) {
    section#good_list .good .good_img {
      height: 250px; } }
  @media (max-width: 1200px) {
    section#good_list .good .good_img {
      height: 183px; } }
  @media (max-width: 992px) {
    section#good_list .good .good_img {
      height: 130px; } }
  @media (max-width: 768px) {
    section#good_list .good .good_img {
      height: 206px; } }
  section#good_list .good .good_img:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
  section#good_list .good .good_img:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  section#good_list .good .good_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

section#good_list .good .good_info {
  margin: 12px 0 55px; }
  @media (max-width: 1200px) {
    section#good_list .good .good_info {
      margin: 12px 0 45px; } }
  section#good_list .good .good_info .caption {
    margin-bottom: 0;
    color: #636466; }
  section#good_list .good .good_info .subhead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden; }

section#good_list .more {
  padding: 12px 36px;
  color: #084783;
  border: 1px solid #084783;
  background: #fff;
  text-decoration: none;
  transition: .3s ease; }
  section#good_list .more:hover {
    box-shadow: 0 5px 18px -6px rgba(27, 89, 164, 0.35); }
  @media (max-width: 1200px) {
    section#good_list .more {
      padding: 10px 21px; } }

section#news_banner {
  overflow-x: hidden; }
  section#news_banner .news_wrap {
    border-radius: 3px;
    overflow: hidden; }
    section#news_banner .news_wrap:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      z-index: 1; }
    section#news_banner .news_wrap:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  section#news_banner .newsbg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 398px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 1920px) {
      section#news_banner .newsbg {
        height: 484px; } }
    @media (max-width: 1200px) {
      section#news_banner .newsbg {
        height: 346px; } }
    @media (max-width: 992px) {
      section#news_banner .newsbg {
        height: 305px; } }
    @media (max-width: 768px) {
      section#news_banner .newsbg {
        height: 243px; } }
  section#news_banner .info {
    background-image: linear-gradient(135deg, #1b59a4, #084783);
    padding: 40px 33px;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; }
    @media (min-width: 1920px) {
      section#news_banner .info {
        padding: 40px 42px; } }
    @media (max-width: 1200px) {
      section#news_banner .info {
        padding: 30px; } }
    @media (max-width: 992px) {
      section#news_banner .info {
        padding: 28px 24px; } }
    @media (max-width: 768px) {
      section#news_banner .info {
        padding: 30px; } }
    section#news_banner .info .category {
      color: rgba(255, 255, 255, 0.87);
      border: 1px solid rgba(255, 255, 255, 0.87);
      padding: 4px 18px;
      margin-bottom: 8px; }

section#news_list .nav {
  overflow-x: scroll;
  overflow-y: auto;
  flex-wrap: nowrap;
  white-space: nowrap; }
  @media (max-width: 576px) {
    section#news_list .nav {
      margin-right: -24px; } }

section#news_list .nav-item {
  margin-right: 30px; }
  section#news_list .nav-item .nav-link {
    color: #888a8c;
    padding: 11px 5px 7px;
    transition: .3s ease;
    border-bottom: 4px solid transparent; }
    section#news_list .nav-item .nav-link.active {
      border-bottom: 4px solid #1b59a4;
      color: #000; }
    section#news_list .nav-item .nav-link:hover {
      color: #000; }

section#news_list .news .news_img {
  position: relative;
  overflow: hidden;
  height: 220px; }
  @media (min-width: 1920px) {
    section#news_list .news .news_img {
      height: 340px; } }
  @media (max-width: 1200px) {
    section#news_list .news .news_img {
      height: 182px; } }
  @media (max-width: 992px) {
    section#news_list .news .news_img {
      height: 129px; } }
  @media (max-width: 768px) {
    section#news_list .news .news_img {
      height: 204px; } }
  section#news_list .news .news_img:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
  section#news_list .news .news_img:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  section#news_list .news .news_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

section#news_list .news .news_content {
  margin: 18px 0 55px; }
  @media (max-width: 1200px) {
    section#news_list .news .news_content {
      margin: 18px 0 45px; } }
  section#news_list .news .news_content .category {
    padding: 4px 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    text-decoration: none;
    margin-bottom: 9px; }
    section#news_list .news .news_content .category:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  section#news_list .news .news_content .title {
    color: #0c0d0d; }
  section#news_list .news .news_content .content {
    color: #4a4b4d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden; }
  section#news_list .news .news_content .date {
    color: #888a8c; }

section#news_list .more {
  padding: 12px 36px;
  color: #084783;
  border: 1px solid #084783;
  background: #fff;
  text-decoration: none;
  transition: .3s ease; }
  section#news_list .more:hover {
    box-shadow: 0 5px 18px -6px rgba(27, 89, 164, 0.35); }
  @media (max-width: 1200px) {
    section#news_list .more {
      padding: 10px 21px; } }
