@charset "utf-8";

/* ------------------------------------------------------------------
HEADER SECTION
--------------------------------------------------------------------- */
.header {
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all .5s ease;
  background: url("../images/header_bg.jpg") no-repeat center top;
  box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
}


.header.active .header-area {
  padding: .75rem 0;
}

.header .header-area {
  padding: 1.125rem 0;
  transition: all .5s ease;
}


header .logo>img,
footer .footer-area .footer-logo .logo-info img {
  max-height: 64px;
}

.header.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border: none;
  box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
}

.header.stick .header-area {
  padding: 0.25rem 0;
}

.header.stick .header-area ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner {
  margin-top: 5px;
}

/*------响应式菜单-----*/
header .top-menu {
  display: none;
}

.header .right-menu {
  display: none !important;
}

/* ------------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------------- */
header nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/*---------------------------*/
header ul.nav {
  width: 100%;
  justify-content: end;
}

header ul.nav>li {
  margin-right: 4%;
  position: relative;
  transition: all .3s ease-in-out;
}

header ul.nav>li:last-child {
  margin-right: 0;
}

header ul.nav>li>a {
  font-size: 1.125rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: all .3s;
  text-transform: capitalize;
}

header ul.nav>li:hover>a,
header ul.nav>li.active>a {
  color: #2A4B7F;
}

header ul.nav>li.dropdown>a>i.fa-angle-down {
  margin-left: .3125rem;
  transition: all 0.3s ease-out;
}

header ul.nav>li.dropdown:hover>a>i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*-------横线before------*/
header ul.nav>li>a::after {
  content: '';
  width: 0;
  height: 2px;
  margin: auto;
  background-color: #00a9d3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}

header ul.nav>li:hover>a::after,
header ul.nav>li.active>a::after {
  color: #192d7b;
  width: 100%;
}

/*----------一级目录------*/
ul.nav>li.dropdown>.submenu-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  pointer-events: none;
}

ul.nav>li.dropdown:hover>.submenu-wrapper {
  pointer-events: auto;
}

ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner {
  margin-top: 20px;
  width: max-content;
  min-width: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transform: translateY(30px);
  transition: .3s;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

ul.nav>li.dropdown:hover>.submenu-wrapper>.submenu-inner {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 300ms ease;
}

/*--------------------------*/
.submenu-inner>ul>li {
  position: relative;
  width: 100%;
  padding: 0 1.25rem;
  min-width: 120px;
}

.submenu-inner>ul>li>a {
  white-space: nowrap;
  position: relative;
  display: block;
  padding: .625rem 0px;
  border-bottom: 1px solid #e9e5df;
  line-height: 1.5;
  text-align: left;
  font-size: 0.9375rem;
  transition: all 500ms ease;
}

.submenu-inner>ul>li>a:hover {
  color: #192d7b;
}

header ul.nav>li.dropdown ul li:last-child a {
  border-bottom: 0;
}
/*---------二级目录------*/
ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner>ul>li>ul {
  position: absolute;
  width: max-content;
  min-width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transform: translateY(30px);
  transition: .3s;
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}

ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner>ul>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner>ul>li>ul {
  left: 100%;
  top: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}



ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner>ul>li>ul li {
  position: relative;
  padding: 0 1.25rem;
  width: 100%;
  min-width: 200px;
}

ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner>ul>li.dropdown li a {
  white-space: nowrap;
  display: block;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #e9e5df;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.9375rem;
  text-transform: capitalize;
}

ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner>ul>li.dropdown li:last-child a {
  border-bottom: 0;
}

ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner>ul>li.dropdown>a:after {
  position: absolute;
  content: "\f105";
  right: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}

/*--------------------------*/
.navbar-right {
  position: relative;
  padding-left: 1rem;
}

.search-toggler>button {
  width: 20px;
  background: transparent;
}

/*-------子菜单-------*/
.search-toggler .dropdown-search {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 2;
  min-width: 300px;
  background-color: #fff;
  border-radius: 4px;
  left: auto;
  right: 0;
  padding: 15px;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}

.dropdown-search form {
  position: relative;
}

.dropdown-search form input[type="search"] {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
}

.dropdown-search form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  color: #fff;
  overflow: hidden;
  transition: all ease 0.5s;
  border-radius: 0 0.25rem 0.25rem 0;
  z-index: 0;
}

