@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'NDM';
  src: url('../fonts/NoeDisplay-Medium.eot') format('eot'), url('../fonts/NoeDisplay-Medium.woff2') format('woff2'), url('../fonts/NoeDisplay-Medium.woff') format('woff'), url('../fonts/NoeDisplay-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
body {
  font-family: 'PR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1750px;
  margin: auto;
  width: 100%;

}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 2rem;
}
#header .nav .ui.menu {
  position: initial;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin: 0 auto 0 7rem;
  vertical-align: middle;
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: 3px;
  font-family: 'NDM';
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  margin: 0 2.3rem 0 0;
  font-size: 18px;
  color: #fff;
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  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: 12px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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 {
  color: #fff;
}
#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 .language {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 2rem;
  margin-top: 8px;
}
#header .nav .ui.menu .language .i1 {
  filter: brightness(100);
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
#header .nav .ui.menu .language i {
  margin-left: 8px;
}
#header .nav .ui.menu .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  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.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px 0 5px;
  line-height: 40px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul.sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
}
#header .nav .ui.menu .language ul.sub-menu li:hover {
  background: #222;
}
#header .nav .ui.menu .language ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .language: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 .share {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 0 1.8rem;
  font-size: 16px;
}
#header .nav .ui.menu .share ul li {
  display: inline-block;
  margin-right: 1rem;
  color: #bbb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#header .nav .ui.menu .share ul li img {
  vertical-align: middle;
  opacity: 0.5;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  }
#header .nav .ui.menu .share ul li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .share ul li:hover {
  color: #fff;
}
#header .nav .ui.menu .share ul li:hover img{
  opacity: 1;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0 0 0;
  color: #fff;
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#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;
  font-weight: 400;
  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%);
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #000;
}
#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;
}

#index-body .i-product .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%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .slick-track{
  margin-left: 0;
  margin-right: 0;
}
#index-body .i-product .slick-arrow:hover {
  background-color: #000;
}
#index-body .i-product:hover .slick-arrow {
  opacity: 1;
}
#index-body .i-product .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#index-body .i-product .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;
  right: 5%;
  bottom: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #f2612f;
}
#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;
  min-width: 700px;
}
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;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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;
  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;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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;
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  z-index: 1;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background-color: rgba(0, 0, 0, 0)；
}
#banner ul li .img > img {
  width: 100%;
  /*min-height: 250px;*/
}
#banner ul li .text {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  color: #fff;
  text-align: center;
}
#banner ul li .text h3 {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 5px;
  font-family: 'NDM';
}
#banner ul li .text p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 1rem;
}
#banner ul li .text .more {
  font-size: 18px;
  width: 190px;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 2.1rem auto 0;
  text-align: center;
  display: block;
  color: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#banner ul li .text .more::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#banner ul li .text .more:hover {
  color: #fff;
}
#banner ul li .text .more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index-body span.tag {
  font-size: 20px;
  line-height: 2;
}
#index-body h3.title {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 2px;
  font-family: 'NDM';
  margin-top: 1rem;
  text-transform: uppercase;
}
#index-body .more {
  font-size: 18px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .more::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index-body .about {
  padding-top: 6.7rem;
}
#index-body .about .left {
  box-shadow: 0px 0px 26px 1px rgba(187, 187, 187, 0.45);
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .right {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5.1rem 0 5.2rem;
  text-align: left;
}
#index-body .about .right .hengyi1 {
  font-size: 18px;
  line-height: 2;
  font-family: 'PR';
  margin-top: 2rem;
}
#index-body .about .right .hengyi1 h1 {
  display: inline;
}
#index-body .about .right h3 {
  font-size: 2.4rem;
  /*line-height: 2;*/
  letter-spacing: 2px;
  font-family: 'NDM';
  margin-top: 1rem;
}
#index-body .about .right p {
  font-size: 18px;
  line-height: 2;
  font-family: 'PR';
  margin-top: 2rem;
}
#index-body .about .right .hengyi1 {
  font-size: 18px;
  line-height: 2;
  font-family: 'PR';
  margin-top: 2rem;
}
#index-body .about .right .hengyi1 h1 {
  display: inline;
}
#index-body .about .right .more {
  width: 191px;
  height: 46px;
  line-height: 46px;
  border: 1px solid;
  border-radius: 5px;
  margin: 2.7rem  0;
}
#index-body .i-product {
  padding-top: 6.7rem;
}
#index-body .i-product .header {
  text-align: center;
}
#index-body .i-product .content {
  margin-top: 3.1rem;
}
#index-body .i-product .content li {
  position: relative;
  z-index: 1;
}
#index-body .i-product .content li img {
  width: 100%;
}
#index-body .i-product .content li .text {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
#index-body .i-product .content li .text .info {
  padding: 2.3rem 0.9rem;
  background-color: rgba(0, 0, 0, 0);
  width: 80.7%;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content li .text .info h3 {
  font-size: 1.8rem;
  line-height: 2;
  font-family: 'NDM';
  text-transform: uppercase;
}
#index-body .i-product .content li .text .info p {
  font-size: 18px;
  font-family: 'PR';
  line-height: 2;
  margin-top: 1.4rem;
}
#index-body .i-product .content li .text .info .more {
  width: 161px;
  height: 47px;
  line-height: 47px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  margin: 1.45rem auto 0;
  opacity: 0;
}
#index-body .i-product .content li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content li:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
#index-body .i-product .content li:hover .text .info {
  background-color: rgba(0, 0, 0, 0.4);
}
#index-body .i-product .content li:hover .text .info .more {
  opacity: 1;
}
#index-body .product {
  padding: 6.65rem 0;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .FeaturedBox {
  margin-top: 3.15rem;
  position: relative;
}
#index-body .product .FeaturedBox .swiper-container {
  overflow: inherit;
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide {
  position: relative;
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide a img {
  width: 100%;
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide .bgs {
  position: absolute;
  top: 46px;
  bottom: 46px;
  left: 34px;
  right: 39px;
  width: 80%;
  height: 60%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide .bgs .more {
  width: 161px;
  height: 47px;
  line-height: 47px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 auto 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide .text {
  padding: 1.35rem 0.85rem 0;
  text-align: center;
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide .text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  overflow: hidden;  
  text-overflow: ellipsis;  
  display: -webkit-box;  
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical; 
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide .text p {
  font-size: 18px;
  font-family: 'PR';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide:hover .bgs {
  background-color: rgba(0, 0, 0, 0.4);
}
#index-body .product .FeaturedBox .swiper-container .swiper-slide:hover .bgs .more {
  opacity: 1;
  margin: 6rem auto 0;
}
#index-body .product .FeaturedBox .al,
#index-body .product .FeaturedBox .ar {
  width: 62px;
  height: 61px;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 61px;
  border-radius: 50%;
}
#index-body .product .FeaturedBox .al img,
#index-body .product .FeaturedBox .ar img {
  vertical-align: middle;
}
#index-body .product .FeaturedBox .al {
  position: absolute;
  top: 35%;
  left: 9px;
  z-index: 1;
}
#index-body .product .FeaturedBox .ar {
  position: absolute;
  top: 35%;
  right: 2%;
  z-index: 1;
}
#index-body .why {
  background: url(../images/whyb.jpg) no-repeat;
  padding: 5.5rem 0 0.7rem;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: #fff;
}
#index-body .why .ui.container {
  max-width: 1460px;
  width: 100%;
}
#index-body .why .header {
  text-align: center;
}
#index-body .why .content {
  margin-top: 4rem;
}
#index-body .why .content li {
  padding-right: 3rem;
  margin-bottom: 4.8rem;
}
#index-body .why .content li h3 {
  font-size: 1.8rem;
  font-family: 'NDM';
  line-height: 2;
}
#index-body .why .content li p {
  margin-top: 0.5rem;
  font-size: 18px;
  line-height: 2;
}
#index-body .why .content li:nth-child(even) {
  padding-left: 3.5rem;
}
#index-body .why::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#index-body .news {
  padding: 6.7rem 0;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .FeaturedBox {
  margin-top: 2.95rem;
  position: relative;
}
#index-body .news .FeaturedBox .swiper-container {
  overflow: inherit;
}
#index-body .news .FeaturedBox .swiper-container .swiper-slide {
  position: relative;
  padding-right: 5rem;
}
#index-body .news .FeaturedBox .swiper-container .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
#index-body .news .FeaturedBox .swiper-container .swiper-slide a img {
  width: 100%;
}
#index-body .news .FeaturedBox .swiper-container .swiper-slide .text {
  padding: 1.35rem 0 0;
}
#index-body .news .FeaturedBox .swiper-container .swiper-slide .text time {
  font-size: 14px;
  font-family: 'PR';
  line-height: 1;
}
#index-body .news .FeaturedBox .swiper-container .swiper-slide .text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
  white-space: nowrap;
text-overflow: ellipsis;

}
#index-body .news .FeaturedBox .swiper-container .swiper-slide .text p {
  font-size: 18px;
  font-family: 'PR';
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .FeaturedBox .swiper-container .swiper-slide .mores {
  font-size: 22px;
  font-family: 'NDM';
  margin-top: 50%;
}
#index-body .news .FeaturedBox .al,
#index-body .news .FeaturedBox .ar {
  width: 62px;
  height: 61px;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 61px;
  border-radius: 50%;
}
#index-body .news .FeaturedBox .al img,
#index-body .news .FeaturedBox .ar img {
  vertical-align: middle;
}
#index-body .news .FeaturedBox .al {
  position: absolute;
  top: 35%;
  left: 9px;
  z-index: 1;
}
#index-body .news .FeaturedBox .ar {
  position: absolute;
  top: 35%;
  right: 5%;
  z-index: 1;
}
#footer {
  background: #000;
  color: #fff;
  padding-top: 3.5rem;
}
#footer .f-info .header {
  text-align: center;
}
#footer .f-info .header h3 {
  font-size: 2.4rem;
  font-family: 'NDM';
  line-height: 2;
}
#footer .f-info .header p {
  font-size: 18px;
  line-height: 2;
  margin: 0.7rem auto 0;
  width: 30%;
}
#footer .f-info .form {
  margin-top: 3rem;
}
#footer .f-info .form input[type="text"],
#footer .f-info .form textarea {
  height: 61px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: none;
  width: 17.21%;
  margin-right: 3.2%;
  padding-left: 1.25rem;
  font-size: 18px;
  color: #fff;
}
#footer .f-info .form input[type="text"]::placeholder,
#footer .f-info .form textarea::placeholder {
  color: #fff;
}
#footer .f-info .form input[type="text"]::-webkit-input-placeholder,
#footer .f-info .form textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-info .form input[type="text"]::-moz-placeholder,
#footer .f-info .form textarea::-moz-placeholder {
  color: #fff;
}
#footer .f-info .form input[type="text"]:-ms-input-placeholder,
#footer .f-info .form textarea:-ms-input-placeholder {
  color: #fff;
}
#footer .f-info .form textarea {
  padding-top: 0.9rem;
}
#footer .f-info .form input[type="submit"] {
  width: 17.16%;
  height: 61px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  background: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-info .form input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}
#footer .f-list {
  margin-top: 4.3rem;
  line-height: 2;
}
#footer .f-list .f-ab {
  padding-right: 6rem;
}
#footer .f-list .f-ab h3 {
  font-size: 1.8rem;
  line-height: 2;
  font-family: 'NDM';
  width: 80%;
}
#footer .f-list .f-ab p {
  font-size: 16px;
  line-height: 2;
  margin-top: 2.25rem;
}
#footer .f-list h4 {
  font-size: 24px;
  font-family: 'NDM';
  line-height: 2;
}
#footer .f-list ul {
  margin-top: 1.65rem;
  line-height: 2;
}
#footer .f-list ul li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1rem;
}
#footer .f-list ul li:last-child {
  margin-bottom: 0;
}
#footer .f-list .f-contact {
  padding-left: 12%;
  width: 38%;
}
#footer .f-list .f-code {
  width: 28.6%;
  padding-left: 14%;
}
#footer .f-list .f-code .share {
  /*margin-top: 1.6rem;*/
}
#footer .f-list .f-code .share dd {
  display: inline-block;
  margin-right: 0.65rem;
}
#footer .f-list .f-code .share dd:last-child {
  margin-right: 0;
  padding-top: 20px;
}
#footer .f-list .f-code #ewm {
  width: 108px;
  border: 5px solid #fff;
  margin-top: 1.2rem;
}
#footer .footer-copy {
  margin-top: 3.8rem;
  border-top: 2px solid #313131;
  padding: 1.8rem 0 1.2rem 0;
}
#footer .footer-copy .f-nav {
  text-align: center;
}
#footer .footer-copy .f-nav li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
#footer .footer-copy .f-nav li a {
  display: inline-block;
  padding: 0 1.8rem;
  line-height: 1;
  border-right: 1px solid #535353;
  position: relative;
}
#footer .footer-copy .f-nav li:last-child a{
  border-right: none;
}
#footer .footer-copy .footer-copy-info-left {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 2;
  font-weight: bold;
  font-family: 'PR';
  text-align: center;
  margin-top: 1.3rem;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

