@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: 'NDT';
  src: url('../fonts/Neutraface2Display-Titling.eot') format('eot'), url('../fonts/Neutraface2Display-Titling.woff2') format('woff2'), url('../fonts/Neutraface2Display-Titling.woff') format('woff'), url('../fonts/Neutraface2Display-Titling.ttf') format('truetype');
}
@font-face {
  font-family: 'PB';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
}
@font-face {
  font-family: 'RR';
  src: url('../fonts/RanyRegular.eot') format('eot'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
}
body {
  font-family: 'PR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1480px;
  margin: auto;
  width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#header {
  z-index: 20;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #1a1a1a;
}
#header .nav .ui.container {
  max-width: 1710px;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 15%;
  margin-right: auto;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2.7rem 0 0;
  font-size: 18px;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  color: #fff;
  float: left;
  position: relative;
  -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 {
  display: block;
  padding: 25px 0;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: '';
  position: absolute;
  top: -13px;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: #ea6f00;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #ea6f00;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before {
  width: 100%;
  left: 0;
}
#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 #ea6f00;
  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: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
.product-details .p4-s02 .detail-tab strong{
    font-weight: bold!important;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .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: 0;
  left: 180px;
  width: 240px;
  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 #ea6f00;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):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 .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .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: 0;
  left: 180px;
  width: 240px;
  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 #ea6f00;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-left: 2.25rem;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 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 #ea6f00;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-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 .shop {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.2rem;
  position: relative;
}
#header .nav .ui.menu .shop em {
  font-size: 16px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 19px;
  height: 19px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background: #ea6f00;
  color: #fff;
  font-family: 'RR';
}
#header.active {
  position: fixed;
}
#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: 55px;
  height: 30px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center;
  left: 47.5%;
  top: 23.5%;
  animation: up 2s linear infinite;
  -webkit-animation: up 2s linear infinite;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center;
  top: 90%;
  right: 12%;
  animation: down 2s linear infinite;
  -webkit-animation: down 2s linear infinite;
}
@keyframes up {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes down {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
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: 20;
}
#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;
  cursor: hand;
}
#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;
}
#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;
  cursor: hand;
}
#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;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner ul li .text .ui.container {
  height: 100%;
}
#banner ul li .text .left {
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 14%;
}
#banner ul li .text .left span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 6px;
}
#banner ul li .text .left h2 {
  font-size: 4rem;
  letter-spacing: 10px;
  font-weight: 600;
  font-family: 'NDT';
  line-height: 1.1;
  margin-top: 1.8rem;
}
#banner ul li .text .left .more {
  display: inline-block;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  border: 1px solid #ea6f00;
  background: #ea6f00;
  margin-top: 3.8rem;
  margin-right: 0.75rem;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .left .more:last-child {
  margin-right: 0;
  background: transparent;
  border-color: #fff;
}
#banner ul li .text .left .more:last-child:hover {
  border-color: #ea6f00;
}
#banner ul li .text .left .more:last-child:hover::before {
  background: #ea6f00;
}
#banner ul li .text .left .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .left .more:hover {
  border-color: #fff;
  background: transparent;
}
#banner ul li .text .left .more:hover::before {
  width: 100%;
  left: 0;
}
#banner ul li .text .right {
  position: absolute;
  right: 0rem;
  top: 0;
  padding-left: 4.6rem;
  width: 50%;
  height: 100%;
  padding-top: 12%;
}
#banner ul li .text .right img {
  position: relative;
  z-index: 1;
}
#banner ul li .text .right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 7%;
  width: 75%;
  height: 100%;
  background: rgba(3, 74, 164, 0.9);
}
#index-body .more {
  display: inline-block;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover::before {
  left: 0;
  width: 100%;
}
#index-body span.sp {
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 1;
  text-transform: uppercase;
}
#index-body h3.title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  font-family: 'NDT';
  margin-top: 1.15rem;
  color: #1a1a1a;
}
#index-body .about {
  padding: 7.9rem 0 5rem;
  background: #f5f5f5;
}
#index-body .about .left {
  width: 49.3%;
}
#index-body .about .left span {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'NDT';
  color: #ea6f00;
}
#index-body .about .left h3 {
  font-size: 1.65rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
  font-family: 'NDT';
  margin-top: 1.7rem;
}
#index-body .about .left .con {
  margin-top: 1.5rem;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  padding-right: 4.5rem;
}
#index-body .about .left .more {
  margin-top: 1.95rem;
  background: #034aa4;
  color: #fff;
  border: 2px solid #034aa4;
}
#index-body .about .left .more:hover {
  color: #034aa4;
}
#index-body .about .left .more:hover::before {
  background: #fff;
}
#index-body .about .left .more:last-child {
  border: solid 2px #034aa4;
  color: #034aa4;
  background: #fff;
  margin-left: 1rem;
}
#index-body .about .left .more:last-child img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#index-body .about .left .more:last-child:hover {
  color: #fff;
}
#index-body .about .left .more:last-child:hover img {
  filter: brightness(100);
}
#index-body .about .left .more:last-child:hover::before {
  background: #034aa4;
}
#index-body .about .right {
  position: relative;
  z-index: 1;
  text-align: right;
  width: 50.7%;
  padding-left: 3rem;
}
#index-body .about .right::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: -2.9rem;
  width: 83.7%;
  height: 94.53%;
  background: #ea6f00;
}
#index-body .about .right ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: -1.7rem;
  bottom: 30%;
  width: 100%;
  text-align: center;
}
#index-body .about .right ul .slick-dots li {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 9px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .about .right ul .slick-dots li:last-child {
  margin-bottom: 0;
}
#index-body .about .right ul .slick-dots li button {
  display: none;
}
#index-body .about .right ul .slick-dots li.slick-active {
  background: #fff;
}
#index-body .init-1 {
  background: url(../images/init1-bg.jpg) no-repeat center center;
  background-size: cover;
}
#index-body .init-1 .box {
  padding: 4.65rem 0 4.55rem;
  color: #fff;
}
#index-body .init-1 .box .left {
  vertical-align: middle;
  width: 40%;
}
#index-body .init-1 .box .left h3.title {
  font-size: 1.8rem;
  margin-top: 1.35rem;
  color: #fff;
}
#index-body .init-1 .box .left .more {
  margin-top: 2.95rem;
  background: #ea6f00;
}
#index-body .init-1 .box .left .more::before {
  background: #034aa4;
}
#index-body .init-1 .box .right {
  width: 60%;
  vertical-align: middle;
}
#index-body .init-1 .box .right ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-box-justify-content: flex-end;
  -moz-box-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#index-body .init-1 .box .right ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  width: 33.33333%;
  text-align: center;
  font-family: 'PB';
  padding: 1.2rem 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .right ul li h4 {
  font-size: 2.5rem;
  line-height: 1;
  font-family: 'NDT';
}
#index-body .init-1 .box .right ul li h4 em {
  display: inline-block;
}
#index-body .init-1 .box .right ul li h4 sub {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .box .right ul li h4 sup {
  display: inline-block;
  font-size: 1.55rem;
  line-height: 1;
  font-family: 'PR';
}
#index-body .init-1 .box .right ul li p {
  font-size: 18px;
  font-family: 'RR';
  color: #a8a8a8;
  line-height: 1;
}
#index-body .init-1 .box .right ul li:nth-child(even) {
  border-right: 0;
}
#index-body .init-1 .box .right ul li:hover {
  background: #ea6f00;
  color: #fff;
}
#index-body .init-1 .box .right ul li:hover p {
  color: #fff;
}
#index-body .init-1 .box .right .bottom ul li {
  border-bottom: 0;
  padding: 1.4rem;
}
#index-body .product {
  background: #f5f5f5;
  padding: 5.3rem 0 3.7rem;
}
#index-body .product .top .header {
  text-align: center;
}
#index-body .product .top .header span.sp {
  color: #ea6f00;
}
#index-body .product .top .content {
  margin-top: 3.5rem;
  padding: 0 3px 0 2px;
}
#index-body .product .top .content ul {
  margin-right: -3px;
}
#index-body .product .top .content li {
  padding: 1.5rem 0;
  background-color: #fff;
  border: solid 1px #bfbfbf;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .top .content li .img {
  text-align: center;
}
#index-body .product .top .content li .img .img-box {
  display: block;
}
#index-body .product .top .content li .img img {
  display: inline-block;
}
#index-body .product .top .content li .cart {
  position: absolute;
  top: 15px;
  right: 18px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .top .content li .text {
  padding: 22px 23px 0;
}
#index-body .product .top .content li .text span {
  font-size: 14px;
  color: #a8a8a8;
  /*line-height: 1.6;*/
}
#index-body .product .top .content li .text h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin-top: 5px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  height: 60px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
    #index-body .product .top .content li .text h3 {
        height: auto;
    }
}
#index-body .product .top .content li .text .icon {
  margin-top: 5px;
}
#index-body .product .top .content li .text .more {
  height: 51px;
  line-height: 51px;
  width: 100%;
  background-color: #034aa4;
  margin-top: 1.35rem;
  color: #fff;
  font-size: 20px;
}
#index-body .product .top .content li .text .more::before {
  background: #ea6f00;
}
#index-body .product .top .content li:hover {
  border-color: #222;
}
#index-body .product .top .content li:hover .cart {
  opacity: 1;
}
#index-body .product .top .content .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: 40px;
  height: 40px;
  border: solid 1px #bfbfbf;
  border-radius: 50%;
  color: transparent;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .top .content .slick-arrow:hover {
  background-color: #ea6f00;
}
#index-body .product .top .content .slick-prev {
  background: url("../images/pl.png") no-repeat center center #fff;
  left: -15px;
}
#index-body .product .top .content .slick-next {
  background: url("../images/pr.png") no-repeat center center #fff;
  right: -15px;
}
#index-body .product .bottom {
  margin-top: 2.35rem;
  overflow: hidden;
}
#index-body .product .bottom .cat-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#index-body .product .bottom .cat-list .item {
  width: 32.4%;
  margin-right: 2%;
  background: #1a1a1a;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
  padding: 3.1rem 0 0 0;
  border-bottom: 10px solid #034aa4;
}
#index-body .product .bottom .cat-list .item .all {
  display: block;
}
#index-body .product .bottom .cat-list .item .all .layer {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#index-body .product .bottom .cat-list .item .all .layer .text {
  padding-top: 0.95rem;
  width: 60%;
  display: none;
}
#index-body .product .bottom .cat-list .item .all .layer .text span.sp {
  color: #fff;
  letter-spacing: 4px;
}
#index-body .product .bottom .cat-list .item .all .layer .text h3 {
  font-size: 1.8rem;
  color: #ea6f00;
  line-height: 1;
  font-weight: bold;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}
