@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/bootstrap-reboot.min.css");
@import url("scss/plugins/bootstrap-select.css");
@import url("scss/plugins/animate.css");
@import url("scss/plugins/aos.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/slick.css");
@import url("scss/plugins/slick-theme.css");
@import url("scss/plugins/swiper-bundle.css");
.green {
  color: #8cc63f;
}

.green-bg {
  background-color: #8cc63f;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.blue {
  color: #3677bc;
}

.darkblue {
  color: #09509C;
}

.blue-bg {
  background-color: #3677bc;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.gray {
  color: #6C6E70;
}

.epilogue {
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
}

.fw_500 {
  font-weight: 500;
}

.fw_300 {
  font-weight: 300;
}

.fw_bold {
  font-weight: bold;
}

.fw_bolder {
  font-weight: 900;
}

.fs_95 {
  font-size: 95px;
}

.fs_60 {
  font-size: 60px;
}

.fs_50 {
  font-size: 50px;
}

.fs_48 {
  font-size: 48px;
}

.fs_45 {
  font-size: 45px;
}

.fs_40 {
  font-size: 40px;
}

.fs_36 {
  font-size: 36px;
}

.fs_35 {
  font-size: 35px;
}

.fs_32 {
  font-size: 32px;
}

.fs_30 {
  font-size: 30px;
}

.fs_28 {
  font-size: 28px;
}

.fs_24 {
  font-size: 24px;
}

.fs_22 {
  font-size: 22px;
}

.fs_20 {
  font-size: 20px;
}

.fs_18 {
  font-size: 18px;
}

.fs_16 {
  font-size: 16px;
}

.fs_15 {
  font-size: 15px;
}

.fs_14 {
  font-size: 14px;
}

.fs_13 {
  font-size: 13px;
}

.fs_12 {
  font-size: 12px;
}

@media (max-width: 992px) {
  .fs_95 {
    font-size: 60px;
  }
  .fs_60 {
    font-size: 50px;
  }
  .fs_50 {
    font-size: 46px;
  }
  .fs_48 {
    font-size: 44px;
  }
  .fs_45 {
    font-size: 42px;
  }
  .fs_40 {
    font-size: 33px;
  }
  .fs_36 {
    font-size: 30px;
  }
  .fs_35 {
    font-size: 30px;
  }
  .fs_32 {
    font-size: 27px;
  }
  .fs_24 {
    font-size: 22px;
  }
  .fs_22 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .fs_95 {
    font-size: 45px;
  }
  .fs_60 {
    font-size: 40px;
  }
  .fs_50 {
    font-size: 40px;
  }
  .fs_48 {
    font-size: 38px;
  }
  .fs_45 {
    font-size: 36px;
  }
  .fs_40 {
    font-size: 26px;
  }
  .fs_36 {
    font-size: 26px;
  }
  .fs_35 {
    font-size: 26px;
  }
  .fs_32 {
    font-size: 22px;
  }
  .fs_30 {
    font-size: 22px;
  }
  .fs_28 {
    font-size: 22px;
  }
  .fs_24 {
    font-size: 20px;
  }
  .fs_22 {
    font-size: 18px;
  }
  .fs_20 {
    font-size: 18px;
  }
  .fs_18 {
    font-size: 16px;
  }
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, ul li {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, p, label {
  margin-bottom: 0;
}

ul.noneStyle {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.noneList {
  padding: 0;
  list-style: none;
}

ul.noneStyle > li {
  list-style: none;
}

select {
  outline: none;
}

img {
  max-width: 100%;
}

::-webkit-input-placeholder,
::-moz-placeholder,
::-o-placeholder,
::-ms-placeholder,
::-ms-input-placeholder {
  color: #747474;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input, textarea {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

input:disabled {
  background: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

table {
  border-spacing: 0;
}

button:focus, button:active {
  outline: none;
}

.btn-group:active, .btn-group:focus, .btn:active, .btn:focus, .btn:visited, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open > .dropdown-menu {
  display: block;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  outline: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
  display: none;
}

/* ==========================================================================
pages 共用樣式
==========================================================================*/
.body-fixed {
  overflow: hidden;
}

.main {
  width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.wp {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
}
.w800 {
  max-width: 800px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.w1150 {
  max-width: 1190px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w1200 {
  max-width: 1240px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w1300 {
  max-width: 1340px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w1500 {
  max-width: 1540px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w1530 {
  max-width: 1570px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.w1600 {
  max-width: 1640px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.jqimgFill {
  width: 100%;
  height: 100%;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.modal .btn-close {
  position: absolute;
  top: 35px;
  right: 45px;
  width: 60px;
  height: 60px;
}

.modal .btn-close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal .btn-close a svg path, .modal .btn-close a svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.modal .btn-close a:hover {
  border-color: #a3a3a3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal .btn-close a:hover svg path, .modal .btn-close a:hover svg rect {
  fill: #a3a3a3 !important;
}

@media (max-width: 768px) {
  .modal .btn-close {
    width: 48px;
    height: 48px;
    top: 25px;
    right: 25px;
  }
  .modal .btn-close a svg {
    width: 15px;
    height: auto;
  }
}

/*iframe 影片*/
.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.video-iframe iframe {
  position: absolute;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
}

.readmore a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.readmore a .en {
  display: block;
  padding-top: 3px;
  padding-right: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.readmore a svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.readmore a:hover {
  color: #8cc63f;
}

.readmore a:hover .en {
  color: #8cc63f;
}

.readmore a:hover svg {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media (max-width: 576px) {
  .readmore a .en {
    font-size: 15px;
  }
}

.slick-dots {
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  list-style: none;
  width: 6px;
  height: 6px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.slick-dots li button {
  background: #3677bc;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  padding: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.slick-dots li.slick-active {
  width: 40px;
}

.slick-dots li.slick-active button {
  width: 40px;
}

.subtag-pseudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 25px;
}

.subtag-pseudo:before, .subtag-pseudo:after {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background: #fff;
  position: relative;
  top: 17px;
}

@media (max-width: 576px) {
  .subtag-pseudo:before, .subtag-pseudo:after {
    width: 24px;
    top: 15px;
  }
}

.page-banner {
  width: 100%;
  min-height: 550px;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.page-banner .banner-bg {
  background-position: center top !important;
  position: fixed;
  height: 550px;
  min-height: 550px;
}

.page-banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(2, 18, 33, 0.65);
  top: 0;
  left: 0;
}

.page-banner .page-titbox {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.page-banner .page-titbox .box {
  padding-top: 90px;
}

.page-banner .page-titbox .box .tag {
  color: #fff;
}

.page-banner .page-titbox .box .tag span {
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0 24px;
  text-align: center;
}

.page-banner .page-titbox .box .title {
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .page-banner {
    height: 50vh;
    min-height: 335px;
  }
  .page-banner .banner-bg {
    height: 50vh;
    min-height: 335px;
  }
  .page-banner .page-titbox .box {
    padding: 70px 20px 0 20px;
  }
}

@media (max-width: 600px) {
  .page-banner .page-titbox .box .tag span {
    padding: 0 15px;
  }
}

@media (max-height: 500px) {
  .page-banner {
    height: 50vh;
    min-height: 380px;
  }
  .page-banner .banner-bg {
    height: 50vh;
    min-height: 380px;
  }
}

@media (max-width: 576px) {
  .page-banner .page-titbox .box .tag span {
    padding: 0 10px;
  }
}

.bg-white {
  background-color: #fff;
}

.blue-table table {
  table-layout: fixed;
  width: 100%;
}

.blue-table table th {
  background: #3677bc;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 19.5px 0;
}

.blue-table table th:nth-last-of-type(1) {
  border-right: none;
}

.blue-table table td {
  padding: 22px 0 17px 0;
  border-bottom: 1px solid #D0E0F0;
  text-align: center;
}

.blue-table table tr:nth-of-type(odd) {
  background: #EBF0F7;
}

.blue-table table tr:nth-of-type(even) {
  background: #fff;
}

.page-subnav {
  position: relative;
  margin-top: -65px;
}

.page-subnav .subnav-toggle {
  display: none;
}

.page-subnav .subnav {
  text-align: center;
  height: 65px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-subnav .subnav li {
  display: block;
  font-weight: 500;
  padding: 0 5px;
  position: relative;
  height: 100%;
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 290px;
}

.page-subnav .subnav li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #3677bc;
  display: block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  margin-top: 5px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-subnav .subnav li a:hover {
  color: #3677bc;
  background: #fff;
  height: 65px;
  line-height: 60px;
  margin-top: 0;
  padding-top: 5px;
}

.page-subnav .subnav li.active a {
  color: #3677bc;
  background: #fff;
  height: 65px;
  line-height: 65px;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .page-subnav {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .page-subnav {
    margin-top: -45px;
    padding: 0;
  }
  .page-subnav .subnav-toggle {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .page-subnav .subnav-toggle .subnav-btn {
    width: 100%;
    border: none;
    background: #3677bc;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  .page-subnav .subnav-toggle .subnav-btn .navword {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .page-subnav .subnav-toggle .subnav-btn .icon {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 1px;
    right: 20px;
  }
  .page-subnav .subnav-toggle .subnav-btn .icon img {
    display: block;
  }
  .page-subnav .subnav-toggle .subnav-btn .icon-plus {
    display: block;
  }
  .page-subnav .subnav-toggle .subnav-btn .icon-minus {
    display: none;
  }
  .page-subnav .subnav {
    display: none;
    padding: 0 20px;
    height: auto;
    -webkit-transition: none;
    transition: none;
    zoom: 1;
    overflow: hidden;
    position: absolute;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 10;
  }
  .page-subnav .subnav li {
    width: 100%;
    padding: 0 25px;
    float: left;
    background: #3677bc;
    height: auto;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-subnav .subnav li a {
    margin-top: 0;
  }
  .page-subnav .subnav li a:hover {
    color: #fff;
    background: #3677bc;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
  }
  .page-subnav .subnav li:nth-last-of-type(1) {
    border-bottom: none;
  }
  .page-subnav .subnav li.active a {
    color: #fff;
    background: #3677bc;
    height: 60px;
    line-height: 60px;
  }
}

.page-inner {
  width: 100%;
  padding-top: 120px;
  position: relative;
  background: #fff;
}

.page-inner .page-title {
  text-align: center;
  color: #3677bc;
}

@media (max-width: 768px) {
  .page-inner {
    padding-top: 80px;
  }
}

@media (max-width: 576px) {
  .page-inner {
    padding-top: 50px;
  }
}

/*input style*/
.lightblue-input-style {
  background: #EBF0F7;
  height: 80px;
  line-height: 40px;
  padding: 25px 30px 15px 30px;
  color: #000;
  border: none;
}

.lightblue-input-style::-webkit-input-placeholder, .lightblue-input-style::-moz-placeholder, .lightblue-input-style::-o-placeholder, .lightblue-input-style::-ms-placeholder, .lightblue-input-style::-ms-input-placeholder {
  color: #6C6E70;
}

@media (max-width: 768px) {
  .lightblue-input-style {
    height: 60px;
    line-height: 30px;
    padding: 18px 20px 12px 20px;
  }
}

@media (max-width: 768px) {
  .lightblue-input-style {
    height: 45px;
    line-height: 25px;
    padding: 13px 20px 7px 20px;
  }
}

#editor p {
  line-height: 1.67;
}

/*pages number label*/
.pages {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.pages ul {
  width: auto;
}

.pages ul li {
  height: 50px;
  width: 50px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #eee;
}

.pages ul li a {
  color: #6C6E70;
  display: block;
  line-height: 54px;
  text-align: center;
}

.pages ul li.active, .pages ul li:hover {
  background: #3677bc;
  border: 1px solid #3677bc;
}

.pages ul li.active a, .pages ul li:hover a {
  color: #fff;
}

.pages ul li:not(.active):hover {
  background: #c3c3c3;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #c3c3c3;
}

.pages ul li:not(.active):hover a {
  color: #fff;
}

.pages ul li.prev {
  margin-right: 20px;
}

.pages ul li.next {
  margin-left: 20px;
}

.pages ul li.prev, .pages ul li.next, .pages ul li.oldest, .pages ul li.lastest {
  border: none;
  width: auto;
  background: none;
}

.pages ul li.prev a, .pages ul li.next a, .pages ul li.oldest a, .pages ul li.lastest a {
  line-height: 50px;
  padding: 0 11px;
}

.pages ul li.prev a svg path, .pages ul li.prev a svg rect, .pages ul li.next a svg path, .pages ul li.next a svg rect, .pages ul li.oldest a svg path, .pages ul li.oldest a svg rect, .pages ul li.lastest a svg path, .pages ul li.lastest a svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.pages ul li.prev:hover, .pages ul li.next:hover, .pages ul li.oldest:hover, .pages ul li.lastest:hover {
  border: none;
  background: none;
}

.pages ul li.prev:hover a svg path, .pages ul li.prev:hover a svg rect, .pages ul li.next:hover a svg path, .pages ul li.next:hover a svg rect, .pages ul li.oldest:hover a svg path, .pages ul li.oldest:hover a svg rect, .pages ul li.lastest:hover a svg path, .pages ul li.lastest:hover a svg rect {
  fill: #3677bc !important;
}

.pages ul li.disabled {
  opacity: 0.5;
}

.pages ul li.disabled a {
  cursor: initial;
}

.pages ul li.disabled:hover a svg path, .pages ul li.disabled:hover a svg rect {
  fill: #c3c3c3 !important;
}

@media (max-width: 576px) {
  .pages ul li {
    height: 40px;
    width: 40px;
    margin: 0 2.5px;
  }
  .pages ul li a {
    line-height: 44px;
  }
  .pages ul li.prev {
    margin-right: 10px;
  }
  .pages ul li.next {
    margin-left: 10px;
  }
  .pages ul li.prev a, .pages ul li.next a, .pages ul li.oldest a, .pages ul li.lastest a {
    line-height: 40px;
    padding: 0 7px;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body {
  width: 100% !important;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans TC','微軟正黑',"Microsoft JhengHei","Arial",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  min-width: 320px;
  letter-spacing: 0.03em;
  overflow-x: hidden;
}

body.modal-open {
  padding-right: 0 !important;
}

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  height: 76px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-left: 50px;
  margin-top: 0;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  /*mobile nav*/
}

#header .logo {
  padding-top: 15px;
  width: 240px;
  float: left;
}

#header .logo .top-logo {
  display: block;
  width: 100%;
  height: 100%;
}

#header .logo .top-logo a {
  display: block;
}

#header .logo .top-logo img {
  width: 100%;
  height: auto;
  display: block;
}

#header .logo .scroll-logo {
  display: none;
  width: 100%;
}

#header .logo .scroll-logo a {
  display: block;
}

#header .logo .scroll-logo img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
}

#header .menu-toggle {
  display: none;
}

#header nav {
  width: calc(100% - 240px);
  float: right;
  height: 100%;
}

#header nav .nav-buttons {
  float: right;
  height: 100%;
}

#header nav .nav-buttons li {
  float: left;
  height: 100%;
  min-width: 178px;
  font-size: 16px;
}

#header nav .nav-buttons li a {
  height: 100%;
  color: #fff;
  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;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header nav .nav-buttons li a span.link {
  padding-left: 8px;
}

#header nav .nav-buttons li.green-bg:hover {
  background-color: #6DB028;
}

#header nav .nav-buttons li.blue-bg:hover {
  background-color: #245f96;
}

#header nav .mainnav {
  float: right;
  height: 100%;
  padding-right: 10px;
}

#header nav .mainnav li {
  padding: 0 20px;
  float: left;
  height: 100%;
  font-size: 18px;
}

#header nav .mainnav li a.menu {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header nav .mainnav li a.menu .link {
  display: block;
  height: auto;
  letter-spacing: 0.05em;
}

#header nav .mainnav li a.menu .icon-arrow {
  display: none;
}

#header nav .mainnav li a.menu:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

#header nav .mainnav li a.menu:hover:after {
  width: 100%;
}

#header nav .mainnav li.active a.menu:after {
  width: 100%;
}

#header nav .mainnav li .mobile-nav {
  display: none;
}

#header nav .mainnav li[data-id="about"] {
  display: none;
}

@media (max-width: 1750px) {
  #header nav .nav-buttons li {
    min-width: auto;
  }
  #header nav .mainnav li {
    padding: 0 15px;
  }
}