.dropdown-search form button[type="submit"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e64af;
  z-index: -1;
}

.dropdown-search form input[type="search"]:focus,
.dropdown-search form input[type="search"]:hover {
  border-color: rgba(46, 100, 175, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 100, 175, 0.25);
}

.dropdown-search form button[type="submit"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #31333e;
  transform: scaleY(0);
  transition: transform .3s ease-out;
  z-index: -1;
}

.dropdown-search form button[type="submit"]:hover:after,
.dropdown-search form button[type="submit"]:focus:after {
  transform: scaleY(1);
}

/* ------------------------------------------------------------------
SWIPER SECTION
--------------------------------------------------------------------- */
.banner {
  width: 100%;
}

/*-----banner-----*/
.banner .swiper-slide img:not(:first-child) {
  display: none;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
}

.banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}


.banner .swiper-slide .wrapper {
  position: absolute;
  left: 10%;
  right: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}


.banner .swiper-slide .wrapper h4 {
  font-size: clamp(1.25rem, 0.127rem + 4.79vw, 5.875rem);
  font-weight: bold;
  color: #fff;
  font-family: "Helvetica";
  position: relative;
  transition: all ease 1s .6s;
  opacity: 0;
  transform: translateY(40px)
}

.banner .swiper-slide-active .wrapper h4 {
  opacity: 1;
  transform: translateY(0px)
}


.banner .swiper-slide .wrapper p {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  color: #fff;
  font-family: "Helvetica";
  margin: 1% 0 1.2% 0;
  /* margin: 2.5vh 0; */
  position: relative;
  transition: all ease 1s .75s;
  opacity: 0;
  transform: translateY(40px);
}

.banner .swiper-slide-active .wrapper p {
  opacity: 1;
  transform: translateY(0px)
}

/*--------------------------------*/
.banner .swiper-slide .p_button {
  opacity: 0;
  transform: translateY(40px);
  transition: all ease 1s .9s;
}

.banner .swiper-slide .p_button a {
  border-radius: 4px;
  border: 1px solid #00a9d3;
  color: #00a9d3;
  display: inline-block;
  padding: .6% 1.2%;
  text-align: center;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  transition: color .3s ease-out 0s, background .3s ease-out 0s;
}

.banner .swiper-slide .p_button a:hover {
  background: #00a9d3;
  color: #fff;
}

.banner .swiper-slide-active .p_button {
  opacity: 1;
  transform: translateY(0px)
}

/*----------滚动按钮-----*/
.banner .p_scrool {
  position: absolute;
  left: calc((100% - 90px) / 2);
  bottom: 4%;
  color: #fff;
  width: 90px;
  z-index: 10
}

.banner .p_scrool span {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: arial;
  line-height: 20px;
  margin-top: 12px;
  font-size: 12px
}

.banner .p_scrool i {
  display: block;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  border-radius: 12px;
  border: 2px #fff solid;
  position: relative
}

.banner .p_scrool i:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 3px;
  animation: scrollmouse 2s linear infinite
}

@keyframes scrollmouse {
  from {
    transform: translate(-50%, 0);
    opacity: 1
  }

  to {
    transform: translate(-50%, 10px);
    opacity: 0
  }
}


/*--------------------------------------*/

.banner .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: auto;
  right: auto;
  transform: translate(50%, -50%);
  left: 7%;
  width: auto;
  height: auto;
  bottom: 40px;
}

.banner .swiper-pagination-bullet {
  background: hsl(0deg 0% 100% / 40%);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all ease .3s;
}

.banner .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 15px;
  background: rgb(255 255 255);
}

/*------------------------*/


/* .banner .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.15)
} */

/*----------左右按钮-----*/
.banner .p_arr {
  max-width: 120px;
  width: 100%;
  position: absolute;
  right: 7%;
  bottom: 40px;
  height: auto;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center
}

.banner .p_btn_next {
  color: #fff;
  border-radius: 50%;
  background: none;
  border: 1px dashed #fff;
  width: 50px;
  height: 50px;
  transition: all ease .3s;
  position: static;
  margin: 0 auto
}

.banner .p_btn_next::after {
  font-size: 1rem
}