#index-body .product .bottom .cat-list .item .all .layer .text p {
  font-size: 18px;
  color: #a8a8a8;
  line-height: 1.6;
  padding-right: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#index-body .product .bottom .cat-list .item .all .layer .text .more {
  margin-top: 2rem;
  width: 170px;
  border: solid 2px #ffffff;
  color: #fff;
}
#index-body .product .bottom .cat-list .item .all .layer .text .more:hover {
  border-color: #ea6f00;
}
#index-body .product .bottom .cat-list .item .all .layer .text .more:hover::before {
  background: #ea6f00;
}
#index-body .product .bottom .cat-list .item .all .layer .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#index-body .product .bottom .cat-list .item:last-child .all .layer .img img{
   margin-left: -65px; 
   margin-top: -50px;
}
#index-body .product .bottom .cat-list .item .all .layer .img span.sp {
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  display: block;
  margin-bottom: 1.95rem;
  width: 100%;
}
#index-body .product .bottom .cat-list .item .all .layer .img img {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
#index-body .product .bottom .cat-list .item.active {
  width: 65.6%;
  padding: 2rem 3.35rem 0 3.95rem;
  border-bottom-color: #ea6f00;
}
#index-body .product .bottom .cat-list .item.active .all .layer .img {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
#index-body .product .bottom .cat-list .item.active .all .layer .img span.sp {
  display: none;
}
#index-body .product .bottom .cat-list .item.active .all .layer .text {
  display: block;
}
#index-body .product .bottom .cat-list .item:last-child {
  margin-right: 0;
}
#index-body .product .bottom .cat-list .item:last-child.active {
  padding: 2.1rem 1.5rem 0;
}
#index-body .advantage {
  padding: 3.75rem 0 3.55rem;
}
#index-body .advantage .left h3 {
  font-size: 4.5rem;
  color: #ececec;
  line-height: 1;
  font-family: 'NDT';
}
#index-body .advantage .left h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  font-family: 'NDT';
  line-height: 1;
  padding-right: 6rem;
  margin-top: -4.5%;
}
#index-body .advantage .left .map {
  margin-top: 3.3rem;
}
#index-body .advantage .right {
  padding-left: 4rem;
}
#index-body .advantage .right ul {
  margin-bottom: -1.05rem;
}
#index-body .advantage .right li {
  margin-bottom: 1.05rem;
}
#index-body .advantage .right li .img {
  height: 60px;
}
#index-body .advantage .right li .img img{
transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
}
#index-body .advantage .right li .img img:hover{
    transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
}
#index-body .advantage .right li .text {
  margin-top: 0.9rem;
}
#index-body .advantage .right li .text h4 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1;
}
#index-body .advantage .right li .text p {
  font-size: 18px;
  color: #929292;
  line-height: 1.3;
  margin-top: 0.8rem;
  width: 80%;
}
#index-body .advantage .right li:nth-child(2) p {
  width: 86%;
}
#index-body .advantage .right li:nth-child(3) p {
  width: 90%;
}
#index-body .advantage .right li:last-child p {
  width: 100%;
}
#index-body .advantage .right li:nth-child(even) {
  padding: 3.75rem 0 0 7%;
}
#index-body .news {
  background: #f5f5f5;
  padding: 4.2rem 0 3.7rem;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header span.sp {
  color: #ea6f00;
}
#index-body .news .content {
  margin-top: 3.25rem;
}
#index-body .news .content ul {
  margin-right: -1.55rem;
}
#index-body .news .content ul li {
  padding-right: 1.55rem;
}
#index-body .news .content ul li a {
  display: block;
}
#index-body .news .content ul li .img img {
  width: 100%;
}
#index-body .news .content ul li .text {
  padding-top: 1.25rem;
}
#index-body .news .content ul li .text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .news .content ul li .text time {
  display: block;
  margin-top: 0.5rem;
  font-size: 18px;
  color: #a8a8a8;
}
#index-body .news .content ul li .text time img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#index-body .news .content ul li .text time span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#index-body .news .content ul li .text time em {
  display: inline-block;
  padding-left: 0.8rem;
}
#index-body .news .content ul li .text time em i {
  margin-right: 0.7rem;
}
#index-body .news .content ul li .text p {
  font-size: 18px;
  color: #747474;
  line-height: 1.5;
  margin-top: 0.5rem;
  overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; 
}
#index-body .news .content ul li .text .more {
  margin-top: 1.2rem;
  background-color: #034aa4;
  width: 171px;
  height: 51px;
  line-height: 51px;
  color: #fff;
}
#index-body .news .content ul li .text .more::before {
  background: #ea6f00;
}
#footer {
  background-color: #1a1a1a;
  padding-top: 3.8rem;
}
#footer .f-header {
  padding-bottom: 2.45rem;
  border-bottom: 1px solid rgba(98, 98, 98, 0.5);
}
#footer .f-header .title {
  vertical-align: middle;
  width: 28%;
}
#footer .f-header .title h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  font-family: 'NDT';
}
#footer .f-header .form {
  text-align: right;
  vertical-align: bottom;
  width: 72%;
}
#footer .f-header .form input[type="text"] {
  height: 57px;
  background-color: #ffffff;
  width: 29.5%;
  margin-right: 0.8rem;
  border: none;
  padding-left: 1rem;
  font-size: 16px;
  color: #a8a8a8;
}
#footer .f-header .form .submit {
  width: 65px;
  height: 57px;
  background-color: #ea6f00;
  text-align: center;
  line-height: 57px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  margin-left: -4px;
  margin-top: 7px;
}
#footer .f-header .form .submit img {
  vertical-align: middle;
}
#footer .f-header .form .submit::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #034aa4;
  top: 0;
  left: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-header .form .submit:hover::before {
  width: 100%;
  left: 0;
}
#footer .f-header .form .i3 {
  margin-right: 0 !important;
}
#footer .f-content {
  margin-top: 2.8rem;
  color: #fff;
}
#footer .f-content h3 {
  font-size: 20px;
  font-family: 'PB';
  line-height: 1;
  text-transform: uppercase;
}
#footer .f-content ul {
  margin-top: 2.25rem;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
