@charset "UTF-8";
/* Public base style---------------------------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Montserrat", "Roboto", Tahoma, sans-serif;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

a:hover {
  text-decoration: none !important;
}

.clear {
  clear: both;
}

textarea {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

em {
  font-style: normal !important;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype");
  /* url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg"); */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Montserrat";
  src: url("../css/fonts/Montserrat-Regular.eot"); /* IE9 Compat Modes */
  src: url("../css/fonts/Montserrat-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../css/fonts/Montserrat-Regular.woff") format("woff"),
    url("../css/fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../css/fonts/Montserrat-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}
.logo-fixed img {
  max-height: 35px;
  vertical-align: middle;
}
/* mobile -------------------------------------------------------------------------------------------*/
.mobile {
  width: 100%;
  z-index: 99999999;
  display: none;
  height: 65px;
}

.navbar-brand img,
.offcanvas-title img {
  max-height: 20px;
  vertical-align: middle;
  max-width: initial;
}

.offcanvas-body .btn {
  padding: 6px 12px;
  margin-top: 0;
}

.dropdown_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.dropdown_title span {
  font-size: 18px;
  color: #fff;
  margin: 0 30px;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
  z-index: 99999999999;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #005199;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  width: 100%;
}

.btn-success {
  background-color: #005199;
  border: 1px solid #005199;
}

/*Sidebar nav styles---------------------------------------------------------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.sidebar-nav li:before {
  background-color: #005199;
}

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav li a {
  color: #fff;
  display: block;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #fff fff;
  text-decoration: none;
}

/* .sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
} */
.sidebar-nav .dropdown-menu li a {
  color: #000;
  border-bottom: 1px solid #005199;
}

.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 13px;
  right: 20px;
  width: 32px;
  z-index: 99999999999;
}

.hamburger:hover {
  outline: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #fff fff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background: #005199;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #005199;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #005199;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #005199;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #fff fff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.open > .dropdown-menu {
  display: block;
}
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li > a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.web_head {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* pc_header----------------------------------------------------------------------------------------- */
.web_head {
  z-index: 9999999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.web_head .head_layer {
  padding: 5px 60px;
}
.head_layer .head_layer_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
  justify-content: space-between;
  width: 100%;
}

.nav_wrap {
  position: relative;
  text-align: right;
  flex: 1;
}

.nav_wrap em {
  font-style: normal;
}

.nav_wrap .head_nav {
  position: relative;
  z-index: 2;
  text-align: right;
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
  color: #fff;
}

/* .nav_wrap .head_nav {
  padding: 20px 0;
} */

.nav_wrap .head_nav > li {
  display: inline-block;
  line-height: 45px;
  font-size: 20px;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}

.nav_wrap .head_nav > li > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.nav_wrap .head_nav > li > a > b {
  display: inline-block;
  margin-left: 5px;
}

.nav_wrap .head_nav > li > a > b:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e602";
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_wrap .head_nav > li li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding: 0 5px;
}

.nav_wrap .head_nav > li li a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  position: relative;
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  line-height: 24px;
  word-wrap: break-word;
  white-space: pre-wrap;
  /* padding-right: 20px; */
  font-weight: normal !important;
}

.nav_wrap .head_nav > li li a:hover {
  padding-left: 5px;
  text-decoration: underline;
  color: #fff !important;
  background-color: #005199 !important;
}

.nav_wrap .head_nav > li li b:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e62c";
  position: absolute;
  right: 0;
  top: 10px;
}

.nav_wrap .head_nav > li li:last-child > a {
  border-bottom: 0;
}

.nav_wrap .head_nav > li li:hover > a {
  color: #666;
}

.nav_wrap .head_nav > li ul ul {
  left: 102%;
  top: -15px;
}

.nav_wrap .head_nav > li:hover > a {
  background-color: #005199;
  color: #fff;
  border-radius: 30px;
}

.nav_wrap .head_nav > li:hover > a > b:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav_wrap .head_nav > li.nav-current {
  background-color: #005199;
  border-radius: 30px;
}

.nav_wrap .head_nav > li.nav-current > a {
  color: #fff;
  padding: 0 20px;
  border-radius: 30px;
}

.nav_wrap .head_nav > li.nav-current > a:before,
.nav_wrap .head_nav > li.nav-current > a:after,
.nav_wrap .head_nav:hover > li:hover > a:before,
.nav_wrap .head_nav:hover > li:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav_wrap .head_nav > li.nav-current > a:before,
.nav_wrap .head_nav:hover > li:hover > a:before {
  width: 110%;
  left: -5%;
}

.nav_wrap .head_nav:hover > li > a:before,
.nav_wrap .head_nav:hover > li > a:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav_wrap .head_nav:hover > li > a:before {
  width: 0%;
  left: 50%;
}

.nav_wrap .head_nav li ul {
  width: 280px;
  padding: 5px 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(10%) scale(0.9);
  -ms-transform: translateY(10%) scale(0.9);
  -o-transform: translateY(10%) scale(0.9);
  transform: translateY(10%) scale(0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

/* .head_layer .logo-fixed {
  flex: 0 10%;
} */

.nav_wrap .head_nav li:hover > ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.m_head {
  display: none;
}

.m_nav {
  display: none;
}

.fixed-nav .head_layer {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.6);
}

.fixed-nav .nav_wrap {
  padding-top: 0;
  /* background-color: #fff; */
}

.fixed-nav .nav_wrap a {
  color: #fff;
}
.fixed-nav .search i {
  color: #fff;
}
.fixed-nav .nav_wrap .head_nav > li {
  margin-right: 15px;
  margin-left: 15px;
}

.fixed-nav .logo {
  float: left;
  display: none;
  margin-bottom: 0 !important;
}

.fixed-nav .logo-fixed {
  display: block;
  /* line-height: 70px;
  flex: 0 10%; */
}

.fixed-nav .logo-fixed img {
  /* max-width: 200px; */
  max-height: 35px;
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.fixed-nav .nav_wrap .head_nav {
  margin-bottom: 0 !important;
  /* float: right; */
}

.fixed-nav .nav_wrap .head_nav > li {
  line-height: 45px;
}

.fixed-nav .nav_wrap .head_nav > li > a:before {
  bottom: 18px;
}

.fixed-nav .nav_wrap .head_nav > li > a:after {
  bottom: 13px;
}

.fixed-nav-active .head_layer {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
  opacity: 1;
  height: 100%;
}

.fixed-nav .head_top {
  display: none;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.m_headxs {
  display: none;
}
.fl-rich-text{
    overflow: auto;
}
.fl-module img{
    height: auto;
}
@media (max-width: 576px) {
  .product_show1_banner {
    margin-top: -15px;
  }
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
  .product_show1_banner {
    margin-top: -15px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
  .product_show1_banner {
    margin-top: -15px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
  .product_show1_banner {
    margin-top: -15px;
  }
}
/* successful -----------------------------------------------------------------------------------------*/
.successful {
  text-align: center;
  padding: 30px 0 30px 0;
}

.successful h2 {
  font-size: 21px;
}

.successful p {
  font-size: 15px;
  padding-top: 20px;
}

.successful p span {
  color: #005199;
}
/* search1 */
.search_result {
  padding: 30px 0 60px 0;
}

.search_result_top h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.search_result_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_result_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.search_result_box input {
  width: 100%;
  flex: 1;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddd;
  outline: none;
  background: none;
}

.search_result_box button {
  display: block;
  width: 10%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #005199;
  border: 1px solid #005199;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
  font-size: 30px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
  background-color: #fff;
  border: 1px solid #005199;
  width: 15%;
}

.search_result_box button:hover i {
  color: #005199;
}

.result_attention {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #005199;
  flex-wrap: wrap;
}

.result_attention p {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.result_attention span {
  font-size: 26px;
  color: #005199;
  font-weight: bold;
  display: block;
  margin: 0 5px;
}

.search_result_list {
  margin-top: 40px;
}

.resultcard {
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard:hover h3 {
  color: #005199;
}

.resultcard:hover {
  border: 1px solid #005199;
  border-radius: 15px;
}
@media (max-width: 576px) {
  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 1401px) and (max-width: 1680px) {
}
/* header_nav------------------------------------------------------------------------------------------- */
.nav_wrap .head_nav li.current_page_item a {
  background-color: #005199;
  color: #fff;
}

.nav_wrap .head_nav li.current_page_item li a {
  background: none;
  color: var(--commoncolors-fourth);
}

.nav_wrap .head_nav li.current-menu-item a {
  background-color: #005199;
  color: #fff;
}

.nav_wrap .head_nav li.current-menu-item li a {
  background: none;
  color: var(--commoncolors-fourth);
  color: #000;
}

.nav_wrap .head_nav li.menu-item-has-children a:after {
  /*font-family: "iconfont";*/
  /*font-size: 12px;*/
  /*content: "\e602";*/
  /*margin-left: 5px;*/
}

.nav_wrap
  .head_nav
  li.menu-item-has-children
  li.menu-item-has-children
  a:after {
  /*font-family: "iconfont";*/
  /*font-size: 12px;*/
  /*content: "\e62c";*/
  /*margin-left: 5px;*/
}

.nav_wrap
  .head_nav
  li.menu-item-has-children
  li.menu-item-has-children
  li
  a:after {
  display: none;
}
/* table -------------------------------------------------------------------------------------------------*/
.table_wrap {
  overflow-x: auto;
}

table {
  overflow-x: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table td {
  border: 1px solid var(--commoncolors-seventh);
  text-align: center;
  padding: 10px;
  text-align: center;
}
table th {
  border: 1px solid var(--commoncolors-seventh);
  text-align: center;
  padding: 10px;
  text-align: center;
}
/*gotop-------------------------------------------------------------------------------------------------*/
.gotop {
  position: fixed;
  text-align: center;
  right: 50px;
  bottom: 50px;
  color: #fff;
  background-color: #005199;
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(50%) scale(0.8);
  -webkit-transform: translateY(50%) scale(0.8);
  -ms-transform: translateY(50%) scale(0.8);
  -o-transform: translateY(50%) scale(0.8);
  transform: translateY(50%) scale(0.8);
  display: block;
}

.gotop:hover,
.gotop.active:hover {
  background-color: #000;
  color: #fff;
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.gotop em {
  font-size: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.gotop:before {
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop:hover:before {
  /* -webkit-transform: translateY(-15px) scale(.5);
  -ms-transform: translateY(-15px) scale(.5);
  -o-transform: translateY(-15px) scale(.5);
  transform: translateY(-15px) scale(.5); */
  opacity: 1;
  filter: alpha(opacity=0);
}

.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* feedback--------------------------------------------------------------------------------------------- */
.feedback {
  width: 340px;
  position: fixed;
  right: 10px;
  bottom: -9999px;
  box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  z-index: 999999;
}

.feedback .feedbackHeader {
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-indent: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}

.feedback .eMailIco {
  background: url("../images/emailIco.png") 16px center no-repeat #005199;
  background-size: 21px auto;
}

.feedbackForm {
  padding: 16px 16px 40px 16px;
  background-color: #fff;
}

.feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}

.feedbackForm .line {
  margin-bottom: 16px;
}

.feedbackForm .line input,
.feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #222d38;
  display: block;
}

.feedbackForm textarea {
  resize: none;
  height: 78px;
  padding: 11px;
  line-height: 20px;
}

.feedbackForm .line input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}

.feedbackForm .input_b {
  background: #005199;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}

.feedback .closeBtn {
  background: url("../images/closeBtn.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  display: none;
}

/* form -------------------------------------------------------------------------------------------*/
.yandex-form #form .list {
  margin-bottom: 15px;
}

.yandex-form #form .list p {
  color: #2a2b32;
  font-size: 18px;
  line-height: 2;
}

.yandex-form #form .list p span {
  color: #ff4236;
}

.yandex-form #form .list input {
  width: 100%;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}

.yandex-form #form .list input::placeholder {
  font-size: 16px;
}

.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border: solid #ddd 1px;
}

.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}

.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #005199 !important;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

/* bottomDiv ---------------------------------------------------------------------------------------*/
.bottomDiv {
  position: fixed;
  left: 0px;
  bottom: 0px;
  _position: absolute;
  padding: 0px;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 99999999;
  background-color: #005199;
  width: 100%;
}

.bot_1 {
  width: 25%;
  float: left;
  border-right: 1px #ddd solid;
  color: #fff;
  font-size: 14px;
  height: 80px;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
}

.bot_1 i {
  display: block;
  font-size: 24px;
}

.border_none {
  border-right: none !important;
}

.bot_1 a {
  color: #fff;
}
/* searchbtn */
.search {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  /* background-color: #005199; */
  border-radius: 5px;
  margin-left: 20px;
}
.search i {
  font-size: 22px;
  color: #fff;
  display: block;
  cursor: pointer;
}

.search_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999999999999999999999;
}

/* .searchin {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.searchin {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  display: none;
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 999999999999999999999999;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.searchin i {
  font-size: 40px;
  color: #005199;
  font-weight: bold;
}

.searchin button {
  border: none;
  outline: none;
  background-color: #fff;
  width: 5%;
  height: 80px;
  line-height: 80px;
  margin-left: 20px;
  border-radius: 5px;
}

.searchin input {
  border: none;
  outline: none;
  background-color: #fff;
  height: 80px;
  line-height: 80px;
  width: 60%;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
}

.searchclose {
  position: absolute;
  top: 80px;
  right: 200px;
  cursor: pointer;
}

.searchclose img {
  width: 70px;
  height: 70px;
}

/* public_video_btn --------------------------------------------------------------------------------*/
.btn {
  padding: 0;
  margin-top: 30px;
}

.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw:hover {
  border: 5px solid #fff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #fff;
}

.cw i {
  font-size: 25px;
  color: #fff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999999999999999;
}

.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}

.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}

.videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 800px;
  min-height: 600px;
}

.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 300px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 300px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 350px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 350px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 400px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 400px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
  .videobox {
    width: 80%;
    margin: 0 auto;
    max-height: auto;
    min-height: 600px;
  }
  .videobox iframe,
  .videobox video {
    width: 100%;
    max-height: auto;
    min-height: 600px;
  }
}
@media (max-width: 576px) {
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .bottomDiv {
    display: block;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }
  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .bottomDiv {
    display: block;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }
  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .bottomDiv {
    display: block;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }
  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .bottomDiv {
    display: block;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }
  .web_head {
    display: none;
  }
  .mobile {
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 1401px) and (max-width: 1680px) {
}

/* -------------------------------------------------------------------------------------------------- */
/* product_show1_banner */
.product_show1_banner {
  position: relative;
  overflow: hidden;
}
.product_show1_banner_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
}
.product_show1_bannerimg img {
  width: 100%;
  vertical-align: middle;
}

/* product_show1_Breadcrumbs */
.product_show1_Breadcrumbs {
  background-color: #f1f1f1;
  padding: 10px 0;
  border-bottom: 1px #ddd solid;
}
.product_show1_Breadcrumbs_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #222;
}
.product_show1_Breadcrumbs_list span {
  font-size: 14px;
  margin: 2px 10px 2px 10px;
}
.product_show1_Breadcrumbs_list i {
  color: #222;
  margin-right: 5px;
  font-size: 22px;
}
.product_show1_Breadcrumbs_list a,
.product_show1_Breadcrumbs_list span {
  display: block;
  font-size: 14px;
  color: #222;
  margin: 2px 10px 2px 10px;
  word-break: break-all;
  word-wrap: break-word;
}
.product_show1_Breadcrumbs_list a:hover {
  text-decoration: underline !important;
  color: #005199;
}

.product_show1_Breadcrumbs_list a:last-child::after {
  display: none;
}

/* aside_nav */
.aside_nav h3 {
  padding: 20px 15px;
  font-size: 28px;
  font-weight: bold;
  border-radius: 30px 0 0 0;
  background-color: #005199;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.accordion {
  width: 100%;
  background: #fff;
  margin: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  margin-top: 10px;
}

.accordion .link a {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
  background-color: #eee;
}

.accordion li i {
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.openaside .link {
  color: #005199;
  background-color: #eee;
  margin-bottom: 10px;
}

.accordion li.openaside i {
  color: #005199;
}

.accordion li.openaside i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.openaside .link_title {
  color: #005199;
}

.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #111;
  color: #fff;
}
/* newslist */
.newslist {
  padding: 70px 0;
}
.newslist_flex {
  display: flex;
  flex-wrap: wrap;
}
.template3_productlist_flex {
  display: flex;
  flex-wrap: wrap;
}
.template3_productlist_box {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 20px 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_productlist_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.template3_productlist_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_productlist_box:hover .template3_productlist_img img {
  transform: scale(1.2);
}
.template3_productlist_box:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.template3_productlist_content h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.template3_productlist_content .template3_productlist_h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.template3_productlist_content p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.template3_productlist_btn {
  display: block;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
  color: #005199;
  text-transform: uppercase;
}
.template3_productlist_content span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
/* Pagination */
.pagelist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pagelist a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #005199;
  margin: 10px 5px;
  font-size: 16px;
}

.pagelist span {
  display: block;
  padding: 3px 10px;
  border: 1px solid #005199;
  background-color: #fff;
  color: #005199;
  font-size: 16px;
}

.pagelist a:hover {
  background-color: #005199;
  color: #fff;
}

.pagelist .current {
  background-color: #005199 !important;
  color: #fff !important;
}
.newslist_title h3 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  font-family: "homestorebold";
}
/* productlist */
.productlist {
  padding: 70px 0;
}
.productlist_flex {
  display: flex;
  flex-wrap: wrap;
}
.template3_newslist_flex {
  display: flex;
  flex-wrap: wrap;
}
.template3_newslist_li {
  margin-bottom: 30px;
}
.template3_newslist_box {
  height: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  /* padding: 15px; */
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.page_proListCover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  left: 0;
  top: 0;
}
.template3_newslist_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 100%;
}
.template3_newslist_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_content {
  margin-top: 20px;
  padding: 20px;
}
.template3_newslist_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_content .template3_newslist_contenth3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_content p {
  font-size: 14px;
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_btn {
  display: block;
  padding: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  font-size: 16px;
  color: #005199;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.template3_newslist_box:hover .template3_newslist_img img {
  transform: scale(1.1);
}
.template3_newslist_box:hover {
  background-color: #005199;
}
.template3_newslist_box:hover
  .template3_newslist_content
  .template3_newslist_contenth3,
.template3_newslist_box:hover .template3_newslist_content h3,
.template3_newslist_box:hover .template3_newslist_content p,
.template3_newslist_box:hover .template3_newslist_btn {
  color: #fff;
}
.newslistmain {
  margin-bottom: 40px;
}
.newslistmain .template3_productlist_box {
  margin: 0 5px 15px 5px;
  box-shadow: none;
}

.newslistmain .swiper-button-next,
.newslistmain .swiper-button-prev {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.newslistmain .swiper-button-next:after,
.newslistmain .swiper-button-prev:after {
  font-size: 26px;
}
.newslistmain .swiper-button-prev,
.newslistmain .swiper-rtl .swiper-button-next {
  left: 5px;
}
.newslistmain .swiper-button-next,
.newslistmain .swiper-rtl .swiper-button-prev {
  right: 5px;
}
.productlist_form {
  padding: 15px;
  background-color: #f1f1f1;
  margin-top: 40px;
  position: sticky;
  top: 80px;
}
.productlist_form h3 {
  padding-left: 18px;
  border-left: 5px solid #000;
  font-size: 18px;
  color: #000;
  word-wrap: break-word;
  font-weight: bold;
  margin-bottom: 20px;
}
/* news_show1_mainplate */
.news_show1_mainplate {
  padding: 70px 0;
  position: relative;
}
.news_show1_mainplate_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.news_show1_recommend {
  position: sticky;
  top: 100px;
}
.news_show1_recommend h2 {
  padding: 15px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight: bold;
  text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.3);
  background-color: #005199;
}
.news_show1_title {
  background-color: #f4f4f4;
  padding: 15px 30px;
  border-radius: 10px;
  border-left: 5px solid #005199;
  border-right: 5px solid #005199;
  margin-bottom: 30px;
}
.news_show1_title h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 35px;
}
.news_show1_title_address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.news_show1_title_address span {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin: 0 30px 10px 0;
}
.news_show1_title_address span::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  background-color: #005199;
}

