@charset "UTF-8";

/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
html {
  font-size: 16px;
}

body {
  color: rgba(85, 85, 85, 1.00);
  font-size: 1rem;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: rgba(51, 51, 51, 1.00);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

a {
  color: rgba(51, 51, 51, 1.00);
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(47, 49, 139, 1.00);
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  margin-bottom: 30px;
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: rgba(47, 49, 139, 1.00);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(47, 49, 139, 1.00);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(47, 49, 139, 1.00);
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(47, 49, 139, 1.00);
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

.BMap_shadow img {
  max-width: unset;
}


iframe {
  border: none !important;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

.modal-content,
.modal-header,
.modal-body {
  border-radius: 0 !important;
  border: none !important;
}

.modal-dialog {
  width: 600px;
  max-width: none;
}
.t1{font-weight:700;color:rgba(51, 51, 51, 1.0); margin:0px 0px 15px 0px;font-size: 1.0625rem;}
.p1{font-weight:700;color:rgba(51, 51, 51, 1.0); margin:0px 0px 15px 0px}
.p2{color:rgba(85, 85, 85, 1.00); margin:0px 0px 30px 0px;line-height: 1.8;}
.p3{text-align:center; padding:0px 0px 30px 0px;margin: 0;}
.p3 img{max-width:900px;height:auto; padding:0;margin:0;}
.p3 span{display: inline-block;padding: 0;margin: 12px 0 0 0;}
.p4 {max-width:900px;height:auto; padding:0px; margin:0 auto;overflow-x: scroll;}
.p4 img{max-width:unset !important;width: auto !important; height:580px; padding:0;margin:0}
@media only screen and (max-width: 767px) {
  .p4 img{height:320px;}
}

/*-------- Container Style Css --------*/

.container {
  max-width: 1390px;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: rgba(51, 51, 51, 1.00);
  border: 2px solid rgba(51, 51, 51, 1.00);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  padding: 10px 5px;
  text-align: center;
  width: 124px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.btn-theme:hover {
  background-color: transparent;
  border: 2px solid rgba(47, 49, 139, 1.00);
  color: rgba(47, 49, 139, 1.00);
}


/*-------- Page Header Style Css --------*/
.banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  height: 344px;
}

.breadcrumb-area {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 17px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(219, 221, 220, 1.00);
}

.breadcrumb-area h3 {
  font-size: 1.3125rem;
  font-weight: 700;
}

.breadcrumb-area .breadcrumb {
  background-color: transparent;
  display: block;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb-area .breadcrumb li {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  text-transform: capitalize;
}

.breadcrumb-area .breadcrumb li a {
  color: rgba(85, 85, 85, 1.00);
}

.breadcrumb-area .breadcrumb li a:hover {
  color: rgba(0, 162, 234, 1.00);
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 2px;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: 'ionicons';
  content: "\e948";
  padding-right: 3px;
  color: rgba(170, 170, 170, 1.00);
}

@media only screen and (max-width: 767px) {
  .p2{line-height: 1.8;}
  .p3 img{width:100%;max-width:100%;}
  .banner-area {
    height: 260px;
  }
  .breadcrumb-area .breadcrumb li:last-child {
    display: none;
  }
  .breadcrumb-area h3 {
    font-size: 1.125rem;
    font-weight: 700;
  }

  .breadcrumb-area {
    padding: 12px 0 12px 0;
  }
}

/*-------- Pagination Style Css --------*/
.pagination-content-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagination-content-wrap .pagination-nav .pagination li {
  margin: 0 6px;
}
.pagination-content-wrap .pagination-nav .pagination li a {
  background: none;
  color: rgba(85, 85, 85, 1.00);
  text-align: center;
  border: 1px solid rgba(221, 221, 221, 1.00);
  padding: 6px 13px;
}
.pagination-content-wrap .pagination-nav .pagination li.no-link a {
  background: none;
  color: rgba(221, 221, 221, 1.00);
  text-align: center;
  border: 1px solid rgba(221, 221, 221, 1.00);
  padding: 6px 13px;
  pointer-events: none;
}
.pagination-content-wrap .pagination-nav .pagination li a.disabled {
  cursor: not-allowed;
}
.pagination-content-wrap .pagination-nav .pagination li a.active {
  color: rgba(0, 162, 233, 1.00);
  border: 1px solid rgba(0, 162, 233, 1.00)
}
.pagination-content-wrap .pagination-nav .pagination li a:hover {
  color: rgba(0, 162, 233, 1.00);
  border: 1px solid rgba(0, 162, 233, 1.00)
}

@media only screen and (max-width: 767px) {
  .pagination-content-wrap .pagination-nav .pagination li a {
    padding: 6px 12px;
  }
  .pagination-content-wrap .pagination-nav .pagination li:nth-child(1) {
    order:100;
    pointer-events: none;
  }
  .pagination-content-wrap .pagination-nav .pagination li:nth-child(1) a{
    border: 0;
  }
  .pagination-content-wrap .pagination-nav .pagination li:nth-child(n+2) {
    order:10;
  }
  .pagination-content-wrap .pagination-nav .pagination li:nth-child(1) a:hover{
    border: 0;
  }
  .pagination-content-wrap .pagination-nav .pagination li.no-link a {
    padding: 5px 12px;
  }
}

/*-------- Swiper Button Style Css --------*/

.swiper-container:hover .swiper-button-disabled {
  opacity: 1;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  color: #cacaca;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
  opacity: 1;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: pointer;
  pointer-events: all;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  -webkit-box-shadow: 0 0 12px -2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 12px -2px rgba(255, 255, 255, 0.25);
  bottom: -60px;
  background-color: rgba(51, 51, 51, 1.00);
  color: #fff;
  position: fixed;
  right: 50px;
  display: block;
  padding: 0;
  width: 45px;
  height: 50px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 999;
}

.scroll-to-top:hover {
  background-color: rgba(47, 49, 139, 1.00);
}

.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.scroll-to-top.show:hover {
  opacity: 1;
}

/* Main Navigation CSS */
.main-menu>li {
  margin-right: 14px;
  padding: 3px 0;
}

.main-menu>li:last-child {
  margin-right: 0;
}

.main-menu>li>a {
  display: block;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
  position: relative;
}

.main-menu>li:hover>a,
.main-menu>li.active>a {
  color: rgba(47, 49, 139, 1.00);
}

.main-menu>li:hover>a:before,
.main-menu>li.active>a:before {
  color: rgba(47, 49, 139, 1.00);
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}

.has-submenu>a {
  position: relative;
}

.has-submenu:hover>.submenu-nav {
  opacity: 1;
  visibility: visible;
}

.has-submenu .submenu-nav {
  border: none;
  border-bottom: none;
  padding: 12px 0 12px 0;
  position: absolute;
  left: 0px;
  top: 100%;
  opacity: 0;
  z-index: 9999;
  transition: all .3s;
  visibility: hidden;
}

.has-submenu .submenu-nav>li {
  padding: 10px 25px;
}

.has-submenu .submenu-nav>li a {
  display: block;
  letter-spacing: inherit;
  text-transform: capitalize;
}

.has-submenu .submenu-nav>li a:hover {
  color: #fff;
}

.has-submenu .submenu-nav>li:hover>a {
  color: #fff;
}

.has-submenu .submenu-nav>li:hover:after {
  color: #fff !important;
}

.has-submenu .submenu-nav>li.has-submenu {
  position: relative;
}

.has-submenu .submenu-nav>li.has-submenu a:before {
  display: none;
}

.has-submenu .submenu-nav>li.has-submenu:hover>.submenu-nav {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.has-submenu .submenu-nav>li.has-submenu:after {
  content: "";
  color: #8a8a8a;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}

.has-submenu .submenu-nav>li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
}

/* Responsive Mobile Menu */

.res-mobile-menu {
  margin: 0;
}

.res-mobile-menu .slicknav_btn {
  display: none;
}

.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}

.res-mobile-menu .slicknav_nav {
  display: block !important;
}

.res-mobile-menu .slicknav_nav li {
  border-top: 1px solid #eee;
  position: relative;
}

.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}

.res-mobile-menu .slicknav_nav li a {
  font-size: 1.0625rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1.00);
  line-height: 25px;
  padding: 8px 20px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0px;
}

.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: rgba(51, 51, 51, 1.00);
  font-size: 1.0625rem;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 32px;
  line-height: 32px;
  width: 32px;
  border-radius: 50%;
}

.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}