.banner .p_btn_next:hover {
  background: #00a9d3;
  border: 1px solid #00a9d3
}

.banner .p_btn_next:hover::after {
  color: #fff
}


.banner .p_btn_prev {
  color: #fff;
  border-radius: 50%;
  background: none;
  border: 1px dashed #fff;
  height: 50px;
  width: 50px;
  transition: all ease .3s;
  position: static;
  margin: 0px 20px 0px 0px
}

.banner .p_btn_prev::after {
  font-size: 1rem
}

.banner .p_btn_prev:hover {
  background: #00a9d3;
  border: 1px solid #00a9d3
}

.banner .p_btn_prev:hover::after {
  color: #fff
}

/*---------------------
icon-profile
-------------------------*/
.item-profile {
  padding-top: 1.2%;
}


.item-profile .content-scroll {
  line-height: 1.75;
}

.item-profile .content-scroll p+p {
  margin-top: 0.9375rem;
}

.item-profile .swiper {
  width: 100%;
  height: 240px;
  /* margin-bottom: 1.25rem; */
}

.item-profile .swiper .swiper-slide {
  height: auto;
  padding-right: 1.25rem;
}

.item-profile .carousel .container {
  background-color: rgba(0, 68, 130, .5);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: auto;
  bottom: 0;
  padding: 0;
  transform: translateY(0);
}

.item-profile .carousel .container .carousel-caption {
  padding: 0 .625rem;
}

.item-profile .carousel .carousel-caption {
  bottom: 0;
}


/*---------------------
CUSTOMIZE THE CAROUSEL
----------------------*/
.carousel-item img:not(:first-child) {
  display: none;
}

.carousel .container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.carousel .carousel-caption {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
}

/* ------------------------------------------------------------------
PROFILE SECTION
--------------------------------------------------------------------- */
.article-section .nav-tabs {
  background: linear-gradient(to bottom, #fefefe 60%, #f7f7f7 100%);
  border-bottom: 1px solid #e7e7e7;
}


#wrapper1 .right .right-title {
  border: 1px solid #D3E3EB;
  background: linear-gradient(to bottom, #FEFEFE, #E0EBF4);
}

.article-section .nav-tabs li {
  padding-right: .75vw;
}

.article-section .nav-tabs li>a {
  position: relative;
  font-weight: bold;
  font-size: 1.25rem;
  border: 0 none;
  padding: .85rem .5vw;
}



.article-section .nav-tabs li>a::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #0D8E2A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.article-section .nav-tabs li:hover>a::after,
.article-section .nav-tabs li.active>a::after {
  color: #0D8E2A;
  width: 100%;
}

/* .article-section .nav-tabs li.active>a::after {
  content: '';
  display: block;
  height: 1px;
  z-index: 6;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #037d3c;
  width: 100%;
} */


.article-section .nav-tabs li.active a {
  color: #0D8E2A;
  /* border-bottom: 2px solid #0068B7; */
}

.article-section .tab-box .tab-conbox {
  transition: all 0.5s ease;
}

.article-section .tab-box .tab-conbox+.tab-conbox {
  display: none;
}

.article-section .col-lg-5 {
  width: 48%;
}

/*------------------------------------*/
.article-section .carousel .wrapper {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: auto;
  bottom: 0;
  padding: 0;
  transform: translateY(0);
}

.article-section .carousel .carousel-caption {
  text-align: left;
}


.article-section .carousel .carousel-indicators {
  display: flex;
  justify-content: end;
  margin-right: 5%;
}


.article-section .carousel .wrapper .carousel-caption {
  padding: 0 .625rem;
}

.article-section .carousel .carousel-caption {
  bottom: 0;
}

.article-section .col-lg-7 {
  width: 52%;
}

/* --------------------------------------------------
SECTION TITLE
----------------------------------------------------- */
.section-padding {
  padding: 2.5% 0;
}

.section-title {
  position: relative;
  margin-bottom: 1.875rem;
}

.section-title h2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -30%);

  color: #f0f0f0;
  text-transform: uppercase;
  font-size: 50px;
  font-size: calc(1.5rem + 1.2vw) !important;
  font-family: "Mont";
  /* font-size: calc(1.3rem + .5vw) !important; */
  /* position: relative; */
}


