@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 16px;
  color: #444444;
  background-color: #ffffff;
  line-height: 1.5;
  word-break: break-word;
  font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html *,
body * {
  outline: none;
}
html .template,
body .template {
  scroll-behavior: smooth;
}

textarea, button {
  font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

body {
  overflow-x: hidden;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 79, 152, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #074F98;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type=text] {
  -webkit-appearance: none;
  outline: 0;
}

/*-----泛用表格-----*/
dl {
  padding: 5px 0;
  font-size: 0;
}
dl dt, dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.wrap {
  padding: 20px 0;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.pic > span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

/*-----RWD地圖&Youtube影片-----*/
.map, .video, .iframe {
  position: relative;
  width: 100%;
  height: 0;
}
.map iframe, .video iframe, .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0;
  background-position: 50% 50%;
}

main {
  background-color: #fff;
  position: relative;
  z-index: 5000;
  display: block;
}

article {
  position: relative;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.red {
  color: #f00;
}

.aside-style {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.aside-style aside {
  width: 160px;
}
.aside-style aside .mobile-title {
  display: none;
}
.aside-style aside .aside-menu > li:first-child .btn1 {
  margin-top: 0;
}
.aside-style aside .aside-menu > li.active .btn1 {
  background-color: #074F98;
  color: #fff;
  border-color: #074F98;
}
.aside-style .right-block {
  width: calc(100% - 160px);
  padding-left: 3rem;
}

#inner-banner .bg-img {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#inner-banner .bg-img .main-title {
  text-align: center;
  margin: 1rem 0;
  width: 100%;
}

.content {
  max-width: 1020px;
  margin: auto;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.inline-block {
  display: inline-block;
}

.align-m {
  display: inline-block;
  vertical-align: middle;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.tab-list li a {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  padding: 1rem 30px;
  border-bottom: 2px solid #D7E0E5;
  line-height: 1;
}
.tab-list li.active a, .tab-list li:hover a {
  border-bottom: 2px solid #074F98;
  color: #074F98;
}

.list1 > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  color: #074F98;
}
.list1 > li .list-title {
  font-size: 1.3rem;
  width: 150px;
}
.list1 > li .list-info {
  font-size: 1.2rem;
  width: calc(100% - 150px);
}

.img-list > li {
  margin: 50px 0;
}
.img-list > li .title {
  margin-bottom: 20px;
}
.img-list > li .title span {
  font-size: 1.3rem;
  color: #074F98;
}
.img-list > li .title p {
  font-size: 1.3rem;
}
.img-list > li .title:after {
  content: "";
  display: block;
  width: 10rem;
  height: 3px;
  background-color: #074F98;
}

.mc1 {
  color: #074F98;
}

.mc2 {
  color: #D5F0FF;
}

.txt-big {
  font-size: 1.2rem;
  line-height: 2;
}

.txt-big2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.txt {
  font-size: 1rem;
  line-height: 2;
}

.txt-line {
  position: relative;
}
.txt-line:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #074F98;
  margin: 30px auto;
}

.c-white {
  color: #fff;
}

.under-line {
  text-decoration: underline;
}

.main-title {
  text-align: center;
  margin: 1rem 0 2rem;
  font-size: 2.1rem;
  text-shadow: 0 0 8px #333;
  text-transform: uppercase;
}
.main-title span {
  font-size: 0.95rem;
  color: #D5F0FF;
  font-size: 0.7em;
}
.main-title p {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}

.main-title2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
}

.button-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.index-btn {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #fff;
  border-left: 2px solid #FF8800;
  border-right: 2px solid #fff;
  position: relative;
  margin-top: 2rem;
}
.index-btn:before, .index-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF8800), color-stop(#FFED47), to(#fff));
  background-image: linear-gradient(to right, #FF8800, #FFED47, #fff);
  position: absolute;
}
.index-btn:before {
  top: 0;
  left: 0;
}
.index-btn:after {
  left: 0;
  bottom: 0;
}
.index-btn a {
  display: block;
}
.index-btn:hover {
  color: #074F98;
}

.btn1 {
  display: block;
  min-width: 160px;
  max-width: 160px;
  background: none;
  color: #666;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #666;
  outline: none;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.btn1:hover, .btn1.active {
  background-color: #074F98;
  color: #fff;
  border-color: #074F98;
}
.btn1.center {
  margin-left: auto;
  margin-right: auto;
}
.btn1 > * {
  display: block;
  line-height: 1.4;
}

.more {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 9px;
  color: #074F98;
  border: 1px solid #074F98;
  background: none;
  margin: auto;
  margin-bottom: 10px;
}
.more a {
  display: block;
}
.more:hover {
  color: #fff;
  border-color: #fff;
}

.pb0 {
  padding-bottom: 0;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.form {
  width: 100%;
}
.form li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form li .input {
  width: calc(100% - 20px);
  position: relative;
  font-size: 1.3rem;
  line-height: 35px;
  height: 35px;
  display: block;
  border-bottom: 2px solid #074F98;
  padding: 0px 5px;
  margin: 15px 10px;
}
.form li .input input[type=text],
.form li .input input[type=password] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  display: block;
  font-size: 1.3rem;
  z-index: 50;
}
.form li .input input[type=text]:focus + .txt, .form li .input input[type=text]:active + .txt,
.form li .input input[type=password]:focus + .txt,
.form li .input input[type=password]:active + .txt {
  -webkit-transform: scale(0.8) translateY(-100%);
          transform: scale(0.8) translateY(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #074F98;
}
.form li .input .txt {
  position: relative;
  z-index: 100;
  display: inline-block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.3rem;
  line-height: 35px;
}
.form li .input .txt.active {
  -webkit-transform: scale(0.8) translateY(-100%);
          transform: scale(0.8) translateY(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #074F98;
}
.form li .radio-row {
  width: calc(100% - 20px);
  position: relative;
  font-size: 1.3rem;
  line-height: 35px;
  height: 35px;
  display: block;
  border-bottom: 1px solid #074F98;
  padding: 5px 5px;
  margin: 30px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form li .radio-row .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  cursor: pointer;
}
.form li .radio-row .radio input[type=radio] {
  display: none;
}
.form li .radio-row .radio input[type=radio]:checked + .circle:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form li .radio-row .radio .circle {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  border: 1px solid #074F98;
  position: relative;
}
.form li .radio-row .radio .circle:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #074F98;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form li .radio-row .radio .txt {
  position: relative;
  z-index: 100;
  display: inline-block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.3rem;
  line-height: 35px;
  margin-left: 5px;
}
.form li.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form li.captcha .img-row {
  cursor: pointer;
}
.form li.captcha .input-row input {
  border: 2px solid #074F98;
  font-size: 1rem;
  height: 100%;
  padding-left: 1rem;
}
.form .textarea {
  display: block;
  width: calc(100% - 20px);
  height: 160px;
  position: relative;
  border: 2px solid #074F98;
  margin: auto;
  margin-top: 1rem;
}
.form .textarea textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  font-size: 1.3rem;
  padding: 5px;
}
.form .checkbox {
  display: block;
  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;
}
.form .checkbox input[type=checkbox] {
  display: none;
}
.form .checkbox input[type=checkbox]:checked + .square:after {
  display: block;
}
.form .checkbox .square {
  width: 15px;
  height: 15px;
  border: 1px solid #074F98;
  margin-right: 5px;
}
.form .checkbox .square:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  display: block;
  font-size: 1.3rem;
  color: #074F98;
  line-height: 15px;
  display: none;
}
.form .checkbox .txt {
  line-height: 35px;
  font-size: 1.3rem;
  color: #074F98;
}
.form .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .row2 .input {
  width: calc(50% - 20px);
}
.form .button-row {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 50px;
}
.form .button-row .btn2 {
  margin: 1rem auto;
}

.select {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #074F98;
  color: #074F98;
  position: relative;
  cursor: pointer;
}
.select.right {
  margin-left: auto;
}
.select:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 1.5rem;
  color: #074F98;
  position: absolute;
  right: 1rem;
  top: 0;
  line-height: 50px;
  z-index: 50;
}
.select select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  color: #074F98;
  padding-left: 1rem;
  background: none;
  z-index: 100;
  cursor: pointer;
}