.news_show1_content h2 {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #005199;
  display: inline-block;
  word-wrap: break-word;
  border-radius: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #fff;
  text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.3);
}
.news_show1_content h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 15px;
  flex: 1;
  line-height: 30px;
}
.news_show1_content h3::before {
  content: "\e6b5";
  font-family: "iconfont";
  color: #005199;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.news_show1_content h4 {
  font-size: 18px;
  color: #000;
  background-color: #fff;
  box-shadow: inset 3px 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px 30px;
  line-height: 28px;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.news_show1_content p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 28px;
  margin-bottom: 10px;
}
.news_show1_content strong {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}
.news_show1_content b {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}
.news_show1_content a {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}
.news_show1_content img {
  width: 100%;
  vertical-align: middle;
  display: block;
  margin: 15px auto;
  text-align: center;
}
.news_show1_content li {
  margin-bottom: 40px;
}
.ad_product_contactus {
  background-color: #f1f1f1;
  padding: 60px 0;
}
.ad_product_contactus_flex {
  display: flex;
  flex-wrap: wrap;
}
.ad_product_contactus_form {
  background-color: #fff;
  padding: 50px 100px;
  height: 100%;
}
.ad_product_contactus_main {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ad_product_contactus_img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.ad_product_contactus_content {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0 auto;
}
.ad_product_contactus_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-image: linear-gradient(
    to top,
    rgba(0, 51, 160, 0.6),
    rgba(0, 51, 160, 0)
  );
}
.ad_product_contactus_content h2 {
  font-size: 48px;
  color: #fff;
  font-family: "homestorebold";
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.ad_product_contactus_content span {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
.ad_product_contactus_content p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 10px;
}
/* table -------------------------------------------------------------------------------------------------*/
.table_wrap {
  overflow-x: auto;
}

table {
  overflow-x: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
  text-align: center;
}
table th {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
  text-align: center;
}
.flip_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px;
  margin-top: 30px;
}
.flip_page a {
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.flip_page i {
  font-size: 20px;
  color: #005199;
}
.flip_page .prev::before {
  content: "\e6b8";
  font-size: 18px;
  font-family: "iconfont";
  display: inline-block;
  color: #005199;
}
.flip_page .next::after {
  content: "\e6b5";
  font-size: 18px;
  font-family: "iconfont";
  display: inline-block;
  color: #005199;
}
.flip_page a:hover {
  color: #005199;
}
.product_show_video video {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.product_show_video iframe {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  min-height: 500px;
  max-height: 500px;
}
.recommended_news {
  margin: 40px 0;
}
.recommended_news_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recommended_news_box {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.recommended_news_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75%;
  border-radius: 10px;
}
.recommended_news_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.recommended_news_box:hover .recommended_news_img img {
  transform: scale(1.1);
}
.recommended_news_content h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.recommended_news_content a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommended_news_box:hover .recommended_news_content h3,
.recommended_news_box:hover .recommended_news_content a {
  color: #005199;
}
.recommended_news_content p {
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.recommended_news_right {
  padding-left: 0 !important;
}

.productaddway li{
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
      transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.productaddway li i{
    font-size: 30px;
    color: #005199;
}
.productaddway li a,.productaddway li span{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    flex: 1;
    margin-left: 5px;
}
.productaddway li:hover{
    background: #e5e5e5;
    padding: 15px;
}
/* productshow */
.productshow {
  padding: 60px 0;
}
.product_show_main_describe h1 {
  /*background-color: #f1f1f1;*/
  /*padding: 15px;*/
  font-size: 28px;
  font-weight: bold;
  color: #005199;
  word-wrap: break-word;
  margin-bottom: 30px;
  /*border-radius: 10px;*/
  /*border-left: 4px solid #005199;*/
  /*border-right: 4px solid #005199;*/
}
.product_show_main_describe p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}
.product_show_main_button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product_show_main_button a {
  padding: 10px 30px;
  font-size: 16px;
  color: #000;
  text-align: center;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  margin: 15px 30px 0 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 5px;
}
.product_show_main_button a:hover {
  color: #fff;
  box-shadow: inset 0px 70px 0px 0px #005199;
}
.public_ad_header_social_media {
  margin-top: 30px;
}
.public_ad_header_social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 0;
}

.public_ad_header_social_media a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 0;
  margin-right: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #005199;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a i {
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a:hover {
  background-color: #000;
}

.public_ad_header_social_media a:hover i {
  color: #fff;
}
.productshownav {
  background-color: #f1f1f1;
  z-index: 9999999999;
  position: sticky;
  top: 0;
  width: 100%;
  /* padding: 5px 0; */
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.productshow_nav {
  background-color: #f1f1f1;
}
.productshow_nav ul {
  display: flex;
  justify-content: space-between;
}
.productshow_nav li {
  display: flex;
  align-items: center;
  border-right: 1px solid #e5e5e5;
}
.productshow_nav li:last-child {
  border-right: none;
}
.productshow_nav a {
  display: inline-block;
  padding: 20px 25px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.productshow_nav li:hover {
  background-color: #005199;
  /* border-radius: 10px; */
}
.productshow_nav li:hover a {
  color: #fff;
}
.productshow_nav .productshow_nav_active {
  background-color: #005199 !important;
  color: #fff;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  height: 100%;
}
.productshow_nav .productshow_nav_active a {
  color: #fff !important;
}
.main_box {
  padding: 30px;
  border: 2px dashed #e5e5e5;
  margin-bottom: 40px;
}
.main_box_title {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #005199;
  padding-bottom: 20px;
}
.main_box_title span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #005199;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  font-style: italic;
}
.main_box_title h3 {
  font-size: 30px;
  color: #005199;
  font-family: "impact";
  flex: 1;
  margin-left: 15px;
}
.main_onebox_content p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  margin-bottom: 15px;
  word-break: break-all;
  word-wrap: break-word;
}
.main_twobox_content video {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.main_twobox_content iframe {
  width: 100%;
  object-fit: cover;
  min-height: 400px;
  max-height: 600px;
}
.main_fourbox_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.main_box .main_fourbox_flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
.main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
  text-align: right;
}
.main_fourbox_img {
  padding: 15px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
.main_fourbox_img img {
  width: 100%;
  vertical-align: middle;
}
.main_fourbox_content h3 {
  font-size: 20px;
  color: #005199;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.main_fourbox_content p {
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 15px;
  line-height: 25px;
}
.main_fivebox_content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_fivebox_content li {
  width: 49%;
  margin-bottom: 30px;
  /* overflow: hidden; */
}
.main_fivebox_content .main_fivebox_img {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.main_fivebox_img img {
  width: 100%;
  vertical-align: middle;
}
.main_sixbox {
  margin-top: 30px;
}
.main_sixbox_img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 135%;
}
.main_sixbox_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.main_sixbox_li p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  margin: 20px;
}
.main_sixbox .swiper-slide {
  padding-bottom: 30px;
}
.main_sixbox .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 35px;
  height: 5px;
  border: 1px solid #005199;
  background: transparent;
  background-color: transparent;
  border-radius: 30px;
}

.main_sixbox .swiper-horizontal > .main_sixbox .swiper-pagination-bullets,
.main_sixbox
  .swiper-pagination-bullets
  .main_sixbox
  .swiper-pagination-horizontal,
.main_sixbox .swiper-pagination-custom,
.main_sixbox .swiper-pagination-fraction {
  bottom: 15px;
}

.main_sixbox .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 1px solid #005199;
  background-color: #005199;
  width: 70px;
}
.main_sevenbox li {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.main_sevenbox li h3 {
  font-size: 16px;
  color: #005199;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 28px;
  flex: 1;
}
.main_sevenbox li h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #005199;
  margin-right: 15px;
  word-wrap: break-word;
  word-break: break-all;
}
.main_sevenbox li p {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
}
.main_eightbox_flex {
  display: flex;
  flex-wrap: wrap;
}
.main_eightbox_li {
  margin-bottom: 30px;
}
.main_eightbox_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 100%;
}
.main_eightbox_img img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_ninthbox p {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  word-break: break-all;
  word-wrap: break-word;
}
.main_ninthbox_form {
  padding: 60px 60px 20px 60px;
  background-color: #f1f1f1;
}

#map {
  width: 100%;
  height: 400px;
}

.contact_plan1 {
  padding: 60px 0;
}

.contact_plan1_title h2:hover {
  color: #005199;
}

.contact_plan1_title h2 {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 30px;
}

.contact_main {
  background-color: #f1f1f1;
  padding: 30px 30px 30px 60px;
  border-radius: 15px;
}

.contactflex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0;
}

.contact_list li i {
  font-size: 26px;
  color: #005199;
  margin-right: 15px;
  margin-top: -7px;
}

.contact_list li p,
.contact_list li a {
  font-size: 18px;
  color: #444;
  flex: 1;
  word-break: break-all;
  word-wrap: break-word;
}

.contact_left h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-all;
}