.section-title h3 {
  position: relative;
  z-index: 1;
  font-size: calc(1.2rem + .5vw) !important;
  color: #0D8E2A;
  padding-left: 4.2rem;
  background: url('../images/section-title.png') no-repeat left;
  background-size: contain;
  /* margin-top: -2.25rem; */
}


/* ------------------------------------------------------------------
Application SECTION
--------------------------------------------------------------------- */
.application-section {
  padding: 1rem 0;
}

.application-section .col .card {
  border-radius: 0;
  border: 1px solid #b8c9d9;
}

.application-section .g-lg-4 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.application-section .container-fluid {
  --bs-gutter-x: 2rem;
}


.application-section li a img.thumbnail {
  width: 100%;
  max-width: 100%;
}

.application-section li a img:nth-child(2) {
  display: none;
}

.application-section li:hover a img:nth-child(1) {
  display: none;
}

.application-section li:hover a img:nth-child(2) {
  display: block;
}


.application-section li:hover .card-body h3.card-title {
  color: #fff;
}

.application-section li:hover .card-body p.card-text {
  color: rgba(255, 255, 255, 0.5);
}


.application-section .card .card-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 5% 0 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateY(0);
}


.application-section .card .card-body h3.card-title {
  font-size: clamp(1.25rem, 1.007rem + 1.04vw, 2.25rem);
  color: #2e3033;
  font-family: "Helvetica";
  font-weight: bold;
}

.application-section .card .card-body p.card-text {
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  color: #6c7380;
  font-family: "Arial";
}

/* ------------------------------------------------------------------
PROFILE SECTION
--------------------------------------------------------------------- */

/* .profile-section {
  position: relative;
} */


.profile-section {
  position: relative;
  background-color: #f9f9f9;
  background-size: cover;
}

.profile-section>.container {
  position: relative;
  z-index: 3;
}

.profile-section .gray-bg {
  background-color: #f9f9f9;
}

/* .profile-section .about-img {
  float: right;
  text-align: right;
} */


.profile-section .about-img .img-1 {
  position: relative;
}

.profile-section .about-img .img-1 .img-2 {
  position: absolute;
  top: 50%;
  left: -12%;
}

.profile-section .about-img .img-1 .img-2 img {
  box-shadow: -4px 4px 20px 0px #f0f0f0;
}


.profile-section .about-img .img-1 .img-3 {
  position: absolute;
  top: 84%;
  left: 27%;
  box-shadow: 0px 5px 20px 0px #f0f0f0;
}



.profile-section .desc h3::after {
  content: '';
  margin: 1rem 0;
  height: 2px;
  background: #f6ab00;
  width: 50px;
  display: block;
}


.profile-section .video-wrapper {
  position: relative;
}

.profile-section .video-wrapper .video {
  width: 100%;
}


.profile-section .desc .sub-title {
  font-size: 1.375rem;
}

.profile-section .desc h2 {
  font-size: 1.75rem;
}

.profile-section .desc p {
  line-height: 1.75;
}

.profile-section .swiper {
  width: 100%;
  height: 370px;
  margin-bottom: 1rem;
}

.profile-section .swiper .swiper-slide {
  height: auto;
  padding-right: 2rem;
}

.profile-section .desc p+p {
  margin-top: 0.9375rem;
}

/* ------------------------------------------------------------------
PRODUCT SECTION
--------------------------------------------------------------------- */
.product-section {
  position: relative;
  background-size: cover;
}


.equipment .card {
  overflow: hidden;
}

.equipment .card-body {
  padding: 3%;
}


.product-section .card {
  border-radius: 0;
  overflow: hidden;
  border-color: rgba(225, 225, 225, .95);
}

.product-section .card .card-body {
  background-color: #f1f1f1;
}

.product-section .shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(225, 225, 225, .075) !important;
}
/*-----------------------*/

.owl-carousel.owl-drag .owl-item {
  padding-bottom: 4px;
}

.product-section .card h6 {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(89, 89, 89, 1);
}

.product-section .card .p-text {
  line-height: 1.8;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(132, 132, 132, 1);
  margin: 0.625rem 0;
  font-size: 0.875rem;
}


