@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: var(--commoncolors-first);
  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: 80px;
  vertical-align: middle;
}
/* mobile -------------------------------------------------------------------------------------------*/
.mobile {
  width: 100%;
  z-index: 99999999;
  display: none;
  height: 70px;
}

.navbar-brand img,
.offcanvas-title img {
  max-height: 40px;
  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: var(--commoncolors-second);
  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: var(--primary-color);
  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: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/*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: var(--primary-color);
}

.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: var(--commoncolors-second);
  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: var(--commoncolors-second);
  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: var(--commoncolors-second) fff;
  text-decoration: none;
}

/* .sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
} */
.sidebar-nav .dropdown-menu li a {
  color: var(--commoncolors-first);
  border-bottom: 1px solid var(--primary-color);
}

.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: var(--commoncolors-second) 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: var(--primary-color);
}

.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: var(--primary-color);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: var(--primary-color);
  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: var(--primary-color);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: var(--commoncolors-second) 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;
  position: relative;
  width: 100%;
  padding: 10px 0;
  background-color: var(--commoncolors-second);
  /* position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto; */
}

.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: var(--commoncolors-first);
}

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

.nav_wrap .head_nav > li {
  display: inline-block;
  line-height: 45px;
  font-size: 18px;
  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.menu-item-has-children > a:after {
  display: inline-block;
  margin-left: 5px;
}

.nav_wrap .head_nav > li.menu-item-has-children > a: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 15px;
}

.nav_wrap .head_nav > li li a {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  position: relative;
  color: var(--commoncolors-first);
  border-bottom: 1px solid #e6e6e6;
  line-height: 24px;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding-right: 20px;
}

.nav_wrap .head_nav > li li a:hover {
  padding-left: 5px;
  text-decoration: underline;
  color: var(--commoncolors-second) !important;
  background-color: var(--primary-color) !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: var(--commoncolors-first);
}

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

.nav_wrap .head_nav > li:hover > a {
  background-color: var(--primary-color);
  color: var(--commoncolors-second);
}

.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: var(--primary-color);
}

.nav_wrap .head_nav > li.nav-current > a {
  color: var(--commoncolors-second);
  padding: 0 20px;
}

.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: 300px;
  padding: 15px 0;
  background-color: var(--commoncolors-second);
  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(255, 255, 255, 0.9);
}

.fixed-nav .nav_wrap {
  padding-top: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.fixed-nav .nav_wrap a {
  color: var(--commoncolors-first);
}

.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: initial;
  max-height: 80px;
  -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;
}
@media (max-width: 576px) {
  .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;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .nickx-slider-for .nslick-list.draggable {
    pointer-events: none;
  }
}

/* header_nav------------------------------------------------------------------------------------------- */
.nav_wrap .head_nav li.current_page_item a {
  background-color: var(--primary-color);
  color: var(--commoncolors-second);
}

.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: var(--primary-color);
  color: var(--commoncolors-second);
}

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

.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 var(--commoncolors-first);
  font-size: 16px;
}
table tr:nth-child(odd) {
  background-color: var(--commoncolors-eighth);
}
table td {
  border: 1px solid var(--commoncolors-seventh);
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 30px;
}
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: var(--commoncolors-second);
  background-color: var(--primary-color);
  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: var(--commoncolors-first);
  color: var(--commoncolors-second);
  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: var(--commoncolors-second);
  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: var(--commoncolors-second);
  text-indent: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}

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

.feedbackForm {
  padding: 16px 16px 40px 16px;
  background-color: var(--commoncolors-second);
}

.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: var(--primary-color);
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: var(--commoncolors-second);
  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 .list {
  margin-bottom: 15px;
}

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

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

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

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

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

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

.yandex-form input[type=submit] {
  width: 100%;
  color: var(--commoncolors-second);
  background-color: var(--primary-color);
  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: var(--commoncolors-second);
  display: none;
  z-index: 99999999;
  background-color: var(--primary-color);
  width: 100%;
}

.bot_1 {
  width: 25%;
  float: left;
  border-right: 1px #ddd solid;
  color: var(--commoncolors-second);
  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: var(--commoncolors-second);
}
/* search.html */
.result_attention {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--primary-color);
  margin-bottom: 40px;
  border-radius: 50px;
}

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

