/*========================================*/
/*-------- [_Imported_CSS_Plugins] -------*/
/*========================================*/
@import url("../css/bootstrap.min.css");
@import url("../fonts/webexflaticon/flaticon.css");
@import url("../fonts/fontawesome/css/all.css");
@import url("../fonts/webexicon/style.css");
@import url("../css/owl.carousel.min.css");
@import url("../css/magnific-popup.css");
@import url("../css/animate.css");
@import url("../css/custom-animation.css");
@import url("../css/meanmenu.min.css");


/*========================================*/
/*-------------- [_Utility] -----===------*/
/*========================================*/
body {
  color: #3e3e3e;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

p {
  margin: 0 0 20px;
  line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
  color: #151a33;
  margin: 0;
}

h1, h2 {
  font-weight: 800;
}

h3, h4 {
  font-weight: 700;
}

h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 42px;
  line-height: 48px;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

b, strong {
  color: #151a33;
}

iframe {
  border: none;
}

a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input, select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  cursor: pointer;
  color: #049AD3;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
}

a:hover {
  color: #0c59db;
  text-decoration: none;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

.block-quote {
  padding: 30px;
  background: #F4F5F8;
  border-left: 5px solid #0c59db;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-quote:after {
  position: absolute;
  content: "\ea70";
  font-family: 'webexicon' !important;
  font-size: 17rem;
  top: 50px;
  right: -15px;
  opacity: 0.08;
}

.block-quote p {
  font-size: 20px;
  color: #555362;
}

/*------------ [Header] -----------*/
.logo {
  padding-top: 1.5rem;
}

.logo img {
  height: 45px;
}


/*Header Style Two*/
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  margin-right: 27px;
  position: relative;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
  margin-right: 0;
}
.header-style-two .header-wrapper .header-navigation-area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-wrapper-bg {
  height: 53px;
  background-color: #FFF;
}

/*产品选择*/
.nav-tabs {
  border-bottom: 2px solid #0c59db;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.8;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #666;
  transition: none;
}
.nav-tabs>li>a.active {
  font-weight: bold;
  color: #fff;
  cursor: default;
  background-color: #0c59db;
}

/* 2025.08.22 每个专题页都需要加的头部和底部，以及其它修改，删除在index.css里的font-family设置 */
html {
  scroll-behavior: smooth;
}
.offset {
  padding-top: 110px;
  margin-top: -110px;
}
body {
  font-size: 14px;
}
::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
}
.logo {
  padding-top: 10px;
  float: left;
}
.logo img {
  height: 24px;
}
.main-menu {
  float: right;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 13px 18px 13px 0;
  display: block;
  color: #444;
  font-weight: normal;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a:hover {
  font-weight: 600;
}
.header-style-two .header-wrapper .header-navigation-area {
  //border-bottom: 1px solid #eee;
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255,255,255,0.72);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.02);
  border: none;
}

/*------------ [Footer] -----------*/
.text-light-gray {
  color: #555;
}
.text-light-gray i {
  padding: 0 20px;
  font-style: normal;
}
.footer {
  font-size: 14px;
}
.footer-bottom-area {
  background: #edeef0;
  padding: 20px 0;
}
.footer .col-12 {
  margin-bottom: 10px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 13px 18px 13px 0;
  display: block;
  color: #444;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
  color: #000;
}


/* 手机版调整 */
@media (max-width: 991px) {
  .logo {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .logo img {
    width: 30vw;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -11vw;
    border: none;
    color: #333;
    font-size: 4vw !important;
  }
  .mean-container .mean-nav {
    margin-top: 0;
  }
  .header-wrapper-bg {
    height: 13vw;
  }
  .mean-container a.meanmenu-reveal span {
    background-color: #333;
    height: 1px;
    margin-top: 1.2vw;
  }
  h4 {
    font-size: 4vw;
    font-weight: 800;
    line-height: 1.2;
  }
  h6 {
    font-size: 3.5vw;
    font-weight: 600;
  }
  .footer .col-12 {
    margin-bottom: 2vw;
  }
  .footer-bottom-area {
    padding: 4vw 0;
  }
  .text-light-gray {
    font-size: 3vw;
    line-height: 1.2;
    letter-spacing: -0.15vw;
  }
  body {
    line-height: 1.2;
  }
  .mean-container .mean-nav {
    background-color: transparent;
  }
  .mean-container .mean-nav ul li a {
    color: #111;
    border: none;
    font-size: 5vw;
    font-weight: bold;
    padding: 4vw;
    text-transform: none;
  }
  .mean-last {
    padding-bottom: 5vw;
  }
}





