.res-mobile-menu .slicknav_nav li a:hover {
  color: rgba(0, 162, 233, 1.00);
  background-color: transparent;
}

.res-mobile-menu .slicknav_nav li img {
  display: none;
}

.res-mobile-menu .slicknav_nav li div {
  display: none;
}

.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 0;
}

.res-mobile-menu .slicknav_nav li ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(85, 85, 85, 1.00);
  padding-left: 25px;
}

.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 14px;
  padding-left: 40px;
}

.res-mobile-menu .slicknav_nav .slicknav_parent .slicknav_item a {
  padding-left: 0;
}

.res-mobile-menu .slicknav_nav .slicknav_open a>a {
  color: rgba(0, 162, 233, 1.00);
}

.res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item {
  position: relative;
}

.res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
  color: rgba(0, 162, 233, 1.00);
  background-color: transparent;
}

.res-mobile-menu .slicknav_nav .slicknav_open>ul>li>a>a {
  color: rgba(51, 51, 51, 1.00);
}

.res-mobile-menu .slicknav_nav .slicknav_open>ul>li.slicknav_open>a>a {
  color: rgba(0, 162, 233, 1.00);
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-menu {
  background-color: rgba(255, 255, 255, 1.00);
  width: 100%;
  height: 85px;
}

.header-right {
  display: flex;
  width: 100%;
  height: 85px;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}

.header-navigation {
  align-items: flex-end;
}

@media only screen and (max-width: 1199px) {
  .header-menu .container {
    max-width: 960px;
  }
}

.header-menu.sticky-header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-menu.sticky-header.sticky.header-menu .header-navigation .main-menu>li>a {
  height: 50px;
  line-height: 50px;
}

.header-menu.transparent {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-menu.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.header-menu .header-navigation .main-menu {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.header-menu .header-navigation .main-menu>li {
  padding: 0;
  margin-right: 0;
}

.header-menu .header-navigation .main-menu>li>a {
  color: rgba(51, 51, 51, 1.00);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 25px;
  padding: 0 0 0 0;
  margin: 0 0 0 52px;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.header-menu .header-navigation .main-menu>li.active>a {
  color: rgba(47, 49, 139, 1.00);
}

@media only screen and (max-width: 1199px) {
  .header-menu .header-navigation .main-menu>li>a {
    font-size: 15px;
    padding: 0 12px;
  }
}

.header-menu .header-navigation .main-menu>li>a:hover {
  color: rgba(47, 49, 139, 1.00);
}

.header-menu .header-navigation .main-menu>li>a:hover:after {
  bottom: auto;
  height: 100%;
  top: 0;
}

.header-menu .header-navigation .main-menu .has-submenu>a:before {
  display: none;
}

.header-menu .header-navigation .main-menu .has-submenu:hover a {
  color: rgba(47, 49, 139, 1.00);
}

.header-menu .header-navigation .main-menu .has-submenu:hover a:after {
  bottom: auto;
  height: 100%;
  top: 0;
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav {
  background-color: rgba(0, 0, 20, 0.25);
  left: 0px;
  padding: 12px 0;
  width: 100%;
  position: fixed;
  top: 85px;
  display: flex;
  justify-content: center;
}

.header-menu .header-navigation .main-menu .has-submenu:nth-child(2) .submenu-nav {
  padding-left: 5px;
}

.header-menu .header-navigation .main-menu .has-submenu:nth-child(3) .submenu-nav {
  padding-left: 110px;

}

.header-menu .header-navigation .main-menu .has-submenu:nth-child(4) .submenu-nav {
  padding-left: 210px;
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 6px solid #aab9c2;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li {
  padding: 0 18px;
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.active a {
  color: rgba(47, 49, 139, 1.00) !important;
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li a {
  color: rgba(255, 255, 255, 1.00);
  font-weight: 400;
  display: block;
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li a:hover {
  color: rgba(47, 49, 139, 1.00);
}

@media only screen and (max-width: 1399.98px) {
  .header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu {
    padding: 11px 35px;
  }
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu:after {
  color: rgba(85, 85, 85, 1.00);
}

@media only screen and (max-width: 1399.98px) {
  .header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu:after {
    right: auto;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    top: calc(50% + -8px);
    left: 20px;
  }
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu .submenu-nav {
  left: 100%;
  right: auto;
  top: 7px;
}

@media only screen and (max-width: 1399.98px) {
  .header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu .submenu-nav {
    left: auto;
    right: 100%;
  }
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu .submenu-nav:before {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu .submenu-nav>li>a {
  color: rgba(85, 85, 85, 1.00);
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu .submenu-nav>li>a:hover {
  color: rgba(47, 49, 139, 1.00);
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu:hover a {
  color: rgba(47, 49, 139, 1.00);
}

.header-menu .header-navigation .main-menu .has-submenu .submenu-nav>li.has-submenu:hover:after {
  color: rgba(47, 49, 139, 1.00) !important;
}

.header-menu .header-action {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.header-menu .header-action .menu-item>ul {
  display: flex;
  margin: 0;
}

.header-menu .header-action .menu-item>ul>li {
  padding: 0 11px;
  position: relative;
}

.header-menu .header-action .menu-item>ul>li a {
  font-size: 0.9375rem;
  line-height: 26px;
  color: rgba(85, 85, 85, 1.00);
}

.header-menu .header-action .menu-item>ul>li a span {
  margin-left: 3px;
}

.header-menu .header-action .menu-item>ul>li::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  width: 1px;
  height: 14px;
  background-color: rgba(170, 170, 170, 1.00);
}

.header-menu .header-action .menu-item .has-submenu .submenu-nav {
  width: 180px;
  background-color: rgba(255, 255, 255, 1.00);
}

.header-menu .header-action .menu-item .has-submenu .submenu-nav>li {
  padding: 4px 20px;
}

.header-menu .btn-menu {
  background-color: transparent;
  color: rgba(51, 51, 51, 1.00);
  border: none;
  margin: 0;
  padding: 0;
  font-size: 25px;
  height: 62px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.header-menu .btn-menu:hover {
  color: rgba(47, 49, 139, 1.00);
}

.header-logo {
  display: flex;
  align-items: center;
  height: 85px;
}




.header-action .action-item {
  color: rgba(51, 51, 51, 1.00);
  ;
  font-size: 22px;
  text-align: right;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  cursor: pointer;
}

.header-action .action-item:hover {
  color: rgba(47, 49, 139, 1.00);
}

.off-canvas-wrapper {
  position: fixed;
  left: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9999;
}

.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  left: 0;
}

.off-canvas-wrapper.active .off-canvas-inner {
  -webkit-transform: none;
  transform: none;
}

.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.off-canvas-wrapper.active .btn-close {
  display: block;
}

.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.off-canvas-wrapper .btn-menu-close {
  display: block;
  width: 100%;
  height: 41px;
  background-color: rgba(0, 162, 233, 1.00);
  opacity: 1;
  border-radius: 0;
  color: #fff;
  background-image: none;
  padding: 0 20px;
  line-height: 41px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  border: none;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.off-canvas-wrapper .btn-menu-close i {
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 18px;
  font-size: 1.0625rem;
}

.off-canvas-wrapper .btn-menu-close:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(47, 49, 139, 1.00);
}

.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0;
  position: relative;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 350px;
  z-index: 9;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin: 0;
  padding: 0;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}

.fix {
  overflow: hidden;
}

.map-title {
  font-weight: 500;
  padding-bottom: 5px;
}

.map-content {
  color: rgba(102, 102, 102, 1.00);
  font-size: 0.875rem;
}

.left-area {
  position: sticky;
  top: -48px;
}

.left-area h2 {
  font-size: 1.3125rem;
  font-weight: 700;
  padding-bottom: 17px;
}

.left-menu ul {
  margin: 0;
  padding: 0;
}

.left-menu ul li {
  border-top: 1px solid rgba(219, 221, 220, 1.00);
}

.left-menu ul li:last-child {
  border-bottom: 1px solid rgba(219, 221, 220, 1.00);
}

.left-menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(51, 51, 51, 1.0);
  padding: 9px 13px 9px 15px;
}

.left-menu ul li:hover a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 162, 234, 1.00);
}

.left-menu ul li.on a {
  background-color: rgba(0, 162, 234, 1.00);
  color: rgba(255, 255, 255, 1.0);
  font-weight: 700;
}


/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area .home-slider-container {
  position: relative;
}

.home-slider-area .home-slider-container .swiper-wrapper {
  position: relative;
}

.home-slider-area .home-slider-container .swiper-wrapper .slider-content {
  height: 700px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  object-fit: cover;
}

.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .title {
  font-size: 4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1.00);
  margin-bottom: 20px;
}

.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text {
  background-color: rgba(0, 0, 0, .25);
  width: 100%;
  display: none;
}

.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text h3 {
  color: #FFF;
  font-size: 1.5rem;
}

.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text p {
  color: #FFF;
  font-size: 1rem;
}

.home-slider-area .home-slider-container .swiper-button-next,
.home-slider-area .home-slider-container .swiper-button-prev {
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.home-slider-area .home-slider-container .swiper-button-next:after,
.home-slider-area .home-slider-container .swiper-button-prev:after {
  display: none;
}

.home-slider-area .home-slider-container .swiper-button-next:hover,
.home-slider-area .home-slider-container .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1.0);
}

.home-slider-area .home-slider-container .swiper-button-next {
  right: 20px;
}

.home-slider-area .home-slider-container .swiper-button-prev {
  left: 20px;
}

.home-slider-area .home-slider-container:hover .swiper-button-next,
.home-slider-area .home-slider-container:hover .swiper-button-prev {
  opacity: 0.5;
}

.home-slider-area .home-slider-container .swiper-button-prev {
  left: 20px;
}

.home-slider-area .home-slider-container .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid transparent;
  position: relative;
  background-color: transparent;
  margin: 0 5px;
  transition: all 0.3s;
  opacity: 0.6;
}

.home-slider-area .home-slider-container .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 1.0);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all .3s;
}

.home-slider-area .home-slider-container .swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 1.0);
  opacity: 1;
}

.home-slider-area .home-slider-container .swiper-pagination-bullet-active:before {
  opacity: 1;
  width: 6px;
  height: 6px;
}

.home-slider-area .home-slider-container .swiper-pagination-bullet {
  bottom: 20px;
}


@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text {
    margin-bottom: 30px;
  }

  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .btn-slider {
    padding: 6px 15px;
    font-size: 1rem;
  }

  .home-slider-area .home-slider-container .swiper-wrapper .slider-content {
    height: 290px;
  }

  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .title {
    font-size: 1.375rem;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .home-slider-area .home-slider-container .swiper-button-next,
  .home-slider-area .home-slider-container .swiper-button-prev {
    display: none;
  }

  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text p span {
    font-size: 0;
    padding: 0 4px;
  }

  .home-slider-area .home-slider-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 3px;
  }

  .home-slider-area .home-slider-container .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;

  }

  .home-slider-area .home-slider-container .swiper-pagination-bullet-active:before {
    width: 6px;
    height: 6px;
  }

  .home-slider-area .home-slider-container .swiper-pagination-bullet {
    bottom: 10px;
    display: none;
  }
  .home-hot {
  height: 60px;
  overflow: hidden;
}

}

/*
-----------------------------------------------------------------------
    Home CSS
-----------------------------------------------------------------------
*/
@keyframes fade {
  0% {
    transform: translateY(30px);
    opacity: .5
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.home_list {
  margin-top: 30px;
  width: 100%;
}

.home_list .container {
  position: relative;
  height: 500px;
  background: url(../images/ban.png) no-repeat top center;
}

.home_list img {
  border-radius: 80px;
  display: block;
  border: 2px solid #00A2E9
}

.home_list a {
  display: block;
  color: rgba(255, 255, 255, 1.0);
  font-size: 0.93753rem;
}

.home_list .img-1 {
  position: absolute;
  top: 160px;
  left: 16px;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.home_list .tit-1 {
  position: absolute;
  top: 318px;
  left: 54px
}

.home_list .img-1:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.home_list .img-1 img {
  width: 142px;
  height: 142px
}

.home_list .img-2 {
  position: absolute;
  top: 330px;
  left: 285px;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.home_list .img-2:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.home_list .img-2 img {
  width: 84px;
  height: 84px
}

.home_list .tit-2 {
  position: absolute;
  top: 426px;
  left: 296px;
}

.home_list .img-3 {
  position: absolute;
  top: 50px;
  left: 370px;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
.home_list .img-3:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.home_list .img-3 img {
  width: 106px;
  height: 106px;
}

.home_list .tit-3 {
  position: absolute;
  top: 170px;
  left: 395px;
}
.home_list .img-4 {
  position: absolute;
  top: 190px;
  left: 640px;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.home_list .img-4:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.home_list .img-4 img {
  width: 94px;
  height: 94px
}

.home_list .tit-4 {
  position: absolute;
  top: 296px;
  left: 658px;
}

.home_list .img-5 {
  position: absolute;
  top: 75px;
  right: 350px;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0
}

.home_list .img-5:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9
}

.home_list .img-5 img {
  width: 106px;
  height: 106px
}

.home_list .tit-5 {
  position: absolute;
  top: 193px;
  right: 365px;
}

.home_list .img-6 {
  position: absolute;
  top: 283px;
  right: 220px;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0
}

.home_list .img-6 img {
  width: 128px;
  height: 128px;
}

.home_list .img-6:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9
}

.home_list .tit-6 {
  position: absolute;
  top: 423px;
  right: 248px;
}

.home_list .img-7 {
  position: absolute;
  top: 123px;
  right: 16px;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0
}

.home_list .img-7:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9
}

.home_list .img-7 img {
  width: 74px;
  height: 74px
}

.home_list .tit-7 {
  position: absolute;
  top: 209px;
  right: 14px;
}

.home-news {
  padding: 50px 0 0 0;
  background: linear-gradient(rgba(241, 243, 242, 1.0), rgba(255, 255, 255, 1.0))
}

.home-news .home-news-container h3 {
  padding: 15px;
  background-color: rgba(255, 255, 255, 1.00);
  margin: 0;
}
.home-news .home-news-container h3 a{
  display: block;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 140px;
}

.home-news .swiper-pagination-bullets {
  width: auto;
  right: 15px;
  left: auto;
  bottom: 15px;
}

.home-news .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  border-radius: 0;
  text-align: center;
  line-height: 24px;
  font-size: 0.875rem;
  color: rgba(85, 85, 85, 1.00);
  opacity: 1;
  background: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(231, 231, 231, 1.00);
  margin: 0 0 0 -1px !important;
}

.home-news .swiper-pagination-bullet-active {
  color: #fff;
  background: rgba(0, 162, 234, 1.00);
  border: 1px solid rgba(0, 162, 234, 1.00);
}


.home-news-lists .news-top {
  display: flex;
  border-bottom: 1px solid rgba(219, 221, 220, 1.00);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.home-news-lists .news-top .news-image {
  margin-right: 15px;
  width: 150px;
  flex-shrink: 0;
}
.home-news-lists .news-top .news-text{
  overflow: hidden;
}

.home-news-lists .news-top .news-text a{
  flex: 1;
  min-width: 0;
  display: block;
  padding-bottom: 6px;
  font-size: 1.0625rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-lists .news-top .news-text p {
  line-height: 1.8;
  position: relative;
  color: rgba(85, 85, 85, 1.00);
}

.home-news-lists .news-top .news-text span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(187, 187, 187, 1.00);
  font-size: 0.9375rem;
}

.home-news-lists .news-title {
  display: flex;
  margin: 6px 0;
  justify-content: space-between;
  align-items: center;
}

.home-news-lists .news-title a {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}
.home-news-lists .news-title .news-date {
  color: rgba(187, 187, 187, 1.00);
  font-size: 0.9375rem;
}
.home-news .news-more {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.home-news .news-more a {
  color: rgba(0, 162, 233, 1.00);
}
.home-news .news-more a:hover {
  color: rgba(47, 49, 139, 1.00);
}
.home-hot {
  height: 60px;
  overflow: hidden;
}

.home-hot .d-flex {
  justify-content: flex-start;
  align-items: center;
}

.home-hot .hot-more {
  margin-left: auto;
}

.home-hot .hot-data {
  margin-left: 10px;
  color: rgba(187, 187, 187, 1.00);
  font-size: 0.9375rem;
}
.home-hot .hot-more a {
  color: rgba(0, 162, 233, 1.00);
}
.home-hot .hot-more a:hover {
  color: rgba(47, 49, 139, 1.00);
}
.home-hot h3 {
  display: flex;
  align-items: center;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-right: 25px;
}

.home-hot .icon-volume-2 {
  margin: 0 8px 0 0;
  font-size: 1.375rem;
  color: rgba(0, 162, 234, 1.00)
}

.home-hot .hot-content {
  overflow: hidden;
  height: 60px;
}
.home-hot .hot-content .swiper-slide a {
  line-height: 60px;
  color: rgba(51, 51, 51, 1.0);
}
.home-hot .hot-content .swiper-slide a:hover {
  color: rgba(47, 49, 139, 1.00);
}
.home-about {
  margin: 62px 0 0 0;
}

.home-products {
  margin: 70px 0 0 0;
}

.home-products .tab-content .tab-pane.active {
  display: block;
  animatin: fade 0.3s;
  -webkit-animation: fade 0.3s;
}

.home-products .nav-pills {
  padding: 0 0 40px 0;
  justify-content: flex-start;
  align-items: center;
}

.home-products .nav-pills .nav-item.last {
  margin-left: auto;
}

.home-products .nav-pills .nav-link {
  color: rgba(136, 136, 136, 1.00);
  font-size: 1rem;
  font-weight: 500;
  ;
  transition: all .3s;
  padding: 0;
  margin: 0 3rem 0 0;
}

.home-products .nav-pills .nav-item.last .nav-link {
  margin: 0;
  color: rgba(47, 49, 139, 1.00);
}

.home-products .nav-pills .nav-item.last .nav-link span {
  margin-left: 4px;
  font-size: 14px;
  ;
}

.home-products .nav-pills .nav-link.active {
  background-color: transparent;
  border-radius: 0;
  color: rgba(47, 49, 139, 1.00);
  font-weight: 700;
  ;
  font-size: 1.5rem;
}

.home-products .tab-content .row {
  margin-right: -20px;
  margin-left: -20px;
}

.home-products .tab-content .row>[class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.home-products .tab-content .product-thumb h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
}
.home-news-lists .news-title .square {
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(0, 162, 234, 1.00);
  flex-shrink: 0;
  margin: 2px 7px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-hot {
    background: rgba(241, 243, 242, 1.0);
  }
  .home-about {
    margin: 50px 0 0 0;
  }
  .home-news .home-news-container h3 {
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px 0;
  }
  .home-news .home-news-container h3 a {
    line-height: 50px;
    display: block;
    font-size: 1.0625rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0;
  }

  .home-news .swiper-pagination-bullets {
    width: 100%;
    right: auto;
    left: 0;
    bottom: 70px;
  }
  .home-news .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    text-align: center;
    opacity: 0.5;
    background: rgba(255, 255, 255, 1.0);
    margin: 0 3px !important;
    border: 0;
    font-size: 0;
    text-indent: 9999;
  }
  
  .home-news .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0, 162, 234, 1.00);
    border: 1px solid rgba(0, 162, 234, 1.00);
  }
  .home-news-lists{
    padding: 0 5px;
  }
  .home-news-lists .news-title {
    display:flex;
    align-items: center;
    justify-content: flex-start;
  }
  .home-news-lists .news-title .square{
    display: block;
    width: 5px;
    height: 5px;
    background: rgba(0, 162, 234, 1.00);
    flex-shrink: 0;
    margin: 2px 7px 0 0;
  }
  .home-news-lists .news-title .news-date {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(187, 187, 187, 1.00);
    font-size: 0.9375rem;
  }
  
  .home-news-lists .news-title a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-right: 0;
  }
  .home-news .news-more {
    display: flex;
    justify-content:center;
    border: 1px solid rgba(0, 162, 233, 1.00);
    padding: 8px 0;
    margin: 30px 5px 0 5px;
  }
 
  .home-news {
    padding: 0;
  }
  .home-products {
    margin: 50px 0 0 0;
  }

  .home-products .nav-pills {
    padding: 0 0 30px 0;
  }

  .home-products .nav-pills .nav-link.active {
    font-weight: 700;
    font-size: 1.25rem;
  }

  .home-products .nav-pills .nav-link {
    margin: 0 20px 0 0;
  }

  .home-products .tab-content .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .home-products .tab-content .row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .home-products .tab-content .product-thumb h5 {
    font-size: 1rem;
    font-weight: 400;
    margin: 10px 0 30px 0;
  }
  .home-hot .icon-volume-2 {
    margin: 0 8px 2px 0;
  }
}

/*
-----------------------------------------------------------------------
    About CSS
-----------------------------------------------------------------------
*/
.about-area {
  margin: 50px 0 0 0;
}

.about-area .row {
  margin-right: -30px;
  margin-left: -30px;
}

.about-area .row>[class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.about-area .right-area .content {
  margin: 40px 0 80px 0;
}
.about-area h4{
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 30px;
}
.p-thumb {
  position: relative;
  overflow: hidden;
}

.p-thumb img {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.p-thumb:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.about-scale .swiper-wrapper .swiper-slide:nth-child(1) .scale-c {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.about-scale .swiper-wrapper .swiper-slide:nth-child(2) .scale-c {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(225, 227, 226, 1.00);
  border-right: 1px solid rgba(225, 227, 226, 1.00);
}

.about-scale .swiper-wrapper .swiper-slide:nth-child(3) .scale-c {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about-scale .scale-o {
  display: flex;
  margin-right: 15px;
}

.about-scale .scale-o span:before {
  color: rgba(20, 162, 233, 1.00);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: rgba(241, 243, 242, 1.00);
  border-radius: 50%;
}

.about-scale .scale-o span.icon-3:before {
  font-size: 2.25rem;
}

.about-scale .scale-o span.icon-command:before {
  font-size: 1.875rem;
}

.about-scale .scale-o span.icon-users2:before {
  font-size: 1.8125rem;
}

.about-scale .scale-t h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.about-scale .scale-t p {
  color: rgba(85, 85, 85, 1.00);
}

@media (min-width: 992px) {
  .about-area .row .col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }

  .about-area .col-lg-9 {
    flex: 0 0 auto;
    width: 77.5%;
  }
}
@media only screen and (max-width: 767px) {
  .about-area {
    margin: 0;
    background: linear-gradient(rgba(241, 243, 242, 1.0), rgba(255, 255, 255, 1.0));
  }
  .about-area .right-area .content {
    margin: 30px 0 0 0;
  }

  .about-scale .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-scale .swiper-wrapper .swiper-slide .scale-t h4{
    margin-top: 10px;
    font-weight: 400;
    font-size: 1rem;
  }
  .about-scale .swiper-wrapper .swiper-slide .scale-t p{
    display: none;
  }
  .about-scale .swiper-wrapper .swiper-slide .scale-c {
    justify-content: center;
    flex-direction: column;
  }
  .about-scale .swiper-wrapper .swiper-slide:nth-child(2) .scale-c {
    border-left: 0;
    border-right: 0;
   
  }
  .about-scale .scale-o {
    margin-right: 10px;
  }
  .about-scale .scale-o span:before {
    width: 56px;
    height: 56px;
  }
  .about-scale .scale-o span.icon-3:before {
    font-size: 2rem;
  }

  .about-scale .scale-o span.icon-command:before {
    font-size: 1.625rem;
  }
  
  .about-scale .scale-o span.icon-users2:before {
    font-size: 1.625rem;
  }
  
}



/*
-----------------------------------------------------------------------
    Business CSS
-----------------------------------------------------------------------
*/
.business-area{
  margin: 50px 0 0 0;
}

.business-area .row {
  margin-right: -30px;
  margin-left: -30px;
}

.business-area .row>[class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.business-area .right-area .content {
  margin: 40px 0 80px 0;
}
.business-area h4{
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .business-area .row .col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }

  .business-area .col-lg-9 {
    flex: 0 0 auto;
    width: 77.5%;
  }
}
@media only screen and (max-width: 767px) {
  .business-area {
    margin: 0;
    background: linear-gradient(rgba(241, 243, 242, 1.0), rgba(255, 255, 255, 1.0));
  }
  .business-area .right-area .content {
    margin: 30px 0 0 0;
  }
}

.complain-area {
  margin: 50px 0 0 0;
}

.complain-area .row {
  margin-right: -30px;
  margin-left: -30px;
}

.complain-area .row>[class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.complain-area .right-area .content {
  margin: 40px 0 80px 0;
}

.complain-area .right-area .content .complain-note p {
  line-height: 1.8;
}

.complain-area .right-area .content .complain-form {
  margin: 50px 0 0 0;
  padding: 60px;
  background-color: rgba(246, 248, 247, 1.0);
}

.complain-area .right-area .content .complain-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.complain-area .right-area .content .complain-form label {
  flex-shrink: 0;
  min-width: 15%;
}

.complain-area .right-area .content .complain-form .form-control {
  border-radius: 0;
  padding: 5px 10px;
}

.complain-area .right-area .content .complain-form .form-control:focus {
  color: rgba(51, 51, 51, 1.00);
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25) !important;
}

.complain-area .right-area .content .complain-form .control-vcode {
  display: flex;
  align-items: center;
}

.complain-area .right-area .content .complain-form .control-vcode .inp_vcode {
  width: 50%;
  margin-right: 15px;
}

.complain-area .right-area .content .complain-form .btn-primary {
  margin-top: 5px;
  background: rgba(0, 162, 234, 1.00);
  border-radius: 0;
  border: 0;
  padding: 8px 24px;
}

.contact-area {
  margin: 50px 0 0 0;
}

.contact-area .row {
  margin-right: -30px;
  margin-left: -30px;
}

.contact-area .row>[class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.contact-area .right-area .content {
  margin: 40px 0 80px 0;
}

.contact-area .right-area .content .p1 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-area .baidu-map {
  width: 100%;
  height: 500px;
}

@media (min-width: 992px) {
  .contact-area .row .col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }

  .contact-area .col-lg-9 {
    flex: 0 0 auto;
    width: 77.5%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area {
    margin: 0;
    background: linear-gradient(rgba(241, 243, 242, 1.0), rgba(255, 255, 255, 1.0));
  }
  .contact-area .right-area .content {
    margin: 30px 0 0 0;
  }

  .contact-area .baidu-map {
    width: 100%;
    height: 480px;
  }
}

@media (min-width: 992px) {
  .complain-area .row .col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }

  .complain-area .col-lg-9 {
    flex: 0 0 auto;
    width: 77.5%;
  }
}

@media only screen and (max-width: 767px) {
  .complain-area .right-area .content .complain-form {
    margin: 0;
    padding: 30px 0px;
    background-color: transparent;
  }

  .complain-area .right-area .content .complain-form .form-group {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .complain-area .right-area .content .complain-form label {
    min-width: unset;
    margin-bottom: 5px;
  }

  .complain-area .right-area .content .complain-form .btn-primary {
    width: 100%;
  }

  .complain-area .right-area .content .complain-form .control-vcode {
    width: 100%;
    justify-content: space-between;
  }

  .complain-area .right-area .content .complain-form .control-vcode .inp_vcode {
    flex-grow: 1;
  }

  .complain-area {
    margin: 0;
    background: linear-gradient(rgba(241, 243, 242, 1.0), rgba(255, 255, 255, 1.0));
  }

  .complain-area .right-area .content {
    margin: 30px 0 0 0;
  }
}

/*
-----------------------------------------------------------------------
    Form CSS
-----------------------------------------------------------------------
*/
.contact-form .form-group .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-color: #b9b9b9;
  height: 46px;
  padding: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  border-width: 1px;
  margin: 0 0 15px 0;
  color: #777777;
}

.contact-form .form-group .form-control:active,
.contact-form .form-group .form-control:focus {
  border-color: #b9b9b9;
}

.contact-form .form-group textarea.form-control {
  height: 166px;
  resize: none;
  padding-top: 10px;
}

.contact-form .form-group .btn-contact {
  width: 100%;
  border: none;
  color: #fff;
  background-color: rgba(47, 49, 139, 1.00);
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 10px;
  border-radius: 0;
  padding: 0;
  height: 48px;
  text-decoration: none;
}

.contact-form .form-group .btn-contact:hover {
  border: none;
  color: #fff;
}

.search-form {
  border: 1px solid #d0d6e2;
  margin-left: 14px;
  border-radius: 20px;
  width: 172px;
  position: relative;
  background-color: rgba(255, 255, 255, 1.00);
}

.search-form .form-group .form-control {
  font-size: 0.875rem;
  color: rgba(119, 119, 119, 1.00);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 10px;
  background: transparent;
  line-height: 26px;
}

.search-form .form-group .form-control:focus {
  border: 0;
}

.search-form .form-group .btn-search {
  border: none;
  background-color: transparent;
  color: rgba(0, 162, 234, 1.00);
  display: inline-block;
  position: absolute;
  line-height: 24px;
  font-size: 1.066rem;
  top: 0;
  right: 3px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}


/*
-----------------------------------------------------------------------
    NEWS CSS
-----------------------------------------------------------------------
*/
.news-list-area {
  margin: 50px 0 0 0;
}

.news-list-area .row {
  margin-right: -25px;
  margin-left: -25px;
}

.news-list-area .row>[class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.news-list-area .news-list {
  display: flex;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid rgba(229, 231, 230, 1.00);
}

.news-list-area .news-list .n-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 0 0 20px;
  line-height: 1.8;
}
.news-list-area .news-list .n-time-m{
  display: none;
}
.news-list-area .news-list h4 {
  color: rgba(51, 51, 51, 1.00);
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.news-list-area .news-list .n-time {
  width: 68px;
  flex-shrink: 0;
}

.news-list-area .news-list .day,
.news-list-area .news-list .date {
  background-color: #eae6e2;
  display: block;
  text-align: center;
}

.news-list-area .news-list .day {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #fff;
  color: rgba(51, 51, 51, 1.00);
  font-size: 1.75rem;
}

.news-list-area .news-list .date {
  height: 24px;
  line-height: 24px;
  font-size: 0.875rem;
}

.news-list-area .news-list .n-note {
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(85, 85, 85, 1.00);
}

.news-list-area .news-list .n-more {
  color: rgba(0, 162, 233, 1.00);
  align-self: flex-end;
  margin-top: 5px;
}

.news-list-area .news-list .more:hover {
  color: rgba(26, 111, 184, 1.00);
}

.news-detail-area {
  margin: 50px 0 0 0;
}
.news-detail-area .row {
  margin-right: -30px;
  margin-left: -30px;
}
.news-detail-area .row>[class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
.news-detail-area .news-detail .title {
  margin: 30px 0 30px 0;
}
.news-detail-area .news-detail .title h3{
  font-weight: 700;
  font-size: 1.125rem;
}
.news-detail-area .news-detail .title .date{
  display: block;
  padding-top: 10px;
}
.news-detail-area .news-detail .date {
  color: rgba(153, 153, 153, 1.00)
}
.news-detail-area .news-detail .next_prev {
  border-top: 1px solid rgba(221, 221, 221, 1.00);
  padding: 20px 0 40px 0;
  margin-top: 50px;
}
.news-detail-area .news-detail .next_prev a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0;
  color: rgba(85, 85, 85, 1.00);
}
.news-detail-area .news-detail .next_prev a:hover{
  color: rgba(0, 162, 234, 1.00);
}

@media (min-width: 992px) {
  .news-list-area .row .col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .news-list-area .row .col-lg-9 {
    flex: 0 0 auto;
    width: 77.5%;
  }
  .news-detail-area .row .col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .news-detail-area .row .col-lg-9 {
    flex: 0 0 auto;
    width: 77.5%;
  }
}
@media only screen and (max-width: 767px) {
  .news-list-area {
    margin: 0;
    background: linear-gradient(rgba(241, 243, 242, 1.0), rgba(255, 255, 255, 1.0));
  }
  .news-list-area .news-list {
    padding: 30px 0 25px 0;
  }
  .news-list-area .right-area .content {
    margin: 30px 0 0 0;
  }
  .news-list-area .news-list h4 {
    font-size: 1.0625rem;
  }
  .news-detail-area {
    margin: 0;
    background: linear-gradient(rgba(241, 243, 242, 1.0), rgba(255, 255, 255, 1.0));
  }
  .news-list-area .news-list h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .news-list-area .news-list .n-time{
    display: none;
  }
  .news-list-area .news-list .n-text {
    margin: 0;
    overflow: hidden;
    line-height: 1.8;
  }
  .news-list-area .news-list .n-note {
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-detail-area .news-detail .title h3 {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
  .news-detail-area .news-detail .date {
    color: rgba(0, 162, 234, 1.00);
  }
}


/*
-----------------------------------------------------------------------
  PRODUCT CSS
-----------------------------------------------------------------------
*/

.products-list-area {
  margin-top: 70px;
}

.products-list-area .row {
  margin-right: -30px;
  margin-left: -30px;
}

.products-list-area .row>[class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 60px;
}

.products-list-area .products-list .image {
  position: relative;
}

.products-list-area .products-list .image h5 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(85, 85, 85, 1.00);
  margin-top: 15px;
  text-align: center;
}

.products-list-area .products-list .image img {
  width: 100%;
  transform-origin: bottom center;
  transition: all .5s;
}

.products-list-area .products-list .image .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.products-list-area .products-list .image:hover .hover {
  opacity: 1;
}

.products-detail-area {
  margin-top: 70px;
}

.products-detail-area .row {
  margin-right: -25px;
  margin-left: -25px;
}

.products-detail-area .row>[class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.products-detail-area .products-detail .product-thumb {
  position: relative;
}

.products-detail-area .products-detail .product-thumb .lightbox-image {
  cursor: crosshair;
}

.products-detail-area .products-detail .product-thumb .zoomImg {
  pointer-events: none;
}

.products-detail-area .products-detail .product-nav {
  margin-top: 15px;
  padding: 0;
}

.products-detail-area .products-detail .product-nav img {
  cursor: pointer;
  border: 1px solid #eee;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.products-detail .product-nav .swiper-wrapper .swiper-slide {
  opacity: 0;
}

.products-detail .product-nav .swiper-wrapper .swiper-slide-thumb-active img {
  border-color: #666;
}

.products-detail .product-nav .swiper-wrapper .swiper-slide-visible {
  opacity: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.products-detail .product-nav .swiper-button-prev {
  background-color: transparent;
  color: #666;
  left: 0;
  opacity: 1;
  font-size: 32px;
  width: 36px;
  height: 36px;
}

.products-detail .product-nav .swiper-button-prev:hover {
  color: #fff;
  background-color: rgba(47, 49, 139, 1.00);
}

.products-detail .product-nav .swiper-button-next {
  background-color: transparent;
  color: #666;
  right: 0;
  opacity: 1;
  font-size: 32px;
  width: 36px;
  height: 36px;
}

.products-detail .product-nav .swiper-button-next:hover {
  color: #fff;
  background-color: rgba(47, 49, 139, 1.00);
}

.products-detail .product-info .m-title {
  color: rgba(51, 51, 51, 1.00);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.products-detail .product-info .s-title {
  color: rgba(153, 153, 153, 1.00);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.products-detail .product-info .p-note {
  background: #f7f7f7;
  padding: 20px;
}

.products-detail .product-info .p-buy {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: flex-start;
}

.products-detail .product-info .p-buy .icon {
  font-size: 1.25rem;
  padding-right: 8px;
}

.products-detail .product-info .p-buy .buy-n {
  text-align: center;
  width: 30%;
  display: block;
  background-color: rgba(47, 49, 139, 1.00);
  padding: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1.00);
}

.products-detail .product-info .p-buy .buy-i {
  text-align: center;
  width: 30%;
  margin-left: 20px;
  display: block;
  background-color: rgba(47, 49, 139, 1.00);
  padding: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1.00);

}

.product-tab .tab-content .tab-pane.active {
  display: block;
  animatin: fade 0.3s;
  -webkit-animation: fade 0.3s;
}

.product-tab .nav-pills {
  padding: 0 0 40px 0;
  justify-content: flex-start;
  align-items: center;
}

.product-tab .nav-pills .nav-item.last {
  margin-left: auto;
}

.product-tab .nav-pills .nav-link {
  color: rgba(136, 136, 136, 1.00);
  font-size: 1rem;
  font-weight: 500;
  ;
  transition: all .3s;
  padding: 0;
  margin: 0 3rem 0 0;
}

.product-tab .nav-pills .nav-item.last .nav-link {
  margin: 0;
  color: rgba(47, 49, 139, 1.00);
}

.product-tab .nav-pills .nav-item.last .nav-link span {
  margin-left: 4px;
  font-size: 14px;
}

.product-tab .nav-pills .nav-link.active {
  background-color: transparent;
  border-radius: 0;
  color: rgba(47, 49, 139, 1.00);
  font-weight: 700;
  font-size: 1.5rem;
}

.products-detail .product-info .prices {
  margin-bottom: 10px;
}

.products-detail .product-info .prices .price {
  font-size: 16px;
  font-weight: 400;
  color: rgba(47, 49, 139, 1.00);
}

.products-detail .product-info .prices .price-old {
  color: #000;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}

.products-detail .product-info .rating-box-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.products-detail .product-info .rating-box-wrap .rating-box {
  color: #dc9a0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 5px;
  position: relative;
  top: -1px;
}

.products-detail .product-info .rating-box-wrap .review-status a {
  color: #585858;
  font-size: 15px;
  margin-left: 5px;
}

.products-detail .product-info .rating-box-wrap .review-status a:hover {
  color: rgba(47, 49, 139, 1.00);
}

.products-detail .product-info p {
  color: rgba(47, 49, 139, 1.00);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}

.products-detail .shipping-policy-list {
  padding: 0 0 0 25px;
}

.products-detail .shipping-policy-list li {
  line-height: 1.5;
  margin-bottom: 10px;
  list-style: disc;
  color: #7a7a7a;
}

.products-detail-area .product-tab {
  margin-top: 70px;
}

.products-detail .product-tab #content-1 p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .products-list-area {
    margin-top: 40px;
  }

  .products-detail .product-info {
    margin-top: 40px;
  }

  .products-list-area .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .products-list-area .row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 30px;
  }

  .products-detail-area {
    margin-top: 40px;
  }

  .products-detail .product-info .m-title {
    font-size: 1.125rem;
  }

  .products-detail .product-info .p-buy .buy-n {
    width: calc(50% - 10px);
    padding: 9px;
    font-size: 1rem;
    margin-right: 10px;
  }

  .products-detail .product-info .p-buy .buy-i {
    width: calc(50% - 10px);
    padding: 9px;
    font-size: 1rem;
    margin-left: 10px;
  }

  .product-tab .nav-pills {
    padding: 0 0 30px 0;
  }

  .product-tab .nav-pills .nav-link.active {
    font-size: 1.25rem;
  }

  .product-tab .nav-pills .nav-link {
    margin: 0 2rem 0 0;
  }

  .products-detail .product-info .s-title {
    margin-bottom: 30px;
  }
}



/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/

.footer-top {
  padding-bottom: 60px;
}

.footer-top .footer-title h5 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.footer-top .footer-title .btn {
  display: none;
}

.footer-top .footer-list ul {
  margin: 0;
  padding: 0;
}

.footer-top .footer-list ul li {
  padding: 0 0 9px 0;
}

.footer-top .footer-list .f-tel .title {
  margin: 0 0 10px 0;
}

.footer-top .footer-list .f-tel .phone {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: rgba(47, 49, 139, 1.00);
  line-height: 1;
}

.footer-accordion .f-ewm {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.footer-accordion .f-ewm .image {
  width: 110px;
  margin: 0px 0 0 15px;
}

.footer-accordion .f-ewm .image img {
  border: 2px solid rgba(255, 255, 255, 1.00);
}

.footer-accordion .f-ewm .image span {
  font-size: 0.875rem;
  display: block;
  text-align: center;
  padding-top: 5px;
}

.footer-bottom {
  background-color: rgba(247, 247, 247, 1.00);
}

.footer-bottom .content {
  border-top: 1px solid rgba(227, 227, 227, 1.00);
  padding: 20px 0;
}

.footer-bottom .copyright {
  font-size: 0.9375rem;
}

.footer-bottom .beian {
  text-align: right;
}

.header-action .action-info {
  display: none;
  position: fixed;
  width: 100%;
  top: 82px;
  left: 0px;
  background: #fff;
  z-index: 99999;
  padding: 50px 0;
}

.header-action .ative .action-info {
  display: block;
  background: #f5f5f5;
}

.header-action .close-item {
  display: none;
  cursor: pointer;
}

.header-action .ative .close-item {
  display: inline-block;
  color: rgba(51, 51, 51, 1.0);
  font-size: 22px;
  width: 40px;
  line-height: 83px;
  text-align: right;
}

.header-action .action-item {
  display: inline-block !important;
}

.header-action .ative .action-item {
  display: none !important;
}

.is-sticky {
  position: fixed;
  top: 92px;
}

.collapse:not(.show) {
  display: block !important;
}

.footer-top {
  background: url(../images/bottom.jpg) no-repeat center bottom;
  margin: 80px 0 0 0;
  padding: 50px 0 80px 0;
}

.footer-top h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.footer-top .footer-title {
  display: none;
}

.footer-top .footer-btn {
  display: none;
}

.footer-top .footer-accordion .f-menu{
  margin: 0;
}

.footer-top .footer-accordion .f-menu a {
  font-size: 1.0625rem;
  font-weight: 700;
}

.footer-top .footer-accordion .f-menu .hx {
  font-size: 0.875rem;
  padding: 0 7px;
  color: rgba(170, 170, 170, 1.00);
}

.footer-top .footer-accordion .f-info {
  color: rgba(85, 85, 85, 1.00);
  line-height: 1.8;
  margin-top: 12px;
}


.footer-top #collapse3 .footer-list {
  display: flex;
  justify-content: flex-end;
}

.footer-top .footer-accordion .f-code {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px 3px 3px;
  background: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(228, 228, 228, 1.00);
}
.footer-top .footer-accordion .f-code .image {
  width: 82px;
  height: auto;
  margin-right: 10px;
}
.footer-top .footer-accordion .f-code .text {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767px) {

  .footer-top {
    margin: 60px 0 0 0;
    padding: 30px 0 30px 0;
    background-size: 300%;
    background-color: rgba(241, 243, 242, 1.00);
  }
  .footer-top .footer-btn {
    display: block;
  }

  .footer-top .footer-title h5 {
    font-weight: 700;
    font-size: 1.0625rem;
    margin-bottom: 0px;
  }

  .footer-top .footer-title {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
  }

  .footer-top .footer-btn::before {
    font-family: 'ionicons';
    content: "\eb85";
    font-size: 1rem;
  }

  .footer-top .footer-btn.collapsed::before {
    content: "\eba0";
    font-size: 1.0625rem;
  }


  .footer-top .footer-accordion .f-menu {
    padding: 15px;
    background-color: rgba(255, 255, 255, 1.0);
    line-height: 1.8;
  }

  .footer-top .footer-accordion .f-menu a {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(85, 85, 85, 1.00);
  }

  .footer-top .footer-accordion .f-menu .hx {
    display: none;
  }

  .footer-top .footer-accordion .f-info {
    padding: 15px;
    background-color: rgba(255, 255, 255, 1.0);
    line-height: 1.8;
  }

  .footer-top #collapse3 .footer-list {
    justify-content: flex-start;
  }

  .footer-top .footer-accordion .f-code {
    width: 100%;
    display: block;
    padding: 15px;
    background: rgba(255, 255, 255, 1.0);
    border: 0;
  }
  .footer-top .footer-accordion .f-copyright {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(219, 221, 220, 1.00);
    font-size: 1rem;
    text-align: center;
  }
  .footer-top .footer-accordion .f-code .image {
    margin-left: 5px;
    margin-right: 0;
  }
}

/* 在线客服 */
.kfonline {
  position: fixed;
  right: 5px;
  bottom: 25%;
  margin-top: -100px;
  z-index: 100;
  background: #fff;
  z-index: 9998;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.kfonline .kfonline-icon {
  width: 52px;
  height: 62px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kfonline .kfonline-icon:first-child {
  border-top: 0;
}

.kfonline .kfonline-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kfonline .kfonline-icon .icon {
  margin: 0 0 3px 0;
  color: rgba(153, 153, 153, 1.00);
}

.kfonline .kfonline-icon.toTop .icon {
  font-size: 1.125rem;
  margin: -5px 0 0 0;
}

.kfonline .kfonline-icon .icon:before {
  font-size: 1.25rem;
}

.kfonline .kfonline-icon .icon-qrcode:before {
  font-size: 1.65rem;
}

.kfonline .kfonline-icon .icon-angle-up:before {
  font-size: 1.875rem;
}

.kfonline .kfonline-icon .text {
  font-size: 0.875rem;
}

.kfonline-icon .t-info,
.kfonline-icon .c-info {
  display: none;
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 9999;
}

.kfonline-icon .t-info .shadow {
  width: 180px;
  padding: 15px;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 5px;
  font-size: 0.875rem;
}

.kfonline-icon .t-info .shadow b {
  font-size: 1.3rem;
  font-weight: 500 !important;
  color: rgba(51, 51, 51, 1.00);
}

.kfonline-icon .c-info .shadow {
  width: 120px;
  padding: 10px;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 0px;
}

.kfonline-icon .c-info .shadow b {
  display: block;
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-align: center;
}

.kfonline-icon.weixin div img {
  width: 100%;
}

.kfonline-icon.weixin:hover div {
  display: block;
}

.kfonline-icon.tel:hover div {
  display: block;
}


@media only screen and (max-width: 767px) {
  .header-menu.sticky-header {
    height: 60px;
    background-color: rgba(255, 255, 255, 1.0) !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
  }
  .header-logo {
    height: 60px;
  }
  .header-logo .logo {
    height: 60px;
  }
  .home_list,
  .home-hot .hot-more {
    display: none;
  }
  .home-hot {
    height: 54px;
  }
  .home-hot .hot-content .swiper-slide a {
    display: block;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-hot h3 {
    font-size: 0;
    margin-right: 0px;
  }
  .home-hot .hot-data{
    display: none;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .kfonline {
    display: none;
  }
}