.breadcrumb-container {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f4f4f4;
}
.breadcrumb-container .breadcrumb {
  font-size: 14px;
  padding-left: 0;
  padding: 8px 0 6px;
  text-transform: uppercase;
}
.breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb svg {
  padding-right: 5px;
}
.breadcrumb-container .breadcrumb > li {
  display: inline-block;
  color: #555;
}
.breadcrumb-container .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #999;
  content: "/";
}
.breadcrumb-container .breadcrumb a {
  color: #555;
}
.breadcrumb-container .breadcrumb a:hover {
  color: #074F98;
}

.pages {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
  margin-top: 30px;
}
.pages .page {
  display: block;
  width: 30px;
  height: 30px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0 3px;
  border-radius: 100%;
}
.pages .page.active, .pages .page:hover {
  background: #074F98;
  color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #074F98;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  top: 50%;
  margin: 0;
  outline: none;
  background: none;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-button-prev:before,
.swiper-button-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  font-weight: lighter;
  display: block;
  z-index: 500;
  color: #074F98;
}

.swiper-button-prev {
  left: 10px;
}
.swiper-button-prev:before {
  content: "\f104";
}

.swiper-button-next {
  right: 10px;
}
.swiper-button-next:before {
  content: "\f105";
}

.slider-big .pic {
  padding-bottom: 100%;
}