#footer .footer-copy .footer-copy-info-left img {
  display: inline-block;
  margin-left: 12px;
  height: 14px;
  width: 140px;
}
#footer .footer-copy .footer-copy-info-left svg {
  vertical-align: bottom;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #6c6c6c;
}
#footer .footer-copy .footer-copy-info-left svg text {
  fill: #6c6c6c;
}
#footer .footer-copy .footer-copy-info-left svg:hover {
  fill: #fff;
}
.inquiry {
  position: fixed;
  bottom: 10%;
  right: 1.3rem;
  width: 60px;
  height: 60px;
  border-radius: 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;
  font-size: 20px;
  color: #fff;
  background: rgba(255, 164, 7, 1);
  cursor: pointer;
  /*-webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #000;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #da281c;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1680px) {
     #header .nav .ui.menu .logo {
    margin: 0 auto 0 0;
  }
  #header .nav .ui.menu .menu-box{
    margin-right: auto;
  }
  #header .nav .ui.menu .language{
    margin-left: 1rem;
    font-size: 16px;
  }
  #index-body .i-product .content li .text {
    top: 20%;
  }
  #index-body .i-product .content li .text .info {
    width: 97%;
  }
  #index-body .i-product .content li .text .info p {
    margin-top: 1rem;
    font-size: 16px;
  }
  #index-body .i-product .content li .text .info .more {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1500px) {
  #index-body .i-product .content li .text .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 16px;
    margin: 0 2rem 0 0;
  }
  #index-body .news .FeaturedBox .swiper-container .swiper-slide {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1300px) {
   #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #index-body .about .right {
    padding: 0 2.1rem 0 2.2rem;
  }
  #index-body .product .FeaturedBox .al {
    top: 45%;
  }
  #index-body .product .FeaturedBox .ar {
    top: 45%;
    right: -12%;
  }
  #footer .f-info .header p {
    width: 40%;
  }
  #footer .f-info .form input[type="text"],
  #footer .f-info .form textarea {
    width: 20%;
    margin-right: 1%;
  }
  #footer .f-info .form input[type="submit"] {
    width: 13.16%;
  }
  #footer .f-list .f-ab {
    padding-right: 1rem;
  }
  #footer .f-list .f-code {
    padding-left: 15%;
  }
  #header .nav .ui.menu .share{
    display: none;
  }
  #header .nav .ui.menu .menu-box{
    margin: 15px auto 0;
  }
  #header .nav .ui.menu .logo {
    margin: 0 auto 0 0;
}
}
@media screen and (max-width: 1100px) {
  
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem 0 0;
    font-size: 15px;
  }
  #index-body .about .right h3{
    font-size: 2rem;
    line-height: 1.5;
  }
  
  #header .nav .ui.menu .language {
    font-size: 16px;
  }
  #index-body .i-product .content li .text .info h3 {
    font-size: 1.6rem;
  }
  #index-body .i-product .content li .text .info .more {
    height: 35px;
    line-height: 35px;
  }
  #index-body .i-product .content li .text {
    top: 15%;
  }
}
@media screen and (max-width: 992px) {
  #header .nav {
    padding-top: 0;
  }
  #header .nav .ui.menu .logo {
    color: #000;
  }
  #header .nav .ui.menu .share {
    display: none;
  }
  #banner{
    padding-top: 60px;
  }
  #banner ul li .text {
    top: 28%;
  }
  #index-body .about .left{
    width: 100%;
  }
  #index-body .about .left img{
    width: 100%;
  }
  #index-body .about .right {
    padding: 20px 1.1rem 0 1.2rem;
    width: 100%;
  }
  #index-body .about .right h1 {
    font-size: 2rem;
  }
  #index-body .about .right p {
    font-size: 16px;
  }
  #index-body .i-product .content li {
    width: 50%;
  }
  #index-body .i-product .content li .text {
    top: 20%;
  }
  #index-body .product .FeaturedBox .ar {
    right: 0;
  }
  #index-body .why .content li {
    padding-right: 1rem;
  }
  #index-body .news .FeaturedBox .swiper-container .swiper-slide .text h3 {
    font-size: 20px;
  }
  #index-body .news .FeaturedBox .swiper-container .swiper-slide .text p {
    font-size: 16px;
  }
  #footer .f-info .header p {
    width: 62%;
  }
  #footer .f-info .form input[type="text"] {
    width: 32.3%;
  }
  #footer .f-info .form .i3 {
    margin-right: 0 !important;
  }
  #footer .f-info .form textarea {
    width: 100%;
    margin: 1rem 0 0;
  }
  #footer .f-info .form input[type="submit"] {
    width: 27%;
    margin: 1rem auto 0;
    display: block;
  }
  #footer .f-list .f-ab,
  #footer .f-list .f-contact {
    width: 50%;
  }
  #footer .f-list .f-code {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #index-body .news,#index-body .product{
    overflow: hidden;
  }
  #banner ul li .text h3 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  #banner ul li .text p {
    font-size: 14px;
  }
  #banner ul li .text .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #index-body .about{
    padding-top: 20px;
  }
  #index-body .about .right{
    padding: 0;
    width: 100%;
  }
  #index-body span.tag{
    font-size: 18px;
  }
  #index-body .about .right h3{
    font-size: 22px;
    line-height: 1.3;
  }
  #index-body .about .right .hengyi1 h1{
    font-size: 18px;
    line-height: 1.8;
  }
  #index-body .about .right .hengyi1{
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .about .left {
    display: none;
  }
  #index-body h3.title {
    font-size: 2rem;
  }
  #index-body .i-product {
    padding-top: 2rem;
}
  #index-body .i-product .content li {
    width: 100%;
  }
  #index-body .product .FeaturedBox .swiper-container .swiper-slide .text h3 {
    font-size: 20px;
  }
  #index-body .product .FeaturedBox .swiper-container .swiper-slide .text p {
    font-size: 16px;
  }
  #index-body .why {
    display: none;
  }
  #index-body .news .FeaturedBox .swiper-container .swiper-slide .text h3 {
    font-size: 18px;
  }
  #index-body .news .FeaturedBox .swiper-container .swiper-slide .text p {
    font-size: 14px;
  }
  #index-body .product{
    padding: 2rem 0;
  }
  #index-body .news{
    padding: 0 0 2rem 0;
  }
  #footer .f-list .f-ab,
  #footer .f-list .f-contact {
    width: 100%;
  }
  #footer .f-list .f-contact {
    padding: 1rem 0 0 0;
  }
  #footer .footer-copy .f-nav {
    display: none;
  }
  #footer .f-info .header p {
    width: 100%;
  }
  #footer .f-info .form input[type="text"]{
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .f-info .form textarea{
    margin: 0 0 10px 0;
  }
  #footer .f-info .form input[type="submit"]{
    width: 40%;
    height: 40px;
  }
  .inquiry{
    /*width: 50px;
    height: 50px;*/
    right: 30px;
    bottom: 15%;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.inner-banner {
  height: 600px;
  padding-top: 250px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: white;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.inner-banner h2 {
  font-size: 28px;
  line-height: 2;
  font-family: 'NDM';
}
.inner-banner h2:after {
  content: '';
  width: 96px;
  height: 1px;
  background: white;
  display: block;
  margin: 10px auto 0;
}
.inner-banner .mbx {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
  font-family: "PR";
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.inner-banner .mbx a:first-child::before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  font-size: 18px;
}
.inner-banner.small {
  height: 310px;
  padding-top: 150px;
}
/*.inner-page {
  border-top: 9px solid #f4f4f4;
}*/
.inner-page .m-page {
 text-align: center;
  margin-top: 50px;
}
.inner-page .qwer {
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 line-height: 2;
}
.inner-page .zxcv {
 font-size: 16px;
 line-height: 2;
}
.inner-page .qazw {
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 line-height: 2;
 margin-top: 20px;
}
.inner-page .poiu {
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 line-height: 2;
 margin-top: 20px;
}
.inner-page .uiop {
 font-size: 16px;
 line-height: 2;
}
.inner-page .vbnm {
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 line-height: 2;
 margin-top: 20px;
 margin-bottom: 5px
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.currt {
  background: #e1e1e1;
}
.about-page .about-1 {
  padding-top: 80px;
}
.about-page .about-1 h2 {
  font-family: "NDM";
  color: #0e0e0e;
  line-height: 1;
  font-size: 54px;
  text-align: center;
  display: block;
}
.about-page .about-1 .box {
  /*padding-top: 30px;*/
  /*padding-bottom: 100px;*/
  /*border-bottom: 1px solid #454545;*/
}
.about-page .about-1 .box .slide {
  margin-bottom: 100px;
}
.about-page .about-1 .box .slide .img {
  padding-right: 5%;
  vertical-align: middle;
  position: relative;
}
.about-page .about-1 .box .slide .img img {
  width: 100%;
}
.about-page .about-1 .box .slide .text {
  /*padding-left: 30px;*/
  vertical-align: middle;
  position: relative;
    
  padding-right: 50px !important;
}
.about-page .about-1 .box .slide .text h4 {
  font-size: 42px;
    color: #2f2f2f;
    /*letter-spacing: 3px;*/
    /*text-transform: uppercase;*/
    /*text-align: center;*/
    /*padding-left: 9px;*/
    position: relative;
    padding-bottom: 30px;
    padding-top: 15px;
    /*border-bottom: #636363 1px solid;*/
    line-height: 2;
    /*margin-bottom: 40px;*/
    font-family: "NDM";
}
.about-page .about-1 .box .slide .text h4:after {
  content: '';
  width: 9px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-1 .box .slide .text h4:before {
  content: '';
  width: 178px;
  height: 178px;
  display: block;
  position: absolute;
  right: -5px;
  bottom: -15px;
  z-index: -1;
}
.about-page .about-1 .box .slide .text .content {
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1.6;
  font-family: "PR";
}
.about-page .about-1 .box .slide:last-child {
  margin-bottom: 95px;
}
.about-page .about-1 .box .slide:first-child .img .imgBox {
  position: relative;
}
.about-page .about-1 .box .slide:first-child .img .imgBox .play{
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 40px;
  color: #fff;
}
/*.about-page .about-1 .box .slide:first-child .img .imgBox:after {
  content: '';
  height: 100%;
  width: 95%;
  margin-left: 5%;
  z-index: -1;
  position: absolute;
  background: #f5f5f5;
  top: 25px;
  right: -25px;
}*/
.about-page .about-1 .box .slide:nth-child(even) .img {
  left: 50%;
  padding-left: 25px;
  padding-right: 0;
}
.about-page .about-1 .box .slide:nth-child(even) .text {
  left: -50%;
  padding-left: 0;
  padding-right: 5%;
}
.about-page .about-2 {
  padding: 70px 0 80px;
  text-align: center;
  background: #222;
}
.about-page .about-2 h3 {
  font-size: 32px;
  font-family: "NDM";
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  line-height: 2;
  color: #fff;
}
.about-page .about-2 .list {
  padding: 70px 0;
}
.about-page .about-2 .list ul li {
  padding: 0 30px;
}
.about-page .about-2 .list ul li a.img-box {
  display: block;
}
.about-page .about-2 .list ul li a.img-box img {
  width: 100%;
}
.about-page .about-2 .list ul li p {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  font-family: "PR";
  margin-top: 50px;
  text-align: left;
}
.about-page .about-2 a.more {
  line-height: 36px;
  height: 38px;
  padding: 0 35px;
  border: 2px solid #fff;
  border-radius: 19px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.about-page .about-2 a.more:hover {
  color: white;
  background: black;
}
.about-page .about-3 {
  line-height: 400px;
  height: 400px;
  background: url("../images/about-3.jpg") center center;
  background-size: cover;
  text-align: center;
}
.about-page .about-3 .play {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .play i {
  border-left: 24px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.about-page .about-3 .play:after,
.about-page .about-3 .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  border-radius: inherit;
  z-index: -1;
}
.about-page .about-3 .play:after {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}
.about-page .about-4 {
  background: #484848;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #484848), color-stop(100%, #303030));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(-30deg, #484848 0%, #303030 100%);
  /* firefox */
  background: -webkit-linear-gradient(30deg, #484848 0%, #303030 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, -30deg, from(#484848), to(#303030));
  background: -webkit-linear-gradient(-30deg, #000, #000);
  background: -moz-linear-gradient(-30deg, #484848, #303030);
  background: linear-gradient(to -30deg, #484848, #303030);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#484848', endColorstr='#303030',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484848', endColorstr='#303030', GradientType=1);
  /* 兼容IE5~IE9 */
  padding: 80px 0 100px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-page .about-4:after {
  content: '';
  height: 42%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: white;
}
.about-page .about-4 h3 {
  font-family: "NDM";
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about-page .about-4 h3:after {
  content: '';
  width: 280px;
  height: 1px;
  /*background: #b2b2b2;
  margin: 20px auto 0;*/
  display: block;
}
.about-page .about-4 h6 {
  display: block;
  font-size: 16px;
  color: #f0f0f0;
  font-family: "PR";
  margin-top: 20px;
}
.about-page .about-4 .content {
  display: block;
  margin: 45px auto 75px;
  max-width: 1250px;
  font-size: 18px;
  line-height: 1.6;
  font-family: "PR";
}
.about-page .about-4 .list ul {
  margin: -14px;
}
.about-page .about-4 .list ul li {
  padding: 14px;
}
.about-page .about-4 .list ul li a.img-box {
  display: block;
}
.about-page .about-4 .list ul li a.img-box img {
  width: 100%;
}
.about-page .about-4 .list ul li h5 {
  margin: 50px 0 10px;
  display: block;
  font-size: 24px;
  color: #1d1d1d;
  font-family: "NDM";
  line-height: 2;
}
.about-page .about-4 .list ul li h5:after {
  content: '';
  width: 60px;
  height: 1px;
  /*background: #393939;
  margin: 20px auto 0;*/
  display: block;
}
.about-page .about-4 .list ul li p {
  display: block;
    font-size: 16px;
    color: #1d1d1d;
    text-align: left;
    line-height: 2;
    font-family: "PR";
    padding: 0 15px;
}
.about-page .about-5 .slide {
  height: 400px;
  line-height: 400px;
  background-size: cover;
}
.about-page .about-5 .slide .text {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  padding: 0 10%;
  color: white;
}
.about-page .about-5 .slide .text h4 {
  font-size: 42px;
  font-family: 'NDM';
  line-height: 2;
}
.about-page .about-5 .slide .text .content {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
  max-width: 600px;    
  font-family: "PR";
}
.about-page .about-5 .slide:nth-child(2) {
  text-align: right;
}
.about-page .about-6 {
  padding: 110px 0 130px;
  background: #f3f3f3;
  text-align: center;
}
.about-page .about-6 h2 {
  font-size: 42px;
  font-family: "NDM";
  font-weight: 600;
  line-height: 1;
}
.about-page .about-6 .small_title {
  margin-top: 15px;
  font-size: 18px;
  color: #4f4e4e;
  font-family: "PR";
}
.about-page .about-6 .scroll {
  margin-top: 80px;
  max-height: 300px;
  overflow: auto;
}
.about-page .about-6 .box {
  margin: 0 auto;
  max-width: 860px;
}
.about-page .about-6 .box ul {
  padding: 10px 0 50px;
  position: relative;
}
.about-page .about-6 .box ul:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 146px;
  top: 0;
  background: #d4d4d4;
}
.about-page .about-6 .box ul li {
  padding-left: 230px;
  position: relative;
  margin-bottom: 55px;
}
.about-page .about-6 .box ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-6 .box ul li h3 {
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "NDM";
  color: #3d3d3d;
  font-size: 40px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
direction: rtl;
    text-align: right;
    width: 2.2em;
    white-space: nowrap;
}
.about-page .about-6 .box ul li .text {
  display: block;
  font-size: 16px;
  color: #4b4b4b;
  line-height: 1.8;
  text-align: left;
  font-family: "PR";
}
.about-page .about-6 .box ul li:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 3px solid #6c6c6c;
  position: absolute;
  left: 140px;
  top: 50%;
  background: white;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-7 {
  padding: 80px 0 110px;
  background: #585858;
  background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #585858), color-stop(100%, #393635));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #585858 0%, #393635 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #585858 0%, #393635 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#393635));
  background: -webkit-linear-gradient(top, #585858, #393635);
  background: -moz-linear-gradient(top, #585858, #393635);
  background: linear-gradient(to bottom, #585858, #393635);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#585858', endColorstr='#393635',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#585858', endColorstr='#393635', GradientType=0);
  /* 兼容IE5~IE9 */
  text-align: center;
}
.about-page .about-7 h2 {
  font-size: 42px;
  line-height: 40px;
  font-family: "NDM";
  color: white;
  text-transform: uppercase;
}
.about-page .about-7 .list {
  padding-top: 70px;
  max-width: 1050px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.about-page .about-7 .list ul {
  margin: 0 -36px;
}
.about-page .about-7 .list ul li {
  padding: 0 36px;
}
.about-page .about-7 .list ul li a {
  display: block;
}
.about-page .about-7 .list ul li a img {
  width: 100%;
}

.singlebf {
font-size: 18px;
    line-height: 2;
    margin-top: 20px;
text-transform: capitalize;
}
.product-cat-page {
  border-top: none;
  /*padding: 80px 0 160px;*/
}
.product-cat-page .product-top h3 {
  display: inline-block;
  font-size: 26px;
  color: #202020;
  font-family: "NDM";
  text-transform: capitalize;
}
h1.jhugl {
    display: inline-block;
    font-size: 22px;
    color: #202020;
    font-family: "NDM";
    text-transform: capitalize;
    margin-bottom: 10px;
}
.proca {
    font-size: 16px;
    line-height: 30px;
}
.product-cat-page .product-top .box {
  float: right;
  position: relative;
}
.product-cat-page .product-top .box h6 {
  display: inline-block;
  font-size: 18px;
  font-family: "PR";
  text-transform: capitalize;
}
.product-cat-page .product-top .box h6 span {
  width: 24px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  margin-top: -3px;
  cursor: pointer;
}
.product-cat-page .product-top .box h6 span i {
  width: 100%;
  height: 4px;
  display: block;
  background: black;
}
.product-cat-page .product-top .box h6 span i:nth-child(2) {
  margin: 4px 0;
}
.product-cat-page .product-top .box ul {
  position: absolute;
  top: 100%;
  right: 0;
  background: #eee;
  padding: 5px;
  z-index: 2;
  width: 200px;
  text-align: center;
  display: none;
}
.product-cat-page .product-top .box ul li {
  border-bottom: 1px #666 dotted;
  font-size: 16px;
  font-family: "PR";
  color: #333;
  padding: 8px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-top .box ul li:hover {
  color: white;
  background: black;
}
.product-cat-page .product-slide {
  padding: 80px 0;
}
.product-cat-page .product-slide .top {
  padding-bottom: 35px;
}
.product-cat-page .product-slide .top .img {
  position: relative;
  padding-right: 40px;
  /*margin-bottom: -200px;*/
}
.product-cat-page .product-slide .top .img img {
  width: 100%;
}
.product-cat-page .product-slide .top .text {
  position: relative;
}
.product-cat-page .product-slide .top .text:after {
  content: '';
  width: 266px;
  height: 266px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #eee;
  z-index: -1;
}
.product-cat-page .product-slide .top .text h3 {
  font-size: 72px;
  padding-top: 5px;
  color: #202020;
  font-family: "NDM";
  text-transform: uppercase;
  line-height: .9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: -10px;
}
.product-cat-page .product-slide .top .text .content {
  display: block;
    padding: 30px 0 40px;
    font-size: 16px;
    color: #202020;
    line-height: 2;
    font-family: "PR";
    max-width: 95%;
}
.product-cat-page .product-slide .top .text h3.after {
  font-size: 72px;
  color: #202020;
  padding-top: 20px;
  font-family: "NDM";
  text-transform: uppercase;
  line-height: .9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: -20px;
}
.product-cat-page .product-slide .top .text .content.after {
  display: block;
  padding: 40px 0 80px;
  font-size: 16px;
  color: #202020;
  line-height: 2;
  font-family: "PR";
  max-width: 95%;
}
.product-cat-page .product-slide .top .text .content p {
  padding-top: 25px;
}
.product-cat-page .product-slide .top .text .content p:first-child {
  padding-top: 0;
}
.product-cat-page .product-slide .top .text h4 {
  font-size: 30px;
  color: #202020;
  font-family: "NDM";
  text-transform: uppercase;
  line-height: 1;
  padding: 40px 0 20px;
  border-top: 1px solid #c3c3c3;
}
.product-cat-page .product-slide .cat-list {
    padding:0 2px;
  padding-bottom: 40px;
  overflow: hidden;
  /*width: 80%;*/
  /*margin-left: 20%;*/
  text-align: center;
}
.product-cat-page .product-slide .cat-list .slick-list {
  overflow: unset;
}
.product-cat-page .product-slide .cat-list ul {
  margin: -12px;
}
.product-cat-page .product-slide .cat-list ul li {
  padding: 12px;
}
.product-cat-page .product-slide .cat-list ul li a {
  line-height: 80px;
  height: 80px;
  padding: 0 20px;
  text-align: center;
  font-size: 20px;
  color: #202020;
  font-family: "NDM";
  background: white;
  border: 1px solid #646464;
  position: relative;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-slide .cat-list ul li a em {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
  width: 100%;
}
.product-cat-page .product-slide .cat-list ul li a:after {
  content: '';
  border-top: 20px solid #3c3b3c;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -20px;
  width: 0;
  height: 0;
  display: block;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-slide .cat-list ul li a:hover,
.product-cat-page .product-slide .cat-list ul li.active a {
  background: #3c3b3c;
  color: white;
}
.product-cat-page .product-slide .cat-list ul li a:hover:after,
.product-cat-page .product-slide .cat-list ul li.active a:after {
  opacity: 1;
}
.product-cat-page .product-slide .pro-list .slick-track {
  margin-left: 0;
}
.product-cat-page .product-slide .pro-list ul {
  margin: -13px;
}
.product-cat-page .product-slide .pro-list ul[hidden] {
  display: none;
}
/*.product-cat-page .product-slide .pro-list ul:first-child {
  display: block;
}*/
.product-cat-page .product-slide .pro-list ul li {
  padding: 13px;
}
.product-cat-page .product-slide .pro-list ul li a.img-box {
  display: block;
}
.product-cat-page .product-slide .pro-list ul li a.img-box img {
  width: 100%;
}
.product-cat-page .product-slide .pro-list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.product-cat-page .product-slide .pro-list ul li a.img-box em {
  font-size: 16px;
  color: white;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 2;
  text-transform: capitalize;
  font-family: "PR";
}
.product-cat-page .product-slide .pro-list ul li h6 {
  display: block;
  font-family: "NDM";
  /*font-weight: bold;*/
  font-size: 18px;
  color: #212121;
  line-height: 28px;
  margin: 20px 0 10px;
  text-align: center;
}
.product-cat-page .product-slide .pro-list ul li:hover a.img-box:after,
.product-cat-page .product-slide .pro-list ul li:hover a.img-box em {
  opacity: 1;
}
.product-cat-page .product-slide .pro-list ul li h3 {
  display: block;
  font-family: "NDM";
  font-weight: bold;
  font-size: 36px;
  color: #202020;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.product-cat-page .product-slide .pro-list ul li a.more {
  font-size: 14px;
  color: #454545;
  font-family: "PR";
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
  border-top: 1px solid #c3c3c3;
  display: block;
}
.product-cat-page .product-slide .pro-list ul .slick-dots {
  /*padding-top: 50px;*/
  margin: 0;
  text-align: center;
}
.product-cat-page .product-slide .pro-list ul .slick-dots li {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  margin: 0 3px;
  background: #c3c3c3;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0;
  display: inline-block;
}
.product-cat-page .product-slide .pro-list ul .slick-dots li button {
  display: none;
}
.product-cat-page .product-slide .pro-list ul .slick-dots li.slick-active {
  background: #515151;
}
.product-cat-page .product-slide.product-cat-2 .top .text {
  width: 45%;
  padding-right: 30px;
  left: -50%;
  padding-left: 20px;
  /*padding-top: 105px;*/
}
.product-cat-page .product-slide.product-cat-2 .top .text:after {
  left: 0;
}
.product-cat-page .product-slide.product-cat-2 .top .text .content {
  max-width: none;
}
.product-cat-page .product-slide.product-cat-2 .top .text h4 {
  /*margin-top: 100px;*/
}
.product-cat-page .product-slide.product-cat-2 .top .img {
  width: 50%;
  padding-right: 0;
  left: 50%;
}
.product-cat-page .product-slide.product-cat-2 .cat-list {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
}
.product-cat-page .new-product {
  /*padding-top: 10px;*/
  background: #ebebeb;
  padding: 30px 0 80px;
  margin: 60px 0 0;
}
.product-cat-page .new-product h3 {
  display: block;
  font-size: 32px;
  color: #202020;
  /*text-transform: uppercase;*/
  font-weight: 500;
  padding: 25px 0;
  /*padding-top: 50px;*/
  /*border-bottom: 1px solid #949494;*/
  line-height: 1;
  font-family: 'NDM';
}
.product-cat-page .new-product .list {
  padding-top: 30px;
}
.product-cat-page .new-product .list ul {
  margin: -15px;
}
.product-cat-page .new-product .list ul li {
  padding: 15px;
}
.product-cat-page .new-product .list ul li a.img-box {
  display: block;
}
.product-cat-page .new-product .list ul li a.img-box img {
  width: 100%;
}
.product-cat-page .new-product .list ul li h5 {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  color: #202020;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 2;
}
.product-cat-page .new-product .list ul li h5 small {
  display: block;
  font-size: 16px;
  color: #3b3b3b;
  margin-top: 5px;
  line-height: 1;
}
.product-page {
  padding: 0 0 75px;
}
.product-page .slideBarleft .list ul {
  margin: -28px -13px;
  display: flex;
  display: -webkit-box;     
  display: -moz-box;     
  display: -ms-flexbox;    
  display: -webkit-flex;  
  flex-wrap: wrap;
 -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.product-page .slideBarleft .list ul li {
  padding: 20px 13px;
}
.product-page .slideBarleft .list ul li .box {
  background: white;
  /*border: 1px solid #dcdcdc;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.product-page .slideBarleft .list ul li .box .img{
  position: relative;
}
.product-page .slideBarleft .list ul li .box a.img-box {
  display: block;
}
.product-page .slideBarleft .list ul li .box a.img-box img {
  width: 100%;
}
/*.product-page .slideBarleft .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(65,136,110, 0.73)));
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(65,136,110, 0.73) 100%);
  background: -webkit-linear-gradient(left, transparent 0%, rgba(65,136,110, 0.73) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(65,136,110, 0.73)));
  background: -webkit-linear-gradient(top, transparent, rgba(65,136,110, 0.73));
  background: -moz-linear-gradient(top, transparent, rgba(65,136,110, 0.73));
  background: linear-gradient(to bottom, transparent, rgba(65,136,110, 0.73));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(65,136,110,.73)',GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(65,136,110,.73)', GradientType=0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}*/
.product-page .slideBarleft .list ul li .box .content {
  padding: 20px 0;
  text-align: center;
}
.product-page .slideBarleft .list ul li .box .content h5 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #181818;
  /*white-space: nowrap;
  font-family: 'PB';*/
  font-weight: 600;
  -moz-transition: .5s;
  transition: .5s;
  /*height: 120px;*/
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*.product-page .slideBarleft .list ul li .box .content h5 a{
  min-height: 90px;
  display: block;
}*/
.product-page .slideBarleft .list ul li .box .content span{
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}
.product-page .slideBarleft .list ul li .box .content p{
  font-size: 14px;
  line-height: 2;
  margin-top: 1rem;
}
/*.product-page .slideBarleft .list ul li .box .content h5:after {
  content: '';
  width: 46px;
  height: 2px;
  background: #41886e;
  display: block;
  margin-top: 10px;
}*/
/*.product-page .slideBarleft .list ul li .box .content h5:hover {
  color: #41886e;
}*/
.product-page .slideBarleft .list ul li .box .mores{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.product-page .slideBarleft .list ul li .box a.more {
  line-height: 36px;
  padding: 12px 0; 
  /*height: 36px;*/
  /*padding: 0 15px;*/
  background: rgba(255,255,255,0.8);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  opacity: 0
}
.product-page .slideBarleft .list ul li:hover .box a.more{
  opacity: 1
}
.product-page .slideBarleft .list ul li .box a.more:hover {
  background: #222;
  color: #fff;
}
/*.product-page .slideBarleft .list ul li .box:hover {
  -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}*/
.product-page .slideBarleft .list ul li .box:hover a.img-box:after {
  opacity: 1;
}
.inner-page .slideBarBox{
  margin-top: 4rem;
}
.inner-page .slideBarBox .slideBarleft {
  width: 81%;
  padding-left: 2%;
}
.inner-page .slideBarBox .slideBarleft .hengyipro1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.inner-page .slideBarBox .slideBarleft .hengyipro {
  font-size: 16px;
  line-height: 2;
}
.inner-page .slideBarBox .slideBarright {
  width: 19%;
  padding-right: 2%;
  line-height: 2;
}
.inner-page .latestnews h2 {
  margin: 60px 0 20px;
  font-size: 23px;
  color: #181818;
  line-height: 2;
  font-family: 'NDM';
  position: relative;
}
.inner-page .latestnew .content {
  font-size: 16px;
  line-height: 2;
  color: #181818;
  position: relative;
  font-family: 'PR';
}
.inner-page .slideBarBox .slideBarright form {
  position: relative;
  width: 100%;
}
.inner-page .slideBarBox .slideBarright form input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 60px 0 15px;
  background: #eee;
  font-size: 16px;
  color: #333;
  border: none;
}
.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input[type="submit"] {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: url("../images/icon-zoom.png") center center no-repeat #41886e;
}
.inner-page .slideBarBox .slideBarright h3 {
  margin: 10px 0 20px;
  font-size: 18px;
  color: #181818;
  line-height: 2;
  font-family: 'NDM';
  position: relative;
}
.inner-page .slideBarBox .slideBarright h3::after{
  content: "\f107";
  position: absolute;
  font-family: 'fontAwesome';
  right: 0;
  top: 5px;
  font-size: 18px;
}
.inner-page .slideBarBox .slideBarright h3.active::after{
   content: "\f106";
}
/*.inner-page .slideBarBox .slideBarright h3:after {
  content: '';
  width: 56px;
  height: 2px;
  background: #41886e;
  margin-top: 15px;
  display: block;
}*/
.inner-page .slideBarBox .slideBarright .navList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #181818;
  position: relative;
  font-family:'PR';
}
.inner-page .slideBarBox .slideBarright .navList ul li ul{
  display: none;
}
.inner-page .slideBarBox .slideBarright .navList ul li:after {
  content: '';
  width: 9px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 100%;
  top: 22px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .navList ul li em {
  float: right;
  color: #939393;
}
.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
  color: #000;
}
.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
  opacity: 1;
}
.inner-page .slideBarBox .slideBarright .proList ul li {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #dcdcdc;
}
.inner-page .slideBarBox .slideBarright .proList ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.inner-page .slideBarBox .slideBarright .proList ul li span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(65 136 110) url("../images/icon-right.png") center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-left: 15px;
  font-size: 16px;
  color: #181818;
  font-family:'PR';
  line-height: 1.2;
  /*font-weight: bold;*/
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
  display: block;
  color: #7f7f7f;
  margin-bottom: 5px;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6:after {
  content: '';
  width: 43px;
  height: 2px;
  background: #41886e;
  margin-top: 10px;
  display: block;
}
.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
  margin-top: 0;
}
.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
  opacity: 1;
}
.prodet-page {
  padding: 60px 0 0;
}

.prodet-page table tbody,
.prodet-page td tbody {
  table-layout: fixed;
}
/*.mbx {
  font-size: 16px;
  color: #373737;
  font-family: "POPPINS-REGULAR";
  text-transform: capitalize;
  padding-top: 30px;
  border-top: 9px solid #f4f4f4;
  line-height: 28px;
  padding-bottom: 20px;
}
.mbx .box:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #727272;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  font-size: 18px;
}
.mbx a:hover {
  text-decoration: underline;
}*/
/*.inner-page {
  padding-top: 0 !important;
}*/
.prodet-page .prodet-1 {
  padding: 80px 0 70px;
}
.prodet-page .prodet-1 .img {
  vertical-align: middle;
  width: 45%;
}
.prodet-page .prodet-1 .img .bigImg {
  display: inline-block;
  vertical-align: top;
  width: 79%;
}
.prodet-page .prodet-1 .img .bigImg img {
  
}
.prodet-page .prodet-1 .img .smallImg {
  display: inline-block;
  width: 19%;
}
.prodet-page .prodet-1 .img .smallImg ul {
  margin-bottom: -10px;
}
.prodet-page .prodet-1 .img .smallImg ul li {
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .img .smallImg ul li a {
  display: block;
  border: 1px solid #efefef;
}
.prodet-page .prodet-1 .text {
  vertical-align: top;
  padding-left: 4%;
  width: 55%;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 26px;
  line-height: 2;
  color: #202020;
  font-family: "NDM";
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 40px;
}
.prodet-page .prodet-1 .text h6 {
  display: block;
  font-size: 26px;
  color: #373737;
  line-height: 1;
  padding: 15px 0 30px;
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .prodet-1 .text .content {
  display: block;
  padding: 20px 0 40px;
  font-size: 16px;
  color: #212121;
  font-family: "PR";
  line-height: 2;
}
.prodet-page .prodet-1 .text .content strong {
  font-family: "NDM";
  font-size: 18px;
}
.prodet-page .prodet-1 .text .content table {
  max-width: 700px;
  /*margin: -8px;*/
  width: auto !important;
}
.prodet-page .prodet-1 .text .content table td {
  padding: 8px;
}
.prodet-page .prodet-1 .text .content table img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .text .prolist {
  margin-bottom: 60px;
}
.prodet-page .prodet-1 .text .prolist .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .text .prolist ul {
  margin: -10px;
}
.prodet-page .prodet-1 .text .prolist ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .text .prolist ul li h5 {
  font-size: 14px;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  margin-top: 5px;
  text-align: center;
}
.prodet-page .prodet-1 .text .prolist ul .slick-arrow {
  width: 30px;
  height: 30px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  background-size: 10px;
}
.prodet-page .prodet-1 .text .prolist ul .slick-arrow.slick-next {
  right: 0;
  background-image: url('../images/banner-btn-r.png');
}
.prodet-page .prodet-1 .text .prolist ul .slick-arrow.slick-prev {
  left: 0;
  background-image: url('../images/banner-btn-l.png');
}
.prodet-page .prodet-1 .text a.more {
  line-height: 46px;
  height: 46px;
  padding: 0 30px;
  border-radius: 5px;
  /*background: black;*/
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.prodet-page .prodet-1 .text a.more::before{
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.prodet-page .prodet-1 .text a.more:hover{
  color: #fff;
}
.prodet-page .prodet-1 .text a.more:hover::before{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.prodet-page .prodet-1 .text a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: -3px;
}
.prodet-page .prodet-1 .text .share {
  margin-top: 20px;
}
.prodet-page .prodet-1 .text .share h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .text .share ul li {
  font-size: 16px;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: auto;
  line-height: 30px;
}
.prodet-page .prodet-1 .text .share ul li img{
  filter: brightness(0);
  vertical-align: middle;
}
.prodet-page .prodet-1 .text .share ul li:hover {
  color: #666;
}
.prodet-page .prodet-2 .top {
  /*border-bottom: 1px solid #7f7f7f;*/
}
.prodet-page .prodet-2 .top ul li {
  border-right: 1px solid white;
}
.prodet-page .prodet-2 .top ul li a {
  display: block;
  /*line-height: 60px;
  height: 60px;
  padding: 0 10px;*/
  /*text-align: center;*/
  color: #000;
  font-size: 18px;
  /*color: #202020;*/
  /*background: #f4f4f4;*/
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: "PR";
}
/*.prodet-page .prodet-2 .top ul li a:hover,
.prodet-page .prodet-2 .top ul li a.active {
  background: #2a2a2a;
  color: white;
}*/
.prodet-page .prodet-2 .top ul li:last-child {
  border-right: none;
}
.prodet-page .prodet-2 .bottom h3.title {
  display: block;
  font-family: "NDM";
  font-size: 32px;
  color: #202020;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #7f7f7f;
}
.prodet-page .prodet-2 .bottom .det {
  padding-top: 20px;
  font-family: "PR";
}
.prodet-page .prodet-2 .bottom .det .det-1 {
  font-size: 16px;
  font-family: "PR";
  color: #202020;
  line-height: 1.6;
}
.prodet-page .prodet-2 .bottom .det .det-1 table {
  margin: -9px;
  width: auto !important;
  border: 1px solid #000;
}
/*.prodet-page .prodet-2 .bottom .det .det-1 table p {
  padding: 0 3%;
}*/
.prodet-page .prodet-2 .bottom .det .det-1 table td {
  padding: 5px 10px;
  vertical-align: top;
}
.prodet-page .prodet-2 .bottom .det .det-1 table strong {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.prodet-page .prodet-2 .bottom .det .det-1 table.specially tbody {
  table-layout: auto;
}
.prodet-page .prodet-2 .bottom .det .det-1 table.specially tbody img {
  width: 100%;
}
.prodet-page .prodet-2 .bottom .det .det-1 table.specially td:nth-child(1) {
  width: 45% !important;
}
.prodet-page .prodet-2 .bottom .det .det-1 table.specially td:nth-child(2) {
  width: 55% !important;
}
.prodet-page .prodet-2 .bottom .det ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  line-height: 30px;
}
.prodet-page .prodet-2 .bottom .det ul li::marker {
  margin-top: 5px;
}
.prodet-page .prodet-2 .bottom .det .det-2 {
  padding-top: 70px;
}
.prodet-page .prodet-2 .bottom .det .det-2 .content {
  margin-top: 50px;
}
.prodet-page .prodet-2 .bottom .det .det-2 .content table {
  font-size: 24px;
  color: #202020;
  line-height: 1.4;
}
.prodet-page .prodet-2 .bottom .det .det-2 .content table td,
.prodet-page .prodet-2 .bottom .det .det-2 .content table th{
  border: 1px solid #000;
}
.prodet-page .prodet-2 .bottom .det .det-2 .content table img {
  width: 100%;
}
.prodet-page .prodet-2 .bottom .det .det-2 .content table p {
  margin: 15px 0;
  /*padding: 0 10px;*/
}
.prodet-page .prodet-2 .bottom .det .det-3 {
  padding-top: 90px;
}
.prodet-page .prodet-2 .bottom .det .det-3 .content {
  padding-top: 40px;
}
.prodet-page .prodet-2 .bottom .det .det-3 .content table {
  max-width: 85%;
  margin: -15px -20px;
  width: auto !important;
}
.prodet-page .prodet-2 .bottom .det .det-3 .content table td {
  padding: 15px 20px;
}
.prodet-page .prodet-2 .bottom .det .det-3 .content table td img {
  width: 100%;
}
.prodet-page .prodet-2 .bottom .pack {
  padding-top: 30px;
}
.prodet-page .prodet-2 .bottom .pack h3 {
  font-family: "NDM";
  font-size: 32px;
  color: #202020;
}
.prodet-page .prodet-2 .bottom .pack h3 small {
  margin-left: 30px;
  font-size: 18px;
  color: #202020;
  font-family: "PR";
}
.prodet-page .prodet-2 .bottom .pack .pack-1 {
  font-size: 18px;
  color: #202020;
  font-family: "PR";
  line-height: 1.4;
  padding-bottom: 40px;
  /*border-bottom: 1px solid #a4a3a3;*/
}
.prodet-page .prodet-2 .bottom .pack .pack-1 strong {
  font-family: "NDM";
  line-height: 2;
}
.prodet-page .prodet-2 .bottom .pack .pack-1 table {
  margin: 0;
}
.prodet-page .prodet-2 .bottom .pack .pack-1 table td {
  border: 1px solid #a4a3a3;
}
.prodet-page .prodet-2 .bottom .pack .pack-2 {
  padding-top: 40px;
}
.prodet-page .prodet-2 .bottom .pack .pack-2 .content {
  padding-top: 20px;
}
.prodet-page .prodet-2 .bottom .pack .pack-2 img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .bottom .pack .pack-3 {
  padding-top: 30px;
}
.prodet-page .prodet-2 .bottom .pack .pack-3 .content {
  padding-top: 30px;
}
.prodet-page .prodet-2 .bottom .pack .pack-3 .content strong {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 35px;
  border-radius: 18px;
  color: white;
  background: #4b4a4a;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "PR";
}
.prodet-page .prodet-2 .bottom .pack .pack-3 .content img {
  width: 100%;
  margin: 20px auto;
}
.prodet-page .prodet-2 .bottom .faq {
  padding-top: 20px;
}
.prodet-page .prodet-2 .bottom .faq .faq-list ul li {
  padding: 30px 25px;
  border-bottom: 1px solid #a4a3a3;
}
.prodet-page .prodet-2 .bottom .faq .faq-list ul li h4 {
  display: block;
  font-size: 24px;
  color: #202020;
  font-family: "NDM";
  line-height: 1;
  position: relative;
}
.prodet-page .prodet-2 .bottom .faq .faq-list ul li h4:after {
  content: '';
  border: 3px solid black;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 7px;
}
.prodet-page .prodet-2 .bottom .faq .faq-list ul li .text {
  display: block;
  font-size: 18px;
  color: #202020;
  font-family: "PR";
  margin-top: 20px;
}
.prodet-page .prodet-2 .bottom .faq .faq-list ul li:last-child {
  border-bottom: none;
}
.prodet-page .product-cat-page {
  padding: 0;
}
.inner-from {
  padding: 80px 0 50px;
  background: #585858;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #585858), color-stop(100%, #3e3c3a));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #585858 0%, #3e3c3a 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #585858 0%, #3e3c3a 100%);
  /* chrome */
  /* opera */
  /* ie */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: -webkit-linear-gradient(top, #585858, #3e3c3a);
  background: -moz-linear-gradient(top, #585858, #3e3c3a);*/
  background: linear-gradient(to bottom, #000, #000);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#585858', endColorstr='#3e3c3a',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#585858', endColorstr='#3e3c3a', GradientType=0);
  /* 兼容IE5~IE9 */
  text-align: center;
}
.inner-from .box {
  max-width: 840px;
  display: block;
  margin: 0 auto;
  color: white;
}
.inner-from .box h6 {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "PR";
}
.inner-from .box h2 {
  display: block;
  font-size: 52px;
  font-family: "NDM";
  line-height: 1;
  margin: 20px 0 50px;
}
.inner-from .box .from-box ul {
  margin: -20px -12px;
}
.inner-from .box .from-box ul li {
  padding: 20px 12px;
}
.inner-from .box .from-box ul li input,
.inner-from .box .from-box ul li textarea {
  width: 100%;
  display: block;
  line-height: 24px;
  padding: 5px 25px;
  border-radius: 17px;
  border: 1px solid #b6b5b5;
  font-size: 14px;
  color: white;
  font-family: "PR";
  background: none;
}
.inner-from .box .from-box ul li input::-webkit-input-placeholder, .inner-from .box .from-box ul li textarea::-webkit-input-placeholder {
  color: #c5c5c5;
}
.inner-from .box .from-box ul li input:-moz-placeholder, .inner-from .box .from-box ul li textarea:-moz-placeholder {
  color: #c5c5c5;
}
.inner-from .box .from-box ul li input::-moz-placeholder, .inner-from .box .from-box ul li textarea::-moz-placeholder {
  color: #c5c5c5;
}
.inner-from .box .from-box ul li input:-ms-input-placeholder, .inner-from .box .from-box ul li textarea:-ms-input-placeholder {
  color: #c5c5c5;
}
.inner-from .box .from-box ul li input::placeholder,
.inner-from .box .from-box ul li textarea::placeholder {
  color: #c5c5c5;
}
.inner-from .box .from-box ul li textarea {
  height: 100px;
}
.inner-from .box .from-box ul li.wid-100 {
  width: 100%;
}
.inner-from .box .from-box ul li button {
  display: inline-block;
  background: none;
  border: none;
  font-size: 18px;
  color: #cfcfcf;
  font-family: "PR";
  text-transform: uppercase;
  line-height: .9;
  border-bottom: 1px solid #b3b3b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-from .box .from-box ul li button:hover {
  color: white;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.contact-page .contact-1 {
  padding: 80px 0;
}
.contact-page .contact-1 .left {
  width: 40%;
}
.contact-page .contact-1 .left h4 {
  font-family: "NDM";
  font-size: 18px;
}
.contact-page .contact-1 .left .form {
  margin-top: 40px;
}
.contact-page .contact-1 .left .form ul {
  margin: -10px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 10px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #a3a3a3;
  font-family: "PR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: black;
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 120px;
  text-align: left;
  resize: vertical;
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
  text-align: right;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  padding: 10px 30px;
  width: auto;
  display: inline-block;
  background: black;
  color: white;
  border: none;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: #333;
}
.contact-page .contact-1 .right {
  width: 60%;
  padding-left: 5%;
}
.contact-page .contact-1 .right .list {
  padding: 16.5% 2%;
  background: #f4f4f4;
}
.contact-page .contact-1 .right .list ul li {
  text-align: center;
  padding: 0 15px;
}
.contact-page .contact-1 .right .list ul li i {
  font-size: 40px;
  color: #333;
}
.contact-page .contact-1 .right .list ul li h6 {
  font-size: 18px;
  font-family: "NDM";
  margin: 15px 0;
  line-height: 1;
}
.contact-page .contact-1 .right .list ul li p {
  color: #0e0000;
  font-size: 14px;
  font-family: "PR";
  line-height: 28px;
}
.contact-page .contact-2 {
  padding-bottom: 80px;
}
.contact-page .contact-2 .amap-copyright,
.contact-page .contact-2 .amap-logo {
  display: none !important;
}
.contact-page .contact-2 .button-group .button {
  background: black;
}
.faq-page .faq-1 {
  padding: 50px 0 120px;
  text-align: center;
}
.faq-page .faq-1 h2 {
  font-size: 54px;
  color: #0e0e0e;
  font-weight: 500px;
  font-family: 'NDM';
  line-height: 1;
  margin-bottom: 15px;
}
.faq-page .faq-1 p {
  font-size: 18px;
  color: #1d1d1d;
  font-family: "PR";
}
.faq-page .faq-1 h5 {
  font-size: 30px;
  color: #0e0e0e;
  font-family: 'NDM';
  line-height: 1;
  margin-top: 25px;
}
.faq-page .faq-1 h5:before {
  content: '';
  width: 280px;
  height: 1px;
  background: black;
  display: block;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
.faq-page .faq-1 .list {
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.faq-page .faq-1 .list ul {
  margin: -10px;
}
.faq-page .faq-1 .list ul li {
  padding: 10px;
}
.faq-page .faq-1 .list ul li .box {
  padding: 45px 15px 40px;
  border-radius: 9px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.faq-page .faq-1 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.faq-page .faq-1 .list ul li .box i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6 {
  font-size: 24px;
  margin-top: 20px;
  font-family: 'NDM';
  line-height: 1;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6:before {
  content: '';
  margin-bottom: 20px;
  height: 1px;
  width: 150px;
  display: block;
  background: white;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box:hover:after {
  opacity: 1;
}
.faq-page .faq-1 .list ul li .box:hover i {
  filter: grayscale(1) brightness(0);
}
.faq-page .faq-1 .list ul li .box:hover h6 {
  color: black;
}
.faq-page .faq-1 .list ul li .box:hover h6:before {
  background: black;
}
.faq-page .box>.text {
  vertical-align: middle;
  padding-right: 5%;
  text-align: left;
}
.faq-page .box>.img {
  vertical-align: middle;
}
.faq-page .box>.text h3 {
  font-size: 46px;
  font-weight: 500;
  color: #0e0e0e;
  padding-left: 20px;
  line-height: 1;
  border-left: 10px solid #0e0e0e;
  font-family: 'NDM';
}
.faq-page .box>.text .list {
  margin-top: 45px;
}
.faq-page .box>.text .list ul li {
  padding: 25px 15px 25px 50px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}
.faq-page .box>.text .list ul li:last-child {
  border-bottom: none;
}
.faq-page .box>.text .list ul li span {
  font-size: 34px;
  color: #2f2f2f;
  font-family: 'NDM';
  position: absolute;
  left: 0;
  top: 20px;
  line-height: 1;
}
.faq-page .box>.text .list ul li h5 {
  font-size: 22px;
  color: #2f2f2f;
  line-height: 1.2;
  font-family: 'NDM';
}
.faq-page .box>.text .list ul li .content {
  margin-top: 12px;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 1.6;
  font-family: 'PR';
  display: none;
}
.faq-page .faq-1 .list ul li:nth-child(1) .box {
  background-image: url('../images/faq-1-1.jpg');
}
.faq-page .faq-1 .list ul li:nth-child(2) .box {
  background-image: url('../images/faq-1-2.jpg');
}
.faq-page .faq-1 .list ul li:nth-child(3) .box {
  background-image: url('../images/faq-1-3.jpg');
}
.faq-page .faq-2 {
  padding: 120px 0;
  background: #f3f3f3;
}
.faq-page .faq-3 {
  padding: 70px 0;
  background: url('../images/faq-3.jpg') center center no-repeat;
  background-size: cover;
  text-align: right;
}
.faq-page .faq-3 .box>.text {
  padding-right: 0;
}
.faq-page .faq-3 .box>.text * {
  color: white !important;
}
.faq-page .faq-3 .box>.text h3 {
  border-left-color: white;
}
.faq-page .faq-4 {
  padding: 80px 0 130px;
}
/*.news-page {
  padding: 80px 0;
}*/
.news-page .list{
  padding-top: 4rem;
}
.news-page .list ul li {
  margin-bottom: 60px;
}
.news-page .list ul li .text {
  width: 45%;
  vertical-align: middle;
}
.news-page .list ul li .text time {
  font-size: 16px;
  color: #666;
  font-family: "PR";
  display: block;
}
.news-page .list ul li .text h3 {
  display: block;
  font-size: 24px;
  font-family: "NDM";
  line-height: 1.6;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .text h3:hover {
  color: #666;
}
.news-page .list ul li .text p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  font-family: "PR";
}
.news-page .list ul li .text a.more {
  display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    border-radius: 24px;
    height: 34px;
    padding: 0 20px;
    border: 1px solid #333;
    color: #666;
    font-size: 16px;
    font-family: "PR";
    margin-top: 25px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .list ul li .text a.more:hover {
  background: black;
  color: white;
}
.news-page .list ul li .img {
  width: 55%;
  vertical-align: middle;
  padding-left: 3%;
}
.news-page .list ul li .img img{
  width: 100%;
}
.news-page .list ul li .img a {
  display: block;
}
.news-page .list ul li:last-child {
  margin-bottom: 0;
}

.news-page {
  padding: 55px 0 80px;
}
.news-page .nav {
  text-align: center;
  letter-spacing: -5px;
}
.news-page .nav ul li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  color: #2f2f2f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  letter-spacing: 0;
}
.news-page .nav ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.news-page .nav ul li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news-page .nav ul li:hover {
  background: #000;
  color: white;
}
.news-page .box {
  padding: 60px 0 70px;
  overflow: hidden;
}
.news-page .box ul {
  margin: -35px -15px;
}
.news-page .box ul li {
  padding: 35px 15px;
}
.news-page .box ul li a.img-box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.news-page .box ul li a.img-box img {
  display: block;
  width: 100%;
}
.news-page .box ul li time {
  display: block;
  text-align: left;
  font-size: 14px;
  color: rgba(28, 28, 28, 0.66);
  line-height: 1;
  margin: 15px 0;
}
.news-page .box ul li h4 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 2;
  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .box ul li h4:hover {
     color: #e94201;
}
.news-page .box ul li p {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 2;
  margin-top: 10px;
}


.newdet-page {
  padding: 0px 0;
}
.newdet-page time {
  font-size: 16px;
  color: #666;
  font-family: "PR";
  display: block;
  text-align: center;
  padding-top: 3rem;
}
.newdet-page h2 {
  font-size: 32px;
  font-family: "NDM";
  line-height: 2;
  text-align: center;
  margin: 15px 0;
}
.newdet-page .share{
 text-align: center;
 margin-bottom: 15px;
}
.newdet-page .share ul li {
  width: auto;
  margin-left: 15px;
  font-size: 18px;
  color: #444;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
 
}
.newdet-page .share ul li:hover{
   color: #222;
}

.newdet-page .post {
  text-align: center;
  font-size: 18px;
  color: #999;
  font-family: "PR";
}
.newdet-page .post span {
  color: #222;
}
.newdet-page .content {
  padding: 30px 0;
  font-size: 16px;
  color: #666;
  font-family: "PR";
  line-height: 2;
}
.newdet-page .content strong {
  font-family: "NDM";
  color: #333;
}
.newdet-page .bottom {
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
  font-family: "PR";
}
.newdet-page .bottom .left {
  vertical-align: middle;
  width: 100%;
  line-height: 2;
  display: flex;
  justify-content: space-between;
}
.newdet-page .bottom .left a {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 28px;
}
.newdet-page .bottom .left a:last-child {
  margin-bottom: 0;
}
.newdet-page .bottom .right {
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
.newdet-page .bottom .right ul li {
  width: auto;
  margin-left: 15px;
  font-size: 18px;
  color: #444;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .bottom .right ul li:hover {
  color: #222;
}
.gallery-page {
  padding: 80px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a {
  display: block;
}
.gallery-page .list ul li a img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  padding: 10px 15px;
  background: #eee;
  font-size: 18px;
  font-family: "PR";
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li:hover h5 {
  background: #111;
  color: white;
}
.manufacture-page .manufacture-1 {
  padding: 100px 0 100px;
  text-align: center;
}
.manufacture-page .manufacture-1 h2 {
  font-size: 42px;
  color: #0e0e0e;
  font-family: 'NDM';
  line-height: 1;
}
.manufacture-page .manufacture-1 p {
display: block;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 1.6;
    font-family: "PR";
    padding-top: 15px;
}
.manufacture-page .manufacture-2 {
  position: relative;
  padding: 65px 0 80px;
}
.manufacture-page .manufacture-2:after {
  content: '';
  width: 100%;
  height: 52%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f3f3f3;
  z-index: -1;
}
.manufacture-page .manufacture-2 h2 {
  font-size: 36px;
  color: #2a2a2a;
  font-family: 'NDM';
  line-height: 1;
  text-align: center;
}
.manufacture-page .manufacture-2 h2:after {
  content: '';
  display: block;
  width: 25%;
  /*height: 1px;*/
  background: black;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manufacture-2 .listImg {
  margin-top: 50px;
  padding: 0 60px;
}
.manufacture-page .manufacture-2 .listImg .slick-arrow {
  width: 44px;
  height: 160px;
  background: #454545;
  border: none;
  color: transparent;
  font-size: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
z-index: 1;
}
.manufacture-page .manufacture-2 .listImg .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  font-size: 28px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.manufacture-page .manufacture-2 .listImg .slick-arrow.slick-prev {
  left: -22px;
}
.manufacture-page .manufacture-2 .listImg .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.manufacture-page .manufacture-2 .listImg .slick-arrow.slick-next:after {
  content: "\f0da";
}
.manufacture-page .manufacture-2 .listImg .slick-arrow.slick-next {
  right: -22px;
}
.manufacture-page .manufacture-2 .listTitle {
  margin-top: 80px;
  text-align: center;
  position: relative;
}
.manufacture-page .manufacture-2 .listTitle:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  top: 8px;
  left: 0;
  z-index: -1;
  position: absolute;
}
.manufacture-page .manufacture-2 .listTitle ul {
  margin: 0 -10px;
}
.manufacture-page .manufacture-2 .listTitle ul li {
  padding: 0 10px;
}
.manufacture-page .manufacture-2 .listTitle i {
  border: 4px solid #454545;
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.manufacture-page .manufacture-2 .listTitle i:after {
  content: '';
  border-top: 10px solid #454545;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
}
.manufacture-page .manufacture-2 .listTitle .slick-current i {
  width: 14px;
  height: 14px;
  background: white;
  margin-top: 2px;
}
.manufacture-page .manufacture-2 .listTitle .slick-current i:after {
  opacity: 1;
}
.manufacture-page .manufacture-2 .listTitle span {
  font-size: 27px;
  color: #454545;
  font-family: 'NDM';
  display: block;
  margin: 20px 0;
  line-height: 1;
}
.manufacture-page .manufacture-2 .listTitle h6 {
  font-size: 18px;
  color: #454545;
  font-family: 'PR';
}
.manufacture-page .manufacture-2 .listContent {
  margin-top: 40px;
  padding: 0 4.8%;
}
.manufacture-page .manufacture-2 .listContent span {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    background: #f6f6f6;
    font-size: 48px;
    font-weight: 600;
    font-family: "PR";
    color: #0e0e0e;
    line-height: 1;
    position: relative;
}
.manufacture-page .manufacture-2 .listContent span:after {
  content: '';
  width: 0px;
  height: 60px;
  background: #454545;
  position: absolute;
  top: 50%;
-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
}
.manufacture-page .manufacture-2 .listContent .text {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  margin-left: 25px;
  font-size: 16px;
  color: #454545;
  line-height: 1.8;
  font-family: "PR";
}
.manufacture-page .manufacture-2 .listContent .text h6 {
  font-size: 32px;
  color: #0e0e0e;
  /*letter-spacing: 4px;*/
  font-family: 'NDM';
  margin-bottom: 10px;
  line-height: 1;
}
.manufacture-page .manufacture-3 {
  padding: 45px 0 100px;
  background: #424242;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#424242), color-stop(100%,#313131)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(right, #424242 0%, #313131 100%); /* firefox */
    background: -webkit-linear-gradient(left, #424242 0%,#313131 100%); /* chrome */
    background: -o-linear-gradient(right, #424242 0%,#313131 100%); /* opera */
    background: -ms-linear-gradient(right, #424242 0%,#313131 100%); /* ie */
    background: linear-gradient(to right,#ffffff,#ebebeb); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#313131',GradientType=1)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#313131',GradientType=1 ); /* 兼容IE5~IE9 */
    color: white;
    overflow: hidden;
}
.manufacture-page .manufacture-3 h2 {
  font-size: 36px;
  color: #2a2a2a;
  font-family: 'NDM';
  line-height: 1;
  text-align: center;
}
.manufacture-page .manufacture-3 .listImg {
  margin-top: 70px;
  padding: 0 4%;
}
.manufacture-page .manufacture-3 .listImg ul {
  margin: 0 -45px;
}
.manufacture-page .manufacture-3 .listImg ul li {
  padding: 0 45px;
  opacity: .7;
}
.manufacture-page .manufacture-3 .listImg ul .slick-list {
  overflow: unset;
}
.manufacture-page .manufacture-3 .listImg .slick-arrow {
  width: 60px;
  height: 60px;
  background: #454545;
  border: none;
  color: transparent;
  font-size: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
z-index: 1;
}
.manufacture-page .manufacture-3 .listImg .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  font-size: 28px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.manufacture-page .manufacture-3 .listImg .slick-arrow.slick-prev {
  right: 100%;
}
.manufacture-page .manufacture-3 .listImg .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.manufacture-page .manufacture-3 .listImg .slick-arrow.slick-next:after {
  content: "\f0da";
}
.manufacture-page .manufacture-3 .listImg .slick-arrow.slick-next {
  left: 100%;
}
.manufacture-page .manufacture-3 .listImg li .img {
  vertical-align: middle;
  position: relative;
  margin-top: 30px;
  left: 50%;
}
.manufacture-page .manufacture-3 .listImg li .img .tag {
  padding: 50px 20px;
  background: #4c4c4c;
  font-family: 'NDM';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 160px;
    display: none;
}
.manufacture-page .manufacture-3 .listImg li .img .tag span {
  font-size: 51px;
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}
.manufacture-page .manufacture-3 .listImg li .img .tag h6 {
  font-size: 16px;
}
.manufacture-page .manufacture-3 .listImg li .text {
  width: 52%;
  HEIGHT: 450PX;
  margin-left: -2%;
  background: #575757;
  padding: 30px 6%;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'PR';
  opacity: 0;
}
.manufacture-page .manufacture-3 .listImg li .text>span {
  line-height: 110px;
  height: 110px;
  display: inline-block;
  padding: 6px 0px;
  /*background: #383838;*/
  font-size: 70px;
  color: #f5f5f5;
  font-family: 'NDM';
}
.manufacture-page .manufacture-3 .listImg li .text h6 {
  font-size: 32px;
  font-family: 'NDM';
  letter-spacing: 1px;
  margin: 10px 0 5px;
}
.manufacture-page .manufacture-3 .listImg .slick-current li {
  opacity: 1;
}
.manufacture-page .manufacture-3 .listImg .slick-current li .img .tag {
  opacity: 0;
}
.manufacture-page .manufacture-3 .listImg .slick-current li .img,
.manufacture-page .manufacture-3 .listImg .slick-current~div li .img {
  left: 0;
}
.manufacture-page .manufacture-3 .listImg .slick-current li .text,
.manufacture-page .manufacture-3 .listImg .slick-current~div li .text {
  opacity: 1;
}
/*.manufacture-page .manufacture-3 .listImg .slick-arrow.slick-next {
  display: none !important;
}*/
.manufacture-page .manufacture-3 .listTitle {
  margin-top: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.manufacture-page .manufacture-3 .listTitle:after {
  content: '';
  width: 200%;
  height: 1px;
  background: #aeaeae;
  top: 8px;
  left: -50%;
  z-index: -1;
  position: absolute;
}
.manufacture-page .manufacture-3 .listTitle ul {
  margin: 0 -10px;
}
.manufacture-page .manufacture-3 .listTitle ul li {
  padding: 0 10px;
}
.manufacture-page .manufacture-3 .listTitle i {
  border: 4px solid #2a2a2a;
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.manufacture-page .manufacture-3 .listTitle i:after {
  content: '';
  border-top: 10px solid #2a2a2a;
  border-left: 6px solid white;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
}
.manufacture-page .manufacture-3 .listTitle .slick-current i {
  width: 14px;
  height: 14px;
  background: #404040;
  margin-top: 2px;
}
.manufacture-page .manufacture-3 .listTitle .slick-current i:after {
  opacity: 1;
}
.manufacture-page .manufacture-3 .listTitle span {
  font-size: 24px;
  color: #2a2a2a;
  font-family: 'NDM';
  display: block;
  margin: 20px 0;
  line-height: 1;
}
.manufacture-page .manufacture-3 .listTitle h6 {
  font-size: 18px;
  color: #2a2a2a;
  font-family: 'PR';
}
.manufacture-page .manufacture-4 {
  padding: 100px 0;
}
.manufacture-page .manufacture-4 h2 {
  font-size: 42px;
  color: #0e0e0e;
  font-family: 'NDM';
  line-height: 1;
  text-align: center;
}
.manufacture-page .manufacture-4 .listImg {
  margin-top: 70px;
}
.manufacture-page .manufacture-4 .listImg ul {
  margin: 0 -15px;
}
.manufacture-page .manufacture-4 .listImg ul li {
  padding: 0 15px;
  text-align: center;
}
.manufacture-page .manufacture-4 .listImg ul li h6 {
  font-size: 18px;
  color: #1d1d1d;
  margin-top: 20px;
}
.why-page .why-1 {
  padding: 50px 0 80px;
  text-align: center;
}
.why-page .why-1 h2 {
  font-size: 42px;
  color: #0e0e0e;
  font-family: 'NDM';
  line-height: 2;
}
.why-page .why-1 .text {
  max-width: 1220px;
  display: block;
  margin: 30px auto 60px;
}
.why-page .why-1 .list {
  text-align: center;
}
.why-page .why-1 .list ul li {
  text-align: center;
}
.why-page .why-1 .list ul li h4 {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1
}
.why-page .why-1 .list ul li h4 em {
  font-size: 32px;
  color: #2a2a2a;
}
.why-page .why-1 .list ul li p {
  font-size: 14px;
  font-family: "PR";
  line-height: 28px;
  margin-top: 5px;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}
.why-page .why-2 {
  background: #f5f5f5;
}
.why-page .why-2 ul {
  background: url('../images/why-1-bg.jpg') center center no-repeat;
  background-size: cover;
}
.why-page .why-2 ul .slick-arrow {
  width: 32px;
  height: 32px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  z-index: 1;
}
.why-page .why-2 ul .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  left: 0;
}
.why-page .why-2 ul .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  right: 0;
}
.why-page .why-2 .img {
  width: 55%;
  vertical-align: middle;
}
.why-page .why-2 .text {
  width: 45%;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 2%;
}
.why-page .why-2 .text h3 {
  font-size: 32px;
  color: #0e0e0e;
  line-height: 1;
  font-family: 'NDM';
  text-transform: capitalize;
}
.why-page .why-2 .text .content {
  margin-top: 25px;
  font-size: 16px;
  font-family: "PR";
  color: #454545;
  line-height: 30px;
  margin-bottom: 25px;
}
.why-page .why-2 .text .content p {
  padding-top: 25px;
}
.why-page .why-2 .text .content p:first-child {
  padding-top: 0;
}
.why-page .why-2 .dots {
  position: absolute;
  left: 60%;
  bottom: 10%;
  z-index: 1;
}
.why-page .dots>div {
  display: inline-block;
  vertical-align: middle;
}
.why-page .dots>div img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.why-page .dots>div.prev,
.why-page .dots>div.next {
  cursor: pointer;
}
.why-page .dots>div.next img {
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    -moz-transform: rotateX(180deg) rotateY(180deg);
    -ms-transform: rotateX(180deg) rotateY(180deg);
    -o-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
    margin-top: 4px;
}
.why-page .dots>div.num {
  font-size: 12px;
  font-family: 'NDM';
  margin: 0 20px;
  /*opacity: 0;*/
}
.why-page .why-3 {
  padding: 90px 0 100px;
  text-align: center;
}
.why-page .why-3 h2 {
  font-size: 42px;
  color: #2a2a2a;
  line-height: 1;
  font-family: 'NDM';
}
.why-page .why-3 .box {
  margin-top: 70px;
}
.why-page .why-3 .box ul {
  margin: -15px;
}
.why-page .why-3 .box ul li {
  padding: 15px;
}
.why-page .why-3 .box ul li .spotlight-group22 {
  display: block;
  overflow: hidden;
}
.why-page .why-3 .box ul li a.img {
  max-height: 230px;
  overflow: hidden;
}
.why-page .why-3 .box ul li .dots {
  margin: 40px 0 25px;
  text-align: center;
}
.why-page .why-3 .box ul li h4 {
  font-size: 20px;
  color: #0e0e0e;
  font-family: 'NDM';
}
.why-page .why-3 .box ul li p {
  font-size: 16px;
  color: #454545;
  font-family: 'PR';
  margin-top: 20px;
}
.why-page .why-3 .dots li {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  margin: 0 3px;
  background: #c3c3c3;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0 !important;
  display: inline-block;
}
.why-page .why-3 .dots li button {
  display: none;
}
.why-page .why-3 .dots li.slick-active {
  background: #515151;
}

.download-page {
  padding-top: 90px;
}
.download-page h2 {
  font-size: 54px;
  color: #0e0e0e;
  font-family: 'NDM';
  line-height: 1;
  text-align: center;
}
.download-page .download-1 {
  margin-top: 60px;
  background: #f2f2f2;
}
.download-page .download-1 .box {
  padding: 60px 0;
  background: url('../images/download-1.jpg') center center no-repeat;
  background-size: cover;
}
.download-page .download-1 .box .img {
  text-align: center;
  vertical-align: middle;
}
.download-page .download-1 .box .text {
  padding: 0 3%;
  text-align: left;
  vertical-align: middle;
}
.download-page .download-1 .box .text h3 {
  font-size: 44px;
  color: #0e0e0e;
  font-family: 'NDM';
  line-height: 1.2;
  text-transform: uppercase;
}
.download-page .download-1 .box .text p {
  font-size: 16px;
  color: #454545;
  margin: 12px 0 22px;
  font-family: 'PR';
}
.download-page .download-1 .box .text a.more {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 34px;
  border-radius: 20px;
  background: white;
  font-size: 18px;
  color: #0e0e0e;
  font-family: 'PR';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.download-page .download-1 .box .text a.more:hover {
  background: black;
  color: white;
}
.download-page .download-2 {
  padding: 80px 0 60px;
}
.download-page .download-2 h3 {
  font-size: 24px;
  color: #0e0e0e;
  font-family: 'PR';
  display: block;
  line-height: 1;
}
.download-page .download-2 .list {
  margin-top: 45px;
}
.download-page .download-2 .list ul {
  margin: -10px;
}
.download-page .download-2 .list ul li {
  padding: 10px;
}
.download-page .download-2 .list ul li .img {
  padding: 25px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}
.download-page .download-2 .list ul li .img img {
    -moz-box-shadow: 6px 6px 10px rgba(0,0,0,.3);
    -o-box-shadow: 6px 6px 10px rgba(0,0,0,.3);
    box-shadow: 6px 6px 10px rgba(0,0,0,.3);
    width: 100%;
}
.download-page .download-2 .list ul li .img i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 57px;
  background: url('../images/icon-pdf.png') center center no-repeat;
}
.download-page .download-2 .list ul li h5 {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  font-family: 'NDM';
  padding-right: 20px;
}
.manufacture-page .manufacture-news {
  padding: 110px 0 10px;
}
.manufacture-page .manufacture-news h2 {
  font-size: 42px;
  color: #0e0e0e;
  font-family: 'NDM';
  line-height: 1;
  text-align: center;
}
.manufacture-page .manufacture-news .slide {
  margin-top: 40px;
}
.manufacture-page .manufacture-news .slide h4 {
  font-size: 36px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}
.manufacture-page .manufacture-news .slide h4:after {
  content: '';
  width: 100%;
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
  background: #e1e1e1;
  height: 1px;
}
.manufacture-page .manufacture-news .slide .text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}
.manufacture-page .manufacture-news .slide .list {
  margin-top: 30px;
}
.manufacture-page .manufacture-news .slide .list .left {
  vertical-align: middle;
  width: 50%;
  position: relative;
  z-index: 1;
}
.manufacture-page .manufacture-news .slide .list .left ul li {
  display: none;
}
.manufacture-page .manufacture-news .slide .list .left ul li img {
  border-radius: 5px;
}
.manufacture-page .manufacture-news .slide .list .left ul li:first-child {
  display: block;
}
.manufacture-page .manufacture-news .slide .list .right {
  width: 55%;
  margin-left: -5%;
  vertical-align: middle;
  padding-left: 8%;
  padding-right: 5%;
  position: relative;
  background: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 75px;
}
.manufacture-page .manufacture-news .slide .list .right ul {
  padding-left: 8%;
  border-left: 1px #777777 dashed;
}
.manufacture-page .manufacture-news .slide .list .right ul li {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.manufacture-page .manufacture-news .slide .list .right ul li:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid white;
  background: #383838;
-moz-box-shadow: 0 0 0 1px #383838;
-o-box-shadow: 0 0 0 1px #383838;
box-shadow: 0 0 0 1px #383838;
display: block;
position: absolute;
right: 108%;
top: 12px;
margin-right: -4px;
}
.manufacture-page .manufacture-news .slide .list .right ul li:last-child {
  margin-bottom: 0;
}
.manufacture-page .manufacture-news .slide .list .right ul li h5 {
  font-size: 20px;
  color: black;
  line-height: 38px;
  height: 38px;
  border-radius: 19px;
  min-width: 45%;
  display: inline-block;
  max-width: 100%;
}
.manufacture-page .manufacture-news .slide .list .right ul li .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  display: none;
}
.manufacture-page .manufacture-news .slide .list .right ul li.active h5 {
  padding: 0 10px;
  background: #383838;
  color: white;
}
.manufacture-page .manufacture-news .slide .list .right ul li.active .text {
  display: block;
}
.manufacture-page .manufacture-news .slide:nth-child(odd) .list .left {
  left: 50%;
}
.manufacture-page .manufacture-news .slide:nth-child(odd) .list .right {
  left: -50%;
  margin-left: 0;
  margin-right: -5%;
  padding-left: 4%;
  padding-right: 8%;
}
@media screen and (max-width: 1700px) {
  .inner-banner {
    height: 480px;
    padding-top: 220px;
  }
  .inner-banner h2,
  .about-page .about-6 .box ul li h3 {
    font-size: 36px;
  }
  .inner-banner .mbx {
    font-size: 16px;
  }
  .about-page .about-1 h2 {
    font-size: 48px;
  }
  .about-page .about-5 .slide .text h4 {
    font-size: 40px;
  }
  .about-page .about-7 h2 {
    font-size: 36px;
  }
  .about-page .about-7 .list ul li {
    padding: 0 15px;
  }
  .about-page .about-7 .list ul {
    margin: 0 -15px;
  }
  .about-page .about-6 .box {
    margin-top: 40px;
  }
  .about-page .about-1 .box {
    padding: 40px 0 60px;
  }
  .product-cat-page .product-slide .top .text h3 {
    font-size: 54px;
  }
  .product-cat-page .product-slide .pro-list ul li h3 {
    font-size: 30px;
  }
  .product-cat-page .new-product h3 {
    font-size: 28px;
  }
  .inner-from .box h2 {
    font-size: 46px;
  }
  .inner-from .box h6 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .text h3 {
    font-size: 38px;
  }
  .prodet-page .prodet-1 .text .content {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .text a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .prodet-page .prodet-2 .top ul li a {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .bottom .faq .faq-list ul li h4,
  .prodet-page .prodet-2 .bottom .det .det-1 table,
  .prodet-page .prodet-2 .bottom .det .det-2 .content table {
    font-size: 20px;
  }
  .prodet-page .prodet-2 .bottom .pack .pack-1 {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .bottom .det .det-1 table strong {
    font-size: 28px;
  }
}

@media screen and (max-width: 1600px) {
   .news-page .box ul li {
    padding: 15px;
  }
  .news-page .box ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .right .list ul li i {
    font-size: 32px;
  }
  .contact-page .contact-1 .left .form ul li {
    padding: 5px;
  }
  .contact-page .contact-1 .left .form ul {
    margin: -5px;
  }
  .newdet-page h2 {
    font-size: 28px;
  }
  .inner-banner {
    height: 400px;
    padding-top: 180px;
  }
  .inner-banner h2,
  .about-page .about-6 .box ul li h3 {
    font-size: 32px;
  }
  .inner-banner .mbx {
    margin-top: 10px;
  }
  .news-page .list ul li .text h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .news-page .box {
    padding: 30px 0;
  }
  .news-page .box ul li p {
    display: none;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .box ul li h4 {
    font-size: 16px;
  }
  .news-page .nav ul li {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .text h3 {
    font-size: 32px;
  }
  .prodet-page .prodet-2 .bottom .faq .faq-list ul li h4,
  .prodet-page .prodet-2 .bottom .det .det-1 table,
  .prodet-page .prodet-2 .bottom .det .det-2 .content table {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .bottom .det .det-1 table strong {
    font-size: 24px;
  }
  .inner-from .box h6 {
    font-size: 20px;
  }
  .inner-from .box h2 {
    font-size: 36px;
  }
  .product-cat-page .product-slide .top .text h3 {
    font-size: 40px;
  }
  .product-cat-page .product-slide .top .text h4 {
    font-size: 28px;
  }
  .product-cat-page .product-slide .pro-list ul li h6 {
    font-size: 16px;
  }
  .product-cat-page .product-slide {
   padding-top: 50px ;
  }
  .product-cat-page .product-slide .pro-list ul li h3 {
    font-size: 24px;
  }
  .product-cat-page .product-slide .pro-list ul .slick-dots {
    padding-top: 30px;
  }
  .product-cat-page .product-slide .cat-list ul li a {
    line-height: 180px;
    height: 180px;
    font-size: 20px;
  }
  .product-cat-page {
    padding: 80px 0;
  }
  .about-page .about-1 h2 {
    font-size: 40px;
  }
  .about-page .about-1 .box .slide .text h4 {
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .box .slide .text h4:after {
    height: 40px;
    top: 5px;
  }
  .about-page .about-1 .box .slide .text .content {
    font-size: 16px;
  }
  .about-page .about-2 h3,
  .about-page .about-4 h3 {
    font-size: 28px;
  }
  .about-page .about-2 .list ul li p {
    font-size: 16px;
    margin-top: 30px;
  }
  .about-page .about-2 .list {
    padding: 40px 0;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-3 .play {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .about-page .about-4 .content {
    font-size: 16px;
  }
  .about-page .about-4 .list ul li h5 {
    font-size: 20px;
    margin: 30px 0 15px;
  }
  .about-page .about-5 .slide .text h4 {
    font-size: 32px;
  }
  .about-page .about-5 .slide {
    height: 300px;
    line-height: 300px;
  }
  .about-page .about-6 h2 {
    font-size: 36px;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
  .about-page .about-7 h2 {
    font-size: 32px;
  }
  .about-page .about-7 .list {
    padding-top: 40px;
  }
  .about-page .about-7 {
    padding: 60px 0;
  }
  .download-page .download-2 .list ul li h5 {
    font-size: 16px;
  }
  .download-page .download-2 .list ul li {
    padding: 20px;
  }
  .download-page .download-2 .list ul {
    margin: -20px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 300px;
    background-size: 100% auto;
  }
  .about-page .about-1 h2 {
    font-size: 32px;
  }
  .about-page .about-1 {
    padding-top: 50px;
  }
  .about-page .about-1 .box .slide .text h4:before {
    width: 120px;
    height: 120px;
  }
  .about-page .about-1 .box .slide .text .content {
    font-size: 14px;
  }
  .about-page .about-2 h3,
  .about-page .about-4 h3 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .about-page .about-2 .list ul li {
    padding: 0 15px;
  }
  .about-page .about-2 .list ul {
    margin: 0 -15px;
  }
  .about-page .about-2 .list ul li p {
    margin-top: 15px;
    font-size: 14px;
  }
  .about-page .about-3 {
    height: 300px;
    line-height: 300px;
    background-size: auto 100%;
  }
  .about-page .about-4 .list ul li h5 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .about-page .about-4 .list ul li h5:after {
    width: 40px;
    margin-top: 10px;
  }
  .about-page .about-4 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-4 .content {
    margin: 30px 0 50px;
  }
  .about-page .about-5 .slide .text h4,
  .about-page .about-7 h2 {
    font-size: 28px;
  }
  .about-page .about-6 h2 {
    font-size: 32px;
  }
  .about-page .about-6 .small_title {
    font-size: 16px;
    margin-top: 5px;
  }
  .gallery-page .list ul li h5 {
    font-size: 16px;
  }
  .gallery-page {
    padding: 60px 0;
  }
  .faq-page .list ul li h4 {
    font-size: 16px;
  }
  .product-cat-page .product-slide .top .text h3 {
    font-size: 32px;
  }
  .product-cat-page .product-slide .top .text .content {
    font-size: 14px;
    padding: 20px 0;
  }
  .product-cat-page .product-slide .top .text .content p {
    padding-top: 10px;
  }
  .product-cat-page .product-slide .top .text:after {
    width: 150px;
    height: 150px;
  }
  .product-cat-page .product-slide .top .text h4 {
    font-size: 24px;
  }
  .product-cat-page .product-slide .cat-list ul li a {
    height: 140px;
    line-height: 140px;
    font-size: 16px;
  }
  .product-cat-page .product-slide .cat-list {
    padding-bottom: 40px;
  }
  .product-cat-page .product-slide .pro-list ul li h6 {
    font-size: 16px;
  }
  .product-cat-page .product-slide .pro-list ul li h3 {
    font-size: 20px;
  }
  .product-cat-page .product-slide .pro-list ul .slick-dots {
    padding-top: 15px;
  }
  .product-cat-page .product-slide.product-cat-2 .top .text h4 {
    margin-top: 30px;
  }
  .product-cat-page .product-slide.product-cat-2 .top .text {
    padding-top: 40px;
  }
  .product-cat-page .new-product .list ul li h5 {
    font-size: 18px;
  }
  .product-cat-page .new-product .list ul li h5 small {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .text h6 {
    font-size: 16px;
    padding: 5px 0 10px;
  }
  .prodet-page .prodet-1 .text .content {
    line-height: 30px;
    padding: 10px 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .bottom .faq .faq-list ul li h4,
  .prodet-page .prodet-2 .bottom .det .det-1 table,
  .prodet-page .prodet-2 .bottom .det .det-2 .content table {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .bottom .det .det-1 table strong {
    font-size: 20px;
  }
  .prodet-page .prodet-2 .bottom h3.title {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .bottom .det .det-3 {
    padding-top: 50px;
  }
  .prodet-page .prodet-2 .bottom .det .det-3 .content table td {
    padding: 10px;
  }
  .prodet-page .prodet-2 .bottom .det .det-3 .content table {
    margin: -10px;
  }
  .news-page .list ul li .text p {
    font-size: 14px;
  }
  .news-page .box ul li h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .news-page .box ul li {
    padding: 5px;
  }
  .news-page .box ul {
    margin: -5px;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right .list {
    padding: 30px 15px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .why-page .why-1 h2,.manufacture-page .manufacture-1 h2,.manufacture-page .manufacture-2 h2,
  .manufacture-page .manufacture-3 h2,.why-page .why-3 h2,.manufacture-page .manufacture-3 h2,
  .product-cat-page .product-slide .top .text h3.after,.download-page .download-1 .box .text h3,
  .faq-page .box>.text h3 {
    font-size: 32px;
  }
  .why-page .why-2 .dots {
    display: none !important;
}
  .why-page .why-2 .text h3,.manufacture-page .manufacture-2 .listContent .text h6,
  .manufacture-page .manufacture-3 .listImg li .text h6,.faq-page .faq-1 h5,
  .faq-page .box>.text .list ul li span {
    font-size: 24px;
  }
  .why-page .why-2 .text .content p {
    padding-top: 10px;
  }
  .why-page .why-2 .text .content,.manufacture-page .manufacture-3 .listImg li .text,
  .why-page .why-3 .box ul li p,.product-cat-page .product-slide .top .text .content.after,
  .faq-page .box>.text .list ul li .content {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .listTitle h6,.why-page .why-3 .box ul li h4 {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .listImg li .text>span {
    font-size: 50px;
    line-height: 1;
    height: auto;
  }
  .download-page h2,.faq-page .faq-1 h2 {
    font-size: 40px;
  }
  .faq-page .faq-1 .list ul li .box h6,.faq-page .box>.text .list ul li h5 {
    font-size: 18px;
  }
  .about-page .about-6 .box ul li h3 {
    left: 5%;
    font-size: 24px;
  }
  #index-body .init-6 .left .nav ul li {
    font-size: 16px;
  }
  #index-body .init-6 .right ul li .img {
    width: 30%;
  }
  #index-body .init-6 .right ul li .text {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 240px;
    padding-top: 100px;
  }
  .inner-page .slideBarBox .slideBarright{
    display: none;
  }
  .hengyiyejiao, .hengyipro1, .hengyipro {
    display: none;
  }
  .inner-page .slideBarBox .slideBarleft{
    width: 100%;
    padding-left: 0;
  }
  .inner-banner h2,
  .about-page .about-6 .box ul li h3 {
    font-size: 28px;
  }
  .newdet-page h2 {
    font-size: 20px;
  }
  .newdet-page .post {
    font-size: 15px;
  }
  .newdet-page .content {
    font-size: 16px;
  }
  .newdet-page .bottom .left a {
    font-size: 14px;
  }
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .list ul li .text h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .news-page .list ul li .text time {
    font-size: 14px;
  }
  .news-page .list ul li .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
  }
  .news-page .list ul li .text a.more {
    margin-top: 10px;
  }
  .news-page .list ul li {
    margin-bottom: 20px;
  }
  .news-page {
    padding: 50px 0;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page {
    padding: 40px 0;
  }
  .prodet-page .prodet-2 .bottom .faq .faq-list ul li h4,
  .prodet-page .prodet-2 .bottom .det .det-1 table,
  .prodet-page .prodet-2 .bottom .det .det-2 .content table {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .bottom .det .det-1 table strong {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .bottom .det .det-2 {
    padding-top: 40px;
  }
  .prodet-page .prodet-2 .bottom h3.title {
    font-size: 24px;
  }
  .inner-from .box h6 {
    font-size: 16px;
  }
  .inner-from .box h2 {
    font-size: 28px;
  }
  .inner-from .box .from-box ul li {
    padding: 10px;
  }
  .inner-from .box .from-box ul {
    margin: -10px;
  }
  .product-cat-page .product-top .box {
    display: none;
  }
  .product-cat-page .product-slide .top .text h4 {
    font-size: 20px;
    padding: 10px 0;
  }
  .product-cat-page .product-slide .cat-list ul li a {
    height: 100px;
    line-height: 100px;
  }
  .product-cat-page .product-slide .top .text .content {
    font-size: 16px;
  }
  .product-cat-page .product-slide {
    padding-top: 30px;
  }
  .product-cat-page,
  .faq-page,
  .gallery-page {
    padding: 50px 0;
  }
  .product-cat-page .new-product h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .about-page .about-1 h2 {
    font-size: 28px;
  }
  .about-page .about-1 .box .slide .img {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .about-page .about-1 .box .slide .text {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0 !important;
    left: 0 !important;
  }
  .about-page .about-4 .list {
    display: none;
  }
  .about-page .about-4:after {
    display: none;
  }
  .about-page .about-4 .content {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .about-page .about-4 {
    padding: 50px 0;
  }
  .about-page .about-5 .slide .text .content {
    font-size: 14px;
  }
  .about-page .about-6 .box ul li {
    padding-left: 120px;
    margin-bottom: 30px;
  }
  .about-page .about-6 .box ul li h3 {
    font-size: 24px;
  }
  .about-page .about-6 .box ul:after {
    left: 86px;
  }
  .about-page .about-6 .box ul li:after {
    left: 79px;
  }
  .about-page .about-6 .box ul {
    padding-bottom: 30px;
  }
  .faq-page .faq-1 h2,.download-page h2,.manufacture-page .manufacture-1 h2 {
    font-size: 40px;
  }
  .download-page .download-1 .box .text h3,.faq-page .box>.text h3,.manufacture-page .manufacture-2 h2 {
    font-size: 30px;
  }
  .faq-page .box>.text .list ul li h5 {
    font-size: 18px;
  }
  .faq-page .box>.text .list ul li span {
    font-size: 24px;
  }
  #ewm {
    display: none;
  }
  .manufacture-page .manufacture-2 .listContent span {
    font-size: 22px;
    padding: 15px;
  }
  .manufacture-page .manufacture-2 .listContent .text h6 {
    font-size: 28px;
  }
  .manufacture-page .manufacture-2 .listContent,.manufacture-page .manufacture-2 .listImg {
    padding: 0;
  }
  .manufacture-page .manufacture-2 .listContent span:after {
    height: 70%;
    right: 5%;
  }
  .manufacture-page .manufacture-2 .listImg .slick-arrow {
    height: 80px;
  }
  .manufacture-page .manufacture-3 .listImg li .text h6 {
    font-size: 20px;
  }
  .manufacture-page .manufacture-3 .listImg li .text {
    height: auto;
  }
  .manufacture-page .manufacture-3 .listImg li .text>span {
    line-height: normal;
    height: auto;
    font-size: 50px;
    line-height: 1;
  }
  .manufacture-page .manufacture-3 .listImg .slick-arrow {
    display: none !important;
  }
  #index-body h2 {
    font-size: 30px;
  }
  #index-body .init-6 .right ul li .text {
    width: 100%;
  }
  #index-body .init-6 .right ul li .img {
    width: 100%;
  }
  .about-page .about-6 .box ul li {
    padding-left: 200px;
  }
  .about-page .about-6 .box ul:after {
    left: 160px;
  }
  .about-page .about-6 .box ul li:after {
    left: 155px;
  }
  .about-page .about-6 .box ul li h3 {
    width: 4.2em;
  }
  .about-page .about-1 .box {
    padding-top: 0;
  }
  .faq-page .faq-1 h2, .download-page h2, .manufacture-page .manufacture-1 h2 {
    font-size: 32px;
  }
  .download-page {
    margin-top: 40px;
  }
  .why-page .why-2 .text {
    width: 100%;
    padding: 20px 0;
  }
  .why-page .why-2 .img {
    width: 100%;
    padding-top: 20px;
  }
  .newdet-page .bottom .left{
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .news-page .box ul li{
    width: 100% !important;
  }
  .about-page .about-5 .slide .text h4,
  .about-page .about-7 h2 {
    font-size: 24px;
  }
  .manufacture-page .manufacture-3 .listImg li .text {
    margin-left: 0;
  }
  .manufacture-page .manufacture-3 .listImg {
    margin-top: 30px;
  }
  .inner-banner,
  .inner-banner.small {
    height: 300px;
    padding-top: 80px;
    background-size: auto 100%;
    background-position: center center;
  }
  .inner-banner h2,
  .about-page .about-1 h2 {
    font-size: 24px;
  }
  .about-page .about-3 {
    height: 240px;
    line-height: 240px;
  }
  .about-page .about-5 .slide {
    width: 100%;
    height: 240px;
    line-height: 240px;
    text-align: left !important;
  }
  .about-page .about-5 {
    display: none;
  }
  .about-page .about-6 h2 {
    font-size: 28px;
  }
  .about-page .about-7 .list ul li {
    padding: 0 5px;
  }
  .about-page .about-7 .list ul {
    margin: 0 -5px;
  }
  .about-page .about-6 .box ul li .text {
    font-size: 14px;
  }
  .product-cat-page .product-slide .top .img,
  .product-cat-page .product-slide.product-cat-2 .top .img {
    margin-bottom: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    left: 0 !important;
  }
  .product-cat-page .product-slide .top .text,
  .product-cat-page .product-slide.product-cat-2 .top .text {
    width: 100%;
    padding: 0 !important;
    margin-top: 30px;
    left: 0 !important;
  }
  .product-cat-page .product-slide .cat-list {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  .product-cat-page .product-slide .pro-list ul .slick-dots {
    display: none !important;
  }
  .product-cat-page .product-slide .top .text:after {
    width: 80px;
    height: 80px;
  }
  .product-cat-page .new-product {
    padding-top: 40px;
  }
  .product-cat-page .product-slide .top .text h3 {
    font-size: 28px;
  }
  .product-cat-page .product-slide {
    padding-top: 20px;
  }
  .prodet-page .prodet-2 .top ul li {
    width: 33.333%;
  }
  .prodet-page .prodet-2 .top ul li a {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .text .content strong {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .bottom .det .det-2 .content {
    margin-top: 20px;
  }
  .product-cat-page .new-product h3 {
    font-size: 20px;
  }
  .product-cat-page .new-product .list ul li h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .product-cat-page .new-product .list ul li {
    padding: 5px;
  }
  .product-cat-page .new-product .list ul {
    margin: -5px;
  }
  /*.prodet-page table {
    white-space: nowrap;
  }*/
  .prodet-page td {
    width: auto !important;
  }
  .prodet-page .prodet-2 .bottom .faq .faq-list ul li {
    padding: 20px 25px;
  }
  .prodet-page .prodet-2 .bottom .faq .faq-list ul li .text {
    margin-top: 10px;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .bottom .det .det-1 table {
    margin: 0;
  }
  .news-page .list ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .news-page .list ul li .text {
    width: 100%;
    padding: 20px 15px;
    background: #f8f8f8;
  }
  .newdet-page .bottom .right {
    display: none;
  }
  .newdet-page .bottom .left {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-1 .left .form {
    margin-top: 20px;
  }
  .contact-page .contact-1 .right .list ul li {
    width: 100%;
    padding: 10px;
  }
  .contact-page .contact-1 .right {
    display: none;
  }
  .contact-page .contact-2 {
    padding-bottom: 40px;
  }
  .product-cat-page .product-slide.product-cat-2 .cat-list {
    padding-bottom: 30px;
  }
  .faq-page .faq-1 h2, .download-page h2,.manufacture-page .manufacture-1 h2 {
    font-size: 32px;
  }
  .download-page .download-1 .box .text h3,.faq-page .box>.text h3,.manufacture-page .manufacture-2 h2 {
    font-size: 26px;
  }
  .faq-page .box>.text .list ul li h5 {
    font-size: 16px;
  }
  .faq-page .box>.text .list ul li span {
    font-size: 20px;
  }
  .faq-page .faq-1 {
    padding: 50px 0;
  }
  .manufacture-page .manufacture-2 .listTitle h6 {
    font-size: 14px;
  }
  .manufacture-page .manufacture-2 .listTitle {
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 {
    padding: 30px 0;
  }
  .manufacture-page .manufacture-2 .listImg {
    margin-top: 30px;
  }
  .manufacture-page .manufacture-1 p {
    padding-top: 20px;
  }
  .manufacture-page .manufacture-1 {
    padding: 50px 0;
  }
  .manufacture-page .manufacture-3 .listImg li .text {
    width: 100%;
  }
  .manufacture-page .manufacture-3 .listImg li .img {
    left: 0 !important;
  }
  .prodet-page .prodet-1 .text a.more {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .img .smallImg ul li {
    width: 50%;
  }
  .product-cat-page .product-slide .cat-list ul li a {
    line-height: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
   .news-page .nav {
    display: none;
  }
  .news-page .box ul li h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-page .box {
    padding-top: 0;
  }
  .inner-from .box h2 {
    font-size: 24px;
  }
  .inner-from {
    padding: 40px 0;
  }
  .prodet-page .prodet-2 .bottom .det .det-3 .content table {
    max-width: none;
  }
  .prodet-page .prodet-2 .top ul li {
    width: 50%;
  }
  .prodet-page .prodet-2 .top ul li:last-child {
    display: none;
  }
  .prodet-page .prodet-2 .top ul li a {
    font-size: 12px;
  }
  .inner-banner h2 {
    font-size: 20px;
  }
  .product-cat-page .product-slide .top .text h3 {
    font-size: 24px;
  }
  .product-cat-page .product-slide .pro-list ul li {
    padding: 5px;
  }
  .product-cat-page .product-slide .pro-list ul {
    margin: -5px;
  }
  .faq-page .list ul li h4 {
    padding: 10px 30px 10px 10px;
    font-size: 14px;
  }
  .faq-page .list ul li h4 span {
    right: 10px;
  }
  .faq-page .list ul li .content {
    padding: 10px;
    font-size: 12px;
  }
  .faq-page .list {
    margin-top: 20px;
  }
}
.manufacture-page .manufacture-2 p,
.why-page .why-1 .text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.service-page .p28-s01 .text-wrap {
    width: 48%;
    max-width: 480px;
    float: left;
}
.service-page .p28-s01 .mml-row {
    padding: 100px 10px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.service-page h2 {
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 600;
    font-style: italic;
}
.service-page .p28-s01 .text-wrap p {
    max-width: 365px;
}
.service-page .p28-s01 .line {
    margin-top: 40px;
}
.service-page .line {
    width: 40px;
    height: 4px;
    background-color: #d50e2f;
}
.p3-s02 {
  min-height: 600px;
  position: relative;
}
.p3-s02 .mml-row {
  padding: 60px 10px 120px;
  position: unset;
}
.p3-s02 p {
  max-width: 578px;
}
.p3-s02 .logo-wrap {
  width: 70%;
  max-width: 800px;
}
.p3-s02 .logo-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p3-s02 .logo-list li {
  width: 24%;
  margin-right: 60px;
  max-width: 150px;
  text-align: center;
  margin-top: 60px;
}
.p3-s02 .logo-list li:nth-child(4n) {
  margin-right: 0px;
}
.p3-s02 .logo-list li:hover span {
  color: #d50e2f;
}
.p3-s02 span {
  display: inline-block;
  margin-top: 20px;
  transition: all 0.6s;
}
.p3-s02 .img-wrap {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.service-page .init-1{
  padding: 60px 0;
  background: #f7f7f7;
}
.service-page .init-1 .column {
  vertical-align: middle;
  padding: 10px;
}
.service-page .init-1 .column h2 {
  font-size: 42px;
  font-weight: 800;
  font-style: inherit;
  color: #000;
  margin-bottom: 50px;
}
.service-page .init-1 .column p {
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0;
}
.service-page .init-1 .column .line {
  width: 40px;
  height: 4px;
  background-color: #000;
}
.service-page .init-1 .column:nth-child(1) {
  padding-right: 5%;
}
.service-page .init-1 .column:nth-child(4) {
  padding-left: 5%;
}
.service-page .init-2 {
  padding: 70px 0;
  margin-top: 50px;
  background-color: #f8f8f8;
}
.service-page .init-2 h2 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 800;
}
.service-page .init-2 .grid-box {
  margin-top: 30px;
  padding: 0 5%;
}
.service-page .init-2 .grid-box .column {
  padding: 10px;
}
.service-page .init-3 {
  padding-top: 80px;

}
.service-page .init-3 .part1 .column {
  width: 70%;
  vertical-align: middle;
}
.service-page .init-3 .part1 .column h2 {
  font-size: 42px;
  font-weight: 800;
  font-style: inherit;
  padding-bottom: 10px;
  color: #000;
}
.service-page .init-3 .part1 .column p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}
.service-page .init-3 .part1 .column:nth-child(1) {
  padding-right: 5%;
}
.service-page .init-3 .part1 .column:nth-child(2) {
  width: 30%;
}
.service-page .init-3 .part1 .column:nth-child(2) a.more {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  /*text-transform: uppercase;*/
  color: #fff;
  background-color: #000;
}
.service-page .init-3 .part2 .process-list li {
  width: 100%;
  max-width: 1920px;
  margin-top: 50px;
  float: left;
  /*padding: 10px;*/
}
.service-page .init-3 .part2 .process-list li .des {
  background-color: #ffffff;
  color: #000;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0%);
  box-shadow: 0px 0px 16px 0px rgb(0 0 0%);
  border-radius: 0px 0px 4px 4px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 106px;
}
.service-page .init-3 .part2 .process-list li .des .num {
  width: 43px;
  height: 43px;
  background-color: #d50e2f;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: -22.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.service-page .init-4 .init-content {
  padding: 80px 12% 80px 99px;
  margin-left: 10.5%;
  background: #f8f8f8;
}
.service-page .init-4 .init-content h2 {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 600;
  font-style: inherit;
  font-family: "NDM";
}
.service-page .init-4 .init-content .grid-box {
  margin-top: 30px;
}
.service-page .init-4 .init-content .grid-box .column {
  margin-bottom: 20px;
}
.service-page .init-4 .init-content .grid-box .column .grid-box {
  padding-right: 5%;
}
.service-page .init-4 .init-content .grid-box .column .grid-box .column {
  width: 20%;
}
.service-page .init-4 .init-content .grid-box .column .grid-box .column:nth-child(2) {
  width: 80%;
  padding-left: 5%;
}
.service-page .init-4 .init-content .grid-box .column .grid-box .column:nth-child(2) p {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
}

.service-page .init-3 .part2 .process-list li .des h4{
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1450px) {
  .p3-s02 .logo-wrap {
    width: 80%;
  }
  .p3-s02 .logo-list li {
    margin-right: 2%;
  }
}
@media (max-width: 960px) {
  .p3-s02 .logo-wrap {
    width: 100%;
    max-width: unset;
  }
  .p3-s02 .img-wrap {
    display: none;
  }
}
@media (max-width: 880px) {
  .p3-s01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p3-s01 h2 {
    font-size: 24px;
  }
  .p3-s01 .col-left {
    width: 40%;
  }
  .p3-s01 .col-right {
    width: 58%;
  }
  .p3-s01 .col-right h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .p3-s01 .des-wrap {
    padding-top: 0px;
  }
  .p3-s01 .product-title {
    margin-top: 20px;
  }
  .product-page .product-2 .sidebar-left{
    display: none;
  }
  .product-page .product-2 .page-right{
    width: 100%;
    padding: 0;
  }
  .service-page .init-1 .column h2{
    font-size: 20px;
  }
  .service-page .init-1 .column p {
    font-size: 14px;
    margin: 10px 0;
}
.service-page .init-2 h2,
.service-page .init-3 .part1 .column h2,
.service-page .init-4 .init-content h2 {
    font-size: 20px;
}
.service-page .init-3 .part1 .column p{
  font-size: 14px;
}
.service-page .init-3 .part1 .column:nth-child(2) a.more{
  font-size: 16px;
}
.service-page .init-4 .init-content{
  margin-left: 0;
}
}
@media (max-width: 680px) {
  .p3-s01 .template-list > li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p3-s01 .template-list > li > a {
    width: 100%;
  }
  .p3-s01 .text-wrap {
    width: 100%;
    max-width: 320px;
    margin-top: 25px;
  }
  .p3-s02 .logo-list li {
    width: 32%;
    margin-right: 1.33%;
  }
  .p3-s02 .logo-list li img {
    width: 80%;
  }
}
@media (max-width: 580px) {
  .p3-s01 .mml-row {
    flex-wrap: wrap;
    padding: 60px 20px;
    justify-content: center;
  }
  .p3-s01 .col-left {
    width: 100%;
    max-width: 335px;
  }
  .p3-s01 .col-right {
    width: 100%;
    margin-top: 40px;
  }
  .p3-s01 .product-title h4 {
    font-size: 16px;
  }
  .p3-s01 .list-wrap a {
    font-size: 14px;
  }
  .product-page .product-2 .page-right ul li{
    width: 100%;
  }
  .prodet-page h3{
    font-size: 20px;
  }
  .service-page .init-1 .column{
    width: 100%;
  }
  .service-page .init-1 .column h2{
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .p3-s02 .mml-row {
    padding: 60px 20px;
  }
  .p3-s02 .logo-list {
    margin-top: 0px;
  }
  .p3-s02 .logo-list li {
    margin-top: 30px;
  }
  .p3-s02 span {
    font-size: 14px;
    margin-top: 15px;
  }
  .service-page .init-3 {
    padding: 20px;
}
.service-page .init-3 .part2 .process-list li{
  width: 50%;
}
.service-page .init-4 .init-content{
  padding: 30px;
}
}

.p04-custom-parts {
  padding: 80px 0 100px;
  background-color: #f6f7f9;
}
.p04-custom-parts .text h3 {
  margin: 25px 0 5px;
}
.p04-custom-parts .mml-row {
  position: relative;
  padding: 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;
}
.p04-custom-parts .item {
  /*max-width: 340px;*/
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  margin: 0 10px 20px;
  padding: 35px 40px 35px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .item h3 {
    color: #b1d52e;
    font-size: 24px;
    line-height: 44px;
    margin: 25px 0 5px;
    font-weight: bold;
}
/*.p04-custom-parts .item:nth-child(4) {
  margin-left: 150px;
}*/
.p04-custom-parts .icon {
  max-width: 60px;
  overflow: hidden;
}
.p04-custom-parts .title {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .title h2 {
  margin-bottom: 15px;
}
.p04-custom-parts .line {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 1px;
  height: 360px;
  /*background-color: #4d6845;*/
}
.p04-custom-parts .line::before {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 80px;
  /*background-color: #4d6845;*/
}
.p04-formulation {
  padding: 120px 0 110px;
}
.p04-formulation .title p {
  margin: 20px 0 55px;
}
.p04-more-than {
  padding: 120px 0;
  background-color: #f6f7f9;
}
.p04-more-than .title p {
  max-width: 920px;
  margin: 20px auto 55px;
}
.p04-more-than .item {
  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;
}
.p04-more-than .item:not(:last-child) {
  margin-bottom: 30px;
}
/*.p04-more-than .item:nth-child(odd) .img {
  margin-left: 80px;
}*/
.p04-more-than .item:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /*margin-right: 80px;*/
}
.p04-more-than .item:nth-child(even) .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p04-more-than .item .text {
  max-width: 680px;
  width: 48%;
}
.p04-more-than .item .text h3 {
  margin-bottom: 20px;
  color: #051321;
}
.p04-more-than .item .text ul {
  margin-top: 20px;
}
.p04-more-than .item .text ul li {
  position: relative;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  padding-left: 28px;
}
.p04-more-than .item .text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.p04-more-than .item .text ul i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #b1d52e;
  margin-right: 10px;
}
.p04-more-than .img {
  max-width: 650px;
  width: 45%;
  max-height: 380px;
  overflow: hidden;
}
.end-sec {
  width: 100%;
  margin: 0 auto;
  max-width: 1740px;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
/*.end-sec .box {
  max-width: 1200px;
  margin: auto;
}*/
.end-sec .box > h2 {
  font-family: 'NDM';
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 35px;
}
.end-sec .tab-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;
}
.end-sec .tab-wrap .tab-btn {
  width: 30%;
  max-width: 350px;
  display: none;
}
.end-sec .tab-wrap .tab-btn ul {
  background-color: #fff;
  border-right: solid 1px #f3f4f6;
}
.end-sec .tab-wrap .tab-btn ul li {
      padding: 12px 45px 12px 40px;
    border-bottom: 1px solid #f9f9f9;
    /* font-style: normal; */
    font-size: 18px;
    line-height: 32px;
    font-family: 'PR';
    color: #5a5a5a;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.end-sec .tab-wrap .tab-btn ul li.active {
  background-color: #000;
    color: #fff;

}
.end-sec .tab-wrap .tab-btn ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #949ca2;
  border-radius: 5px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.end-sec .tab-wrap .tab-btn ul li i {
  position: absolute;
  right: 35px;
  color: #2a84e9;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.end-sec .tab-wrap .tab-sec {
  width: 100%;
  background-color: #fff;
}
.end-sec .tab-wrap .tab-sec section {
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.end-sec .tab-wrap .tab-sec section.current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.end-sec .tab-wrap .tab-sec section .img-wrap {
  width: 48%;
  max-width: 540px;
}
.end-sec .tab-wrap .tab-sec section .img-wrap img{
  width: 100%;
}
.end-sec .tab-wrap .tab-sec section .text-wrap {
  width: 64%;
  /*max-width: 320px;*/
  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;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text h2 {
  font-family: 'PB';
    font-style: normal;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    margin-bottom: -2px;
    color: #b1d52e;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text h4 {
  font-family: 'NDM';
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 20px;
    margin-top: 20px;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text p {
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    color: #242424;
}
.text.mod-1 h3 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 p {
    font-size: 16px;
    line-height: 32px;
    color: #242424;
    letter-spacing: 0.2px;
    font-family: 'PR';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 h2 {
    font-style: normal;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1200px) {
  .end-sec .tab-wrap .tab-sec section .text-wrap .text h2{
    font-size: 20px;
    line-height: 36px;
  }

  .end-sec .tab-wrap .tab-sec section .text-wrap .text h4{
    font-size: 30px;
    line-height: 1.4;
  }

  .text.mod-1 h3{
    font-size: 30px;
  }

  .text.mod-1 h3{
    font-size: 20px;
    line-height: 36px;
  }

  .end-sec .box > h2{
    font-size: 30px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1000px) {
  .p04-custom-parts .title{
    width: calc(50% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(50% - 20px);
  }

  .end-sec .tab-wrap{
    display: block;
  }
  .end-sec .tab-wrap .tab-btn{
    width: 100%;
    max-width: 100%;
  }
  .end-sec .tab-wrap .tab-sec{
    width: 100%;
  }

  .p04-more-than .item{
    display: block;
  }

  .p04-more-than .img{
    width: 100%;
    max-width: 100%;
    max-height: initial;
  }
  .p04-more-than .item .text{
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
  }

  .p04-more-than{
    padding: 60px 0;
  }

  .end-sec{
    padding: 0px 0!important;
  }

  .p04-custom-parts{
    padding: 20px 0!important;
  }
}

@media screen and (max-width: 500px) {
  .p04-custom-parts .title{
    width: calc(100% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(100% - 20px);
  }
  .end-sec .tab-wrap .tab-sec section.current{
    display: block;
  }
  .end-sec .tab-wrap .tab-sec section .img-wrap{
    width: 100%;
    max-width: 100%;
  }
  .end-sec .tab-wrap .tab-sec section .text-wrap{
    width: 100%;
  }
}

/*新增*/
.faq-page1 .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}
.faq-page1 .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page1 .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page1 .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page1 .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page1 .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page1 .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page1 .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: var(--color);
}
.faq-page1 .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page1 .faq-2 {
    padding: 70px 0;
}
.faq-page1 .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page1 .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page1 .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page1 .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;
}
.faq-page1 .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: var(--color);
}
.faq-page1 .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page1 .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page1 .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page1 .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page1 .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.faq-page1 .form ul {
    margin: -5px;
}
.faq-page1 .form ul li {
    padding: 5px;
}
.faq-page1 .form ul li.wid-100 {
    width: 100%;
}
.faq-page1 .form ul li input,
.faq-page1 .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.faq-page1 .form ul li input::-webkit-input-placeholder,
.faq-page1 .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.faq-page1 .form ul li input:-moz-placeholder,
.faq-page1 .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.faq-page1 .form ul li input::-moz-placeholder,
.faq-page1 .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.faq-page1 .form ul li input:-ms-input-placeholder,
.faq-page1 .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.faq-page1 .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.faq-page1 .form ul li input[type="submit"] {
    background: #000;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    text-transform: uppercase;
}
.faq-page1 .form ul li input[type="submit"]:hover {
    background: #222;
}
h2.title {
    /*font-size: 48px;
    font-weight: 700;*/
    color: #1c1628;
    line-height: 1;
    font-size: 32px;
    font-family: "NDM";

}
.contact-page1 .contact-1 {
    padding: 120px 0 40px;
}
.contact-page1 .contact-1 .left {
    width: 30%;
}
.contact-page1 .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page1 .contact-1 .left .info ul li {
    margin-bottom: 50px;
    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;
}
.contact-page1 .contact-1 .left .info ul li span {
    background: #000;
    display: block;
    padding: 2px;
    width: 60px;
    height: 60px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page1 .contact-1 .left .info ul li span i {
    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;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page1 .contact-1 .left .info ul li h6 {
    font-size: 15px;
    color: #666;
}
.contact-page1 .contact-1 .left .info ul li h6 small {
    font-size: 1.33333333em;
    color: black;
    display: block;
}
.contact-page1 .contact-1 .right {
    width: 70%;
    padding-right: 4%;
}
.contact-page1 .contact-1 .right .form {
    padding: 60px;
    background: #F4F2F9;
}
.contact-page1 .contact-1 .right .form ul {
    margin: -10px;
}
.contact-page1 .contact-1 .right .form ul li {
    padding: 10px;
}
.contact-page1 .contact-1 .right .form ul li input,
.contact-page1 .contact-1 .right .form ul li textarea {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 25px;
    outline: none;
    line-height: 19px;
    border: none;
    font-size: 14px;
    caret-color: var(--color);
}
.contact-page1 .contact-1 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.contact-page1 .contact-1 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
    color: #999;
}
.contact-page1 .contact-1 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
    color: #999;
}
.contact-page1 .contact-1 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.contact-page1 .contact-1 .right .form ul li input::placeholder,
.contact-page1 .contact-1 .right .form ul li textarea::placeholder {
    color: #999;
}
.contact-page1 .contact-1 .right .form ul li input[type="submit"]:hover{
  background: #000;
  color: #fff;
}
.contact-page1 .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page1 .contact-1 .right .form ul li textarea {
    height: 180px;
}
.contact-page1 .contact-1 .right .form ul li a.more {
    width: 100%;
    text-align: center;
}
.contact-page1 .contact-2 .box {
    border-left: 10px solid #000;
    position: relative;
    z-index: 1;
    padding: 70px 100px 70px 100px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.contact-page1 .contact-2 .box:after {
    content: '';
    z-index: -1;
    background: #1D1729;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-page1 .contact-2 .box span.tag {
    color: #fff;
}
.contact-page1 .contact-2 .box span.tag:before {
    display: none;
}
.contact-page1 .contact-2 .box h2.title {
    color: white;
    font-size: 36px;
}
.contact-page1 .contact-2 .box .left {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.contact-page1 .contact-2 .box .right {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.contact-page1 .contact-3 {
    position: relative;
    z-index: 0;
}
.contact-page1 .contact-3 .button-group .button {
    background: black;
}
.contact-page1 .contact-3 #mapContainer {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}
@media screen and (max-width: 1500px) {
   .contact-page1 .contact-1 {
        padding: 80px 0 40px;
    }
    .contact-page1 .contact-1 .left .info ul li span {
        width: 70px;
        height: 70px;
    }
    .contact-page1 .contact-1 .left .info ul li h6 {
        font-size: 13px;
    }
    .contact-page1 .contact-1 .left .info ul li h6 small {
        font-size: 1.2em;
    }
    .contact-page1 .contact-1 .right .form {
        padding: 30px;
    }
    .contact-page1 .contact-1 .right .form ul li {
        padding: 5px;
    }
    .contact-page1 .contact-1 .right .form ul {
        margin: -5px;
    }
    .contact-page1 .contact-1 .right .form ul li input,
    .contact-page1 .contact-1 .right .form ul li textarea {
        padding: 15px;
    }
    .contact-page1 .contact-2 .box h2.title {
        font-size: 28px;
    }
    .contact-page1 .contact-2 .box {
        padding: 50px 5%;
    }
}
@media screen and (max-width: 1000px) {
  .contact-page1 .contact-2 .box {
        padding: 30px 3%;
        margin-top: -50px;
    }
    .contact-page1 .contact-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-page1 .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
    #mapContainer {
        height: 360px !important;
    }
}
@media screen and (max-width: 700px) {
  .contact-page1 .contact-2 .box .left {
        width: 100%;
    }
    .contact-page1 .contact-2 .box .right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
  h2.title{
    font-size: 36px;
  }
    .faq-page1 .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page1 .faq-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .faq-page1 .faq-2 .left ul li h4 {
        font-size: 16px;
    }
    .faq-page1 .faq-2 .right .box2 {
        padding: 15px;
    }
    .faq-page1 .faq-2 .right .box2 h3.title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
   h2.title{
    font-size: 30px;
  }
  .contact-page1 .contact-2 .box h2.title {
        font-size: 22px;
    }
    .contact-page1 .contact-2 .box {
        margin-top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-page1 .contact-2 {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1000px) {
  .about-page .about-4{
    display: none;
  }
  .end-sec .tab-wrap .tab-sec section .text-wrap{
    padding-left: 20px;
  }
  .end-sec .tab-wrap .tab-sec section .text-wrap .text h4{
    font-size: 26px;
  }
  .end-sec{
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .service-page .init-3{
    padding: 20px 0 0 0;
  }
  .service-page .init-3 .part2 .process-list li{
    width: 100%; 
  }
  .end-sec .tab-wrap .tab-sec section .text-wrap .text p{
    line-height: 1.6;
  }
  .end-sec .tab-wrap .tab-sec section .text-wrap .text p{
    font-size: 16px;
  }
  .end-sec .tab-wrap .tab-sec section .text-wrap .text h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .init-3 .part1 .column:nth-child(1){
    width: 100%; 
  }
  .service-page .init-3 .part1 .column:nth-child(2) a.more{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .about-page .about-1 .box .slide .text{
    margin-top: 0;
  }
  .service-page .init-1 .column h2{
    margin-bottom: 0;
  }
  .service-page .init-1 .column:nth-child(1){
    padding-right: 0;
  }
  .service-page .init-1{
    padding: 30px 0;
  }
  .about-page .about-1 .box .slide .text h4{
    font-size: 22px;
    margin-bottom: 0;
  }
  .about-page .about-1 .box .slide:last-child{
    margin-bottom: 30px;
  }
  .end-sec .tab-wrap .tab-sec section .text-wrap{
    display: block;
    width: 100% !important;
    padding-left: 0;
  }
  .end-sec .box > h2{
    font-size: 24px;
  }
  .end-sec .tab-wrap .tab-sec section{
    display: block;
  }
}