#footer .f-content ul li h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #ea6f00;
  margin-bottom: 0.5rem;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  padding-right: 3%;
}
#footer .f-content .f-nav {
  padding-left: 5%;
}
#footer .f-content .f-nav ul li {
  margin-bottom: 1.4rem;
}
#footer .f-content .f-product {
  padding-left: 3%;
}
#footer .f-content .f-product ul li {
  margin-bottom: 1.4rem;
}
#footer .f-content .f-code {
  text-align: right;
}
#footer .f-content .f-code #ewm {
  width: 194px;
  border: 10px solid #fff;
  margin: 0 0 0 auto;
}
#footer .f-content .f-code .share {
  margin-top: 1.95rem;
}
#footer .f-content .f-code .share dd {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 18px;
  background-color: #fff;
  color: #1a1a1a;
  margin-right: 0.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-code .share dd:last-child {
  margin-right: 0;
}
#footer .f-content .f-code .share dd:hover {
  background: #ea6f00;
  color: #fff;
}
#footer .f-copy {
  margin-top: 2rem;
}
#footer .f-copy p {
  border-top: 2px solid rgba(98, 98, 98, 0.5);
  padding: 0.95rem 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  text-align: center;
}
#footer .f-copy img{
    display: inline-block;
    vertical-align: middle;
    max-height: 16px;
    filter: brightness(0.58);
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: rgba(255, 255, 255, 0.58);
  margin-top: -1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.58);
}
#footer .f-copy svg:hover {
  fill: #ea6f00;
}
@media screen and (max-width: 1800px) {
  #banner ul li .text .right {
    padding-top: 12%;
  }
  #banner .slick-next {
    right: 10%;
  }
  #banner ul li .text .left {
    width: 60%;
    padding-top: 14%;
  }
  #banner .slick-prev {
    top: 21%;
  }
}
@media screen and (max-width: 1680px) {
  #banner ul li .text .right {
    padding-top: 6%;
  }
  #banner .slick-next {
    right: 4%;
  }
  #banner ul li .text .left {
    padding-top: 8%;
  }
  #banner .slick-prev {
    top: 15%;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .init-1 .box .right ul li {
    width: 36%;
  }
  #index-body .product .bottom .cat-list .item.active {
    padding: 2.1rem 2rem 0;
  }
  #index-body .product .bottom .cat-list .item .all .layer .text {
    width: 54%;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .about .left .con {
    font-size: 18px;
  }
  #index-body .init-1 .box .right ul li {
    width: 42%;
  }
  #index-body .product .bottom .cat-list .item.active .all .layer .text {
    width: 60%;
  }
  #index-body .product .bottom .cat-list .item.active .all .layer .img {
    width: 40%;
  }
  #index-body .product .bottom .cat-list .item .all .layer {
    height: 490px;
  }
  #index-body .advantage .right li .text p {
    width: 100%;
  }
  #index-body .advantage .right li:nth-child(even) {
    padding: 3.75rem 0 0 3%;
  }
  #footer .f-content .f-contact {
    padding-right: 0%;
  }
  #footer .f-content .f-nav {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo {
    margin: 0 auto;
  }
  #banner ul li .text .left .more {
    margin-top: 2rem;
  }
  #index-body .about .left .con {
    padding-right: 2.5rem;
  }
  #index-body .init-1 .box .right ul li {
    width: 44%;
  }
  #index-body .advantage .left h4 {
    padding-right: 1rem;
  }
  #index-body .advantage .right li .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header .nav .ui.menu .logo img {
    width: 50%;
  }
  #mobile #menu-on {
    background: #fff;
  }
  #banner ul li .text .left h2 {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
  #banner ul li .text .left .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  #index-body .about .left {
    width: 100%;
  }
  #index-body .about .left .con {
    padding-right: 0;
  }
  #index-body .about .right {
    display: none;
  }
  #index-body .product .bottom {
    display: none;
  }
  #index-body .advantage .left {
    width: 100%;
  }
  #index-body .advantage .right {
    padding-left: 0;
    width: 100%;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 60%;
  }
  #footer .f-content .f-code {
    width: 40%;
  }
  #footer .f-header .title {
    width: 100%;
  }
  #footer .f-header .form {
    width: 100%;
    padding-top: 2rem;
  }
  #footer .f-header .form input[type="text"] {
    width: 28.8%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    padding-top: 10%;
    width: 100%;
  }
  #banner ul li .text .left span {
    font-size: 16px;
  }
  #banner ul li .text .left h2 {
    font-size: 2rem;
  }
  #banner ul li .text .left .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #banner ul li .text .right {
    display: none;
  }
  #index-body .about {
    padding: 3rem 0;
  }
  #index-body .about .left .con {
    font-size: 14px;
  }
  #index-body .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #index-body .init-1 {
    display: none;
  }
  #index-body span.sp {
    font-size: 16px;
  }
  #index-body .product .top .content li .text span {
    font-size: 14px;
  }
  #index-body .product .top .content li .text h3 {
    font-size: 18px;
  }
  #index-body .product .top .content li .text .more {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .news .content ul li .text h3 {
    font-size: 18px;
  }
  #index-body .news .content ul li .text time {
    font-size: 15px;
  }
  #index-body .news .content ul li .text p {
    font-size: 14px;
  }
  #index-body .news .content ul li .text .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  #footer .f-header .form {
    text-align: center;
  }
  #footer .f-header .form .submit {
    width: 100%;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-header .form input[type="text"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/* 内页样式 */
.inner-banner {
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    /*background-attachment: fixed;*/
    padding-top: 200px;
    /*margin-top: 100px;*/
}
.inner-banner h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #FFFFFF;
   font-family: 'NDT';
    /*font-weight: 500;*/
    text-transform: uppercase;
}
.inner-banner .mbx {
    color: #FFFFFF;
    letter-spacing: 1px;
}


/* 新闻 */
.news-page .news-1 h3 {
    font-size: 40px;
    line-height: 1.2;
    color: #034aa4;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'NDT';
}
.news-page .news-1 h3 small {
    display: block;
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'PR';
    font-weight: normal;
    line-height: 32px;
    text-transform: none;
}
.news-page .news-1 .nav-list {
    padding-top: 30px;
}
.news-page .news-1 .nav-list ul li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.news-page .news-1 .nav-list ul li a {
    line-height: 36px;
    height: 45px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'PB';
    color: #2e2e2e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    padding: 5px 40px;
}
.news-page .news-1 .nav-list ul li:hover a,
.news-page .news-1 .nav-list ul li.active a {
    color: white;
    background: #034aa4;
}
.news-page .news-2 {
    padding: 60px 0 60px;
}
.news-page .news-2 .top .img {
    width: 30%;
    vertical-align: middle;
}
.news-page .news-2 .top .img a {
    display: block;
}
.news-page .news-2 .top .img a img {
    width: 100%;
}
.news-page .news-2 .top .text {
    width: 70%;
    vertical-align: middle;
    padding-left: 50px;
    max-width: 820px;
}
.news-page .news-2 .top .text h3 {
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .top .text h3:hover {
    color: #034aa4;
}
.news-page .news-2 .top .text p {
    display: block;
    font-size: 16px;
    color: #3a3a3a;
    margin: 20px 0 30px;
}
.news-page .news-2 .top .text a.more {
    display: inline-block;
    font-size: 18px;
    color: #129dd7;
    border-bottom: 1px solid #129dd7;
    line-height: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .top .text a.more:hover {
    border-color: black;
}
.news-page .news-2 .bottom {
    padding: 70px 0 60px;
}
.news-page .news-2 .bottom ul {
    margin: -13px;
}
.news-page .news-2 .bottom ul li {
    padding: 13px;
}
.news-page .news-2 .bottom ul li .box2 {
    display: block;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}
.news-page .news-2 .bottom ul li .box2 a.img-box {
    display: block;
}
.news-page .news-2 .bottom ul li .box2 a.img-box img {
    width: 100%;
}
.news-page .news-2 .bottom ul li .box2 a.img-box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    cursor: hand;
    border: 1px solid black;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.news-page .news-2 .bottom ul li .box2 a.img-box svg path {
    fill: inherit !important;
}
.news-page .news-2 .bottom ul li .box2 .content {
    display: block;
    padding: 20px 20px;
}
.news-page .news-2 .bottom ul li .box2 .content h3 {
    display: block;
    font-size: 20px;
    /*width: 330px;*/
    color: #1a1a1a;
    font-family: 'PR';
    line-height: 27px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-transform:capitalize;
    height: 4em;
}
.news-page .news-2 .bottom ul li .box2 .content p {
    display: block;
    font-size: 18px;
    color: #1e2226;
    line-height: 28px;
    /* height: 80px; */
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 15px 0;
}
.news-page .news-2 .bottom ul li .box2 .content time {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #979797;
    font-weight: 500;
}
.news-page .news-2 .bottom ul li .box2 .box3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #034aa4;
    color: white;
    padding: 70px 30px;
    text-align: center;
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .bottom ul li .box2 .box3 i {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
}
.news-page .news-2 .bottom ul li .box2 .box3 h4 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    max-height: 12.8em;
}
.news-page .news-2 .bottom ul li .box2 .box3 p {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 30px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 105px;
}
.news-page .news-2 .bottom ul li .box2 .box3 a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 35px;
    background: #ea6f00;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .bottom ul li .box2 .box3 a.more:hover {
    background: #1a1a1a;
    color: white;
}
.news-page .news-2 .bottom ul li .box2 .box3 time {
    color: white;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.news-page .news-2 .bottom ul li .box2:hover .box3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.newdet-page h1 {
    font-size: 30px;
    line-height: 50px;
    color: #1a1a1a;
    font-family: 'PR';
    font-weight: 500;
    font-weight: bold;
    /*text-transform: capitalize;*/
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 30px;
    color: black;
    opacity: .8;
}
.newdet-page .content {
    display: block;
    padding: 35px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0.2px;
}
.newdet-page .share {
    padding-top: 20px;
    margin-bottom: 10px;
}
.newdet-page .share h4 {
    font-size: 14px;
    line-height: 28px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #034aa4;
}






/* 联系我们 */
.p14-contact-info {
    padding: 100px 0 100px;
    background-color: #f6f7f9;
}
.p14-contact-info .mml-row {
    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;
    padding: 0;
}
.p14-contact-info .title {
    width: 50%;
    padding: 10px 110px 0 10px;
}
.p14-contact-info .detail {
    width: 50%;
}
.p14-contact-info .detail h3 {
    color: #034aa4;
    margin: 0 0 20px 10px;
}
.p14-contact-info .line {
    width: 100px;
    height: 2px;

    background-color: #034aa4;
    margin: 15px 0;
}
.p14-contact-info .item-wrap {
    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;
}
.p14-contact-info .item {
    max-width: 325px;
    width: 50%;
    min-height: 160px;
    margin: 0 10px 20px;
    padding: 30px;
    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);
}
.p14-contact-info .item i {
    font-size: 30px;
    color: #ea6f00;
    margin-bottom: 10px;
}
.text.mod-1 h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

}
.contact.mod-1 h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    line-height: 48px;
    text-transform: uppercase;
    color: #034aa4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'NDT';
}
.about.mod-1 h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    font-family: 'NDT';
    text-transform: uppercase;
    color: #1a1a1a;
    line-height: 1.2;
    padding-top: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 h2 txt {
    color: #034aa4;
}
.text.mod-1 h2 span {
    font-weight:600;
    font-style: normal;
    font-family: 'PR';
    font-size: 24px;
    line-height: 50px;
    color: #1a1a1a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.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;
}
.contact.mod-1 h3 {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'NDT';
}
.text.mod-1 p {
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
    max-width: 600px;
    letter-spacing: 0.2px;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-page .contact-1 .box {
    position: relative;
    margin: 100px 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: white;
    overflow: hidden;
    /*padding: 50px 40px;*/
}
.contact-page .contact-1 .box h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 40px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'NDT';
}

.contact-page .contact-1 .box h3 txt {
    font-size: 34px;
    color: #034aa4;
    margin-bottom: 40px;
    font-weight: bold;
}