.slider-small .bg-img {
  width: 100%;
  padding-bottom: 100%;
  opacity: 0.8;
}
.slider-small .swiper-slide-thumb-active .bg-img {
  opacity: 1;
}

.editor ol {
  list-style: decimal;
  padding-left: 20px;
}
.editor ul {
  list-style: inherit;
  padding-left: 20px;
}

.embed-responsive {
  margin-left: auto;
  margin-right: auto;
}

.dl-section {
  margin: 40px 0;
}
.dl-section .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.dl-section .title:after {
  content: "";
  height: 2px;
  width: 3rem;
  display: block;
  background-color: #074F98;
}

.template {
  position: relative;
}

header {
  z-index: 8000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #ccc;
          box-shadow: 0px 0px 6px #ccc;
}
header.active:before {
  background: rgba(255, 255, 255, 0.95);
}
header .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
header #logo {
  display: block;
  min-width: 270px;
}
header #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
}
header #logo a .name {
  font-size: 20px;
  font-weight: bold;
  color: #074F98;
  margin-left: 10px;
}
header #logo a .name small {
  font-size: 10px;
}
header #main-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #main-nav .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header #main-nav .menu .nav-item {
  text-align: center;
  position: static;
}
header #main-nav .menu .nav-item:hover > a, header #main-nav .menu .nav-item.active > a {
  color: #074F98;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #main-nav .menu .nav-item:hover > a span:after, header #main-nav .menu .nav-item.active > a span:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #main-nav .menu .nav-item > a {
  font-size: 1rem;
  display: block;
  position: relative;
  padding: 30px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #main-nav .menu .nav-item > a span {
  display: block;
  position: relative;
}
header #main-nav .menu .nav-item > a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #074F98;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #main-nav .menu .nav-item .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  float: left;
  left: 0;
}
header #main-nav .menu .nav-item .sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #D5F0FF;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  z-index: 0;
}
header #main-nav .menu .nav-item .sub-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #main-nav .menu .nav-item .sub-menu > li {
  position: relative;
  z-index: 100;
  width: 160px;
}
header #main-nav .menu .nav-item .sub-menu > li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
header #main-nav .menu .nav-item .sub-menu > li:hover, header #main-nav .menu .nav-item .sub-menu > li.active {
  color: #074F98;
}
header #main-nav .menu .nav-item .sub-menu > li > a {
  display: block;
}
header #main-nav .menu .nav-item .mobile-click {
  display: none;
}

