@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=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.11.2/css/all.css");
@import url("https://unpkg.com/boxicons@latest/css/boxicons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
.Noto-Sans-TC {
  font-family: "Noto Sans TC", sans-serif !important;
}

.Noto-Serif-TC {
  font-family: "Noto Serif TC", serif !important;
}

.Roboto {
  font-family: "Roboto", sans-serif !important;
}

.Roboto-Condensed {
  font-family: "Roboto Condensed", sans-serif !important;
}

.Oswald {
  font-family: "Oswald", sans-serif !important;
}

.font-w100 {
  font-weight: 100 !important;
}

.font-w200 {
  font-weight: 200 !important;
}

.font-w300 {
  font-weight: 300 !important;
}

.font-w400 {
  font-weight: 400 !important;
}

.font-w500 {
  font-weight: 500 !important;
}

.font-w600 {
  font-weight: 600 !important;
}

.font-w700 {
  font-weight: 700 !important;
}

.font-w800 {
  font-weight: 800 !important;
}

.font-w900 {
  font-weight: 900 !important;
}

.letter-spacing-0 {
  letter-spacing: 0px !important;
}

/*===== 3. modal =====*/
.dotted-scrollspy {
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  position: fixed;
  top: 45%;
  right: 30px;
}
@media (max-width: 575.98px) {
  .dotted-scrollspy {
    display: none;
  }
}
.dotted-scrollspy ul {
  list-style: none;
}
.dotted-scrollspy ul li:hover {
  cursor: pointer;
}
.dotted-scrollspy ul li a.nav-link span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c4c4c4;
}
.dotted-scrollspy ul li a.nav-link.active {
  background-color: none !important;
}
.dotted-scrollspy ul li a.nav-link.active span {
  background-color: #666;
}

