@charset "UTF-8";
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

body {
  font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-left: 0; }
  body.active {
    margin-left: 185px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

a {
  text-decoration: none !important;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  a:hover {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

#gotop {
  position: absolute;
  right: 10px;
  top: -30px;
  cursor: pointer; }

#dis-top {
  margin-top: 140px; }

.bg1 {
  background: url(../_img/index/bg1.jpg);
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat; }

.news-bg {
  background: url(../_img/index/new-bg.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat; }

.bg2 {
  background: url(../_img/index/bg2.jpg);
  background-position: left bottom;
  background-repeat: no-repeat; }

.main-title {
  font-size: 1.3rem;
  padding: 3rem 0 2rem; }
  .main-title span {
    font-size: 2.1rem;
    color: #00477D;
    font-family: "Oswald", sans-serif;
    display: block;
    margin-top: 0.2rem;
    letter-spacing: 1px; }
  @media (max-width: 991.98px) {
    .main-title {
      padding: 2rem 0;
      margin-bottom: -2rem; } }
  .main-title.page {
    padding: 1rem 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold; }
    .main-title.page span {
      border-bottom: 1px solid #00477D;
      padding-bottom: 0.5rem;
      margin-bottom: 0.5rem;
      font-size: 1.5rem; }

.more-btn {
  border: 1px solid #00477D;
  font-family: "Oswald", sans-serif;
  color: #00477D;
  font-size: 1.3rem;
  border-radius: 99rem;
  padding: 0.2rem 3.5rem;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .more-btn::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 13px;
    background: url(../_img/index/m-icon.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 26px;
    height: 12px;
    opacity: 0; }
  .more-btn:hover {
    background: #00477D;
    top: -5px;
    color: #fff; }
    .more-btn:hover::before {
      opacity: 1;
      -webkit-animation-name: morebtn;
      animation-name: morebtn;
      -webkit-animation-duration: .8s;
      animation-duration: .8s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
  .more-btn.news {
    background: #7C1823;
    border: 0px;
    border-radius: 0px;
    color: #fff; }
  @media (max-width: 767.98px) {
    .more-btn {
      padding: 0.2rem 3rem; } }

.shopp-btn {
  border: 1px solid #00477D;
  color: #fff;
  border-radius: 99rem;
  padding: 0.2rem 3rem;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #00477D; }
  .shopp-btn::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 10px;
    background: url(../_img/index/m-icon.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 26px;
    height: 12px;
    opacity: 1; }
  .shopp-btn:hover {
    background: #00477D;
    top: -5px;
    color: #fff; }
    .shopp-btn:hover::before {
      opacity: 1;
      -webkit-animation-name: morebtn;
      animation-name: morebtn;
      -webkit-animation-duration: .8s;
      animation-duration: .8s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
  .shopp-btn.white {
    color: #707070;
    background: #fff; }
    .shopp-btn.white::before {
      opacity: 0; }

@-webkit-keyframes morebtn {
  0% {
    right: 15px; }
  50% {
    right: 10px; }
  100% {
    right: 15px; } }

@keyframes morebtn {
  0% {
    right: 15px; }
  50% {
    right: 10px; }
  100% {
    right: 15px; } }

.collect {
  border: 1px solid #707070;
  border-radius: 0px;
  padding: 0.5rem 1rem; }
  .collect .icon {
    position: relative; }
    .collect .icon::before {
      content: '\f004';
      font-family: 'Font Awesome 5 Pro';
      font-size: 1rem;
      color: #707070;
      margin-right: .5rem; }
  .collect.active .icon::before {
    color: #7C1823;
    font-weight: bold; }

.file {
  background: #EBEBEB; }

.breadcrumbs {
  padding: 0rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #00477D; }
  .breadcrumbs .item {
    font-size: 1rem;
    margin-right: 0.5rem; }
    .breadcrumbs .item a {
      color: #00477D; }
    .breadcrumbs .item::after {
      content: '/';
      margin-left: 0.5rem; }
    .breadcrumbs .item:nth-last-child(1)::after {
      display: none; }

.con {
  padding-bottom: 3rem;
  padding-top: 0.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .con .text {
    color: #000;
    line-height: 30px; }
  .con .img-box img {
    width: 100%;
    max-width: auto; }
  @media (max-width: 991.98px) {
    .con {
      padding-top: 3rem; } }

.editor img {
  width: auto;
  max-width: 100%; }

.editor ul {
  list-style: disc;
  list-style-position: inside; }

.editor ol {
  list-style: decimal;
  list-style-position: inside; }

.swiper-container {
  width: 100%;
  height: auto; }
  .swiper-container .swiper-wrapper {
    height: auto; }
    .swiper-container .swiper-wrapper .swiper-slide {
      height: auto; }
      .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%; }

.next {
  background-image: none;
  border: 1px solid #6c757d;
  width: 40px;
  height: 40px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .next::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
    margin-left: 14px;
    color: #6c757d; }
  .next:hover {
    background: #7C1823;
    border-color: #fff; }
    .next:hover::before {
      color: #fff; }

.prev {
  background-image: none;
  border: 1px solid #6c757d;
  width: 40px;
  height: 40px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .prev::before {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
    margin-left: 12px;
    color: #6c757d; }
  .prev:hover {
    background: #7C1823;
    border-color: #fff; }
    .prev:hover::before {
      color: #fff; }

.p-item {
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 3rem; }
  .p-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-item .p-img {
    width: 100%;
    height: 205px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
    .p-item .p-img span {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      .p-item .p-img span::before {
        content: ' ';
        display: inline-block;
        width: 0;
        vertical-align: middle; }
      .p-item .p-img span img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle; }
  .p-item .title {
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .p-item:hover {
    top: -0.5rem; }
  @media (max-width: 767.98px) {
    .p-item .p-img {
      height: 120px; } }

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #D9DCD6;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .news-item .icon {
    width: 145px;
    text-align: center;
    padding: .6rem 0; }
    .news-item .icon.news {
      color: #fff;
      background: #00477D; }
    .news-item .icon.live {
      color: #000;
      background: #D9DCD6; }
  .news-item .title {
    width: calc(100% - 280px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .news-item .date {
    font-size: 1.3rem;
    font-family: "Oswald", sans-serif;
    width: 105px;
    text-align: center; }
    .news-item .date span {
      display: block;
      text-align: center;
      font-size: 1rem;
      background: #727272;
      color: #fff;
      margin-top: 0.5rem; }
  .news-item:hover .title {
    color: #00477D; }
  @media (max-width: 767.98px) {
    .news-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .news-item .icon {
        width: 60px;
        padding: 0.2rem;
        margin-bottom: 0.5rem; }
      .news-item .title {
        width: 100%;
        margin: 0.5rem 0; }
      .news-item .date {
        font-size: 1rem; }
        .news-item .date span {
          display: inline-block;
          padding: 0 0.5rem;
          margin-left: 1rem; } }

.l-pages {
  margin-top: 2rem; }
  .l-pages .pages {
    padding: 0.3rem .7rem;
    font-size: 1rem;
    border-radius: 99rem;
    margin: 0rem .1rem; }
    .l-pages .pages.active, .l-pages .pages:hover {
      color: #fff;
      background: #7C1823; }

#buy_form {
  width: 100%; }

.table-fram {
  width: 900px;
  max-width: 100%;
  overflow: auto; }
  .table-fram table {
    table-layout: fixed; }
  .table-fram .rwd-table {
    width: 880px;
    max-width: 1200px; }
    .table-fram .rwd-table th, .table-fram .rwd-table td {
      padding: 1em;
      text-align: center;
      width: 100%;
      font-size: 14px; }
    .table-fram .rwd-table thead.table-header {
      background: #707070;
      color: #fff;
      table-layout: fixed; }
  .table-fram td:first-child {
    background: #fff;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    /* 首行永遠固定於左 */
    z-index: 1;
    width: 30px; }
  .table-fram th:first-child {
    background: #707070;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    /* 首行永遠固定於左 */
    z-index: 1;
    width: 30px; }
  .table-fram td:nth-last-child(1) {
    background: #fff;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    /* 首行永遠固定於右 */
    z-index: 1;
    width: 100px !important; }
  .table-fram th:nth-last-child(1) {
    background: #707070;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    /* 首行永遠固定於右 */
    z-index: 1;
    width: 100px !important; }
  .table-fram .number {
    width: 100%;
    padding: 5px;
    color: #707070;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../_img/layout/arrow.svg") no-repeat transparent;
    background-position: 95% 50%; }
  @media (max-width: 991.98px) {
    .table-fram .rwd-table {
      width: 800px; } }
  @media (max-width: 767.98px) {
    .table-fram .rwd-table {
      width: 600px; } }

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff; }
  header .t-header {
    background: #00477D; }
    header .t-header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header .t-header .container .icon {
        width: 80px;
        margin: 0.5rem 10px;
        text-align: center;
        position: relative; }
        header .t-header .container .icon a {
          display: block; }
        header .t-header .container .icon .txt-over {
          position: absolute;
          background: #7C1823;
          color: #fff;
          padding: .2rem 1rem;
          margin-top: .8rem;
          margin-left: 10px;
          border-radius: 99rem;
          -webkit-transform: translate(-10%, 25%);
          -ms-transform: translate(-10%, 25%);
          transform: translate(-10%, 25%);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          z-index: 9999;
          width: 100px; }
          header .t-header .container .icon .txt-over::before {
            content: '\f0d8';
            font-family: 'Font Awesome 5 Pro';
            font-weight: bold;
            position: absolute;
            top: -15px;
            left: 25px;
            font-size: 16px;
            color: #7C1823; }
        header .t-header .container .icon .number {
          position: absolute;
          background: #fff;
          color: #7C1823;
          width: 20px;
          height: 20px;
          top: -5;
          right: 20;
          line-height: 20px;
          border-radius: 99rem;
          font-size: 0.8rem; }
        header .t-header .container .icon:hover .txt-over {
          -webkit-transform: translate(0%, 0);
          -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
          opacity: 1;
          visibility: visible;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
  header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .header .logo {
      width: 215px;
      height: auto; }
      header .header .logo img {
        width: 100%; }
    header .header .phone-bar {
      width: 30px;
      height: 30px;
      cursor: pointer;
      display: none;
      position: relative;
      margin-right: 10px; }
      header .header .phone-bar::before {
        content: 'MENU';
        bottom: -10px;
        position: absolute;
        font-size: 10px;
        left: -2px; }
      header .header .phone-bar span {
        width: 100%;
        height: 2px;
        background: #00477D;
        display: block;
        margin-bottom: .8rem;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      header .header .phone-bar.active span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: .5rem; }
        header .header .phone-bar.active span:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-top: -.95rem; }
    header .header .navbar .nav-item {
      margin: 0rem 1rem;
      position: relative; }
      header .header .navbar .nav-item::before {
        content: '';
        width: 0%;
        height: 1px;
        background: #7C1823;
        position: absolute;
        bottom: 0px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      header .header .navbar .nav-item:hover::before {
        width: 100%; }
      header .header .navbar .nav-item.active::before {
        width: 100%; }
    header .header .search {
      position: relative; }
      header .header .search .form-control {
        border: 0px;
        background: #D9DCD6;
        border-radius: 99rem;
        height: 30px;
        width: 180px; }
      header .header .search .btn-outline-success {
        position: absolute;
        top: 1px;
        right: 5px;
        border: 0px; }
        header .header .search .btn-outline-success i {
          color: #7C1823; }
        header .header .search .btn-outline-success:hover {
          background: transparent; }
      header .header .search .search-icon {
        position: absolute;
        top: 1px;
        right: 5px;
        border: 0px;
        display: none; }
        header .header .search .search-icon i {
          color: #7C1823; }
    header .header .search-box {
      display: none; }
  @media (max-width: 1199.98px) {
    header .header {
      position: relative; }
      header .header .phone-bar {
        display: block; }
      header .header .navbar {
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 99;
        top: 80px;
        -webkit-transform: translate(0%, 25%);
        -ms-transform: translate(0%, 25%);
        transform: translate(0%, 25%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        header .header .navbar.show {
          -webkit-transform: translate(0%, 0);
          -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
          opacity: 1;
          visibility: visible;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
      header .header .search {
        position: absolute;
        right: 40px;
        cursor: pointer; }
        header .header .search .form-control {
          display: none; }
        header .header .search .btn-outline-success {
          top: -10px;
          display: none; }
        header .header .search .search-icon {
          display: block;
          top: 0px;
          right: 20px; }
      header .header .search-box {
        position: absolute;
        width: 100%;
        background: #fff;
        padding: 2rem;
        top: 80px;
        z-index: 99;
        display: block;
        -webkit-transform: translate(0%, 25%);
        -ms-transform: translate(0%, 25%);
        transform: translate(0%, 25%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        header .header .search-box .form-control {
          border: 0px;
          background: #D9DCD6;
          border-radius: 99rem; }
        header .header .search-box .btn-outline-success {
          position: absolute;
          top: 35px;
          right: 35px;
          border: 0px; }
          header .header .search-box .btn-outline-success i {
            color: #7C1823; }
          header .header .search-box .btn-outline-success:hover {
            background: transparent; }
        header .header .search-box.show {
          -webkit-transform: translate(0%, 0);
          -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
          opacity: 1;
          visibility: visible;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; } }

footer {
  background: url(../_img/footer/bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  color: #fff;
  position: relative; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #FFE11D; }
  footer .f-info {
    margin: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .f-info h5 {
      margin-bottom: 2rem;
      width: 100%; }
    footer .f-info .f-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0.5rem;
      width: 100%; }
      footer .f-info .f-item .icon {
        margin-right: 0.8rem; }
    footer .f-info .txt {
      line-height: 30px; }
    footer .f-info ul {
      width: 35%; }
      footer .f-info ul li {
        margin-bottom: 0.8rem; }
        footer .f-info ul li a {
          color: #D9DCD6; }
          footer .f-info ul li a:hover {
            color: #FFE11D; }
    footer .f-info:nth-child(1) {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer .f-info:nth-child(1) .txt {
        width: 100%;
        text-align: center;
        margin-top: .5rem; }
  footer .copyright {
    margin-top: 0.5rem;
    border-top: 1px solid #fff;
    padding-top: 0.8rem;
    text-align: center; }
  @media (max-width: 991.98px) {
    footer .f-info {
      text-align: center; }
      footer .f-info .f-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      footer .f-info ul {
        width: 50%; } }

#index.bg1 {
  background-attachment: fixed; }

#index .p-item .p-img {
  border-radius: 99rem;
  overflow: hidden;
  width: 70%;
  padding-bottom: 70%;
  height: auto; }

.news .main-title {
  padding-top: 7rem;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 1rem; }
  .news .main-title span {
    color: #fff; }

.news .news-list {
  background: #fff;
  padding: 3.5rem 5.5rem; }

.hot-item {
  position: relative; }
  .hot-item .hotpro {
    padding: 2rem 0; }
    .hot-item .hotpro .swiper-slide {
      width: calc(100% / 5);
      -webkit-box-shadow: 0px 0px 5px #707070;
      box-shadow: 0px 0px 5px #707070;
      background: #fff;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .hot-item .hotpro .swiper-slide a .p-img {
        width: 100%;
        height: 358px;
        cursor: pointer; }
        .hot-item .hotpro .swiper-slide a .p-img span {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center; }
          .hot-item .hotpro .swiper-slide a .p-img span::before {
            content: ' ';
            display: inline-block;
            width: 0;
            vertical-align: middle; }
          .hot-item .hotpro .swiper-slide a .p-img span img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            display: inline-block;
            vertical-align: middle; }
      .hot-item .hotpro .swiper-slide a .title {
        padding: 1.2rem 1rem; }
        .hot-item .hotpro .swiper-slide a .title .m-title {
          margin-bottom: 0.2rem;
          color: #000;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .hot-item .hotpro .swiper-slide a .title .sub-title {
          color: #495057;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .hot-item .hotpro .swiper-slide:hover {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
  .hot-item .hot-next {
    top: 0; }
  .hot-item .hot-prev {
    top: 0;
    left: 94%; }

@media (max-width: 1440px) {
  .hot-item .hotpro .swiper-slide a .p-img {
    height: 264px; }
  .hot-item .hot-prev {
    left: 90%; } }

@media (max-width: 991.98px) {
  .hot-item .hot-prev {
    left: 85%; } }

@media (max-width: 767.98px) {
  .news .main-title {
    padding-top: 1rem;
    margin-bottom: 0rem; }
  .news .news-list {
    padding: 1rem; }
  .hot-item .hot-prev {
    left: 70%; } }

.nav-bar {
  background: #00477D;
  color: #fff;
  padding: 0.5rem;
  position: relative;
  cursor: pointer;
  display: none; }
  .nav-bar::after {
    content: '\f0c9';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 10;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .nav-bar.show::after {
    content: '\f00d';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.sider-box .s-list-box {
  border: 1px solid #707070;
  margin-bottom: 0.5rem; }
  .sider-box .s-list-box .s-item {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    position: relative;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
    .sider-box .s-list-box .s-item a {
      color: #000; }
    .sider-box .s-list-box .s-item .icon {
      position: absolute;
      right: 10px;
      top: 2px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      cursor: pointer; }
      .sider-box .s-list-box .s-item .icon::before {
        content: '\f0d7';
        font-family: 'Font Awesome 5 Pro';
        font-weight: bold;
        font-size: 1.5rem;
        color: #707070; }
    .sider-box .s-list-box .s-item.active {
      border-bottom: 1px solid #707070;
      padding-bottom: 0.5rem;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .sider-box .s-list-box .s-item.active a {
        color: #00477D; }
      .sider-box .s-list-box .s-item.active .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .sider-box .s-list-box .s-item.active .icon::before {
          color: #00477D; }
  .sider-box .s-list-box .s-column-box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    font-size: 14px;
    display: none; }
    .sider-box .s-list-box .s-column-box.show {
      height: auto;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: block; }
  .sider-box .s-list-box .s-column {
    position: relative; }
    .sider-box .s-list-box .s-column .s-dropdown {
      padding: 0.5rem 0.5rem 0.5rem 1.5rem; }
      .sider-box .s-list-box .s-column .s-dropdown a {
        color: #707070; }
      .sider-box .s-list-box .s-column .s-dropdown .icon {
        position: absolute;
        left: 10px;
        top: 8px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        cursor: pointer; }
        .sider-box .s-list-box .s-column .s-dropdown .icon::before {
          content: '\f105';
          font-family: 'Font Awesome 5 Pro';
          font-size: 1rem;
          color: #00477D; }
      .sider-box .s-list-box .s-column .s-dropdown.active {
        background: #C2C2C2; }
        .sider-box .s-list-box .s-column .s-dropdown.active a {
          color: #7C1823; }
        .sider-box .s-list-box .s-column .s-dropdown.active .icon {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          .sider-box .s-list-box .s-column .s-dropdown.active .icon::before {
            color: #7C1823; }
    .sider-box .s-list-box .s-column .s-dropdown-menu {
      height: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .0s ease;
      -o-transition: all .0s ease;
      transition: all .0s ease;
      display: none; }
      .sider-box .s-list-box .s-column .s-dropdown-menu .s-dropdown-item {
        display: block;
        color: #707070;
        margin: 0.2rem 0.2rem 0.4rem 0rem;
        position: relative; }
        .sider-box .s-list-box .s-column .s-dropdown-menu .s-dropdown-item::before {
          content: '\f105';
          font-family: 'Font Awesome 5 Pro';
          font-size: 1rem;
          color: #707070;
          margin-right: .5rem; }
      .sider-box .s-list-box .s-column .s-dropdown-menu.show {
        height: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        padding: 0.5rem 0.5rem 0.1rem 1.5rem;
        display: block; }

.c-pro {
  margin-top: -40px; }
  .c-pro .opt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem; }
    .c-pro .opt-box .square,
    .c-pro .opt-box .strip {
      padding: 0.2rem 0.3rem 0rem;
      border: 1px solid #707070;
      color: #707070;
      height: 25px;
      margin-right: 0.8rem;
      cursor: pointer; }
      .c-pro .opt-box .square.active,
      .c-pro .opt-box .strip.active {
        background: #00477D;
        color: #fff;
        border-color: #00477D; }
    .c-pro .opt-box .numbox {
      color: #707070; }
      .c-pro .opt-box .numbox select {
        border: 0px;
        background: transparent;
        color: #707070;
        padding-right: 1.5rem;
        text-align: left;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("../_img/layout/arrow.svg") no-repeat transparent;
        background-position: 100% 50%; }
  .c-pro .pro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .c-pro .pro-box .p-item {
      width: calc(100% / 4 - 20px);
      margin: 10px 10px 15px; }
      .c-pro .pro-box .p-item .sub-title {
        color: #707070; }
    .c-pro .pro-box.list .p-item {
      width: 100%;
      border-bottom: 1px solid #707070;
      padding-bottom: 1rem; }
      .c-pro .pro-box.list .p-item a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .c-pro .pro-box.list .p-item a .p-img {
          width: 20%;
          margin-right: 1rem; }
        .c-pro .pro-box.list .p-item a .title {
          width: 73%;
          margin-top: 0;
          text-align: left; }

.pro-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .pro-page .box-item {
    width: calc(100% / 2 - 10px);
    margin: 0px 5px 1rem; }
    .pro-page .box-item .gallery-top .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: auto; }
    .pro-page .box-item .gallery-top .swiper-slide {
      height: auto; }
      .pro-page .box-item .gallery-top .swiper-slide .p-img {
        width: 100%;
        padding-bottom: 100%;
        cursor: pointer; }
        .pro-page .box-item .gallery-top .swiper-slide .p-img span {
          width: 100%;
          height: 100%;
          position: absolute;
          text-align: center;
          top: 0;
          left: 0; }
          .pro-page .box-item .gallery-top .swiper-slide .p-img span:before {
            content: ' ';
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle; }
          .pro-page .box-item .gallery-top .swiper-slide .p-img span img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            display: inline-block;
            vertical-align: middle; }
    .pro-page .box-item .s-pic-box {
      padding: 0rem 2rem;
      position: relative; }
      .pro-page .box-item .s-pic-box .next {
        bottom: 0px;
        right: 0px;
        border: 0px;
        font-size: .9rem;
        width: 20px; }
        .pro-page .box-item .s-pic-box .next::before {
          margin-left: 5px; }
      .pro-page .box-item .s-pic-box .prev {
        bottom: 0px;
        left: -4px;
        border: 0px;
        font-size: .9rem;
        width: 20px; }
        .pro-page .box-item .s-pic-box .prev::before {
          margin-left: 2px; }
    .pro-page .box-item .gallery-thumbs {
      margin: 1rem 0; }
      .pro-page .box-item .gallery-thumbs .swiper-slide {
        cursor: pointer; }
        .pro-page .box-item .gallery-thumbs .swiper-slide .p-img {
          padding-bottom: 100%;
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 50% 50%; }
          .pro-page .box-item .gallery-thumbs .swiper-slide .p-img span {
            width: 100%;
            height: 100%;
            position: absolute;
            text-align: center;
            top: 0;
            left: 0; }
            .pro-page .box-item .gallery-thumbs .swiper-slide .p-img span::before {
              content: ' ';
              display: inline-block;
              height: 100%;
              width: 0;
              vertical-align: middle; }
            .pro-page .box-item .gallery-thumbs .swiper-slide .p-img span img {
              max-width: 100%;
              max-height: 100%;
              width: auto;
              height: auto;
              display: inline-block;
              vertical-align: middle; }
    .pro-page .box-item .title {
      color: #000;
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
    .pro-page .box-item .sub-title {
      color: #00477D;
      font-size: 1.1rem;
      padding-bottom: .5rem;
      border-bottom: 1px solid #D9DCD6;
      margin-bottom: 0.5rem; }
    .pro-page .box-item .label {
      font-size: 1rem;
      color: #707070;
      margin-bottom: 0.5rem; }
  .pro-page .editor,
  .pro-page .table-box,
  .pro-page .carousel-box {
    width: 100%;
    margin-bottom: 2rem; }

.table-fram {
  margin-bottom: 2rem; }

.carousel-box {
  border-bottom: 1px solid #00477D;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative; }
  .carousel-box .title-box {
    background: #00477D;
    width: 150px;
    text-align: center;
    padding: 0.5rem 0;
    color: #fff;
    margin-bottom: 1rem; }
  .carousel-box .swiper-slide {
    margin: 1rem 0rem;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .carousel-box .swiper-slide a .p-img {
      width: 100%;
      height: 205px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
      .carousel-box .swiper-slide a .p-img span {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
        .carousel-box .swiper-slide a .p-img span::before {
          content: ' ';
          display: inline-block;
          width: 0;
          vertical-align: middle; }
        .carousel-box .swiper-slide a .p-img span img {
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          display: inline-block;
          vertical-align: middle; }
    .carousel-box .swiper-slide a .title {
      padding: 1.2rem 1rem; }
      .carousel-box .swiper-slide a .title .m-title {
        margin-bottom: 0.2rem;
        color: #000;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .carousel-box .swiper-slide a .title .sub-title {
        color: #495057;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .carousel-box .swiper-slide:hover {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
  .carousel-box .related-next,
  .carousel-box .record-next {
    top: 15px;
    border: 0; }
  .carousel-box .related-prev,
  .carousel-box .record-prev {
    top: 15px;
    border: 0;
    left: 85%; }

@media (max-width: 991.98px) {
  .nav-bar {
    display: block; }
  .sider-box {
    position: fixed;
    background: #fff;
    width: 180px;
    height: 100%;
    top: 0;
    left: -999;
    z-index: 99;
    overflow-x: auto;
    padding: 1rem;
    -webkit-box-shadow: 3px 3px 5px #212529;
    box-shadow: 3px 3px 5px #212529;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .sider-box .s-list-box {
      border: 0px; }
    .sider-box.show {
      left: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
  .c-pro {
    margin-top: 15px; }
    .c-pro .pro-box .p-item {
      width: calc(100% / 3 - 20px); }
  .pro-page .box-item {
    width: 100%;
    margin: 1rem 0rem; }
  .carousel-box .related-prev {
    left: 65%; } }

@media (max-width: 575.98px) {
  .carousel-box .record-next {
    right: 0; }
  .carousel-box .record-prev {
    left: 70%; } }

.news-page .news-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 0px; }
  .news-page .news-item .date {
    border: 1px solid #D9DCD6;
    padding: 0.2rem;
    width: 119px;
    margin-right: 1rem; }
  .news-page .news-item .title-box {
    width: calc(100% - 145px);
    font-weight: bold;
    color: #000; }

@media (max-width: 991.98px) {
  .news-page .news-item .title-box {
    width: 100%;
    margin-top: 1rem; } }

.down-box {
  margin-bottom: 1.5rem; }
  .down-box .d-img {
    overflow: hidden; }
  .down-box .img-box {
    padding-bottom: 125%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .down-box .title {
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 1rem;
    height: 80px; }
  .down-box a {
    display: block; }
    .down-box a.down-btn {
      color: #00477D;
      border: 1px solid #00477D;
      padding: 0.5rem 2rem;
      width: 150px;
      margin: 1rem auto;
      text-align: center;
      border-radius: 99rem; }
  .down-box:hover .img-box {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .down-box:hover a {
    background: #00477D;
    color: #fff; }

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-box .two {
    width: calc(100% / 2 - 20px);
    margin: 10px; }
  .form-box .one {
    width: calc(100% - 20px);
    margin: 10px; }
  @media (max-width: 991.98px) {
    .form-box .two {
      width: calc(100%  - 20px);
      margin: 10px; } }

.col-form-label {
  width: 97px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .col-form-label {
      text-align: left;
      margin-left: 12px; } }

.contact-box {
  padding: 0rem 2rem; }
  .contact-box .faq select {
    width: 100%;
    color: #707070;
    padding-right: 1.5rem;
    padding-left: 0.5rem;
    text-align: left;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../_img/layout/arrow.svg") no-repeat transparent;
    background-position: 98% 50%; }
  @media (max-width: 991.98px) {
    .contact-box {
      padding: 0rem; } }

.map-box {
  background: #00477D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .map-box h4 {
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: .8rem;
    margin-bottom: 0.8rem; }
  .map-box p {
    margin-bottom: 0.5rem; }
    .map-box p i {
      margin-right: 0.5rem; }

.s-list {
  margin: 3rem 4rem 6rem; }
  .s-list .img-box {
    margin-bottom: 1rem;
    padding: 1rem; }
    .s-list .img-box img {
      width: 100%; }
  .s-list .title {
    color: #00477D;
    font-size: 1.2rem; }

.inquiry-box {
  width: 100%; }
  .inquiry-box .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00477D;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #D9DCD6; }
  .inquiry-box .list {
    margin-top: 0.5rem;
    margin-bottom: 2rem; }
    .inquiry-box .list .title {
      color: #000;
      font-size: 1rem; }
    .inquiry-box .list .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1rem; }
      .inquiry-box .list .item .b-item {
        width: calc(100% - 170px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .inquiry-box .list .item .b-item li {
          padding: 0.5rem 1rem; }
      .inquiry-box .list .item .number-box {
        width: 150px; }
        .inquiry-box .list .item .number-box .number {
          width: 50%;
          padding: 5px;
          color: #707070;
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          background: url("../_img/layout/arrow.svg") no-repeat transparent;
          background-position: 95% 50%; }
    .inquiry-box .list .note {
      width: 100%; }
      .inquiry-box .list .note .form-control {
        background: #EBEBEB;
        border-radius: 99rem; }
  .inquiry-box .pro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .inquiry-box .pro-box .p-item {
      width: calc(100% / 3 - 20px);
      margin: 10px; }
      .inquiry-box .pro-box .p-item .title {
        border: 0;
        color: #000;
        font-size: 1rem; }
        .inquiry-box .pro-box .p-item .title .sub-title {
          color: #707070;
          font-weight: lighter; }
      .inquiry-box .pro-box .p-item .delete {
        display: block;
        border: 1px solid #707070;
        text-align: center;
        padding: 0.5rem;
        color: #7C1823; }
        .inquiry-box .pro-box .p-item .delete:hover {
          background: #00477D;
          color: #fff; }

#add-box,
#login-box {
  width: 35%;
  border-radius: 15px; }
  #add-box .add,
  #login-box .add {
    padding: 1rem; }
    #add-box .add .title,
    #login-box .add .title {
      color: #00477D;
      font-weight: bold;
      width: 100%;
      font-size: 1.3rem;
      border-bottom: 1px solid #00477D;
      text-align: center;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem; }
    #add-box .add .one,
    #login-box .add .one {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

@media (max-width: 1199.98px) {
  #add-box,
  #login-box {
    width: 50%; } }

@media (max-width: 991.98px) {
  .inquiry-box .list .item .b-item {
    width: 100%; }
  .inquiry-box .list .item .number-box {
    width: 100%;
    padding: 0rem 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem; }
  #add-box,
  #login-box {
    width: 60%; } }

@media (max-width: 767.98px) {
  #add-box,
  #login-box {
    width: auto; } }

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .service-box .s-box {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    border: 1px solid #707070; }
    .service-box .s-box a img {
      width: 100%; }
  .service-box .title {
    color: #7C1823;
    border: 0px;
    width: 100%;
    margin-top: 1rem;
    margin-left: 1rem; }
  .service-box .s-title {
    margin-left: 1.5rem;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.5rem; }
    .service-box .s-title .sub-title {
      margin-bottom: .5rem;
      font-size: 1.1rem; }
  @media (max-width: 991.98px) {
    .service-box .s-box {
      width: calc(100% / 2 - 20px); } }

a.s-btn {
  display: block;
  color: #00477D;
  border: 1px solid #00477D;
  width: 180px;
  border-radius: 99rem;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  margin-bottom: 3rem; }

.service-img {
  margin-bottom: 2rem; }
  .service-img img {
    width: 100%; }

a.forget {
  color: #7C1823;
  margin-left: 100px;
  margin-top: 10px;
  display: block; }

.m-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 30px; }

.title-box {
  color: #7C1823;
  font-weight: bold;
  margin-bottom: 1rem; }

.order-box {
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem; }
  .order-box .o-header {
    background: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
    color: #707070;
    margin-bottom: 0.5rem; }
  .order-box .o-con {
    padding: 0.5rem 0.5rem; }
    .order-box .o-con .top {
      border-bottom: 1px solid #D9DCD6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .order-box .o-con .top .title {
        font-size: 1rem;
        margin-bottom: 0;
        border: 0px;
        color: #000; }
      .order-box .o-con .top .txt {
        font-size: 1rem;
        color: #7C1823; }
    .order-box .o-con .con {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0.5rem; }
      .order-box .o-con .con .o-itme {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 150px); }
        .order-box .o-con .con .o-itme .o-list {
          padding: 0.4rem 0.6rem;
          color: #707070; }
      .order-box .o-con .con .number-txt {
        width: 150px;
        text-align: right; }
    .order-box .o-con .note {
      padding: 0.5rem 0.8rem;
      background: #EBEBEB;
      border-radius: 99rem;
      color: #707070;
      margin-bottom: 1rem; }
  .order-box .order-more {
    display: block;
    background: #D9DCD6;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 0.5rem; }