footer {
  border-top: 3px #eee solid;
  text-align: center;
  background: #f8f8f8;
}
footer a:hover {
  color: #074F98;
}
footer .f-info {
  padding: 20px 0;
  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;
  width: 100%;
}
footer .f-info #f-logo {
  display: block;
  width: 30%;
}
footer .f-info #f-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .f-info #f-logo a .name {
  font-size: 20px;
  font-weight: bold;
  color: #074F98;
  margin-left: 10px;
  min-width: 175px;
}
footer .f-info #f-logo a .name small {
  font-size: 10px;
}
footer .f-qr {
  width: 10%;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
footer .f-link {
  width: 60%;
  text-align: left;
}
footer .f-link span {
  display: inline-block;
  padding: 5px 10px;
}
footer .f-link span i {
  font-size: 1.1rem;
  color: #074F98;
  width: 25px;
  text-align: center;
  margin-right: 5px;
}
footer .copyright {
  background: #074F98;
  padding: 12px 15px;
  font-size: 15px;
  color: #fff;
}
footer .copyright span {
  padding: 0;
}
footer .copyright a:hover {
  color: #ACBFC9;
}

@media only screen and (max-width: 1024px) {
  footer .f-info #f-logo {
    width: 35%;
  }
  footer .f-info .f-link {
    width: 50%;
  }
  footer .f-info .f-qr {
    width: 15%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .f-info #f-logo {
    width: 35%;
  }
  footer .f-info .f-link {
    width: 50%;
  }
  footer .f-info .f-qr {
    width: 15%;
  }
}
@media only screen and (max-width: 720px) {
  footer .f-info {
    display: block;
  }
  footer .f-info #f-logo {
    width: 100%;
  }
  footer .f-info .f-link {
    width: 100%;
    margin: 20px 0;
  }
  footer .f-info .f-link span {
    display: block;
    padding: 0;
    margin: 5px 0;
  }
  footer .f-info .f-link span i {
    font-size: 1rem;
    width: 20px;
    margin-right: 3px;
  }
  footer .f-info .f-qr {
    display: block;
    width: 100%;
    max-width: 120px;
  }
}
#banner {
  position: relative;
  overflow: hidden;
}