.contact-page .contact-1 .box .left {
    padding: 40px;
    width: 30%;
    background-color: #ffffff;
    height: 100%;
}
.contact-page .contact-1 .box .left .list ul li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.contact-page .contact-1 .box .left .list ul li:last-child {
    border-bottom: none;
}
.contact-page .contact-1 .box .left .list ul li .box2 {
    padding-left: 60px;
    position: relative;
}
.contact-page .contact-1 .box .left .list ul li .box2 i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 32px;
}
.contact-page .contact-1 .box .left .list ul li .box2 h5 {
    font-size: 22px;
    line-height: 44px;
    color: #034aa4;
    font-weight: 600;
    font-family: Raleway;
    /*margin-bottom: 10px;*/
}
.contact-page .contact-1 .box .left .list ul li .box2 p {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 26px;
    font-weight: 500;
}
.contact-page .contact-1 .box .right {
    padding: 40px;
    width: 70%;
    position: relative;
    background-color: #fbfbfb;
}
.contact-page .contact-1 .box .right::after {
    content: '';
    width: 1px;
    height: 200%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #eee;
}
.contact-page .contact-1 .box .right .form ul {
    margin: -15px;
}
.contact-page .contact-1 .box .right .form ul li {
    padding: 15px;
    position: relative;
}
.contact-page .contact-1 .box .right .form ul li input,
.contact-page .contact-1 .box .right .form ul li textarea {
    padding: 15px 0;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 30px;
    color: #034aa4;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    width: 100%;
    -webkit-transition: 0.5s border-bottom-color;
    -moz-transition: 0.5s border-bottom-color;
    transition: 0.5s border-bottom-color;
    /*padding-right: 15px;*/
}
.contact-page .contact-1 .box .right .form ul li input:focus,
.contact-page .contact-1 .box .right .form ul li textarea:focus {
    border-color: #034aa4;
}
.contact-page .contact-1 .box .right .form ul li textarea {
    height: 160px;
    resize: vertical;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"] {
    border-bottom: none;
    width: 230px;
    font-size: 20px;
    line-height: 35px;
    background: #034aa4;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
    background: #ea6f00;
}
.contact-page .contact-1 .box .right .form ul li i {
    position: absolute;
    right: 15px;
    bottom: 33px;
    color: #666;
}
.contact-page .contact-1 .box .right .form ul li.wid-100 {
    width: 100%;
}



/* 关于我们 */
.about-page .about-1 {
    padding: 120px 0;
}
.about-page .about-1 .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    cursor: pointer;
}
.about-page .about-1 .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.72);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.about-page .about-1 h2 {
    font-size: 55px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #034aa4;
    font-weight: bold;
    font-family: 'NDT';
}
.about-page .about-1 h4 {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 600;
    color: #1a1a1a;
}
.about-page .about-1 .box {
    margin: -40px;
}
.about-page .about-1 .left {
    width: 50%;
    padding: 40px;
    vertical-align: middle;
}
.about-page .about-1 .left p{
  line-height: 1.8;
}
.about-page .about-1 .right {
    width: 50%;
    padding: 40px;
    vertical-align: middle;
}
.about-page .about-3 {
    padding: 70px 0 80px;
    background-color: #f3f5f7;
    /*background-image: linear-gradient(180deg,#00679f 0%,#03639c 100%);*/
}
.about-page .about-3 h3 {
    font-size: 40px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'NDT';
}
.about-page .about-3 .text p {
    display: block;
    font-size: 18px;
    color: #242424;
    line-height: 28px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}
.about-page .about-3 .box {
    padding-top: 50px;
}
.about-page .about-3 .box ul {
  display: flex;
  flex-flow: wrap;
}
.about-page .about-3 .box ul li .box2 {
    padding: 40px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.about-page .about-3 .box ul li .box2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box ul li .box2 i {
    display: block;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #ea6f00;
}
.about-page .about-3 .box ul li .box2 h4 {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box ul li .box2 p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}
.p11-value .title .text h2.tit {
    margin-bottom: 25px;
}
.about-page .about-3 .box ul li .box2:hover::after {
    background-color: #034aa4;
}
.about-page .about-3 .box ul li .box2:hover i,
.about-page .about-3 .box ul li .box2:hover h4,
.about-page .about-3 .box ul li .box2:hover p {
    color: white;
}
.about-page .about-3 .box ul li .box2 i img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box ul li .box2:hover i img {
    filter: brightness(0) invert(1);
}
.about-page .about-4 {
    padding: 90px 0;
    background: url("../images/about-factory-bg.jpg") center top no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.about-page .about-4 h3 {
    font-size: 40px;
    line-height: 1.2;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'NDT';
}
.about-page .about-4 .text p {
    display: block;
    font-size: 16px;
    color: #6b6b84;
    line-height: 30px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}
.about-page .about-4::after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: white;
    z-index: -1;
}
.about-page .about-4 h3 {
    color: white;
}
.about-page .about-4 .line {
    background: white;
}
.about-page .about-4 .text p {
    color: white;
}
.about-page .about-4 .box {
    padding-top: 50px;
    margin-bottom: -80px;
}
.about-page .about-4 .box ul {
    margin: 0 -15px;
}
.about-page .about-4 .box ul li {
    padding: 0 15px 80px;
}
.about-page .about-4 .box ul li .box2 {
    display: block;
    position: relative;
    z-index: 1;
}
.about-page .about-4 .box ul li .box2 .img-box {
    display: block;
}
.about-page .about-4 .box ul li .box2 .img-box img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .box2 .text {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: #034aa4;
    text-align: left;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .box2 .text h4 {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-size: 24px;
    line-height: 1;
    padding: 0 15px;
    font-weight: 500;
}
.about-page .about-4 .box ul li .box2 .text h4 small {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}
.about-page .about-4 .box ul li .box2:hover .img-box img {
    left: -10%;
}
.about-page .about-4 .box ul li .box2:hover .text {
    top: 80px;
    width: 90%;
}
.about-page .p8-s02 {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}
.about-page .p8-s02:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f7f9;
    position: absolute;
    top: 180px;
    left: 0px;
    z-index: -1;
}
.about-page .p8-s02 h2 {
    font-size: 40px;
    line-height: 1.4;
    color: #1a1a1a;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-family: 'NDT';
    /*border-bottom: 1px solid rgba(37, 33, 24, 0.2);*/
}
.about-page .p8-s02 .num-list {
    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;
}
.about-page .p8-s02 li {
    width: 20%;
    max-width: 250px;
    padding: 30px 10px 20px;
    text-align: center;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
    background-color: #fff;
    min-height: 144px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}
.about-page .p8-s02 b {
    font-size: 48px;
    color: #034aa4;
    font-family: 'NDT';
    font-style: normal;
    display: block;
    line-height: 1.2;
}
.about-page .p8-s02 span {
    font-size: 18px;
    line-height: 32px;
    color: #363636;
    font-style: normal;
    display: block;
    margin-top: 10px;
}
.p11-value {
    padding: 120px 0;
}

.p11-value .mml-row {
    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;
    justify-content: space-around;
}
.p11-value .title {
    position: relative;
    max-width: 550px;
    padding-right: 65px;
}
.p11-value .title .word {
    position: absolute;
    top: -98px;
    /* left: 10px; */
    z-index: 2;
    font-weight: bold;
    font-style: normal;
    font-size: 110px;
    line-height: 270px;
    color: #f7f7f7;
}
.p11-value .title .text {
    position: relative;
    z-index: 5;
}
.p11-value .title .text h2 {
    margin-bottom: 50px;
}
.p11-value .item-wrap {
    max-width: 810px;
}
.p11-value .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.p11-value .item:hover .icon{
    background: #034aa4;
}
.p11-value .item:not(:last-child) {
    margin-bottom: 30px;
}
.p11-value .item h3 {
    color: #ea6f00;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.p11-value .icon {
    width: 100%;
    max-width: 210px;
    min-height: 120px;
    margin-right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #034aa4;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    transition: .3s ease;
    overflow: hidden;
}
.p11-value .info {
    max-width: 600px;
}
.p11-team {
    /*padding: 90px 0;*/
}
.p11-team .mml-row {
    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;
    padding: 0;
}
.p11-team .title {
    max-width: 380px;
    width: 32%;
    margin: 0 90px 0 10px;
}

.p11-team .title h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.p11-team .title .desc {
    /*background-color: #f6f7f9;*/
    margin-top: 20px;
    /*padding: 60px 30px;*/
}
.p11-team .title h3 {
    color: #292d31;
    margin-bottom: 20px;
}
.p11-team .item-wrap {
    width: 60%;
    margin: -10px;
}
.p11-team .item {
    padding: 10px 15px;
    margin: 10px 15px;
    border: #d2e7f5 solid 3px;
}
.p11-team .item p {
    color: #051321;
    margin-top: 10px;
}
/*.p11-team .img {
  max-width: 220px;
  max-height: 280px;
  margin: auto;
  overflow: hidden;
}*/
.p11-comment {
    max-width: 1920px;
    margin: auto;
}
.p11-comment .title h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}
.p11-comment .logo-slider {
    max-height: 140px;
    margin: auto;
    overflow: hidden;
}
/*.p11-comment .logo-slider .item {
  display: inline-block;
  max-width: 250px;
  min-height: 140px;
  margin: 0 30px;
  overflow: hidden;
}
.p11-comment .logo-slider .item img {
  height: 100%;
}*/
@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    10% {
        -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: 0;
    }
    10% {
        -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: 0;
    }
    10% {
        -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;
    }
}