.result_attention span {
  font-size: 26px;
  color: var(--primary-color);
  font-weight: bold;
  display: block;
  margin: 0 5px;
}
.bannercontent {
  position: relative;
  overflow: hidden;
}
.bannercontent img {
  width: 100%;
  vertical-align: middle;
}
.bannercontent_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
}
.bannercontent_title h2 {
  font-size: 52px;
  letter-spacing: 1px;
  color: var(--commoncolors-second);
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.bread_crumb_main {
  background-color: #f4f4f4;
  padding: 10px 0;
}
.bread_crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.bread_crumbs i {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 10px;
}
.bread_crumbs a {
  font-size: 16px;
  color: var(--commoncolors-fourth);
  word-wrap: break-word;
  white-space: normal;
  margin-right: 10px;
}
.bread_crumbs span {
  font-size: 15px;
  color: var(--commoncolors-fourth);
  word-wrap: break-word;
  white-space: normal;
  margin-right: 10px;
}
.bread_crumbs a:hover {
  color: var(--primary-color);
}
.searchpage {
  padding: 70px 0;
}
.searchpage_flex {
  display: flex;
  flex-wrap: wrap;
}
.searchpage_li {
  position: relative;
  margin-bottom: 30px;
}
.searchpage_box {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 30px;
  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;
}
.searchpage_box h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 30px;
  z-index: 99;
  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;
}
.searchpage_box h3 a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
  z-index: 99;
  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;
}
.searchpage_box p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
  z-index: 99;
  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;
}
.searchpage_box i {
  font-size: 100px;
  color: var(--primary-color);
  position: absolute;
  top: -40px;
  left: -20px;
  z-index: 9;
  opacity: 0.3;
  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;
}
.searchpage_box:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  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;
}
.searchpage_box:hover h3 a,
.searchpage_box:hover h3,
.searchpage_box:hover p {
  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;
}
.searchpage_box:hover i {
  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;
}
/* 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 var(--primary-color);
  margin: 10px 5px;
  font-size: 16px;
}

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

.pagelist a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.pagelist a.current{ background-color: var(--primary-color); color: #fff;}

.pagelist .active {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
/* contactus.html */
#map {
  width: 100%;
  height: 500px;
}

.contact_plan1 {
  padding: 70px 0;
}

.contact_main {
  background-color: #f4f4f4;
  padding: 40px 80px;
  border-radius: 5px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}

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

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