@media (max-width: 1600px) {
  #header nav .mainnav li {
    padding: 0 15px 0 0;
  }
  #header nav .mainnav li:nth-of-type(1) {
    padding-left: 0;
  }
  #header nav .mainnav li:nth-last-of-type(1) {
    padding-right: 0;
  }
}

#header.scroll, #header.active {
  background: white;
  position: fixed;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

#header.scroll .logo .top-logo, #header.active .logo .top-logo {
  display: none;
}

#header.scroll .logo .top-logo img, #header.active .logo .top-logo img {
  opacity: 0;
  visibility: hidden;
}

#header.scroll .logo .scroll-logo, #header.active .logo .scroll-logo {
  display: block;
}

#header.scroll .logo .scroll-logo img, #header.active .logo .scroll-logo img {
  opacity: 1;
  visibility: visible;
}

#header.scroll nav .mainnav li a.menu, #header.active nav .mainnav li a.menu {
  color: #000;
}

#header.scroll nav .mainnav li a.menu:hover, #header.active nav .mainnav li a.menu:hover {
  color: #3677bc;
}

#header.scroll nav .mainnav li a.menu:hover:after, #header.active nav .mainnav li a.menu:hover:after {
  width: 100%;
  background-color: #3677bc;
}

#header.scroll nav .mainnav li.active a.menu, #header.active nav .mainnav li.active a.menu {
  color: #3677bc;
}

#header.scroll nav .mainnav li.active a.menu:after, #header.active nav .mainnav li.active a.menu:after {
  width: 100%;
  background-color: #3677bc;
}

@media (max-width: 1600px) {
  #header {
    padding-left: 20px;
  }
}

@media (max-width: 1450px) {
  #header {
    height: auto;
    padding-left: 0;
  }
  #header .logo {
    width: 200px;
  }
  #header .top-box {
    height: 70px;
    position: absolute;
    top: 0;
    padding-left: 20px;
    left: 0;
    background: transparent;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 70px;
    background: #fff;
    height: calc(100vh - 70px);
    z-index: 1000;
    display: none;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  #header nav .nav-buttons {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    height: 50px;
    background: #fff;
  }
  #header nav .nav-buttons li {
    width: 50%;
  }
  #header nav .mainnav {
    width: 100%;
    background: #fff;
    padding-right: 0;
    overflow: auto;
    height: calc(100vh - 120px);
    padding-bottom: 70px;
  }
  #header nav .mainnav li {
    width: 100%;
    float: none;
    height: auto;
    padding: 0;
  }
  #header nav .mainnav li a.menu {
    width: calc(100% - 40px);
    color: #000;
    padding: 20px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 20px;
    font-weight: normal;
  }
  #header nav .mainnav li a.menu:after {
    width: 100%;
    height: 1px;
    background: rgba(238, 238, 238, 0.4);
  }
  #header nav .mainnav li a.menu.haschildren .icon-arrow {
    width: 18px;
    height: 18px;
    border: 2px solid #3677bc;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header nav .mainnav li a.menu.haschildren .icon-arrow svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 1px;
  }
  #header nav .mainnav li a.menu.haschildren .icon-arrow svg path, #header nav .mainnav li a.menu.haschildren .icon-arrow svg rect {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
  }
  #header nav .mainnav li a.menu.haschildren.active:after {
    width: 0;
  }
  #header nav .mainnav li a.menu.haschildren.active .icon-arrow {
    background: #3677bc;
  }
  #header nav .mainnav li a.menu.haschildren.active .icon-arrow svg {
    margin-left: 0;
    margin-top: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header nav .mainnav li a.menu.haschildren.active .icon-arrow svg path, #header nav .mainnav li a.menu.haschildren.active .icon-arrow svg rect {
    fill: #fff !important;
  }
  #header nav .mainnav li .mobile-nav {
    background: rgba(196, 196, 196, 0.1);
    width: 100%;
  }
  #header nav .mainnav li .mobile-nav .box {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-bottom: 8px;
  }
  #header nav .mainnav li .mobile-nav .box a.sublink {
    padding: 15px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eee;
  }
  #header nav .mainnav li .mobile-nav .box a.sublink .name {
    display: inline-block;
    padding-left: 10px;
  }
  #header nav .mainnav li .mobile-nav .box a.sublink:nth-last-of-type(1) {
    border-bottom: none;
  }
  #header nav .mainnav li[data-id="about"] {
    display: block;
  }
  #header .menu-toggle {
    z-index: 5;
    height: 20px;
    min-height: 20px;
    width: 30px;
    min-width: 30px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  #header .menu-toggle .wrapper {
    width: 30px;
    height: 18px;
    position: relative;
  }
  #header .menu-toggle .wrapper div {
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.5s ease,top .5s,-webkit-transform .5s;
    transition: width 0.5s ease,top .5s,-webkit-transform .5s;
    transition: width 0.5s ease,top .5s,transform .5s;
    transition: width 0.5s ease,top .5s,transform .5s,-webkit-transform .5s;
    position: absolute;
    right: 0;
    border-radius: 2px;
    width: 30px;
  }
  #header .menu-toggle .wrapper div.bar1 {
    top: 0px;
  }
  #header .menu-toggle .wrapper div.bar2 {
    top: 8px;
  }
  #header .menu-toggle .wrapper div.bar3 {
    top: 16px;
  }
  #header .menu-toggle.active .wrapper div.bar1 {
    width: 24px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menu-toggle.active .wrapper div.bar2 {
    opacity: 0;
  }
  #header .menu-toggle.active .wrapper div.bar3 {
    width: 24px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header.scroll, #header.active {
    background: white;
  }
  #header.scroll .top-box, #header.active .top-box {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  #header.scroll .wrapper div, #header.active .wrapper div {
    background: #000;
  }
  #header.scroll nav .mainnav li a.menu:hover, #header.active nav .mainnav li a.menu:hover {
    color: #000;
  }
  #header.scroll nav .mainnav li a.menu:hover:after, #header.active nav .mainnav li a.menu:hover:after {
    width: 100%;
    height: 1px;
    background: rgba(238, 238, 238, 0.4);
  }
  #header.scroll nav .mainnav li.active a.menu, #header.active nav .mainnav li.active a.menu {
    color: #000;
  }
  #header.scroll nav .mainnav li.active a.menu:after, #header.active nav .mainnav li.active a.menu:after {
    background: rgba(238, 238, 238, 0.4);
  }
  #header.active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 768px) {
  #header .logo {
    padding-top: 20px;
    width: 160px;
  }
}

/* ==========================================================================
    footer
 ==========================================================================*/
.footer {
  width: 100%;
  background: #383838;
  position: relative;
}

.footer .footer-main {
  width: 100%;
  background: #383838;
  padding: 55px 0 80px 0;
}