/* 质量 */
.quality-sec .adv-sec {
    padding: 80px 0 20px;
}
.quality-sec .adv-sec h2 {
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 40px;
    margin-top: 15px;
}
.quality-sec .adv-sec ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.quality-sec .adv-sec ul li {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 380px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}
.quality-sec .adv-sec ul li .img-wrap {
    width: 23%;
    max-width: 80px;
}
.quality-sec .adv-sec ul li .img-wrap img {
    max-width: 100%;
    display: block;
}
.quality-sec .adv-sec ul li .text-wrap {
    width: 73%;
    max-width: 380px;
}
.quality-sec .adv-sec ul li .text-wrap h4 {
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.quality-sec .adv-sec ul li .text-wrap p {
    font-style: normal;
    font-size: 14px;
    color: #888;
}
.p11-page-link {
    padding: 120px 0;
}
.p11-page-link h2 {
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 40px;
    margin-bottom: 35px;
    text-align: center;
}
.p11-page-link .text h3 {
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 24px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.p11-page-link .text p {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #9ba4ad;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.p11-page-link .mml-row {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.p11-page-link .item {
    max-width: 380px;
    width: 32.5%;
    margin: 0 10px;
    padding: 60px 35px 60px 30px;
    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);
}
.p11-page-link .item h3 {
    color: #292d31;
    margin: 10px 0 20px;
    min-height: 48px;
}
.p11-page-link .icon {
    max-width: 60px;
    max-height: 60px;
    overflow: hidden;
}
.p11-page-link .sec-link {
    margin-top: 20px;
}
.sec-link a {
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #034aa4!important;
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


/* 生产线 */
.production-sec .pur-sec {
    padding: 60px 0;
}
.production-sec .pur-sec .mml-row {
    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;
}
.production-sec .pur-sec .container .text-wrap {
    width: 48%;
    max-width: 530px;
    padding-top: 90px;
}

.production-sec .pur-sec .container .img-wrap {
    width: 60%;
    max-width: 700px;
}
.production-sec .fig-sec {
    padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
}
.production-sec .fig-sec h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 48px;
    line-height: 1.2;
    color: #034aa4;
    margin-bottom: 6px;
    width: 40%;
}
.production-sec .fig-sec ul {
    width: 60%;
    max-width: 700px;
    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;
    padding: 45px 0px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec ul li {
    /*width: 32%;*/
    max-width: 193px;
    text-align: center;
}
.production-sec .fig-sec ul li .nums {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #034aa4;
}
.production-sec .fig-sec ul li p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 0px;
    margin-top: 10px;
}
.prints-sec {
    padding-bottom: 80px;
}
.prints-sec .mml-row {
    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;
}
.prints-sec .img-wrap {
    width: 46%;
    max-width: 500px;
}
.prints-sec .text-wrap {
    width: 70%;
    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;
    max-width: 700px;
}

.prints-sec .text-wrap .text h2{
    margin-bottom: 25px;
}
.prints-sec .text-wrap .text ul li {
    padding: 25px 0px;
    font-style: normal;
    font-size: 14px;
    color: #777;
    color: #888;
    border-bottom: 1px solid #d2d2d2;
}
.prints-sec .text-wrap .text ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.prints-sec .text-wrap .text ul li h4 {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    color: #303030;
    margin-bottom: 10px;
}
.prints-sec .text-wrap .text ul li p {
    margin-bottom: 0px;
}
.proto-sec h2 {
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    margin: 40px;
    text-align: center;
}
.proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.proto-sec ul li {
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.proto-sec ul li img {
    display: block;
    max-width: 100%;
}
.proto-sec h4 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #242424;
    text-align: center;
}
.proto-sec p {
    font-style: normal;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 0px;
}

.p11-milestone .list ul{
    margin: -15px;
}
.p11-milestone .list ul li{
    padding: 15px;
}

.p11-milestone {
    padding: 65px 0 65px;
    background-color: whitesmoke;
}
.p11-milestone .text h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.p11-milestone .title {
    margin-bottom: 40px;
}
.p11-milestone .galaxy {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.p11-milestone .track {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 200px;
    height: 5px;
    width: 1600px;
    -webkit-transform: translate3d(0, -2.5px, 0);
    -moz-transform: translate3d(0, -2.5px, 0);
    transform: translate3d(0, -2.5px, 0);
    will-change: transform;
}
.p11-milestone .comet,
.p11-milestone .historys {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.p11-milestone .comet {
    position: relative;
    width: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#307ee9), color-stop(50%, #09b6fb), to(#6ed9ff));
    background-image: -webkit-linear-gradient(left, #307ee9 0%, #09b6fb 50%, #6ed9ff 100%);
    background-image: -moz-linear-gradient(left, #307ee9 0%, #09b6fb 50%, #6ed9ff 100%);
    background-image: linear-gradient(90deg, #307ee9 0%, #09b6fb 50%, #6ed9ff 100%);
}
.p11-milestone .comet::after {
    content: '\20';
    position: absolute;
    z-index: 3;
    right: -6px;
    top: -3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff;
}
/*.p11-milestone .comet::before {
  content: '\20';
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  height: 12px;
  width: 12px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 90px 50px rgba(11, 101, 255, 0.8);
  box-shadow: 0 0 90px 50px rgba(11, 101, 255, 0.8);
  -webkit-animation: shinning 2s linear infinite;
  -moz-animation: shinning 2s linear infinite;
  animation: shinning 2s linear infinite;
}*/
.p11-milestone .historys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 260px;
}
.p11-milestone .historys time,
.p11-milestone .historys .text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.p11-milestone .historys time {
    font-weight: normal;
    font-style: normal;
    color: #242424;
    font-size: 24px;
    line-height: 24px;
}
.p11-milestone .historys .text p {
    font-style: normal;
    color: #242424;
    font-size: 16px;
    line-height: 24px;
}
.p11-milestone .historys .text .pic {
    max-width: 400px;
    max-height: 250px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.p11-milestone .historys > li {
    position: relative;
    width: 400px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.p11-milestone .historys > li:nth-child(even) time {
    bottom: 450%;
}
.p11-milestone .historys > li:nth-child(even) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.p11-milestone .historys > li:nth-child(even) .text {
    top: 1000%;
}
.p11-milestone .historys > li:nth-child(odd) time {
    top: 450%;
}
.p11-milestone .historys > li:nth-child(odd) time::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.p11-milestone .historys > li:nth-child(odd) .text {
    bottom: 1000%;
}
.p11-milestone .historys > li.mml-show {
    opacity: 1;
}
.p11-milestone .historys > li.mml-show:nth-child(even) .text {
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    transform: translate(0, 12px);
}
.p11-milestone .historys > li.mml-show:nth-child(odd) .text {
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.p11-milestone .historys > li::before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #034aa4;
}
@-webkit-keyframes shinning {
    20% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    }
    40% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    }
    60% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    }
    80% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    }
}
@-moz-keyframes shinning {
    20% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    }
    40% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    }
    60% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    }
    80% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    }
}
@keyframes shinning {
    20% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    }
    40% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    }
    60% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    }
    80% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    }
}
#cta {
    position: relative;
    /*padding-top: 80px;*/
}
#cta:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    content: '';
    display: block;
    background-color: #051026;
}
#cta .cta-content {
    width: 100%;
    /*max-width: 1760px;*/
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#308be9), to(#034aa4));
    background-image: -webkit-linear-gradient(left, #308be9 0%, #034aa4 100%);
    background-image: -moz-linear-gradient(left, #308be9 0%, #034aa4 100%);
    background-image: linear-gradient(90deg, #0059ae 0%, #275a9b 100%);
}
#cta .content-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;
    -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;
    padding: 65px 0;
}
#cta h2 {
    font-weight: 500;
    width: 700px;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin: 10px 0;
}
#cta p{
    color: #fff;
}
#cta .mml-text{
    max-width: 650px;
}
#cta .btn {
    margin: 10px 0;
}
#cta .btn a {
    position: relative;
    display: inline-block;
    /* font-style: normal; */
    font-weight: 500;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    padding: 15px 29px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid transparent;
}
#cta .btn a.white {
    background-color: #fff;
    color: #034aa4;;
}
#cta .btn a.white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    #cta h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 700px) {
    #cta h2 {
        font-size: 30px;
        line-height: 1.5;
        max-width: unset;
    }
    #cta .content-wrap {
        padding: 50px 0;
    }
}




