@charset "UTF-8";
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
body {
  background: #ffffff;
  color: #184341;
  overflow-x: hidden;
}
.page-zh {
  font-family: "微软雅黑";
  line-height: 1.5;
}
a {
  color: #184341;
  outline: none;
}
a:hover {
  color: #184341;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3 {
  font-weight: bold;
  color: #184341;
}
strong {
  color: #184341;
}
p {
  margin: 0;
}
em {
  font-style: normal;
}
label.error {
  color: #c40000;
}
.cb {
  color: #184341;
}
.c3 {
  color: #333333;
}
.c6 {
  color: #666666;
}
.c9 {
  color: #999999;
}
.bcf2 {
  background-color: #f2f2f2;
}
.bcf5 {
  background-color: #f5f5f5;
}
.bcf0 {
  background-color: #f0f0f0;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.bbf2 {
  border-bottom: 1px solid #f2f2f2;
}
.cred {
  color: #c40000;
}
h1,
.h1 {
  font-size: 20px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 12px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
hr {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
}
.mt0 {
  margin-top: 0 !important;
}
.overhide {
  overflow: hidden;
}
.trans2 {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.trans3 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.trans5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.flex-column {
  flex-direction: column;
}
.img-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.img-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 10px;
  padding: 14px 21px;
  color: #333;
  background-color: #f0f0f0;
  border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #000;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: rgba(240, 240, 240, 0.85);
}
[class^="col-xs-"] {
  margin-bottom: 15px;
}
.swiper-button-prev {
  background-image: url("../images/arrow-nav-left.svg");
}
.swiper-button-next {
  background-image: url("../images/arrow-nav-right.svg");
}
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
header {
  background-color: #fff;
}
#layout-header {
  position: relative;
}
.banner {
  position: relative;
}
.banner .swiper-slide > a > img {
  width: 100%;
}
.banner .img-responsive {
  width: 100%;
}
.banner p,
.post-content p {
  margin-bottom: 0;
}
.box-shadow {
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.08);
}
.post-text {
  padding: 10px;
}
.post-text > h3 {
  margin-top: 10px;
}
.post-excerpt {
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
}
.featured-image {
  overflow: hidden;
}
.scale-image {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a:hover .scale-image,
li:hover .scale-image {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.hover {
  display: none;
}
li:hover .hover {
  display: inline-block;
}
li:hover .normal {
  display: none;
}
video {
  max-width: 100%;
  height: auto;
}
.content-wrapper {
  padding: 25px 0;
  background-color: #f4f4f4;
}
.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.section-body {
  padding-top: 20px;
}
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}
.breadcrumb li,
.breadcrumb a {
  color: #666;
}
.breadcrumb .active,
.breadcrumb .active a,
.breadcrumb .active span {
  color: #184341;
}
.breadcrumb > li + li::before {
  content: ">";
  padding-left: 2px;
}
.section .post-content {
  line-height: 1.8;
}
.mask {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inner {
  display: block;
  position: relative;
}
.swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
footer {
  padding: 6% 0 30px;
  background-color: #f4f4f4;
  color: #666;
}
footer a:hover {
  color: #000;
}
footer .footer-logo img {
  max-width: 300px;
}
footer .footer-logo p {
  margin-top: 20px;
  font-size: 12px;
}
footer .footer-menu {
  text-align: right;
}
footer .footer-menu .footer-nav > li {
  margin-top: 10px;
}
footer .sns {
  margin-top: 25px;
  font-size: 22px;
}
footer .sns > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  padding-top: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
}
footer .sns > a:hover {
  border-color: #184341;
}
footer .footer-feedback {
  padding-top: 25px;
  padding-right: 28%;
}
footer .footer-feedback > p {
  margin-bottom: 10px;
  font-size: 17px;
}
footer .footer-feedback > form {
  margin-top: 25px;
}
footer .footer-feedback label {
  font-size: 18px;
}
footer .footer-feedback .form-control,
footer .footer-feedback .btn-submit {
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
}
footer .footer-feedback .form-control {
  height: 40px;
}
footer .footer-feedback .btn-submit {
  padding: 10px 50px;
  margin-bottom: 10px;
}
footer .footer-contact-us {
  margin-top: 25px;
  font-size: 18px;
}
footer .footer-contact-us .title {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0em 0em 1em 0em;
  color: #BCBCBC;
}
footer .footer-contact-us .txt {
  margin-bottom: 25px;
}
footer .copyright {
  padding: 11px 0;
  font-size: 13px;
  line-height: 2;
}
footer .copyright p {
  display: inline-block;
  margin-bottom: 0;
}
.section-heading {
  padding-bottom: 25px;
}
.section-heading .breadcrumb {
  margin-bottom: 0;
}
.section-heading h1 {
  margin-top: 0;
}
.product-list {
  margin-top: 10px;
  min-height: 300px;
}
.product-list > li {
  margin-bottom: 20px;
}
.product-list > li .inner {
  overflow: hidden;
}
.product-list > li .featured-image {
  position: relative;
  height: 278px;
}
.product-list > li .featured-image img {
  width: 100%;
}
.product-list > li .btn-more {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 0 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.product-list > li .btn-more-inner {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 8px 10px;
}
.product-list > li .post-text {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-list > li .post-title h4 {
  margin: 0;
  font-size: 18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-list > li .post-excerpt {
  height: 28px;
  line-height: 28px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.product-list > li .inner:hover .btn-more {
  bottom: 25px;
}
.vline {
  padding: 0 4px;
}
.news-list {
  min-height: 300px;
  margin-top: 40px;
}
.news-list > li {
  padding: 0 15px;
  margin-bottom: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.news-list > li .featured-image {
  position: relative;
  height: 212px;
}
.news-list > li .btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  z-index: 2;
  background-color: #ffffff;
  font-size: 14px;
}
.news-list > li .post-text {
  position: relative;
  margin-top: 15px;
}
.news-list > li .post-text .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: -8px;
  color: #1695d2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.news-list > li h3 {
  font-weight: normal;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-post {
  min-height: 600px;
  padding-top: 6em;
  padding-bottom: 6em;
}
.section-post .section-post-content {
  padding-top: 25px;
}
.form-control:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.contact-form .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
.contact-form .form-group .col-xs-6,
.contact-form .form-group .col-xs-12,
.contact-form .form-group [class^="col-xs-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form .form-control {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}
.contact-form input.form-control {
  height: 38px;
}
.contact-form .btn {
  width: 114px;
  margin-right: 6px;
  background-color: #b3b3b3;
  color: #fff;
  border-radius: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-form .btn:hover {
  opacity: 0.75;
}
.contact-form .btn-submit {
  background-color: #184341;
}
@keyframes rotate {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-20px) scale(1.01, 0.99);
  }
  75% {
    ransform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes sxg {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.bshare-custom,
.bshare-custom *,
.bsBox,
.bsBox *,
#bsPanel,
#bsPanel * {
  box-sizing: content-box;
}
body.menu-pop {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.menu-pop .menu {
  display: block;
}
header .nav-bar {
  position: relative;
  padding: 10px;
  background-color: #0a0a0aab;
  color: #ffffff;
  z-index: 99;
  margin-bottom: 0px;
  border-radius: 0;
}
header .nav-bar .btn-menu {
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 18px 25px 18px 25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #00000040;
  color: #0f0f0f;
  border-radius: 3em;
  flex-direction: row;
  flex-grow: 1;
  align-content: center;
  align-items: center;
}
header .nav-bar .btn-menu .menu-txt {
  margin-right: 20px;
}
header .nav-bar .btn-menu:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
header .nav-bar .menu-bars {
  position: relative;
  border-radius: inherit;
  align-items: inherit;
  justify-content: inherit;
  transition: border 0.3s, background 0.3s;
}
header .nav-bar .menu-bars-inner {
  width: 20px;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
header .nav-bar .menu-bars-inner span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 6px;
  background-color: currentColor;
  transition: all 0.3s;
}
header .nav-bar .menu-bars-inner :last-child {
  margin-bottom: 0 !important;
}
header .nav-bar .nav-bar-right {
  padding: 10px;
  text-align: center;
}
header .nav-bar .nav-bar-right .btn-search {
  font-size: 18px;
}
header .nav-bar .nav-bar-right .fa-search {
  margin-left: 4px;
  font-size: 22px;
}
header .menu {
  position: fixed;
  display: none;
  z-index: 99;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.9);
}
header .menu .menu-close {
  font-size: 2em;
  margin-top: 10px;
  margin-bottom: 10px;
}
header .menu a {
  color: #ffffff;
}
header .menu nav li {
  margin-bottom: 10px;
}
header .menu nav a {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
header .menu nav .dropdown-menu {
  position: relative;
  float: none;
  max-height: 400px;
  overflow-y: auto;
  background-color: transparent;
  border-radius: 0;
}
header .nav-contact-us {
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
}
header .nav-contact-us h3 {
  color: #ffffff;
  margin-bottom: 3em;
}
header .logo {
  text-align: center;
}
header .logo img {
  max-width: 280px;
  margin-top: 6px;
}
.page-home .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.section-home-project .project-inner {
  position: relative;
}
.section-home-project .project-inner .featured-image,
.section-home-project .project-inner .featured-image img {
  width: 100%;
  height: 80vh;
}
.section-home-project .project-inner .featured-image img {
  min-height: 500px;
}
.section-home-project .project-inner .project-item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 25px;
  transform: translateY(88px);
  z-index: 2;
  color: #000000;
  font-size: 14px;
}
.section-home-project .project-inner .post-title {
  height: 40px;
  padding: 10px 0;
  font-size: 16px;
}
.section-home-project .project-inner .post-under-title,
.section-home-project .project-inner .btn-box {
  padding: 15px 0;
  opacity: 0;
}
.section-home-project .project-inner .post-under-title {
  color: #184341;
}
.section-home-project .project-inner a:hover .project-item-text {
  transform: translateY(0);
  background-color: #ffffff;
}
.section-home-project .project-inner a:hover .post-under-title,
.section-home-project .project-inner a:hover .btn-box {
  padding: 15px 0;
  opacity: 1;
}
.section-home-supporting {
  padding: 50px 0px;
  background-color: #2C9D8F;
}
.section-home-supporting .supporting-list {
  color: #ffffff;
}
.section-home-supporting .supporting-list > li {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-home-supporting .supporting-list h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -2px;
  color: #FFFFFF;
}
.section-home-supporting .supporting-list .post-content {
  padding: 30px 0;
  font-size: 20px;
}
.section-home-product {
  padding: 150px 0px 25px 0px;
}
.section-home-product .section-title {
  margin-bottom: 0.5em;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -2px;
}
.section-home-product .section-body {
  padding: 50px 0px 150px 0px;
}
.aboutus-list > li {
  padding-top: 9%;
  padding-bottom: 9%;
}
.section-home-news {
  padding: 150px 0px;
  background-color: #213745;
  color: #ffffff;
}
.section-home-news .section-title {
  font-size: 91px;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: -2px;
  color: #FFFFFF;
}
.section-home-news .news-list {
  margin-top: 0px;
}
.section-home-news .news-list .post-text h3 {
  color: #ffffff;
}
.page-product .content-wrapper {
  padding: 70px 0;
}
.page-product .section {
  padding: 0 0 30px 0;
}
.page-product .section-heading h1 {
  margin-top: 1em;
  font-size: 3em;
}
.section-product-view .gallery-main {
  padding: 0 0 30px 0;
}
.section-product-view .post-desc h1 {
  margin-bottom: 0.5em;
  font-size: 32px;
}
.section-product-view .post-desc .under-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}
.section-product-view .post-desc .under-title-inner {
  margin-bottom: 0.5em;
}
.section-product-view .post-desc .post-summary {
  margin-bottom: 25px;
  font-size: 16px;
  color: #184341;
}
.section-product-view .product-detail-content {
  margin-top: 11%;
  font-size: 16px;
}
.section-product-view .product-detail-content #product_tab {
  padding: 0 2.5% 0 0;
}
.section-product-view .product-detail-content #product_tab li {
  margin-bottom: 10px;
}
.section-product-view .product-detail-content #product_tab .active a {
  color: #000000;
}
.section-product-view .product-detail-content #product_tab li > a {
  display: block;
  padding: 0.5em 0;
}
.section-product-view .product-detail-content .tab-pane > h2 {
  margin: 0 0 1em;
  font-size: 23px;
}
.project-list {
  padding: 3em 20px;
}
.project-list .inner {
  margin-bottom: 30px;
}
.project-list .inner .featured-image,
.project-list .inner .featured-image > img {
  width: 100%;
  height: 55vh;
}
.project-list .inner .featured-image > img {
  min-height: 380px;
}
.project-list .post-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.5em;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2;
}
.project-list .post-title .post-title-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 7%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 20px;
}
.project-list .post-title .post-title-inner h2 {
  margin: 0;
  font-size: 21px;
  color: #ffffff;
}
.project-list a:hover .post-title-inner {
  background-color: rgba(0, 0, 0, 0.3);
}
.section-project-post {
  font-size: 18px;
}
.section-project-post .project-intro {
  padding-bottom: 100px;
}
.section-project-post .project-intro .title {
  padding-left: 20%;
  font-size: 24px;
  font-weight: 700;
}
.section-project-post .section-post-gallery {
  padding-top: 50px;
  padding-bottom: 110px;
}
.section-project-post .section-post-content {
  padding: 0% 18%;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 20px;
  }
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  [class^="col-xs-"] {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  .container {
    width: 1230px;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 12px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-list {
    margin-top: 0;
  }
  .product-list > li {
    margin-bottom: 1rem;
  }
  .product-list > li .featured-image {
    height: 24rem;
  }
  .news-list > li {
    padding: 0;
  }
  .news-list > li .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .news-list > li [class^="col-"] {
    margin-bottom: 0;
  }
  .news-list > li .post-text {
    padding: 0;
  }
  .news-list > li .post-text > h3 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .news-list > li .post-text > p {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
  .news-list > li .post-text .fa-angle-right {
    display: none;
  }
  .news-list > li + li .container {
    border-top: 1px dashed #c6c6c6;
  }
  .form-group [class^="col-xs-"] {
    margin-bottom: 0;
  }
  .contact-form .btn {
    margin-bottom: 10px;
  }
}