.contact_list li i {
  font-size: 26px;
  color: var(--primary-color);
  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(0, 65, 150, 0.1);
  padding: 40px;
  border-radius: 5px;
}
.contact_plan1 .footer_media a {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 5px;
}
/* news_list.html */
.news {
  padding: 0 0 70px 0;
}
.news_li {
  padding: 60px 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;
}
.news_flex {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}
.news_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 50%;
}
.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;
}
.news_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 90%;
  overflow: hidden;
}
.news_content h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  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;
}
.news_content h3 a {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  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;
}
.news_content p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 35px;
}
.news_li:hover {
  background-color: #f4f4f4;
  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;
}
.news_li:hover .news_img img {
  transform: scale(1.1);
  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;
}
.news_li:hover .news_content h3 {
  color: var(--primary-color);
  text-decoration: underline;
  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;
}
.news_li:hover .news_content h3 a {
  color: var(--primary-color);
  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;
}
.news_li:hover .indexnews_more {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  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;
}
.news_li:hover .indexnews_more span,
.news_li:hover .indexnews_more i {
  color: var(--commoncolors-second);
  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;
}
/* newshow.html */
.newshow {
  padding: 70px 0;
}
.newshow_title {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  border-left: 8px solid var(--primary-color);
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f4f4f4;
  margin-bottom: 50px;
}
.newshow_title h1 {
  font-size: 26px;
  color: var(--primary-color);
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 20px;
}
.newshow_title span {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  word-wrap: break-word;
  white-space: normal;
}
.newshow_title span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  display: inline-block;
  margin-right: 15px;
  transform: skew(15deg);
}
.newshow_main {
  padding: 0 100px;
}
.newshow_main p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 15px;
}
.newshow_main img {
  max-width: 100%;
  display: block;
  margin: 30px auto;
  text-align: center;
  vertical-align: middle;
}
.flip_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--commoncolors-eighth);
  padding: 15px;
  margin-top: 60px;
  border-radius: 10px;
}
.flip_page a {
  font-size: 18px;
  color: var(--commoncolors-first);
  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: 24px;
  color: var(--primary-color);
}
.flip_page .prev::before {
  content: "\e6b8";
  font-size: 24px;
  font-family: "iconfont";
  display: inline-block;
  color: var(--primary-color);
}
.flip_page .next::after {
  content: "\e6b5";
  font-size: 24px;
  font-family: "iconfont";
  display: inline-block;
  color: var(--primary-color);
}
.flip_page a:hover {
  color: var(--primary-color);
}
/* qualitycontrol */
.qualitycontrol {
  /* background: url(../images/qbg.jpg) no-repeat 50% 50%; */
  padding: 70px 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.qualitycontrol_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.qualitycontrol_list li {
  padding: 10px 15px;
  /* border: 2px solid var(--primary-color); */
  /* margin: 0 15px 15px 0; */
  /* border-radius: 5px; */
}
.qualitycontrol_list p {
  text-align: center;
  font-size: 18px;
  color: var(--commoncolors-first);
  font-weight: bold;
}
.qualitycontrol_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.qualitycontrol_li {
  margin-bottom: 30px;
}
.qualitycontrol_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75%;
}
.qualitycontrol_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.qualitycontrol_des {
  /* padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px; */
  margin-top: 40px;
}
.qualitycontrol_des p {
  font-size: 20px;
  color: #000;
  line-height: 40px;
  word-wrap: break-word;
  white-space: normal;
}
/* .qualitycontrol_des p::before {
  content: "";
  width: 10px;
  height: 15px;
  background-color: var(--second-primary-color);
  display: inline-block;
  margin-right: 15px;
  transform: skew(15deg);
} */
/* about */
.about {
  padding: 70px 0;
}
.about_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about_title h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
}
.about_title span {
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  display: block;
  margin-right: 15px;
  transform: rotate(45deg);
}
.about_main {
  padding: 50px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.about_main p {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  word-wrap: break-word;
  white-space: normal;
}
.about_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about_li {
  margin-bottom: 30px;
}
.about_box {
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 10px;
  border-left: 5px solid var(--primary-color);
}
.about_box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  word-wrap: break-word;
  white-space: normal;
  color: var(--primary-color);
}
.about_box span {
  font-size: 18px;
  word-wrap: break-word;
  white-space: normal;
  color: #333;
}
/* factory */
.factory {
  padding: 70px 0 70px 0;
}
.factory_flex {
  display: flex;
  flex-wrap: wrap;
}
.factory_li {
  margin-bottom: 40px;
  position: relative;
}
.factory_box {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.factory_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 64%;
}
.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: 80%;
  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: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  /*font-family: "homestorebold";*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}
.factory_content .factory_contenth3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "homestorebold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}
.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: 14px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}
.factory_more {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.3);
  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_more h4 {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  color: #fff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.factory_li:hover .factory_content {
  bottom: 50%;
  transform: translate(-50%, 50%);
  opacity: 1;
}
.factory_li:hover .factory_more {
  bottom: -50%;
}
.factory_title {
  margin-bottom: 20px;
}
.factory_title h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 10px;
}
.factory_title p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  white-space: normal;
  line-height: 30px;
}
/* productshow */
.productshow {
  padding: 70px 0;
}

.productshow_flex {
  display: flex;
  flex-wrap: wrap;
}
.productshow_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.productshow_img img {
  width: 100%;
  vertical-align: middle;
}
.productshow_content h1 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 20px;
}
.productshow_content p {
  font-size: 18px;
  color: #333;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 15px;
  line-height: 30px;
}
.productshow_content .table_wrap {
  margin-top: 30px;
}
.downloadpdf {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  border-radius: 30px;
  padding: 12px 30px;
  margin-top: 40px;
  background-color: var(--primary-color);
}
.downloadpdf span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.downloadpdf i {
  font-size: 20px;
  color: #fff;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .web_head {
    display: none;
  }
  .mobile {
    display: block;
  }
  .bannercontent {
    width: 100%;
    height: 200px;
  }
  .bannercontent img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .bannercontent_title h2 {
    font-size: 30px;
  }
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_main {
    padding: 30px;
  }
  .contact_inquiry_form_main {
    margin-top: 30px;
    padding: 30px;
  }
  .gotop {
    right: 10px;
    z-index: 999999;
    bottom: 18%;
  }
  #map {
    height: 300px;
  }
  .bottomDiv {
    display: block;
  }
  .news_li {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .news_img {
    margin-top: 30px;
  }
  .news_content h3 {
    margin-bottom: 20px;
  }
  .news_content {
    width: 100%;
  }
  .newshow {
    padding: 40px 0;
  }
  .newshow_title h1 {
    font-size: 20px;
  }
  .newshow_main {
    padding: 0 15px;
  }
  .flip_page a {
    width: 30%;
    margin: 0;
  }
  .qualitycontrol {
    padding: 40px 0;
  }
  .qualitycontrol_list li {
    padding: 10px 15px;
    margin: 0 10px 15px 0;
  }
  .qualitycontrol_list p {
    font-size: 16px;
  }
  .about {
    padding: 40px 0;
  }
  .about_main {
    padding: 30px;
  }
  .about_title h2 {
    font-size: 28px;
  }
  .about_main p {
    font-size: 16px;
  }
  .about_box h3 {
    font-size: 20px;
  }
  .factory {
    padding: 40px 0;
  }
  .factory_title h2 {
    font-size: 36px;
  }
  .factory_content {
    padding: 30px;
    width: 90%;
  }
  .factory_li:hover .factory_content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .productshow {
    padding: 40px 0;
  }
  .productshow_content {
    margin-top: 40px;
  }
  .productshow_content h1 {
    font-size: 28px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .web_head {
    display: none;
  }
  .mobile {
    display: block;
  }
  .bannercontent {
    width: 100%;
    height: 200px;
  }
  .bannercontent img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .bannercontent_title h2 {
    font-size: 30px;
  }
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_main {
    padding: 30px;
  }
  .contact_inquiry_form_main {
    margin-top: 30px;
    padding: 30px;
  }
  .gotop {
    right: 10px;
    z-index: 999999;
    bottom: 18%;
  }
  #map {
    height: 300px;
  }
  .bottomDiv {
    display: block;
  }
  .news_li {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .news_img {
    margin-top: 30px;
  }
  .news_content h3 {
    margin-bottom: 20px;
  }
  .news_content {
    width: 100%;
  }
  .newshow {
    padding: 40px 0;
  }
  .newshow_title h1 {
    font-size: 20px;
  }
  .newshow_main {
    padding: 0 15px;
  }
  .flip_page a {
    width: 30%;
    margin: 0;
  }
  .qualitycontrol {
    padding: 40px 0;
  }
  .qualitycontrol_list li {
    padding: 10px 15px;
    margin: 0 10px 15px 0;
  }
  .qualitycontrol_list p {
    font-size: 16px;
  }
  .about {
    padding: 40px 0;
  }
  .about_main {
    padding: 30px;
  }
  .about_title h2 {
    font-size: 28px;
  }
  .about_main p {
    font-size: 16px;
  }
  .about_box h3 {
    font-size: 20px;
  }
  .factory {
    padding: 40px 0;
  }
  .factory_title h2 {
    font-size: 36px;
  }
  .factory_content {
    padding: 30px;
    width: 90%;
  }
  .factory_li:hover .factory_content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .productshow {
    padding: 40px 0;
  }
  .productshow_content {
    margin-top: 40px;
  }
  .productshow_content h1 {
    font-size: 28px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .web_head {
    display: none;
  }
  .mobile {
    display: block;
  }
  .bannercontent {
    width: 100%;
    height: 200px;
  }
  .bannercontent img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .bannercontent_title h2 {
    font-size: 30px;
  }
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_main {
    padding: 30px;
  }
  .contact_inquiry_form_main {
    margin-top: 30px;
    padding: 30px;
  }
  .gotop {
    right: 10px;
    z-index: 999999;
    bottom: 18%;
  }
  #map {
    height: 300px;
  }
  .bottomDiv {
    display: block;
  }
  .news_li {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .news_img {
    margin-top: 30px;
  }
  .news_content h3 {
    margin-bottom: 20px;
  }
  .news_content {
    width: 100%;
  }
  .newshow {
    padding: 40px 0;
  }
  .newshow_title h1 {
    font-size: 20px;
  }
  .newshow_main {
    padding: 0 15px;
  }
  .flip_page a {
    width: 30%;
    margin: 0;
  }
  .qualitycontrol {
    padding: 40px 0;
  }
  .qualitycontrol_list li {
    padding: 10px 15px;
    margin: 0 10px 15px 0;
  }
  .qualitycontrol_list p {
    font-size: 16px;
  }
  .about {
    padding: 40px 0;
  }
  .about_main {
    padding: 30px;
  }
  .about_title h2 {
    font-size: 28px;
  }
  .about_main p {
    font-size: 16px;
  }
  .about_box h3 {
    font-size: 20px;
  }
  .factory {
    padding: 40px 0;
  }
  .factory_title h2 {
    font-size: 36px;
  }
  .factory_content {
    padding: 30px;
    width: 90%;
  }
  .factory_li:hover .factory_content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .productshow {
    padding: 40px 0;
  }
  .productshow_content {
    margin-top: 40px;
  }
  .productshow_content h1 {
    font-size: 28px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .web_head {
    display: none;
  }
  .mobile {
    display: block;
  }
  .bannercontent {
    width: 100%;
    height: 200px;
  }
  .bannercontent img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .bannercontent_title h2 {
    font-size: 30px;
  }
  .contact_plan1 {
    padding: 40px 0;
  }
  .contact_main {
    padding: 30px;
  }
  .contact_inquiry_form_main {
    margin-top: 30px;
    padding: 30px;
  }
  .gotop {
    right: 10px;
    z-index: 999999;
    bottom: 18%;
  }
  #map {
    height: 300px;
  }
  .bottomDiv {
    display: block;
  }
  .news_li {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .news_img {
    margin-top: 30px;
  }
  .news_content {
    width: 100%;
  }
  .newshow {
    padding: 40px 0;
  }
  .newshow_title h1 {
    font-size: 20px;
  }
  .newshow_main {
    padding: 0 15px;
  }
  .flip_page a {
    width: 30%;
    margin: 0;
  }
  .qualitycontrol {
    padding: 40px 0;
  }
  .qualitycontrol_list li {
    padding: 10px 15px;
    margin: 0 10px 15px 0;
  }
  .qualitycontrol_list p {
    font-size: 16px;
  }
  .about {
    padding: 40px 0;
  }
  .about_main {
    padding: 30px;
  }
  .about_title h2 {
    font-size: 28px;
  }
  .about_main p {
    font-size: 16px;
  }
  .about_box h3 {
    font-size: 20px;
  }
  .factory {
    padding: 40px 0;
  }
  .factory_title h2 {
    font-size: 36px;
  }
  .factory_content {
    padding: 30px;
    width: 90%;
  }
  .factory_li:hover .factory_content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .productshow {
    padding: 40px 0;
  }
  .productshow_content {
    margin-top: 40px;
  }
  .productshow_content h1 {
    font-size: 28px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .nav_wrap .head_nav > li,
  .fixed-nav .nav_wrap .head_nav > li {
    margin-left: 0;
    margin-right: 0;
  }
  .factory_content {
    padding: 30px;
    width: 90%;
  }
  .factory_li:hover .factory_content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .search input {
    width: 100%;
  }
  .headernav_box {
    width: 15%;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
}


.yandex-form #refer{ display:none}

.wpcf7 form .wpcf7-response-output{ margin:10px 0 10px 0!important}
.wpcf7-spinner{ width:auto!important; height:auto!important; margin:0!important; display:initial!important}

.quote{ font-size:26px; padding:25px 0 18px 0; font-weight:800}

.feedbackForm .yandex-form .list input{ padding:3px 6px 3px 6px!important; font-size:14px;}
.feedbackForm .none{ display:none}
.feedbackForm .yandex-form .list textarea{ height:80px;}

.feedbackForm .yandex-form input[type="submit"]{ line-height:1}
.feedbackForm .tips{ padding-bottom:5px;}

/* aside_nav */
.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: #f8a300;
  background-color: #eee;
  margin-bottom: 10px;
}

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

.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: #f8a300;
}

.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 {
  padding: 70px 0;
}

.aside_nav h3 {
  padding: 20px 15px;
  font-size: 28px;
  font-weight: bold;

  background-color: #111;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}