.p04-custom-parts {
    padding: 60px 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: #034aa4;
    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: #034aa4;*/
}
.p04-custom-parts .line::before {
    position: absolute;
    top: 0;
    left: -2px;
    content: '';
    display: block;
    width: 5px;
    height: 80px;
    /*background-color: #034aa4;*/
}
.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: #034aa4;
    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-weight: bold;
    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;
}
.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-weight: normal;
    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: #034aa4;
    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: #034aa4;
    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: 74.5%;
    background-color: #fff;
}
.end-sec .tab-wrap .tab-sec section {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 30px;
    -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: 400px;
}
.end-sec .tab-wrap .tab-sec section .text-wrap {
    width: 48%;
    /*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-weight: bold;
    font-style: normal;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: -2px;
    color: #034aa4;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text h4 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 10px;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text p {
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    color: #242424;
}


/* 产品中心 */
.products-page .top {
    display: block;
    padding: 50px 30px 5px;
    background: white;
}
.products-page .top h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: black;
    text-transform: capitalize;
    margin-right: 15px;
}
.products-page .top .cat {
    display: inline-block;
    vertical-align: middle;
}
.products-page .top .cat .cat-list {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.products-page .top .cat .cat-list span {
    line-height: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 4px;
    width: 520px;
    font-size: 18px;
    color: #7c7c7c;
    display: block;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
}
.products-page .top .cat .cat-list span i {
    float: right;
    font-size: 20px;
    margin-top: 10px;
}
.products-page .top .cat .cat-list ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 15px;
    z-index: 1;
    display: none;
    max-height: 200px;
    overflow: auto;
}
.products-page .top .cat .cat-list ul li {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.products-page .top .cat .cat-list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.products-page .top .cat .cat-list ul li:hover {
    color: #034aa4;
}
.products-page .top .cat div.cat-list:hover ul,
.products-page .top .cat div.cat-list:active ul {
    display: block;
}
.products-page .top .search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.products-page .top .search form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.products-page .top .search form input {
    line-height: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 4px;
    width: 300px;
    font-size: 18px;
    color: black;
    display: block;
    border: 1px solid #e5e5e5;
    padding-right: 50px;
    background: transparent;
}
.products-page .top .search form input::-webkit-input-placeholder {
    color: #7c7c7c;
}
.products-page .top .search form input:-moz-placeholder {
    color: #7c7c7c;
}
.products-page .top .search form input::-moz-placeholder {
    color: #7c7c7c;
}
.products-page .top .search form input:-ms-input-placeholder {
    color: #7c7c7c;
}
.products-page .top .search form input[type="submit"] {
    width: 40px;
    background: url("../images/icon-search2.png") center center no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}


.products-page h6{
    font-size: 22px;
    /*font-weight:600;*/
    text-align: center;
    line-height: 44px;
    color: #ea6f00;
    font-family: 'PR';
    /*padding: 0px 0 20px;*/
}

.products-page h2 {
    font-size: 40px;
    color: #252118;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.2;
    font-family: 'NDT';
}
.products-page .p3-s01 {
    padding: 80px 0 80px;
}
.products-page .p3-s01 .different {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5%;
}
.products-page .p3-s01 li {
    width: 20%;
    max-width: 380px;
    margin-right: 5%;
    margin-top: 40px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    border-radius: 6px;
    padding-bottom: 20px;
}
.products-page .p3-s01 li img{
    width: 100%;
    /*border: 1px solid #d5d5d5;*/
    display: block;
    margin: auto;
}
.products-page .p3-s01 h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #303030;
    font-weight: normal;
    font-style: 600;
    padding: 0px 10px;
    text-align: center;
    line-height: 24px;
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    min-height: 3rem;
}
.products-page .p3-s01 p {
    /*padding: 0px 10px;*/
    /*max-width: 320px;*/
    line-height: 1.5;
    margin: 0 auto;
    font-size: 18px;
    color: #034aa4;
    /*font-weight: bold;*/
}
.products-page .p3-s01 .download-btn {
    text-align: center;
    margin-top: 60px;
}
.products-page .p3-s01 .download-btn a.catalogue {
    display: inline-block;
    padding: 16px 40px;
    background-color: #034aa4;
    border-radius: 50px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    border: 1px solid transparent;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.products-page .p3-s01 .download-btn a.catalogue:hover {
    background-color: #fff;
    border-color: #034aa4;
    color: #034aa4;
}
.products-page .p3-s02 {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px;
}
.products-page .p3-s02 .tab-btn {
    background-color: #fff;
    -webkit-box-shadow: 17px 25px 60px 0px rgba(118, 128, 147, 0.15);
    box-shadow: 17px 25px 60px 0px rgba(118, 128, 147, 0.15);
    margin-top: 60px;
}
.products-page .p3-s02 .tab-btn ul {
    padding: 15px 0px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.products-page .p3-s02 .tab-btn ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px;
    font-size: 22px;
    line-height: 40px;
    color: #252118;
    font-weight: 600;
    font-family: 'PR';
    font-style: normal;
    cursor: pointer;
    border-right: 1px solid rgba(61, 108, 91, 0.1);
    position: relative;
}
.products-page .p3-s02 .tab-btn ul li.active,
.products-page .p3-s02 .tab-btn ul li:hover {
    color: #034aa4;
}
.products-page .p3-s02 .tab-btn ul li.active::after,
.products-page .p3-s02 .tab-btn ul li:hover::after {
    opacity: 1;
}
.products-page .p3-s02 .tab-btn ul li::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #034aa4;
    position: absolute;
    bottom: -10px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.products-page .p3-s02 .col {
    margin-top: 60px;
    display: none;
}
.products-page .p3-s02 .col.current {
    display: block;
}
.products-page .p3-s02 .col ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5%;
}
.products-page .p3-s02 .col li {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 50px;
    text-align: center;
}
.products-page .p3-s02 .col li img{
    width: 80%;
    display: block;
    margin: auto;
}
.products-page .p3-s02 h3 {
    font-size: 26px;
    color: #034aa4;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-bottom: 30px;
}
.products-page .p3-s02 h4 {
    font-size: 18px;
    color: #303030;
    font-weight: normal;
    font-style: normal;
    padding: 0px 10px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 10px;
    min-height: 3rem;
}
.products-page .p3-s02 span {
    display: inline-block;
    max-width: 240px;
    line-height: 1.4;
    font-size: 16px;
    color: #ea6f00;
    /* font-style: normal; */
    font-weight: bold;
}


/* 产品详情 */
.product-details .p4-s01 {
    padding: 80px 0!important;
}
.product-details .p4-s01 .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.product-details .p4-s01 .img-wrap {
    width: 45%;
    max-width: 500px;
}
.product-details .p4-s01 .text-wrap {
    width: 52%;
    margin: 0 auto;
    margin-right: 0px;
}
.product-details .p4-s01 .slider-nav {
    margin: 0px -9px;
    margin-top: 20px;
}
.product-details .p4-s01 .slider-nav li {
    margin: 0px 15px;
}
.product-details .p4-s01 .slider-nav button {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    background-color: #e3e6e9;
    margin: 0px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
}
.product-details .p4-s01 .slider-nav button.slick-prev {
    left: -60px;
}
.product-details .p4-s01 .slider-nav button.slick-next {
    right: -56px;
}
.product-details .p4-s01 .slider-nav button i {
    color: #fff;
    font-size: 12px;
    opacity: .8;
}
.product-details .p4-s01 .slider-nav button:hover {
    background-color: #034aa4;
    border-color: #034aa4;
}
.product-details .p4-s01 .slider-nav button:hover i {
    color: #fff;
    z-index: 222;
}
.product-details .p4-s01 .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    cursor: pointer;
    text-align: center;
}
.product-details .p4-s01 .product-name {
    font-size: 36px;
    color: #1a1a1a;
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
    font-family: 'NDT';
}
.product-details .p4-s01 p {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #034aa4;
    /* font-style: normal; */
    font-weight: bold;
}

.product-details .p4-s01 .contact span{
    display: inline-block;
    line-height: 50px;
    font-weight: 500;
    color: #3c3c3c;
    background: #e5e5e5;
    padding: 0 20px;
    /*border-radius: 7px;*/
}

.product-details .p4-s01 .btn a{
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    background: #034aa4;
    font-weight: 500;
    padding: 10px 30px 7px;
    /*border-radius: 7px;*/
}

.product-details .p4-s01 table {
    margin-top: 40px;
    border-radius: 0px;
    margin-bottom: 0px;
}
.product-details .p4-s02 {
    padding-bottom: 20px!important;
}
.product-details .p4-s02 .detail-tab {
    background-color: #fff;
    -webkit-box-shadow: 17px 25px 60px 0px rgba(118, 128, 147, 0.15);
    box-shadow: 17px 25px 60px 0px rgba(118, 128, 147, 0.15);
    margin-top: 60px;
}
.product-details .p4-s02 .detail-tab ul {
    padding: 15px 0px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.product-details .p4-s02 .detail-tab li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 36px;
    color: #252118;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
    border-right: 1px solid rgba(61, 108, 91, 0.1);
    position: relative;
    font-family: 'PB';
}
.product-details .p4-s02 .detail-tab li.active,
.product-details .p4-s02 .detail-tab li:hover {
    color: #ea6f00;
}
.product-details .p4-s02 .detail-tab li.active::after,
.product-details .p4-s02 .detail-tab li:hover::after {
    opacity: 1;
}
.product-details .p4-s02 .detail-tab li::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #ea6f00;
    position: absolute;
    bottom: -10px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.product-details .p4-s02 .detail-section .col {
    display: none;
    overflow: hidden;
}
.product-details .p4-s02 .detail-section .col .mml-text {
    font-size: 18px;
    line-height: 1.8;
    font-family: 'PR';
}
.product-details .p4-s02 .detail-section .col.current {
    display: block;
    font-family: 'PR';
    font-size: 18px;
    line-height: 1.8;
}
.product-details .p4-s02 .detail-section .one ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-right: -2%;
}
.product-details .p4-s02 .detail-section .one li {
    width: 23%;
    margin-right: 2%;
    text-align: center;
}
.product-details .p4-s02 .detail-section h4 {
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 36px;
    color: #252118;
    font-weight: normal;
    font-style: normal;
}
.product-details .p4-s02 .detail-section .text ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.product-details .p4-s02 .detail-section .text li {
    width: 33.3333%;
    max-width: unset;
    border-top: 1px solid rgba(196, 211, 236, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px;
    padding: 30px 0px;
    padding-left: 30px;
    padding-right: 20px;
    text-align: left;
    font-size: 14px;
    color: #777;
    font-style: normal;
    position: relative;
}
.product-details .p4-s02 .detail-section .text li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #034aa4;
    position: absolute;
    border: 5px solid rgba(61, 108, 191, 0.2);
    background-clip: padding-box;
    left: 0px;
    top: 28px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}