.contact_inquiry_form_main {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
}
@media (max-width: 576px) {
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_plan1_title h2 {
    font-size: 32px;
  }
  .contact_main {
    padding: 30px 15px;
  }
  #map {
    height: 300px;
  }
  .newslist {
    padding: 40px 0;
  }
  .newslist_title {
    margin-top: 40px;
  }
  .template3_productlist {
    padding: 0 15px;
  }
  .template3_productlist_img {
    margin-bottom: 20px;
  }
  .productlist {
    padding: 40px 0;
  }
  .template3_newslist_btn {
    font-size: 14px;
  }
  .news_show1_mainplate {
    padding: 40px 0;
  }
  .news_show1_recommend {
    display: none;
  }
  .flip_page a {
    margin: 0;
  }
  .productshow_nav ul {
    flex-wrap: wrap;
  }
  .productshow_nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
  }
  .productshow_nav li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .productshow_nav a {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .productshow {
    padding: 40px 0;
  }
  .product_show_main_describe {
    margin-top: 40px;
  }
  .main_fourbox_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .main_box {
    padding: 15px;
  }
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
    text-align: left;
  }
  .main_box_title h3 {
    font-size: 24px;
  }
  .main_ninthbox_form {
    padding: 15px;
  }
  .productshow_nav {
    display: none;
  }
  .about_txt h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_box:nth-child(2),
  .indexadvantages_plan6_box:nth-child(3) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2),
  .indexadvantages_plan6_box_right:nth-child(3) {
    margin-left: 0;
  }
  .about_promise .indexadvantages_plan6_title h2 {
    margin-bottom: 30px;
  }
  .about_company {
    padding: 40px 0;
  }
  .about_company h3 {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_plan1_title h2 {
    font-size: 32px;
  }
  .contact_main {
    padding: 30px 15px;
  }
  #map {
    height: 300px;
  }
  .newslist {
    padding: 40px 0;
  }
  .newslist_title {
    margin-top: 40px;
  }
  .template3_productlist {
    padding: 0 15px;
  }

  .productlist {
    padding: 40px 0;
  }
  .template3_newslist_btn {
    font-size: 14px;
  }
  .news_show1_mainplate {
    padding: 40px 0;
  }
  .news_show1_recommend {
    display: none;
  }
  .flip_page a {
    margin: 0;
  }
  .productshow_nav ul {
    flex-wrap: wrap;
  }
  .productshow_nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
  }
  .productshow_nav li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .productshow_nav a {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .productshow {
    padding: 40px 0;
  }
  .product_show_main_describe {
    margin-top: 40px;
  }
  .main_fourbox_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .main_box {
    padding: 15px;
  }
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
    text-align: left;
  }
  .main_box_title h3 {
    font-size: 24px;
  }
  .main_ninthbox_form {
    padding: 15px;
  }
  .productshow_nav {
    display: none;
  }
  .about {
    padding: 40px 0;
  }
  .about_txt h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_box:nth-child(2),
  .indexadvantages_plan6_box:nth-child(3) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2),
  .indexadvantages_plan6_box_right:nth-child(3) {
    margin-left: 0;
  }
  .about_promise .indexadvantages_plan6_title h2 {
    margin-bottom: 30px;
  }
  .about_company {
    padding: 40px 0;
  }
  .about_company h3 {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_plan1_title h2 {
    font-size: 32px;
  }
  .contact_main {
    padding: 30px 15px;
  }
  #map {
    height: 300px;
  }
  .newslist {
    padding: 40px 0;
  }
  .newslist_title {
    margin-top: 40px;
  }
  .template3_productlist {
    padding: 0 15px;
  }

  .productlist {
    padding: 40px 0;
  }
  .template3_newslist_btn {
    font-size: 14px;
  }
  .news_show1_mainplate {
    padding: 40px 0;
  }
  .news_show1_recommend {
    display: none;
  }
  .flip_page a {
    margin: 0;
  }
  .productshow_nav ul {
    flex-wrap: wrap;
  }
  .productshow_nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
  }
  .productshow_nav li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .productshow_nav a {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .productshow {
    padding: 40px 0;
  }
  .product_show_main_describe {
    margin-top: 40px;
  }
  .main_fourbox_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .main_box {
    padding: 15px;
  }
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
    text-align: left;
  }
  .main_box_title h3 {
    font-size: 24px;
  }
  .main_ninthbox_form {
    padding: 15px;
  }
  .productshow_nav {
    display: none;
  }
  .about {
    padding: 40px 0;
  }
  .about_txt h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_box:nth-child(2),
  .indexadvantages_plan6_box:nth-child(3) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2),
  .indexadvantages_plan6_box_right:nth-child(3) {
    margin-left: 0;
  }
  .about_promise .indexadvantages_plan6_title h2 {
    margin-bottom: 30px;
  }
  .about_company {
    padding: 40px 0;
  }
  .about_company h3 {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_plan1_title h2 {
    font-size: 32px;
  }
  .contact_main {
    padding: 30px 15px;
  }
  #map {
    height: 300px;
  }
  .newslist {
    padding: 40px 0;
  }
  .newslist_title {
    margin-top: 40px;
  }
  .template3_productlist {
    padding: 0 15px;
  }

  .productlist {
    padding: 40px 0;
  }
  .template3_newslist_btn {
    font-size: 14px;
  }
  .news_show1_mainplate {
    padding: 40px 0;
  }
  .news_show1_recommend {
    display: none;
  }
  .flip_page a {
    margin: 0;
  }
  .productshow_nav ul {
    flex-wrap: wrap;
  }
  .productshow_nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
  }
  .productshow_nav li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .productshow_nav a {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
  .productshow {
    padding: 40px 0;
  }
  .product_show_main_describe {
    margin-top: 40px;
  }
  .main_fourbox_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .main_box {
    padding: 15px;
  }
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content h3,
  .main_box .main_fourbox_flex:nth-child(odd) .main_fourbox_content p {
    text-align: left;
  }
  .main_box_title h3 {
    font-size: 24px;
  }
  .main_ninthbox_form {
    padding: 15px;
  }
  .productshow_nav {
    display: none;
  }
  .about {
    padding: 40px 0;
  }
  .about_txt h2 {
    font-size: 36px;
  }
  .indexadvantages_plan6_box:nth-child(2),
  .indexadvantages_plan6_box:nth-child(3) {
    margin-right: 0;
  }
  .indexadvantages_plan6_box_right:nth-child(2),
  .indexadvantages_plan6_box_right:nth-child(3) {
    margin-left: 0;
  }
  .about_promise .indexadvantages_plan6_title h2 {
    margin-bottom: 30px;
  }
  .about_company {
    padding: 40px 0;
  }
  .about_company h3 {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .indexadvantages_plan6_img {
    width: auto;
    height: auto;
  }
  .indexadvantages_plan5 {
    padding: 40px 30px;
  }
  .productshow_nav a {
    padding: 30px 15px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
  .indexadvantages_plan6_img {
    width: auto;
    height: auto;
  }
}
.product_show1_mainplate {
  padding: 70px 0;
  /*background: url(../images/backjpg.jpg);*/
}
.product_show1_mainplate_flex {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 auto; */
}
.productswitching {
  margin-top: 40px;
}
.productswitching_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.productswitching_btn span {
  display: block;
  width: 100%;
  padding: 15px 30px;
  /*background-color: #f4f4f4;*/
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #000;
   border-top: 5px solid #005199;
  /*margin-right: 30px;*/
  cursor: pointer;
  /*border-radius: 20px 20px 0 0;*/
}
.productswitching_btn .productswitching_active {
  /*background-color: #005199;*/
 
  /*color: #fff;*/
}
.productswitching_tabmain {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 20px 20px;
  padding: 30px;
}
.productswitching_tabmain .productswitching_tabcard:nth-child(n + 2) {
  display: none;
}
.paragraph p {
  font-size: 16px;
  color: var(--commoncolors-fourth);
  line-height: 28px;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
  display: inline;
  flex: 1;
}
.paragraph {
  margin-bottom: 30px;
}
.paragraph::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #005199;
  display: inline-block;
  margin-right: 10px;
}

.features h2 {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #005199;
  display: inline-block;
  word-wrap: break-word;
  border-radius: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #fff;
  text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.3);
}
.features li {
  margin-bottom: 40px;
}
.features h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 15px;
  flex: 1;
  line-height: 30px;
}
.features_card h3::before {
  content: "\e6b5";
  font-family: "iconfont";
  color: #005199;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.features p {
  font-size: 16px;
  color: var(--commoncolors-fourth);
  word-wrap: break-word;
  word-break: break-all;
  line-height: 28px;
  margin-bottom: 10px;
}
.features img {
  display: block;
  width: 100%;
  vertical-align: middle;
  margin: 15px auto;
}
.features h4 {
  font-size: 16px;
  color: var(--commoncolors-fourth);
  word-wrap: break-word;
  word-break: break-all;
  line-height: 28px;
  margin-bottom: 10px;
}
.features strong {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}
.features b {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}

.features a {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0 5px;
  display: inline-block;
  word-wrap: break-word;
  color: #000;
}

.features h2 {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #005199;
  display: inline-block;
  word-wrap: break-word;
  border-radius: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #fff;
  text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.3);
}
.function_card li {
  margin-bottom: 40px;
}
.function_card li:nth-child(even) .function_card_flex {
  flex-direction: row-reverse;
}
.function_card_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.function_card_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #f1f1f1;
  padding-top: 75%;
}
.features .function_card_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
}

.features h5 {
  font-size: 16px;
  color: var(--commoncolors-fourth);
  word-wrap: break-word;
  word-break: break-all;
  line-height: 25px;
  margin-bottom: 10px;
}
.inquiry_form {
  background-color: #f1f1f1;
  padding: 40px;
  border-radius: 15px;
  box-shadow: inset 5px 5px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.inquiry_form h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
  text-align: center;
}
.inquiry_form h3 {
  display: block;
  width: 30%;
  height: 3px;
  border-radius: 50%;
  margin: 0 auto 30px auto;
  text-align: center;
  background-color: #005199;
}
.summary {
  /*background: url(../images/img2.jpg) no-repeat 50% 50% fixed;*/
  /*background-size: cover;*/
  padding: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.summary_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.summary_content {
  z-index: 99;
  position: relative;
}
.summary p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
  z-index: 99;
  position: relative;
  margin-bottom: 10px;
}
.summary_btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  margin: 20px 30px 0 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.summary_btn:hover {
  color: #fff;
  box-shadow: inset 0px 70px 0px 0px #005199;
}
.product_related {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.product_related h2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  color: #000;
  margin: 0 30px;
}
.product_related span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #005199;
  transform: rotate(45deg);
}

