@font-face {
  font-family: 'gad';
  src: url(../fonts/Gadugi-Bold.ttf) format('truetype'), url(../fonts/Gadugi-Bold.eot) format('eot'), url(../fonts/Gadugi-Bold.woff) format('woff'), url(../fonts/Gadugi-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'gad';
  src: url(../fonts/Gadugi.ttf) format('truetype'), url(../fonts/Gadugi.eot) format('eot'), url(../fonts/Gadugi.woff) format('woff'), url(../fonts/Gadugi.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins.ttf) format('truetype'), url(../fonts/Poppins.eot) format('eot'), url(../fonts/Poppins.woff) format('woff'), url(../fonts/Poppins.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
:root {
  --base-color: #f88b2a;
  --white:#fff;
  --black:#000;
  --primary: #f88b2a;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: "pop";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 400;
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 95%;
  max-width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 9;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--base-color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .ui.menu > .logo {
  display: none!important;
}
#header .ui.menu .logo {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  width: 90%;
  max-width: 1511px;
}
#header .ui.menu .menu-box ul.menu {
  margin-left: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .ui.menu .menu-box ul.menu > .logo {
  margin: 0 auto;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  padding: 25px 0;
  font-size: 20px;
  color: #000;
  font-family: "gad";
  font-weight: 700;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .ui.menu .menu-box ul.menu > li:hover:before,
#header .ui.menu .menu-box ul.menu > li.active:before {
  opacity: 1;
}
#header .ui.menu .menu-box ul.menu > li:hover > a:before,
#header .ui.menu .menu-box ul.menu > li.active > a:before {
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .ui.menu .menu-box ul.menu > li:hover > a:after,
#header .ui.menu .menu-box ul.menu > li.active > a:after {
  opacity: 1;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
}
#header .ui.menu .menu-box ul.menu > li > a:after {
  position: absolute;
  width: 31px;
  height: 27px;
  content: "";
  right: -15px;
  bottom: 5px;
  background: url(../images/navli-icon.png) center center no-repeat;
  background-size: 31px;
  opacity: 0;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 0;
  left:100%;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .ui.menu .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 30px;
  margin-right: 20px;
}
#header .ui.menu .language span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
}
#header .ui.menu .language span img {
  margin-right: 10px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 0px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none;
  z-index: 999;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 28px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  position: relative;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--base-color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--base-color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodets-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--base-color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--base-color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  line-height: 32px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
a.more {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 3px;
  background: var(--base-color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
  display: inline-block;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#banner {
  margin-top: 83px;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .bannerbox ul.bannerlist li .content .ui.container {
  text-align: center;
  font-family: 'pop';
  font-weight: 400;
  max-width: 1100px;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .h2 {
  color: #fff;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
#banner .bannerbox ul.bannerlist li .content .ui.container p {
  color: #fff;
  line-height: 44px;
  padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 1100px;
}
.gxs-1 {
  padding-top: 178px;
  padding-bottom: 110px;
  background: #f9f9f6;
}
.gxs-1 .top {
  margin-bottom: 75px;
}
.gxs-1 .top .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.gxs-1 .top .ui.container .left {
  width: 60%;
}
.gxs-1 .top .ui.container .left .h3 {
  line-height: 44px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.gxs-1 .top .ui.container .left p {
  line-height: 32px;
  color: #777;
  max-width: 690px;
}
.gxs-1 .top .ui.container .right {
  width: 40%;
  padding-left: 5%;
}
.gxs-1 .top .ui.container .right ul.navlist {
  margin: 0 -15px;
}
.gxs-1 .top .ui.container .right ul.navlist li {
  padding: 0 15px;
}
.gxs-1 .top .ui.container .right ul.navlist li.active .item .imgbox a.hoverbox img:nth-child(1),
.gxs-1 .top .ui.container .right ul.navlist li:hover .item .imgbox a.hoverbox img:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.gxs-1 .top .ui.container .right ul.navlist li.active .item .imgbox a.hoverbox img:nth-child(2),
.gxs-1 .top .ui.container .right ul.navlist li:hover .item .imgbox a.hoverbox img:nth-child(2) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.gxs-1 .top .ui.container .right ul.navlist li.active .item .h6 a,
.gxs-1 .top .ui.container .right ul.navlist li:hover .item .h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
  border-bottom: 1px solid var(--base-color);
}
.gxs-1 .top .ui.container .right ul.navlist li .item {
  text-align: center;
}
.gxs-1 .top .ui.container .right ul.navlist li .item .imgbox {
  display: inline-block;
  margin: 0 auto;
}
.gxs-1 .top .ui.container .right ul.navlist li .item .imgbox a.hoverbox {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.gxs-1 .top .ui.container .right ul.navlist li .item .imgbox a.hoverbox img:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .top .ui.container .right ul.navlist li .item .imgbox a.hoverbox img:nth-child(2) {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gxs-1 .top .ui.container .right ul.navlist li .item .h6 {
  margin-top: 15px;
  line-height: 2;
}
.gxs-1 .top .ui.container .right ul.navlist li .item .h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .main ul.productlist {
  margin: 0 -50px;
}
.gxs-1 .main ul.productlist  li:hover {
  padding: 0;
  padding-top: 60px;
}
.gxs-1 .main ul.productlist  li:hover .item {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gxs-1 .main ul.productlist  li:hover .item .img-box {
  border-color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .main ul.productlist  li:hover .item a.more {
  opacity: 1;
}
.gxs-1 .main ul.productlist  li:hover .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-1 .main ul.productlist li {
  padding: 0 30px;
  padding-top: 60px;
}
.gxs-1 .main ul.productlist li .item {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  text-align: center;
}
.gxs-1 .main ul.productlist li .item .img-box {
  border-radius: 20px;
  border: 2px solid transparent;
  padding: 40px;
  background: #fff;
}
.gxs-1 .main ul.productlist li .item a.more {
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.gxs-1 .main ul.productlist li .item .h4 {
  text-align: left;
  line-height: 44px;
}
.gxs-1 .main ul.productlist li .item .h4 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 {
  padding: 115px 0;
  background: url(../images/about-bj-1.png) left top no-repeat #fff;
  position: relative;
}
.gxs-2 img.dec-2 {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 25%;
}
.gxs-2 .ui.container {
  max-width: 1400px;
  text-align: center;
}
.gxs-2 .ui.container .tag {
  padding: 0 100px;
  position: relative;
  line-height: 44px;
}
.gxs-2 .ui.container .tag:before,
.gxs-2 .ui.container .tag:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #000;
  top: 50%;
  margin-top: -0.5px;
}
.gxs-2 .ui.container .tag:before {
  left: 0;
}
.gxs-2 .ui.container .tag:after {
  right: 0;
}
.gxs-2 .ui.container .top {
  margin-top: 30px;
  margin-bottom: 53px;
}
.gxs-2 .ui.container .top img.dec-txt {
  margin: 0 auto;
  z-index: -1;
}
.gxs-2 .ui.container .top .imgbox {
  margin-top: -60px;
  z-index: 2;
  position: relative;
}
.gxs-2 .ui.container .top .imgbox img.dec-c1 {
  position: absolute;
  left: -163px;
  top: -164px;
  z-index: -1;
}
.gxs-2 .ui.container .top .imgbox img.dec-c2 {
  position: absolute;
  bottom: -64px;
  right: -227px;
}
.gxs-2 .ui.container .top .imgbox .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gxs-2 .ui.container .content {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 32px;
}
.gxs-2 .ui.container .content h1{
  display: inline;
}
.gxs-2 .ui.container .bottom {
  margin-top: 50px;
}
.gxs-2 .ui.container .bottom ul.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -75px;
}
.gxs-2 .ui.container .bottom ul.data li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0 75px;
  border-left: 1px solid #aaa;
}
.gxs-2 .ui.container .bottom ul.data li:nth-child(1) {
  border-color: transparent;
}
.gxs-2 .ui.container .bottom ul.data li:hover i img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.gxs-2 .ui.container .bottom ul.data li:hover .text {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-2 .ui.container .bottom ul.data li i {
  min-width: 65px;
  margin-right: 35px;
}
.gxs-2 .ui.container .bottom ul.data li i img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .bottom ul.data li .text {
  color: #000;
  text-align: left;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .bottom ul.data li .text span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-right: 20px;
}
.gxs-2 .ui.container .bottom ul.data li .text span sub {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 10px;
}
.gxs-3 {
  padding-top: 80px;
  background: url(../images/honor-bg.jpg) center center no-repeat;
  background-size: cover;
}
.gxs-3 .top {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.gxs-3 .top .h3 {
  margin-bottom: 15px;
}
.gxs-3 .main {
  padding: 30px 0px 112px 0px;
  padding-bottom: 85px;
  background: url(../images/honor-btm.png) center bottom no-repeat;
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.gxs-3 .main.phone{
  display: none;
}
.gxs-3 .main .btn {
  position: absolute;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 50%;
  cursor: pointer;
}
.gxs-3 .main .btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-3 .main .btn.slick-prev {
  left: 0;
}
.gxs-3 .main .btn.slick-next {
  right: 0;
}
.gxs-3 .main .btn i {
  font-size: 36px;
}
.gxs-3 .main.phone ul.honorlist{
  margin: 0 -15px;
}
.gxs-3 .main.phone ul.honorlist li{
  padding: 0 15px;
}
/*.gxs-3 .main ul.honorlist .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gxs-3 .main ul.honorlist .slick-slide > div li {
  position: relative;
}*/
/*.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(1),
.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(2) {
  margin-right: -1%;
}
.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(4),
.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(5) {
  margin-left: -1%;
}
.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(1),
.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(5) {
  width: 19%!important;
  z-index: 0;
}
.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(2),
.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(4) {
  width: 22%!important;
  z-index: 1;
}
.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(3) {
  width: 26%!important;
  z-index: 3;
}*/
.gxs-4 {
  padding-top: 180px;
  padding-bottom: 110px;
}
.gxs-4 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gxs-4 .top .h3 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.gxs-4 .top .navbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-4 .top .navbox .btn {
  font-size: 36px;
  color: #666;
  cursor: pointer;
}
.gxs-4 .top .navbox .btn i {
  font-size: 36px;
}
.gxs-4 .top .navbox .btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-4 .top .navbox .btn.slick-next {
  margin-left: 38px;
}
.gxs-4 .main ul {
  margin: 0 -50px;
}
.gxs-4 .main ul li {
  padding: 0 50px;
}
.gxs-4 .main ul li:hover .item .img-box {
  border-color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .main ul li:hover .item a.more {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .main ul li:hover .item .text .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-4 .main ul li .item {
  text-align: center;
}
.gxs-4 .main ul li .item .img-box {
  border-radius: 35px;
  border: 3px solid transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .main ul li .item a.more {
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .main ul li .item .text {
  text-align: left;
}
.gxs-4 .main ul li .item .text .h5{
  min-height: 3.7em;
}
.gxs-4 .main ul li .item .text .h5 a {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
.gxs-4 .main ul li .item .text p {
  margin-top: 20px;
  line-height: 30px;
}
#footer {
  background: #080707;
}
#footer .footer-main {
  padding: 75px 0 55px 0;
  color: #fff;
}
#footer .footer-main .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .ui.container .left {
  max-width: 970px;
  width: 70%;
}
#footer .footer-main .ui.container .left .top {
  margin-bottom: 45px;
}
#footer .footer-main .ui.container .left .top ul li {
  display: inline-block;
  margin-right: 50px;
}
#footer .footer-main .ui.container .left .top ul li a {
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .left .top ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer .footer-main .ui.container .left .btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .ui.container .left .btm .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex;
  -webkit-justify-content: flex;
  -moz-box-pack: flex;
  -ms-flex-pack: flex;
  justify-content: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#footer .footer-main .ui.container .left .btm .info:hover i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
#footer .footer-main .ui.container .left .btm .info:hover i img {
  -webkit-filter: brightness(3);
  filter: brightness(3);
}
#footer .footer-main .ui.container .left .btm .info i {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #333;
  border-radius: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .ui.container .left .btm .info .text {
  margin-left: 15px;
  max-width: 340px;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-main .ui.container .right {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .ui.container .right .ewmbox {
  display: inline-block;
}
#footer .footer-main .ui.container .right .ewmbox #ewm {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
  display: block;
  margin-bottom: 20px;
}
#footer .footer-main .ui.container .right .ewmbox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .ui.container .right .ewmbox ul.sharelist li {
  font-size: 14px;
  margin: 0 8px;
  line-height: 2;
}
#footer .footer-main .ui.container .right .ewmbox ul.sharelist li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .right .ewmbox ul.sharelist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer .footer-main .ui.container .right .formbox {
  padding-left: 35px;
}
#footer .footer-main .ui.container .right .formbox .h4 {
  margin-bottom: 15px;
}
#footer .footer-main .ui.container .right .formbox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .ui.container .right .formbox form input[type="text"] {
  width: 100%;
  font-size: 16px;
  color: #fff;
  height: 35px;
  line-height: 36px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
}
#footer .footer-main .ui.container .right .formbox form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer-main .ui.container .right .formbox form input[type="text"]:-moz-placeholder {
  color: #fff;
}
#footer .footer-main .ui.container .right .formbox form input[type="text"]::-moz-placeholder {
  color: #fff;
}
#footer .footer-main .ui.container .right .formbox form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#footer .footer-main .ui.container .right .formbox form input[type="text"]::placeholder {
  color: #fff;
}
#footer .footer-main .ui.container .right .formbox form input[name="content"] {
  width: 65%;
}
#footer .footer-main .ui.container .right .formbox form input[name="mail"] {
  margin-bottom: 15px;
}
#footer .footer-main .ui.container .right .formbox form input[type="submit"] {
  font-size: 18px;
  color: var(--base-color);
  text-transform: uppercase;
  padding: 5px 15px;
  border: none;
  border-bottom: 1px solid var(--base-color);
  background: transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .right .formbox form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  color: #fff;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0;
  width: 95%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .ui.container .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
.yejiao{
  margin-left: 10px!important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.font-48 {
  font-size: 48px;
}
.font-100 {
  font-size: 80px;
  line-height: 1;
}
.font-60 {
  font-size: 60px;
}
@media screen and (max-width: 1600px) {
  .font-24 {
    font-size: 20px;
  }
  #footer .footer-main .ui.container .right .formbox form input[name="content"] {
    width: 100%;
  }
  #footer .footer-main .ui.container .right {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1400px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header .ui.menu .menu-box ul.menu {
    margin-left: 0;
  }
  .font-100 {
    font-size: 75px;
  }
  .gxs-2 .ui.container .bottom ul.data {
    margin: 0 -25px;
  }
  .gxs-2 .ui.container .bottom ul.data li {
    padding: 0 25px;
  }
  #footer .footer-main .ui.container .left .btm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-main .ui.container .left .btm .info {
    width: 50%;
    margin-bottom: 20px;
  }
  .gxs-4 .main ul {
    margin: 0 -20px;
  }
  .gxs-4 .main ul li {
    padding: 0 20px;
  }
  .gxs-3 .main.phone{
    display: block;
  }
  .gxs-3 .main.pc{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #header .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #banner {
    margin-top: 78px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 32px!important;
  }
  .font-48 {
    font-size: 32px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 30px!important;
  }
  .gxs-1 .main ul.productlist {
    margin: 0 -30px;
  }
  #footer .footer-main .ui.container .left .top {
    display: none;
  }
  #footer .footer-main .ui.container .left {
    width: 50%;
  }
  #footer .footer-main .ui.container .left .btm .info {
    width: 100%;
  }
  #footer .footer-main .ui.container .right {
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .font-100 {
    font-size: 42px;
  }
  .ui.container {
    width: 85%;
  }
  .font-48 {
    font-size: 24px;
    line-height: 44px;
  }
  .gxs-1 .main ul.productlist li .item .img-box {
    padding: 15px;
  }
  .gxs-2 .ui.container .top .imgbox img.dec-c1,
  .gxs-2 .ui.container .top .imgbox img.dec-c2 {
    display: none;
  }
  .gxs-2 .ui.container .bottom ul.data li {
    border-left: none;
    margin-bottom: 20px;
  }
  /*.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(1),
  .gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(3) {
    width: 30%!important;
    z-index: 0;
  }
  .gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(2) {
    width: 40%!important;
  }*/
  .font-60 {
    font-size: 42px;
  }
  #footer .footer-main .ui.container .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 95%;
  }
  #footer .footer-bottom p {
    font-size: 14px;
    line-height: 2;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container p {
    display: none;
  }
  .gxs-1 {
    padding: 60px 0;
  }
  .gxs-1 .top .ui.container .left {
    width: 100%;
  }
  .gxs-1 .top .ui.container .right {
    width: 100%;
  }
  .gxs-1 .top .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-1 .top .ui.container .right ul.navlist {
    display: block;
  }
  .gxs-2 .ui.container .tag {
    padding: 0;
  }
  .gxs-2 .ui.container .tag:before,
  .gxs-2 .ui.container .tag:after {
    display: none;
  }
  /*.gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(1),
  .gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(2) {
    width: 50%!important;
    z-index: 0;
  }*/
  #footer .footer-main .ui.container .right {
    width: 100%;
  }
  .gxs-2 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 500px) {
  .font-100 {
    font-size: 20px;
    line-height: 36px;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container .h2 {
    margin-bottom: 20px;
  }
  .gxs-1 .main ul.productlist {
    margin: 0 ;
  }
  .gxs-2 .ui.container .bottom ul.data li {
    width: 100%;
  }
  .gxs-3 .main ul.honorlist .slick-slide > div li:nth-child(1) {
    width: 100%!important;
  }
  .gxs-3 .main {
    padding: 0;
    padding-bottom: 80px;
  }
  #footer .footer-main .ui.container .right .ewmbox #ewm {
    display: none;
  }
  #footer .footer-main .ui.container .right .ewmbox {
    width: 100%;
  }
  #footer .footer-main .ui.container .right {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #footer .footer-main .ui.container .right .formbox {
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .gxs-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #000;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 25px;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}
.contact-page .contact-2 .form input::-webkit-input-placeholder, .contact-page .contact-2 .form textarea::-webkit-input-placeholder {
  color: #333;
}
.contact-page .contact-2 .form input:-moz-placeholder, .contact-page .contact-2 .form textarea:-moz-placeholder {
  color: #333;
}
.contact-page .contact-2 .form input::-moz-placeholder, .contact-page .contact-2 .form textarea::-moz-placeholder {
  color: #333;
}
.contact-page .contact-2 .form input:-ms-input-placeholder, .contact-page .contact-2 .form textarea:-ms-input-placeholder {
  color: #333;
}
.contact-page .contact-2 .form input::placeholder,
.contact-page .contact-2 .form textarea::placeholder {
  color: #333;
}



/*inner-page*/
.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 0px -5px 0px;
}

.inner-page .m-page a {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  border-radius: 100%;
  border: 1px solid #cccccc;
  color: #111;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page span {
  background: #f88b2a none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  border-radius: 100%;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page a:hover {
  background: #a68055 none repeat scroll 0 0;
  color: #fff;
}

.inner-page h3 {
  font-size: 52px;
  color: #222;
  line-height: 1.2;
  font-weight: bold;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

.inner-page img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.inner-page .side-title {
  /*padding: 85px 0 65px;*/
}

.inner-page .side-title h4 {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #222;
  /*padding-left: 36px;*/
  font-weight: bold;
}

.inner-page .side-title .singletit {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
  padding-left: 36px;
  font-weight: bold;
}

.inner-page .side-list {
  padding-top: 0px;
}

.inner-page .side-list .side-nav {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.inner-page .side-list .side-nav>li {
  padding: 0 10px;
  border-right: 1px solid #bfbfbf;
}

.inner-page .side-list .side-nav>li.active>a {
  color: #222;
}

.inner-page .side-list .side-nav>li.active>a:after {
  width: 100%;
  background: #222;
}

.inner-page .side-list .side-nav>li>a {
  display: block;
  font-size: 20px;
  color: #222;
  line-height: 2;
  /*text-transform: capitalize;*/
  font-weight: normal;
  position: relative;
}

.inner-page .side-list .side-nav>li>a:hover::after {
  width: 100%;
}

.inner-page .side-list .side-nav>li>a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #222;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.about-page {
  padding-top: 120px;
  padding-left: 0;
  /*background: url(../images/about-1-bg.png) no-repeat 90px 200px;*/
}

.about-page .more a {
  display: flex;
  margin-top: 35px;
  align-items: center;
  font-size: 20px;
  line-height: 36px;
  color: #222;
  font-weight: bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-weight: normal;
}

.about-page .more a span {
  display: inline-block;
  margin-left: 30px;
  width: 78px;
  height: 78px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: url(../images/about-right.png) no-repeat;
}

.about-page .more a span:hover {
  background: url(../images/right-hid.png) no-repeat;
}

.about-page .more a img {}

.about-page .about-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 90px;
}

.about-page .about-1 .left {
  width: 40%;
  padding-right: 45px;
}

.about-page .about-1 .left h3 {
  margin-bottom: 25px;
}

.about-page .about-1 .left h3 span {
  display: block;
  font-size: 47px;
}

.about-page .about-1 .left p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  font-weight: normal;
}

.about-page .about-1 .left .more {
  margin-top: 20px;
}

.about-page .about-1 .right {
  width: 60%;
  overflow: hidden;
}

.about-page .about-1 .right .about-1-img {
  overflow: hidden;
  position: relative;
}

.about-page .about-1 .right .about-1-img .play{
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: center;
  line-height: 80px;
}
.about-page .about-1 .right .about-1-img .play .cont{
  border-radius: 50%;
  background: #fff;
  color: #000;
  position: relative;
  z-index: 2;
  font-size: 20px;
  cursor: pointer;
}
.about-page .about-1 .right .about-1-img .play .ling{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  animation: ks 3s linear infinite;
}
.about-page .about-1 .right .about-1-img .play .ling:first-child{
  animation-delay: -1.5s;
}

.about-page .about-2 {
  padding: 150px 0 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-page .about-2 .left {
  width: 38%;
}

.about-page .about-2 .left img {
  width: 100%;
}

.about-page .about-2 .left .left-box {
  position: relative;
}

.about-page .about-2 .left .left-box::after {
  width: 730px;
  height: 730px;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  top: -180px;
  left: 90px;
  border: 1px solid #cbcbcb;
  content: "";
  -webkit-animation: kz 4s linear infinite;
  -o-animation: kz 4s linear infinite;
  -ms-animation: kz 4s linear infinite;
  -moz-animation: kz 4s linear infinite;
  animation: kz 4s linear infinite;
}

.about-page .about-2 .right {
  width: 62%;
  padding: 0 180px;
}

.about-page .about-2 .right h3 {
  margin-bottom: 55px;
}

.about-page .about-2 .right p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: normal;
}

.about-page .about-2 .right .more {
  margin-top: 65px;
}

.about-page .about-3 {
  overflow: hidden;
}

.about-page .about-3 .about-3-img img {
  width: 100%;
}

.about-page .about-3 .about-3-img {
  position: relative;
}

.about-page .about-3 .about-3-img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  z-index: 1;
}

.about-page .about-3 .about-3-img .content {
  position: relative;
  z-index: 2;
  max-width: 890px;
  margin-left: 60px;
  text-align: left;
  padding: 200px 0 60px 0;
}
.about-page .about-3 .about-3-img img{
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.about-page .about-3 .about-3-img .content h6 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-page .about-3 .about-3-img .content h5 {
  font-size: 32px;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 20px;

  font-weight: normal;
}

.about-page .about-3 .about-3-img .content p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  font-weight: normal;
}

.about-page .about-3 .about-3-img .content .more {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.about-page .about-3 .about-3-img .content .more a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  display: none;
}

.about-page .about-3 .about-3-img .content .more a span {
  background: url(../images/about-more-1.png) no-repeat;
  margin-left: 0;
  margin-right: 55px;
}

.about-page .about-3 .about-3-img .content .more a span:hover {
  background: url(../images/right-hid.png) no-repeat
}

#advantages.init-2 {
  padding-top: 100px;
}

#advantages.init-2 h2 {
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  color: #222;
}

#advantages.init-2 .content .top {
  display: block;
  padding-left: 100px;
}

#advantages.init-2 .content .center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 60px;
  position: relative;
  padding-top: 0px;
}

#advantages.init-2 .content .center .left {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 103px;
}

#advantages.init-2 .content .center .left h4 {
  font-size: 30px;
  line-height: 1.6;
  color: #222;
  font-weight: normal;
  font-weight: 700;
  text-transform: uppercase;
}

#advantages.init-2 .content .center .right {
  width: 100%;
  padding: 95px 100px;
  z-index: 3;
  position: relative;
}

#advantages.init-2 .content .center .right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

#advantages.init-2 .content .center .right ul li {
  width: 25%;
}

#advantages.init-2 .content .center .right ul li span {
  display: flex;
  align-items: flex-start;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.6;
  color: #222;
}

#advantages.init-2 .content .center .right ul li span em {
  font-size: 36px;
  line-height: 1;
  color: #222;
  font-weight: bold;
}

#advantages.init-2 .content .center .right ul li p {
  max-width: 380px;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  font-weight: normal;
  margin-top: 12px;
}

#advantages.init-2 .content .center .right ul .lifist {
  margin-bottom: 50px;
}

#advantages.init-2 .content .center .xian {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

#advantages.init-2 .content .center .xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 50%;
  bottom: 0;
}

.about-page .about-4 {
  padding: 170px 80px 0 90px;
}

.about-page .about-4 .top {
  padding: 0 10px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}

.about-page .about-4 .top h4 {
  font-size: 60px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  font-weight: normal;
  text-transform: uppercase;
}

.about-page .about-4 .exhibitionBox {
  padding-top: 150px;
  position: relative;
}

.about-page .about-4 .exhibitionBox .swiper-slide .exhibition-img {
  display: inline-block;
}

.about-page .about-4 .exhibitionBox .navigation {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  width: 78px;
  height: 78px;
  position: relative;
  margin-top: 0;
  top: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:focus,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:focus {
  display: none;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:root {
  --swiper-navigation-size: 0;
  --swiper-theme-color: #fff;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev {
  background: url(../images/about-left.png) no-repeat center center;
  left: 0;
  margin-right: 30px;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:root {
  --swiper-navigation-size: 0;
  --swiper-theme-color: #fff;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:hover {
  background: url(../images/left-had.png) no-repeat center center;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  background: url(../images/about-right.png) no-repeat center center;
  right: 0;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:hover {
  background: url(../images/right-hid.png) no-repeat center center;
}

.about-page .about-5 {
  padding: 50px 80px 125px 90px;
}

.about-page .about-5 .partnerBox .swiper-slide {
  cursor: pointer;
}

.about-page .about-5 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

.about-page .about-5 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.project-page {
  padding: 90px;
}


.project-page .project-list .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.project-page .project-list .list li {
  width: 23%;
  margin-bottom: 35px;
  padding: 0 0;
}

.project-page.project-content .project-list .list li:hover a:after {
  opacity: 0;
}

.project-page .project-list .list li{
  padding: 0 30px;
}

.project-page .project-list .list li img {
  width: 80%;
}

.project-page .project-list .list li>a {
  display: block;
  position: relative;
}

.project-page.project-content .project-list .list li>a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.project-page.gallery-page .project-list .list {
  justify-content: inherit;
}

.project-page.gallery-page .project-list .list li {
  border: 0px solid #aaa;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.project-page.gallery-page .project-list .list li a{
  transition: all .5s;
}

.project-page.gallery-page .project-list .list li .text{
  display: block;
  margin-top: 10px;
  padding: 0 16px;
}



.project-page.gallery-page .project-list .list li>a:after {
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.project-page.environment-page .project-list .list li {
  width: 49%;
}

.project-page.equipment-page .project-list .list li {
  width: 32%;
}

.project-page.gallery-page .project-list .list li>a .content {
  background: rgba(0, 0, 0, 0);
}

.project-page .project-list .list li>a .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}

.project-page .project-list .list li>a .content .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: normal;
}

.project-page .project-list .list li>a .content h4 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.project-page .project-list .list li>a .content h4 span {
  display: block;
  font-weight: 18px;
  margin-top: 15px;
}

.project-page.gallery-page .project-list .list li {
  width: 25%;
  padding: 0 10px;
}

.project-page.gallery-page .project-list .list li>a .content h4 {
  font-size: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.project-page.gallery-page .project-list .list li:hover a .content h4 {
  opacity: 0;
}
.download-page .project-list .list li .download_btn{
  padding: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  background: #a68055;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: all .5s;
}
.download-page .project-list .list li .download_btn:hover{
  background: #000;
}

.project2-page{
  padding-bottom: 80px;
}
.project2-page .tips_title{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
.project2-page .content{
  margin-top: 60px;
  padding: 50px;
  background-color: #f8f8f8;
  border-radius: 24px;
}
.project2-page .content .content_item{
  margin-top: 100px;
}
.project2-page .content .content_item:first-child{
  margin-top: 0;
}
.project2-page .content .content_item .tips{
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 32px;
    border-bottom: 1px solid #b2a495;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.project2-page .content .content_item .content_c{
  margin: 0 -10px;
}
.project2-page .content .content_item .content_c > p{
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0;
}
.project2-page .content .content_item .content_c .item_c{
  padding: 0 10px;
  margin-top: 20px;
}
.project2-page .content .content_item .content_c .item_c a{
  display: block;
}
.project2-page .content .content_item .content_c .item_c .img img{
  width: 100%;
}
.project2-page .content .content_item .content_c .item_c .text{
  margin-top: 10px;
  font-size: 16px;
}
.project2-page .content .content_item .content_c .item_c a:hover{
  color: #a68055;
}

.project3-page{
  padding: 80px 0;
}
.project3-page .cat_cont{
  margin-bottom: 30px;
}
.project3-page .cat_cont_1{
  margin-bottom: 20px;
}
.project3-page .project_cat_cont{
  position: sticky;
  top: 126px;
  background: #fff;
  z-index: 2;
}

.project3-page .cat_cont a{
  padding: 6px 16px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin: 5px;
}
.project3-page .cat_cont a:hover,
.project3-page .cat_cont a.active{
  background: #a68055;
  color: #fff;
  border: 1px solid #a68055;
}
.project3-page .cat_cont_content_2{
  text-align: center;
  margin-bottom: 20px;
}
.project3-page .cat_cont_content_2 > .list{
  display: none;
}
.project3-page .cat_cont_content_2 .cat_cont{
  display: inline-block;
  margin: 0;
}
.project3-page .cat_cont_content_2 .cat_cont a{
  display: inline-block;
  margin: 5px;
}


.project3-page .cat_cont_content_3{
  text-align: center;
  margin-bottom: 20px;
}
.project3-page .cat_cont_content_3 > .list_3_1{
  display: none;
}
.project3-page .cat_cont_content_3 > .list_3_1 > .list{
  display: none;
}
.project3-page .cat_cont_content_3 .cat_cont{
  display: inline-block;
  margin: 0;
}
.project3-page .cat_cont_content_3 .cat_cont a{
  display: inline-block;
  margin: 5px;
}

.project3-page .tips_title{
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 100px;
}
.project3-page .container .img{
  max-width: 1000px;
  margin: auto;
}
.project3-page .container .img img{
  width: 100%;
  border: 1px solid #eee;
}

.project3-page .container .content{
  margin-top: 60px;
  position: relative;
  padding: 0 50px;
}
.project3-page .container .content .btn{
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 33%;
  transform: translateY(50%);
}
.project3-page .container .content .prev{
  left: 0;
}
.project3-page .container .content .btn:hover{
  background: #000;
  color: #fff;
}
.project3-page .container .content a{
  display: block;
}
.project3-page .container .content .swiper .title:hover{
  color: #a68055;
}


.prodets-page .serviceBox .swiper-container{
  overflow: hidden;
}
.prodets-page .serviceBox .swiper-container .swiper-slide img{
  width: 100%;
}

.news-page {
  padding: 20px 120px 20px 90px;
}

.news-page .news-1 {
  /*background: url(../images/news-bg.png) no-repeat left top;*/
}

.news-page .news-list .list {
  /*border-top: 5px solid #000000;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.news-page .news-list .list li {
  width: 50%;
  padding: 65px 50px;
  position: relative;
}

.news-page .news-list .list li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 93%;
  height: 1px;
  background: #c7c7c9;
}

.news-page .news-list .list li:nth-child(even):after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 94%;
  height: 1px;
  background: #c7c7c9;
}

.news-page .news-list .list li>a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.news-page .news-list .list li>a img{
  max-width: 300px;
}

.news-page .news-list .list li>a .right .content .time {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.news-page .news-list .list li>a .right .content .time h2 {
  font-size: 70px;
  line-height: 1;
  color: #c6c6c6;
  text-transform: capitalize;
  font-weight: bold;
  margin-right: 10px;
}

.news-page .news-list .list li>a .right .content .time .time-box h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #222;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 0px;
  height: auto;
}

.news-page .news-list .list li>a .right .content h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #222;
  text-transform: capitalize;
  font-weight: bold;
}

.news-page .news-list .list li>a .right .content h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #a3a3a3;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 20px;
}

.news-page .news-list .list li>a .right .content .h4news {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  min-height: 4.2em;
  color: #222;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 20px;
}

.news-page .news-list .list li>a .right .content p {
  font-size: 16px;
  color: #222;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 30px;
}

.contact-page {
  padding: 120px 0 0 0;
}

.contact-page .contact-1 {
  background: url(../images/contact-bg.png) no-repeat 90px top;
  padding: 85px 120px 65px 90px;
  background-size: contain;
  background-position: center center;
}

.contact-page .contact-2 {
  padding: 110px 120px 120px 90px;
}

.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.contact-page .contact-2 ul li {
  width: 33.3333%;
  padding-left: 40px;
}

.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}

.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}

.contact-page .contact-2 ul li .content h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: #222;
}

.contact-page .contact-2 ul li .content p {
  font-size: 18px;
  color: #222;
  line-height: 32px;
  font-weight: normal;
  max-width: 330px;
}

.contact-page .contact-2 ul .add {
  padding-left: 0;
}

.contact-page .contact-2 ul .add .content {
  align-items: center;
}

.contact-page .contact-3 {
  padding: 0 120px 0 90px;
}

.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-left: 125px;
  position: relative;
  margin-bottom: 45px;
}

.contact-page .contact-3 ul li img {
  width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}

.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}

.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  margin-right: 18px;
}

.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  font-weight: normal;
  max-width: 230px;
  padding-bottom: 10px;
}

.contact-page .contact-3 ul li .content .bottom {
  max-width: 230px;
  margin: 0 0 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  font-weight: normal;
}

.contact-page .contact-3 ul li .content .bottom>div {
  margin-bottom: 15px;
}

.contact-page .contact-3 ul li .content .bottom a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}

.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 15px;
}

.contact-page .contact-4 {
  padding: 0 120px 90px 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-page .contact-4 .left {
  /*max-width: 580px;*/
  margin-left: 0px;
  padding-top: 40px;
  width: 50%
  
}

.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-page .contact-4 .left p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  font-weight: normal;
  margin-top: 20px;
}

.contact-page .contact-4 .left ul{
  margin-top: 30px;
}
.contact-page .contact-4 .left ul li{
  margin-top: 20px;
}
.contact-page .contact-4 .left ul li .content{
  display: flex;
  align-items: center;
}
.contact-page .contact-4 .left ul li h6 {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}
.contact-page .contact-4 .left ul li h6 i {
    font-size: 20px;
    line-height: 36px;
    color: #222;
}
.contact-page .contact-4 .left ul li p {
    margin-top: 0;
    font-size: 18px;
    color: #222;
    line-height: 32px;
    font-weight: 400;
    width: calc(100% - 80px);
}

.contact-page .contact-4 .right {
  width: 50%;
}

.contact-page .contact-4 .right form{
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 40px 90px;
  width: 100%;
}

.contact-page .contact-4 .right form .tips2 {
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 1.2;
}

.contact-page .contact-4 .right form .tips {
    margin-top: 16px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.contact-page .contact-4 .right form .list input, 
.contact-page .contact-4 .right form .list textarea, 
.contact-page .contact-4 .right form .list .input_cont {
    width: 100%;
    margin-top: 4px;
    padding: 8px 20px;
    border: 1px solid #898989;
    font-size: 14px;
    line-height: 2;
}
.contact-page .contact-4 .right form .phone .intl-tel-input.inside .flag-dropdown{
  left: 16px;
}
.contact-page .contact-4 .right form .phone input{
  padding-left: 60px;
}
.contact-page .contact-4 .right form .list .submit {
    margin-top: 30px;
    display: inline-block;
    padding: 10px 36px;
    background-color: #f88b2a;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all .5s;
}
.contact-page .contact-4 .right form .list .submit:hover{
  background: #000;
}
.contact-page .contact-4 .right form .list .submit img, 
.contact-page .contact-4 .right form .list .submit span {
    vertical-align: middle;
}
.contact-page .contact-4 .right form .list .submit:hover img{
  transform: rotate(46deg);
}
.contact-page .contact-4 .right form .list .submit span {
    margin-left: 14px;
    color: #fff;
}


.product-page {
  padding: 80px 0;
}
.product-page .sidebox .sideleft {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-page .sidebox .sideleft .result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.product-page .sidebox .sideleft .result p,
.product-page .sidebox .sideleft .result span {
  font-size: 20px;
  line-height: 1.5;
  color: #1C1C1C;
}
.product-page .sidebox .sideleft .result p {
  margin-right: 15px;
}
.product-page .sidebox .sideleft .search{
  margin-bottom: 30px;
}
.product-page .sidebox .sideleft .search form{
  width: 70%;
  position: relative;
}
.product-page .sidebox .sideleft .search form input[type="text"]{
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-right: 30px;
}
.product-page .sidebox .sideleft .search form input[type="submit"]{
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../images/icon-search.png) no-repeat;
}
.product-page .sidebox .sideleft .classify p {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
  color: #3B3B3B;
  margin-bottom: 10px;
}
.product-page .sidebox .sideleft .classify ul li {
  margin-bottom: 15px;
  transition: .5s;
}
.product-page .sidebox .sideleft .classify ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 2;
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
}
.product-page .sidebox .sideleft .classify ul li a.active,
.product-page .sidebox .sideleft .classify ul li a:hover{
  color: #a68055;
}

.product-page .sidebox .sideleft .classify ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .sideleft .classify ul li.active ul{
  display: block;
} 
.product-page .sidebox .sideleft .classify ul li ul {
  display: none;
  padding-left: 10px;
  margin-top: 10px;
}
.product-page .sidebox .sideleft .classify ul li ul li{
  margin-bottom: 10px;
}
.product-page .sidebox .sideleft .classify ul li ul li a{
  color: #999;
  font-size: 18px;
  font-weight: 400;
}
.product-page .sidebox .sideleft .classify ul li ul li a:hover,
.product-page .sidebox .sideleft .classify ul li ul li a.active{
  color: #000;
}
.product-page .sidebox .sideright .top{
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-page .sidebox .sideright .top .left{
  max-width: calc(100% - 160px);
}
.product-page .sidebox .sideright .top .right{
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page .sidebox .sideright .top .right .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #bdbbbb;
  transition: all .5s;
  margin-left: 10px;
  cursor: pointer;
}
.product-page .sidebox .sideright .top .right .btn:hover,
.product-page .sidebox .sideright .top .right .btn.active{
  background: #a68055;
}
.product-page .sidebox .sideright .top .right .btn img{
  width: 50%;
}

.product-page .sidebox .sideright .top h1{
  font-size: 28px;
  line-height: 2;
 
  margin-bottom: 20px;
}
.product-page .sidebox .sideright .top .con{
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .sidebox .sideright {
  width: 80%;
}
.product-page .sidebox .sideright ul {
  margin: 0 -50px -35px 0;
}
.product-page .sidebox .sideright ul li {
  padding: 0 50px 35px 0;
}
.product-page .sidebox .sideright ul li .img-box {
  display: block;
  border: 1px solid #eee;
}
.product-page .sidebox .sideright ul li .img-box .i1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideright ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sidebox .sideright ul li .text {
  margin-top: 20px;
}
.product-page .sidebox .sideright ul li .text span {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #5A5959;
  margin-bottom: 2px;
  font-weight: 400;
}
.product-page .sidebox .sideright ul li .text small{
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
.product-page .sidebox .sideright ul li .text .tit {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #1C1C1C;
  font-weight: 400;
}
.product-page .sidebox .sideright ul.active_list li{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.product-page .sidebox .sideright ul.active_list li .img-box{
  width: 240px;
}
.product-page .sidebox .sideright ul.active_list li .text{
  width: calc(100% - 240px);
  padding-left: 40px;
}



.prodets-page {
  padding: 120px 130px 150px 90px;
}

.prodets-page h4 {
  font-size: 24px;
  color: #222;
  line-height: 44px;
  font-weight: 500;
  font-weight: normal;
  text-transform: capitalize;
  padding: 30px 0;
}

.prodets-page .h4product {
  font-size: 24px;
  color: #222;
  line-height: 44px;
  font-weight: 500;
  font-weight: normal;
  min-height: 5.4em;
  text-transform: capitalize;
}

.prodets-page h5 {
  font-size: 24px;
  color: #222;
  line-height: 44px;
  font-weight: normal;
  font-weight: 500;
}

.prodets-page p {
  font-size: 18px;
  color: #696969;
  line-height: 32px;
  font-weight: normal;
  /*font-weight: 700;*/
}

.prodets-page .title {
  /*padding-left: 35px;*/
  padding-bottom: 40px;
  /*border-bottom: 5px solid #222;*/
}

.prodets-page .prodet-faq li h5 {
  padding: 30px 0 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #a3a3a3;
}

.prodets-page .prodet-faq li h5 .fa {
  font-size: 32px;
  line-height: 1;
  color: #000000;
}

.prodets-page .prodet-faq li p {
  padding: 20px 0 20px;
  display: none;
  border-bottom: 1px solid #a3a3a3;
}

.prodets-page .prodet-faq li.Scroll_Elm {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.prodets-page .prodet-faq li.Scroll_Elm.Scroll_In {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.prodets-page .prodet-1 {
  /*background: url(../images/product-bg.png) no-repeat left top;*/
}

.prodets-page .prodet-2 {
  padding: 40px 0 85px;
  border-bottom: 5px solid #000000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.prodets-page .prodet-2 .left {
  width: 45%;
  text-align: center;
}

.prodets-page .prodet-2 .left .grayborder {
  border: 1px solid #d9d9d9;
}

.prodets-page .prodet-2 .left>a {
  display: inline-block;
  position: relative;
}

.prodets-page .prodet-2 .left .grayborder::after {
  display: none;
}

.prodets-page .prodet-2 .left>a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  top: 30px;
  left: 80px;
  border: 1px solid #dfdfdf;
  -webkit-animation: kz 2s linear infinite;
  -o-animation: kz 2s linear infinite;
  -ms-animation: kz 2s linear infinite;
  -moz-animation: kz 2s linear infinite;
  animation: kz 2s linear infinite;
}

.prodets-page .prodet-2 .right {
  width: 55%;
  padding-left: 60px;
  padding-top: 0px;
}

.prodets-page .prodet-2 .right h4 {
  margin-bottom: 20px;
}

.prodets-page .prodet-2 .right h1 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #222;
  line-height: 2;
  font-weight: 500;
  font-weight: normal;
  text-transform: capitalize;
}

.prodets-page .prodet-2 .right .content {
  margin-bottom: 10px;
}

.prodets-page .prodet-2 .right .content p {
  font-size: 18px;
  color: #696969;
  line-height: 2;
  font-weight: normal;
  max-width: 580px;
}

.prodets-page .prodet-2 .right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prodets-page .prodet-2 .right ul li {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.prodets-page .prodet-2 .right ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222;
  line-height: 1;
  font-weight: bold;
  font-weight: normal;
}

.prodets-page .prodet-2 .right ul li img {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.prodets-page .prodet-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  flex-wrap: wrap;
}

.prodets-page .prodet-3 .right {
  padding-right: 70px;
}

.prodets-page .prodet-3 .right ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 2;
  color: #222;
  font-weight: normal;
  margin-bottom: 30px;
}

.prodets-page .prodet-3 .right ul li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}

.prodets-page .prodet-3 .right ul li:last-child {
  margin-bottom: 0;
}

.prodets-page .prodet-3 .right ul li span {
  display: inline-block;
  width: 47px;
  height: 1px;
  background: #000;
  margin-right: 15px;
}

.prodets-page .prodet-3.pd {
  padding: 0px;
}

.prodets-page .prodet-3 .prodet-4 {
  margin-top: -250px;
}

.prodets-page .prodet-4 {
  /*padding-bottom: 140px;*/
}

.prodets-page .prodet-5 {
  /*padding-bottom: 140px;*/
}

.prodets-page .prodet-5 {}

.prodets-page .prodet-5 .prodet-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prodets-page .prodet-5 .prodet-faq li {
  width: 48%;
}

.prodets-page .prodet-5 .prodet-faq li h5 {
  padding: 30px 20px 25px 35px;
  font-size: 20px;
  font-weight: 700;
}

.prodets-page .prodet-5 .prodet-faq li p {
  padding: 30px 20px 20px 35px;
}

.prodets-page .prodet-6 {
  /*padding-bottom: 140px;*/
}

.prodets-page .prodet-7 h5 {
  padding: 35px 35px 20px;
}

.prodets-page .prodet-7 p.p {
  padding: 0 35px 20px;
}

.prodets-page .prodet-7 .serviceBox {
  padding: 60px 35px 0;
}

.prodets-page .prodet-7 .serviceBox .swiper-slide:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}

.prodets-page .prodet-7 .serviceBox .swiper-slide .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.prodets-page .prodet-7 .serviceBox .swiper-slide .top .service-icon {
  width: 90px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.prodets-page .prodet-7 .serviceBox .swiper-slide .top .service-icon img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.prodets-page .prodet-7 .serviceBox .swiper-slide p {
  line-height: 2;
}

.newdet-content {
  padding-top: 0px;
  /*padding-bottom: 120px;*/
}

.newdet-content h1 {
  font-size: 30px;
  color: #222;
  line-height: 2;
  font-weight: bold;
  text-transform: capitalize;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px;
}

.riqi {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
}

.newdet-content .content {
  padding: 50px 0;
  /*border-top: 3px solid #222;
    border-bottom: 3px solid #222;*/
  font-size: 18px;
  line-height: 2;
}

.newdet-content .content p {
  font-size: 16px;
  color: #222;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 15px;
}

.m-link {
  padding-top: 40px;
  font-size: 16px;
  color: #222;
  line-height: 2;
  font-weight: normal;
  text-transform: uppercase;
  border-top: 1px solid;
}

.m-link a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  display: inline;
  position: relative;
}

.m-link a:hover {
  text-decoration: underline;
}

.faq-page .prodet-4 {
  padding-top: 30px;
}

.faq-page .prodet-4 .title {
  margin-bottom: 50px;
}

.prodets-page.faq-page {
  padding: 90px 130px 50px 90px;
}

.more-link {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/about-right.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.more-link:hover {
  background: url(../images/right-hid.png) no-repeat;
}

.pdf {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/pdf.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-right: 20px;
}

.pdf:hover {
  background: url(../images/pdf-black.png) no-repeat;
}

.contact {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/chinabwh/2022/02/20/contact-1.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-right: 14px;
}

.contact:hover {
  background: url(/chinabwh/2022/02/20/contactb.png) no-repeat;
}

.dwo {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/chinabwh/2022/02/20/contactb.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.dwo:hover {
  background: url(../images/right-hid.png) no-repeat;
}

@media screen and (max-width: 1600px) {
  .about-page {
    padding-top: 170px;
    /*background: url(../images/about-1-bg.png) no-repeat 0 120px;*/
  }

  .inner-page h3 {
    font-size: 28px;
  }

  .about-page .about-1 .left h3 span {
    font-size: 30px;
  }

  .about-page .about-1 {
    padding-left: 20px;
  }

  .about-page .about-1 .left p {
    font-size: 14px;
    line-height: 2;
  }

  .about-page .about-2 .right {
    padding: 0 100px;
  }

  .about-page .about-2 {
    padding: 140px 0 140px;
  }

  .contact-page {
    padding: 150px 0 0 0;
  }

  .contact-page .contact-2 {
    padding: 100px 40px;
  }

  .contact-page .contact-2 ul li {
    padding-left: 0;
  }

  .contact-page .contact-2 ul li .content p {
    max-width: 290px;
  }

  .contact-page .contact-3 {
    padding: 0 40px;
  }

  .contact-page .contact-3 ul li img {
    width: 100px;
  }

  .contact-page .contact-3 ul li {
    padding-left: 80px;
  }

  .contact-page .contact-2 ul li .content p {
    font-size: 14px;
  }

  .contact-page .contact-4 {
    padding: 0 40px 100px 40px;
  }

  .project2-page .tips_title{
    font-size: 50px;
  }
}

@media screen and (max-width: 1440px) {

  .contact-page .contact-1 {
    padding: 85px 15px;
  }

  .contact-page .contact-2 {
    padding: 50px 15px;
  }

  .contact-page .contact-2 ul li .content p {
    max-width: 230px;
  }

  .contact-page .contact-3 {
    padding: 0 15px;
  }

  .contact-page .contact-3 ul li .content .top h5 {
    font-size: 15px;
  }

  .contact-page .contact-3 ul li .content {
    padding: 20px;
  }

  .contact-page .contact-4 {
    padding: 0 15px 50px 15px;
  }

  .contact-page .contact-4 .left h4 {
    font-size: 30px;
    line-height: 1.6;
  }

  .contact-page .contact-4 .left p {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .sidebox .sideright ul {
    margin: 0 -30px -30px 0;
  }
  .product-page .sidebox .sideright ul li {
    padding: 0 30px 30px 0;
  }
}

@media screen and (max-width: 1230px) {
  .about-page .about-4 {
    padding: 90px 15px 0 15px;
  }

  .about-page .about-4 .top h4 {
    font-size: 30px;
  }

  .inner-page h3 {
    font-size: 24px;
    line-height: 44px;
  }

  .about-page .about-5 {
    padding: 60px 20px 70px 20px;
  }

  .news-page {
    padding: 100px 40px;
  }

  .news-page .news-list .list li>a .right .content {
    padding: 20px 15px;
  }

  .news-page .news-list .list li>a .right .content .h4news {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
    min-height: 0;
  }

  .news-page .news-list .list li {
    margin-bottom: 40px;
  }

  .newdet-content h1 {
    font-size: 32px;
  }

  .m-link {
    font-size: 14px;
    line-height: 2;
  }

  .project-page .project-list .list li>a .content h4 {
    bottom: 20px;
    left: 20px;
    font-size: 24px;
  }

  .project-page .project-list .list li>a .content {
    padding: 20px;
  }

  .inner-page .side-list {
    padding-top: 40px;
  }

  .project-page {
    padding: 100px 15px 0 15px;
  }

  .prodets-page {
    padding: 100px 40px;
  }

  .prodets-page h4 {
    font-size: 30px;
  }

  .prodets-page .prodet-2 .right {
    padding-left: 30px;
    padding-top: 20px;
  }

  .prodets-page .prodet-2 .right .content p {
    font-size: 16px;
  }

  .prodets-page .prodet-2 .right .content {
    margin-bottom: 40px;
  }

  .prodets-page .prodet-2 .right ul li a {
    font-size: 14px;
  }

  .prodets-page .prodet-2 .right ul li {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .inner-page .side-list .side-nav>li>a {
    font-size: 16px;
  }

  .inner-page .side-list .side-nav>li {
    padding: 0 20px;
  }

  .inner-page .side-list .side-nav {
    margin-bottom: 10px;
  }

  .prodets-page .prodet-3 .right ul li {
    font-size: 16px;
  }

  .prodets-page .prodet-3 .left img {
    width: 400px;
  }

  .prodets-page h5 {
    font-size: 20px;
  }

  .prodets-page .prodet-faq li h5 {
    padding: 20px 0 20px;
  }

  .prodets-page .prodet-faq li p {
    padding: 20px 15px;
  }

  .prodets-page p {
    font-size: 18px;
    line-height: 1.8;
  }

  .contact-page .contact-2 ul li .content h6 {
    width: 40px;
    height: 40px;
  }

  .contact-page .contact-2 ul li .content p {
    font-size: 16px;
    max-width: 200px;
    line-height: 2;
  }

  .contact-page .contact-3 ul li {
    width: 50%;
  }

  .contact-page .contact-2 ul li .content p {
    max-width: 160px;
  }

  .contact-page .contact-4 .left {
    margin-left: 0;
  }
}


@media screen and (max-width: 1000px) {
  

  #advantages.init-2 .content .center .right ul li{
    padding: 0 5px;
  }
  #advantages.init-2 .content .center .right ul li span em{
    font-size: 60px;
  }

  .about-page .about-1 .left{
    width: 100%;
  }
  .about-page .about-1 .right{
    width: 100%;
    margin-top: 20px;
  }

  .about-page .about-2 .left{
    width: 100%;
  }
  .about-page .about-2 .right{
    width: 100%;
    padding: 0 16px;
    margin-top: 20px;
  }
  .contact-page .contact-4 .left{
    width: 100%;
  }
  .contact-page .contact-4 .right{
    width: 100%;
    margin-top: 40px;
  }
  .contact-page .contact-4 .right form{
    padding: 40px 20px;
  }

  .product-page {
    padding: 60px 0;
  }
  .product-page .sidebox .sideleft {
    display: none;
  }
  .product-page .sidebox .sideright {
    width: 100%;
  }
  .product-page .sidebox .sideright .top .left{
    max-width: 100%;
  }
  .product-page .sidebox .sideright .top .right{
    display: none;
  }

  .project2-page .tips_title{
    font-size: 40px;
  }
  .project2-page .content{
    padding: 30px 16px;
  }
  .project2-page .content .content_item .content_c .item_c{
    width: 33.33%;
  }

  .project3-page .project_cat_cont{
    display: none;
  }

}

@media screen and (max-width: 700px) {
  .about-page .about-2 .left .left-box:after {
    display: none;
  }

  .about-page {
    padding-top: 80px;
  }

  .about-page .about-1 {
    padding: 0 15px;
  }

  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-1 .right {
    width: 100%;
    margin-top: 30px;
  }

  .about-page .about-2 {
    padding: 40px 15px;
  }
  .about-page .about-2 .right{
    padding: 0;
  }


  .about-page .about-2 .right h3 {
    margin-bottom: 25px;
    margin-top: 30px;
  }

  .about-page .about-4 .exhibitionBox .navigation {
    display: none;
  }

  .about-page .about-4 .exhibitionBox {
    margin-top: 30px;
  }

  .news-page {
    padding: 80px 15px;
  }

  .inner-page .side-title {
    padding: 30px 0 30px;
  }

  .inner-page .side-title h4 {
    padding-left: 0;
    text-align: center;
  }

  .inner-page .side-list {
    padding-top: 30px;
  }

  .inner-page .side-list .side-nav {
    margin-bottom: 30px;
  }

  .inner-page .side-list .side-nav>li>a {
    font-size: 18px;
  }

  .inner-page .side-list .side-nav>li {
    padding: 0 5px;
  }

  .news-page .news-list .list li>a .left {
    width: 100%;
  }

  .news-page .news-list .list li>a .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .newdet-content h1 {
    font-size: 20px;
    line-height: 36px;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .inner-page .side-title h4 {
    font-size: 20px;
  }

  .project-page .project-list .list li {
    width: 100%;
  }

  .inner-page .side-list .side-nav {
    flex-wrap: wrap;
  }

  .inner-page .side-list .side-nav>li {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .product-page {
    padding: 30px 0;
  }
  .product-page .sidebox .sideright ul {
    margin: 0 -15px -15px 0;
  }
  .product-page .sidebox .sideright ul li {
    padding: 0 15px 15px 0;
  }
  .product-page .sidebox .sideright ul li .text {
    margin-top: 10px;
  }
  .product-page .sidebox .sideright ul li .text .tit {
    font-size: 18px;
  }
  .product-page .sidebox .sideright ul.active_list li{
    width: 100%;
  }
  .product-page .sidebox .sideright ul.active_list li .text{
    width: 100%;
    padding-left: 0;
  }

  .prodets-page {
    padding: 80px 15px;
  }

  .prodets-page .prodet-2 {
    padding: 40px 0;
  }

  .prodets-page .prodet-2 .left {
    width: 100%;
    text-align: center;
  }

  .prodets-page .prodet-2 .right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }

  .prodets-page h4 {
    font-size: 24px;
    line-height: 44px;
  }

  .prodets-page .h4product {
    font-size: 18px;
    line-height: 32px;
    min-height: 8.4em;
  }

  .prodets-page .prodet-2 .right .content p {
    font-size: 12px;
  }

  .prodets-page .prodet-3 .left {
    display: none;
  }

  .prodets-page .prodet-3 .right {
    padding-right: 0;
  }

  .prodets-page .prodet-3 .right {
    width: 100%;
  }

  .prodets-page .prodet-3 .prodet-4 {
    margin-top: 10px;
    width: 100%;
  }

  .prodets-page .prodet-faq li h5 {
    padding: 25px 0 20px;
  }

  .prodets-page h5 {
    font-size: 16px;
    line-height: 30px;
  }

  .prodets-page .prodet-faq li p {
    padding: 10px;
  }

  .prodets-page p {
    font-size: 14px;
    line-height: 2;
  }

  .prodets-page .prodet-5 .prodet-faq {
    width: 100%;
  }

  .prodets-page .prodet-5 .prodet-faq li h5 {
    padding: 25px 0 20px;
  }

  .prodets-page .prodet-5 .prodet-faq li p {
    padding: 10px;
  }

  .prodets-page .title {
    text-align: center;
    padding-left: 0;
    padding-bottom: 40px;
  }

  .prodets-page .prodet-7 h5 {
    padding: 25px 0 20px;
  }

  .prodets-page .prodet-7 p.p {
    padding: 0;
    margin: 10px;
  }

  .prodets-page .prodet-7 .serviceBox {
    padding: 60px 0 0;
  }

  .contact-page {
    padding: 60px 0 0 0;
  }

  .contact-page .contact-2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-page .contact-2 ul li .content p {
    max-width: 220px;
  }

  .contact-page .contact-3 ul li {
    width: 100%;
  }

  .contact-page .contact-3 ul li img {
    left: 0;
  }

  .contact-page .contact-3 ul li .content {
    padding: 10px;
  }

  .contact-page .contact-3 ul li img {
    width: 80px;
  }

  .contact-page .contact-3 ul li .content .bottom p {
    font-size: 12px;
  }

  .contact-page .contact-3 ul li .content .top h5 {
    font-size: 14px;
  }

  .contact-page .contact-4 {
    padding: 30px 15px;
  }

  .contact-page .contact-4 .left {
    padding-top: 0;
  }

  .contact-page .contact-4 .right {
    width: 100%;
    margin-top: 30px;
  }


  .prodets-page.faq-page {
    padding: 80px 15px 50px;
  }
  .news-page .news-list .list li {
    width: 100%;
    padding: 0;
  }

  .inner-page .side-title {
    display: none;
  }

  .prodets-page .prodet-5 .prodet-faq li {
    width: 100%;
  }

  .about-page .about-3 .about-3-img .content h6 {
    font-size: 24px;
  }

  .about-page .about-3 .about-3-img .content h5 {
    display: none;
  }

  .about-page .about-3 .about-3-img .content {
    left: 0;
    max-width: 100%;
    margin-left: 0;
    padding: 40px 20px;
  }

  .about-page .about-3 .about-3-img .content .more a span {
    margin-right: 15px;
  }

  .about-page .about-3 .about-3-img .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .about-page .about-3 .about-3-img .content .more a span {
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
  }

  .about-page .about-3 .about-3-img .content .more {
    margin-top: 10px;
  }

  #advantages.init-2 {
    padding-top: 50px;
  }

  #advantages.init-2 .content .top {
    padding-left: 20px;
  }

  #advantages.init-2 h2 {
    font-size: 34px;
    line-height: 1.4;
  }

  #advantages.init-2 .content .center {
    padding: 50px 15px;
  }

  #advantages.init-2 .content .center .left {
    width: 100%;
    padding-left: 0;
  }

  #advantages.init-2 .content .center .right {
    width: 100%;
    padding: 30px 0;
  }

  #advantages.init-2 .content .center .right ul li {
    width: 100%;
  }

  #advantages.init-2 .content .center .right ul li span em {
    font-size: 50px;
  }

  #advantages.init-2 .content .center .right ul li p {
    max-width: 100%;
  }

  #advantages.init-2 .content .center .right ul li {
    margin-bottom: 50px;
  }

  #advantages.init-2 .content .center .xian .xianBox {
    display: none;
  }

  .project-page.gallery-page .project-list .list li {
    width: 49%;
  }

  .project-page.environment-page .project-list .list li {
    width: 100%;
  }

  .project-page .project-list .list li>a .content h4 {
    font-size: 14px;
    font-weight: 500;
  }

  #advantages.init-2 .content .center .right ul li span {
    float: left;
    width: 40%;
  }

  #advantages.init-2 .content .center .right ul li span em {
    font-size: 36px;
    line-height: 1.2;
  }

  #advantages.init-2 .content .center .right ul li p {
    float: left;
    width: 58%;
    margin-top: -10px;
  }

  .about-page .about-4 {
    padding-top: 0;
  }

  .about-page .about-4 .exhibitionBox {
    padding-top: 0;
  }

  .about-page .about-5 {
    padding-bottom: 0;
  }

  .inner-page .side-list .side-nav,
  .faq-page .prodet-4 .title {
    display: none;
  }

  .prodets-page {
    padding-top: 40px;
  }

  .project-page {
    padding: 20px 15px 0;
  }

  .inner-page .m-page {
    margin-top: 20px;
  }

  .prodets-page.faq-page {
    padding: 20px 15px 50px;
  }

  .prodets-page .prodet-4 {
    padding-bottom: 40px;
  }

  .news-page {
    padding: 0px 15px;
  }

  .newdet-content {
    padding-bottom: 40px;
  }

}

@media screen and (min-width:700px) {

  .mb-abst,
  #mb-footer {
    display: none !important;
  }
}

@media screen and (max-width:700px) {
  #mb-footer {
    display: block !important;
    padding: 35px 0 90px;
    background: #222222;
  }

  #mb-footer .f-top {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #303030;
    padding-bottom: 25px;
    text-align: center;
  }

  #mb-footer .f-top img {
    width: auto;
    height: auto;
    max-width: 91px;
  }

  #mb-footer .f-top p {
    color: #bbbbbb;
    font-size: 12px;
    margin: 12px 0 15px;
  }

  #mb-footer .f-top .f-social a {
    margin: 0 6px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #bbbbbb;
    color: #fff;
  }

  #mb-footer .f-copyright {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #303030;
  }

  #mb-footer .f-copyright p {
    color: #bbbbbb;
    font-size: 14px;
    transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
  }

  #mb-footer .f-copyright a {
    display: inline-block;
    margin-top: 5px;
  }

  #mb-footer .f-copyright a img {
    max-height: 12px;
    width: auto;
  }

  .f-tool {
    padding-top: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 46px;
    background: #222222;
    left: 0;
    bottom: 0;
    z-index: 1001;
  }

  .f-tool a {
    float: left;
    width: 25%;
  }

  .f-tool a i,
  .f-tool a span {
    display: block;
    color: #dddddd;
    margin-top: 2px;
  }

  .f-tool a span {
    font-size: 14px;
  }

  .about-page {
    background: url(/template/en/images/about-1-bg.png) no-repeat 50px 80px;
    background-size: 300px;
  }

  #advantages.init-2 .content .center .right ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .prodets-page .prodet-2 .left>a:after {
    display: none;
  }
}

@media screen and (max-width:500px) {
  .product-page .sidebox .sideright .top h1{
    font-size: 24px;
  }
  .project2-page .tips_title{
    font-size: 24px;
    margin-top: 40px;
  }
  .project2-page .content{
    margin-top: 30px;
  }
  .project2-page .content .content_item .tips{
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
  
  .project2-page .content .content_item .content_c .item_c{
    width: 50%;
  }
  .project3-page .container .content{
    padding: 0 30px;
    margin-top: 30px;
  }
  .project3-page .container .content .btn{
    width: 28px;
    height: 28px;
    line-height: 24px;
    
  }
  .project3-page .tips_title{
    font-size: 24px;
    margin-top: 60px;
  }

  .project3-page .cat_cont{
    margin-bottom: 40px;
  }
  
}

.button-group .button {
  background-color: #222 !important;
}

#mobile #menu-on .txt {
  position: absolute;
  top: 50%;
  left: 115%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #a68055;
  font-weight: bold;
}

.knowledgetext {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  color: #222;
  font-weight: normal;
}

.hangyezhishi {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
  color: #222;
  font-weight: 800;
  font-weight: normal;
}

.prodet2-page .form ul {
  margin: -17px;
}

.prodet2-page .form ul li {
  padding: 17px;
}


.prodet2-page .form ul li input,
.prodet2-page .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: left;
}

.prodet2-page .form ul .phone{
  width: 100%;
}

.prodet2-page .form ul .phone .intl-tel-input .flag-dropdown{
  left: 20px;
}
.prodet2-page .form ul .phone input{
  padding-left: 70px;
}

.prodet2-page .form ul li input:focus,
.prodet2-page .form ul li textarea:focus {
  border-color: #a68055;
  background: rgba(130, 216, 205, 0.03);
}

.prodet2-page .form ul li input::-webkit-input-placeholder,
.prodet2-page .form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}

.prodet2-page .form ul li input:-moz-placeholder,
.prodet2-page .form ul li textarea:-moz-placeholder {
  color: #898989;
}

.prodet2-page .form ul li input::-moz-placeholder,
.prodet2-page .form ul li textarea::-moz-placeholder {
  color: #898989;
}

.prodet2-page .form ul li input:-ms-input-placeholder,
.prodet2-page .form ul li textarea:-ms-input-placeholder {
  color: #898989;
}

.prodet2-page .form ul li input::placeholder,
.prodet2-page .form ul li textarea::placeholder {
  color: #898989;
}

.prodet2-page .form ul li.wid-100 {
  width: 100%;
}

.prodet2-page .form ul li textarea {
  height: 210px;
}

.prodet2-page .form ul li input[type="submit"] {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
  background: #000;
  background: #a68055;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  /*font-weight: bold;*/
  width: auto;
  border: none;
}

.prodet2-page .form ul li input[type="submit"]:hover {
  opacity: .7;
}

.inner-banner {
  padding: 120px 0 80px 0;
  border-bottom: 1px solid #373330;
  position: relative;
  margin-top: 140px;
}

.inner-banner .container3 {
  padding: 0 4.948%;
}

.inner-banner .container3 .grid-box .mbx {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}

.inner-banner:after {
  content: '';
  width: 0;
  height: 1px;
  top: 100%;
  background: #a68055;
  z-index: 1;
  position: absolute;
  -webkit-animation: wd 10s linear forwards;
  -moz-animation: wd 10s linear forwards;
  animation: wd 10s linear forwards;
}

.inner-banner .left {
  vertical-align: middle;
}

.inner-banner .left h2 {
  line-height: 2;
  font-size: 36px;
  font-weight: 500;
  color: #373330;
}

.inner-banner .left h2.pro{
  font-size: 28px;
}

.inner-banner .right {
  vertical-align: middle;
  text-align: right;
}

.inner-banner .right .text {
  max-width: 630px;
  text-align: left;
  display: block;
  margin-left: auto;
  font-weight: 300;
  font-size: 18px;
  color: #373330;
  line-height: 2;
}

.prodet2-page .prodet-1 {
  padding-top: 80px;
}

.prodet2-page .prodet-1 .box .left {
  width: 55%;
}

.prodet2-page .prodet-1 .box .left img {
  width: 100%;
}

.prodet2-page .prodet-1 .box .left .smallImg {
  width: 22.6%;
  float: left;
  position: relative;
}

.prodet2-page .prodet-1 .box .left .smallImg .btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  border: 1px solid #000;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  left: 45%;
  z-index: 2;
}

.prodet2-page .prodet-1 .box .left .smallImg .prev{
  top: -40px;
}

.prodet2-page .prodet-1 .box .left .smallImg ul {
  margin: -10px;
}

.prodet2-page .prodet-1 .box .left .smallImg ul li {
  padding: 10px;
}

.prodet2-page .prodet-1 .box .left .smallImg ul li a {
  display: block;
}

.prodet2-page .prodet-1 .box .left .smallImg ul li a img {
  display: block;
  width: 100%;
}

.prodet2-page .prodet-1 .box .left .bigImg {
  width: 77.4%;
  padding-left: 4%;
  display: inline-block;
}

.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #fffef9;
  color: transparent;
  font-size: 0;
  border: none;
  opacity: .8;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}

.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-prev:after {
  background-image: url("../images/banner-btn-l.png");
}

.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}

.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-next:after {
  background-image: url("../images/banner-btn-r.png");
}

.prodet2-page .prodet-1 .box .left .bigImg .slick-arrow:hover {
  background: #a68055;
}

.prodet2-page .prodet-1 .box .right {
  width: 45%;
  padding-left: 5%;
  vertical-align: middle;
}

.prodet2-page .prodet-1 .box .right span.tag {
  display: block;
  font-size: 20px;
  color: #373330;
  text-transform: uppercase;
  line-height: 36px;
}

.prodet2-page .prodet-1 .box .right span.tag:before {
  content: '';
  width: 10%;
  height: 1px;
  margin-right: 2%;
  background: #a68055;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.prodet2-page .prodet-1 .box .right h1 {
  font-size: 24px;
  color: #373330;
  line-height: 2;
  margin: 30px 0;
}

.prodet2-page .prodet-1 .box .right .rating {
  line-height: 1;
  letter-spacing: 3px;
}

.prodet2-page .prodet-1 .box .right .rating:after {
  font-family: "FontAwesome";
  color: #a68055;
  font-size: 18px;
}

.prodet2-page .prodet-1 .box .right .rating.one:after {
  content: "\f005 \f006 \f006 \f006 \f006";
}

.prodet2-page .prodet-1 .box .right .rating.two:after {
  content: "\f005 \f005 \f006 \f006 \f006";
}

.prodet2-page .prodet-1 .box .right .rating.three:after {
  content: "\f005 \f005 \f005 \f006 \f006";
}

.prodet2-page .prodet-1 .box .right .rating.four:after {
  content: "\f005 \f005 \f005 \f005 \f006";
}

.prodet2-page .prodet-1 .box .right .rating.five:after {
  content: "\f005 \f005 \f005 \f005 \f005";
}

.prodet2-page .prodet-1 .box .right .content {
  margin: 33px 0;
  font-size: 18px;
  color: #373330;
  line-height: 2;
  overflow-y: auto;
  padding-right: 4px;
}

.prodet2-page .prodet-1 .box .right .color {
  margin-bottom: 20px;
}

.prodet2-page .prodet-1 .box .right .color h6 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: .5em;
  display: block;
}

.prodet2-page .prodet-1 .box .right .color ul {
  margin: -5px;
}

.prodet2-page .prodet-1 .box .right .color ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}

.prodet2-page .prodet-1 .box .right .color ul li span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fffbf3;
  cursor: pointer;
  cursor: hand;
}

.prodet2-page .prodet-1 .box .right .color ul li.active span {
  -o-box-shadow: 0 0 0 1px #000;
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
}

.prodet2-page .prodet-1 .box .right .share ul li {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  background: white;
  color: black;
  font-size: 18px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #eee;
}

.prodet2-page .prodet-1 .box .right .share ul li a {
  display: block;
}

.prodet2-page .prodet-1 .box .right .share ul li:hover {
  background: #a68055;
}

.prodet2-page .prodet-1 .box .right a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  border-radius: 5px;
  background: #a68055;
  font-size: 16px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  margin-top: 45px;
}

.prodet2-page .prodet-1 .box .right a.more:hover {
  color: white;
  background: #222;
}

.prodet2-page .prodet-2 {
  padding: 90px 0;
}

.prodet2-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}

.prodet2-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: 26px;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  cursor: hand;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet2-page .prodet-2 .options ul li:after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #a68055;
}

.prodet2-page .prodet-2 .options ul li:hover,
.prodet2-page .prodet-2 .options ul li.active {
  color: #373330;
}

.prodet2-page .prodet-2 .options ul li:hover:after,
.prodet2-page .prodet-2 .options ul li.active:after {
  width: 100%;
}

.prodet2-page .prodet-2 .ret {
  margin-top: 50px;
}

.prodet2-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 2;
}

.prodet2-page .prodet-2 .ret .content img{
  display: inline-block;
  padding: 15px;
  width: 100%;
}

.prodet2-page .prodet-2 .ret .content table tr td{
  min-width: 120px;
}

.prodet2-page .prodet-3 {
  padding-bottom: 40px;
}

.prodet2-page .prodet-3 h2 {
  font-weight: 500;
  font-size: 40px;
  color: #373330;
  line-height: 1.2;
}

.font-16 {
  line-height: 30px;
}

.prodet2-page .prodet-3 .list {
  margin-top: 40px;
  position: relative;
}

.prodet2-page .prodet-3 .list .btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  border: 1px solid #000;
  cursor: pointer;
  position: absolute;
  right: -60px;
  top: 45%;
  z-index: 2;
}
.prodet2-page .prodet-3 .list .prev{
  left: -60px;
}

.prodet2-page .prodet-3 .list ul {
  margin: -19px;
}

.prodet2-page .prodet-3 .list ul li {
  padding: 19px;
}

.prodet2-page .prodet-3 .list ul li a.img-box {
  display: block;
}

.prodet2-page .prodet-3 .list ul li a.img-box img {
  display: block;
  width: 100%;
}

.prodet2-page .prodet-3 .list ul li a.img-box span {
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 5%;
  font-size: 16px;
  color: #373330;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.prodet2-page .prodet-3 .list ul li h6 {
  font-size: 20px;
  color: #373330;
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  font-weight: normal;
  padding: 0 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet2-page .prodet-3 .list ul li:hover a.img-box span {
  bottom: 5%;
  opacity: 1;
}

.prodet2-page .prodet-3 .list ul li:hover h6 {
  color: #a68055;
}

@media screen and (max-width: 1700px) {
  .inner-banner .left h2 {
    font-size: 90px;
  }

  .factory-page .navList ul li {
    font-size: 20px;
  }

  .prodet2-page .prodet-1 .box .right .content {
    font-size: 18px;
  }

  .prodet2-page .prodet-3 h2 {
    font-size: 32px;
  }

  .prodet2-page .prodet-3 .list ul li h6 {
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1500px) {
  .inner-banner .left h2 {
    font-size: 70px;
  }

  .inner-banner .right .text {
    font-size: 16px;
  }

  .prodet2-page .prodet-1{
    padding-top: 50px;
  }

  .inner-banner {
    padding: 60px 0;
  }

  .prodet2-page .prodet-1 .box .right h1 {
    font-size: 32px;
  }

  .prodet2-page .prodet-1 .box .right h1 {
    margin: 15px 0;
  }

  .prodet2-page .prodet-1 .box .right .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .prodet2-page .prodet-1 .box .right a.more {
    margin-top: 25px;
  }

  .prodet2-page .prodet-2 {
    padding: 70px 0;
  }

  .prodet2-page .prodet-2 .options ul li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-banner .left h2 {
    font-size: 50px;
  }

  .inner-banner .right .text {
    font-size: 14px;
    line-height: 2;
  }

  .inner-banner {
    padding: 20px 0;
    margin-top: 120px;
  }

  .contact-page .contact-4 .left{
    width: 100%;
    max-width: 100%;
  }

  .contact-page .contact-4 .right{
    width: 100%;
    margin-top: 20px;
  }

  .prodet2-page .prodet-1 .box .right h1,
  .prodet2-page .prodet-3 h2 {
    font-size: 28px;
  }

  .prodet2-page .prodet-1 .box .right .content {
    font-size: 16px;
    margin: 15px 0;
  }

  .prodet2-page .prodet-1 .box .right span.tag {
    font-size: 16px;
  }

  .prodet2-page .prodet-1 .box .left .bigImg {
    padding-left: 2.5%;
  }

  .prodet2-page .prodet-3 .list ul li {
    padding: 10px;
  }

  .prodet2-page .prodet-3 .list ul {
    margin: -10px;
  }

}

@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 40px;
  }
  .inner-banner .left h2 {
    font-size: 36px;
  }

  .prodet2-page .prodet-1 .box .right h1,
  .prodet2-page .prodet-3 h2 {
    font-size: 24px;
    line-height: 44px;
  }

  .prodet2-page .prodet-1 .box .right {
    padding-left: 0;
    width: 100%;
    padding-top: 60px;
  }

  .prodet2-page .prodet-1 .box .left {
    width: 100%;
  }

  .prodet2-page .prodet-2 .options ul li {
    margin-right: 25px;
  }

  .prodet2-page .prodet-3 .list .btn{
    display: none !important;
  }

  .prodet2-page .prodet-1 .box .left .bigImg {
    padding-left: 4%;
  }

  .font-16 {
    line-height: 30px;
  }

  .prodet2-page .prodet-1 .box .left .bigImg {
    padding-left: 2%;
  }

  .prodet2-page .prodet-2 .options {
    display: none;
  }

  .prodet2-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }

  .inner-banner .right {
    padding-top: 15px;
  }

  .inner-banner .left h2 {
    font-size: 22px!important;
    line-height: 2;
  }

  .prodet2-page .prodet-1 {
    padding-bottom: 50px;
  }





  .prodet2-page .prodet-2 {
    padding-top: 0;
  }

  .prodet2-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-4 .left ul li h6{
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-4 .left ul li p{
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 500px) {
  .inner-page .m-page a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .inner-page .m-page span{
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  .inner-banner .right .text {
    max-width: none;
    display: none;
  }

  .prodet2-page .prodet-2 .ret {
    margin-top: 0;
  }

  .prodet2-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }

  .project-page.gallery-page .project-list .list li{
    width: 100%;
    padding: 0;
  }

  .prodet2-page .prodet-2 .ret .content img{
    width: 100%;
    padding: 5px;
  }
  .prodet2-page .form ul .phone .intl-tel-input .country-list{
    left: -4px;
  }
}



.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}

.seoPublic>div {
    padding: 60px 0;
}

.seoPublic>div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .left img {
    width: 100%;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 2;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list{
  position: relative;
}
.seoPublic .Auxil-honor .list .btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  border: 1px solid #000;
  cursor: pointer;
  position: absolute;
  right: -60px;
  top: 45%;
  z-index: 2;
}
.seoPublic .Auxil-honor .list .prev{
  left: -60px;
}
.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list .btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  border: 1px solid #000;
  cursor: pointer;
  position: absolute;
  right: -60px;
  top: 45%;
  z-index: 2;
}
.seoPublic .Auxil-news .list .prev{
  left: -60px;
}
.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li a.img-box img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 20px;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #a68055;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    line-height: 2;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #f88b2a;
    color: #f88b2a;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #a68055;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #a68055;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 2;
    color: #666;
}



.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: #a68055;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #a68055;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #a68055;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #a68055;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #a68055;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
        line-height: 2;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
        line-height: 32px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 1em;
    }
.Auxil-industry {
  display: none;
}
    .prodet2-page .prodet-3 .list .btn{
      display: none !important;
    }

    .seoPublic .Auxil-news .list .btn{
      display: none !important;
    }

    .seoPublic .Auxil-honor .list .btn{
      display: none !important;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        padding: 8px 10px;
        background: #a68055;
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav>ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .seoPublic>div {
        padding: 30px 0;
    }

    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

/*services css*/
#index-body .init1 {
  background: var(--primary);
  padding: 60px 0 68px;
}
#index-body .init1 .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init1 h3 {
  font-size: 36px;
  line-height: 1.4;
  width: 32%;
}
#index-body .init1 .btn .more {
  background: var(--black);
  color: var(--white);
  padding: 0px 27px;
  border: 1px solid var(--black);
}
#index-body .init1 .btn .more::before {
  background: transparent;
}
#index-body .init1 .btn .more:hover {
  background: transparent;
  color: var(--black);
}
#index-body .init1 .btn .more:last-child {
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
  margin-left: 23px;
}
#index-body .init1 .btn .more:last-child::before {
  background: var(--black);
}
#index-body .init1 .btn .more:last-child:hover {
  color: var(--white);
}
.inner-page h2.title {
    font-size: 48px;
    line-height: 1.2;
    color: #181818;
    margin-top: 16px;
}
.inner-page span.tag {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #181818;
}
#index-body .about {
  /*background-color: #f6f5ed;*/
  padding: 88px 0 147px;
}
#index-body .about .top .text {
  width: 48%;
  vertical-align: middle;
  padding-right: 73px;
}
.shouye{
  font-size: 18px;
  color: #393939;
  line-height: 32px;
  margin-top: 30px;
}
.shouye h1{
  display: inline!important;
  font: inherit!important;
}
#index-body .about .top .text p {
  font-size: 18px;
  color: #393939;
  line-height: 32px;
  margin-top: 30px;
}
#index-body .about .top .text .btn {
  margin-top: 37px;
}
#index-body .about .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
  margin-left: 43px;
}
#index-body .about .top .text .btn a.link em {
  display: inline-block;
  padding: 18px 13px 17px 14px;
  background: var(--white);
}
#index-body .about .top .text .btn a.link span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding-left: 5px;
}
#index-body .about .top .img {
  width: 52%;
  position: relative;
  z-index: 1;
  padding-top: 76px;
}
#index-body .about .top .img .i2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
#index-body .about .top .img .play {
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .about .top .img .play i {
  display: inline-block;
  margin-left: 13%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#index-body .about .top .img .play i::before,
#index-body .about .top .img .play i::after{
  position: absolute;
  z-index: -1;
  content: '';
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(248,185,17, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .top .img .play i::before{
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .bottom {
  text-align: center;
  padding-top: 139px;
}
#index-body .about .bottom ul li {
  color: #393939;
}
#index-body .about .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
#index-body .about .bottom ul li h3 {
  font-size: 70px;
  line-height: 1;
  font-weight: 500;
  margin-top: 11px;
}
.service-page {
  padding: 120px 0 125px;
}
.service-page .service-1 {
  padding-bottom: 120px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
  font-size: 52px;
  line-height: 1.2;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.service-page .service-1 #index-body .about .top .text .btn .link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: var(--white);
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .content {
  margin-top: 45px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 18px;
  color: #83827F;
  line-height: 32px;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 44px;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: var(--white);
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .rate {
  padding: 0 0 25px 0;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 100px;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 50px;
  }
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 46px;
  }
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 42px;
    padding-top: 0;
  }
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .service-page .service-2 .content ul li .ig .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .prodet-box .left{
    width: 100%!important;
  }
  .prodet-page .prodet-1 .prodet-box .right{
    width: 100%!important;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 32px;
    line-height: 1.4;
  }
  .service-page .service-1 #index-body .about .top .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}

.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page.product2-page .sidebar-left {
    padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 40px;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
      
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
  color: #333333;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 22px;
FONT-WEIGHT: BOLD;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active{
  color: var(--base-color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    FONT-WEIGHT: 300;
    font-size: 18px;
    line-height: 32px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #333333;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li{
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li{
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;

    margin-bottom: 0.8rem;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #333333;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
 
  line-height: 28px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/jxkitchenware/2023/09/08/product-2.jpg) no-repeat center center;
  padding: 21.5rem 4rem 5.5rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 2rem;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 2rem;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
      
  background: #000;
  padding: 12px 3rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #333333;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;

}

.product2-page .product-list ul li .pro-box h5 a{
  font-family: none;
}

.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
      width: 30%;
}
.inner-page .sidebar-content .sidebar-left {
    width: 28%;
}

@media screen and (max-width:1100px) {
  .inner-page .sidebar-box{
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%!important;
    padding: 0!important;
  }

  .news-page .sidebar-box .sidebar-left{
    display: none;
  }
  .fenlei, .yejiao{
    display: none!important;
  }
}
.product2-page {
    padding: 5rem 0 5rem;
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.product2-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;

}

.product2-page .product-list ul li .img img{
height: 400px;
    object-fit: cover;
    width: 100%;

}
.product2-page .product-list ul li .text .btm .slick-slide img {
    padding: 5px;
}
.product2-page .product-list ul li.wid-100{
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox{
position: relative;
    width: 50%;
  
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
  opacity: 0;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
    padding: 2rem 0rem 0rem;
}

.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
    padding: 10px 0 0;
    max-height: 120px;
    overflow-y: overlay;
}
.prodet-page .product-2 .content img {
    padding-bottom: 10px;
}

.product2-page .product-list ul li .pro-box:hover{
  background: #f6f6f6;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: #333333;
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
.product2-page .product-list ul li .pro-box .text {
    padding:0 20px;
    font-size: 15px;
    color: #757575;
    width: 50%;
}
.product2-page .product-list ul li .pro-box .text p {
    position: relative;
      
    font-size: 15px;
    font-weight: 400;
}
.product2-page .product-list ul li .pro-box .btm {
    padding: 0px 0px 20px 0px;
}
.product2-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
 background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji{
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
  padding: 5px;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product2-page p {
    
    color: #000;
        text-transform: capitalize;
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
     display: inline-block;
    width: auto !important;
    margin-bottom: 0;
   padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
.product2-page .product-list .ny-banner {

}
.product2-page .product-list ul li .pro-box h5 a{
     text-transform: uppercase;

}
.product2-page .product-list ul li .pro-box .btm ul.tupianji li {
    width: 25% !important;
}

.product2-page .product-list ul li .pro-box .btm ul.tupianji {
    display: flex;
}

.product2-page .product-list ul li .img img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .img {
    overflow: hidden;
    transition: all 1.2s ease;
        padding: 10px;
    background: #f3f3f3;
    position: relative;
}
.product2-page .product-list ul li .img:hover img {

    transition: all 1.2s ease;
}
@media screen and (max-width:1000px) {
  .product2-page .product-list ul li{
    width: 50%!important;
  }

}
@media screen and (max-width:500px) {
  .product2-page .product-list ul li{
    width: 100%!important;
  }
}
.product2-page .product-list ul li .pro-box .imgbox img {
    object-fit: cover;
    height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
    display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
    max-height: 145px;
    width: 100%;
    object-fit: cover;
}
.product2-page .product-list ul li .text {
    background: #fff;
    margin-top: 0;
    padding: 10px;
min-height: 7em;
}


.inner-page.news-page.newdet-page .sidebar-box .sidebar-right{
  width: 70%;
    padding-left: 35px;
}

.product2-page .product-list ul li .text .neirong p {
    font-size: 14px;
    color: #aaa;
    text-transform: lowercase;
    font-weight: 300;
}

.product2-page .product-list ul li .text h2 {
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    transition: 0.3s all;
    line-height: 36px;
}
.product2-page .product-list ul li .text h2:hover{
  transition: 0.3s all;
  color: var(--base-color);
}

.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product2-page .product-list ul li:hover .img img.yin {
    opacity: 1;
}
@media screen and (max-width:1550px) {
  .product2-page .product-list ul li .img img{
      height: 300px;
    object-fit: cover;
    width: 100%;
}
}

.fenlh1 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    line-height: 2;
}

.fenlei {
  color: #212121;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 18px;
    overflow-y: scroll;
    height: 260px;
 
}

#mask .prodet-page {
  padding: 7rem 5rem;
      box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    background: #ffffff;
}
#mask {
  -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 111;
    display: none
}

#mask.active {display: block!important}
#mask .mask-bg {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

#mask .mask-close {
  position: absolute;
    z-index: 1;
    right: 13%;
    top: 15%;
    color: #000;
    cursor: pointer;
    font-size: 18px
}

/*#mask .container {
  width: 1100px
}*/

#mask .prodet-page {
  padding: 7rem 5rem;
      box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    background: #ffffff;
}
.prodet-page .container {
  max-width: 1370px;
}

/*.prodet-page .prodet-1 .prodet-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}*/
.prodet-page .prodet-1 .prodet-box .left {
  width: 50%;
  padding-right: 3.5rem;
}
.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.7rem;
  height: 10.1rem;
  border: none;
  color: transparent;
  z-index: 5;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-prev {
  background: url(../images/a-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-next {
  background: url(../images/a-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a {
    display: inline-block;
    padding: 13px 3.6rem;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    border: 1px solid #333333;
    background: #ffffff;
    margin: 0 1rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .left .big .list .acc .add .img {}
.prodet-page .prodet-1 .prodet-box .left .big .btn a:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a.on {
    color: #fff;
    background: #333333;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a.on:hover {
  background: #333333;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 50%;
      padding-top: 25px;
}
.prodet-page .prodet-1 .prodet-box .right h3 {
  font-size: 26px;
  line-height: 2;
  color: #000000;
  font-weight: bold;
    
  text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right p {
    font-size: 16px;
line-height: 30px;
    color: #000;
    /*font-weight: 700;*/
    text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    
}
.prodet-page .prodet-1 .prodet-box .right .tit {
  padding-bottom: 1rem;
}
.prodet-page .prodet-1 .prodet-box .right .tit h1 {
  margin-bottom: 2rem;
}
.prodet-page .prodet-1 .prodet-box .right .text {
  padding-bottom: 1.8rem;
      max-height: 220px;
    overflow: overlay;
    line-height: 2;

}
/*.prodet-page .prodet-1 .prodet-box .right .text h4 {
  margin-bottom: 2rem;
}*/
.prodet-page .prodet-1 .prodet-box .right .pro-gallery {
  margin: 20px 0
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick-track{
  margin-left: 0;
  margin-right: auto;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .list1 .acc .add {
  padding: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery h4 {
  margin-bottom: 2.8rem;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul {
  margin: 0 -1.3rem;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li {
  padding: 0 1.3rem;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a {
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .right .det h4 {
  margin-bottom: 1.5rem;
}
.prodet-page .prodet-1 .prodet-box .right .det h4 img {
  max-width: 9px;
  margin-right: 12px;
}
.prodet-page .prodet-1 .prodet-box .right .share {
  margin-top: 2.8rem;
  display: block;
}
.prodet-page .prodet-1 .prodet-box .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .prodet-box .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin: 0;
  margin-left: 1.5rem;
  color: #000;

  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .product-2 {
  padding-bottom: 6rem;
}
.prodet-page .product-2 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  margin-bottom: 3rem;
}
.prodet-page .product-2 h4 img {
  margin-right: 2rem;
}

#mask {
  -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 111;
    display: none
}

#mask.active {display: block!important}
#mask .mask-bg {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

#mask .mask-close {
  position: absolute;
    z-index: 1;
    right: 13%;
    top: 15%;
    color: #000;
    cursor: pointer;
    font-size: 18px
}

/*#mask .container {
  width: 1100px
}*/

#mask .mask-inner {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
#mask .mask-inner .item{
  width: 100%;
  max-width: 1470px;
}
@media screen and (max-width:1550px) {
.prodet-page .prodet-1 .prodet-box .right .text {
  height: 200px;
  padding-right: 10px;
  overflow: auto
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
  max-width: 180px;
}
.product2-page .product-list ul li .img img{
      height: 300px;
    object-fit: cover;
    width: 100%;
}

}

@media screen and (max-width:1100px) {
  .prodet-page .prodet-1 .prodet-box .left .big .img img{
    width: 100%!important;
  }
.prodet-page .prodet-1 .prodet-box .right .text {
  height: 150px;
}
#mask .mask-close {
  right: 3%;
  top: 3%
}
#mask .mask-inner .item {width: 100%}

.prodet-page .prodet-1 .prodet-box .left .big .img {text-align: center}
.prodet-page .prodet-1 .prodet-box .left .big .img img {text-align: center;width: auto;margin: 0 auto;max-width: 400px;}
#mask .prodet-page {
  padding: 0
}
#mask .prodet-page .prodet-1 .prodet-box {
  height: 100vh;
  overflow: auto
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery img {max-width: 100%}
.prodet-page .prodet-1 .prodet-box .right .share ul li {width: auto!important}
.prodet-page .prodet-1 .prodet-box .right .share {display: none}
.prodet-page .prodet-1 .prodet-box .right {margin-top: 0}


}

.faq-page{
  padding: 60px 0;
}

.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  background: #eee;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #000;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--primary);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #e3c935;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1400px) {
  #advantages.init-2 .content .center .right ul li span em{
    font-size: 20px;
  }
  .inner-page h2.title{
  font-size: 36px;
}
}
@media screen and (max-width: 1000px) {
#advantages.init-2 .content .center .right ul li span em{
  font-size: 18px;
  line-height: 32px;
}
#advantages.init-2 .content .center .right ul li{
  width: 50%;
}
#index-body .about .top .text{
  width: 100%;
}
.service-page .service-1 #index-body .about .top .img{
  width: 100%;
}
.inner-page h2.title{
  font-size: 32px;
}
}
@media screen and (max-width: 700px) {
#advantages.init-2 .content .center .right ul li{
  width: 100%;
}
#advantages.init-2 .content .center .right ul li p{
  width: 100%;
  margin-top: 20px;
}
.service-page #index-body .init1 h3{
  width: 100%;
}
#index-body .init1 .info{
  flex-wrap: wrap;
}
.service-page #index-body .init1 .btn a.more{
  margin-top: 20px;
}
.inner-page h2.title{
  font-size: 24px;
  line-height: 44px!important;
}
#index-body .init1 h3{
  font-size: 24px;
  line-height: 44px;
}
}
.font-18{
  line-height: 32px;
}
.font-24{
  line-height: 44px;
}
.font-20{
  line-height: 36px;
}