.product-details .p4-s02 .detail-section .slide ul li {
    margin-bottom: 15px;
}
.product-details .p4-s02 .detail-section .slide ul li h6 {
    padding: 10px 0;
    font-size: 22px;
    font-family: 'PR';
    line-height: 44px;
    font-weight: 300;
    border-bottom: 2px solid #efefef;
    /* text-transform: uppercase; */
    padding-right: 30px;
    position: relative;
    font-weight: normal;
}
.product-details .p4-s02 .detail-section .slide ul li h6 i {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 17px;
    right: 10px;
    cursor: pointer;
    cursor: hand;
}
.product-details .p4-s02 .detail-section .slide ul li h6 i:after,
.product-details .p4-s02 .detail-section .slide ul li h6 i:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #034aa4;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-details .p4-s02 .detail-section .slide ul li h6 i:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.product-details .p4-s02 .detail-section .slide ul li h6 i.active:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-details .p4-s02 .detail-section .slide ul li .text {
    font-size: 18px;
    line-height: 32px;
    padding: 10px  0;
    /*font-weight: 300;*/
    font-family: 'PR';
    display: none;
}
.product-details .p4-s02 .detail-section .slide ul li:last-child {
    margin-bottom: 0;
}
.product-details .p4-s02 .detail-section .slide:first-child {
    padding: 0 2%;
}
.product-details .p4-s02 .detail-section .slide:last-child {
    padding: 0 2%;
}





.product-details .p4-s03 .detail-form {
    /*max-width: 980px;*/
    margin: 0 auto;
    padding: 50px 20px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(61, 108, 191, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(61, 108, 191, 0.1);
    border-radius: 20px 20px 12px 12px;
    position: relative;
}
.product-details .p4-s03 h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'NDT';
}
.product-details .p4-s03 .wpcf7 {
    max-width: 580px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}
.product-details .p4-s03 .wpcf7 p {
    margin-bottom: 0px;
    width: 100%;
}
.product-details .p4-s03 .wpcf7 p span {
    margin-bottom: 11px;
}
.product-details .p4-s03 .wpcf7 p span input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    border: unset;
    background-color: #f5f7f9;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 30px;
    color: #252118;
    font-style: normal;
    width: 100%;
}
.product-details .p4-s03 .wpcf7 p span textarea {
    background-color: #f5f7f9;
    font-size: 14px;
    color: #252118;
    font-style: normal;
    height: 120px;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: unset;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.product-details .p4-s03 .wpcf7 p input.wpcf7-submit {
    display: inline-block;
    margin-bottom: 0px;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 25px;
    width: 100%;
    max-width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #034aa4;
    /*border-radius: 50px;*/
    border: 1px solid #034aa4;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-details .p4-s04 {
    padding: 120px 0!important;
}
.product-details .p4-s04 .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    cursor: pointer;
    text-align: center;
}
.product-details .p4-s04 button {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    background-color: #e3e6e9;
    margin: 0px;
    border-radius: 50%;
    background-color: unset;
    border: solid 2px #e3e6e9;
    top: 47%;
}
.product-details .p4-s04 button.slick-prev {
    left: -65px;
}
.product-details .p4-s04 button.slick-next {
    right: -90px;
}
.product-details .p4-s04 h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 48px;
    text-transform: uppercase;
    font-family: 'NDT';
}
.product-details .p4-s04 ul.related-products {
    margin: 0px -10px;
}
.product-details .p4-s04 ul.related-products li {
    margin: 0px 10px;
}

.product-details .p4-s04 ul.related-products li img{
    display: block;
    margin: auto;
}

.product-details .p4-s04 h4 {
    font-size: 20px;
    line-height: 32px;
    color: #1a1a1a;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
}
span.wpcf7-form-control-wrap {
    width: 100%;
    position: relative!important;
    display: inline-block;
    margin-bottom: 3px;
}


.product-details .mould-1 h2,
.product-details .mould-2 h2{
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
    color: #1a1a1a;
    font-family: 'PB';
}

.product-details .mould-1 li{
    margin-left: 15px;
    list-style-type: disc;
    font-size: 18px;
    line-height: 32px;
}

.m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 36px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}

.m-page span,
.m-page a:hover {
    background: #034aa4 none repeat scroll 0 0;
    color: #fff;
}






.qua-details {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, #275a9b 0%, #16498a 100%);
}

@media (max-width: 540px) {
    .qua-details {
        padding:0px
    }
}

.qua-details .container {
    padding: 60px 10px
}

.qua-details .container h2 {
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0px
}

@media (max-width: 540px) {
    .qua-details .container h2 {
        font-size:32px
    }
}

.qua-details .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.qua-details .container ul li {
    width: 24%;
    max-width: 280px;
    margin-top: 40px
}

.qua-details .container ul li img {
    max-width: 100%
}

.qua-details .container ul li h4 {
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.qua-details .container ul li p {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    /* width: 95%; */
    /* max-width: 260px; */
    line-height: 32px;
}



.our-markets ul li{
    display: flex;
    align-items: center;
}

.our-markets ul li:not(:last-child){
    margin-bottom: 60px;
}

.our-markets ul li:nth-child(even){
    flex-direction: row-reverse;
}


.our-markets ul li:nth-child(even) .img{
    text-align: right;
}

.our-markets ul li .img{
    width: 50%;
}

.our-markets ul li .mml-text{
    width: 50%;
    padding: 0 15px;
}

.our-markets ul li .mml-text h3{
    font-weight: bold;
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    color: #034aa4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.our-markets ul li .mml-text p{
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    color: #242424;
}



.faq-page h3.title {
    color: #2e2e2e;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1.2;
    margin: 15px 0;
    position: relative;
    font-weight: 500;
}
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #f6f7f9;
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #2e2e2e;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #034aa4;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f6f7f9;
    color: #242424;
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #034aa4;
    font-weight: 700;
}
.faq-page .faq-2 .left ul li .content {
    padding: 10px 30px;
    line-height: 25px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #f6f7f9;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}



.faq-page .form ul {
    margin: -5px;
}
.faq-page .form ul li {
    padding: 5px;
}
.faq-page .form ul li.wid-100 {
    width: 100%;
}
.faq-page .form ul li input,
.faq-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    line-height: 30px;
}
.faq-page .form ul li input::-webkit-input-placeholder,
.faq-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .form ul li input:-moz-placeholder,
.faq-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.faq-page .form ul li input::-moz-placeholder,
.faq-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.faq-page .form ul li input:-ms-input-placeholder,
.faq-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.faq-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.faq-page .form ul li input[type="submit"] {
    background: #034aa4;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
}
.faq-page .form ul li input[type="submit"]:hover {
    background: #222;
}



.team-img .text h2{
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.quality-sec .p11-team h4{
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
}



.module .module-1 .bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30%;
    text-align: center;
}
.module .module-1 .bg > div {
    width: 100%;
}
.module .module-1 .bg .img1 {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 1;
}



@media screen and (max-width: 1200px) {
    .module .module-1 .bg{
        bottom: -20%;
    }

}

@media screen and (max-width: 1000px) {
    .inner-banner{
        padding-top: 70px!important;
        height: 250px!important;
    }

    .module .module-1 .bg{
        bottom: -15%;
    }

    .inner-banner h2{
        font-size: 20px!important;
        line-height: 36px!important;
    }
    .chanpinye{
        margin-top: -10%!important;
    }
    .products-page .p3-s01{
        padding: 20px 0 30px!important;
    }
}

@media screen and (max-width: 700px) {
    .module .module-1{
        height: 200px!important;
    }


    .module .module-2{
        padding-top: 100px;
        padding-bottom: 60px;
    }

}

@media screen and (max-width: 500px) {
    .module .module-1 .bg .img1{
        bottom: 30%;
    }
}



/* 内页媒体查询 */

/* about */
@media screen and (max-width: 1500px) {
    .p11-value .title{
        max-width: 450px;
        padding-right: 30px;
    }

    .p11-value .item-wrap {
        max-width: 700px;
    }

    .p11-team .title {
        max-width: 440px;
        width: 40%;
        margin: 0 30px 0 10px;
    }
}