.indexnews_plan3_box {
  height: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  /* box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3); */
  padding: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_plan3_img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.indexnews_plan3_img img {
  width: 100%;
  vertical-align: middle;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_plan3_content {
  padding: 20px 0 0 0;
}

.indexnews_plan3_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_plan3_content .indexnews_plan3_content_h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_plan3_content p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_plan3_content_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.indexnews_plan3_content_btn span {
  font-size: 18px;
  color: #005199;
  font-weight: bold;
  display: block;
  margin-right: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_plan3_content_btn i {
  font-size: 18px;
  color: #005199;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_plan3 .swiper-slide {
  padding: 0 0 50px 0;
  height: auto;
}

.indexnews_plan3 .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #005199;
  width: 10px;
  height: 10px;
  background-color: transparent;
}

.indexnews_plan3 .swiper-pagination-bullet-active {
  background-color: #005199;
}

.indexnews_plan3 .swiper-button-next,
.indexnews_plan3 .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  background-color: #005199;
  z-index: 9999;
}

.indexnews_plan3 .swiper-button-next:after,
.indexnews_plan3 .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.indexnews_plan3 .swiper-button-next:hover,
.indexnews_plan3 .swiper-button-prev:hover {
  background-color: #000;
}

.indexnews_plan3
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.indexnews_plan3_box:hover .indexnews_plan3_img img {
  transform: scale(1.1);
}

.indexnews_plan3_box:hover {
  border: 1px solid #005199;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  background-color: #005199;
}

.indexnews_plan3_box:hover .indexnews_plan3_content h3,
.indexnews_plan3_box:hover .indexnews_plan3_content_h3,
.indexnews_plan3_box:hover .indexnews_plan3_content p,
.indexnews_plan3_box:hover .indexnews_plan3_content_btn span,
.indexnews_plan3_box:hover .indexnews_plan3_content_btn i {
  color: #fff;
}
.indexnews_plan3 {
  padding: 0 0 60px 0;
}
/* caselist */
.caselist {
  padding: 70px 0 40px 0;
}
.caselist_flex {
  display: flex;
  flex-wrap: wrap;
}
.caselist_li {
  margin-bottom: 30px;
  position: relative;
}
.caselist_box {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.caselist_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.caselist_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 75%;
}
.caselist_img img {
  width: 100%;
  vertical-align: middle;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.caselist_content {
  margin-top: 15px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 90%;
  margin: 0 auto;
}

.caselist_content h3 {
  font-size: 26px;
  color: #fff;
  font-family: "homestorebold";
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 35px;
}
.caselist_content a {
  line-height: 35px;
  font-size: 26px;
  color: #fff;
  font-family: "homestorebold";
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.caselist_box:hover .caselist_img img {
  transform: scale(1.2);
}
/* factory */
.factory {
  padding: 70px 0 40px 0;
}
.factory_flex {
  display: flex;
  flex-wrap: wrap;
}
.factory_li {
  margin-bottom: 40px;
  position: relative;
}
.factory_box {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.factory_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 75%;
}
.factory_img img {
  width: 100%;
  vertical-align: middle;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.factory_content {
  display: block;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 90%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 60px 30px;
  border: 3px solid #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.factory_content h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "homestorebold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.factory_content .factory_contenth3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "homestorebold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.factory_content span {
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  text-align: center;
  margin: 20px auto 20px auto;
}
.factory_content p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.factory_more {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "homestorebold";
  color: #005199;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.factory_li:hover .factory_content {
  bottom: 15%;
  transform: translate(-50%, 0%);
  opacity: 1;
}
.factory_li:hover .factory_more {
  bottom: -50%;
}
/* caseshow */
.caseshow {
  padding: 70px 0;
}
.caseshow_main {
  border: 1px solid #e5e5e5;
  padding: 50px;
}
.caseshow_main h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: "homestorebold";
  color: #000;
  text-align: center;
  padding: 15px 30px;
  background-color: #f1f1f1;
  border-left: 4px solid #005199;
  word-wrap: break-word;
  margin-bottom: 40px;
  display: block;
}
.caseshow_main p {
  font-size: 16px;
  word-wrap: break-word;
  line-height: 28px;
  color: #222;
  margin-bottom: 20px;
}
.caseshow_main img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  text-align: center;
  margin: 15px auto;
}
/* about */
.about {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.aboutvideo {
  z-index: 999;
  position: relative;
}
.about_videobg video,
.about_videobg iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  display: block;
}
.about:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.bannermaskline {
  background-image: url(../images/icon5.png);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.about_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0 auto;
  z-index: 9999;
}
.about_hd h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "homestorebold";
  word-wrap: break-word;
  margin-bottom: 30px;
}
.about_hd p {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  word-wrap: break-word;
  font-family: "homestorebold";
}
.about_bd {
  margin-top: 60px;
}
.about_bd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_bd li {
  width: 24%;
  overflow: hidden;
  position: relative;
}
.about_box {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px;
  border: 1px dashed #fff;
  box-shadow: inset 3px 3px 15px rgba(255, 255, 255, 0.5);
}
.about_data {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.about_data h3 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  font-family: "homestorebold";
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}
.about_box p {
  font-size: 18px;
  color: #fff;
  word-wrap: break-word;
  text-align: center;
}
/* aboutfaq */
.indexadvantages_plan5 {
  padding: 70px 100px;
  position: relative;
}

.indexadvantages_plan5_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.indexadvantages_plan5_title {
  margin-bottom: 40px;
}

.indexadvantages_plan5_title h2 {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
  font-family: "homestorebold";
}
.indexadvantages_plan5_title h2:hover {
  color: #005199;
}
.indexadvantages_plan5_title p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  word-wrap: break-word;
}

.indexadvantages_plan5_table {
  padding: 60px;
  border-radius: 30px;
  background-color: #f1f1f1;
  position: sticky;
  top: 0;
}

.indexadvantages_plan5_table h3 {
  font-size: 28px;
  color: #000;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
  margin-bottom: 30px;
}

.indexadvantages_plan5_card {
  display: flex;
  flex-wrap: wrap;
}

.indexadvantages_plan5_cardli {
  margin-bottom: 30px;
  position: relative;
}