.nav-pills .nav-link.active {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* GoTop */
.btn-top {
  position: fixed;
  bottom: -45px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-top.open {
  bottom: 60px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn-top .btn-floating {
  position: relative;
  background-color: #ffffff !important;
  border: 1px solid #0c5688;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.btn-top .btn-floating i {
  position: absolute;
  z-index: 2;
  color: #0c5688 !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-top .btn-floating::before {
  content: "";
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  display: block;
  background-color: #1070b1;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-top .btn-floating:hover {
  -webkit-box-shadow: 0px 5px 0.6em rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 0.6em rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-top .btn-floating:hover.btn-floating i {
  color: #e2e2e2 !important;
}
.btn-top .btn-floating:hover::before {
  top: -1px;
  left: -1px;
  width: 104%;
  height: 104%;
  border-radius: 50%;
}

/*===== 4. web =====*/
html {
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

:root {
  scroll-padding-top: 4rem;
}

a:hover {
  cursor: pointer;
  text-decoration: none !important;
}

@media (min-width: 1400px) {
  .container-all,
  .container-1400 {
    max-width: 1400px;
  }
}
@media (min-width: 1440px) {
  .container-all,
  .container-1440 {
    max-width: 1440px !important;
  }
}
@media (min-width: 1600px) {
  .container-all,
  .container-1600 {
    max-width: 1600px !important;
  }
}
@media (min-width: 1680px) {
  .container-all,
  .container-1680 {
    max-width: 1680px !important;
  }
}
@media (min-width: 1920px) {
  .container-all,
  .container-1920 {
    max-width: 1920px !important;
  }
}
body {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif !important;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  body {
    font-size: 0.95rem !important;
    line-height: 1.7;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }
}

p {
  font-weight: 400 !important;
}

.form-control,
.custom-select {
  font-weight: 500 !important;
}

.scaleSize {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.scaleSize::before {
  display: block;
  content: "";
}
.scaleSize .scaleSize-item,
.scaleSize img,
.scaleSize iframe,
.scaleSize embed,
.scaleSize object,
.scaleSize video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.scaleSize-21by9::before {
  padding-top: 42.857143%;
}

.scaleSize-16by9::before {
  padding-top: 56.25%;
}

.scaleSize-10by6::before {
  padding-top: 60%;
}

.scaleSize-4by3::before {
  padding-top: 75%;
}

.scaleSize-1by1::before {
  padding-top: 100%;
}

.btn-more {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  text-align: left;
  font-size: 0.85rem;
  min-width: 60%;
  max-width: 420px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 2px 2px;
  padding: 15px;
}
.btn-more span {
  position: relative;
  z-index: 10;
}
.btn-more::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.btn-more--01 {
  position: relative;
  color: #fff;
  background: #0c5688;
}
.btn-more--01::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-more--01::before {
  content: "";
  z-index: 1;
  width: 0%;
  height: 100%;
  display: block;
  background-color: #083b5e;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-more--01:hover {
  color: #fff;
}
.btn-more--01:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-more--01:hover::before {
  width: 100%;
}
.btn-more--02 {
  position: relative;
  color: #0c5688;
  background: #fff;
  border: 1px solid #0c5688;
}
.btn-more--02::after {
  border-top: 2px solid #0c6fa8;
  border-right: 2px solid #0c6fa8;
}
.btn-more--02::before {
  content: "";
  z-index: 1;
  width: 0%;
  height: 100%;
  display: block;
  background-color: #0c6fa8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-more--02:hover {
  color: #fff;
}
.btn-more--02:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-more--02:hover::before {
  width: 100%;
}
.btn-more--03 {
  position: relative;
  color: #fff;
  background: #000;
}
.btn-more--03::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-more--03::before {
  content: "";
  z-index: 1;
  width: 0%;
  height: 100%;
  display: block;
  background-color: #083b5e;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-more--03:hover {
  color: #fff;
}
.btn-more--03:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-more--03:hover::before {
  width: 100%;
}

.navbar-tree {
  position: absolute;
  z-index: 1000;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 575.98px) {
  .navbar-tree {
    padding-left: 0px !important;
    width: 100%;
  }
}
@media (max-width: 374.98px) {
  .navbar-tree {
    padding-left: 0px !important;
  }
  .navbar-tree .container-fluid {
    padding-left: 5px !important;
  }
}
.navbar-tree .navRow {
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-tree .navRow .navRow_logo {
  background-image: url(../img/logo_c_w.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 300px;
  height: 70px;
}
@media (max-width: 575.98px) {
  .navbar-tree .navRow .navRow_logo {
    width: 280px;
    height: 65px;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0rem;
  }
}
@media (max-width: 400px) {
  .navbar-tree .navRow .navRow_logo {
    width: 220px !important;
    height: 60px;
    margin-top: 0.5rem;
    margin-left: 0rem !important;
    margin-right: 0rem;
  }
}
.navbar-tree .navRow .navRow_main {
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .navbar-tree .navRow .navRow_main {
    display: none;
  }
}
.navbar-tree .navRow .nav-lang {
  padding-right: 20px;
  margin-top: -5px;
}
@media (max-width: 1200px) {
  .navbar-tree .navRow .nav-lang {
    margin-left: auto;
  }
}
.navbar-tree .navRow .nav-lang a.lang_set {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0.2rem 0.2rem;
  font-size: 1rem;
  border-radius: 0rem;
}
.navbar-tree .navRow .nav-lang a.lang_set:hover {
  color: #54adcd;
}
.navbar-tree .navRow .nav-burger {
  position: relative;
  width: 45px;
}
@media (min-width: 1200px) {
  .navbar-tree .navRow .nav-burger {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-tree .navRow .nav-burger {
    width: 45px;
    margin-right: 0px;
  }
}
.navbar-tree .navRow .nav-burger .animated-icon1 {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border: 0.5px solid #fff;
  border-radius: 50%;
}
.navbar-tree .navRow .nav-burger .animated-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  border-radius: 9px;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #fff;
}
.navbar-tree .navRow .nav-burger .animated-icon1 span:nth-child(1) {
  top: 12px;
}
.navbar-tree .navRow .nav-burger .animated-icon1 span:nth-child(2) {
  top: 20px;
  width: 50%;
  left: 12px;
}
.navbar-tree .navRow .nav-burger .animated-icon1 span:nth-child(3) {
  top: 28px;
  width: 40%;
  left: 16px;
}
.navbar-tree .navRow .nav-burger .animated-icon1.open span:nth-child(1) {
  top: 20px;
  width: 60%;
  left: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.navbar-tree .navRow .nav-burger .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  width: 60%;
}
.navbar-tree .navRow .nav-burger .animated-icon1.open span:nth-child(3) {
  top: 20px;
  width: 60%;
  left: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.top-nav-collapse.navbar-tree {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.5) !important;
}
.top-nav-collapse.navbar-tree::before {
  display: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.top-nav-collapse.navbar-tree .navRow .navRow_logo {
  background-image: url(../img/logo_c.svg);
  padding-top: 5px;
  width: 280px;
  height: 65px;
}
@media (min-width: 412px) and (max-width: 575.98px) {
  .top-nav-collapse.navbar-tree .navRow .navRow_logo {
    width: 260px;
    height: 60px;
  }
}
@media (min-width: 375px) and (max-width: 412pxpx) {
  .top-nav-collapse.navbar-tree .navRow .navRow_logo {
    width: 260px;
    height: 50px;
  }
}
@media (max-width: 374.98px) {
  .top-nav-collapse.navbar-tree .navRow .navRow_logo {
    width: 220px !important;
    height: 40px;
  }
}
.top-nav-collapse.navbar-tree .navRow .nav-lang a.lang_set {
  color: #034477;
  border-bottom: 1px solid #034477;
}
.top-nav-collapse.navbar-tree .navRow .nav-lang a.lang_set:hover {
  color: #54adcd;
}
.top-nav-collapse.navbar-tree .navRow .nav-burger {
  position: relative;
}
.top-nav-collapse.navbar-tree .navRow .nav-burger .animated-icon1 {
  border: 1px solid #6b6b6b;
}
.top-nav-collapse.navbar-tree .navRow .nav-burger .animated-icon1 span {
  background: #414040;
}

@media (min-width: 600px) {
  .navbar-tree.scrolling-navbar {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .navbar-tree.scrolling-navbar .top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 10px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
}
.navbar-tree .navbar-site {
  position: relative;
  z-index: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-tree .navbar-site ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
}
.navbar-tree .navbar-site ul.nav__L1 {
  font-size: 1rem;
  margin: 0 auto;
}
.navbar-tree .navbar-site ul li {
  position: relative;
  float: left;
}
.navbar-tree .navbar-site ul li.nav__L1--item {
  color: #fff;
}
.navbar-tree .navbar-site ul li.nav__L1--item:hover {
  color: #54adcd;
  cursor: pointer;
}
.navbar-tree .navbar-site ul li.nav__L1--item a {
  padding: 4px 6px;
  min-width: 100px;
  color: #fff;
  display: block;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .navbar-tree .navbar-site ul li.nav__L1--item a {
    padding: 6px 7px;
    min-width: 120px;
  }
}
.navbar-tree .navbar-site ul li.nav__L1--item:last-child {
  padding-right: 0px !important;
  margin-right: -10px !important;
}
.navbar-tree .navbar-site ul li.nav__L1--item.active {
  color: #fff;
  background-color: #0c6fa8;
}
.navbar-tree .navbar-site ul li.nav__L1--item.active a {
  color: #fff;
}
.navbar-tree .navbar-site ul ul {
  position: absolute;
  left: 0;
  background-color: #0c6fa8;
}
.navbar-tree .navbar-site ul ul li {
  color: #fff;
  position: relative;
  display: none;
}
.navbar-tree .navbar-site ul ul li.nav__L2--item {
  padding: 6px 15px;
  width: 100%;
  text-align: left;
}
.navbar-tree .navbar-site ul ul li.nav__L2--item:hover {
  background-color: #54adcd;
}
.navbar-tree .navbar-site ul ul li.nav__L2--item a {
  color: #fff;
  white-space: nowrap;
}
.navbar-tree .navbar-site ul ul ul {
  display: none;
  background-color: #0c6fa8;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.navbar-tree .navbar-site ul ul ul li {
  position: relative;
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.navbar-tree .navbar-site ul ul ul li.nav__L3--item {
  padding: 6px 15px;
}
.navbar-tree .navbar-site ul ul ul li.nav__L3--item:hover {
  background-color: #15858f;
}
.navbar-tree .navbar-site ul ul ul li.nav__L3--item a {
  color: #fff;
}
.navbar-tree .navbar-site ul ul li:hover ul {
  display: block;
  position: absolute;
  width: 140px;
  left: 140px;
  top: 0px;
}
.navbar-tree .navbar-site ul li:hover ul li {
  display: block;
  -webkit-animation: navmenu 500ms forwards;
          animation: navmenu 500ms forwards;
}
@-webkit-keyframes navmenu {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes navmenu {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

.navbar-tree.top-nav-collapse .navbar-site ul > li.nav__L1--item {
  color: #034477;
}
.navbar-tree.top-nav-collapse .navbar-site ul > li.nav__L1--item.active {
  color: #fff !important;
}
.navbar-tree.top-nav-collapse .navbar-site ul > li.nav__L1--item.active a {
  color: #fff !important;
}
.navbar-tree.top-nav-collapse .navbar-site ul > li.nav__L1--item:hover {
  color: #54adcd !important;
}
.navbar-tree.top-nav-collapse .navbar-site ul > li.nav__L1--item > a {
  color: #034477 !important;
}

body.navOver {
  overflow: hidden;
}

.navbar_over {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.95) 30%, rgba(3, 40, 65, 0.95) 100%);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
@media (min-width: 1480px) {
  .navbar_over .navbar_over--topNav {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar_over {
    padding-top: 140px !important;
  }
}
.navbar_over.open {
  position: fixed;
  top: 0;
  width: 100%;
  overflow-y: auto;
  background-blend-mode: multiply;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.navbar_over.open .container-index {
  border-top: 1px solid rgba(216, 216, 216, 0.9);
}
.navbar_over li {
  list-style: none;
}
.navbar_over .L1_btn {
  width: 25%;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 991.99px) {
  .navbar_over .L1_btn {
    width: 32%;
  }
}
@media (max-width: 767.99px) {
  .navbar_over .L1_btn {
    margin-top: 0px;
    width: 50%;
  }
}
@media (max-width: 375.99px) {
  .navbar_over .L1_btn {
    width: 100%;
  }
}
.navbar_over .L1_btn > a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.navbar_over .L1_btn > a:hover {
  font-size: 23px;
  color: #15858f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.navbar_over li > ul.L2_list {
  padding-left: 0px;
}
.navbar_over li > ul.L2_list li {
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 6px;
  border-radius: 3px;
}
.navbar_over li > ul.L2_list li a {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
  line-height: 10px;
  color: #fff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.navbar_over li > ul.L2_list li:hover {
  cursor: pointer;
  background-color: #0c6fa8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar_over li > ul.L2_list li:hover a {
  color: #fff;
  text-decoration: none;
}
.navbar_over .L3_list.dropdown-menu {
  top: auto !important;
  left: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 15rem;
}
.navbar_over .L3_list.dropdown-menu li a {
  color: #fff !important;
}
.navbar_over .L3_list.dropdown-menu li:hover {
  cursor: pointer;
  background-color: #0c6fa8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar_over .L3_list.dropdown-menu li:hover a {
  color: #fff !important;
}

@media (min-width: 992px) {
  .navbar_over {
    padding-top: 100px;
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar_over {
    padding-top: 80px;
    overflow-y: auto;
  }
}
.web_footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #0c5688;
}
.web_footer .footer_container {
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .web_footer .footer_container {
    width: 65%;
  }
}
.web_footer .footer_container .footer_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  padding: 0px;
}
.web_footer .footer_container .footer_logo img {
  width: 220px;
  height: auto;
}
.web_footer .footer_container .footer_add {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(80% - 70px);
  color: #dfdfdf;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.web_footer .footer_container .footer_qrcode {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  font-size: 0.8rem;
  color: #c0c0c0;
  padding: 0px;
  margin-top: -10px;
  text-align: center;
}
@media (max-width: 768px) {
  .web_footer .footer_container .footer_qrcode {
    margin-top: 0px;
  }
}
.web_footer .footer_container .footer_qrcode img {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.web_footer .footer_container .footer_qrcode .text {
  position: relative;
  margin-top: -6px;
  text-align: center;
}
@media (max-width: 1200px) {
  .web_footer .footer_container .footer_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 23%;
  }
  .web_footer .footer_container .footer_add {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(77% - 60px);
  }
}
@media (max-width: 1100px) {
  .web_footer .footer_container .footer_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .web_footer .footer_container .footer_add {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 60px);
  }
}/*# sourceMappingURL=layout.css.map */