.owl-theme .owl-dots .owl-dot span {
  background: rgba(13, 142, 42, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0D8E2A;
}

/* ------------------------------------------------------------------
NEW SECTION
--------------------------------------------------------------------- */
.news-section .card-body p {
  color: #858585;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.news-section .read-more {
  transition: .3s;
}

.news-section .read-more:hover {
  letter-spacing: 1px;
}

.news-section .card {
  border: 1px solid rgba(0, 0, 0, .125);
}

/* --------------------------------------------------
FOOTER SECTION
----------------------------------------------------- */
footer {
  color: #AEB6BD;
  background: #131A20;
}
footer a {
  color: #AEB6BD;
}

footer a:hover {
  color: rgba(255, 255, 255, 1);
}

footer .footer-area address p>a:not(:last-child) {
  padding-right: 0.5rem;
}

/*------右侧---------*/
footer .footer-area .links-widget {
  transition: all 0.3s ease-out;
}

footer .footer-logo {
  max-width: 360px;
}

footer .contact-info address a,
footer .contact-info address span {
  color: rgba(255, 255, 255, 1);
}


footer .contact-info address a:hover {
  color: #00a9d3;
}

footer .footer-area address p>a:not(:last-child),
footer .footer-area address p>span:not(:last-child) {
  padding-right: 0.5rem;
}


footer h5.title {
  font-size: 1.4375rem;
  color: #fff;
}

footer .widget ul li a {
  font-size: 1.25rem;
}

footer .form-widget {
  color: #aab0c1;
  max-width: 500px;
}

footer .footer-area form{
  padding-top: 5px;
}
footer .footer-area .form-control {
  border: none;
  background: none;
  padding: 0;
  color: #AEB6BD;
  padding: 0 0 .5rem 0;
  border-radius: 0;
  border-bottom: 1px solid #AEB6BD;
}

footer .footer-area .modal-footer {
  justify-content: flex-start;
}

footer .modal-footer .btn {
  border-radius: 0.25rem;
}

footer .modal-footer .btn[type="submit"] {
  color: #fff;
  background-color: #135DAB;
  margin-right: 1.25rem;
  border: 0 none;
}

footer .modal-footer .btn[type="submit"]:hover {
  background-color: #004989;
}

footer .footer-area .form-control::placeholder {
  /* color: #5F6A83; */
  color: #758491;
}

footer .footer-area .form-control:focus {
  outline: 0;
  box-shadow:none;
}
/*----------------------*/
footer .copyright-area {
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
}

footer .copyright-area p {
  margin: 0;
}

/*social-links*/
.social-links i {
  width: 36px;
  height: 36px;
  font-size: 1.125rem;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.social-links li {
  position: relative;
}

.social-links li .wechat {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  transform: scale(1);
  width: 120px;
  left: calc((100% - 120px) / 2);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.social-links li .qrcode {
  position: relative;
  padding: 3px;
}

.social-links li .qrcode::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  border-top: 8px solid rgba(0, 0, 0, 0.2);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  z-index: 120;
}
.social-links li .qrcode::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  z-index: 120;
}

.social-links li .wechat.pop {
  transform: scale(0.8);
  transition: .15s linear;
}

.social-links li .wechat.out {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.social-links li .wechat.in {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/*-------SWIPER-------*/
.service-section .swiper-slide {
  margin-bottom: 5px;
}

/* --------------------------------------------------
PAGE TITLE SECTION
----------------------------------------------------- */
.page-title-section {
  transition: height .2s ease-in-out;
  background-position: center;
  background-size: cover;
  padding: 6% 0;
}

/* .page-title-section::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: .2;
} */

.page-header {
  z-index: 1;
}

.page-header h1 {
  color: #fff;
  font-size: 2.25rem;
}

/* -------------------------------------------------
Breadcrumb
----------------------------------------------------*/
.breadcrumb a,
.breadcrumb>.active,
.breadcrumb-item,
.breadcrumb-item+.breadcrumb-item::before {
  font-size: 1.125rem;
  color: #fff;
}

.breadcrumb a:hover {
  color: #44AFF5;
}

.breadcrumb-item i {
  margin-right: .5rem;
}

/*--------------------
WEB WIDTH
-------------------------*/
.service-contents {
  padding: 2.5% 0;
}

.service-contents .col-lg-3 {
  width: 24%;
}

.service-contents .col-lg-9 {
  width: 76%;
}

/* -------------------------------------------------
SHOP TITLE
----------------------------------------------------*/
.shop-title {
  background: -webkit-linear-gradient(left, #ebebeb, #f8f8f8);
}

.shop-title .shop-total a {
  padding: 0 1rem;
  font-size: 1.125rem;
  border: 1px solid #e8e8e8;
  text-align: center;
  background: #F7F7F7;
  color: #999;
}

.shop-title .shop-total a:hover {
  background: #fff;
}

.shop-title .shop-total span i {
  color: #015BAB;
  font-style: normal;
}

/* -------------------------------------------------
PRODUCT DETAIL
----------------------------------------------------*/
.product-gallery {
  width: 45%;
}

.product-gallery .sp-wrap {
  width: 100%;
}

.product-gallery .sp-current-big img {
  width: 100%;
}

.product-gallery .sp-thumbs {
  margin-top: 10px;
}

.product-gallery .sp-thumbs a {
  border: 1px solid #eeeeee;
  margin-right: 10px;
}

.product-des {
  width: 55%;
}

.product-des .opacity-25 {
  opacity: 0.1 !important;
}

.product-des .short h4 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #015BAB;
}

.product-des .description{
  line-height: 1.8;
}

.social-share .social-share-icon {
  line-height: 30px;
}

.product-des .card-body {
  background-color: #F8F8F8;
}

.product-des .card-body h3 {
  color: #015BAB;
  font-size: 1.125rem;
}

.product-des .card-body h3 a {
  color: #015BAB;
}

.product-des .card-body h3 a:hover {
  text-decoration: underline;
}

.product-des .description>li {
  line-height: 1.85;
  color: #666;
}

.product-des .description>li span,
.product-des .description>li a {
  color: #333;
}

/*----------选项卡-------*/
.tab-content {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #333;
  font-size: 1rem;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link.active {
  color: #015BAB;
  font-weight: bold;
}

.nav-tabs .nav-link.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #015BAB;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: 1;
}


.product-info .tab-pane .intro {
  position: relative;
}

.product-info .tab-pane .intro h5{
  font-weight: 500;
  margin-bottom: .5rem;
}

.product-info .tab-pane .intro img {
  max-width: 100%;
}

.product-info .tab-pane .intro p {
  line-height: 1.75;
}

.product-info .tab-pane .intro table,
.product-info .tab-pane .intro>p {
  margin-bottom: .75rem;
}

.product-info .tab-pane .intro table td.tb-rl {
  margin: 0 auto;
  text-align: center;
  writing-mode: tb-rl;
  letter-spacing: .25rem;
  width: 40px;
}

/* .product-info .tab-pane .intro table td img {
  height: 20px;
} */

.product-info .tab-pane .intro ul,
.product-info .tab-pane .intro ol,
.product-info .tab-pane .intro .list-paddingleft-2 {
  padding-left: 20px;
}

.product-info .tab-pane .intro li {
  line-height: 1.75;
}

.oblique {
  text-align: left !important;
  position: relative;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9IiNkZmU2ZWMiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPgo=) no-repeat 100% center;
}

.span-5 {
  display: inline-block;
  width: 50%;
}

.span-left {
  position: absolute;
  bottom: 5px;
}

.span-right {
  position: absolute;
  top: 5px;
  right: 0;
}

.product-info .tab-pane .intro table td p {
  margin-bottom: 0;
}

/*------产品滚动-----*/
.product-slide {
  display: none;
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
}

.product-slide .swiper-slide {
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.product-slide .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}

.product-slide .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}

.product-slide .swiper-pagination-bullet-active {
  background: #015BAB;
}

/*-------单页内容-------*/
.entry-header a {
  cursor: pointer;
}

.entry-content {
  font-size: 1rem;
}

.entry-content p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.entry-content .info p span:not(:last-child) {
  padding-right: 0.5rem;
}

.entry-content img {
  max-width: 100%;
}

.entry-content img[align='left'] {
  margin-right: 15px;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
}

.service-contents [class$=contact] img {
  max-width: inherit;
}

.service-contents [class$=contact] h4 {
  color: #015BAB;
}

.service-contents [class$=contact] .entry-content address {
  line-height: 1.8;
}

.service-contents [class$=contact] .entry-content address h4 {
  color: #333;
  font-weight: bold;
}

.service-contents [class$=contact] .entry-content address a:not(:last-child) {
  padding-right: 0.5rem;
}

.service-contents [class$=contact] .btn-primary {
  background-color: #015BAB;
  border-color: #015BAB;
}

/*--------新闻详情页------*/
.post-meta {
  font-size: 0.9375rem;
  color: #898989;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e7eb;
}

.post-share-info .tag span i {
  color: #015BAB;
}

.post-share-info .tag a {
  position: relative;
  padding-right: 10px;
  font-weight: 500;
}

hr.divider {
  opacity: 1;
  border-top: 0 none;
  border-bottom: 1px solid #e5e7eb !important;
}

nav.prevnext {
  flex-wrap: wrap;
  line-height: 1.8;
}

.quality-list {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.quality-slide .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.quality-slide .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

/*------内页新闻列表------*/
.service-contents ul.news-list li {
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  padding-bottom: 2%;
}

.service-contents ul.news-list li+li {
  padding: 2% 0;
}

.service-contents ul.news-list li .news-thumb {
  width: 30%;
  overflow: hidden;
  margin-right: 2%;
}

.service-contents ul.news-list li .news-thumb img {
  object-fit: contain;
  transition: transform .3s ease-out;
}

.service-contents ul.news-list li:hover .news-thumb img {
  transform: scale(1.1, 1.1);
}

.service-contents ul.news-list li section {
  position: relative;
}

.service-contents ul.news-list li section h4 {
  font-size: 1.375rem;
  line-height: 1.4;
}

.service-contents ul.news-list li:hover h4 a {
  color: #015BAB;
}


.service-contents ul.news-list li section p.desc {
  color: #999;
  font-size: 0.9375rem;
  line-height: 1.75;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.service-contents ul.news-list li section .meta {
  font-size: 0.875rem;
  position: absolute;
  bottom: 3.5%;
  color: #a3afb7;
}

.service-contents ul.news-list li section .meta .tags {
  display: inline-block;
  position: relative;
}


.service-contents ul.news-list li section .meta .tags a:first-child {
  background: #cbd8eb;
  color: #2e64b0;
}

.service-contents ul.news-list li section .meta .tags a {
  display: inline-block;
  padding: 0 8px;
  background: #f9f9f9;
  border-radius: 2px;
  line-height: 1.6;
  font-weight: 400;
  color: #999;
  margin-right: 8px;
}

.service-contents ul.news-list li section .meta .tags a:hover {
  background: #cbd8eb;
  color: #2e64b0;
}

.service-contents ul.news-list li section .meta .time {
  color: #828a92;
  display: inline-block;
}

.service-contents ul.news-list li section .meta .time span:not(:first-child) {
  margin-left: 0.625rem;
}

.service-contents ul.news-list li section .meta .time span i {
  margin-right: .3125rem;
}

/*--------人才招聘--------*/
.job-title {
  background-color: #2e64af;
}

.job-title ul li {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1rem;
  width: 20%;
}

.job-list {
  background-color: #f6f4f4;
  margin-bottom: 20px;
}

.job-list .job-content .job-desc {
  display: none;
}

.job-list .job-content>ul {
  cursor: pointer;
  border-bottom: 1px solid #e8e7e7;
}

.job-list .job-content>ul>li {
  color: #393939;
  padding: 15px 0;
  text-align: center;
  width: 20%;
}

.job-list .job-content.active>ul>li,
.job-list .job-content>ul:hover>li {
  color: #2e64af;
}

.job-tip {
  line-height: 1.7;
  margin-bottom: 20px;
}

.job-tip p {
  margin: 0;
}

.job-contact h2 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.job-contact p {
  line-height: 1.7;
}

/*-------职位描述-----*/
.job-list .job-desc {
  width: 100%;
  padding: 20px 50px;
  border-bottom: 1px solid #e5e5e5;
}

.job-list .job-desc>ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.job-list .job-desc>ul>li {
  line-height: 1.8;
}

.job-list .job-desc ul li span {
  color: #666;
}

/*--------岗位职责-----*/
.job-list .job-desc .zhize.z1 {
  margin-bottom: 20px;
}

.job-list .job-desc h2 {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
}

.job-list .job-desc p {
  line-height: 1.75;
}