.footer .footer-main .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-main .footer-profile {
  padding-right: 30px;
  width: 395px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.footer .footer-main .footer-profile .contact-box {
  padding-bottom: 15px;
}

.footer .footer-main .footer-profile .contact-box .titlename {
  color: #fff;
  padding-bottom: 5px;
}

.footer .footer-main .footer-profile .contact-box .add {
  display: block;
  color: #A3A3A3;
  line-height: 1.625em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-profile .contact-box .add:hover {
  color: #fff;
}

.footer .footer-main .footer-profile .contact-box .communication {
  color: #A3A3A3;
  line-height: 1.625em;
}

.footer .footer-main .footer-profile .contact-box .communication .tel, .footer .footer-main .footer-profile .contact-box .communication a[href^=tel] {
  color: #A3A3A3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-profile .contact-box .communication .tel:hover, .footer .footer-main .footer-profile .contact-box .communication a[href^=tel]:hover {
  color: #fff;
}

.footer .footer-main .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  max-width: 900px;
  padding-right: 100px;
}

.footer .footer-main .footer-nav .item {
  padding-right: 25px;
}

.footer .footer-main .footer-nav .item:nth-last-of-type(1) {
  padding-right: 0;
}

.footer .footer-main .footer-nav .category .tt a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-nav .category .tt a:hover {
  color: #3677bc;
}

.footer .footer-main .footer-nav .category .tt + .tt {
  margin-top: 20px;
}

.footer .footer-main .footer-nav .category ul {
  padding-top: 10px;
}

.footer .footer-main .footer-nav .category ul li {
  line-height: 2.125em;
}

.footer .footer-main .footer-nav .category ul li a {
  color: #A3A3A3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-nav .category ul li a:hover {
  color: #3677bc;
}

.footer .footer-main .footer-social-link {
  padding-right: 55px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.footer .footer-main .footer-social-link a {
  display: block;
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 40px;
  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;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-main .footer-social-link a svg path, .footer .footer-main .footer-social-link a svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.footer .footer-main .footer-social-link a:nth-last-of-type(1) {
  margin-right: 0;
}

.footer .footer-main .footer-social-link a:hover {
  border-color: #a3a3a3;
}

.footer .footer-main .footer-social-link a:hover svg path, .footer .footer-main .footer-social-link a:hover svg rect {
  fill: #a3a3a3 !important;
}

.footer .footer-bottom {
  height: 80px;
  position: relative;
  background: #fff;
  width: 100%;
}

.footer .footer-bottom:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#006396), to(#71A42F));
  background-image: linear-gradient(to right, #006396, #71A42F);
}

.footer .footer-bottom .footer-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.footer .footer-bottom .footer-linking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  float: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer-bottom .footer-linking .copyright {
  color: #727171;
  display: inline-block;
}

.footer .footer-bottom .footer-linking .copyright span {
  display: inline-block;
  margin-right: 15px;
}

.footer .footer-bottom .footer-linking a.privacy {
  color: #727171;
  margin-right: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-bottom .footer-linking a.privacy:hover {
  color: #000;
}

.footer .footer-bottom .footer-linking .designby {
  color: #727171;
  padding: 0 20px;
  border-left: 1px solid rgba(198, 198, 198, 0.25);
  border-right: 1px solid rgba(198, 198, 198, 0.25);
  display: inline-block;
  position: relative;
}

.footer .footer-bottom .footer-linking .designby a {
  color: #727171;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-bottom .footer-linking .designby a:hover {
  color: #000;
}

.footer .footer-bottom .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 100%;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer .footer-bottom .footer-logo .station {
  display: inline-block;
  margin-right: 30px;
}

.footer .footer-bottom .footer-logo .station img {
  width: 100%;
  height: auto;
  display: block;
  width: 187px;
}

.footer .footer-bottom .footer-logo .dep {
  display: inline-block;
}

.footer .footer-bottom .footer-logo .dep img {
  width: 100%;
  height: auto;
  display: block;
  width: 210px;
}

.footer .footer-bottom .goTop {
  position: absolute;
  right: 55px;
  top: -30px;
  background: #8cc63f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.footer .footer-bottom .goTop img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 9px;
}

.footer .footer-bottom .goTop:hover {
  background: #3677bc;
}

@media (max-width: 1400px) {
  .footer .footer-bottom {
    height: auto;
  }
  .footer .footer-bottom .footer-linking {
    padding: 48px 0 35px 0;
  }
  .footer .footer-bottom .footer-logo {
    padding: 40px 0 35px 30px;
  }
}

@media (max-width: 1350px) {
  .footer .footer-bottom .footer-linking {
    padding: 35px 0;
  }
  .footer .footer-bottom .footer-linking .copyright a {
    margin-right: 15px;
  }
  .footer .footer-bottom .footer-linking .designby {
    border: none;
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .footer .footer-main .footer-profile {
    width: auto;
  }
  .footer .footer-main .footer-nav {
    padding-right: 50px;
  }
  .footer .footer-main .footer-social-link {
    padding-right: 0px;
  }
  .footer .footer-main .footer-social-link a {
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .footer .footer-main .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1050px) {
  .footer .footer-bottom .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-bottom .footer-linking {
    padding: 40px 0 0 0;
    max-width: 550px;
  }
  .footer .footer-bottom .footer-linking .designby {
    width: auto;
  }
  .footer .footer-bottom .footer-logo {
    padding: 20px 0 35px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  .footer .footer-main .footer-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer-main .footer-profile {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .footer .footer-main .footer-profile .contact-box {
    width: auto;
    float: left;
    padding-right: 30px;
  }
  .footer .footer-main .footer-nav {
    padding: 0 25px 0 0;
    margin-top: 25px;
  }
  .footer .footer-main .footer-social-link {
    margin-top: 25px;
    margin-left: 25px;
  }
  .footer .footer-main .footer-social-link a svg {
    max-height: 16px;
    max-width: 18px;
  }
}

@media (max-width: 768px) {
  .footer .footer-main {
    padding: 60px 0;
  }
  .footer .footer-main .footer-profile .contact-box {
    padding-right: 0;
  }
  .footer .footer-main .footer-nav {
    display: none;
  }
  .footer .footer-main .footer-social-link {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .footer .footer-main {
    padding: 35px 0;
  }
  .footer .footer-main .footer-profile .contact-box .titlename {
    font-size: 18px;
  }
  .footer .footer-main .footer-profile .contact-box .add, .footer .footer-main .footer-profile .contact-box .communication {
    font-size: 16px;
  }
  .footer .footer-main .footer-profile .contact-box:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .footer .footer-main .footer-social-link a {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .footer .footer-bottom .footer-linking {
    padding: 35px 0 0 0;
  }
  .footer .footer-bottom .footer-linking .copyright {
    max-width: 310px;
  }
  .footer .footer-bottom .footer-linking .copyright span {
    display: inline;
    margin-right: 0;
  }
  .footer .footer-bottom .footer-linking a.privacy {
    display: inline;
  }
  .footer .footer-bottom .footer-logo {
    padding: 15px 0 30px 0;
  }
  .footer .footer-bottom .footer-logo span, .footer .footer-bottom .footer-logo .station, .footer .footer-bottom .footer-logo .dep {
    display: block;
    width: 100%;
  }
  .footer .footer-bottom .footer-logo span + span {
    margin-top: 20px;
  }
  .footer .footer-bottom .goTop {
    width: 48px;
    height: 48px;
    right: 23px;
    top: -24px;
  }
  .footer .footer-bottom .goTop img {
    max-width: 6.5px;
  }
}

@media (max-width: 370px) {
  .footer .footer-main .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-index {
  width: 100%;
}

.section-index .banner {
  width: 100%;
  position: relative;
}

.section-index .banner .banner-bg {
  background-attachment: fixed;
  background-position: top center !important;
  height: calc(100vh + 375px);
  min-height: 1125px;
  position: absolute;
  z-index: -1;
}

.section-index .banner .bn-content {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-index .banner .bn-content .bn-box {
  width: 100%;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  cursor: pointer;
  margin-top: 33px;
}

.section-index .banner .bn-content .bn-box .subtag {
  color: #fff;
}

.section-index .banner .bn-content .bn-box .subtag span {
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0 20px;
}

.section-index .banner .bn-content .bn-box .title {
  color: #fff;
  font-weight: bold;
  line-height: 1em;
}

.section-index .banner .bn-content .bn-box .btn-box {
  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;
  margin-top: 15px;
}

.section-index .banner .bn-content .bn-box .btn-box .en {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.section-index .banner .bn-content .bn-box .btn-box .video-play {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #3677bc;
  text-indent: 999em;
  overflow: hidden;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.section-index .banner .bn-content .bn-box .btn-box .video-play:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-width: 6px 0 6px 9px;
  border-style: solid;
}

.section-index .banner .bn-content .bn-box .btn-box:hover .en {
  color: #3677bc;
  border-bottom: 2px solid #3677bc;
}

.section-index .banner .bn-content .bn-box .btn-box:hover .video-play {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.section-index .banner .bn-content .scroll-down {
  position: absolute;
  width: 25px;
  height: 65px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-animation: jump 0.6s ease-in infinite alternate;
          animation: jump 0.6s ease-in infinite alternate;
}

@media (max-width: 992px) {
  .section-index .banner .bn-content .bn-box .title {
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .section-index .banner .banner-bg {
    height: 100vh;
    min-height: 600px;
    background-attachment: scroll;
  }
  .section-index .banner .bn-content {
    min-height: 600px;
  }
  .section-index .banner .bn-content .scroll-down {
    bottom: 50px;
  }
}

@media (max-width: 576px) {
  .section-index .banner .banner-bg {
    min-height: 500px;
    background-position: center center !important;
    background-size: cover !important;
  }
  .section-index .banner .bn-content {
    min-height: 500px;
  }
  .section-index .banner .bn-content .bn-box .subtag span {
    padding: 0 10px;
    text-align: center;
  }
  .section-index .banner .bn-content .bn-box .btn-box .en {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .section-index .banner .bn-content .bn-box .btn-box .video-play {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .section-index .banner .bn-content .bn-box .btn-box .video-play:after {
    border-width: 5px 0 5px 7px;
  }
  .section-index .banner .bn-content .scroll-down {
    width: 18px;
    height: 55px;
  }
  .section-index .banner .bn-content .scroll-down svg {
    width: 18px;
  }
}

.modal-banner-video .zoom {
  width: 100%;
  max-width: 1080px;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.modal-banner-video .zoom .modal-content {
  width: 100%;
  background: transparent;
}

@media (max-width: 768px) {
  .modal-open {
    padding-right: 0 !important;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
}

.index-section-mission {
  margin-top: 50px;
}

.index-section-mission .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
}

.index-section-mission .zoom .misson-pic {
  max-width: 857px;
  width: 57.2%;
  height: 661px;
}

.index-section-mission .zoom .mission-data {
  max-width: 723px;
  width: 48.2%;
  margin: 100px 0 0 -80px;
  background: #fff;
  position: relative;
  padding: 95px 95px 20px 132px;
}

.index-section-mission .zoom .mission-data:before {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 92%;
  bottom: -35px;
  left: -45px;
  background: rgba(45, 118, 187, 0.9);
}

.index-section-mission .zoom .mission-data .entit {
  letter-spacing: normal;
}

.index-section-mission .zoom .mission-data .entit:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #000;
  margin-right: 15px;
  margin-bottom: 7px;
}

.index-section-mission .zoom .mission-data .entit span {
  display: inline-block;
  line-height: 1em;
}

.index-section-mission .zoom .mission-data .title {
  color: #3677bc;
  line-height: 1.375em;
  padding-top: 25px;
  max-width: 460px;
}

.index-section-mission .zoom .mission-data .text {
  padding-top: 10px;
  line-height: 1.67em;
  max-width: 460px;
}

.index-section-mission .zoom .mission-data .readmore {
  margin-top: 57px;
}

@media (max-width: 1450px) {
  .index-section-mission .zoom .mission-data {
    padding: 75px 60px 20px 60px;
  }
}

@media (max-width: 1300px) {
  .index-section-mission .zoom .mission-data .list-data {
    margin-top: 40px;
  }
  .index-section-mission .zoom .mission-data .readmore {
    margin-top: 40px;
  }
}

@media (max-width: 1050px) {
  .index-section-mission .zoom .misson-pic {
    width: 60%;
    height: 600px;
  }
  .index-section-mission .zoom .mission-data {
    width: calc(40% + 150px);
    margin: 70px 0 0 -150px;
    padding: 60px 40px 20px 40px;
  }
}

@media (max-width: 768px) {
  .index-section-mission {
    padding: 0;
    margin-top: 0;
  }
  .index-section-mission .zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .index-section-mission .zoom .misson-pic {
    width: 100%;
    height: auto;
  }
  .index-section-mission .zoom .misson-pic .img {
    height: auto;
  }
  .index-section-mission .zoom .misson-pic .img:before {
    content: '';
    display: block;
    padding-bottom: 77.13%;
  }
  .index-section-mission .zoom .mission-data {
    width: 100%;
    margin: -45px auto 0 auto;
    padding: 20px 20px 0 20px;
    background-color: transparent;
  }
  .index-section-mission .zoom .mission-data .title, .index-section-mission .zoom .mission-data .text {
    max-width: 100%;
  }
  .index-section-mission .zoom .mission-data:before {
    width: 100%;
    height: 66px;
    top: 0;
    left: 0;
  }
  .index-section-mission .zoom .mission-data .box {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 45px 20px 0 20px;
  }
}

@media (max-width: 576px) {
  .index-section-mission .zoom .mission-data {
    margin-top: -35px;
  }
  .index-section-mission .zoom .mission-data:before {
    height: 55px;
  }
  .index-section-mission .zoom .mission-data .box {
    padding: 45px 0 0 0;
  }
  .index-section-mission .zoom .mission-data .entit span {
    font-size: 16px;
  }
  .index-section-mission .zoom .mission-data .entit:before {
    width: 24px;
    margin-right: 10px;
  }
  .index-section-mission .zoom .mission-data .title {
    padding-top: 10px;
    line-height: 1.455em;
    letter-spacing: 0.1em;
  }
  .index-section-mission .zoom .mission-data .list-data {
    margin-top: 25px;
  }
  .index-section-mission .zoom .mission-data .list-data .col {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .index-section-mission .zoom .mission-data .list-data .col .img {
    width: 56px;
    height: auto;
    text-align: center;
  }
  .index-section-mission .zoom .mission-data .list-data .col .img img {
    max-width: 56px;
    max-height: 48px;
  }
  .index-section-mission .zoom .mission-data .list-data .col .word {
    padding: 0 10px 0 15px;
    letter-spacing: 0.03em;
    font-size: 18px;
  }
  .index-section-mission .zoom .mission-data .readmore {
    margin-top: 20px;
    margin-left: 0;
  }
}

.index-section-station {
  padding: 115px 0 95px 0;
}

.index-section-station .station-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-section-station .station-zoom .station-info {
  max-width: 410px;
}

.index-section-station .station-zoom .station-info .title {
  line-height: 1.375;
}

.index-section-station .station-zoom .station-info .text {
  line-height: 1.67;
  padding-top: 25px;
}

.index-section-station .station-zoom .station-info .readmore {
  margin-top: 35px;
  min-width: 100%;
}

.index-section-station .station-zoom .station-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 980px;
  padding-left: 15px;
}

.index-section-station .station-zoom .station-box .item {
  padding-left: 10px;
  width: 50%;
}

.index-section-station .station-zoom .station-box .item a, .index-section-station .station-zoom .station-box .item span {
  display: block;
}

.index-section-station .station-zoom .station-box .item .pic {
  height: auto;
  max-height: 323px;
  overflow: hidden;
}

.index-section-station .station-zoom .station-box .item .pic:before {
  content: '';
  display: block;
  padding-bottom: 71.78%;
}

.index-section-station .station-zoom .station-box .item .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.index-section-station .station-zoom .station-box .item .content-box .word-box {
  padding-top: 15px;
  padding-right: 40px;
}

.index-section-station .station-zoom .station-box .item .content-box .word-box .text {
  padding-top: 5px;
}

.index-section-station .station-zoom .station-box .item .content-box .plus {
  padding-bottom: 4px;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  width: 19px;
  min-width: 19px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index-section-station .station-zoom .station-box .item a {
  color: #000;
  padding-left: 30px;
  position: relative;
}

.index-section-station .station-zoom .station-box .item a:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  border: 3px solid #3677bc;
  left: 30px;
  top: 35px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index-section-station .station-zoom .station-box .item a:hover:after {
  opacity: 1;
  left: 0px;
}

.index-section-station .station-zoom .station-box .item a:hover .content-box .plus {
  margin-right: 65px;
}

@media (max-width: 1300px) {
  .index-section-station .station-zoom .station-box .item a {
    padding-left: 15px;
  }
  .index-section-station .station-zoom .station-box .item a:after {
    width: calc(100% - 15px);
    left: 15px;
    top: 15px;
  }
  .index-section-station .station-zoom .station-box .item a:hover .content-box .plus {
    margin-right: 25px;
  }
}

@media (max-width: 1100px) {
  .index-section-station .station-zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-section-station .station-zoom .station-info {
    max-width: 100%;
  }
  .index-section-station .station-zoom .station-box {
    max-width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }
  .index-section-station .station-zoom .station-box .item {
    padding-left: 0;
  }
  .index-section-station .station-zoom .station-box .item a {
    padding: 0 10px 0 0;
  }
  .index-section-station .station-zoom .station-box .item a:hover:after {
    left: -10px;
  }
  .index-section-station .station-zoom .station-box .item:nth-last-of-type(1) a {
    padding: 0 0 0 10px;
  }
  .index-section-station .station-zoom .station-box .item:nth-last-of-type(1) a:hover:after {
    left: 0px;
  }
}

@media (max-width: 576px) {
  .index-section-station {
    padding: 50px 0 55px 0;
  }
  .index-section-station .station-zoom .station-info .readmore {
    margin-top: 20px;
  }
  .index-section-station .station-zoom .station-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-section-station .station-zoom .station-box .item {
    width: 100%;
    padding-bottom: 35px;
  }
  .index-section-station .station-zoom .station-box .item a {
    padding-right: 0;
  }
  .index-section-station .station-zoom .station-box .item a .content-box .plus {
    bottom: auto;
    top: 12px;
  }
  .index-section-station .station-zoom .station-box .item a:hover:after {
    opacity: 0;
  }
  .index-section-station .station-zoom .station-box .item a:hover .content-box .plus {
    margin-right: 0;
  }
  .index-section-station .station-zoom .station-box .item:nth-last-of-type(1) {
    padding-bottom: 0;
  }
}

.index-section-seal {
  position: relative;
  padding: 77px 0 25px 0;
  min-height: 630px;
  background: #F5F5F5;
  zoom: 1;
  overflow: hidden;
}

.index-section-seal .bg-img {
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
}

.index-section-seal .diesel-box {
  width: 545px;
  position: relative;
  padding: 0 50px;
  float: left;
}

.index-section-seal .diesel-box:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 42px);
  left: 0;
  top: 42px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px #00000029;
          box-shadow: 0 0 25px #00000029;
}

.index-section-seal .diesel-box .head {
  padding-bottom: 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.index-section-seal .diesel-box .head .seal-logo {
  width: 140px;
  min-width: 140px;
  margin-left: -31px;
}

.index-section-seal .diesel-box .head .seal-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.index-section-seal .diesel-box .head .title {
  padding-bottom: 15px;
  padding-left: 15px;
}

.index-section-seal .diesel-box .content {
  padding: 30px 0 35px 0;
  border-top: 1px solid #eee;
  position: relative;
}

.index-section-seal .diesel-box .content .list {
  position: relative;
  padding: 0 15px 15px 30px;
}

.index-section-seal .diesel-box .content .list .icon {
  position: absolute;
  left: 0;
  top: 1px;
}

.index-section-seal .diesel-box .content .list .text {
  padding-top: 2px;
}

.index-section-seal .seal-box {
  float: left;
  margin-left: 105px;
  max-width: 440px;
  padding-top: 46px;
  position: relative;
}

.index-section-seal .seal-box .entit {
  color: #fff;
}

.index-section-seal .seal-box .entit:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 7px;
}

.index-section-seal .seal-box .entit span {
  display: inline-block;
  line-height: 1em;
}

.index-section-seal .seal-box .title {
  color: #fff;
  padding-top: 22px;
}

.index-section-seal .seal-box .text {
  color: #fff;
  padding-top: 22px;
  line-height: 1.67;
}

.index-section-seal .seal-box .seal-btn {
  margin-top: 30px;
  background: #3677bc;
  display: block;
  width: 224px;
  height: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.index-section-seal .seal-box .seal-btn .icon {
  margin-right: 8px;
  display: block;
  padding-bottom: 2px;
}

.index-section-seal .seal-box .seal-btn .word {
  display: block;
}

.index-section-seal .seal-box .seal-btn:hover {
  background: #245f96;
}

@media (max-width: 1200px) {
  .index-section-seal .diesel-box {
    width: 53%;
    max-width: 545px;
  }
  .index-section-seal .seal-box {
    margin-left: 0;
    padding-left: 35px;
    width: 47%;
  }
}

@media (max-width: 992px) {
  .index-section-seal .diesel-box {
    padding: 0 30px;
  }
  .index-section-seal .diesel-box .head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index-section-seal .diesel-box .head .title {
    padding-top: 75px;
  }
}

@media (max-width: 768px) {
  .index-section-seal {
    padding: 80px 0;
  }
  .index-section-seal .bg-img {
    height: 100%;
  }
  .index-section-seal .diesel-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .index-section-seal .diesel-box .head {
    margin-top: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .index-section-seal .diesel-box .head .seal-logo {
    margin-left: 0;
  }
  .index-section-seal .diesel-box .head .title {
    padding-top: 35px;
    width: calc(100% - 140px);
  }
  .index-section-seal .seal-box {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 545px;
    margin-top: 35px;
  }
}

@media (max-width: 576px) {
  .index-section-seal {
    padding: 50px 0 35px 0;
  }
  .index-section-seal .bg-img {
    height: 61vw;
  }
  .index-section-seal .diesel-box {
    padding: 0 15px;
  }
  .index-section-seal .diesel-box .head .seal-logo {
    width: 100px;
    min-width: 100px;
    margin-left: 0;
  }
  .index-section-seal .diesel-box .head .title {
    width: calc(100% - 100px);
    padding-left: 0;
  }
  .index-section-seal .seal-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
  }
  .index-section-seal .seal-box .entit {
    color: #000;
  }
  .index-section-seal .seal-box .entit:before {
    background: #000;
    width: 24px;
    margin-right: 8px;
  }
  .index-section-seal .seal-box .title {
    color: #3677bc;
    padding-top: 15px;
  }
  .index-section-seal .seal-box .text {
    color: #6C6E70;
    padding-top: 15px;
  }
  .index-section-seal .seal-box .seal-btn {
    height: 40px;
    width: auto;
    padding: 0 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 450px) {
  .index-section-seal .diesel-box:before {
    top: 30px;
    height: calc(100% - 30px);
  }
  .index-section-seal .diesel-box .head .seal-logo {
    width: 80px;
    min-width: 80px;
  }
  .index-section-seal .diesel-box .head .title {
    width: calc(100% - 80px);
    padding-bottom: 8px;
  }
}

.index-section-news {
  padding: 35px 0 85px 0;
  background: #F5F5F5;
}

.index-section-news .zoom {
  zoom: 1;
  overflow: hidden;
  position: relative;
}

.index-section-news .zoom .title {
  text-align: center;
}

.index-section-news .zoom .news-nav {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.index-section-news .zoom .news-nav li {
  display: inline-block;
  padding: 0 25px;
  position: relative;
}

.index-section-news .zoom .news-nav li:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background: #D5D5D5;
  right: 0;
  top: 6px;
  position: absolute;
}

.index-section-news .zoom .news-nav li a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index-section-news .zoom .news-nav li:hover a {
  color: #6C6E70;
}

.index-section-news .zoom .news-nav li.active a {
  color: #3677bc;
}

.index-section-news .zoom .news-nav li:nth-last-of-type(1):after {
  display: none;
}

.index-section-news .zoom .news-content {
  padding-top: 55px;
}

.index-section-news .zoom .news-content .news-item {
  float: left;
  padding: 0 15px 32px 15px;
  width: 26.6%;
  max-width: 407px;
}

.index-section-news .zoom .news-content .news-item a, .index-section-news .zoom .news-content .news-item span {
  display: block;
}

.index-section-news .zoom .news-content .news-item a {
  color: #000;
}

.index-section-news .zoom .news-content .news-item .pic {
  height: auto;
  overflow: hidden;
}

.index-section-news .zoom .news-content .news-item .pic:before {
  content: '';
  display: block;
  padding-bottom: 247px;
  /*padding-bottom:65.52%;*/
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.index-section-news .zoom .news-content .news-item .word-box {
  padding-top: 18px;
  padding-right: 7px;
}

.index-section-news .zoom .news-content .news-item .word-box .text {
  margin-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.index-section-news .zoom .news-content .news-item:nth-of-type(1) {
  width: 46.8%;
  max-width: 716px;
}

.index-section-news .zoom .news-content .news-item:nth-of-type(1) .pic:before {
  padding-bottom: 599px;
  /*padding-bottom:calc(100% - 72px);*/
  /*padding-bottom:87.4%;*/
}

.index-section-news .zoom .news-content .news-item a:hover .pic:before {
  background: rgba(0, 0, 0, 0.3);
}

.index-section-news .zoom .news-content .news-item a:hover .word-box .text {
  color: #3677bc;
}

@media (max-width: 1600px) {
  .index-section-news .zoom .news-content .news-item .word-box .text {
    text-overflow: ellipsis;
  }
}

@media (max-width: 1200px) {
  .index-section-news .zoom .news-content .news-item {
    padding: 0 15px 20px 15px;
  }
  .index-section-news .zoom .news-content .news-item .pic:before {
    padding-bottom: 200px;
  }
  .index-section-news .zoom .news-content .news-item .word-box .text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 27px;
    height: 54px;
    max-height: 54px;
  }
  .index-section-news .zoom .news-content .news-item:nth-of-type(1) .pic:before {
    padding-bottom: 520px;
  }
}

@media (max-width: 850px) {
  .index-section-news .zoom .news-content .news-item .pic:before {
    padding-bottom: 120px;
  }
  .index-section-news .zoom .news-content .news-item .word-box .text {
    -webkit-line-clamp: 3;
    height: 81px;
    max-height: 81px;
  }
  .index-section-news .zoom .news-content .news-item:nth-of-type(1) .pic:before {
    padding-bottom: 386px;
  }
}

@media (max-width: 768px) {
  .index-section-news .zoom .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-section-news .zoom .news-content .news-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-section-news .zoom .news-content .news-item .pic:before {
    padding-bottom: 65.52%;
  }
  .index-section-news .zoom .news-content .news-item .word-box .text {
    -webkit-line-clamp: 3;
    height: auto;
    max-height: 100%;
    margin-top: 0;
  }
  .index-section-news .zoom .news-content .news-item:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
  }
  .index-section-news .zoom .news-content .news-item:nth-of-type(1) .pic:before {
    padding-bottom: 75%;
  }
}

@media (max-width: 576px) {
  .index-section-news .zoom .news-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index-section-news .zoom .news-content .news-item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .index-section-news .zoom .news-content .news-item .word-box {
    padding-top: 12px;
  }
  .index-section-news .zoom .news-content .news-item .word-box .date {
    line-height: 1;
  }
  .index-section-news .zoom .news-content .news-item .word-box .text {
    line-height: 1.5;
  }
}

.index-section-news .zoom .readmore {
  position: absolute;
  right: 35px;
  top: 70px;
}

@media (max-width: 992px) {
  .index-section-news .zoom .readmore {
    top: 62px;
  }
}

@media (max-width: 768px) {
  .index-section-news .zoom {
    padding: 0 10px;
  }
  .index-section-news .zoom .news-content {
    padding-top: 35px;
  }
  .index-section-news .zoom .readmore {
    position: static;
    margin-top: 25px;
  }
  .index-section-news .zoom .readmore a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 576px) {
  .index-section-news .zoom {
    padding: 0 20px;
  }
  .index-section-news .zoom .news-nav li {
    padding: 0 15px;
  }
  .index-section-news .zoom .news-content {
    padding-top: 25px;
  }
}

@media (max-width: 768px) {
  .index-section-news {
    padding: 55px 0;
  }
}

@media (max-width: 576px) {
  .index-section-news {
    padding: 25px 0 55px 0;
  }
}

.about-inspection {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .about-inspection {
    padding-bottom: 45px;
  }
}

@media (max-width: 576px) {
  .about-inspection {
    padding-bottom: 30px;
  }
}

.inspection-editor .page-subtag {
  color: #3677bc;
  max-width: 645px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}

.inspection-editor .text {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
}

.inspection-editor .text + .text {
  padding-top: 20px;
}

.inspection-editor .emissions-list {
  padding-top: 70px;
  margin: 0 -12px;
}

.inspection-editor .emissions-list .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 12px;
}

.inspection-editor .emissions-list .col .box {
  border: 1px solid #E5E5E5;
  border-radius: 0 28px;
  height: 100%;
  padding: 20px 20px 30px 20px;
}

.inspection-editor .emissions-list .col .box span {
  display: block;
  text-align: center;
}

.inspection-editor .emissions-list .col .box .tit {
  font-family: Arial, sans-serif;
  color: #3677bc;
}

.inspection-editor .emissions-list .col .box .tit span {
  display: inline;
}

.inspection-editor .emissions-list .col .box .pic {
  padding-top: 27px;
}

.inspection-editor .emissions-list .col .box .number {
  font-family: Arial, sans-serif;
  color: #3677bc;
  padding-top: 25px;
  line-height: 1.2;
}

.inspection-editor .note {
  padding: 15px 0 0 25px;
}

@media (max-width: 1030px) {
  .inspection-editor .emissions-list {
    margin: 0 -8px;
  }
  .inspection-editor .emissions-list .col {
    padding: 0 8px;
  }
  .inspection-editor .emissions-list .col .box {
    padding: 20px 15px 25px 15px;
  }
}

@media (max-width: 900px) {
  .inspection-editor .emissions-list {
    margin: 0 -12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inspection-editor .emissions-list .col {
    padding: 0 12px 24px 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 306px;
  }
  .inspection-editor .note {
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .inspection-editor .page-subtag {
    padding-top: 20px;
  }
  .inspection-editor .text {
    padding-top: 15px;
  }
  .inspection-editor .text + .text {
    padding-top: 15px;
  }
  .inspection-editor .emissions-list {
    margin: 0;
    padding-top: 35px;
  }
  .inspection-editor .emissions-list .col {
    padding: 0 20px 20px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .inspection-editor .emissions-list .col .box .pic {
    padding-top: 15px;
  }
  .inspection-editor .emissions-list .col .box .number {
    padding-top: 15px;
  }
}

.about-info {
  padding-bottom: 90px;
}

.about-info .emissions-box {
  padding-bottom: 50px;
}

.about-info .emissions-box .content {
  padding-left: 20px;
  padding-right: 20px;
}

.about-info .emissions-box .content .subtit {
  color: #3677bc;
  text-align: center;
}

.about-info .emissions-box .content .word {
  max-width: 990px;
  margin: 0 auto;
  padding: 35px 0 0 0;
}

@media (max-width: 768px) {
  .about-info {
    padding-bottom: 75px;
  }
}

@media (max-width: 576px) {
  .about-info {
    padding-bottom: 55px;
  }
  .about-info .emissions-box {
    padding-bottom: 78px;
  }
  .about-info .emissions-box .content .word {
    padding: 15px 0 0 0;
  }
}

.about-info-group {
  position: relative;
  margin-top: -30px;
}

.about-info-group .about-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-info-group .about-nav li {
  border: 1px solid #3677bc;
}

.about-info-group .about-nav li a {
  display: inline-block;
  color: #3677bc;
  background: #fff;
  height: 60px;
  line-height: 58px;
  width: 340px;
  text-align: center;
}

.about-info-group .about-nav li.active a {
  color: #fff;
  background: #3677bc;
}

.about-info-group .about-nav li.active:hover {
  border-color: #3677bc;
}

.about-info-group .about-nav li.active:hover a {
  color: #fff;
  background: #3677bc;
}

.about-info-group .about-nav li:hover {
  border-color: #6C6E70;
}

.about-info-group .about-nav li:hover a {
  color: #6C6E70;
}

.about-info-group .about-content {
  padding-top: 80px;
}

.about-info-group .about-content .box {
  max-width: 950px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.about-info-group .about-content .tab-title {
  text-align: center;
}

.about-info-group .about-content .tab-label {
  text-align: center;
  padding-top: 15px;
}

.about-info-group .about-content .tab-label .label {
  display: inline-block;
  color: #fff;
  padding: 10px 66px;
  background: #09509C;
  border-radius: 100px;
}

.about-info-group .about-content .tab-text {
  padding-top: 35px;
  text-align: center;
}

.about-info-group .about-content .tab-text + .tab-text {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .about-info-group {
    margin-top: -38px;
  }
  .about-info-group .about-nav {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .about-info-group .about-nav li {
    width: 50%;
  }
  .about-info-group .about-nav li a {
    width: 100%;
    max-width: 200px;
    height: auto;
    line-height: 1.375;
    padding: 10px 15px;
  }
}

@media (max-width: 576px) {
  .about-info-group .about-content {
    padding-top: 40px;
  }
  .about-info-group .about-content .tab-label .label {
    padding: 7px 31px;
    max-width: 300px;
  }
  .about-info-group .about-content .tab-text {
    padding-top: 20px;
  }
}

@media (max-width: 450px) {
  .about-info-group .about-content .tab-label .label {
    padding: 7px 15px;
  }
}

.about-swiper {
  padding-top: 70px;
  padding-bottom: 55px;
}

.about-swiper .swiper-slide {
  padding: 40px 0 25px 0;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 600px;
}

.about-swiper .swiper-slide .pic {
  border-radius: 22px;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  height: 500px;
}

.about-swiper .swiper-slide .word-box {
  background: #ffffff;
  width: 62.5%;
  max-width: 600px;
  padding: 25px 75px 25px 45px;
  margin-top: -65px;
  margin-left: 42px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.about-swiper .swiper-slide .word-box .word {
  position: relative;
  padding-left: 32px;
}

.about-swiper .swiper-slide .word-box .word:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #8cc63f;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.about-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.about-swiper .swiper-slide.swiper-slide-active .pic {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  height: 550px;
}

.about-swiper .swiper-slide.swiper-slide-active .word-box {
  opacity: 1;
}

@media (max-width: 1100px) {
  .about-swiper .swiper-slide {
    height: auto;
    padding: 40px 0 0 0;
  }
  .about-swiper .swiper-slide .pic {
    height: auto;
  }
  .about-swiper .swiper-slide .pic:before {
    content: '';
    display: block;
    padding-bottom: 57%;
  }
  .about-swiper .swiper-slide .word-box {
    width: 86%;
    padding: 20px 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-swiper .swiper-slide.swiper-slide-active .pic {
    height: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .about-swiper .swiper-slide.swiper-slide-active .pic:before {
    content: '';
    display: block;
    padding-bottom: 65%;
  }
}

@media (max-width: 768px) {
  .about-swiper {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .about-swiper .swiper-slide .word-box {
    margin-top: -40px;
  }
}

@media (max-width: 576px) {
  .about-swiper {
    padding-top: 20px;
  }
  .about-swiper .swiper-slide .word-box {
    padding: 10px 10px 10px 15px;
    margin-top: -20px;
    width: 88%;
  }
  .about-swiper .swiper-slide .word-box .word {
    padding-left: 22px;
  }
  .about-swiper .swiper-slide .word-box .word:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  .about-swiper .swiper-slide.swiper-slide-active {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .about-swiper .swiper-slide.swiper-slide-active .pic {
    height: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
}

.about-contactinfo {
  border-top: 2px solid #D4DFEE;
  padding-top: 75px;
}

.about-contactinfo .zoom {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-contactinfo .zoom .logobox {
  width: 135px;
}

.about-contactinfo .zoom .databox {
  width: calc(100% - 135px);
  padding-left: 55px;
}

.about-contactinfo .zoom .databox p {
  line-height: 1.625;
}

.about-contactinfo .zoom .databox a, .about-contactinfo .zoom .databox a[href^=tel] {
  color: #6C6E70;
}

.about-contactinfo .zoom .databox a:hover, .about-contactinfo .zoom .databox a[href^=tel]:hover {
  color: #000;
}

.about-contactinfo .zoom .reservebox {
  width: 100%;
  padding-top: 100px;
}

.about-contactinfo .zoom .reservebox .reserve-btn {
  width: 400px;
  height: 100px;
  background: #09509C;
  margin: 0 auto;
  color: #fff;
  display: block;
  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;
}

.about-contactinfo .zoom .reservebox .reserve-btn .icon {
  margin-right: 25px;
}

.about-contactinfo .zoom .reservebox .reserve-btn:hover {
  background: #3677bc;
}

@media (max-width: 768px) {
  .about-contactinfo .zoom .reservebox {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .about-contactinfo {
    padding-top: 35px;
  }
  .about-contactinfo .zoom .logobox {
    width: 100%;
    text-align: center;
  }
  .about-contactinfo .zoom .logobox img {
    max-width: 100px;
  }
  .about-contactinfo .zoom .databox {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .about-contactinfo .zoom .reservebox {
    padding-top: 35px;
  }
  .about-contactinfo .zoom .reservebox .reserve-btn {
    height: 55px;
    width: 280px;
  }
  .about-contactinfo .zoom .reservebox .reserve-btn .icon {
    margin-right: 15px;
  }
  .about-contactinfo .zoom .reservebox .reserve-btn .icon img {
    width: 30px;
  }
}

.news-subnav {
  position: relative;
  margin-top: -60px;
  padding: 0 20px;
}

.news-subnav .subnav {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-subnav .subnav .select-box {
  width: calc(100% / 3);
  border-right: 1px solid #4E8CCD;
}

.news-subnav .subnav .select-box .btn-group > .btn {
  background: #3677bc;
  border: none;
  color: #fff;
  position: relative;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  outline: none !important;
  padding: 0 30px 0 40px;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 18px;
  font-weight: 500;
}

.news-subnav .subnav .select-box .dropdown-toggle {
  position: relative;
}

.news-subnav .subnav .select-box .dropdown-toggle::after {
  width: 12px;
  height: 12px;
  color: #fff;
  border: none;
  font-weight: 500;
  margin-left: 0;
  background: url(images/0-common/icon-plus.svg);
  vertical-align: 1em;
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-subnav .subnav .select-box .btn-group.open > .dropdown-toggle::after {
  background: url(images/0-common/icon-minus.svg);
}

.news-subnav .subnav .select-box .dropdown-menu {
  border: 0;
  border-radius: 0;
  background: #3677bc;
  color: #fff;
  padding: 0;
  margin: 0;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li {
  border-top: 1px solid #4E8CCD;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li:nth-of-type(1) {
  border-top: none;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li a {
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding: 0 30px 0 40px;
  font-weight: 500;
  display: block;
}

.news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #245f96;
}

.news-subnav .subnav .search-box {
  width: calc(100% / 3);
}

.news-subnav .subnav .search-box .box {
  background: #383838;
  height: 60px;
  padding: 10px 10px 10px 30px;
  position: relative;
}

.news-subnav .subnav .search-box .box .news-search {
  width: calc(100% - 40px);
  height: 40px;
  padding: 0;
  line-height: 40px;
  color: #fff;
  background: none;
  border: none;
  display: block;
  float: left;
}

.news-subnav .subnav .search-box .box .news-search::-webkit-input-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .news-search::-moz-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .news-search::-o-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .news-search::-ms-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .news-search::-ms-input-placeholder {
  color: #6e6e6e;
}

.news-subnav .subnav .search-box .box .icon {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: none;
  padding: 10px;
  display: block;
  float: left;
}

.news-subnav .subnav .search-box .box .icon:focus {
  outline: none;
}

.news-subnav .subnav .search-box .box .icon img {
  display: block;
}

@media (max-width: 768px) {
  .news-subnav .subnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-subnav .subnav .select-box {
    width: 50%;
  }
  .news-subnav .subnav .select-box:nth-of-type(2) {
    border-right: none;
  }
  .news-subnav .subnav .search-box {
    width: 100%;
    position: relative;
  }
  .news-subnav .subnav .search-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    background: #fff;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .news-subnav {
    margin-top: -50px;
  }
  .news-subnav .subnav .select-box .btn-group > .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px;
  }
  .news-subnav .subnav .select-box .bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
  }
  .news-subnav .subnav .select-box .dropdown-toggle::after {
    right: 20px;
  }
  .news-subnav .subnav .search-box form {
    height: 50px;
    padding: 5px 10px 5px 30px;
  }
}

.news-page {
  max-width: 1614px !important;
  padding: 0 27px 120px 27px;
  margin: 0 auto;
}

.news-page .news-list {
  margin: 0;
  padding-bottom: 80px;
}

.news-page .news-list .item {
  padding: 45px 27px 40px 27px;
}

.news-page .news-list .item a {
  display: block;
  color: #000;
  position: relative;
}

.news-page .news-list .item a span {
  display: block;
}

.news-page .news-list .item .bg-pic {
  height: auto;
  background-size: contain !important;
}

.news-page .news-list .item .bg-pic:before {
  content: '';
  display: block;
  padding-bottom: 65.73%;
}

.news-page .news-list .item .hover-box {
  position: absolute;
  width: 100%;
  height: auto;
  padding-bottom: 65.73%;
  display: fles;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-page .news-list .item .hover-box .box {
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-page .news-list .item .news-data {
  margin-top: -60px;
  margin-left: 13.3%;
  padding: 0 30px 0 40px;
  position: relative;
  z-index: 10;
  width: 86.7%;
}

.news-page .news-list .item .news-data:before {
  content: '';
  display: block;
  width: 100%;
  background: #fff;
  height: calc(100% - 18px);
  margin-top: 18px;
  position: absolute;
  left: 0;
}

.news-page .news-list .item .news-data .news-tag {
  position: relative;
  background: #3677bc;
  color: #fff;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  min-width: 100px;
  float: right;
}

.news-page .news-list .item .news-data .date {
  position: relative;
  padding-top: 45px;
  color: #3677bc;
}

.news-page .news-list .item .news-data .news-tit {
  margin-top: 8px;
  line-height: 1.4;
  position: relative;
}

.news-page .news-list .item .news-data .text {
  position: relative;
  margin-top: 10px;
  color: #6C6E70;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  max-height: 54px;
}

.news-page .news-list .item:hover .hover-box {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .news-page {
    padding: 0 20px 80px 20px;
  }
  .news-page .news-list .item {
    padding: 30px 20px 20px 20px;
  }
  .news-page .news-list .item .news-data {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .news-page {
    padding: 0 10px 80px 10px;
  }
  .news-page .news-list .item {
    padding: 30px 10px 20px 10px;
  }
}

@media (max-width: 576px) {
  .news-page {
    padding: 0 10px 50px 10px;
  }
  .news-page .news-list {
    padding-bottom: 15px;
  }
  .news-page .news-list .item .news-data {
    padding: 0 15px;
  }
}

.wp[data-id="news-in"] .page-banner .banner-bg {
  position: static;
}

.wp[data-id="news-in"] .page-inner {
  padding-top: 0;
}

.news-in-page {
  max-width: 1190px;
  padding: 0 20px 30px 20px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -65px;
}

.news-in-page .share-box {
  width: 75px;
}

.news-in-page .share-box .box {
  background: #3677bc;
  width: 100%;
  padding: 20px 10px 0 10px;
}

.news-in-page .share-box .box .word {
  display: block;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

.news-in-page .share-box .box .icon {
  display: block;
  padding-bottom: 24px;
}

.news-in-page .share-box .box .icon svg {
  display: block;
  margin: 0 auto;
}

.news-in-page .share-box .box .icon svg path, .news-in-page .share-box .box .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.news-in-page .share-box .box .icon.print {
  border-top: 1px solid #4E8CCD;
  padding-top: 18px;
  padding-bottom: 17px;
}

.news-in-page .share-box .box .icon:hover svg path, .news-in-page .share-box .box .icon:hover svg rect {
  fill: #bbd1e6 !important;
}

.news-in-page .new-data {
  margin-left: 15px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 62px 70px 0 70px;
  max-width: 1060px;
  width: calc(100% - 90px);
}

.news-in-page .new-data .new-tag {
  color: #3677bc;
  padding: 0 15px;
  margin-left: 15px;
  border-left: 1px solid #CBCBCB;
  line-height: 17px;
  display: inline-block;
}

.news-in-page .new-data .title {
  margin-top: 8px;
  letter-spacing: 0.1em;
}

.news-in-page .file-box {
  width: 100%;
  padding-bottom: 30px;
}

.news-in-page .file-box .slider {
  border: 1px solid #eee;
  position: relative;
}

.news-in-page .file-box .slider:after {
  content: '';
  height: 90px;
  width: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #eee;
}

.news-in-page .file-box .slider .item {
  padding: 22px 55px 20px 35px;
  width: 50%;
  float: left;
}

.news-in-page .file-box .slider .item .icon {
  width: 86px;
  float: left;
}

.news-in-page .file-box .slider .item .icon .box {
  position: relative;
  width: 76px;
  height: 90px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: block;
  padding-top: 18px;
}

.news-in-page .file-box .slider .item .icon .box .type {
  height: 28px;
  line-height: 32px;
  border-radius: 0 15px 15px 0;
  color: #fff;
  background: #3677bc;
  width: 55px;
  padding-left: 13px;
}

.news-in-page .file-box .slider .item .icon .box .icon-file {
  padding-top: 8px;
  text-align: center;
}

.news-in-page .file-box .slider .item .icon .box .icon-file svg {
  display: block;
}

.news-in-page .file-box .slider .item .icon .box .icon-arrow {
  position: absolute;
  background: #fff;
  right: -9px;
  bottom: -6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-in-page .file-box .slider .item .file-data {
  display: block;
  float: left;
  width: calc(100% - 86px);
  padding-left: 24px;
}

.news-in-page .file-box .slider .item .file-data .file-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  max-height: 56px;
}

.news-in-page .file-box .slider .item .file-data .file-size {
  margin-top: 12px;
}

.news-in-page .file-box .slider .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-in-page .file-box .slider .item a span {
  display: block;
}

.news-in-page .file-box .slider .item a:hover {
  color: #3677bc;
}

.news-in-page .file-box .slider .slick-dots {
  bottom: -25px;
}

@media (max-width: 992px) {
  .news-in-page .file-box .slider .item {
    padding: 20px;
  }
  .news-in-page .file-box .slider .item .file-data {
    padding-left: 15px;
  }
}

@media (max-width: 900px) {
  .news-in-page .file-box .slider:after {
    display: none;
  }
  .news-in-page .file-box .slider .item {
    padding: 22px 55px 20px 35px;
  }
}

@media (max-width: 768px) {
  .news-in-page .share-box {
    width: 60px;
  }
  .news-in-page .new-data {
    margin-left: 10px;
    width: calc(100% - 70px);
    padding: 35px 30px 0 30px;
  }
}

@media (max-width: 576px) {
  .news-in-page {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: -45px;
  }
  .news-in-page .share-box {
    width: 100%;
    height: 45px;
  }
  .news-in-page .share-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .news-in-page .share-box .box .word {
    padding-bottom: 0;
    padding-right: 22px;
  }
  .news-in-page .share-box .box .icon {
    padding-bottom: 0;
    padding-right: 22px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-in-page .share-box .box .icon.print {
    border-top: 0;
    padding: 0 0 0 22px;
    margin-top: 0;
    border-left: 1px solid #4E8CCD;
  }
  .news-in-page .new-data {
    width: 100%;
    margin-left: 0;
    padding: 35px 0 0 0;
  }
  .news-in-page .file-box .slider .item {
    padding: 22px 25px 20px 25px;
  }
}

.new-editor {
  padding: 28px 0 40px 0;
}

.new-editor .text {
  line-height: 1.67em;
  padding-bottom: 40px;
}

.new-editor .img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.new-editor .img-group .pic {
  width: calc(50% - 1px);
}

.new-editor .paragraph {
  display: block;
  padding-bottom: 15px;
}

@media (max-width: 576px) {
  .new-editor {
    padding: 20px 0 30px 0;
  }
  .new-editor .text {
    padding-bottom: 25px;
  }
  .new-editor .img-group {
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new-editor .img-group .pic {
    width: 100%;
    margin-bottom: 2px;
  }
}

.news-link .link-title {
  padding-left: 55px;
  padding-bottom: 25px;
}

.news-link .item {
  width: calc(100% / 3);
}

.news-link .item a {
  display: block;
  position: relative;
  color: #fff;
  height: 310px;
}

.news-link .item a span {
  display: block;
}

.news-link .item a .link-data {
  padding: 43px 35px 0 52px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(42, 42, 42, 0.4);
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.news-link .item a .link-data .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-link .item a .link-data .box .tag {
  color: #fff;
  background: #3677bc;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  text-align: center;
  min-width: 80px;
  margin-right: 15px;
}

.news-link .item a .link-data .box .date {
  color: #fff;
  display: inline-block;
  line-height: 1;
}

.news-link .item a .link-data .tit {
  margin-top: 10px;
  max-width: 440px;
  line-height: 30px;
}

.news-link .item a:hover .link-data {
  background-color: rgba(42, 42, 42, 0.2);
}

@media (max-width: 1200px) {
  .news-link .link-title {
    padding-left: 20px;
    padding-bottom: 25px;
  }
  .news-link .item a .link-data {
    padding: 30px 25px 0 25px;
  }
}

@media (max-width: 800px) {
  .news-link .item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .news-link .item a {
    height: 60vw;
    max-height: 280px;
  }
  .news-link .item a .link-data {
    padding: 30px 25px 0 25px;
  }
  .news-link .item a .link-data .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
  }
}

@media print {
  #header .top-box {
    display: none;
  }
  .page-banner {
    display: none;
  }
  .news-in-page .share-box, .news-in-page .file-box, .news-link, .footer {
    display: none;
  }
}

.seal-page .subtag {
  padding-top: 30px;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .seal-page .subtag {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .seal-page .subtag {
    padding-top: 10px;
  }
}

.badge-list {
  margin: 0 -20px;
  padding-top: 70px;
}

.badge-list .col {
  padding: 0 20px;
  width: 25%;
  min-width: 25%;
}

.badge-list .col .pic {
  padding: 55px 10px 50px 10px;
  border: 1px dashed #9F9F9F;
  border-radius: 35px;
}

.badge-list .col:nth-of-type(2) {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.badge-list .col:nth-of-type(3) {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.badge-list .col:nth-of-type(4) {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

@media (max-width: 992px) {
  .badge-list {
    margin: 0 -10px;
  }
  .badge-list .col {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .badge-list .col {
    padding: 0 10px 20px 10px;
    width: 50%;
    min-width: 50%;
  }
  .badge-list .col:nth-of-type(n) {
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
  }
}

.seal-table {
  padding: 65px 0;
}

.seal-table table {
  font-size: 18px;
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
}

.seal-table table th {
  text-align: center !important;
}

.seal-table table th.label, .seal-table table td.label {
  width: 160px;
}

.seal-table table th.suitable, .seal-table table td.suitable {
  width: calc(100% - 910px);
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.seal-table table th.opacity, .seal-table table td.opacity {
  width: 155px;
}

.seal-table table th.standard, .seal-table table td.standard {
  width: 165px;
  text-align: left;
  padding-left: 15px;
}

.seal-table table th.colspan, .seal-table table td.colspan {
  width: 320px;
}

.seal-table table th.validperiod, .seal-table table td.validperiod {
  width: 90px;
}

.seal-table table th.favorable, .seal-table table td.favorable {
  width: 165px;
}

.seal-table table th.cases, .seal-table table td.cases {
  width: 175px;
}

.seal-table table th {
  padding: 15.5px 0;
}

.seal-table table td {
  padding: 12px 0 8px 0;
}

@media (max-width: 1250px) {
  .seal-table table th.label, .seal-table table td.label {
    width: 120px;
  }
  .seal-table table th.suitable, .seal-table table td.suitable {
    width: calc(100% - 745px);
  }
  .seal-table table th.opacity, .seal-table table td.opacity {
    width: 130px;
  }
  .seal-table table th.colspan, .seal-table table td.colspan {
    width: 295px;
  }
  .seal-table table th.favorable, .seal-table table td.favorable {
    width: 120px;
  }
  .seal-table table th.cases, .seal-table table td.cases {
    width: 120px;
  }
}

@media (max-width: 1250px) {
  .seal-table table th.label, .seal-table table td.label {
    width: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .seal-table table th.suitable, .seal-table table td.suitable {
    width: calc(100% - 625px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .seal-table table th.opacity, .seal-table table td.opacity {
    width: 100px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .seal-table table th.cases, .seal-table table td.cases {
    width: 100px;
  }
}

@media (max-width: 900px) {
  .seal-table table th {
    display: none;
  }
  .seal-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    padding: 0 !important;
    border-bottom: 0;
    text-align: left;
  }
  .seal-table table td:before {
    content: attr(data-th);
    display: block;
    text-align: left;
    width: 200px;
    background: #3677bc;
    padding: 10px 15px 4px 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seal-table table td .data-in {
    display: block;
    width: calc(100% - 200px);
    padding: 10px 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seal-table table td.favorable .data-in br {
    display: none;
  }
  .seal-table table td:nth-last-of-type(1):before, .seal-table table td:nth-last-of-type(1) .data-in {
    padding-bottom: 10px;
  }
  .seal-table table td:nth-last-of-type(1) {
    border-bottom: 1px solid #d0e0f0;
  }
}

@media (max-width: 576px) {
  .seal-table {
    padding: 35px 0 40px 0;
  }
  .seal-table table {
    font-size: 16px;
  }
  .seal-table table td {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .seal-table table td:before {
    width: 100px;
  }
  .seal-table table td .data-in {
    width: calc(100% - 100px);
  }
}

.seal-apply {
  position: relative;
  padding-bottom: 145px;
}

.seal-apply:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 65px);
  background: #EBF0F7;
  top: 65px;
  left: 0;
}

.seal-apply .zoom {
  padding-right: 50px;
}

.seal-apply .seal-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seal-apply .seal-section .apply-pic {
  height: 410px;
  width: 51.16%;
}

.seal-apply .seal-section .apply-data {
  width: 48.84%;
  padding-left: 120px;
  position: relative;
  margin-top: 150px;
}

.seal-apply .seal-section .apply-data:before {
  content: '';
  display: block;
  width: 90px;
  height: 1px;
  background: #4988CD;
  position: absolute;
  top: 20px;
  left: 0;
}

.seal-apply .seal-section .apply-data .box {
  padding-right: 30px;
}

.seal-apply .seal-section .apply-data .text {
  padding-top: 10px;
  line-height: 1.67;
}

.seal-apply .seal-section .apply-data .data-ul {
  padding-top: 10px;
  padding-left: 10px;
}

.seal-apply .seal-section .apply-data .data-ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.67;
}

.seal-apply .seal-section .apply-data .data-ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3677bc;
  position: absolute;
  top: 12.5px;
  left: 0;
}

.seal-apply .seal-section .apply-data .data-ul li p {
  display: inline-block;
}

.seal-apply .seal-section + .seal-section {
  padding-top: 65px;
}

.seal-apply .seal-section:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.seal-apply .seal-section:nth-of-type(even) .apply-data {
  padding-right: 95px;
  padding-left: 55px;
  margin-top: 130px;
}

.seal-apply .seal-section:nth-of-type(even) .apply-data:before {
  left: auto;
  right: 0;
}

.seal-apply .seal-section:nth-of-type(even) .apply-data .box {
  padding-right: 10px;
}

@media (max-width: 1300px) {
  .seal-apply .zoom {
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .seal-apply .seal-section .apply-pic {
    height: 360px;
  }
  .seal-apply .seal-section .apply-data {
    padding-left: 75px;
    margin-top: 80px;
  }
  .seal-apply .seal-section .apply-data:before {
    width: 60px;
  }
  .seal-apply .seal-section .apply-data .box {
    padding-right: 0 !important;
  }
  .seal-apply .seal-section:nth-of-type(even) .apply-data {
    padding-left: 25px;
    padding-right: 70px;
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .seal-apply {
    padding-bottom: 85px;
  }
  .seal-apply .seal-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .seal-apply .seal-section .apply-pic {
    height: auto;
    width: 100%;
  }
  .seal-apply .seal-section .apply-pic:before {
    content: '';
    display: block;
    padding-bottom: 61.65%;
  }
  .seal-apply .seal-section .apply-data {
    margin-top: 0 !important;
    padding: 40px 15px 0 15px !important;
    width: 100%;
  }
  .seal-apply .seal-section .apply-data:before {
    width: 1px;
    height: 45px;
    top: -20px;
    left: 40px !important;
    right: auto !important;
  }
  .seal-apply .seal-section:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 576px) {
  .seal-apply {
    padding-bottom: 55px;
  }
  .seal-apply:before {
    top: 35px;
    height: calc(100% - 35px);
  }
  .seal-apply .seal-section + .seal-section {
    padding-top: 35px;
  }
}

.inquire-page .subtag {
  padding-top: 30px;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .inquire-page .subtag {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .inquire-page .subtag {
    padding-top: 10px;
  }
}

.inquire-page .inquire-searh {
  padding-top: 40px;
  padding-bottom: 95px;
}

.inquire-page .inquire-searh .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inquire-page .inquire-searh .box .dash-line {
  width: 9px;
  height: 1px;
  background: #000;
  margin-left: 10px;
  margin-right: 10px;
}

.inquire-page .inquire-searh .box .first-num {
  width: 233px;
  text-transform: uppercase;
}

.inquire-page .inquire-searh .box .last-num {
  width: 100%;
  text-transform: uppercase;
}

.inquire-page .inquire-searh .box .search-btn {
  width: 200px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #3677bc;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.inquire-page .inquire-searh .box .search-btn .btn-box {
  color: #fff;
}

.inquire-page .inquire-searh .box .search-btn .btn-box img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.inquire-page .inquire-searh .box .search-btn .btn-box span {
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 2px;
}

.inquire-page .inquire-searh .box .search-btn:hover {
  background: #245f96;
}

@media (max-width: 768px) {
  .inquire-page .inquire-searh .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inquire-page .inquire-searh .box .dash-line {
    width: 8px;
  }
  .inquire-page .inquire-searh .box .search-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .inquire-page .inquire-searh {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .inquire-page .inquire-searh .box .search-btn {
    height: 45px;
    margin-top: 10px;
  }
  .inquire-page .inquire-searh .box .search-btn .btn-box span {
    top: 1px;
  }
}

.inquire-search-result {
  background: #EBF0F7;
  position: relative;
  padding: 120px 0;
  display: none;
}

.inquire-search-result .down-triangle {
  position: absolute;
  margin: auto;
  top: -1px;
  left: 0;
  right: 0;
  width: 108px;
  height: 28px;
}

.inquire-search-result .search-titie {
  text-align: center;
}

.inquire-search-result .search-titie .tag {
  position: relative;
  display: inline-block;
  bottom: 5px;
}

.inquire-search-result .search-titie .car-num {
  text-transform: uppercase;
  color: #3677bc;
  font-weight: 900;
  line-height: 1;
}

.inquire-search-result .result-table .note {
  text-align: right;
}

.inquire-search-result .result-table table {
  margin-top: 10px;
  font-size: 18px;
}

.inquire-search-result .result-table table th, .inquire-search-result .result-table table td {
  border-bottom: 10px solid #EBF0F7;
  text-align: center;
}

.inquire-search-result .result-table table th:nth-of-type(1), .inquire-search-result .result-table table td:nth-of-type(1) {
  width: calc(100% - 55.38% - 350px);
  /*width:230px;17.7%*/
}

.inquire-search-result .result-table table th:nth-of-type(2), .inquire-search-result .result-table table td:nth-of-type(2) {
  width: 15.38%;
  /*width:200px;*/
}

.inquire-search-result .result-table table th:nth-of-type(3), .inquire-search-result .result-table table td:nth-of-type(3) {
  width: 20%;
  /*width:260px;*/
}

.inquire-search-result .result-table table th:nth-of-type(4), .inquire-search-result .result-table table td:nth-of-type(4) {
  width: 20%;
  /*width:260px;*/
}

.inquire-search-result .result-table table th:nth-of-type(5), .inquire-search-result .result-table table td:nth-of-type(5) {
  width: 350px;
}

.inquire-search-result .result-table table th {
  padding: 16px 0;
}

.inquire-search-result .result-table table td {
  padding: 13px 0;
}

.inquire-search-result .result-table table .data-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inquire-search-result .result-table table .data-in .violation-pic {
  max-width: 98px;
  display: block;
  max-height: 65.5px;
  overflow: hidden;
}

.inquire-search-result .result-table table .data-in .violation-pic + .violation-pic {
  margin-left: 18px;
}

.inquire-search-result .result-table table td {
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
}

.inquire-search-result .result-table table td:nth-of-type(3) {
  padding-left: 30px;
  text-align: left;
}

.inquire-search-result .result-table table td:nth-of-type(3) .data-in {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.inquire-search-result .result-table table tr:nth-of-type(odd) {
  background: #fff;
}

@media (max-width: 1100px) {
  .inquire-search-result .result-table table {
    table-layout: auto;
  }
  .inquire-search-result .result-table table th, .inquire-search-result .result-table table td {
    border-bottom: 10px solid #EBF0F7;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inquire-search-result .result-table table th:nth-of-type(n), .inquire-search-result .result-table table td:nth-of-type(n) {
    width: auto !important;
  }
}

@media (max-width: 850px) {
  .inquire-search-result {
    padding: 85px 0 80px 0;
  }
  .inquire-search-result .result-table table .data-in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inquire-search-result .result-table table .data-in .violation-pic + .violation-pic {
    margin-left: 0;
    margin-top: 10px;
  }
  .inquire-search-result .result-table table td:nth-of-type(1) {
    width: 120px !important;
  }
  .inquire-search-result .result-table table td:nth-of-type(2) {
    width: 105px !important;
  }
  .inquire-search-result .result-table table td:nth-of-type(3) {
    padding-left: 15px;
    width: calc(100% - 550px);
  }
  .inquire-search-result .result-table table td:nth-of-type(4) {
    width: 125px !important;
  }
  .inquire-search-result .result-table table td:nth-of-type(5) {
    width: 160px !important;
  }
}

@media (max-width: 675px) {
  .inquire-search-result .result-table table .data-in .violation-pic + .violation-pic {
    margin-left: 10px;
    margin-top: 0;
  }
  .inquire-search-result .result-table table tr:nth-of-type(1), .inquire-search-result .result-table table th {
    display: none;
  }
  .inquire-search-result .result-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 10px solid #EBF0F7;
    padding: 12px 15px;
  }
  .inquire-search-result .result-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0 !important;
    text-align: left;
  }
  .inquire-search-result .result-table table td:before {
    content: attr(data-th) "：";
  }
  .inquire-search-result .result-table table td:nth-of-type(1), .inquire-search-result .result-table table td:nth-of-type(3) {
    width: 60% !important;
  }
  .inquire-search-result .result-table table td:nth-of-type(2), .inquire-search-result .result-table table td:nth-of-type(4) {
    width: 40% !important;
  }
  .inquire-search-result .result-table table td:nth-of-type(5) {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .inquire-search-result {
    padding: 55px 0 45px 0;
  }
  .inquire-search-result .down-triangle {
    width: 80px;
  }
  .inquire-search-result .down-triangle img {
    width: 100%;
    height: auto;
    display: block;
  }
  .inquire-search-result .search-titie .car-num {
    font-weight: 700;
    font-size: 36px;
  }
  .inquire-search-result .result-table .note {
    text-align: center;
    padding-top: 15px;
  }
  .inquire-search-result .result-table table {
    font-size: 16px;
  }
  .inquire-search-result .result-table table .data-in {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .inquire-search-result .result-table table .data-in .violation-pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 108px;
    max-height: 75.5px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .inquire-search-result .result-table table .data-in .violation-pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .inquire-search-result .result-table table .data-in .violation-pic + .violation-pic {
    margin-left: 0;
  }
  .inquire-search-result .result-table table td {
    padding: 10px 0 0 0 !important;
  }
  .inquire-search-result .result-table table td:nth-of-type(n) {
    width: 100% !important;
  }
  .inquire-search-result .result-table table td:nth-of-type(5):before {
    min-width: 130px;
  }
}

.modal-violation-pic {
  right: -17px;
}

.modal-violation-pic .zoom {
  width: 100%;
  max-width: 1000px;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.modal-violation-pic .zoom .modal-content {
  width: 100%;
  background: transparent;
  border: none;
}

.modal-violation-pic .zoom .modal-content .violation-slider .item .info {
  background: #fff;
  margin: -32px 5% 0 5%;
  width: 90%;
  padding: 27px 115px 27px 37px;
  position: relative;
}

.modal-violation-pic .zoom .modal-content .violation-slider .item .info .number {
  padding-right: 28px;
  line-height: 1;
}

.modal-violation-pic .zoom .modal-content .violation-slider .item .info .text {
  position: relative;
  padding-left: 20px;
  line-height: 1;
}

.modal-violation-pic .zoom .modal-content .violation-slider .item .info .text:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #eeeeee;
  position: absolute;
  top: -3px;
  left: 0;
}

.modal-violation-pic .zoom .modal-content .violation-slider .slick-prev, .modal-violation-pic .zoom .modal-content .violation-slider .slick-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #3677bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  bottom: 17px;
  right: calc(5% + 15px);
  left: auto;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.modal-violation-pic .zoom .modal-content .violation-slider .slick-prev img, .modal-violation-pic .zoom .modal-content .violation-slider .slick-next img {
  width: 20px;
  height: 20px;
}

.modal-violation-pic .zoom .modal-content .violation-slider .slick-prev:hover, .modal-violation-pic .zoom .modal-content .violation-slider .slick-next:hover {
  background: #245f96;
}

.modal-violation-pic .zoom .modal-content .violation-slider .slick-prev {
  right: calc(5% + 73px);
}

@media (min-width: 1040px) and (max-height: 715px) {
  .modal-violation-pic .zoom {
    max-height: calc(100vh - 40px);
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item {
    max-height: calc(100vh - 40px);
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item .pic img {
    max-height: calc(100vh - 80px);
    margin: 0 auto;
  }
}

@media (max-width: 1040px) {
  .modal-violation-pic .zoom {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .modal-violation-pic {
    right: 0;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item .info {
    padding: 15px 115px 15px 20px;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item .info .number {
    padding-right: 10px;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item .info .text {
    padding-left: 10px;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .slick-prev, .modal-violation-pic .zoom .modal-content .violation-slider .slick-next {
    bottom: 8px;
  }
}

@media (max-width: 576px) {
  .modal-violation-pic .zoom {
    padding: 0;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item .info {
    padding: 15px 100px 15px 10px;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item .info .number {
    padding-right: 0;
    display: block;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item .info .text {
    padding-left: 0;
    display: block;
    padding-top: 5px;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .item .info .text:before {
    display: none;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .slick-prev, .modal-violation-pic .zoom .modal-content .violation-slider .slick-next {
    bottom: 13px;
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .slick-next {
    right: calc(5% + 5px);
  }
  .modal-violation-pic .zoom .modal-content .violation-slider .slick-prev {
    right: calc(5% + 50px);
  }
}

.maintenance-page {
  padding-bottom: 135px;
}

.maintenance-page .subtag {
  padding-top: 30px;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .maintenance-page {
    padding-bottom: 85px;
  }
  .maintenance-page .subtag {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .maintenance-page {
    padding-bottom: 55px;
  }
  .maintenance-page .subtag {
    padding-top: 10px;
  }
}

.maintenance-swiper {
  width: 100%;
  margin: 85px 0 0 0;
  padding: 50px 0 40px 0;
}

.maintenance-swiper .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .item-head {
  border: 1px solid #EBF0F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 166px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  border-radius: 0 51.5px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .item-head .pic {
  max-width: 265px;
  max-height: 95px;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .item-head .pic img {
  max-width: 265px;
  max-height: 95px;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .item-head .tag-label {
  position: absolute;
  right: 13px;
  top: 14px;
  color: #6C6E70;
  width: 72px;
  height: 72px;
  background: #EBF0F7;
  border-radius: 0 32.5px 32.5px 32.5px;
  padding: 15px 10px;
  line-height: 1.25;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .content {
  background: #EBF0F7;
  padding: 30px 15px;
  text-align: center;
  border-radius: 0 0 0 51.5px;
  border: 1px solid #EBF0F7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .content .title {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .content .add {
  color: #6C6E70;
  padding-top: 10px;
  line-height: 1.67;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .content .info {
  color: #6C6E70;
  line-height: 1.67;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.maintenance-swiper .swiper-wrapper .swiper-slide .content .info a, .maintenance-swiper .swiper-wrapper .swiper-slide .content .info a[href^=tel] {
  color: #6C6E70;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item-head {
  border-color: #3677bc;
}

.maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item-head .tag-label {
  background: #3677bc;
  color: #fff;
}

.maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content {
  background: #3677bc;
  border-color: #3677bc;
}

.maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .title {
  color: #fff;
}

.maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .add {
  color: #fff;
  padding-top: 10px;
  line-height: 1.67;
}

.maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .info {
  color: #fff;
  line-height: 1.67;
}

.maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .info a, .maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .info a[href^=tel] {
  color: #fff;
}

.maintenance-swiper .swiper-button-prev, .maintenance-swiper .swiper-button-next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #3677bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.maintenance-swiper .swiper-button-prev:after, .maintenance-swiper .swiper-button-next:after {
  display: none;
}

.maintenance-swiper .swiper-button-prev:hover, .maintenance-swiper .swiper-button-next:hover {
  opacity: 0.7;
}

.maintenance-swiper .swiper-button-prev {
  left: calc(50% - 408px);
}

.maintenance-swiper .swiper-button-next {
  right: calc(50% - 408px);
}

.maintenance-swiper .swiper-pagination {
  bottom: 0 !important;
}

.maintenance-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #3677bc;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  opacity: 1;
}

.maintenance-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}

@media (max-width: 1100px) {
  .maintenance-swiper .swiper-button-prev {
    left: calc(50% - 345px);
  }
  .maintenance-swiper .swiper-button-next {
    right: calc(50% - 345px);
  }
}

@media (max-width: 768px) {
  .maintenance-swiper {
    margin: 50px 0 0 0;
    padding: 35px 0 25px 0;
  }
  .maintenance-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
  .maintenance-swiper .swiper-button-prev, .maintenance-swiper .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 660px) {
  .maintenance-swiper .swiper-wrapper .swiper-slide .content .info {
    max-width: 190px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .maintenance-swiper {
    margin: 35px 0 0 0;
  }
  .maintenance-swiper .swiper-wrapper .swiper-slide .item-head {
    border-radius: 0 45px 0 0;
    height: 150px;
  }
  .maintenance-swiper .swiper-wrapper .swiper-slide .item-head .tag-label {
    width: 60px;
    height: 60px;
    padding: 10px 5px;
    border-radius: 0 25px 25px 25px;
  }
  .maintenance-swiper .swiper-wrapper .swiper-slide .content {
    border-radius: 0 0 0 45px;
    padding: 20px 15px;
  }
  .maintenance-swiper .swiper-wrapper .swiper-slide .content .info {
    max-width: 180px;
  }
}

.rule-page .page-subtag {
  padding-top: 30px;
}

.rule-page .zoom {
  padding-bottom: 105px;
}

@media (max-width: 768px) {
  .rule-page .page-subtag {
    padding-top: 20px;
  }
  .rule-page .zoom {
    padding-bottom: 75px;
  }
}

@media (max-width: 576px) {
  .rule-page .page-subtag {
    padding-top: 10px;
  }
  .rule-page .zoom {
    padding-bottom: 45px;
  }
}

.rule-table {
  padding: 45px 0 65px 0;
}

.rule-table table {
  table-layout: fixed;
  width: 100%;
}

.rule-table table th {
  background: #3677bc;
  color: #fff;
  padding: 19.5px 0;
  font-weight: normal;
  text-align: center;
}

.rule-table table th:nth-of-type(1) {
  width: 232px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.rule-table table th:nth-of-type(2) {
  width: calc(100% - 232px);
}

.rule-table table td {
  padding: 19.5px 0;
  border-bottom: 1px solid #D0E0F0;
}

.rule-table table td.date {
  text-align: center;
  padding: 22px 0 17px 0;
}

.rule-table table td.rulename {
  padding-left: 82px;
  padding-right: 25px;
}

.rule-table table td.rulename a {
  color: #000;
}

.rule-table table td.rulename a:hover {
  color: #3677bc;
}

.rule-table table tr:nth-of-type(odd) {
  background: #EBF0F7;
}

@media (max-width: 992px) {
  .rule-table table td.rulename {
    padding-left: 35px;
  }
}

@media (max-width: 768px) {
  .rule-table table th:nth-of-type(1) {
    width: 150px;
  }
  .rule-table table th:nth-of-type(2) {
    width: calc(100% - 150px);
  }
  .rule-table table td.rulename {
    padding-left: 25px;
  }
}

@media (max-width: 576px) {
  .rule-table {
    padding: 25px 0 30px 0;
  }
  .rule-table table th {
    padding: 14.5px 0;
  }
  .rule-table table th:nth-of-type(1) {
    width: 130px;
  }
  .rule-table table th:nth-of-type(2) {
    width: calc(100% - 130px);
  }
  .rule-table table td {
    padding: 14.5px 0;
  }
  .rule-table table td.date {
    padding: 17px 0 12px 0;
  }
  .rule-table table td.rulename {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 475px) {
  .rule-table table th {
    display: none;
  }
  .rule-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rule-table table td:before {
    content: attr(data-th) "：";
    display: block;
    width: 110px;
    min-width: 110px;
    text-align: left;
    padding-left: 15px;
  }
  .rule-table table td.date {
    padding: 10px 0 5px 0;
    border-bottom: none;
  }
  .rule-table table td.rulename {
    padding: 0 15px 12px 0;
  }
  .rule-table table tr {
    display: block;
  }
  .rule-table table tr:nth-of-type(1) {
    border-top: 1px solid #D0E0F0;
  }
}

.emissions-box {
  background: #EBF0F7;
  padding-bottom: 70px;
}

.emissions-box .emissions-head {
  background: #fff;
  padding: 0 20px;
}

.emissions-box .emissions-head .icon-box {
  position: relative;
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
  text-align: center;
}

.emissions-box .emissions-head .icon-box img {
  position: relative;
}

.emissions-box .emissions-head .icon-box:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 581px;
  border-width: 0 52px 34px 52px;
  border-style: solid;
  border-color: transparent transparent #EBF0F7 transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.emissions-box .content {
  padding: 36px 0 50px 0;
}

.emissions-box .content .page-title:after {
  content: '';
  display: block;
  width: 180px;
  height: 1px;
  background: #09509C;
  margin: 35px auto 0 auto;
}

.emissions-box .content .subtit {
  padding-top: 30px;
}

.emissions-box .content .text {
  padding-top: 20px;
}

.emissions-box .content .blue-table {
  padding-top: 20px;
}

.emissions-box .content .blue-table.standard table th, .emissions-box .content .blue-table.standard table td {
  width: 30.77%;
}

.emissions-box .content .blue-table.standard table th:nth-of-type(1), .emissions-box .content .blue-table.standard table td:nth-of-type(1) {
  width: 38.46%;
}

.emissions-box .content .blue-table.standard table td:nth-of-type(1) {
  text-align: left;
  padding-left: 45px;
}

.emissions-box .content .blue-table.penalty table th {
  line-height: 1.33;
}

.emissions-box .content .blue-table.penalty table th, .emissions-box .content .blue-table.penalty table td {
  width: 24.6%;
}

.emissions-box .content .blue-table.penalty table th:nth-of-type(1), .emissions-box .content .blue-table.penalty table td:nth-of-type(1) {
  width: 26.20%;
}

.emissions-box .content .blue-table .note {
  padding-top: 20px;
}

@media (max-width: 992px) {
  .emissions-box .content .blue-table.standard table th, .emissions-box .content .blue-table.standard table td {
    width: 160px;
  }
  .emissions-box .content .blue-table.standard table th:nth-of-type(1), .emissions-box .content .blue-table.standard table td:nth-of-type(1) {
    width: calc(100% - 320px);
  }
  .emissions-box .content .blue-table.standard table td:nth-of-type(1) {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .emissions-box .content .blue-table.penalty table th:nth-of-type(1) {
    padding: 19.5px 15px;
  }
}

@media (max-width: 700px) {
  .emissions-box .content .blue-table.standard table td:nth-of-type(1) .td-in {
    max-width: 175px;
    margin: 0 auto;
  }
  .emissions-box .content .blue-table.penalty table th {
    display: none;
  }
  .emissions-box .content .blue-table.penalty table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    padding: 0 15px;
    border-bottom: none;
  }
  .emissions-box .content .blue-table.penalty table td:before {
    content: attr(data-th);
    display: block;
    font-size: 18px;
    padding: 5px 0;
    text-align: left;
  }
  .emissions-box .content .blue-table.penalty table td .td-in {
    padding: 8px 0 2px 0;
    text-align: left;
  }
  .emissions-box .content .blue-table.penalty table td .td-in:before {
    content: "：";
    display: inline-block;
  }
  .emissions-box .content .blue-table.penalty table td:nth-of-type(1) {
    padding-top: 10px;
  }
  .emissions-box .content .blue-table.penalty table td:nth-last-of-type(1) {
    border-bottom: 1px solid #D0E0F0;
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .emissions-box .content .page-title:after {
    margin: 15px auto 0 auto;
    width: 120px;
  }
  .emissions-box .content .subtit {
    padding-top: 15px;
  }
  .emissions-box .content .text {
    padding-top: 10px;
  }
  .emissions-box .content .blue-table.standard table th {
    display: none;
  }
  .emissions-box .content .blue-table.standard table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    padding: 0 10px;
    text-align: left !important;
  }
  .emissions-box .content .blue-table.standard table td:before {
    content: attr(data-th) "：";
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    min-width: 85px;
  }
  .emissions-box .content .blue-table.standard table td .td-in {
    padding: 8px 0 2px 0;
    margin: 0 !important;
    max-width: 100% !important;
  }
  .emissions-box .content .blue-table.standard table td:nth-of-type(1) {
    border-bottom: none;
    padding-top: 5px;
  }
  .emissions-box .content .blue-table.standard table td:nth-of-type(2) {
    border-bottom: none;
  }
  .emissions-box .content .blue-table.standard table td:nth-of-type(2):before {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .emissions-box .content .blue-table.standard table td:nth-last-of-type(1) {
    padding-bottom: 5px;
  }
  .emissions-box .content .blue-table.standard table tr:nth-of-type(2) td:nth-of-type(1) {
    border-top: 1px solid #D0E0F0;
  }
  .emissions-box .content .blue-table.penalty table td:before {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .emissions-box .content .blue-table.standard table td .td-in {
    max-width: 150px !important;
  }
  .emissions-box .content .blue-table.penalty table td {
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .emissions-box .content .blue-table.penalty table td:before {
    max-width: 120px;
    min-width: 120px;
  }
  .emissions-box .content .blue-table.penalty table td .td-in:before {
    padding-right: 10px;
  }
}

@media (max-width: 725px) {
  .emissions-box .emissions-head .icon-box:before {
    width: calc(100% - 144px);
    left: 20px;
    right: 20px;
  }
  .emissions-box .emissions-head .icon-box img {
    max-width: 180px;
  }
}

@media (max-width: 576px) {
  .emissions-box {
    padding-bottom: 55px;
  }
  .emissions-box .content {
    padding-bottom: 0;
  }
  .emissions-box .content + .content {
    padding-top: 20px;
  }
  .emissions-box .emissions-head .icon-box:before {
    border-width: 0 40px 28px 40px;
    width: calc(100% - 120px);
  }
  .emissions-box .emissions-head .icon-box img {
    max-width: 150px;
  }
}

.faq-page {
  padding-bottom: 100px;
}

.faq-page .page-title {
  color: #3677bc;
  text-align: center;
}

@media (max-width: 576px) {
  .faq-page {
    padding-bottom: 35px;
  }
}

.faq-list {
  padding-top: 45px;
}

.faq-list .item {
  border-radius: 0 19px;
  border: 2px solid #EBF0F7;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-list .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 90px 28px 45px;
  position: relative;
  background: #EBF0F7;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.faq-list .item .question .tag {
  padding-right: 25px;
  color: #3677bc;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  top: 3px;
}

.faq-list .item .question p {
  display: inline-block;
  line-height: 1.67em;
}

.faq-list .item .question .icon {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #3677bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-list .item .question .icon svg path, .faq-list .item .question .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.faq-list .item .question .icon-plus {
  opacity: 1;
  visibility: visible;
}

.faq-list .item .question .icon-minus {
  opacity: 0;
  visibility: hidden;
}

.faq-list .item .answer {
  display: none;
  background: #fff;
  padding: 35px 45px 35px 90px;
  position: relative;
}

.faq-list .item .answer .tag {
  color: #3677bc;
  position: absolute;
  left: 45px;
  top: 38px;
  position: absolute;
  line-height: 1;
}

.faq-list .item .answer .content {
  line-height: 1.67;
  max-width: 980px;
}

.faq-list .item .answer .content ol.no-gutter {
  margin: 0 0 0 20px;
  padding: 0;
}

.faq-list .item .answer.active {
  display: block;
}

.faq-list .item.active {
  border: 2px solid #3677bc;
}

.faq-list .item.active .question {
  background: #3677bc;
}

.faq-list .item.active .question .tag {
  color: #fff;
}

.faq-list .item.active .question p {
  color: #fff;
}

.faq-list .item.active .question .icon {
  background: #fff;
}

.faq-list .item.active .question .icon svg path, .faq-list .item.active .question .icon svg rect {
  fill: #3677bc !important;
}

.faq-list .item.active .question .icon-plus {
  opacity: 0;
  visibility: hidden;
}

.faq-list .item.active .question .icon-minus {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .faq-list .item .question {
    padding: 25px 70px 25px 25px;
  }
  .faq-list .item .question .tag {
    padding-right: 15px;
  }
  .faq-list .item .question .icon {
    right: 25px;
  }
  .faq-list .item .answer {
    padding: 25px 25px 25px 60px;
  }
  .faq-list .item .answer .tag {
    left: 25px;
    top: 28px;
  }
}

@media (max-width: 576px) {
  .faq-list {
    padding-top: 30px;
  }
  .faq-list .item {
    border-radius: 0 15px;
  }
  .faq-list .item .question {
    padding: 15px 50px 15px 20px;
  }
  .faq-list .item .question .icon {
    right: 20px;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 17px;
  }
  .faq-list .item .answer {
    padding: 20px 20px 20px 50px;
  }
  .faq-list .item .answer .tag {
    left: 20px;
    top: 24px;
  }
}

.tfc-text-box {
  text-align: center;
  padding-bottom: 55px;
}

.tfc-text-box .title {
  color: #3677bc;
}

.tfc-text-box .tfc-subtit {
  color: #3677bc;
  text-align: center;
  margin-top: 32px;
}

.tfc-text-box .tfc-subtit:before {
  content: '';
  display: block;
  width: 180px;
  margin: 0 auto;
  height: 1px;
  background: #09509C;
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .tfc-text-box .tfc-subtit {
    margin-top: 15px;
  }
  .tfc-text-box .tfc-subtit::before {
    width: 120px;
    margin-bottom: 15px;
  }
}

.tfc-zoom {
  background: #EBF0F7;
  position: relative;
}

.tfc-zoom:before {
  content: '';
  display: block;
  width: 589px;
  height: 0;
  border-width: 40px 62px 0 62px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.tfc-zoom .tfc-map-box {
  position: relative;
  margin-top: -65px;
}

.tfc-zoom .tfc-map-box .tfc-car-icon {
  border: 3px solid #3677bc;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 0 auto;
}

.tfc-zoom .tfc-map-box .tfc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.tfc-zoom .tfc-map-box .tfc-nav li {
  border: 1px solid #3677bc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tfc-zoom .tfc-map-box .tfc-nav li a {
  display: inline-block;
  color: #3677bc;
  background: #fff;
  height: 60px;
  line-height: 58px;
  width: 340px;
  text-align: center;
}

.tfc-zoom .tfc-map-box .tfc-nav li.active a {
  color: #fff;
  background: #3677bc;
}

.tfc-zoom .tfc-map-box .tfc-nav li.active:hover {
  border-color: #3677bc;
}

.tfc-zoom .tfc-map-box .tfc-nav li.active:hover a {
  color: #fff;
  background: #3677bc;
}

.tfc-zoom .tfc-map-box .tfc-nav li:hover {
  border-color: #6C6E70;
}

.tfc-zoom .tfc-map-box .tfc-nav li:hover a {
  color: #6C6E70;
}

.tfc-zoom .tfc-map-box .tfc-content {
  padding-top: 55px;
  text-align: center;
}

.tfc-zoom .tfc-map-box .tfc-content .subtit {
  font-weight: 900;
}

.tfc-zoom .tfc-map-box .tfc-content .add {
  display: block;
  color: #000;
  line-height: 1.67em;
  padding-top: 10px;
}

.tfc-zoom .tfc-map-box .tfc-content .add:hover {
  color: #6C6E70;
}

.tfc-zoom .tfc-map-box .tfc-content .contact {
  line-height: 1.67em;
}

.tfc-zoom .tfc-map-box .tfc-content .contact a, .tfc-zoom .tfc-map-box .tfc-content .contact a[href^=tel] {
  color: #000;
}

.tfc-zoom .tfc-map-box .tfc-content .contact a:hover, .tfc-zoom .tfc-map-box .tfc-content .contact a[href^=tel]:hover {
  color: #6C6E70;
}

.tfc-zoom .tfc-map-box .tfc-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  text-align: left;
  padding: 0 25px 0 20px;
}

.tfc-zoom .tfc-map-box .tfc-data .col {
  width: 50%;
  padding: 0 55px;
}

.tfc-zoom .tfc-map-box .tfc-data .col .script {
  line-height: 1.67;
  padding-top: 5px;
}

.tfc-zoom .tfc-map-box .tfc-data .col + .col {
  border-left: 1px solid rgba(184, 205, 156, 0.5);
}

.tfc-zoom .tfc-map-box .map-img {
  padding: 80px 0 0 0;
}

@media (max-width: 768px) {
  .tfc-zoom .tfc-map-box .tfc-nav {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .tfc-zoom .tfc-map-box .tfc-nav li {
    width: 50%;
  }
  .tfc-zoom .tfc-map-box .tfc-nav li a {
    width: 100%;
    max-width: 200px;
    height: auto;
    line-height: 1.375;
    padding: 10px 20px;
  }
  .tfc-zoom .tfc-map-box .tfc-data {
    padding: 0;
  }
  .tfc-zoom .tfc-map-box .tfc-data .col {
    padding: 0 25px;
  }
}

@media (max-width: 753px) {
  .tfc-zoom:before {
    width: calc(100% - 164px);
  }
}

@media (max-width: 576px) {
  .tfc-zoom:before {
    border-width: 30px 40px 0 40px;
    width: calc(100% - 120px);
  }
  .tfc-zoom .tfc-map-box {
    margin-top: -45px;
  }
  .tfc-zoom .tfc-map-box .tfc-car-icon {
    width: 90px;
    height: 90px;
  }
  .tfc-zoom .tfc-map-box .tfc-car-icon img {
    max-width: 50px;
  }
  .tfc-zoom .tfc-map-box .tfc-content {
    padding-top: 30px;
  }
  .tfc-zoom .tfc-map-box .tfc-data {
    margin-top: 0;
  }
  .tfc-zoom .tfc-map-box .tfc-data .col {
    min-width: 100%;
    width: 100%;
    padding: 20px 0;
  }
  .tfc-zoom .tfc-map-box .tfc-data .col + .col {
    border-left: none;
    border-top: 1px solid rgba(184, 205, 156, 0.5);
    padding-bottom: 0;
  }
  .tfc-zoom .tfc-map-box .map-img {
    padding: 50px 0 10px 0;
  }
}

@media (max-width: 450px) {
  .tfc-zoom .tfc-map-box .tfc-nav li a {
    padding: 10px 15px;
  }
}

.g-map {
  position: relative;
  margin-top: 80px;
}

.g-map iframe {
  height: 500px;
  display: block;
  width: 100%;
}

@media (max-width: 576px) {
  .g-map {
    margin-top: 40px;
  }
  .g-map iframe {
    height: 65vw;
  }
}

.download-page {
  max-width: 1360px;
  padding: 20px 22.5px 75px 22.5px;
  margin: 0 auto;
}

.download-page .download-subtag {
  padding-top: 30px;
}

.download-page .download-box {
  padding-top: 65px;
}

.download-page .download-box .file-list {
  margin: 0 -22.5px;
}

.download-page .download-box .file-list .item {
  padding: 0 22.5px 45px 22.5px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.download-page .download-box .file-list .item a {
  display: block;
  border: 1px solid #eee;
  border-radius: 0 30px;
  padding: 36px 36px 25px 36px;
  color: #000;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download-page .download-box .file-list .item a span {
  display: block;
}

.download-page .download-box .file-list .item a .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 28px;
}

.download-page .download-box .file-list .item a .head .icon {
  width: 86px;
}

.download-page .download-box .file-list .item a .head .icon .box {
  position: relative;
  width: 76px;
  height: 90px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: block;
  padding-top: 18px;
}

.download-page .download-box .file-list .item a .head .icon .box .type {
  height: 28px;
  line-height: 32px;
  border-radius: 0 15px 15px 0;
  color: #fff;
  width: 55px;
  text-align: center;
}

.download-page .download-box .file-list .item a .head .icon .box .icon-file {
  padding-top: 8px;
  padding-left: 13px;
}

.download-page .download-box .file-list .item a .head .icon .box .icon-file svg {
  display: block;
}

.download-page .download-box .file-list .item a .head .icon .box .icon-arrow {
  position: absolute;
  background: #fff;
  right: -9px;
  bottom: -6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-page .download-box .file-list .item a .head .size {
  line-height: 1;
  position: relative;
  bottom: -3px;
  padding-left: 15px;
}

.download-page .download-box .file-list .item a .content {
  border-top: 1px solid #eee;
  padding-top: 17px;
}

.download-page .download-box .file-list .item a .content .tit {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
  max-height: 60px;
}

.download-page .download-box .file-list .item a .content .word {
  line-height: 1.625;
  padding-top: 10px;
}

.download-page .download-box .file-list .item a:hover {
  color: #3677bc;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #3677bc;
}

@media (max-width: 1200px) {
  .download-page .download-box .file-list {
    margin: 0 -15px;
  }
  .download-page .download-box .file-list .item {
    padding: 0 15px 30px 15px;
  }
  .download-page .download-box .file-list .item a {
    padding: 25px;
  }
}

@media (max-width: 992px) {
  .download-page .download-box .file-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }
}

@media (max-width: 768px) {
  .download-page {
    padding-bottom: 50px;
  }
  .download-page .download-subtag {
    padding-top: 20px;
  }
  .download-page .download-box .file-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .download-page .download-box .file-list .item a .content .tit {
    height: auto;
  }
  .download-page .download-box .file-list .item a:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 576px) {
  .download-page {
    padding: 0 20px 20px 20px;
  }
  .download-page .download-subtag {
    padding-top: 10px;
  }
  .download-page .download-box {
    padding-top: 30px;
  }
  .download-page .download-box .file-list {
    margin: 0 -10px;
  }
  .download-page .download-box .file-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 10px 25px 10px;
  }
}

.privacy-page {
  max-width: 1190px;
  padding: 20px 20px 45px 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .privacy-page {
    padding-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .privacy-page {
    padding-bottom: 0;
  }
}

.privacy-editor {
  padding-top: 25px;
}

.privacy-editor .text-box {
  padding-bottom: 55px;
}

.privacy-editor .text-ul {
  margin: 0 0 0 25px;
}

.privacy-editor .text-ul li {
  line-height: 1.67;
  margin-top: 15px;
}

.privacy-editor .text-ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */