@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Bold.eot');
  src: url('../fonts/Butler-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Butler-Bold.woff2') format('woff2'), url('../fonts/Butler-Bold.woff') format('woff'), url('../fonts/Butler-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Medium.eot');
  src: url('../fonts/Butler-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Butler-Medium.woff2') format('woff2'), url('../fonts/Butler-Medium.woff') format('woff'), url('../fonts/Butler-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler.eot');
  src: url('../fonts/Butler.eot?#iefix') format('embedded-opentype'), url('../fonts/Butler.woff2') format('woff2'), url('../fonts/Butler.woff') format('woff'), url('../fonts/Butler.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
body {
  font-family: "Butler";
  font-weight: normal;
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1580px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  top: 33px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .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 .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 41px;
  font-size: 20px;
  line-height: 1.8;
  color: white;
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .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: 0px;
  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 #000;
  display: none \9;
}
#header .nav .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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .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 .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  margin-right: 0;
  cursor: pointer;
  padding-right: 25px;
  cursor: hand;
  border-right: 2px solid white;
}
#header .nav .ui.menu .language {
  position: relative;
  margin-left: 20px;
}
#header .nav .ui.menu .language span {
  font-size: 20px;
  color: white;
}
#header .nav .ui.menu .language span img {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
#header .nav .ui.menu .language ul {
  -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%;
  right: 0px;
  min-width: 140px;
  white-space: nowrap;
  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 #000;
  display: none \9;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 6px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -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.active {
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .language span,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .h-search {
  border-right-color: black;
}
#header.active .nav .ui.menu .logo img,
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#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%;
}
#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: #eb623a;
}
#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: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  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;
}
.prodet-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: #eb623a;
}
#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: #eb623a !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: 1.8;
  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: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#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: #eb623a;
}
#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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.font-bold {
  font-weight: 500;
}
.more {
  font-size: 18px;
  line-height: 32px;
  position: relative;
}
.more span {
  position: relative;
}
.more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: white;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.more:hover span::after {
  opacity: 0;
}
.more:hover img {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.more:hover::after {
  width: 110%;
}
.font-60 {
  font-size: 60px;
}
.font-48 {
  font-size: 48px;
}
.fw-500 {
  font-weight: 500;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  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%);
  width: 100%;
  color: white;
  text-align: center;
}
#banner ul li .content .box {
  width: 70%;
  margin: auto;
}
#banner ul li .content .box p {
  font-size: 20px;
  line-height: 1.8;
}
#banner ul li .content .box .h2 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 500;
  margin: 33px 0 40px;
}
#banner ul li .content .box .more::after {
  background: white;
}
#banner ul .slick-current li .box {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
#index-body .i-category {
  padding: 130px 0 100px;
}
#index-body .i-category .box {
  margin: -23px;
}
#index-body .i-category .box .column {
  padding: 23px;
  vertical-align: middle;
}
#index-body .i-category .box .i-tag {
  font-size: 24px;
  line-height: 44px;
}
#index-body .i-category .box .des {
  font-size: 18px;
  line-height: 36px;
  margin-top: 23px;
}
#index-body .i-category .box:not(:first-child) .i-tag {
  display: none;
}
#index-body .i-product {
  background: #f5f5f5;
  position: relative;
  padding-top: 68px;
  padding-bottom: 60px;
}
#index-body .i-product .ui.container {
  max-width: 100%;
  padding-left: 9.5%;
}
#index-body .i-product .top {
  z-index: 2;
  position: relative;
  color: white;
}
#index-body .i-product .top .txt {
  font-size: 18px;
  line-height: 32px;
  width: 60%;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 40px;
}
#index-body .i-product ul {
  z-index: 2;
  position: relative;
  margin: -19px;
}
#index-body .i-product ul .slick-list {
  padding-right: 80px;
}
#index-body .i-product ul li {
  padding: 19px;
}
#index-body .i-product ul li .title {
  font-size: 18px;
  line-height: 32px;
  display: block;
  margin-top: 23px;
}
#index-body .i-product::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 58%;
  background: #191b1e;
  z-index: 1;
}
#index-body .i-about {
  background: url(../images/about-1.jpg) no-repeat left;
}
#index-body .i-about .wrap {
  text-align: right;
}
#index-body .i-about .center {
  width: 51%;
  margin-left: auto;
  text-align: left;
  background: white;
  vertical-align: bottom;
}
#index-body .i-about .center .i-title {
  font-size: 90px;
  line-height: 1.1;
  padding: 0 55px 60px;
}
#index-body .i-about .center .i-title em {
  font-weight: bold;
}
#index-body .i-about .center .content {
  padding: 30px 30px 30px 50px;
  vertical-align: middle;
}
#index-body .i-about .center .grid-box {
  border-top: 1px solid #616161;
  border-bottom: 1px solid #616161;
}
#index-body .i-about .center .img {
  vertical-align: middle;
}
#index-body .i-about .center .img img {
  width: 100%;
}
#index-body .i-about .center .des {
  font-size: 18px;
  line-height: 32px;
}
.shouye h1{
  display: inline;
}
#index-body .i-about .center .more {
  margin-top: 50px;
  display: inline-block;
}
#index-body .i-about .center .more span::after {
  background: black;
}
#index-body .i-about .right {
  width: 25%;
  text-align: left;
  vertical-align: bottom;
  border-left: 1px solid #616161;
}
#index-body .i-about .right ul li {
  border-bottom: 1px solid #616161;
  padding: 65px 65px 75px;
}
#index-body .i-about .right ul li .h3 {
  font-size: 48px;
  font-weight: bold;
}
#index-body .i-about .right ul li p {
  font-size: 16px;
  line-height: 30px;
}
#index-body .i-init4 {
  padding-top: 103px;
  padding-bottom: 105px;
}
#index-body .i-init4 ul {
  margin: 0 -80px;
}
#index-body .i-init4 ul .slick-list {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
#index-body .i-init4 ul li {
  padding: 0 80px;
  text-align: center;
}
#index-body .i-init4 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init4 ul li .h4 {
  font-size: 30px;
  font-weight: 200;
  margin: 35px 0 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init4 ul li .txt {
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*#index-body .i-init4 ul .slick-current li .img-box {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}*/
/*#index-body .i-init4 ul .slick-current li .h4,
#index-body .i-init4 ul .slick-current li .txt {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}*/
#index-body .i-form .ui.container {
  max-width: 100%;
  padding: 0;
}
#index-body .i-form .left {
  vertical-align: middle;
}
#index-body .i-form .right {
  padding-right: 10%;
  padding-left: 5%;
  vertical-align: middle;
}
#index-body .i-form .right form {
  margin-top: 25px;
}
#index-body .i-form .right form ul {
  margin: -14px;
}
#index-body .i-form .right form ul li {
  padding: 14px;
  margin-bottom: 18px;
}
#index-body .i-form .right form ul li input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  font-size: 18px;
  line-height: 32px;
  height: 45px;
}
#index-body .i-form .right form ul li input[type="submit"] {
  background: #1b1b1b;
  color: white;
  width: auto;
  border: 2px solid transparent;
  height: 60px;
  padding: 0 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 8px;
}
#index-body .i-form .right form ul li input[type="submit"]:hover {
  border-color: #1b1b1b;
  background: transparent;
  color: black;
}
#index-body .i-form .right form ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-form .right form ul li.wid-100 {
  width: 100%;
}
#footer {
  background-color: #1b1b1b;
  padding-top: 96px;
}
#footer .wrap {
  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;
}
#footer .wrap .h4 {
  font-size: 30px;
  font-weight: 200;
  color: white;
  margin-bottom: 30px;
}
#footer .wrap ul li {
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin-bottom: 8px;
  font-weight: 300;
}
#footer .wrap ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#footer .wrap ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap ul li:hover a::after {
  width: 100%;
}
#footer .wrap .three {
  max-width: 390px;
}
#footer .wrap .three li {
  line-height: 2;
}
#footer .wrap .three span {
  padding-right: 5px;
}
#footer .wrap .four {
  max-width: 430px;
}
#footer .wrap .four ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 9px;
  margin-bottom: 23px;
}
#footer .wrap .four ul li .h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 200;
}
#footer .wrap .four ul li .time {
  font-size: 14px;
  line-height: 2;
  opacity: 0.26;
  margin: 9px 0 6px;
}
#footer .wrap .four ul li .des {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#footer .wrap .four ul li:last-child {
  border-bottom: none;
}
#footer .f-copy {
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
#footer .f-copy a, 
#footer .f-copy p{
  display: inline;
}
.yejiao{
  margin-left: 4px;
}
#footer .f-copy img {
  height: 16px;
  vertical-align: middle;
}
#footer .f-copy .share {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 0;
}
#footer .f-copy .share a {
  text-align: center;
  background-color: white;
  color: black;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 6px;
  margin-left: 15px;
}
.sideBtn {
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 12;
}
.sideBtn > div {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 52px;
  font-size: 23px;
  cursor: pointer;
  z-index: 11;
  position: relative;
  margin: 12px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sideBtn > div i.iconfont {
  font-size: 40px;
}
.sideBtn > div #ewm {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border: 5px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideBtn > div:hover #ewm {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
@media screen and (max-width: 1580px) {
  .ui.container {
    max-width: 1350px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 33px;
  }
  #banner ul li .content .box .h2 {
    font-size: 65px;
  }
  .font-60 {
    font-size: 48px;
  }
  #index-body .i-product .ui.container {
    padding-left: 5%;
  }
  #index-body .i-about .center .i-title {
    font-size: 60px;
  }
  #index-body .i-about .right ul li {
    padding: 30px 50px 40px;
  }
  #index-body .i-about .right ul li .h3 {
    font-size: 38px;
  }
  #index-body .i-about {
    background-size: 24%;
  }
  #index-body .i-about .center .content {
    padding: 30px;
  }
  #index-body .i-about .center .des {
    max-height: 245px;
    overflow: auto;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    max-width: 1200px;
  }
  #header {
    top: 0;
  }
  #banner ul li .content .box .h2 {
    font-size: 48px;
  }
  #banner ul li .content .box {
    width: 58%;
  }
  .font-60 {
    font-size: 38px;
  }
  #index-body .i-about .right ul li {
    padding: 20px 25px 20px;
  }
  #index-body .i-about .right ul li .h3 {
    font-size: 32px;
  }
  #index-body .i-about .center .i-title {
    font-size: 45px;
    padding: 0 30px 20px;
  }
  #index-body .i-about .center .more {
    margin-top: 15px;
  }
  #index-body .i-about .center .des {
    font-size: 16px;
    max-height: 216px;
  }
  #index-body .i-init4 ul li {
    padding: 0 50px;
  }
  #index-body .i-init4 ul {
    margin: 0 -50px;
  }
  #index-body .i-form .right {
    padding: 0 3%;
  }
  #index-body .i-form .right form ul li {
    margin-bottom: 0;
  }
  #footer .wrap .four {
    max-width: 360px;
  }
  #footer .wrap .three {
    max-width: 325px;
  }
  #footer .f-copy .share{
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 17px;
    margin: 0 13px;
  }
  #header .nav .ui.menu .h-search img {
    width: 20px;
  }
  #banner ul li .content .box .h2 {
    font-size: 40px;
    margin: 17px 0 25px;
  }
  #index-body .i-category .box .des {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .i-product .top .txt {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .i-product ul li .title {
    font-size: 16px;
  }
  .font-48 {
    font-size: 36px;
  }
  #index-body .i-about .center .content {
    width: 100%;
  }
  #index-body .i-about .center .img {
    display: none;
  }
  #index-body .i-about .right {
    width: 31%;
  }
  #index-body .i-about {
    background-size: 18% 100%;
  }
  #index-body .i-init4 ul li {
    padding: 0 30px;
  }
  #index-body .i-init4 ul {
    margin: 0 -30px;
  }
  #index-body .i-init4 ul .slick-current li .h4,
  #index-body .i-init4 ul .slick-current li .txt {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
  }
  #index-body .i-form {
    padding-bottom: 60px;
  }
  #footer .wrap .one,
  #footer .wrap .two {
    display: none;
  }
  #footer .wrap .three,
  #footer .wrap .four {
    max-width: 48%;
  }
  #footer .f-copy .share{
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    max-width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content .box .h2 {
    font-size: 32px;
  }
  #banner ul li .content .box p {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .i-category .box .column {
    padding: 15px;
  }
  #index-body .i-category .box {
    margin: -15px;
  }
  #index-body .i-category .box .des {
    max-height: 180px;
    overflow: auto;
  }
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-category {
    padding: 60px 0 65px;
  }
  #index-body .i-product .top .txt {
    width: 75%;
  }
  #index-body .i-about {
    background: white;
  }
  #index-body .i-about .center {
    width: 100%;
    padding-top: 40px;
  }
  #index-body .i-about .right {
    width: 100%;
  }
  #index-body .i-init4 ul .slick-current li .img-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .i-init4 {
    padding: 0;
  }
  #index-body .i-init4 ul .slick-current li .h4,
  #index-body .i-init4 ul .slick-current li .txt {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  #index-body .i-init4 ul li {
    padding: 20px;
  }
  #index-body .i-init4 ul {
    margin: -20px;
  }
  #index-body .i-form .left {
    display: none;
  }
  #index-body .i-form .right {
    width: 100%;
  }
  #index-body .i-init4 ul li .h4 {
    margin: 13px 0 10px;
  }
  /*#footer .f-copy .share {
    display: none;
  }*/
}
@media screen and (max-width: 700px) {
  #banner ul li .content .box {
    width: 100%;
  }
  #banner ul li .content .box .h2 {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .i-category .box .column {
    width: 100%;
  }
  #index-body .i-product::after {
    width: 100%;
  }
  #index-body .i-product .top .txt {
    width: 100%;
  }
  #index-body .i-product .ui.container {
    padding-left: 15px;
  }
  #index-body .i-about .center .i-title {
    font-size: 36px;
  }
  #index-body .i-form .right form ul li {
    width: 100%;
  }
  #footer .wrap .four {
    display: none;
  }
  #footer .wrap .three {
    max-width: 100%;
  }
  #footer {
    padding-top: 35px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content .box .h2 {
    margin: 6px 0;
  }
  #banner ul li > img {
    min-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .more {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .i-category .box .i-tag {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .font-48 {
    font-size: 26px;
  }
  #index-body .i-product {
    padding-top: 35px;
  }
  #index-body .i-product ul .slick-list {
    padding-right: 0;
  }
  #index-body .i-about .center .content {
    padding: 30px 15px;
  }
  #index-body .i-about .center .i-title {
    font-size: 32px;
    line-height: 1.4;
    padding: 0 15px 20px;
  }
  #index-body .i-about .right ul li {
    padding: 20px 15px;
  }
}



/*inner*/
.inner-page {
  padding: 100px 0;
}
.inner-page h2.tit {
  font-size: 52px;
  line-height: 2;
  margin-bottom: 30px;
}
.about-page .init-1 {
  padding-bottom: 100px;
}
.about-page .init-1 p {
  font-size: 16px;
  line-height: 2;
  
  font-weight: 700;
}
.about-page .init-2 .column {
  width: 80%;
  vertical-align: middle;
}
.about-page .init-2 .column h2.tit {
  margin-bottom: 10px;
}
.about-page .init-2 .column p {
  font-size: 16px;
  line-height: 2;
  
  font-weight: 700;
}
.about-page .init-2 .column:nth-child(2) {
  width: 20%;
}
.about-page .init-2 .column:nth-child(2) .btn {
  width: 100px;
  float: right;
  cursor: pointer;
}
.about-page .init-2 .factory-list {
  margin-top: 30px;
}
.about-page .init-2 .factory-list ul li {
  padding: 0 20px;
}
.about-page .init-3 {
  padding: 100px 0;
}
.about-page .init-3 .grid-box .column:nth-child(1) {
  position: relative;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box {
  position: absolute;
  width: 90%;
  left: 40px;
  bottom: 30px;
  z-index: 2;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column {
  width: 48%;
  background: #000;
  margin: 0 1%;
  padding: 30px;
  color: #fff;
  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 .init-3 .grid-box .column:nth-child(1) .box .column p {
  font-size: 16px;
  
  font-weight: 700;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column h3 {
  font-size: 68px;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column:nth-child(2) {
  background: #000;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.about-page .init-3 .grid-box .column:nth-child(2) {
  padding-left: 5%;
}
.about-page .init-3 .grid-box .column .about-faq-list {
  margin-top: 10px;
}
.about-page .init-3 .grid-box .column .about-faq-list li {
 
  border-bottom: 1px solid #ccc;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig h4 {
  position: relative;
  font-size: 18px;
  line-height: 2;
  padding: 25px 20px;
  padding-left: 40px;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig h4 i {
  position: absolute;
  left: 5px;
  top: 25px;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig h4 i.fa-minus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig .con {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding: 15px 10px;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig .con p {
  font-size: 16px;
  line-height: 2;
  
  font-weight: 700;
}
.about-page .init-3 .grid-box .column .about-faq-list li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.about-page .init-3 .grid-box .column .about-faq-list li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.about-page .init-4 {
  padding: 80px 0 0px;
}
.about-page .init-4 .grid-box .column {
  width: 38%;
  padding-right: 4%;
}
.about-page .init-4 .grid-box .column a {
  background: #000;
  padding: 3px 20px;
  color: #fff;
}
.about-page .init-4 .grid-box .column h2 {
  margin: 20px 0;
  font-size: 38px;
  line-height: 2;
}
.about-page .init-4 .grid-box .column p {
  font-size: 14px;
  
  font-weight: 700;
  line-height: 2;
  margin-bottom: 40px;
}
.about-page .init-4 .grid-box .column .btn-right {
  padding: 15px 35px;
  font-size: 18px;
}
.about-page .init-4 .grid-box .column:nth-child(2) {
  width: 62%;
  padding: 0;
}
.about-page .init-4 .grid-box .column:nth-child(2) .honor-list {
  margin-top: 30px;
}
.about-page .init-4 .grid-box .column:nth-child(2) .honor-list .slick-prev.slick-arrow {
  display: none !important;
}
.about-page .init-4 .grid-box .column:nth-child(2) .honor-list ul li {
  padding: 30px 15px;
}
.about-page .init-4 .grid-box .column:nth-child(2) .honor-list ul .slick-slide:nth-child(2n) {
  margin-top: -30px;
}
.contact-page .grid-box .column {
  vertical-align: mmiddle;
}
.contact-page .grid-box .column:nth-child(1) {
  padding-right: 3%;
}
.contact-page .grid-box .column:nth-child(1) h3 {
  color: #333333;
  font-size: 32px;
  line-height: 2;
}
.contact-page .grid-box .column:nth-child(1) h3 span {
  color: #000;
  
  font-weight: 700;
}
.contact-page .grid-box .column:nth-child(1) form {
  padding: 20px 0;
  overflow: hidden;
}
.contact-page .grid-box .column:nth-child(1) form ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
}
.contact-page .grid-box .column:nth-child(1) form ul li:nth-child(2) {
  margin-right: 0;
}
.contact-page .grid-box .column:nth-child(1) form ul li:nth-child(3),
.contact-page .grid-box .column:nth-child(1) form ul li:nth-child(4) {
  width: 100%;
  margin-right: 0;
}
.contact-page .grid-box .column:nth-child(1) form ul li input,
.contact-page .grid-box .column:nth-child(1) form ul li textarea {
  width: 100%;
  background: #f0f0f0;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #a6abaa;
}
.contact-page .grid-box .column:nth-child(1) form ul li textarea {
  min-height: 120px;
}
.contact-page .grid-box .column:nth-child(1) form ul li input[type="submit"] {
  background: #000;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.contact-page .grid-box .column:nth-child(1) .i-message {
  margin-top: 40px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box {
  padding: 0;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column {
  background: url(../images/phone.png) no-repeat left center;
  padding-left: 50px;
  margin-bottom: 30px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column h2 {
  font-size: 18px;
  line-height: 2;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column p {
  font-size: 18px;
  line-height: 2;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column:nth-child(2) {
  background: url(../images/mail.png) no-repeat left center;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column:nth-child(3) {
  background: url(../images/add.png) no-repeat left center;
  width: 100%;
}

.prodet-page .mbx {
  font-size: 14px;
  line-height: 2;
}
.prodet-page p {
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-1 {
  padding: 40px 0;
}
.prodet-page .init-1 .max {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
.prodet-page .init-1 .max h2 {
  font-size: 28px;
  text-transform: capitalize;
}
.prodet-page .init-1 .max h1 {
  font-size: 28px;
  text-transform: capitalize;
}
.prodet-page .init-1 .max p {
  margin: 35px 0;
}
.prodet-page .init-1 .max a.more {
  background: #000;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.prodet-page .prodet-tit {
  font-size: 36px;
  text-transform: uppercase;
}
.prodet-page .init-3 {
  padding: 60px 0 0;
}
.prodet-page .init-3 .prodet-tit {
  margin-bottom: 40px;
}
.prodet-page .init-3 .grid-box.three {
  padding: 70px 0;
}
.prodet-page .init-3 .grid-box.three .column {
  vertical-align: middle;
  margin-bottom: 70px;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column {
  width: 26%;
  margin-bottom: 0;
  cursor: pointer;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) {
  width: 74%;
  padding: 0;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) h3 {
  font-size: 16px;
  line-height: 2;
  margin: 10px 0;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) p {
  font-size: 14px;
  
  font-weight: 700;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
/*4.7add*/
.prodet-page .product-box #addForm2{
  margin-top: 50px;
  padding: 10px;
  background: #fff;
  box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box #addForm2 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .product-box #addForm2 ul li{
  margin-top: 10px;
  width: 48%;
}
.prodet-page .product-box #addForm2 ul li:nth-child(5){
  width: 100%;
}
.prodet-page .product-box #addForm2 ul li:nth-child(5) textarea{
  width: 100%;
  border: #ccc solid 1px;
  padding: 5px;
  font-size: 14px;
}
.prodet-page .product-box #addForm2 ul li:nth-child(6){
  width: 100%;
}
.prodet-page .product-box #addForm2 ul li:nth-child(6) input{
  background: #000;
  color: #fff;
  transition: all .5s;
}
.prodet-page .product-box #addForm2 ul li:nth-child(6) input:hover{
  background: #000;
  color:#fff;
}


.prodet-page .product-box #addForm2 ul li input{
  padding: 5px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 14px;
}
.prodet-page .sidebar-right{
  padding-left: 3%;
}
.prodet-page .product-box .prodet-1 .left {
  width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper{
  overflow: hidden;
  margin-top: 20px;
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide{
  border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img{
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title{
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
  line-height: 44px;
}
.prodet-page .product-box .prodet-1 .right .text {
  margin: 30px 0;
  font-size: 18px;
  line-height: 32px;
}
.shangxia{
  font-size: 16px;
  line-height: 30px;
}
.tushangxia{
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
 
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #000;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  
  color: #000;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  background: #000;
  color: white;
  padding: 0 35px;
  font-size: 20px;
  margin-top: 10px;
  
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #000;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 44px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

.inner-page .sidebar-box .sidebar-right .prodet-3 ul li .box .content{
  margin-top: 20px;
}

.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  font-size: 16px;
  line-height: 30px;
  color: #111; 
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display:-webkit-box;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 a{
  text-align: center;
  display: block;
  width: 100%;
}
.prodet-page .product-box .prodet-3 ul li .box .content .aaa {
  font-size: 16px;
  line-height: 30px;
  min-height: 4em;
  color: #111; 
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display:-webkit-box;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #000;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
 line-height: 30px;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 28px;
  margin: 5px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 0px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #000;
  font-size: 14px;
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #000;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #000;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more::after{
  content: none;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 44px;
}

/*add*/

.inner-banner {
  position: relative;
}
.inner-banner > img {
  width: 100%;
}
.inner-banner .mbx-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
  padding-top: 120px;
}
.inner-banner .mbx-box .text {
  width: 100%;
}
.inner-banner .mbx-box .text .mbx {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}
.inner-banner .mbx-box .text .mbx a,
.inner-banner .mbx-box .text .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .mbx-box .text .mbx a:hover {
  color: #000;
}
.inner-banner .mbx-box .text h1,
.inner-banner .mbx-box .text h2 {
  font-size: 34px;
  line-height: 1.6;
  color: #fff;
      text-transform: uppercase;
  
  margin: 15px 0 12px;
}
.inner-banner .mbx-box .text p {
  max-width: 627px;
  font-size: 18px;
  line-height: 2;
  color: #ffffff;
      text-transform: capitalize;
  
}
.product-banner {
  position: relative;
}
.product-banner .banner-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15%;
}
.product-banner .banner-link a {
    display: inline-block;
    padding: 10px 2.5rem;
    margin: 0 40px;
    border-bottom: 2px solid rgba(250,250,250,.2);
    position: relative;
}
.product-banner .banner-link a:hover::after {
  width: 100%;
}
.product-banner .banner-link a::after {
  position: absolute;
  width: 0;
  height: 2px;
  background: rgba(215, 0, 15, 0.5);
  left: 0;
  bottom: -2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  content: "";
}
.inner-page .sidebar-content {
  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;
}
.inner-page .sidebar-content .sidebar-nav {
  width: 25%;
}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 2.5rem;
  font-size: 18px;
  color: #000;
  border: none;
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 5rem 0 2.5rem;
  font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
          text-transform: capitalize;
  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;
  padding: 18px 0 18px 25px;
  font-size: 18px;
  line-height: 2;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #000;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #eeede7;
  font-size: 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
  color: #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after {
  color: #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
  background: #000;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 40px 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 6rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 1.6rem;
  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-content .sidebar-nav .related-list li .related-img {
  display: block;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
  background-position: center center;
  background-size: cover;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 1.5rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  font-size: 18px;
  line-height: 2;
  color: #000000;

}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #000;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 28px;
  color: #9a9a9a;
  margin-top: .5rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 20px 8.5rem;
  border-radius: 5px;
  background: url(../images/sidebar-info.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  
  margin-bottom: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 20px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
  width: 75%;
}
.inner-footer {
  background: url(../images/footer-bg.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
.inner-footer .i-inquiry {
  padding: 72px 0;
}
.inner-footer .i-inquiry .container {
  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;
}
.inner-footer .i-inquiry .container h3 {
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
}
.inner-footer .i-inquiry .container .inquiry-box a {
  display: inline-block;
  width: 20.3rem;
  padding: 1.5rem 10px;
  border-radius: 6px;
  background: rgba(250, 250, 250, 0.1);
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-align: center;
}
.inner-footer .i-inquiry .container .inquiry-box a:hover {
  background: #000;
}
.inner-footer .i-inquiry .container .inquiry-box .inquiry {
  margin-right: 5rem;
}
.inner-footer-info {
  background: url(../images/inner-footer-info-bg.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
.inner-footer-info .footer-info {
  padding: 6.7rem 0 5.6rem;
}
.inner-footer-info .footer-info .container {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-footer-info .footer-info .container .left {
  width: 50%;
}
.inner-footer-info .footer-info .container .left .service {
  margin: 0 auto;
  max-width: 570px;
}
.inner-footer-info .footer-info .container .left .service h4 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  
  margin-bottom: 1.5rem;
}
.inner-footer-info .footer-info .container .left .service h3 {
  font-size: 40px;
  line-height: 1.2;
  color: rgba(250, 250, 250, 0.8);
  
  font-weight: 900;
  max-width: 422px;
}
.inner-footer-info .footer-info .container .left .service p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  
  margin: 30px 0 5rem;
}
.inner-footer-info .footer-info .container .left .service .icon a {
  margin-right: 2.5rem;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-footer-info .footer-info .container .left .service .icon a:hover {
  color: #000;
}
.inner-footer-info .footer-info .container .left .faq h2 {
  font-size: 2.8rem;
  line-height: 1;
  color: #ffffff;
  
}
.inner-footer-info .footer-info .container .left .faq h3 {
  font-size: 22px;
  line-height: 1.3;
  color: rgba(250, 250, 250, 0.8);
  max-width: 350px;
  margin-top: 20px;
}
.inner-footer-info .footer-info .container .left .faq .faq-list {
  margin-top: 5rem;
}
.inner-footer-info .footer-info .container .left .faq .faq-list dt {
  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;
  font-size: 18px;
  color: #000000;
  padding: 20px;
  border-radius: 10px;
  background: #cfd2d2;
  margin-bottom: 10px;
  cursor: pointer;
}
.inner-footer-info .footer-info .container .left .faq .faq-list dd {
  font-size: 14px;
  line-height: 2;
  color: #000;
  
  padding: 25px 6rem 30px 20px;
  border-radius: 10px;
  background: #cfd2d2;
  margin-bottom: 10px;
  display: none;
}
.inner-footer-info .footer-info .container .form {
  width: 50%;
  padding: 0 40px;
}
.inner-footer-info .footer-info .container .form form {
  max-width: 560px;
  margin: 0 auto;
  background: #cfd1d0;
  border-radius: 10px;
  padding: 40px 40px 4.8rem;
}
.inner-footer-info .footer-info .container .form form h2 {
  font-size: 2.47rem;
  line-height: 1;
  color: #000000;
  
  margin-bottom: 2.5rem;
}
.inner-footer-info .footer-info .container .form form h5 {
  font-size: 15.9px;
  line-height: 1;
  color: #000000;
  
  padding: 5px 0 10px;
}
.inner-footer-info .footer-info .container .form form 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-footer-info .footer-info .container .form form ul li {
  width: 48%;
}
.inner-footer-info .footer-info .container .form form ul li.text {
  width: 100%;
}
.inner-footer-info .footer-info .container .form form ul li.textarea {
  width: 100%;
}
.inner-footer-info .footer-info .container .form form ul input[type="text"] {
  border-radius: 10px;
  background: #fff;
  height: 52px;
  font-size: 15.9px;
  color: #000;
  
  padding: 0 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}
.inner-footer-info .footer-info .container .form form ul textarea {
  border-radius: 10px;
  background: #fff;
  height: 138px;
  font-size: 15.9px;
  color: #000;
  
  padding: 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}
.inner-footer-info .footer-info .container .form form button {
  width: 100%;
  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;
  height: 58px;
  border-radius: 10px;
  border: none;
  background: #000;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-footer-info .footer-info .container .form form button:hover {
  background: #000;
}
.inner-footer-info .footer-info .container .form form button img {
  margin-right: 10px;
}
.about-page .about-1 {
  padding: 8.6rem 0;
  background: url(../images/about-bg01.png) no-repeat;
  background-size: 100% 100%;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about-page .about-1:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/about-bg02.jpg) no-repeat right center;
  background-attachment: fixed;
}
.about-page .about-1 .left {
  width: 56%;
  padding: 0 35px 0 15px;
}
.about-page .about-1 .left .text {
  margin: 0 0 0 auto;
  max-width: 835px;
}
.about-page .about-1 .left .text h5 {
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.about-page .about-1 .left .text h3 {
  font-size: 32px;
  line-height: 1;
  color: #010101;
  margin: 22px 0 35px;
}
.about-page .about-1 .left .text p {
  font-size: 16px;
  line-height: 2;
  color: #636363;
}
.about-page .about-1 .right {
  width: 44%;
  text-align: right;
  position: relative;
}
.about-page .about-1 .right .play {
  position: absolute;
  top: 50%;
  left: 63%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 156px;
  height: 73px;
  background: url(../images/play.png) no-repeat center center;
  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;
}
.about-page .about-1 .right .play:hover span {
  -webkit-transform: translateX(62px);
  -moz-transform: translateX(62px);
  -ms-transform: translateX(62px);
  transform: translateX(62px);
}
.about-page .about-1 .right .play span {
  display: inline-block;

  font-size: 12px;
  line-height: 1;
  color: #fff;

  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-2 .swiper-slide img {
  width: 100%;
}
.about-page .about-2 .swiper-slide .text {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .swiper-slide .text h4 {
  font-size: 4.8rem;
  line-height: 1;
  color: #ffffff;
  
}
.about-page .about-2 .swiper-slide .text p {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  
  margin-top: 30px;
}
.about-page .about-3 {
  padding: 8.4rem 0 7.5rem;
}
.about-page .about-3 .top {
  text-align: center;
}
.about-page .about-3 .top h3 {
  font-size: 32px;
  line-height: 1;
  color: #000000;
  
}
.about-page .about-3 .top p {
  font-size: 14px;
  line-height: 1.8;
  color: #5d5d5d;
  
  margin: 20px auto 0;
  max-width: 560px;
}
.about-page .about-3 .businessBox {
  margin: 30px auto 0;
  max-width: 1590px;
}
.about-page .about-3 .businessBox .swiper-container {
  padding: 10px;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide {
  border-radius: 5px;
  position: relative;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide:hover .business-img {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide:hover .content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .business-img {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 5px;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .business-img img {
  width: 100%;
      width: 100%;
    border-radius: 5px;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .business-img h4 {
  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%);
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  padding: 30px 2.5rem;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 5px;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .content p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.about-page .about-4 {
  padding: 9rem 0 130px;
  position: relative;
  z-index: 2;
  background: url(../images/about-4-bg.png) no-repeat left 11.5rem center;
}
.about-page .about-4 ul {
  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;
}
.about-page .about-4 ul li {
  position: relative;
}
.about-page .about-4 ul li::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  background: #fff;
  right: 0;
  top: 30px;
}
.about-page .about-4 ul li span {
  font-size: 5rem;
  line-height: 1;
  color: #ffffff;
  
  font-weight: bold;
}
.about-page .about-4 ul li p {
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  
  margin-top: 2.5rem;
}
.about-page .about-4 ul li:nth-child(1) {
  padding-right: 6.5rem;
}
.about-page .about-4 ul li:nth-child(2) {
  padding: 0 6.5rem;
}
.about-page .about-4 ul li:nth-child(3) {
  padding-left: 6.5rem;
}
.about-page .about-4 ul li:nth-child(3)::after {
  display: none;
}
.about-page .about-5 {
  padding: 27.5rem 0 9rem;
  background: url(../images/about-5-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -20rem;
}
.about-page .about-5 .honor-box {
  margin: 0 auto;
  max-width: 1280px;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-5 .honor-box .left {
  width: 41%;
  padding-right: 30px;
}
.about-page .about-5 .honor-box .left h6 {
  font-size: 14.11px;
  letter-spacing: 3px;
  line-height: 1;
  color: #6d6d6d;
  
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-5 .honor-box .left h6 span {
  font-size: 12px;
  display: inline-block;
  padding: 5px 22px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  margin-left: 18px;
}
.about-page .about-5 .honor-box .left h3 {
  font-size: 3.8rem;
  line-height: 1.3;
  color: #000000;
  margin: 40px 0 3.5rem;
  font-weight: bold;
}
.about-page .about-5 .honor-box .left p {
  font-size: 14px;
  line-height: 2.2;
  color: #000000;
  max-width: 445px;
}
.about-page .about-5 .honor-box .left .more {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 22px 14px 24px;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #000;
}
.about-page .about-5 .honor-box .left .more:hover {
  background: #000;
}
.about-page .about-5 .honor-box .left .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.about-page .about-5 .honor-box .honorBox {
  width: 59%;
}
.about-page .about-5 .honor-box .honorBox .swiper-slide {
  padding-top: 33px;
}
.about-page .about-5 .honor-box .honorBox .swiper-slide a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .honor-box .honorBox .swiper-slide-next a {
  -webkit-transform: translateY(-33px);
  -moz-transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  transform: translateY(-33px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page {
  position: relative;
  padding: 8.9rem 0;
}
.news-page::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: #fafafa;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.news-page .news-list {
  padding: 0 1.5rem;
}
.news-page .news-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;
}
.news-page .news-list ul li {
  padding: 0 20px;
  width: 33.3333%;
  margin-bottom: 50px;
}
.news-page .news-list ul li a {
  display: block;
}
.news-page .news-list ul li a .news-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.news-page .news-list ul li a .news-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-list ul li a .news-img img {
  width: 100%;
}
.news-page .news-list ul li a .news-img .time {
  position: absolute;
  left: 10px;
  bottom: 1.5rem;
  font-size: 16px;
  line-height: 30px;
  color: #000000;

}
.news-page .news-list ul li a .content {
  padding: 24px 10px 0;
}
.news-page .news-list ul li a .content h2,
.news-page .news-list ul li a .content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  min-height: 4em;
  color: #000000; 
}
.news-page .news-list ul li a .content h2:hover
.news-page .news-list ul li a .content h4:hover {
  color: #000;
}
.news-page .news-list ul li a .content p {
  font-size: 16px;
  line-height: 2;
  color: #888888;
  margin-top: 10px;
}
.newdet-page {
  padding: 6rem 0;
}
.newdet-page .news-content {
  padding-right: 5.5rem;
}
.newdet-page .news-content h3.title{
  font-size: 24px;
  line-height: 2;
  color: #000;

}
.newdet-page .news-content .content{
  font-size: 18px;
  line-height: 2;
  color: #000;
  
}
.newdet-page .news-content .m-link {
  margin-top: 30px;
  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;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  
}
.newdet-page .news-content .m-link a {
  display: inline-block;
  margin-bottom: 1.5rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  
}
.newdet-page .news-content .m-link a:hover {
  color: #000;
}
.product-page {
  padding: 10.5rem 0 7rem;
}
.product-page .product-list {
  padding-left: 6rem;
}
.product-page .product-list h1{
    line-height: 36px;
    /*margin-left: 20px;*/
    font-size: 36px;
    font-weight: 500;
}
.huhu{
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  magrin-left: 10px!important;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 380px!important;
  } 
.haha{
  margin-top: 20px!important;
  margin-bottom: 40px!important;
}
.tuhaha{
  margin-top: 20px!important;
}
.zhishi{
  font-family: 'Poppins';
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.bankuai h3{
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: 500;
}
.tubankuai{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.tubankuai h3{
   font-family: "Poppins";
    font-size: 32px;
    color: #000;
    font-weight: 400;
    margin-top: 50px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
}
.product-page .product-list .honyupro1 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  line-height: 2;
  margin-bottom: 20px;
}
.product-page .product-list .honyupro2 {
  line-height: 2;
  font-size: 15px;
  margin-top: 20px;
  color: #757575;
  
}
.product-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 -1.75rem;
}
.product-page .product-list ul li {
  padding: 0 1.75rem;
  width: 33.3%;
  margin-bottom: 3.7rem;
}
.product-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);
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #000;
}
.product-page .product-list ul li .pro-box::after {
  content: '';
  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;
}
.product-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.8;
  min-height: 7.5em;
  color: #000000;
  text-transform: capitalize;
  border-top: 1px solid #e1e1e1;
  padding: 1em 0; 

}
.product-page .product-list ul li .pro-box h5:hover {
  color: #000;
}
.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-page .product-list ul li .pro-box .pro-img {
  display: block;
  padding: 40px 20px;
}
.product-page .product-list ul li .pro-box .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.product-page .product-list ul li .pro-box .text p {
  line-height: 1.6;
  position: relative;
}
.product-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.product-page .product-list ul li .pro-box .more:hover {
  background: #000;
}
.product-page .product-list ul li .pro-box .more i {
  margin-left: 12px;
  font-size: 12px;
}
.prodet-page .prodet-1 {
  padding: 18px 0;
}
.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;
  -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 .left {
  width: 59.5%;
  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;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  width: 23%;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul {
  margin: -7.5px 0;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  padding: 7.5px 0;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-arrow {
  position: absolute;
  width: 100%;
  height: 43px;
  z-index: 5;
  color: transparent;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-prev {
  background: url(../images/p-up.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 7.5px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-next {
  background: url(../images/p-up.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: 7.5px;
  left: 0;
}
.prodet-page .prodet-1 .prodet-box .left .img-big {
  width: 72.5%;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 40.5%;
  padding: 20px 0 20px 45px;
}
.prodet-page .prodet-1 .prodet-box .right .text h3.title {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}
.prodet-page .prodet-1 .prodet-box .right .text .content {
  padding: 40px 0;
  font-size: 16px;
  line-height: 2;
  color: #000;
  
}
.prodet-page .prodet-1 .prodet-box .right .text .content div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .text .content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .text .content strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .text .share {
  display: block;
}
.prodet-page .prodet-1 .prodet-box .right .text .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  
}
.prodet-page .prodet-1 .prodet-box .right .text .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .prodet-box .right .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 1.5rem;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .prodet-box .right .text .share ul li:hover {
  color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn {
  margin-top: 30px;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a:hover {
  color: #fff;
  background: #141414;
  border-color: #141414;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a.active {
  color: #fff;
  background: #141414;
  border-color: #141414;
}
.prodet-page .prodet-2 {
  position: relative;
}
.prodet-page .prodet-2 > img {
  width: 100%;
}
.prodet-page .prodet-2 .play {
  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: 156px;
  height: 73px;
  background: url(../images/play.png) no-repeat center center;
  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-2 .play:hover span {
  -webkit-transform: translateX(62px);
  -moz-transform: translateX(62px);
  -ms-transform: translateX(62px);
  transform: translateX(62px);
}
.prodet-page .prodet-2 .play span {
  display: inline-block;

  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 {
  padding: 30px 0;
  /*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-3 .left {
  width: 50%;
}
.prodet-page .prodet-3 .left img {
  width: 100%;
}
.prodet-page .prodet-3 .right {
  width: 50%;
  padding: 20px 15px 20px 7.5rem;
  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;
  position: relative;
}
.prodet-page .prodet-3 .right .r-box {
  width: 584px;
  position: relative;
}
.prodet-page .prodet-3 .right .r-box .text p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
        padding-top: 30px;
}
.prodet-page .prodet-3 .right .r-box .text p:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-3 .right .r-box .adBox {
  margin-top: 9rem;
}
.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide {
  position: relative;
  padding-bottom: 15px;
}
.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide:hover::after {
  width: 100%;
}
.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background: #7f7f7f;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide.cur::after {
  width: 100%;
}
.prodet-page .prodet-3 .right .r-box .pagination {
  position: absolute;
  right: 0;
  bottom: -8rem;
  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-3 .right .r-box .pagination .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  margin-right: 40px;
  font-size: 18px;
  line-height: 1;
  color: #bfbfbf;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #000;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-prev,
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-next {
  width: 47px;
  height: 47px;
  position: relative;
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  top: auto;
  border-radius: 100%;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-prev {
  background: url(../images/pro-ad-left.png) no-repeat center center;
  left: 0%;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-next {
  background: url(../images/pro-ad-right.png) no-repeat center center;
  right: 0%;
  margin-left: 24px;
}
.prodet-page .prodet-4 {
  padding-bottom: 8rem;
}
.prodet-page .prodet-4 .top h2 {
  font-size: 32px;
  line-height: 1;
  color: #000000;
  
  margin-bottom: 1.5rem;
}
.prodet-page .prodet-4 .top p {
  font-size: 18px;
  color: #000000;
}
.prodet-page .prodet-4 .recommendedBox {
  margin-top: 40px;
  margin: 40px -10px;
  position: relative;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container {
  padding: 10px;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 2.5rem 10px 45px;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide .pro-img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide .pro-img img {
  width: auto;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4 {
  font-size: 1.9rem;
  line-height: 1.5;
  color: #000;
  
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 5.5rem;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4:hover {
  color: #000;
}
.prodet-page .prodet-4 .recommendedBox .swiper-button-prev,
.prodet-page .prodet-4 .recommendedBox .swiper-button-next {
  width: 45px;
  height: 45px;
}
.prodet-page .prodet-4 .recommendedBox .swiper-button-prev {
  background: url(../images/p-left.png) no-repeat center center;
  left: -1%;
}
.prodet-page .prodet-4 .recommendedBox .swiper-button-next {
  background: url(../images/p-right.png) no-repeat center center;
  right: -1%;
}
.contact-page {
  background: url(../images/contact-bg.jpg) no-repeat center center;
  background-size: cover;
}
.contact-page .mbx-box {
  padding: 22.2rem 0 12.2rem;
}
.contact-page .mbx-box .mbx {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}
.contact-page .mbx-box .mbx a,
.contact-page .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .mbx-box .mbx a:hover {
  color: #000;
}
.contact-page .mbx-box h2 {
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  
  margin: 1.5rem 0 1.2rem;
  text-transform: uppercase;
}
.contact-page .contact-1 .icon a {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-right: 2.5rem;
}
.contact-page .contact-1 h2 {
  font-size: 3.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 30px 0 2.5rem;
}
.contact-page .contact-1 p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  
}
.contact-page .map-box {
  text-align: center;
  position: relative;
}
.contact-page .map-box::after {
  position: absolute;
  content: "";
  width: 1920px;
  top: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background: rgba(250, 250, 250, 0.4);
}
.contact-page .map-box .map-icon {
  display: inline-block;
  margin: 1.5rem 0;
  position: relative;
  z-index: 6;
  cursor: pointer;
}
.contact-page .map-box .map-icon::before {
  content: '';
  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%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.contact-page .map-box .map-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.contact-page .map-box .map {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
  display: none;
  text-align: left;
}
.contact-page .map-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -26px;
  z-index: 2;
}
.contact-page .map-box ul li {
  text-align: center;
  border-right: 2px solid rgba(250, 250, 250, 0.4);
}
.contact-page .map-box ul li:last-child {
  border-right: none;
}
.contact-page .map-box ul li:last-child h4 {
  padding: 0 0 0 3.5rem;
}
.contact-page .map-box ul li:last-child p {
  padding: 0 0 0 3.5rem;
}
.contact-page .map-box ul li:first-child h4 {
  padding: 0 3.5rem 0 0;
}
.contact-page .map-box ul li:first-child p {
  padding: 0 3.5rem 0 0;
}
.contact-page .map-box ul li h4 {
  font-size: 3.8rem;
  line-height: 1;
  color: #ffffff;
  
  height: 8rem;
  line-height: 8rem;
  padding: 0 3.5rem;
}
.contact-page .map-box ul li p {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  height: 8rem;
  line-height: 8rem;
  padding: 0 3.5rem;

}
.contact-page .map-box ul li #time {
  width: 175px;
}
.contact-page .contact-search {
  width: 36%;
}
.contact-page .contact-search p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  
}
.contact-page .contact-search form {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-search form input[type="text"] {
  width: 75%;
  border: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 10px;
  font-size: 12px;
  color: #fff;
  
  background: none;
}
.contact-page .contact-search form input[type="submit"] {
  border: none;
  padding: 11px 14px;
  border-radius: 5px;
  background: #e8e9e8;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  
  font-weight: bold;
}
.contact-page .contact-info {
  margin-top: 15.5rem;
  padding-bottom: 6rem;
  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;
}
.contact-page .contact-info h5 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
.contact-page .contact-info .left {
  width: 36%;
}
.contact-page .contact-info .left ul {
  margin-top: 6.5rem;
}
.contact-page .contact-info .left ul li {
  margin-bottom: 6rem;
}
.contact-page .contact-info .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-info .left ul li h6 {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.contact-page .contact-info .left ul li p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  max-width: 408px;
}
.contact-page .contact-info .right {
  width: 64%;
}
.contact-page .contact-info .right .top {
  max-width: 610px;
}
.contact-page .contact-info .right .top p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-top: 18px;
}
.contact-page .contact-info .right ul {
  margin-top: 5.5rem;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-info .right ul li {
  width: 26%;
  margin-bottom: 40px;
}
.contact-page .contact-info .right ul li p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.contact-page .contact-info .right ul li 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;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  
}
.contact-page .contact-info .right ul li span img {
  margin-right: 14px;
}
.support-page .support-1 {
  position: relative;
}
.support-page .support-1 > img {
  width: 100%;
}
.support-page .support-1 .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
}
.support-page .support-1 .content-box .content {
  max-width: 630px;
  margin-left: 3.5rem;
}
.support-page .support-1 .content-box .content span {
  display: inline-block;
  width: 80px;
  height: 5px;
  background: #000;
}
.support-page .support-1 .content-box .content h2 {
  font-size: 3.8rem;
  line-height: 1.2;
  color: #010101;
  
  max-width: 620px;
  margin: 1.5rem 0 30px;
}
.support-page .support-1 .content-box .content p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.support-page .support-1 .content-box .content .more {
  display: inline-block;
  padding: 20px 15px 20px 30px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-top: 45px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  
}
.support-page .support-1 .content-box .content .more:hover {
  background: #000;
}
.support-page .support-1 .content-box .content .more i {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4.8rem;
}
.support-page .support-2 {
  padding: 0 15px 8.6rem;
  position: relative;
  z-index: 2;
}
.support-page .support-2 ul {
  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;
}
.support-page .support-2 ul li {
  width: 19.2%;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.support-page .support-2 ul li .left {
  width: 100%;
  position: relative;
  z-index: 2;
}
.support-page .support-2 ul li .left .img img {
  width: auto;
}
.support-page .support-2 ul li .right {
  width: 100%;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 30px;
  height: 100%;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.support-page .support-2 ul li .right .s-icon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 7px;
  overflow: hidden;
}
.support-page .support-2 ul li .right .content h4 {
  font-size: 20px;
  line-height: 1;
  color: #000000;
  padding-right: 30px;
}
.support-page .support-2 ul li .right .content p {
  font-size: 14px;
  line-height: 1.4;
  color: #505050;
  margin-top: 20px;
}
.support-page .support-2 ul li .unfold {
  position: absolute;
  bottom: 4%;
  right: 2.7rem;
  z-index: 5;
}
.support-page .support-2 ul li.active {
  width: 39%;
}
.support-page .support-2 ul li.active .left {
  width: auto;
}
.support-page .support-2 ul li.active .right {
  position: absolute;
  left: 50%;
  width: 50%;
  opacity: 1;
}
.support-page .support-2 ul li.active .unfold {
  right: 40.5%;
}
.support-page .support-3 {
  padding: 11.5rem 0 8.5rem;
  position: relative;
}
.support-page .support-3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background: #f2f2f2;
  left: 0;
  top: 0;
  z-index: -1;
}
.support-page .support-3 .top {
  text-align: center;
}
.support-page .support-3 .top h2 {
  font-size: 3.6rem;
  line-height: 1;
  color: #000000;
  
}
.support-page .support-3 .top p {
  font-size: 18px;
  line-height: 1.5;
  color: #545454;
  margin: 20px auto 0;
  max-width: 375px;
}
.support-page .support-3 .factoryBox {
  margin: 6rem auto 0;
  max-width: 1212px;
}
.support-page .support-3 .factoryBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.support-page .support-3 .factoryBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.support-page .support-3 .factoryBox .swiper-slide a img {
  width: 100%;
}
.support-page .support-3 .factoryBox .swiper-slide p {
  font-size: 22px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-top: 40px;
}
.support-page .support-3 .factoryBox .navigation {
  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;
  margin-top: 5.5rem;
}
.support-page .support-3 .factoryBox .navigation .swiper-button-prev,
.support-page .support-3 .factoryBox .navigation .swiper-button-next {
  width: 58px;
  height: 60px;
  position: relative;
  margin-top: 0;
  margin: 0 7.5px;
}
.support-page .support-3 .factoryBox .navigation .swiper-button-prev {
  background: url(../images/f-left.png) no-repeat center center;
  left: 0;
}
.support-page .support-3 .factoryBox .navigation .swiper-button-next {
  background: url(../images/f-right.png) no-repeat center center;
  right: 0;
}
.gallery-page{
    padding: 90px 0 110px;
}
.gallery-page .list ul{
  margin: -15px;
}
.gallery-page .list ul li{
  padding: 15px;
}
.gallery-page .list ul li a{
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img{
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li a:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-page .contact-search form input[type=submit]{
font-family: none;

}


.news-page:after{
  background: none;
}

.inner-sidebar ul.side-top.cl li a:hover {
    background-color: #000;
}

.inner-sidebar ul.side-top.cl {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.inner-sidebar {
    width: 100%;
    margin-top: -60px;
}
.inner-sidebar ul.side-top.cl li:nth-child(1) {
    border-left: 0;
}
.inner-sidebar ul.side-top.cl li {
      text-align: center;
    color: #fff;
    width: 260px;
    float: left;
    border-left: 2px solid rgba(255,255,255,.6);
}
.inner-sidebar ul.side-top.cl li a {
    display: block;
    border-radius: 5px;
    transition: all .5s ease;
    height: 60px;
    width: 100%;
    background-color: rgba(255,255,255,.2);
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

.news-tu img {
    margin: 20px 40px;
    border-radius: 45px;
}
.news-tu {
      padding: 25px 0;
    text-align: center;
}

.newdet-page .news-content .content p {
    padding: 20px 0;
}
.newdet-page .news-content .content h3 {
    font-size: 24px;
    color: #000;
    
}

.news-page .news-list .m-page .wp-pagenavi span.current {
    padding: 10px 18px;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    background: #000;
    line-height: 32px;
}

.news-page .news-list .m-page .wp-pagenavi a {
    padding: 10px 18px;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-right: 10px;
    border-radius: 10px;
    background: #f0f0f0;
}

.wp-pagenavi {
    text-align: right;
}


#header .nav .nav-box .menu-box .menu>li ul.sub-menu{

}

.product-banner .mbx.disp-none span {
    display: none;
}



.inner-banner.product-banner.xiangqing {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    min-height: 600px;
    background: url(/greenlfilter/2021/10/22/xiangqing.jpg);
    object-fit: cover;
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.inner-banner.product-banner.xiangqing .mbx.disp-none {
    bottom: 41%;
}


.wp-pagenavi a {
    padding: 10px 18px;
    font-size: 18px;
    color: #000;
    margin-right: 10px;
    border-radius: 10px;
    background: #f0f0f0;
       transition: all .5s ease;
}
.wp-pagenavi a:hover {
    background: #000;
    color: #fff;
    transition: all .5s ease;
}

.wp-pagenavi span.current {
    padding: 10px 18px;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    background: #000;
}
@media screen and (max-width:1700px){
  .support-page .support-2 ul li .right .content p{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
overflow: hidden;
  }
}
@media screen and (max-width:1545px){
  .about-page .about-4{
        background: url(/template/en/images/about-4-bg.png) no-repeat center center;
  }
.about-page .about-1 .left .text p{
  font-size: 12px;
}

.product-banner .banner-link a{
  margin: 0 20px;
}
.support-page .support-1{
  text-align: right;
}.support-page .support-1 .content-box{
  text-align: left;
}
.support-page .support-1>img {
    width: 90%;
}
.contact-page .contact-1{
  margin-bottom: 30px;
}.prodet-page .prodet-3 .right .r-box{
  width: 100%;
}






}
@media screen and (max-width:1230px){
  .about-page .about-1 .left{
    width: 100%;
  }
.about-page .about-1 .left .text{
  max-width: 100%;
}
.about-page .about-1 .right{
  display: none;
}
.about-page .about-1:after{
  display: none;
}
.inner-page .sidebar-content .sidebar-nav{
  display: none;
}.inner-page .sidebar-content .sidebar-box {
    width: 100%;
}.product-page .product-list {
    padding-left: 0;
}
.product-banner .banner-link{
  width: 700px;
  text-align: center;
}.news-page .news-list ul li{
  width: 50%;
}
.newdet-page .news-content{
  padding-right: 30px;
}
.newdet-page .news-content{
  padding-right: 0;
}
.support-page .support-1 .content-box .content{
  max-width: 488px;
}.support-page .support-1 .content-box .content p{
  font-size: 14px;
}
.support-page .support-2{
  display: none;
}
.contact-page .map-box ul{
  display: none;
}
.contact-page .contact-info .left {
    width: 29%;
}
.contact-page .contact-info .right {
    width: 71%;
}.contact-page .contact-info .right ul li p{
  font-size: 15px;
}
.contact-page .contact-search {
    width: 50%;
}.prodet-page .prodet-1 .prodet-box .right .text .btn a{
      padding: 0 20px;
    font-size: 14px;
}
.prodet-page .prodet-3 .right .r-box .adBox {
    margin-top: 30px;
}
}
@media screen and (max-width:1100px){
  
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4{
  font-size: 16px;
}
.prodet-page .prodet-3 .right .r-box .text p{
  font-size: 14px;
}






}
@media screen and (max-width:1000px){
  .inner-banner{
    margin-top: 40px;
  }
  .inner-footer .i-inquiry .container{
    flex-wrap: wrap;
  }
  .prodet-page .product-box .prodet-3 ul li .box .content h3{
    font-size: 16px;
  line-height: 30px;
  color: #111; 
  }

.inner-footer .i-inquiry .container .inquiry-box{
    margin-top: 20px;
  }
.product-page .product-list ul li{
  width: 50%;
}
.product-page .product-list ul li .pro-box h5{
  font-size: 16px;
    line-height: 30px;
}.inner-sidebar ul.side-top.cl li{
  width: 170px;
  line-height: 30px;
}
.inner-sidebar ul.side-top.cl li a{
  height: 40px;
      line-height: 40px;font-size: 14px;
}
.inner-sidebar{
  margin-top: -40px;
}
.inner-banner .mbx-box{
      padding-top: 0rem;
}
.news-page .news-list ul li a .content h2,
.news-page .news-list ul li a .content h4{
  font-size: 22px;
    line-height: 40px;
}.newdet-page .news-content .content h3{
  font-size: 18px;
    line-height: 32px;
}.newdet-page .news-content h3.title {
    font-size: 18px;
    line-height: 32px;
}
.support-page .support-1 .content-box{
  position: relative;
  padding: 40px 0;
}
.support-page .support-1>img{
  display: none;
}.inner-footer-info .footer-info .container .left {
    width: 100%;
}
.inner-footer-info .footer-info .container .form {
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.inner-footer-info .footer-info .container .form form{
  max-width: 100%;
}
.contact-page .contact-search {
    width: 100%;
}
.prodet-page .prodet-1 .prodet-box .left{
  width: 100%;
}.prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding: 30px 0;;
}
.inner-footer-info .footer-info .container .left .service{
  max-width: 100%;
}
.inner-banner.product-banner.xiangqing{
  min-height: 490px;
  height: 490px;
  background-size: cover;
}





}
@media screen and (max-width:700px){
  .about-page .about-1 .left .text h3{
    font-size: 24px;
    line-height: 1.5;
  }
.inner-banner .mbx-box{
      padding-top: 40px;
}
.about-page .about-5 .honor-box .left{
  width: 100%;
}.about-page .about-5 .honor-box .honorBox {
    width: 100%;
}
.about-page .about-4 ul li p{
      font-size: 14px;
      line-height: 28px;
}
.about-page .about-1 .left .text h5{
  line-height: 1.4;
}.about-page .about-1 .left .text p {
    font-size: 14px;
    line-height: 28px;
}
.product-banner .banner-link{
  display: none;
}
.inner-sidebar{
  display: none;
}
.news-tu img {
    margin: 20px 0px;
}
.support-page .support-1 .content-box .content h2{
  font-size: 24px;
}
.contact-page .contact-info .left {
    width: 100%;
}
.contact-page .contact-info .right {
    width: 100%;
    margin-top: 30px;
}
.contact-page .contact-info .left ul li p{
  font-size: 14px;
}.contact-page .contact-info .left ul li h6{
  font-size: 16px;
}.contact-page .contact-info h5{
  font-size: 18px;
}.contact-page .contact-info .right ul li{
  width: 30px;
}.prodet-page .prodet-3 .left {
    width: 100%;
}.prodet-page .prodet-3 .right{
  width: 100%;
  padding: 30px 15px;
}.prodet-page .prodet-3 .right .r-box .pagination{
  bottom: -10rem;
}.inner-banner.product-banner.xiangqing{
  min-height: 350px;
  height: 350px;
  background-size: cover;
}

}
@media screen and (max-width:500px){
.inner-banner .mbx-box .text p{
  display: none;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .business-img h4{
  font-size: 24px;
}
.about-page .about-4{
  display: none;
}
.product-page .product-list ul li {
    width: 100%;
}
.product-banner .mbx{
  bottom: 37%;
}
.wp-pagenavi a{
      padding: 5px 10px;
    font-size: 14px;
}.wp-pagenavi span.current{
  padding: 5px 10px;
    font-size: 14px;
    line-height: 2;
}.news-page .news-list ul li {
    width: 100%;
}.news-page .news-list {
    padding: 0;
}.news-page .news-list ul li{
  padding: 0;
}.inner-banner .mbx-box .text h2{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.inner-footer-info .footer-info .container .form form ul li {
    width: 100%;
}
.contact-page .contact-info .right ul li{
  width: 100%;
}
.inner-banner.product-banner.xiangqing{
  min-height: 250px;
  height: 250px;
  background-size: cover;
}.inner-banner.product-banner.xiangqing .mbx.disp-none {
    bottom: 36%;
}




}



#banner .banner-list ul li img {
    max-height: 940px;
    width: 100%;
    object-fit: cover;
}

#index-body .i-custom .cat-list>.item .img-box>a .layer .bot-tit h3{
      text-transform: uppercase;
      line-height: 2;
}

#index-body .i-cat-product .cat-product-list .box .grid-box .column:nth-child(1) {
    padding-right: 35px;
}

#index-body .i-cat-product .cat-product-list .box .grid-box .column p{
  line-height: 2;
}

#index-body .i-cat-product .cat-product-list .box .grid-box .column:nth-child(1) h3 {
    background: #eaebed;
    width: 40%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    padding: 5px 0;
    color: #666666;
    margin-top: 25px;
    border-radius: 45px;
}

#index-body .i-cat-product .cat-product-list .box .grid-box .column:nth-child(2) {
    padding: 120px 0 120px;
}

.i-service .max a.more.wow.fadeInUp {
    font-size: 14px;
}

.about-page .init-4 .container {
    width: 1300px;
}
.about-page .init-4 .grid-box .column h2 {
    margin: 20px 0;
    font-size: 38px;
    font-weight: bold;
}

.about-page .init-4 .grid-box .column:nth-child(1) {
    padding-top: 70px;
}
div#mapContainer {
    border: 0px solid rgb(204, 204, 204) !important;
}
.contact-page .grid-box .column:nth-child(2) {
    position: absolute;
    width: 100%;
}

.news-imgtu img {
    width: 50%;
    padding: 20px;
    border-radius: 50px;
}
.newdet-page .news-content .content h2 {
    font-weight: bold;
    
    font-size: 20px;
}

.newdet-page .news-content .content p {
    font-weight: 600;
}

.news-page .news-list ul li a .news-img:hover img{
  transition: all .5s ease;
  }

  .news-page .news-list ul li a .news-img img{
transition: all .5s ease;
  }


.product-page .product-list ul li .pro-box .pro-img img {
    transition: all .5s ease;
}
.product-page .product-list ul li .pro-box .pro-img:hover img {
    filter: grayscale(0.7);
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}


.inner-page.service-page .init-1 .container .column {
    width: 25%;
    float: left;
    overflow: hidden;
    padding: 0 10px 30px;
}
.inner-page.service-page .init-1 .container .column video {
    object-fit: cover;
    max-height: 610px;
    width: 100%;
}
.inner-page.service-page .init-1 {
    overflow: hidden;
}

.inner-page.service-page .init-1 .container .column .text {
    text-align: center;
    font-size: 16px;
    padding: 15px 0 0;
}

.inner-page.product-page.application .product-list li h5 {
    border-bottom: 0px solid #e1e1e1;
        padding: 20px 0 15px;
}

.inner-page.product-page.application .product-list li {
    width: 33.33%;
}
.inner-page.product-page.application .product-list li a.pro-img {
    padding: 0;
}
.inner-page.product-page.application .product-list li .pro-box {
    padding: 10px 10px;
}
table tr:nth-child(1) {
    background: #949494 !important;
    color: #fff;
}
.prodet-page .init-4 .content table tr td:nth-child(1) {
    text-align: left;
    padding-left: 40px;
}
.prodet-page .init-4 .content{
  text-align: center;
}

table tr:nth-child(1){
      border: 2px solid #fff;
}

table td, table th{
      border: 0px solid #fff;
}
.prodet-page .init-4 .content tr {
    line-height: 2.8;
        
    font-weight: bold;
}
.prodet-page .init-4 .content tr td p {
    line-height: 2.8;
}

.prodet-page .init-3 .container p {
    
    font-weight: bold;
    line-height: 2;
}

.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig .con p{
  font-size: 14px;
  line-height: 2;
    
    font-weight: bold;
    padding: 0 20px;
}
.prodet-page .init-1 .max p {
    
    font-weight: bold;
    line-height: 2;
}

.prodet-page .prodet-1 ul li img{
  padding: 10px;
}


.inner-page.product-page.application .product-list li .pro-box {
    padding: 0;
    -webkit-box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    border-radius: 0px;
}
.inner-page.product-page.application .product-list li h5{
      text-align: center;
}


.inner-page.product-page.application .product-list li .pro-box:after {
  display: none;
}

.inner-page.product-page.application .product-list li{
  padding: 0 10px;
}


#index-body .cat-product-list .list {
    /*margin-top: 35px;
    border-top: 2px solid #f7f7f7;
    overflow: hidden;*/
    padding-right: 36%;
}
#index-body .cat-product-list .list ul {
    margin: 0 -60px;
}
#index-body .cat-product-list .list ul .slick-list {
    overflow: unset;
}
#index-body .cat-product-list .list ul li {
    padding:0 60px;
    opacity: .2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-right: 1px solid #f7f7f7;
}
/*#index-body .cat-product-list .list ul li .left {
    padding-right: 5%;
    vertical-align: bottom;
}
#index-body .cat-product-list .list ul li .left span {
    font-size: 18px;
    color: #da262e;
    line-height: 1;
}
#index-body .cat-product-list .list ul li .left span i {
    margin-right: 12px;
    position: relative;
    top: -6px;
    display: inline-block;
    vertical-align: middle;
}
#index-body .cat-product-list .list ul li .left h3 {
    font-size: 36px;
    color: black;
    line-height: 1.2;
    margin: 20px 0 25px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .cat-product-list .list ul li .left h3:hover {
    color: #46696b;
}*/
/*#index-body .cat-product-list .list ul li .left .text {
    font-size: 14px;
    line-height: 1.6;
}
#index-body .cat-product-list .list ul li .left a.more {
    margin-top: 80px;
    line-height: 50px;
    height: 50px;
    padding: 0 35px;
    border-radius: 25px;
    background-color: #666;
    font-size: 18px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#index-body .cat-product-list .list ul li .left a.more:hover {
    background-color: #46696b;
}
#index-body .cat-product-list .list ul li .right {
    vertical-align: bottom;
}
#index-body .cat-product-list .list ul li .right img {
    -webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent), to(rgba(255, 255, 255, 0.1)));
}*/
#index-body .cat-product-list .list ul .slick-current li {
    opacity: 1;
}
#index-body .cat-product-list .list .btn {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 36%;
    margin-right: -75px;
}
#index-body .cat-product-list .list .btn > div {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    background-color: #eaebed;
    font-size: 14px;
    margin: 8px 0;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .cat-product-list .list .btn > div:hover {
    background-color: #000;
    color: white;
}
#index-body .i-product .product-list ul li .img-box .text p{
      text-transform: capitalize;
}


.contact-page .grid-box .column:nth-child(1) .i-message .name {
    background: url(/template/en/images/phone.png) no-repeat left center;
    padding-left: 50px;
    margin-bottom: 30px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .name h2 {
    font-size: 18px;
    line-height: 2;
}
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {
.inner-page h2.tit {
    font-size: 30px;
    margin-bottom: 20px;
}
.inner-banner .mbx-box .text h2{
  font-size: 30px;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column h3,
.about-page .init-4 .grid-box .column h2 {
    font-size: 30px;
}
.about-page .init-4 .container {
    width: 100%;
}
}

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

}

@media screen and (max-width: 1000px) {
.inner-banner .mbx-box .text h2{
  font-size: 20px;
  line-height: 1.8;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column h3,
.about-page .init-4 .grid-box .column h2 {
    font-size: 20px;
}
.prodet-page .init-faq-table .grid-box .column{
  width: 100%;
  padding: 0;
}
.product-page .product-list .Auxil-catdes{
  display: none;
}
.contact-page .grid-box .column{
  width: 100%;
  padding: 0;
  position: relative;
}
.contact-page .grid-box .column:nth-child(2) {
   position: relative;
}
.inner-page.product-page.application .sidebar-content .sidebar-nav {
    display: block;
    width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info{
  display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a,
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span{
  font-size: 1.5rem;
}
}

@media screen and (max-width: 700px) {
.inner-page,
.about-page .init-3{
  padding: 50px 0;
}
.prodet-page{
  padding-top: 60px;
}
.inner-page h2.tit,
.prodet-page .init-3 .prodet-tit{
  font-size: 20px;
}
.about-page .init-3 .grid-box .column:nth-child(1),
.about-page .init-3 .grid-box .column:nth-child(2),
.about-page .init-4 .grid-box .column:nth-child(1),
.about-page .init-4 .grid-box .column:nth-child(2){
  width: 100%;
  padding-left: 0;
}
.about-page .init-4{
  padding: 20px 0 0;
}
.prodet-page .init-1 .max h2,
.prodet-page .prodet-tit {
    font-size: 20px;
}
.prodet-page .init-3 .grid-box.three .column,
.inner-page.product-page.application .product-list li,
.inner-page.service-page .init-1 .container .column{
    width: 100%;
}
.contact-page .grid-box .column:nth-child(1) h3{
  font-size: 20px;
}
.about-page .init-2 .column p{
  display: none;
}
}

@media screen and (max-width: 500px) {
#index-body .i-cat-product .cat-product-list .box .grid-box .column:nth-child(1) h3{
  width: 125%;
}
#index-body .i-recommend-product .box ul li .text,
#index-body .i-recommend-product .box ul li .img{
  width: 100%;
  margin-bottom: 10px;
}
#index-body .i-news .news-list ul li .img-box .layer:after{ 
  content: '';position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background: rgba(0,0,0,.4);
  z-index: -1;
  }
}

.news-page .news-list ul li a .news-img img {
 
    max-height: 284px;
    object-fit: cover;
}
.i-service {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  padding: 85px 0;
}
.i-service .max {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.i-service .max h2 {
  font-size: 24px;
  line-height: 2;
  text-transform: uppercase;
}
.i-service .max h2 .fa {
  margin: 0 8px;
  font-size: 28px;
}
.i-service .max p {
  padding: 30px 0;
  font-size: 18px;
  line-height: 2;
}
.i-service .max a.more {
  text-decoration: underline;
}
.i-service .max a.more:hover {
  color: #000;
}
.tab {
    border-bottom:1px solid #e1e1e1;
    font-size: 0;
}
.tab-list {
    width:50%;
    display: inline-block;
    text-align:center;
    padding:24px 0;
    border-left:1px solid #e1e1e1;
    position:relative;
}
.tab-list:last-child {
    border-right:1px solid #e1e1e1;
}
.tab-list:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:0%;
    height:2px;
    background:#000;
    transition:width cubic-bezier(.47,-.01,.09,1.08) .6s;
}
.tab-list:hover p,
.tab-list.active p {
    transform:translateY(-60px);
}
.tab-list:hover i,
.tab-list.active i {
    transform:translateY(-60px);
}
/*.tab-list:hover:after {
	width:100%;
}*/
.tab-list:hover:after,
.tab-list.active:after {
    width:100%;
}

.tab-list.this p {
    transform:translateY(-60px);
}
.tab-list.this i {
    transform:translateY(-60px);
}
.tab-list.this:after {
    width:100%;
    right:auto;
    left:0;
}
.tab-list .effect {
    overflow:hidden;
}
.tab-list i {
    width:40px;
    height:40px;
    margin-right:20px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transition:transform ease .5s;
    -ms-transition:transform ease .5s;
    -o-transition:transform ease .5s;
    -webkit-transition:transform ease .5s;
    -moz-transition:transform ease .5s;
}

.tab-list:nth-child(1) i:after {
    background: url(/machinetoolchuck/2022/07/20/hand.png) no-repeat center;
}
.tab-list:nth-child(2) i:after {
    background: url(/machinetoolchuck/2022/07/20/hand.png) no-repeat center;
}
.tab-list:nth-child(3) i:after {
    background: url(/machinetoolchuck/2022/07/20/hand.png) no-repeat center;
}

.tab-list i:after {
    content:'';
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    transition:transform ease .4s;
    -ms-transition:transform ease .4s;
    -o-transition:transform ease .4s;
    -webkit-transition:transform ease .4s;
    -moz-transition:transform ease .4s;
    transform:translateY(60px);
}
.tab-list p {
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    line-height: 30px;
    color:#666;
    transition:transform ease .4s;
    -ms-transition:transform ease .4s;
    -o-transition:transform ease .4s;
    -webkit-transition:transform ease .4s;
    -moz-transition:transform ease .4s;
    position:relative;
}
.tab-list p:after {
    content:attr(data-hover);
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    color:#000;
    transform:translateY(60px);
}
.about-big-title{
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin-top: 100px;
    text-align: center;
    line-height: 1.2;
}
.h3TxtArea {
    /*margin-bottom: 73px;*/
    text-align: center;
}
.h3TxtArea .txt {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-top: 30px;
}

.companyDiv .mTit {font-size:30px; font-family:"NotoSans-Bold", arial, sans-serif; font-weight:normal; color:#000; margin-bottom:25px; text-align:center; line-height: 1.4;} /* ï¿½ï¿½ï¿½ï¿½ */
.companyDiv .sTit {text-align:center; line-height:30px;font-size: 16px;}
.companyDiv .summaryArea {margin-top:80px;}
.companyDiv .summaryArea .mainImg {position:relative; height:600px; margin-bottom:80px; background: url(/barberchairpump/2024/11/13/bg-1.jpg)no-repeat center; background-attachment: fixed;}
.companyDiv .summaryArea .mainImg .inner {height:100%; position:relative;}
.companyDiv .summaryArea .mainImg .txtArea {
    position:absolute; bottom:-140px; left:0; width:795px; height:557px; padding:80px 60px; box-sizing:border-box; box-shadow:20px 20px 70px rgba(0,0,0,0.4); color:#fff;
    background:url("/machinetoolchuck/2022/07/20/bg-about1.jpg") no-repeat center; background-size:cover;
}
.companyDiv .summaryArea .mainImg .txtArea .tit {font-size:24px; line-height:36px; font-family:"NotoSans-Bold", arial, sans-serif; font-weight:normal; margin-bottom:30px;}
.companyDiv .summaryArea .mainImg .txtArea .txt {line-height:30px; margin-top:20px; color:rgba(255,255,255,0.6)}
.summaryDiv > div {padding-top:80px; position:relative; top:0; left:0;}
.summaryDiv > div:after {content:""; display:block; clear:both;}
.summaryDiv > div .txtArea {float:left; width:50%; padding:80px 60px; box-sizing:border-box;}
.summaryDiv > div .txtArea .tit {font-size:22px; line-height:36px; color:#000; font-family:"NotoSans-Bold", arial, sans-serif; font-weight:normal;}
.summaryDiv > div .txtArea .tit .greenT {color:#8bbf45;}
.summaryDiv > div .txtArea .txt {line-height:30px; margin-top:40px; }
.summaryDiv > div .imgArea {float:left; width:50%; height:450px; overflow:hidden; box-sizing:border-box;}
.summaryDiv > div .imgArea img {width:100%;}
.summaryDiv > div:first-child .txtArea {float:right;}
.summaryDiv > div:first-child .imgArea {float:right;}
.companyArea1 {position:relative; top:0; left:0;margin-top: 80px; padding:80px 0; background:url("/machinetoolchuck/2022/07/20/bg-about2-1.jpg") no-repeat center top; background-size:cover;}
.companyList {margin-top:60px;}
.companyList:after {content:""; display:block; clear:both;}
.companyList{margin: -15px}
.companyList li {position:relative;  padding:15px; box-sizing:border-box; text-align:center; }
.companyList li .box{
  padding: 30px;
  background:rgba(255,255,255,0.9);
}
.companyList li:first-child {margin-left:0}
.companyList li .icon {margin-bottom:40px; min-height: 5em;}
.companyList li .tit {font-size:20px; line-height:36px; font-family:"NotoSans-Bold", arial, sans-serif; font-weight:bold; color:#000; margin-bottom:30px;}
.companyList li .txt {line-height:30px;min-height: 150px;}
.gradeList {position:relative;border-bottom:1px solid #e0e0e0; margin-bottom:150px;}
.gradeList:after {content:""; display:block; clear:both;}
.gradeList li {float:left; width:350px; padding:80px 0; text-align:center;}
.gradeList li .tit {font-size:18px; line-height:1.3; min-height:46px; color:#000; margin-bottom:30px;}
.gradeList li .txt {font-size:20px; color:#000;}
.gradeList li .txt strong {font-size:50px; color:#000; font-family:"NotoSans-Bold", arial, sans-serif; font-weight:700; font-family:'Proxima-Bold', sans-serif;}
.gradeList li .date {font-size:15px; position:absolute; bottom:20px; right:0;}

.bizArea .imgCon {margin-top:80px; position:relative;}
.bizArea .imgCon img {width:100%;}
/* 2018-10-30 ï¿½ï¿½ï¿½ï¿½ */
.bizArea .imgCon .img2 , .bizArea .imgCon .img3 , .bizArea .imgCon .img4 {position:absolute; top:0; left:0;}
.bizArea .imgCon > a {display:inline-block; position:absolute; background:#25385d; color:#fff; padding:15px 60px ; text-align:center; top:-25px; left:50%; border-radius:3px; transform:translateX(-50%);}


.prod_subList .txtArea .subTxt ul{
    margin:-5px;
}
.prod_subList .txtArea .subTxt ul li{
    padding:5px;
}


.inner {
    /*width: 1400px;*/
    margin: 0 auto;
}
.prodCon {background:#fff; position:relative; max-width:1920px; margin:0 auto;padding-top: 60px;}
.prodCon .inner {position:relative;}
.prod_subList {position:relative; top:0; left:0; opacity:1; height:555px; padding-top:80px; background:url("../images/prod_subList_bg.jpg") no-repeat 100% bottom;}
.prod_subList:nth-of-type(even) {background-position:0 bottom; text-align:right;}

.prod_subList.type4{background-size:1660px 500px; height:600px;}
.prod_subList .txtArea {position:absolute; top:0; left:-500px; min-height:475px; padding:65px 0 0 1200px;background-repeat: no-repeat; }
.prod_subList:nth-of-type(even) .txtArea {left:auto; right:-500px; padding:65px 1200px 0 0;background-position: 100% top;}
.prod_subList .txtArea .mTxt {font-size:37px; line-height: 55px; font-family:poppins ; font-weight:bold; color:#000;}
.prod_subList .txtArea .subTxt {font-size:18px; line-height:28px; margin:35px 0 30px;}
.prod_subList .txtArea .linkArea {text-align:right;}
.prod_subList:nth-of-type(odd) .txtArea .linkArea {text-align:left;}
.prod_subList .txtArea .linkArea > div {display:inline-block; max-width:330px; vertical-align:top; text-align:left;}
.prod_subList .txtArea .linkArea a {display:inline-block; margin-right:10px;  width:160px; font-size:17px; line-height:1.3; font-family:"NotoSans-Bold", arial, sans-serif; font-weight:normal; padding:19px 0 15px; margin-right:5px; border-bottom:1px solid #ccc; text-align:left;}
.prod_subList .txtArea .linkArea a:nth-of-type(even) {margin-right:0}
.prod_subList .txtArea .linkArea a.w230 {width:230px;}
/*.prod_subList .txtArea .linkArea.type2 a {display:block;}*/
.prod_subList .txtArea .linkArea a:hover {color:#8bbf45; border-color:#8bbf45; background:url("../images/linkArea_icon_on.png") no-repeat right 57%;}
.prodCon .bottArea {position:relative; padding:140px 0 150px; background:url("../images/prodBottArea_bg.jpg") no-repeat center; background-size:cover; color:#fff; text-align:center; margin-top:80px;}
.prodCon .bottArea .tit {font-size:40px; font-family:"NotoSans-Bold", arial, sans-serif; font-weight:bold; }
.prodCon .bottArea .txt {font-size:18px; margin:30px 0 50px;}
.prodCon .bottArea a {display:inline-block; border:2px solid #fff; border-radius:3px; padding:19px 100px 19px 24px; background:url("../images/prodBottArea_arrow.png") no-repeat right 30px center; font-size:18px; color:#fff;}


.m1m {
    line-height: 30px;
    text-align: center;
    width: 100px;
    border-radius: 25px;
    margin-top: 20px;
    font-style: normal;
}
.m1m a {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #047c17;
    background: #FFFFFF;
    text-align: center;
    width: 100px;
    border-radius: 3px;
    font-style: normal;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.ny_pro_con_tu:nth-child(even) .ny_pro_con_tu_l{
    float: right;
}
.ny_pro_con_tu {
    margin-top: 15px;
    /*background: #047c17;*/
    background-color: #89d729; /* ä¸æ”¯æŒçº¿æ€§çš„æ—¶å€™æ˜¾ç¤º */
    background-image: linear-gradient(-45deg, #034874 0, #89d729 50% );
    margin-bottom: 30px;
}
.ny_pro_con_tu:nth-child(even){
    background-color: #89d729; /* ä¸æ”¯æŒçº¿æ€§çš„æ—¶å€™æ˜¾ç¤º */
    background-image: linear-gradient(135deg, #89d729 0, #034874 50%);
}
.ny_pro_con_tu_l{
    width: 50%;
    float: left;
}
.ny_pro_con_tu_l img{
    width: 100%;
}
.ny_pro_con_tu_r{
    width: 50%;
    float: left;
    padding-left: 60px;
    padding-top: 50px;
}
.ny_pro_con_tu_r h2{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
}
.ny_pro_con_tu_r ul{
    margin: 10px -10px 30px;
}
.ny_pro_con_tu_r ul li {
    line-height: 27px;
    color: #fff;
    padding:5px 10px;
}
.ny_pro_con_tu_r ul li a{
    font-size: 16px;
}


@media screen and (max-width:1430px) {
    .inner {
        width: auto;
        padding: 0 5%;
    }

    .prodCon {max-width:100%;overflow: hidden;}
    .prod_subList {height:445px; background-size:1340px auto}
    .prod_subList.type4 {height:500px; background-size:1340px 425px;}
    .prod_subList .txtArea {min-height:355px; padding:45px 0 0 890px;}
    .prod_subList:nth-of-type(even) .txtArea { padding:45px 890px 0 0;}
    .prod_subList .txtArea {background-size:850px auto;}
    .prod_subList .txtArea .mTxt {font-size:40px;}
    .prod_subList .txtArea .subTxt {margin:30px 0 20px;}
    .prod_subList .txtArea .linkArea a {font-size:16px; padding:13px 0 11px;}



    .companyDiv .summaryArea .mainImg {
        margin-bottom: 227px;
    }
    .summaryDiv > div .imgArea {
        width: 50%;
        height: auto;
    }
    .summaryDiv > div .txtArea {
        width: 50%;
        padding: 0 20px;
    }
    .companyArea1 {
        padding-bottom: 60px;
    }
    .companyList {
        margin-top: 50px;
    }
    .companyList li {
        width: 19%;
        padding: 30px 10px;
        margin-left: 1%;
    }
    .companyList li .icon {
        margin-bottom: 30px;
    }
    .companyList li .tit {
        margin-bottom: 20px;
    }

    .gradeList li {
        width: 25%;
    }
    .gradeList li .txt {
        font-size: 16px;
    }
    .gradeList li .txt strong {
        font-size: 36px;
    }

    .bizArea .imgCon > a {
        padding: 10px 40px;
        font-size: 14px;
        top: -20px;
    }

    .summaryDiv > div .txtArea .txt {
        margin-top: 20px;
    }
}

@media screen and (max-width:1023px) {
    .prod_subList {height:auto; padding-bottom:50px; background-size:1500px auto;}
    .prod_subList.type4 {height:auto; padding-bottom:50px; background-size:1500px auto;}
    .prod_subList .txtArea {position:relative; top:0; left:0; width:100%; min-height:auto; padding:0; padding-top:320px;}
    .prod_subList:nth-of-type(even) .txtArea {left:auto; right:auto; padding:0; padding-top:320px;}
    .prod_subList .txtArea {background-size:695px auto; background-position:center top;}
    .prod_subList:nth-of-type(even) .txtArea {background-size:695px auto; background-position:center top;}
    .prod_subList .txtArea .mTxt {font-size:45px;}
    .prod_subList .txtArea .subTxt {font-size:18px; line-height:28px; margin:20px 0 15px;}


    .companyDiv .summaryArea .mainImg .txtArea {
        margin-left: 5%;
        width: 90%;
        height: 517px;
        padding: 60px 40px;
    }

    .summaryDiv > div .imgArea {
        float: none!important;
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }
    .summaryDiv > div .txtArea {
        float: none;
        width: auto;
        padding: 0;
    }

    .companyArea1 {
        margin-top: 80px;
        padding-top: 80px;
        background: url(../images/companyArea1_bg_m.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .companyList li {
        width: 48%;
        margin: 20px 2% 0 0;
        height: 300px;
    }
    .companyList li:nth-child(-n+2) {
        margin-top: 0;
    }
    .companyList li:nth-child(even) {
        margin-right: 0;
    }

    .gradeList {
        margin-bottom: 120px;
    }
    .gradeList li {
        width: 50%;
        padding: 60px 0;
    }

    .bizArea .imgCon > a {
        padding: 6px 24px;
        font-size: 12px;
        top: -20px;
    }
}

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

    .prod_subList {height:auto; padding:50px 0 50px; background-size:1340px auto;}
    .prod_subList .txtArea {padding-top:230px;}
    .prod_subList:nth-of-type(even) .txtArea {background-size:500px auto;padding-top:230px;}
    .prod_subList .txtArea {background-size:500px auto;}
    .prod_subList .txtArea .mTxt {font-size:22px;}
    .prod_subList .txtArea .subTxt {font-size:13px; line-height:1.3; margin:20px 0 15px;}
    .prod_subList .txtArea .linkArea > div {max-width:100%; width:100%;}
    .prod_subList .txtArea .linkArea:after {content:""; display:block; clear:both;}
    .prod_subList .txtArea .linkArea a {font-size:13px; padding:10px 0 8px;}
    .prod_subList .txtArea .linkArea a:nth-of-type(even) {float:right;}
    .prod_subList .txtArea .linkArea a:hover {background-size:5px auto;}
    .prodCon .bottArea {padding:70px 0 75px; margin-top:50px;}
    .prodCon .bottArea .tit {font-size:15px; font-family:"NotoSans-Bold", arial, sans-serif; font-weight:normal; }
    .prodCon .bottArea .txt {font-size:13px; margin:15px 0 25px;}
    .prodCon .bottArea a {border:1px solid #fff; padding:10px 50px 9px 12px; background-position:right 15px center; font-size:13px;}


    .about-big-title{
        font-size: 28px;
        line-height: 1.4;
        margin-top: 50px;
        padding: 0 3%;
    }
    .h3TxtArea .txt {
        font-size: 14px;
        line-height: 28px;
        margin-top: 25px;
    }
    .companyDiv .summaryArea {
        margin-top: 40px;
    }
    .companyDiv .summaryArea .mainImg {
        height: 405px;
        margin-bottom: 230px;
        background-size: cover;
    }
    .companyDiv .summaryArea .mainImg .txtArea {
        bottom: auto;
        top: 330px;
        width: 94%;
        height: auto;
        margin-left: 3%;
        padding: 40px 30px;
        box-shadow: 35px 35px 40px rgba(0,0,0,0.4);
    }
    .companyDiv .summaryArea .mainImg .txtArea .tit {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .companyDiv .summaryArea .mainImg .txtArea .txt {
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
    }
    .summaryDiv > div {
        padding-top: 40px;
    }
    .summaryDiv > div .imgArea {
        margin-top: 10px;
    }
    .summaryDiv > div .txtArea .tit {
        font-size: 16px;
        line-height: 30px;
    }
    .summaryDiv > div .txtArea .txt {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .companyArea1 {
        padding: 40px 0;
        margin-top: 40px;
    }
    .companyDiv .mTit {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .companyDiv .sTit {
        font-size: 14px;
        line-height: 28px;
        padding: 0 3%;
    }
    .companyList {
        margin-top: 30px;
    }
    .companyList li .icon {
        margin-bottom: 15px;
    }
    .companyList li .tit {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .companyList li .txt {
        font-size: 14px;
        line-height: 28px;
    }
    .companyList li {
        width: 48%;
        height: 270px;
        margin: 10px 2% 0 0;
    }
    .gradeList {
        margin-bottom: 75px;
        font-size: 0;
    }
    .gradeList li {
        padding: 30px 0;
        float: none;
        display: inline-block;
    }
    .gradeList li .tit {
        font-size: 14px;
        min-height: 37px;
        margin-bottom: 15px;
    }
    .gradeList li .txt {
        font-size: 12px;
    }
    .gradeList li .txt strong {
        font-size: 24px;
        letter-spacing: -0.3px;
    }
    .gradeList li .date {
        font-size: 10px;
        bottom: 10px;
    }

    .companyDiv .mTit {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .companyDiv .sTit {
        font-size: 134px;
        line-height: 1.5;
        padding: 0 3%;
    }
    .bizArea .imgCon {
        margin-top: 40px;
    }
    .bizArea .imgCon > a {
        padding: 5px 20px;
        font-size: 14px;
        top: -20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 450px) {
    .companyDiv .summaryArea .mainImg {
        margin-bottom: 373px;
    }
}
.newdet2-page {
    padding: 50px 0;
}
.newdet2-page h1 {
    font-size: 22px;
    line-height: 44px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'NDM';
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content a
{
   font-weight: bold;

}
.newdet2-page .content h3
{

    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
}

.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    font-size: 14px;
    line-height: 2;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #000;
}
.contact2-page {
    padding: 70px 0;
}
.contact2-page .button-group .button {
    background: #000 !important;
}
.contact2-page .amap-copyright,
.contact2-page .amap-logo {
    display: none !important;
}
.contact2-page .contact-2 {
    padding-top: 70px;
}
.contact2-page .contact-2 .left {
    width: 50%;
    padding-right: 15px;
}
/*.contact2-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}*/
.contact2-page .contact-2 .right {
    width: 50%;
    padding-left: 15px;
}
.contact2-page .contact-2 .right .map{
    margin-top: 1.5rem;
}
.contact2-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
    color: #111;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
}
.contact2-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #000 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.contact2-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    height: 4px;
    width: 20px;
    background: #ddd none repeat scroll 0 0;
}
.contact2-page .contact-2 .right ul {
    padding-top: 20px;
    margin: -10px;
}
.contact2-page .contact-2 .right ul li {
    padding: 10px;
}
.contact2-page .contact-2 .right ul li.wid-100 {
    width: 100%;
}
.contact2-page .contact-2 .right ul li h6 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #828893;
}
.contact2-page .contact-2 .right p{
  font-size: 16px;
  line-height: 30px;
}
.contact2-page .contact-2 .right ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    /*text-transform: capitalize;*/
    letter-spacing: 1px;
}
.contact2-page .form form{
    max-width: 760px;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 20px 20px 24px;
}
.contact2-page .form form h2 {
    font-size: 24px;
    line-height: 44px;
    color: #000;
    margin-bottom: 1.25rem;
}
.contact2-page .form form h5 {
    font-size: 16px;
    line-height: 1;
    color: #000000;
    padding: 5px 0 10px;
}
.contact2-page .form form 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact2-page .form form ul li {
    width: 48%;
}
.contact2-page .form form ul li.text {
    width: 100%;
}
.contact2-page .form form ul li.textarea {
    width: 100%;
}
.contact2-page .form form ul input[type="text"] {
    border-radius: 10px;
    background: #fff;
    height: 52px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding: 0 15px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
}
.contact2-page .form form ul textarea {
    border-radius: 10px;
    background: #fff;
    height: 138px;
    font-size: 16px;
    color: #000;
    padding: 15px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
}
.contact2-page .form form button {
    width: 100%;
    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;
    height: 58px;
    border-radius: 10px;
    border: none;
    background: #000;
    font-size: 16px;
    line-height: 2;
    color: #ffffff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.contact2-page .form form button:hover {
    background: #222;
}
.contact2-page .form form button img {
    margin-right: 10px;
}
@media screen and (max-width: 1000px) {
    .contact2-page {
        padding: 40px 0;
    }
    .contact2-page .contact-2 {
        padding-top: 40px;
    }
    .contact2-page .contact-2 .right ul li p {
        font-size: 14px;
        line-height: 2;
    }
    .contact2-page .contact-2 .right ul li h6 {
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 700px) {
    .contact2-page .form form ul{
        display: block;
    }
    .contact2-page .form form ul li{
        width: 100%;
    }
    .contact2-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact2-page .contact-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .contact2-page .contact-2 .left .form {
        padding: 10px;
    }
    .button-group .button:nth-child(2) {
        display: none;
    }
    .button-group {
        padding: 5px !important;
        bottom: 0 !important;
        right: 15px !important;
    }
}
.service2-page{
    padding: 0;
}
/*.service2-page .container {
  padding: 0 10%;
}*/
.service2-page .container .tit-name h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: 1.6;
    color: #162c35 !important;
    margin-bottom: 30px;
}
.service2-page .container .tit-name p {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 2;
    color: #555 !important;
    margin-bottom: 10px;
}
.service2-page .container .section-link {
    margin-top: 30px;
    display: inline-block;
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #000 !important;
    text-decoration: underline!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service2-page .init-2 {
    padding: 80px 0;
    background: url(../images/bg1.webp) no-repeat center;
    background-size: cover;
}
.service2-page .init-2 .grid-box {
    background: #fff;
}
.service2-page .init-2 .grid-box .column {
    vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
    padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
    padding: 80px 0 120px;
    background-color: #F3F4F6;
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
    vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
    padding-left: 5%;
}
.service2-page .init-3 .column {
    vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
    padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
    padding-left: 0;
}
.service2-page .init-4 {
    padding: 40px 0 6rem;
    background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
    text-align: center;
}
.service2-page .init-4 .grid-box {
    margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
    padding: 0 8px;
}
.service2-page .init-4 .grid-box p{
    padding-top: 1.5rem;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 700px) {
    .service2-page .init-2 .grid-box .column {
        width: 100%;
        padding-right: 0;
    }
    .service2-page .container .tit-name h2 {
        font-size: 20px;
    }
    .service2-page .container .tit-name h2{
        line-height: 1.8;
        padding-top: 15px;
    }
    .service2-page .init-1, .service2-page .init-3{
        padding: 30px 0;
    }
    .prodet-page .product-box .prodet-1 .right {
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
    .inner-banner>img {
      height: 240px;
      width: auto;
      max-width: none;
      min-width: 100%;
    }
    .inner-banner {
      overflow: hidden;
    }
    .prodet-page .product-box .prodet-1 .left {
      width: 100%;
      padding-right: 0;
    }
    .prodet-page .product-box .prodet-1 .right .title {
      font-size: 24px;
      line-height: 44px;
    }
     .inner-banner .mbx-box .text .mbx {
       font-size: 16px;
       line-height: 30px;
     }
     .inner-banner .mbx-box .text .chanpinye {
        display: none!important;
     }
     .inner-banner .mbx-box {
       padding-top: 20px;
     }
     .service2-page .init-1 .column:nth-child(2), .service2-page .init-3 .column:nth-child(2),
     .service2-page .init-2 .grid-box .column:nth-child(2) {
       width: 100%;
       padding: 0 !important;
       margin-top: 20px;
     }
     .service2-page .init-1 .column:nth-child(1), .service2-page .init-3 .column:nth-child(1) {
       width: 100%;
       padding-right: 0;
     }
     .service2-page .init-4 .grid-box .column {
       width: 100%;
       padding: 10px;
     }
     .service2-page .init-4 .grid-box {
       margin: -10px;
     }
     .tab {
       display: none;
     }
}


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

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

.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 .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: 44px;
    margin-bottom: 1em;
}

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

.lianjie{
  color: #666!important;
}

.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 ul {
    margin: -13px;
}

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

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

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 40px;
    min-height: 4em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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

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

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

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 2;
    -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: #000;
    color: #000;
}

.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;
    line-height: 30px;
    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: #000;
}

.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: #000;
    color: whitesmoke;
    border: none;
}

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

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

.seoPublic .text a {
    color: #000;
}

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

.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 #000;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #000;
}

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

@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;
    }

    .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;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
        margin-top: -30px;
        margin-bottom: -40px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        padding: 8px 10px;
        background: #000;
        border-radius: 5px;
        color: white;
    }  
    .product-page .product-list h1{
      font-size: 24px;
      line-height: 44px;
    }

    #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;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 100%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0b2ea6;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: var(--color);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .yejiao {
      display: none!important;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}



#mask{
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  width: 70%;
  height: 70%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 12;
  display: none;
  color: black;
  overflow: auto;
}
#mask.active{
  display: block;
}
#mask .close{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  color: black;
  font-size: 20px;
  cursor: pointer;
  display: block !important;
}
#mask .box{
  overflow: auto;
  padding: 60px 40px;
  width: 100%;
  height: 100%;
}
#mask .item .left{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#mask .item .left .gallery{
  display: inline-block;
  width: 18%; 
}
#mask .item .left .gallery ul{
  margin: -5px 0;
}
#mask .item .left .gallery ul li{
  padding: 5px 0;
  margin-top: 0;
  margin-bottom: 0;
}
#mask .item .left .gallery ul li a{
  border: 1px solid #eee;
  display: block;
}
#mask .item .left .big-img{
  display: inline-block;
  width: 80%;
  padding-left: 10px;
}
#mask .item .left .big-img ul li{
  margin-top: 0;
}
#mask .item .left .big-img ul li a{
  border: 1px solid #eee;
  display: block;
}
#mask .item .right{
  padding-left: 50px;
  padding-top: 40px;
}
#mask .item .right h1{
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
#mask .item .right h2{
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
#mask .item .right .des{
  font-size: 18px;
  line-height: 32px;
  margin: 20px 0;
}
#mask .item .right .inquiry{
  font-size: 18px;
  background: #e62129;
  color: white;
  height: 45px;
  line-height: 44px;
  padding: 0 30px;
  cursor: pointer;
  display: inline-block;
}
#mask .item .prodet-2{
  margin-top: 0px;
}
#mask .item .prodet-2 p{
  line-height: 1.4;
}
@media screen and (max-width:1200px){
  #mask .item .right h1{
    font-size: 26px;
  }
   #mask .item .right h2{
    font-size: 24px;
    line-height: 44px;
  }
}
@media screen and (max-width:1000px){
  #mask{
    width: 90%;
  }
  #mask .item .left{
    width: 100%;
  }
  #mask .item .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  } 
}