.banner-slider {
  width: 100%;
  position: relative;
}
.banner-slider .swiper-slide {
  position: relative;
}
.banner-slider .swiper-slide a {
  position: relative;
  display: block;
  padding-bottom: 42%;
  background-size: cover;
  background-position: center center;
}
.banner-slider .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
  line-height: 1.5;
}
.banner-slider .banner-txt .txt1 {
  font-size: 3rem;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.banner-slider .banner-txt .txt2 {
  font-size: 1.8rem;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 5px;
}
.banner-slider .swiper-slide-active .banner-txt .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.banner-slider .swiper-slide-active .banner-txt .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.index-news {
  background-color: #074F98;
}
.index-news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.index-news .icon-row {
  width: 30px;
}
.index-news .icon-row i {
  color: #fff;
  font-size: 2rem;
  position: relative;
}
.index-news .icon-row i:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  background-color: #E50000;
  border-radius: 50%;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.index-news .news-slider {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin-left: 1rem;
  width: calc(100% - 30px);
}
.index-news .news-slider a {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
}
.index-news .news-slider a:hover .n-title {
  text-decoration: underline;
}
.index-news .news-slider .date,
.index-news .news-slider .n-title {
  display: inline-block;
}
.index-news .news-slider .date {
  width: 90px;
}
.index-news .news-slider .n-title {
  margin-left: 0.5rem;
  width: calc(100% - 90px);
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.index-product {
  background: #f8f8f8;
}

.faq-box h5 {
  font-size: 1.1rem;
  color: #000;
  margin-top: 5px;
}
.faq-box .item {
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-shadow: 0 2px 6px #ccc;
          box-shadow: 0 2px 6px #ccc;
  background: #fff;
}
.faq-box .item .name,
.faq-box .item .f-text {
  padding: 5px 10px 10px 45px;
}
.faq-box .item .name {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.faq-box .item .name.active {
  color: #074F98;
}
.faq-box .item .name.active:before {
  background: none;
  color: #074F98;
  -webkit-text-fill-color: #fff;
}
.faq-box .item .name.active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #074F98;
}
.faq-box .item .name:after {
  content: "\f13a";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.1rem;
  font-weight: bold;
  color: #074F98;
  position: absolute;
  left: 1rem;
  top: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq-box .item .f-text {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 0;
  padding: 10px 20px 15px 45px;
}

.contact-info {
  color: #666;
  padding: 0 20px;
}
.contact-info .list {
  margin-top: 25px;
}
.contact-info .list > div {
  margin-bottom: 5px;
}
.contact-info a {
  color: #666;
}
.contact-info a:hover {
  color: #074F98;
}
.contact-info iframe {
  margin-top: 10px;
}
.contact-info .name {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.contact-info .sub-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.contact-info i {
  color: #074F98;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.c-qr {
  max-width: 120px;
  margin: 15px 0;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.contact-form {
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border: 1px #074F98 solid;
  position: relative;
  z-index: 9;
}
.contact-form .box {
  width: 50%;
  margin-top: 20px;
}
.contact-form .title {
  font-weight: bold;
  font-size: 2rem;
  padding: 10px 0;
  line-height: 1.5;
  color: #074F98;
}
.contact-form .title span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.form {
  width: 100%;
}
.form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form li .input {
  width: calc(100% - 20px);
  position: relative;
  font-size: 1.2rem;
  line-height: 35px;
  height: 35px;
  display: block;
  border-bottom: 1px solid #074F98;
  padding: 0px;
  margin: 10px 10px 30px;
}
.form li .input input[type=text],
.form li .input input[type=password] {
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  display: block;
  font-size: 1.1rem;
  z-index: 50;
}
.form li .input input[type=text]:focus + .txt, .form li .input input[type=text]:active + .txt,
.form li .input input[type=password]:focus + .txt,
.form li .input input[type=password]:active + .txt {
  -webkit-transform: scale(0.95) translateY(-80%);
          transform: scale(0.95) translateY(-80%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #074F98;
}
.form li .input .txt {
  position: relative;
  z-index: 100;
  display: inline-block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1rem;
  line-height: 35px;
}
.form li .input .txt.active {
  -webkit-transform: scale(0.95) translateY(-80%);
          transform: scale(0.95) translateY(-80%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #074F98;
}
.form .textarea-title {
  width: calc(100% - 20px);
  margin: auto;
}
.form .textarea {
  display: block;
  width: calc(100% - 20px);
  height: 197px;
  position: relative;
  border: 1px solid #074F98;
  margin: auto;
  margin-top: 10px;
}
.form .textarea textarea {
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  font-size: 1rem;
  padding: 10px;
}
.form .button-row {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 35px;
}
.form .button-row .btn1 {
  margin: 1.5rem auto;
}

.p-category-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.p-category-list .item {
  width: calc(25% - 20px);
  margin: 0 10px 30px;
}
.p-category-list .item:hover .pic:before, .p-category-list .item:hover .pic:after {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-category-list .item:hover .title {
  color: #074F98;
}
.p-category-list .item .title {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-category-list .pic {
  position: relative;
}
.p-category-list .pic:before {
  position: absolute;
  content: "";
  background: rgba(7, 79, 152, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.p-category-list .pic:after {
  position: absolute;
  content: "";
  background: url(../_img/page/logo-w.svg) center no-repeat;
  width: 66px;
  height: 54px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-list {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-list .item {
  width: 25%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 30px;
}
.p-list .item:hover .p-name {
  background-color: #074f98;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-list .item:hover .img-row .bg-img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.p-list .item .img-row {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-list .item .img-row .bg-img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.p-list .item .p-name {
  width: 100%;
  line-height: 1.4;
  font-size: 1rem;
  padding: 15px 10px;
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(7, 79, 152, 0.65);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-detail-page .p-section {
  margin-bottom: 40px;
}
.p-detail-page .p-section .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-detail-page .p-section .title:after {
  content: "";
  height: 2px;
  width: 3rem;
  display: block;
  background-color: #074F98;
}
.p-detail-page .p-name {
  font-size: 1.3rem;
  color: #074F98;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-detail-page .p-main-img img {
  width: 100%;
}

.download-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download-list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px 10px;
  border-bottom: 1px #ccc dashed;
}
.download-list li .item:hover {
  background: #074F98;
  color: #fff;
}
.download-list li .item:hover .icon i {
  color: #fff;
}
.download-list li .item .icon {
  display: block;
  margin-left: 10px;
}
.download-list li .item .icon i {
  font-size: 1.2rem;
  color: #074F98;
}

.n-list {
  margin-bottom: 15px;
}
.n-list .item {
  font-size: 1.05rem;
  border-bottom: 1px #ccc solid;
  padding: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.n-list .item:hover {
  border-color: #074F98;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #074F98;
}
.n-list .item:hover .text-box .date {
  color: #074F98;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.n-list .item .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-list .item .text-box .date {
  color: #aaa;
  margin-right: 15px;
  width: 110px;
  font-size: 0.95em;
}
.n-list .item .text-box .date i {
  margin-right: 5px;
}
.n-list .item .text-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 125px);
}

.n-name {
  font-size: 1.3rem;
  color: #074F98;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px #074F98 solid;
  padding-bottom: 5px;
}

.n-date {
  margin-bottom: 20px;
  text-align: right;
  color: #074F98;
}

.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partner-list .partner-item {
  width: 20%;
  margin: 15px 0;
  padding: 0 1rem;
}
.partner-list .partner-item:hover .name {
  color: #074F98;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.partner-list .partner-item img {
  margin: 0 auto;
  display: block;
}
.partner-list .partner-item .name {
  font-size: 1.05rem;
  text-align: center;
  margin-top: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
  body {
    right: 0px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .container {
    width: 768px;
  }
  header #logo a {
    padding: 5px 0;
  }
  header:before {
    opacity: 1;
  }
  header .container {
    width: 100%;
  }
  header .flex {
    width: 100%;
    display: block;
  }
  header #main-nav {
    width: 300px;
    height: 100vh;
    position: fixed;
    display: block;
    right: -300px;
    top: 0;
    background-color: #333;
    padding-top: 60px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header #main-nav.active {
    right: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header #main-nav .menu {
    width: 100%;
    display: block;
  }
  header #main-nav .menu .nav-item {
    width: 100%;
    margin: 0;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  header #main-nav .menu .nav-item:hover i, header #main-nav .menu .nav-item:active i, header #main-nav .menu .nav-item:focus i, header #main-nav .menu .nav-item.active i {
    color: #074F98;
  }
  header #main-nav .menu .nav-item:hover > a, header #main-nav .menu .nav-item:active > a, header #main-nav .menu .nav-item:focus > a, header #main-nav .menu .nav-item.active > a {
    color: #074F98;
  }
  header #main-nav .menu .nav-item:hover > a span, header #main-nav .menu .nav-item:active > a span, header #main-nav .menu .nav-item:focus > a span, header #main-nav .menu .nav-item.active > a span {
    background: #D5F0FF;
  }
  header #main-nav .menu .nav-item:after {
    display: none;
  }
  header #main-nav .menu .nav-item:before {
    display: none !important;
  }
  header #main-nav .menu .nav-item > a {
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-family: inherit;
  }
  header #main-nav .menu .nav-item > a span:after {
    display: none !important;
  }
  header #main-nav .menu .nav-item .mobile-click {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    right: 0;
    top: 0;
  }
  header #main-nav .menu .nav-item .mobile-click.active .fa-plus {
    display: none;
  }
  header #main-nav .menu .nav-item .mobile-click.active .fa-minus {
    display: block;
  }
  header #main-nav .menu .nav-item .mobile-click .fa-minus {
    display: none;
  }
  header #main-nav .menu .nav-item .mobile-click i {
    line-height: 50px;
  }
  header #main-nav .menu .nav-item .sub-menu {
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
    float: none;
    background-color: #074F98;
  }
  header #main-nav .menu .nav-item .sub-menu:before {
    display: none;
  }
  header #main-nav .menu .nav-item .sub-menu.show {
    -webkit-transform: none;
            transform: none;
    display: block;
  }
  header #main-nav .menu .nav-item .sub-menu > li {
    width: 100%;
    text-align: center;
  }
  header #main-nav .menu .nav-item .sub-menu > li > a {
    color: #fff;
    padding: 0;
    display: block;
    height: 50px;
    line-height: 50px;
  }
  header #main-nav .menu .nav-item .sub-menu > li:hover > a, header #main-nav .menu .nav-item .sub-menu > li.active > a {
    color: #fff;
  }
  header #main-nav .lang {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 1.2rem;
  }
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
    z-index: 9000;
  }
  #burger span {
    background-color: #5e5e5e;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:before, #burger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #5e5e5e;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  #burger span:after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  #burger.active span {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #burger.active span:before, #burger.active span:after {
    background-color: #aaa;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  #burger.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #burger.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .partner-list .partner-item {
    width: 33.3%;
    padding: 0 10px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner-slider .swiper-slide a {
    padding-bottom: 60%;
  }
  .banner-slider .banner-txt .txt1 {
    font-size: 1.5rem;
  }
  .banner-slider .banner-txt .txt2 {
    font-size: 1rem;
  }
  .contact-info {
    padding: 10px;
  }
  .contact-info .name {
    font-size: 20px;
  }
  .contact-form {
    padding: 10px;
  }
  .contact-form .flex {
    display: block;
  }
  .contact-form .box {
    width: 100%;
    margin-top: 30px;
  }
  .form .button-row {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body,
  html {
    font-size: 14px;
  }
  body.active {
    right: 200px;
  }
  main {
    margin: 0 !important;
  }
  header #burger {
    right: 0;
  }
  header #main-nav {
    width: 200px;
    right: -200px;
  }
}
@media only screen and (max-width: 640px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #inner-banner .bg-img {
    height: 220px;
  }
  .container {
    max-width: 90%;
    margin: auto;
    padding: 0;
  }
  .aside-style {
    display: block;
  }
  .aside-style aside,
  .aside-style .right-block {
    width: 100%;
    padding: 0;
  }
  .aside-style aside .border {
    width: 250px;
    margin: auto;
    border: 1px solid #074F98;
    position: relative;
    margin-bottom: 30px;
  }
  .aside-style aside .border:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    right: 1rem;
    top: 0;
    line-height: 40px;
    color: #074F98;
    z-index: -1;
  }
  .aside-style aside .border .mobile-title {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #074F98;
    font-size: 1.15rem;
    cursor: pointer;
  }
  .aside-style aside .border .aside-menu {
    display: none;
  }
  .aside-style aside .border .aside-menu > li button {
    border: none;
    width: 100%;
    max-width: none;
    min-width: none;
    margin: 0;
  }
  .aside-style aside .main-title {
    text-align: center !important;
  }
  .p-list .item {
    width: 50%;
  }
  .n-list .item {
    padding: 10px;
  }
  .n-list .item .text-box .date {
    margin-right: 10px;
    width: 100px;
    font-size: 0.95em;
  }
  .n-list .item .text-box .title {
    width: calc(100% - 110px);
  }
  .partner-list .partner-item {
    width: 50%;
    padding: 0 5px;
  }
}