@charset "UTF-8";
body {
  background: #fff;
  color: #555;
}

body,
p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

.preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: .2s ease;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.read-more {
  color: #005ead;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

/* 单页banner */
.banner {
  color: #fff;
  font-weight: normal;
  height: 600px;
  display: flex;
  align-items: center;
}

.banner h1 {
  font-size: 48px;
  margin-bottom: 25px;
}

.banner h3 {
  font-size: 16px;
  font-weight: normal;
  max-width: 500px;
  line-height: 1.5em;
}

/* 栏目标题  可以带圆点*/
.column-title {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  position: relative;
}

.column-title.dot::before, .column-title.dot::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  bottom: -35px;
}

.column-title.dot::before {
  left: 0;
  background: rgba(236, 97, 16, 0.3);
}

.column-title.dot::after {
  left: 12px;
  background: #005ead;
}

.column-headings {
  position: relative;
  margin: 0 0 75px 0;
}

.column-headings .column-title {
  position: absolute;
  bottom: -9px;
}

.column-headings .sub-title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -4px;
  color: rgba(0, 94, 173, 0.06);
  position: relative;
}

.column-headings .more-text {
  float: right;
  position: relative;
  z-index: 2;
}

.column-headings.right {
  text-align: right;
}

.column-headings.right .column-title, .column-headings.right .sub-title {
  right: 0;
}

.column-headings.right .column-title.dot::after {
  right: 0;
  left: auto;
}

.column-headings.right .column-title.dot::before {
  right: 12px;
  left: auto;
}

.column-headings1 {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 0 35px 0;
}

.column-headings1.left {
  text-align: left;
}

.column-headings1.right {
  text-align: right;
}

.column-headings1 .title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  position: relative;
  z-index: 1;
  bottom: -35px;
}

.column-headings1 .sub-title {
  font-size: 60px;
  font-weight: 700;
  color: rgba(0, 94, 173, 0.06);
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.dark-bg {
  background: #252525;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active,
.btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  /*padding: 12px 20px 10px;*/
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}

@media (max-width: 767px) {
  .btn-primary,
  .btn-dark {
    font-size: 13px;
  }
}

.btn-white.btn-primary {
  background: #fff;
  color: #005ead;
}

.btn-primary {
  background: #005ead;
}

.btn-dark {
  background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #111;
  color: #fff;
}

.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #111 !important;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
  background: #23282d;
}

.header-one .navbar-collapse {
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-direction: row-reverse;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.header-one ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
}

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

.main-content a {
  font-weight: bold;
  text-decoration: underline dotted;
}

.main-content p, .main-content div {
  line-height: 30px;
}

.main {
  padding: 80px 0;
}

.header-one .logo-area {
  padding: 30px 0;
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #fff;
}

.header-two .navbar-fixed {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #005ead !important;
  font-weight: bold;
}

/* 二级菜单 */
ul.navbar-nav > li > ul > li.active a,
ul.navbar-nav > li > ul > li:hover a {
  color: #fff;
}

ul.navbar-nav > li > ul > li.active:after,
ul.navbar-nav > li > ul > li:hover:after {
  content: "_";
  position: absolute;
  left: 8px;
}

.header-two {
  /* header right */
}

.header-two .logo img {
  height: 32px;
}

.header-two .header-right {
  float: right;
}

/* Main navigation 主导航 */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar .navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
}

.navbar .navbar-toggler:focus {
  outline: 0;
}

.navbar .navbar-dark .navbar-toggler-icon,
.navbar .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar ul.navbar-nav > li:hover > a,
.navbar ul.navbar-nav > li.active > a {
  color: #005ead;
  position: relative;
}

.navbar ul.navbar-nav > li {
  padding: 0 20px;
  position: relative;
  border-bottom: 4px solid transparent;
}

.navbar ul.navbar-nav > li.active {
  border-bottom: 4px solid #005ead;
}

@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
  .header-two ul.navbar-nav > li > a.active i {
    color: #005ead;
  }
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

ul.navbar-nav > li > a:after {
  display: none;
}

.navbar-light ul.navbar-nav > li > a,
.navbar-light .navbar-nav .nav-link {
  color: #3C3D3E;
  font-size: 16px;
}

.dropdown-menu {
  color: #fff;
  background: #005ead;
  padding: 20px;
}