@media screen and (max-width: 1200px) {
    .about-page .about-1 .box{
        margin: -15px;
    }

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

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

    .about-page .about-1 h2{
        font-size: 40px;
    }

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

    .p11-value .title{
        max-width: 100%;
        padding: 0;
    }
    .p11-value .item-wrap{
        max-width: 100%;
        margin-top: 40px;
    }

    .p11-value .info{
        max-width: 100%;
    }

    .p11-team .title{
        max-width: 100%;
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }

    .p11-team .item-wrap{
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .left{
        width: 100%;
    }

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

    .about-page .p8-s02 .num-list{
        flex-wrap: wrap;
    }

    .about-page .p8-s02 li{
        width: 45%;
        max-width: 100%;
    }

    .about-page .about-3 .box ul li{
        width: 50%!important;
    }

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

    .p11-value{
        padding: 30px 0;
    }
}

@media screen and (max-width: 700px) {
    .p11-value .icon{
        display: none;
    }
    .about-page .p8-s02{
        padding-bottom: 20px!important;
    }
    .p11-value{
        padding: 20px 0!important;
    }
    .about-page .about-3 .box ul li{
        width: 100%!important;
    }

    .p11-value .title .word{
        display: none;
    }

    .about-page .about-1 h2{
        font-size: 30px;
        line-height: 50px;
    }
    .about-page .about-1 h4{
        font-size: 20px;
        line-height: 36px;
    }
    .about-page .p8-s02{
        padding-bottom: 40px!important;
    }
    .about-page .p8-s02 h2{
        font-size: 30px;
        line-height: 1.4;
    }
    .about.mod-1 h2{
        font-size: 30px;
    }
    .about-page .about-3 h3{
        font-size: 30px;
        line-height: 1.4;
    }
    .about-page .about-4 h3{
        font-size: 30px;
        line-height: 1.4;
    }
    .p11-team .title h2{
        font-size: 30px;
        line-height: 1.4;
    }
}


@media screen and (max-width: 500px) {
    .about-page .p8-s02 li{
        width: 100%;
    }
}
/* about-end */


/* product */
@media screen and (max-width: 1200px) {
    .products-page .p3-s01 li{
        width: 28%;
    }

    .products-page .p3-s02 .col li{
        width: 28%;
    }

    .products-page .p3-s02 .tab-btn ul li{
        font-size: 18px;
        line-height: 32px;
    }
    .products-page .p3-s02{
        padding: 0 0 20px!important;
    }
}

@media screen and (max-width: 1000px) {
    .products-page .top{
        display: none;
    }

    .products-page .p3-s01 li{
        width: 45%;
    }

    .products-page .p3-s02 .col li{
        width: 100%!important;
    }
}

@media screen and (max-width: 700px) {
    .products-page .p3-s01 p{
        font-size: 24px;
        line-height: 40px;
    }
    .fenlei{
        display: none!important;
    }
    .miaoshu{
        display: none!important;
    }
    .products-page h6{
        font-size: 18px;
        line-height: 32px;
    }
    .products-page h2{
        font-size: 30px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 500px) {
    .products-page .p3-s01 li{
        width: 95%;
        max-width: 100%;
    }
}
/* product-end */


/* prodet */
@media screen and (max-width: 1500px) {
    .product-details .p4-s01 .slider-nav button.slick-prev{
        left: 0;
    }
    .product-details .p4-s01 .slider-nav button.slick-next{
        right: 0;
    }
    .product-details .p4-s01 .contact span{
        margin: 10px 0;
    }
}

@media screen and (max-width: 1200px) {
    .product-details .p4-s01 .product-name{
        font-size: 24px;
        line-height: 40px;
    }
    .product-details .p4-s01 p{
        font-size: 20px;
        line-height: 36px;
    }

    .product-details .p4-s01 .contact{
        margin: 20px 0;
    }
}

@media screen and (max-width: 1000px) {
    .product-details .p4-s01{
        padding: 60px 0;
    }

    .product-details .p4-s01 .mml-row{
        display: block;
    }

    .product-details .p4-s01 .img-wrap{
        width: 100%;
        margin: 0 auto;
    }

    .product-details .p4-s01 .text-wrap{
        width: 100%;
        margin-top: 40px;
    }

    .product-details .p4-s02 .detail-section .one ul{
        flex-wrap: wrap;
    }
    .product-details .p4-s02 .detail-section .one li{
        width: 31%;
        padding-bottom: 30px;
    }

    .product-details .p4-s02{
        padding-bottom: 60px;
    }

    .product-details .p4-s04{
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    .product-details .p4-s02 .detail-tab ul{
        display: block;
    }

    .product-details .p4-s02 .detail-tab li::after{
        display: none;
    }

    .product-details .p4-s02 .detail-section .one li{
        width: 48%;
    }

    .product-details .mould-1 h2, .product-details .mould-2 h2{
        font-size: 30px;
        line-height: 1.4;
    }

    .product-details .p4-s03 h2{
        font-size: 30px;
        line-height: 1.4;
    }

    .product-details .p4-s04 h2{
        font-size: 30px;
        line-height: 1.4;
    }
    .diaoyong{
        margin: 30px 0!important;
    }
    .production-sec .pur-sec{
        padding: 20px 0!important;
    }
}
/* prodet-end */


/* production */
@media screen and (max-width: 1500px) {
    .prints-sec .img-wrap{
        width: 35%;
    }

    .prints-sec .text-wrap{
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .text.mod-1 h2{
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px!important;
        padding-top: 10px!important;
    }

    .production-sec .fig-sec h2{
        font-size: 30px;
    }

    .prints-sec .img-wrap{
        width: 45%;
    }

    .prints-sec .text-wrap{
        width: 50%;
    }

    .p11-milestone .text h2{
        font-size: 30px;
        line-height: 1.4;
    }

    .team-img .text h2{
        font-size: 30px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1000px) {
    .production-sec .pur-sec .mml-row{
        display: block;
    }

    .production-sec .pur-sec .container .text-wrap{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .production-sec .pur-sec .container .img-wrap{
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .production-sec .fig-sec .mml-row{
        display: block;
    }

    .production-sec .fig-sec h2{
        width: 100%;
        margin-bottom: 30px;
    }

    .production-sec .fig-sec ul{
        width: 100%;
        max-width: 100%;
    }

    .prints-sec .img-wrap{
        display: none;
    }

    .prints-sec .text-wrap{
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .production-sec .fig-sec ul{
        display: block;
    }
    .production-sec .fig-sec ul li{
        max-width: 100%;
        padding: 20px 0;
    }
    .news-page .news-2 .bottom ul li .box2 .box3 {
        display: none;
    }
}
/* production-end */

/* quality */
@media screen and (max-width: 1000px) {
    .our-markets ul li .mml-text h3{
        font-size: 30px;
        line-height: 1.4;
    }

    .our-markets ul li{
        display: block;
    }

    .our-markets ul li .img{
        width: 100%;
        text-align: center!important;
    }

    .our-markets ul li .mml-text{
        width: 100%;
        padding: 30px 0;
    }

    .qua-details .container ul{
        flex-wrap: wrap;
    }
    .qua-details .container ul li{
        width: 100%!important;
        text-align: center!important;
        max-width: 330px!important;
    }

    .qua-details .container h2{
        font-size: 30px;
        line-height: 1.4;
    }

    .proto-sec h2{
        font-size: 30px;
        line-height: 1.4;
    }

    .quality-sec .p11-team h4{
        font-size: 30px;
        line-height: 1.4;
    }

    .pd-110{
        padding: 20px 0!important;
    }

    .p11-team{
        padding: 30px 0;
    }
}
/* quality-end */


/* oem-odm */
@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%;
    }
}
/* oem-odm-end */

/* faq */
@media screen and (max-width: 1200px) {
    .faq-page .faq-2 .left ul li h4{
        font-size: 16px;
    }

    .faq-page .faq-2 .right .box2{
        padding: 20px 10px;
    }
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-2 .left ul li h4{
        font-size: 18px;
        line-height: 32px;
    }

    .faq-page .faq-2 .left{
        width: 100%;
        padding: 0;
    }

    .faq-page .faq-2 .right{
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }

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

    .faq-page .faq-1{
        padding: 40px 0;
    }

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

    .faq-page .form ul li input[type="submit"]{
        font-size: 14px;
    }
}
/* faq-end */

@media screen and (max-width: 1000px) {
    .news-page .news-1 .nav-list{
        display: none;
    }

    .news-page .news-2{
        padding: 20px 0!important;
    }
}

/* contact */
@media screen and (max-width: 1500px) {
    .contact.mod-1 h2{
        font-size: 50px;
    }

    .p14-contact-info .title{
        padding: 0 60px 0 0px;
    }

    .p14-contact-info .item{
        max-width: 100%;
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 1200px) {
    .p14-contact-info .title{
        padding: 0 30px 0 0px;
    }

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

    .contact-page .contact-1 .box .left .list ul li .box2{
        padding-left: 40px;
    }

    .contact-page .contact-1 .box .left{
        padding: 20px;
    }
    .contact-page .contact-1 .box .left .list ul li .box2 p{
        font-size: 18px;
        line-height: 32px;
    }
    .contact-page .contact-1 .box .right{
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .p14-contact-info .mml-row{
        display: block;
    }

    .p14-contact-info .title{
        width: 100%;
        padding: 0;
    }

    .p14-contact-info .detail{
        width: 100%;
        margin-top: 40px;
    }

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

    .contact-page .contact-1 .box .right{
        width: 100%;
    }

    .p14-contact-info{
        padding: 20px 0!important;
    }

    .contact-page .contact-1 .box{
        margin: 60px 0;
    }
}

@media screen and (max-width: 500px) {
    .contact.mod-1 h2{
        font-size: 40px;
    }

    .p14-contact-info .item{
        width: calc(100% - 20px);
    }
}
/* contact-end */


.huhu{
    font-size: 14px;
    line-height: 28px;
    margin-left: 10px!important;
}
.fenlei{
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
    color: #034aa4;
    font-weight: bold;
}
.miaoshu{
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.diaoyong{
    padding: 50px 0!important;
}
.pd-110 {
    padding: 110px 0;
}
.application-page .application-list {
    padding: 100px 0 200px;
}
.application-page .application-list ul {
    margin: -30px;
}
.application-page .application-list ul li {
    padding: 30px;
}
.application-page .application-list ul li .box {
    -moz-box-shadow: 0 3px 18px rgba(0,0,0,.35);
    -o-box-shadow: 0 3px 18px rgba(0,0,0,.35);
    box-shadow: 0 3px 18px rgba(0,0,0,.35);
    background: white;
}
.application-page .application-list ul li .box .img {
    width: 40%;
    vertical-align: middle;
}
.application-page .application-list ul li .box .img .img-box {
    display: block;
}
.application-page .application-list ul li .box .content {
    width: 60%;
    vertical-align: middle;
    padding: 0 5%;
}
.application-page .application-list ul li .box .content h5 {
    font-size: 32px;
    color: black;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .application-list ul li .box .content .text {
    margin: 15px 0 35px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
.application-page .application-list ul li .box .content a.more {
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .application-list ul li .box .content a.more img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.application-page .application-list ul li .box .content a.more:hover,
.application-page .application-list ul li .box .content h5:hover {
    color: #034aa4;
}
.application-page .application-list ul li .box .content h5 img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 1rem;
}
.product-details .p4-s04 ul.related-products .slick-list {
    margin: -40px -10px -10px;
}
.product-details .p4-s04 ul.related-products li {
    padding: 40px 20px 10px;
}
.products-page .p3-s01 li>a:first-child,
.product-details .p4-s04 ul.related-products li>a:first-child {
    transition: .5s;
    display: block;
    border: 1px solid #d5d5d5;
}
.products-page .p3-s01 li:hover a:first-child,
.product-details .p4-s04 ul.related-products li:hover a:first-child {
    -o-box-shadow: 0 0 40px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 9%);
    box-shadow: 0 0 40px rgb(0 0 0 / 9%);
    position: relative;
    z-index: 1;
}