.indexadvantages_plan5_cardbox {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  /* padding: 30px; */
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexadvantages_plan5content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  z-index: 999;
  display: block;
}
.indexadvantages_plan5img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 80%;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexadvantages_plan5img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}
.indexadvantages_plan5_cardbox:hover .indexadvantages_plan5img {
  opacity: 1;
}
.indexadvantages_plan5_cardbox span {
  display: block;
  font-size: 70px;
  color: #005199;
  font-family: "impact";
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexadvantages_plan5_cardbox h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexadvantages_plan5_cardbox p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  word-wrap: break-word;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexadvantages_plan5mask {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexadvantages_plan5_cardbox:hover .indexadvantages_plan5mask {
  background: rgba(0, 0, 0, 0.3);
}

.indexadvantages_plan5_cardbox:hover span,
.indexadvantages_plan5_cardbox:hover h3,
.indexadvantages_plan5_cardbox:hover p {
  color: #fff;
  z-index: 999;
  position: relative;
}

@media (max-width: 576px) {
  .indexadvantages_plan5 {
    padding: 40px 15px;
  }
  .indexadvantages_plan5_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 48px;
  }
  .indexadvantages_plan5_cardbox h3 {
    font-size: 18px;
  }
  .indexadvantages_plan5_table {
    padding: 30px;
  }
  .indexadvantages_plan5_table h3 {
    font-size: 22px;
  }
  .indexadvantages_plan5_flex {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .indexadvantages_plan5 {
    padding: 40px 15px;
  }
  .indexadvantages_plan5_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 48px;
  }
  .indexadvantages_plan5_cardbox h3 {
    font-size: 18px;
  }
  .indexadvantages_plan5_table {
    padding: 30px;
  }
  .indexadvantages_plan5_table h3 {
    font-size: 22px;
  }
  .indexadvantages_plan5_flex {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .indexadvantages_plan5 {
    padding: 40px 15px;
  }
  .indexadvantages_plan5_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 48px;
  }
  .indexadvantages_plan5_cardbox h3 {
    font-size: 18px;
  }
  .indexadvantages_plan5_table {
    padding: 30px;
  }
  .indexadvantages_plan5_table h3 {
    font-size: 22px;
  }
  .indexadvantages_plan5_flex {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .indexadvantages_plan5 {
    padding: 40px 15px;
  }
  .indexadvantages_plan5_title h2 {
    font-size: 36px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 48px;
  }
  .indexadvantages_plan5_cardbox h3 {
    font-size: 18px;
  }
  .indexadvantages_plan5_table {
    padding: 30px;
  }
  .indexadvantages_plan5_table h3 {
    font-size: 22px;
  }
  .indexadvantages_plan5_flex {
    width: auto;
    margin: 0 auto;
  }
}
.indexfaq_title {
  margin-bottom: 30px;
}
.indexfaq .accordion-header {
  position: relative;
  overflow: hidden;
}
.indexfaq_title h2 {
  font-size: 50px;
  font-family: "homestorebold";
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
}
.indexfaq_title h2:hover {
  color: #005199;
}
.indexfaq .accordion-item {
  border-radius: 5px !important;
  margin-bottom: 20px;
  border: none !important;
}
.indexfaq .accordion-button {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 15px 30px;
  /* border-radius: 5px !important; */
  background-color: #f1f1f1;
}
.indexfaq .accordion-body {
  background-color: #f1f1f1;
  /* border-radius: 20px; */
}
.indexfaq .accordion-body strong {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.indexfaq .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.indexfaq .accordion-button::before {
  content: "";
  z-index: 0;
  border-radius: 5px 0 5px 0;
  background-color: #005199;
  width: 70px;
  height: 100%;
  line-height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/iconarrow.png);
}
.accordion-button::after {
  margin-bottom: 0px;
  margin-right: -6px;
  position: relative;
  z-index: 9;
  background-image: url(../images/iconarrow.png);
}
.indexfaq_main {
  padding: 30px;
  background-color: #f1f1f1;
  border-radius: 30px;
  position: sticky;
  top: 0;
}
.indexfaq_main h2 {
  font-size: 30px;
  font-family: "impact";
  word-wrap: break-word;
  color: #000;
  margin-bottom: 30px;
}
.aboutfaq {
  position: sticky;
  top: 0;
}
/* abouthonour */
.abouthonour {
  padding: 80px 0 200px 0;
  background: url(../images/about3img1.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.abouthonour .swiper-container {
  width: 1400px;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.abouthonour .swiper-slide {
  background-position: center;
  background-size: cover;
  border: 12px solid #ddd;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

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

.abouthonour_title h2 {
  font-size: 60px;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-family: "homestorebold";
  word-wrap: break-word;
}
.aboutus1_part4 {
  padding: 80px 0 30px 0;
}
.aboutus1_part4_card {
  margin-bottom: 30px;
}
.indexnews_plan9_flex {
  display: flex;
  flex-wrap: wrap;
}

.indexnews_plan9_li {
  margin-bottom: 30px;
  position: relative;
}

.indexnews_plan9_box {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 5px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

.indexnews_plan9_box_img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.indexnews_plan9_box_img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews_plan9_box_content {
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 99;
  width: 90%;
  overflow: hidden;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  display: block;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.indexnews_plan9_box_content h3 {
  font-size: 22px;
  text-align: center;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "homestorebold";
}
.indexnews_plan9_li:hover .indexnews_plan9_box_img img {
  transform: scale(1.1);
}
.indexnews_plan9_li:hover .indexnews_plan9_box_content {
  right: -100%;
}
.aboutus1_part4_title {
  margin: 0 auto 40px auto;
  text-align: center;
}
.aboutus1_part4_title h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  display: inline-block;
  font-family: "homestorebold";
  border-radius: 10px;
  padding: 15px 60px;
  background-color: #f1f1f1;
  border-left: 5px solid #005199;
  border-right: 5px solid #005199;
}
@media (max-width: 576px) {
  .template3_productlist_btn {
    font-size: 16px;
  }
  .newslist_title h3 {
    font-size: 32px;
  }
  .ad_product_contactus_content h2 {
    font-size: 30px;
  }
  .ad_product_contactus_content p {
    font-size: 14px;
  }
  .ad_product_contactus_main {
    min-height: 350px;
  }
  .ad_product_contactus_form {
    padding: 30px;
  }
  .news_show1_title h1 {
    font-size: 20px;
    line-height: normal;
  }
  /* xinwen*/
  .productlist_form {
    display: none;
  }
  .product_show1_mainplate {
    padding: 40px 0;
  }
  .recommended_news {
    display: none;
  }
  .nslick-slide img {
    width: 100%;
  }
  .product_show_main {
    margin-top: 30px;
  }
  .productswitching_btn span {
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    width: auto;
    margin-right: 15px;
  }
  .product_show_main_describe {
    margin-top: 30px;
  }
  .product_show_main_button a {
    padding: 10px 15px;
    margin: 10px 15px 0 0;
    font-size: 14px;
  }
  .productshow_tags a {
    margin: 10px 5px 0 0;
  }
  .function_card_img {
    margin-bottom: 30px;
  }
  .inquiry_form {
    padding: 20px 15px;
  }
  .inquiry_form h2 {
    font-size: 24px;
  }
  .inquiry_form h3 {
    width: 80%;
  }
  .summary {
    padding: 30px 15px;
  }
  .flip_page a {
    font-size: 12px;
  }
  .features img {
    width: 100%;
    max-width: initial;
  }
  .product_related {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .product_related h2 {
    font-size: 26px;
    margin: 0 10px;
    flex: 1;
  }
  .summary_btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  .summary p {
    font-size: 14px;
  }
  /* chanpin */
  .caselist {
    padding: 40px 0;
  }
  .factory {
    padding: 40px 0;
  }
  .factory_content {
    padding: 30px 15px;
  }
  .factory_content h3 {
    font-size: 22px;
  }
  .factory_li {
    margin-bottom: 30px;
  }
  .caseshow {
    padding: 40px 0;
  }
  .caseshow_main {
    padding: 15px;
  }
  .caseshow_main h1 {
    font-size: 20px;
    text-align: left;
    padding: 15px;
  }
  /* about */
  .about {
    height: auto;
    padding: 40px 0 20px 0;
  }
  .about_content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 98%;
    margin: 30px auto 0 auto;
  }
  .bannermaskline {
    display: none;
  }
  .about:before {
    background: none;
  }
  .about_hd h2 {
    font-size: 30px;
    color: #000;
  }
  .about_hd p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
  }
  .about_bd li {
    width: 49%;
    margin-bottom: 15px;
  }
  .about_data h3 {
    font-size: 32px;
    color: #000;
  }
  .about_box p {
    color: #000;
    font-size: 16px;
  }
  .about_bd {
    margin-top: 30px;
  }
  .about_box {
    padding: 30px 15px;
    border: 1px solid #e5e5e5;
  }
  .indexfaq_title h2 {
    font-size: 32px;
  }
  .indexfaq .accordion-button {
    font-size: 16px;
  }
  .abouthonour {
    padding: 40px 0;
    background: none;
  }
  .abouthonour .swiper-container {
    width: auto;
  }
  .indexfaq .accordion-button {
    font-size: 16px;
      /*padding-right: 30px !important; */
  }
  
  
  .indexfaq .accordion-button::before {
    width: 50px;
  }

  .abouthonour_title h2 {
    font-size: 32px;
  }
  .template3_timeline_con p {
    font-size: 14px;
  }
  .aboutus1_part5_title h2 {
    font-size: 32px;
  }
  .ad_product_contactus {
    padding: 40px 0;
  }
  .aboutus1_part4 {
    padding: 30px 0;
  }
  .aboutus1_part4_title h2 {
    padding: 15px;
  }
  .indexnews_plan9_box_content {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .template3_productlist_btn {
    font-size: 16px;
  }
  .newslist_title h3 {
    font-size: 32px;
  }
  .ad_product_contactus_content h2 {
    font-size: 30px;
  }
  .ad_product_contactus_content p {
    font-size: 14px;
  }
  .ad_product_contactus_form {
    padding: 30px;
  }
  .news_show1_title h1 {
    font-size: 20px;
    line-height: normal;
  }
  /* xinwenliebiao */
  .productlist_form {
    display: none;
  }
  .product_show1_mainplate {
    padding: 40px 0;
  }
  .recommended_news {
    display: none;
  }
  .nslick-slide img {
    width: 100%;
  }
  .product_show_main {
    margin-top: 30px;
  }
  .productswitching_btn span {
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    width: auto;
    margin-right: 15px;
  }
  .product_show_main_describe {
    margin-top: 30px;
  }
  .product_show_main_button a {
    padding: 10px 15px;
    margin: 10px 15px 0 0;
  }
  .productshow_tags a {
    margin: 10px 5px 0 0;
  }
  .function_card_img {
    margin-bottom: 30px;
  }
  .inquiry_form {
    padding: 20px 15px;
  }
  .inquiry_form h2 {
    font-size: 24px;
  }
  .inquiry_form h3 {
    width: 80%;
  }
  .summary {
    padding: 30px 15px;
  }
  .flip_page a {
    font-size: 12px;
  }
  .features img {
    width: 100%;
    max-width: initial;
  }
  .product_related {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .product_related h2 {
    font-size: 26px;
    margin: 0 10px;
    flex: 1;
  }
  .summary_btn {
    padding: 10px 15px;
  }
  .summary p {
    font-size: 14px;
  }
  .caselist {
    padding: 40px 0;
  }
  .factory {
    padding: 40px 0;
  }
  .factory_content {
    padding: 30px 15px;
  }
  .factory_content h3 {
    font-size: 22px;
  }
  .factory_li {
    margin-bottom: 30px;
  }
  .caseshow {
    padding: 40px 0;
  }
  .caseshow_main {
    padding: 15px;
  }
  .caseshow_main h1 {
    font-size: 20px;
    text-align: left;
    padding: 15px;
  } /* about */
  .about {
    height: auto;
    padding: 40px 0 20px 0;
  }
  .about_content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 98%;
    margin: 30px auto 0 auto;
  }
  .bannermaskline {
    display: none;
  }
  .about:before {
    background: none;
  }
  .about_hd h2 {
    font-size: 30px;
    color: #000;
  }
  .about_hd p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
  }
  .about_bd li {
    width: 49%;
    margin-bottom: 15px;
  }
  .about_data h3 {
    font-size: 32px;
    color: #000;
  }
  .about_box p {
    color: #000;
    font-size: 16px;
  }
  .about_bd {
    margin-top: 30px;
  }
  .about_box {
    padding: 30px 15px;
    border: 1px solid #e5e5e5;
  }
  .indexfaq_title h2 {
    font-size: 32px;
  }
  .indexfaq .accordion-button {
    font-size: 16px;
  }
  .abouthonour {
    padding: 40px 0;
    background: none;
  }
  .abouthonour .swiper-container {
    width: auto;
  }
  .indexfaq .accordion-button {
    font-size: 16px;
  }
  .indexfaq .accordion-button::before {
    width: 50px;
  }
  .accordion-button::after {
    margin-right: -15px;
  }
  .abouthonour_title h2 {
    font-size: 32px;
  }
  .template3_timeline_con p {
    font-size: 14px;
  }
  .aboutus1_part5_title h2 {
    font-size: 32px;
  }
  .ad_product_contactus {
    padding: 40px 0;
  }
  .aboutus1_part4 {
    padding: 30px 0;
  }
  .aboutus1_part4_title h2 {
    padding: 15px;
  }
  .indexnews_plan9_box_content {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .template3_productlist_btn {
    font-size: 16px;
  }
  .newslist_title h3 {
    font-size: 32px;
  }
  .ad_product_contactus_content h2 {
    font-size: 30px;
  }
  .ad_product_contactus_content p {
    font-size: 14px;
  }
  .ad_product_contactus_form {
    padding: 30px;
  }
  /* xinwenliebiao */
  .productlist_form {
    display: none;
  }
  .product_show1_mainplate {
    padding: 40px 0;
  }
  .recommended_news {
    display: none;
  }
  .nslick-slide img {
    width: 100%;
  }
  .product_show_main {
    margin-top: 30px;
  }
  .productswitching_btn span {
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    width: auto;
    margin-right: 15px;
  }
  .product_show_main_describe {
    margin-top: 30px;
  }
  .product_show_main_button a {
    padding: 10px 15px;
    margin: 10px 15px 0 0;
  }
  .productshow_tags a {
    margin: 10px 5px 0 0;
  }
  .function_card_img {
    margin-bottom: 30px;
  }
  .inquiry_form {
    padding: 20px 15px;
  }
  .inquiry_form h2 {
    font-size: 24px;
  }
  .inquiry_form h3 {
    width: 50%;
  }
  .summary {
    padding: 30px 15px;
  }
  .flip_page a {
    font-size: 12px;
  }
  .features img {
    width: 100%;
    max-width: initial;
  }
  .product_related {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .product_related h2 {
    font-size: 26px;
    margin: 0 10px;
    flex: 1;
  }
  .summary_btn {
    padding: 10px 15px;
  }
  .summary p {
    font-size: 14px;
  }
  .caselist {
    padding: 40px 0;
  }
  .factory {
    padding: 40px 0;
  }
  .factory_content {
    padding: 30px 15px;
  }
  .factory_content h3 {
    font-size: 22px;
  }
  .factory_li {
    margin-bottom: 30px;
  }
  .caseshow {
    padding: 40px 0;
  }
  .caseshow_main {
    padding: 15px;
  }
  .caseshow_main h1 {
    font-size: 20px;
    text-align: left;
    padding: 15px;
  } /* about */
  .about {
    height: auto;
    padding: 40px 0 20px 0;
  }
  .about_content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 98%;
    margin: 30px auto 0 auto;
  }
  .bannermaskline {
    display: none;
  }
  .about:before {
    background: none;
  }
  .about_hd h2 {
    font-size: 30px;
    color: #000;
  }
  .about_hd p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
  }
  .about_bd li {
    width: 49%;
    margin-bottom: 15px;
  }
  .about_data h3 {
    font-size: 32px;
    color: #000;
  }
  .about_box p {
    color: #000;
    font-size: 16px;
  }
  .about_bd {
    margin-top: 30px;
  }
  .about_box {
    padding: 30px 15px;
    border: 1px solid #e5e5e5;
  }
  .indexfaq_title h2 {
    font-size: 32px;
  }
  .indexfaq .accordion-button {
    font-size: 16px;
  }
  .abouthonour {
    padding: 40px 0;
    background: none;
  }
  .abouthonour .swiper-container {
    width: auto;
  }
  .indexfaq .accordion-button {
    font-size: 16px;
  }
  .indexfaq .accordion-button::before {
    width: 50px;
  }
  .accordion-button::after {
    margin-right: -15px;
  }
  .abouthonour_title h2 {
    font-size: 32px;
  }
  .template3_timeline_con p {
    font-size: 14px;
  }
  .aboutus1_part5_title h2 {
    font-size: 32px;
  }
  .ad_product_contactus {
    padding: 40px 0;
  }
  .aboutus1_part4 {
    padding: 30px 0;
  }
  .aboutus1_part4_title h2 {
    padding: 15px;
  }
  .indexnews_plan9_box_content h3 {
    font-size: 18px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .template3_productlist_btn {
    font-size: 16px;
  }
  .newslist_title h3 {
    font-size: 32px;
  }
  .ad_product_contactus_content h2 {
    font-size: 30px;
  }
  .ad_product_contactus_content p {
    font-size: 14px;
  }
  .ad_product_contactus_form {
    padding: 30px;
  }
  /* xinwenliebiao */
  .productlist_form {
    display: none;
  }
  .product_show1_mainplate {
    padding: 40px 0;
  }
  .recommended_news {
    display: none;
  }
  .nslick-slide img {
    width: 100%;
  }
  .product_show_main {
    margin-top: 30px;
  }
  .productswitching_btn span {
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    width: auto;
    margin-right: 15px;
  }
  .product_show_main_describe {
    margin-top: 30px;
  }
  .product_show_main_button a {
    padding: 10px 15px;
    margin: 10px 15px 0 0;
  }
  .productshow_tags a {
    margin: 10px 5px 0 0;
  }
  .function_card_img {
    margin-bottom: 30px;
  }
  .inquiry_form {
    padding: 20px 15px;
  }
  .inquiry_form h2 {
    font-size: 24px;
  }
  .inquiry_form h3 {
    width: 50%;
  }
  .summary {
    padding: 30px 15px;
  }
  .flip_page a {
    font-size: 12px;
  }
  .features img {
    width: 100%;
    max-width: initial;
  }
  .product_related {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .product_related h2 {
    font-size: 26px;
    margin: 0 10px;
    flex: 1;
  }
  .summary_btn {
    padding: 10px 15px;
  }
  .summary p {
    font-size: 14px;
  }
  .caselist {
    padding: 40px 0;
  }
  .factory {
    padding: 40px 0;
  }
  .factory_content {
    padding: 30px 15px;
  }
  .factory_content h3 {
    font-size: 22px;
  }
  .factory_li {
    margin-bottom: 30px;
  }
  .caseshow {
    padding: 40px 0;
  }
  .caseshow_main {
    padding: 15px;
  }
  .caseshow_main h1 {
    font-size: 20px;
    text-align: left;
    padding: 15px;
  }
  /* about */
  .about {
    height: auto;
    padding: 40px 0 20px 0;
  }
  .about_content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 98%;
    margin: 30px auto 0 auto;
  }
  .bannermaskline {
    display: none;
  }
  .about:before {
    background: none;
  }
  .about_hd h2 {
    font-size: 30px;
    color: #000;
  }
  .about_hd p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
  }
  .about_bd li {
    width: 49%;
    margin-bottom: 15px;
  }
  .about_data h3 {
    font-size: 32px;
    color: #000;
  }
  .about_box p {
    color: #000;
    font-size: 16px;
  }
  .about_bd {
    margin-top: 30px;
  }
  .about_box {
    padding: 30px 15px;
    border: 1px solid #e5e5e5;
  }
  .indexfaq_title h2 {
    font-size: 32px;
  }
  .indexfaq .accordion-button {
    font-size: 16px;
  }
  .abouthonour {
    padding: 40px 0;
    background: none;
  }
  .abouthonour .swiper-container {
    width: auto;
  }
  .indexfaq .accordion-button {
    font-size: 16px;
  }
  .indexfaq .accordion-button::before {
    width: 50px;
  }
  .accordion-button::after {
    margin-right: -15px;
  }
  .abouthonour_title h2 {
    font-size: 32px;
  }
  .template3_timeline_con p {
    font-size: 14px;
  }
  .aboutus1_part5_title h2 {
    font-size: 32px;
  }
  .ad_product_contactus {
    padding: 40px 0;
  }
  .aboutus1_part4 {
    padding: 30px 0;
  }
  .aboutus1_part4_title h2 {
    padding: 15px 30px;
  }
  .indexnews_plan9_box_content h3 {
    font-size: 18px;
  }
  .indexfaq .accordion-item {
    width: 100%;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .factory_content {
    padding: 30px 15px;
  }
  .factory_content h3 {
    font-size: 24px;
  }
  .factory_li {
    margin-bottom: 30px;
  }
  .about_box {
    padding: 30px 15px;
  }
  .about_data h3 {
    font-size: 36px;
  }
  .about_hd h2 {
    font-size: 36px;
  }
  .about_hd p {
    font-size: 16px;
  }
  .indexadvantages_plan5 {
    padding: 60px;
  }
  .indexfaq_title h2 {
    font-size: 40px;
  }
  .indexadvantages_plan5_cardbox span {
    font-size: 60px;
  }
  .abouthonour .swiper-container {
    width: 1220px;
  }
  .about_videobg video {
    height: 100vh;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .about_data h3 {
    font-size: 48px;
  }
  .about_box {
    padding: 30px;
  }
}

@media (min-width: 1601px) and (max-width: 1680px) {
}
/* faq */
.faq_title h2 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  font-family: "homestorebold";
}
.faq_main li {
  padding: 15px;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.faq_maintitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 10px; */
}
.faq_maintitle i {
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.6);
}
.faq_maintitle span {
  display: block;
  font-size: 44px;
  font-family: "homestorebold";
  color: #005199;
  z-index: 99;
  font-weight: bold;
  margin-right: 20px;
}
.faq_maintitle h3 {
  flex: 1;
  font-size: 20px;
  font-family: "homestorebold";
  font-weight: bold;
  color: #005199;
  z-index: 99;
  word-wrap: break-word;
}
.faq_main li p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  word-wrap: break-word;
}
/* zhengshu */
.zhengshu {
  padding: 70px 0;
}
.zhengshu_flex {
  display: flex;
  flex-wrap: wrap;
}
.zhengshu_li {
  margin-bottom: 30px;
  position: relative;
}
.zhengshu_box {
  height: 100%;
  position: relative;
  background-color: #e5e5e5;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.thumbnails {
  width: 100%;
  cursor: zoom-in;
}
.thumbnailsoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999;
  justify-content: center;
  align-items: center;
}
.zoomed-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.zoomed-img {
  max-width: 80vw;
  max-height: 80vh;
  transition: transform 0.3s;
}
.thumbnailsclose-btn {
  position: absolute;
  top: 15px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  text-shadow: 0 0 5px black;
}
.thumbnailsclose-btn img {
  width: 50px;
  height: 50px;
  display: block;
}
.thumbnailsclose-btn:hover {
  color: #ff5252;
}
.zhengshu_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 150%;
}
.zhengshu_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}
.zhengshu_box:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
/* exhibition */
.exhibition {
  background: url(../images/img12.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.exhibition .pagelist a {
  color: #fff !important;
}
.exhibition_flex {
  display: flex;
  flex-wrap: wrap;
}
.exhibition_li {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.exhibition_box {
  height: 100%;
  position: relative;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  border: 1px solid #fff;
  backdrop-filter: blur(8px);
}
.exhibition_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 75%;
  border-radius: 15px;
}
.exhibition_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.exhibition_content {
  position: absolute;
  top: -50%;
  left: 50%;
  width: 70%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  /* backdrop-filter: blur(1px); */
  padding: 30px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
}
.exhibition_box:hover .exhibition_content {
  top: 50%;
  opacity: 1;
}
.exhibition_content span {
  display: block;
  width: 30%;
  height: 3px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}
.exhibition_more {
  padding: 10px 30px;
  font-size: 16px;
  color: #005199;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0 auto;
  display: block;
  border-radius: 30px;
  max-width: 50%;
}
.exhibition_content h3 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "homestorebold";
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.exhibition_content .exhibition_h3 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "homestorebold";
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.exhibition_txt {
  margin-top: 20px;
}
.exhibition_txt p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 576px) {
    .indexfaq .accordion-button{
        padding: 15px 60px 15px 15px;
        position: relative;
    }
    .accordion-button::after{
            position: absolute;
    top: 43%;
    right: 23px;
    }
  .faq .aside_nav {
    display: none;
  }
  .faq_title h2 {
    font-size: 32px;
  }
  .faq_maintitle {
    margin-bottom: 15px;
  }
  .zhengshu {
    padding: 40px 0;
  }
  .exhibition {
    padding: 40px 0;
  }
  .exhibition_box {
    padding: 15px;
    border-radius: 10px;
  }
  .exhibition_content {
    padding: 30px 15px;
    width: 80%;
  }
  .exhibition_content h3,
  .exhibition_content .exhibition_h3 {
    font-size: 24px;
  }
  .exhibition_box:hover .exhibition_content {
    top: 40%;
  }
  .exhibition_more {
    max-width: initial;
    padding: 15px;
  }

  .indexbanner_plan8_banner_main {
    top: 50px;
    transform: translate(-50%, 0);
    width: 96%;
    padding: 15px;
  }

  .about_videobg iframe {
    height: initial !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .faq .aside_nav {
    display: none;
  }
  .faq_title h2 {
    font-size: 32px;
  }
  .zhengshu {
    padding: 40px 0;
  }
  .exhibition {
    padding: 40px 0;
  }
  .exhibition_box {
    padding: 15px;
    border-radius: 10px;
  }
  .exhibition_content {
    padding: 30px 15px;
    width: 80%;
  }
  .exhibition_content h3,
  .exhibition_content .exhibition_h3 {
    font-size: 24px;
  }
  .exhibition_box:hover .exhibition_content {
    top: 40%;
  }
  .exhibition_more {
    max-width: initial;
    padding: 15px;
  }

  .indexbanner_plan8_banner_main {
    top: 50px;
    transform: translate(-50%, 0);
    width: 96%;
    padding: 15px;
  }

  .about_videobg iframe {
    height: initial !important;
    min-height: 350px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .faq .aside_nav {
    display: none;
  }
  .faq_title h2 {
    font-size: 32px;
  }
  .zhengshu {
    padding: 40px 0;
  }
  .exhibition {
    padding: 40px 0;
  }
  .exhibition_box {
    padding: 15px;
    border-radius: 10px;
  }
  .exhibition_content {
    padding: 30px 15px;
    width: 80%;
  }
  .exhibition_content h3,
  .exhibition_content .exhibition_h3 {
    font-size: 24px;
  }
  .exhibition_box:hover .exhibition_content {
    top: 40%;
  }
  .exhibition_more {
    max-width: initial;
    padding: 15px;
  }

  .indexbanner_plan8_banner_main {
    top: 50px;
    transform: translate(-50%, 0);
    width: 96%;
  }

  .about_videobg iframe {
    height: initial !important;
    min-height: 400px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .faq .aside_nav {
    display: none;
  }
  .faq_title h2 {
    font-size: 32px;
  }
  .zhengshu {
    padding: 40px 0;
  }
  .exhibition {
    padding: 40px 0;
  }
  .exhibition_box {
    padding: 15px;
    border-radius: 10px;
  }
  .exhibition_content {
    padding: 30px 15px;
    width: 80%;
  }
  .exhibition_content h3,
  .exhibition_content .exhibition_h3 {
    font-size: 24px;
  }
  .exhibition_box:hover .exhibition_content {
    top: 40%;
  }
  .exhibition_more {
    max-width: initial;
    padding: 15px;
  }

  .indexbanner_plan8_banner_main {
    top: 50px;
    transform: translate(-50%, 0);
    width: 96%;
  }

  .about_videobg iframe {
    height: initial !important;
    min-height: 450px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 1401px) and (max-width: 1680px) {
}
/*  */
.history_main_title {
  margin-bottom: 40px;
}
.history_main_title span {
  display: block;
  width: 10%;
  height: 3px;
  background-color: #005199;
  margin: 0 auto;
  text-align: center;
  border-radius: 30%;
}
.history_main_title h2 {
  font-size: 48px;
  color: #000;
  word-wrap: break-word;
  font-weight: bold;
  font-family: "homestorebold";
  text-align: center;
  margin-bottom: 15px;
}
.history_main .historybox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 10px;
  overflow: hidden;
}
.history_main .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #999;
  width: 10px;
  height: 10px;
  background-color: #999;
}

.history_main .swiper-pagination-bullet-active {
  background-color: #005199;
  border: 1px solid #005199;
}
.historybox_content span {
  display: inline-block;
  padding: 3px 30px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.historybox_content h3 {
  text-align: center;
  font-size: 26px;
  color: #ff7e00;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 15px;
}
.historybox_content p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
  white-space: normal;
}
.historybox_content li {
  margin-bottom: 30px;
}
.historybox_content ul {
  transform: scale(calc(1 / 2.5));
}
.historybox_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  margin: 0 auto;
  z-index: 9999;
}
.history_main {
  padding: 70px 100px 100px 100px;
  position: relative;
  overflow: hidden;
}
.history_main .swiper-pagination {
  position: absolute;
  bottom: 30px !important;
}
.historybox {
  position: relative;
  overflow: hidden;
}
.history_main .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.history_main .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(2);
  padding: 200px 0;
  z-index: 9;
}
.history_main .swiper-slide-active,
.history_main .swiper-slide-duplicate-active {
  transform: scale(2.5);
  z-index: 999;
}
.historybox_img {
  border-radius: 10px;
  overflow: hidden;
}
.historybox_img img {
  width: 100%;
  vertical-align: middle;
}
.history_main .swiper-button-next,
.history_main .swiper-button-prev {
  color: #005199;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #005199;
  text-align: center;
  background-color: transparent;
}

.history_main .swiper-button-next:after,
.history_main .swiper-button-prev:after {
  font-size: 26px;
}
@media (max-width: 576px) {
  .history_main {
    padding: 30px 10px;
  }
  .history_main .swiper-slide {
    transform: scale(1);
    padding: 0 0 60px 0;
  }
  .history_main .swiper-slide-active,
  .history_main .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .history_main .swiper-button-next,
  .history_main .swiper-button-prev {
    display: none;
  }
  .historybox_img {
    height: 1100px;
  }
  .historybox_img img {
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .historybox_content ul {
    transform: none;
  }
  .historybox_content {
    width: 90%;
  }
}

@media (max-width: 344px) {
    .historybox_img {
        height: 1310px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
  .history_main {
    padding: 30px 10px;
  }
  .history_main .swiper-slide {
    transform: scale(1);
    padding: 0 0 60px 0;
  }
  .history_main .swiper-slide-active,
  .history_main .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .history_main .swiper-button-next,
  .history_main .swiper-button-prev {
    display: none;
  }
  .historybox_img {
    height: 900px;
  }
  .historybox_img img {
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .historybox_content ul {
    transform: none;
  }
  .historybox_content {
    width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .history_main {
    padding: 30px 10px;
  }
  .history_main .swiper-slide {
    transform: scale(1);
    padding: 0 0 60px 0;
  }
  .history_main .swiper-slide-active,
  .history_main .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .history_main .swiper-button-next,
  .history_main .swiper-button-prev {
    display: none;
  }
  .historybox_img {
    height: 900px;
  }
  .historybox_img img {
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .historybox_content ul {
    transform: none;
  }
  .historybox_content {
    width: 90%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .history_main {
    padding: 30px 10px;
  }
  .history_main .swiper-slide {
    transform: scale(1);
    padding: 0 0 60px 0;
  }
  .history_main .swiper-slide-active,
  .history_main .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .history_main .swiper-button-next,
  .history_main .swiper-button-prev {
    display: none;
  }
  .historybox_img {
    height: 900px;
  }
  .historybox_img img {
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .historybox_content ul {
    transform: none;
  }
  .historybox_content {
    width: 90%;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .historybox_img {
    height: 250px;
  }
  .historybox_img img {
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .historybox_content {
    width: 200%;
  }
  .history_main {
    padding: 60px 30px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
}

.page_proListBox::before {
  content: "+";
  display: flex;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  border: 2px solid #fff;
  border-image: initial;
  border-radius: 50%;
  transition: 0.5s;
}

.page_proListImg {
  position: relative;
  overflow: hidden;
}

.page_proListImg::before {
  content: "";
  display: block;
  width: 0px;
  height: 25%;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 2;
  background: rgb(34, 34, 34);
  transition: 0.3s;
}

.page_proListImg a {
  display: block;
  background: #fff;
}

.page_proListImg a::before {
  content: "";
  display: block;
  width: 0px;
  height: 25%;
  opacity: 0.5;
  left: 0px;
  top: 50%;
  position: absolute;
  z-index: 2;
  background: rgb(34, 34, 34);
}

.page_proListImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s;

  filter: blur(0);
}

@media screen and (min-width: 769px) {
  .page_proListImg img {
    /*height: 300px;*/
  }
}

.page_proListImg a::after {
  content: "";
  display: block;
  width: 0px;
  height: 25%;
  opacity: 0.5;
  right: 0px;
  top: 75%;
  position: absolute;
  z-index: 2;
  background: rgb(34, 34, 34);
  transition: 0.3s 0.2s;
}

.page_proListImg::after {
  content: "";
  display: block;
  width: 0px;
  height: 25%;
  opacity: 0.5;
  right: 0px;
  top: 25%;
  position: absolute;
  z-index: 2;
  background: rgb(34, 34, 34);
  transition: 0.3s 0.1s;
}

.page_proListBox:hover::before {
  top: 35%;
  opacity: 1;
}

.page_proListBox:hover .page_proListImg::before {
  width: 100%;
}

.page_proListBox:hover .page_proListImg a::before {
  width: 100%;
}

.page_proListBox:hover .page_proListImg img {
  transform: scale(1.1);
  opacity: 0.7;
}

.page_proListBox:hover .page_proListImg a::after {
  width: 100%;
}

.page_proListBox:hover .page_proListImg::after {
  width: 100%;
}


.product_show1_Breadcrumbs_list p{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.productswitching_tabmain h3 .fl-heading-text {
    font-size: 22px;
    color: #000;
    /* background-color: #005199; */
    /* padding: 10px 20px !important; */
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
}