.dropdown-menu li {
  line-height: 1em;
  padding: 15px 0;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

/* 回到顶部 */
#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #005ead;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

/* 分页组件 */
.pagination-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.pagination {
  margin: 0;
}

.pagination_info {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.pagination li a,
.pagination li span {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination li.disabled span {
  cursor: not-allowed;
}

.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #005ead;
  border: 1px solid transparent;
}

/*清除自带的左右箭头*/
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  display: flex;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.navbar-mobile {
  display: none;
}

.swiper-outside-prev,
.swiper-outside-next {
  background: none;
  display: flex;
  color: #999;
}

.swiper-outside-next {
  right: -50px;
  left: auto;
}

.swiper-outside-prev {
  left: -50px;
  right: auto;
}

@media (max-width: 991px) {
  .home-banner.swiper-container {
    height: 400px;
  }
  .navbar-pc {
    display: none;
  }
  .navbar-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .banner-area {
    min-height: 200px;
    height: 200px;
    background-position: left;
  }
  .home-banner.swiper-container {
    height: 300px;
  }
}

/* 公共顶部样式 */
/* 公共底部菜单样式 */
/*-- Copyright --*/
.footer {
  background-color: #1b2a3a;
  color: #999;
  /** 服务电话 */
}

.footer .footer-main {
  padding: 80px 0 0;
  color: #fff;
  font-size: 16px;
}

.footer .footer-main .footer-nav {
  display: flex;
  color: #fff;
  flex-direction: row;
}

.footer .footer-main .footer-nav .footer-navitem {
  width: 25%;
  box-sizing: border-box;
  padding-right: 25px;
}

.footer .footer-main .footer-nav .footer-navitem a {
  text-decoration: none;
}

.footer .footer-main .footer-nav .footer-navitem a:hover {
  color: #005ead;
}

.footer .footer-main .footer-nav .footer-navitem .navtitle {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.footer .footer-main .footer-nav .footer-navitem .itemchilder {
  line-height: 40px;
}

.footer .footer-main .footer-nav .childeritem {
  line-height: 1.2em;
  padding: 10px 0;
}

.footer .footer-main .footer-nav .childeritem a {
  color: #fff;
}

.footer .footer-logo {
  margin-bottom: 25px;
  width: 164px;
}

.footer .tel {
  font-family: DIN;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 38.75px;
  color: white;
  margin-bottom: 20px;
}

.footer .social {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.footer .social .social-item {
  width: 129px;
  text-align: center;
  line-height: 60px;
}

.footer .social .social-item img {
  width: 100%;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

.footer .copyright {
  /* background: #3C3D3E; */
  background: #1b2a3a;
  color: #ffffff;
  padding: 18px 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 80px;
}

.footer-contact {
  color: #FFFFFF;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-evenly;
}

.footer-contact .footer-contacttitle {
  font-weight: 500;
  font-size: 20px;
}

.footer-contact .footer-contactinfo {
  margin-top: 20px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff99;
}

.footer-contact .footer-contactinfo div {
  margin-top: 20px;
}

.wrap, .w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.more-btn {
  width: 141px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  border: 1px solid white;
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.more-btn.blue {
  color: #005ead;
}

.more-text {
  font-size: 16px;
  font-weight: 400;
  color: #005ead;
  display: block;
}

.more-text img {
  position: relative;
  top: -3px;
  left: 3px;
}

.text-blue {
  color: #005ead;
}

.view {
  color: #005EAD;
  font-size: 14px;
}

/* 全局顶部选项卡 */
.top-tab-wrap {
  border-bottom: #eee solid 1px;
  background: #fff;
}

.top-tab-wrap .top-tab {
  padding: 0 200px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.top-tab-wrap .top-tab .top-tab-item {
  padding: 29px 8px;
  font-size: 16px;
  margin: 0 20px;
}

.top-tab-wrap .top-tab .top-tab-item.active {
  font-weight: bold;
  color: #005ead;
  border-bottom: #005EAD 8px solid;
}

/* 阅读全文 */
.read {
  font-size: 14px;
  font-weight: 400;
  color: #005ead;
}

/*-- Banner组件 --*/
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  height: 600px;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-text .banner-heading {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 24px;
}

.banner-text .small-text {
  font-size: 16px;
}

.banner-text .text-center .small-text {
  max-width: 890px;
  margin: 60px auto 0 auto;
}

strong {
  color: #005ead;
}

/* 上下页 */
.bc-related-post {
  padding: 15px 0;
  margin-bottom: 65px;
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.bc-related-post a:hover {
  color: #005ead;
}
