/* ----Start Stylesheet---- */

/* ---- 常规 Style---- */
body {
  position: relative;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: 'Noto Sans SC', sans-serif;
}

textarea:focus,
input:focus {
  outline: none;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

/* ------ 字体设计 Style----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a,
p,
li,
input,
textarea {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
  border: 0;
}

/* 单行省略 */
.single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 两行省略 */
.multi-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 可以设置为任意行数 */
  overflow: hidden;
}

/* ------ Section Header Style ------ */
.sn-section-wrapper {
  padding: 100px 0;
  overflow: hidden;
}

.sn-section-header {
  text-align: center;
  margin-bottom: 44px;
}

.sn-section-header h1 {
  color: #373b60;
}

.sn-section-header p {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #373b60;
  margin-bottom: 0;
}

/* ----- 菜单 Style ---- */
.sn-main-menu {
  background-color: #ffffff;
  border: 0 none;
  border-radius: 0;
  position: fixed;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  z-index: 99;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-backface-visibility: hidden;
}

header.sn-page-header .sn-main-menu {
  position: relative;
}

.sn-main-menu .navbar-nav li > a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 30px 20px 30px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #e2e2f9;
}

.sn-main-menu .navbar-nav li a:hover {
  color: #6e6ae8 !important;
  font-weight: 500;
  background-color: transparent;
}

.sn-main-menu .navbar-nav li .active {
  color: #6e6ae8 !important;
  font-weight: 500;
  background-color: transparent;
  padding-bottom: 18px !important;
  border-bottom: 4px solid #6e6ae8;
}

.sn-main-menu .navbar-nav li a:focus {
  background-color: transparent;
}

.sn-main-menu .navbar-nav li a::after {
  display: none;
}

.sn-main-menu .navbar-nav .dropdown-menu {
  border: none;
  box-shadow: -1px 3px 8px 1px rgba(0, 0, 0, 0.09);
}

.sn-main-menu .navbar-nav .dropdown-menu li > a {
  padding: 6px 30px 10px 30px !important;
  border-bottom: none !important;
}

.sn-main-menu .navbar-nav .dropdown-menu li a {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px !important;
  color: #000000;
}

/* ------ Minified Menu ------ */
.sn-main-menu.minified {
  background-color: #ffffff;
  padding: 0;
  position: fixed;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
}

header.sn-page-header .sn-main-menu.minified {
  position: fixed;
}

.banner-swiper {
    padding-top: 62px;
}
/* -------- 加载中 Style ------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -70px 0 0 -70px;
}

/* -------- Slider Pagination ------- */
.owl-theme .owl-controls {
  margin-top: 30px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  background-color: transparent;
  border-radius: 50px;
  display: block;
  height: 10px;
  margin: 5px 5px;
  opacity: 1;
  width: 10px;
}

.owl-theme .owl-controls .owl-page.active span {
  border: 1px solid rgba(0, 0, 0, 0);
}

/* --------- Footer Style ---------- */

.footer {
  background-color: #272727;
  text-align: center;
  padding: 8px 0;
  color: #696868;
}
.footer a {
  color: #696868;
}

/* 窄屏幕（小于 md 断点，即 <768px） */
@media (max-width: 767.98px) {
    .footer p {
      display: flex;
      flex-direction: column;
    }
    .footer > div {
        flex-direction: column;
    }
}

@media (max-width:991.98px) {
   .sn-blurb-title {
      width: 80% ;
  }
  .sn-blurb-text {
      width: 100% ;
  }
}

@media (min-width:992px) {
   .sn-blurb-title {
      width: 60% ;
  }
  .sn-blurb-text {
      width: 80% ;
  }
}
