@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.eot');
  src: url('../fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Regular.woff2') format('woff2'), url('../fonts/Unbounded-Regular.woff') format('woff'), url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.regular {
  font-family: 'Unbounded';
}
.bold,
.Bold {
  font-weight: bold;
}
.txt {
  font-weight: 400;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'MicrosoftYaHei';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #e40112;
  height: auto;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  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: var(--color);
  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 .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#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: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(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%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 25px 0 24px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 60px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a:nth-child(1){
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #181818;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a:hover{
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .searchIn {
  position: relative;
}
#header > .nav > .menu .menu-box .right .searchIn .submit {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/index_2.png);
}
#header > .nav > .menu .menu-box .right .searchIn input {
  border: none;
  background-color: transparent;
}
#header > .nav > .menu .menu-box .right .searchIn .input {
  border-radius: 22px;
  width: 210px;
  height: 43px;
  background-color: #f3f3f3;
  padding-left: 40px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #000;
  text-transform: capitalize;
  position: relative;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 18px;
  height: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC::after {
  margin-left: 12px;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.container {
  width: 1650px;
  padding: 0 15px;
}
.navContainer {
  width: 1800px;
  padding: 0 5px;
}
.font-183 {
  font-size: 183px;
}
#banner .swiper ul li {
  position: relative;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
#banner .swiper ul li .container .regular {
  letter-spacing: -2px;
  line-height: 1;
  position: relative;
}
#banner .swiper ul li .container .regular::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 76%;
  background-color: #fff;
  transform: translateY(-50%);
}
#banner .swiper ul li .container .txt .text {
  line-height: 1;
}
#banner .swiper ul li.swiper-slide-active .regular {
  -webkit-animation: fadeInLeftSmall 1.3s linear;
  -moz-animation: fadeInLeftSmall 1.3s linear;
  -o-animation: fadeInLeftSmall 1.3s linear;
  animation: fadeInLeftSmall 1.3s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: fadeInRightSmall 1.5s linear;
  -moz-animation: fadeInRightSmall 1.5s linear;
  -o-animation: fadeInRightSmall 1.5s linear;
  animation: fadeInRightSmall 1.5s linear;
}
.Hbtn {
  display: inline-block;
  width: 190px;
  text-align: center;
  padding: 21px 0;
  color: #181818;
  margin: auto;
  border-radius: 30px;
  border: 2px solid var(--color);
  transition: all 0.5s;
}
.Hbtn:hover {
  background-color: var(--color);
  color: #fff;
}
.lh1 {
  line-height: 1;
}
.lh2 {
  line-height: 2;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-color: #f3f3f3;
}
#index-body .init-1 .container .bold {
  line-height: 1;
}
#index-body .init-1 .container .txt {
  line-height: 1;
}
#index-body .init-1 .container .txt .titl {
  width: calc(100% - 35px);
}
#index-body .init-1 .container .txt .arrowBtn {
  width: 35px;
}
#index-body .init-1 .container ul li {
  height: 100%;
}
#index-body .init-1 .container ul li .list {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
#index-body .init-1 .container ul li .list:hover .txt {
  color: var(--color);
}
#index-body .init-1 .container ul li .list:hover .arrowBtn:hover {
  transform: translateX(5px);
}
#index-body .init-2 {
  color: #181818;
  position: relative;
}
#index-body .init-2 .left {
  max-width: 580px;
  line-height: 1;
  width: 50%;
}
#index-body .init-2 .left h1 {
  line-height: 2;
}
#index-body .init-2 .right {
  /*position: absolute;
  right: 0;
  top: 0;*/
  width: 50%;
}
#index-body .init-2 .right .imgBox {
  position: relative;
}
#index-body .init-2 .right .imgBox .play-btn {
  background-color: transparent;
  width: 136px;
  height: 136px;
}
#index-body .init-2 .right .imgBox .play-btn::after,
#index-body .init-2 .right .imgBox .play-btn::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
}
#index-body .init-2 .right .imgBox .play-btn::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .init-2 .right .imgBox .numBox {
  position: relative;
  z-index: 2;
  background-color: var(--color);
}
#index-body .init-2 .right .imgBox .numBox .list .num {
  line-height: 1;
}
#index-body .init-3 {
  background-image: url(../images/init-3Bg.jpg);
}
#index-body .init-3 ul li .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(4, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
#index-body .init-4 ul.init-4Ul {
  width: 100%;
  height: 662px;
  border-radius: 10px;
}
#index-body .init-4 ul.init-4Ul li {
  width: 33.3%;
  height: 50%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(4, 0, 0, 0.1);
}
#index-body .init-4 ul.init-4Ul li .list {
  position: absolute;
  z-index: 5;
  width: 310px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
#index-body .init-4 ul.init-4Ul li .list .icon {
  margin: 0 auto;
  display: block;
  transition: all 0.5s ease;
}
#index-body .init-4 ul.init-4Ul li .listBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-4 ul.init-4Ul li:hover {
  box-shadow: 0px 0px 22px 0px rgba(4, 0, 0, 0.1);
  color: #fff;
}
#index-body .init-4 ul.init-4Ul li:hover .list .icon {
  filter: grayscale(1) brightness(5);
  transform: rotateY(180deg);
}
#index-body .init-4 ul.init-4Ul li:hover .listBg {
  opacity: 1;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-5 ul.lists {
  height: 468px;
  width: 100%;
}
#index-body .init-5 ul.lists li {
  width: 13.5%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}
#index-body .init-5 ul.lists li img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
#index-body .init-5 ul.lists li .Hbtn {
  width: 130px;
  padding: 8px 0;
}
#index-body .init-5 ul.lists li.active {
  width: 57.1%;
}
#index-body .init-6 {
  background-image: url(../images/init-6Bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .init-6 .left {
  width: 32%;
}
#index-body .init-6 .left .Hbtn {
  padding: 16px 0;
}
#index-body .init-6 .right {
  width: 56%;
  position: relative;
}
#index-body .init-6 .right li {
  padding: 5px;
}
#index-body .init-6 .right li img {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
#index-body .init-6 .right .swiper-pagination-progressbar {
  bottom: 0;
  top: auto;
  background-color: #ebebeb;
}
#index-body .init-6 .right .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}
#index-body .init-7 ul li .list:hover .bold {
  color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #333;
}
#footer .fTop .left a{
  overflow: hidden;
}
#footer .fTop .left a svg {
  width: 240px;
  height: 46px;
  transform-origin: center center;
  transform: scale(19.5) translateY(-8.2px);
}
#footer .fTop .right {
  width: 56.8%;
}
#footer .fTop .right .item1 {
  color: #f0f0f0;
}
#footer .fTop .right .item1 li {
  transition: all 0.5s ease;
}
#footer .fTop .right .item1 li:hover {
  color: var(--color);
}
#footer .fTop .right .item2 {
  color: #f0f0f0;
}
#footer .fTop .right .item2 .addBox {
  width: 565px;
}
#footer .fTop .right .item2 .addBox p {
  width: 50%;
  padding-bottom: 20px;
}
#footer .fTop .right .item2 .qrcode {
  width: 88px;
  height: 88px;
  padding: 6px;
  background-color: #fff;
  border-radius: 6px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #f0f0f0;
}
#footer .copyright .container {
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(240, 240, 240, 0.5);
}
#footer .copyright .container svg {
  height: 27px;
  width: auto;
  fill: #f0f0f0;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px 0 20px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  color: #f0f0f0;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  .navContainer {
    width: 1690px;
  }
}
@media screen and (max-width: 1700px) {
  .navContainer {
    width: 1420px;
  }
  .font-183 {
    font-size: 156px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #index-body .init-2 .right {
    width: 53%;
  }
  #index-body .init-2 .right .imgBox .play-btn {
    width: 110px;
    height: 110px;
  }
  #index-body .init-5 ul.lists li.active img {
    width: 60%;
  }
  #footer .fTop .right {
    width: 65%;
  }
}
@media screen and (max-width: 1450px) {
  .font-183 {
    font-size: 126px;
  }
  #header > .nav > .menu .menu-box .left {
    width: 16%;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #header > .nav > .menu .menu-box .right .searchIn .input {
    width: 170px;
    height: 35px;
  }
  #index-body .init-2 .right {
    width: 49%;
  }
  #index-body .init-2 .right .imgBox .play-btn {
    width: 95px;
    height: 95px;
  }
  #footer .fTop .right {
    width: 71%;
  }
}
@media (max-width: 1250px) {
    #innerMobileBanner .banner2 {
      background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, .05));
      background-image: -moz-linear-gradient(250deg,var(--color),rgba(0,0,0,.05));
      background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, .05));
    }
    #innerMobileBanner {
      display: none;
    }
    #innerMobileBanner~.inner-banner {
      display: block !important;
    }
    .inner-banner {
      min-height: 250px;
      height: auto !important;
      margin-top: 60px !important;
    }
  .font-183 {
    font-size: 98px;
  }
  #index-body .init-2 .left {
    width: 100%;
    max-width: 100%;
  }
  #index-body .init-2 .right {
    width: 80%;
    margin: auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  #index-body .init-4 ul.init-4Ul {
    height: auto;
  }
  #index-body .init-4 ul.init-4Ul li {
    width: 50%;
    height: 330px;
  }
  #index-body .init-4 ul.init-4Ul li .list {
    padding: 0 5px;
  }
  #index-body .init-5 ul.lists {
    flex-wrap: wrap;
    height: auto;
  }
  #index-body .init-5 ul.lists li {
    width: 100%;
    height: 460px;
  }
  #index-body .init-5 ul.lists li.active {
    width: 100%;
  }
  #index-body .init-5 ul.lists li.active img {
    width: auto;
  }
  #index-body .init-5 ul.lists li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #index-body .init-6 .left {
    width: 43%;
  }
  #footer .fTop .right {
    width: auto;
  }
  #footer .fTop .right .item2 .addBox {
    width: 480px;
  }
}
@media (max-width: 1000px) {
  .font-183 {
    font-size: 66px;
  }
  #banner .swiper ul li .container .txt .text {
    text-shadow: 0 2px 1px #000;
  }
  #index-body .init-2 .right {
    margin-top: 30px;
  }
  #index-body .init-5 ul.lists li {
    height: 320px;
  }
  #index-body .init-5 ul.lists li.active img,
  #index-body .init-5 ul.lists li img {
    width: 60%;
    height: auto;
  }
  #index-body .init-6 .left,
  #index-body .init-6 .right {
    width: 100%;
  }
  #index-body .init-6 .right {
    margin-top: 30px;
  }
  #index-body .init-6 .right li img {
    display: block;
    margin: auto;
  }
  #footer .fTop .right .item2 .codeBox {
    margin-left: 0;
  }
  #banner .swiper ul li .container {
    bottom: 60px;
  }
  #footer .fTop .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  #index-body .init-6 .right li a {
    display: block;
    margin: auto;
    width: 50%;
  }
}
@media (max-width: 700px) {
  .font-183 {
    font-size: 60px;
  }
  .Hbtn {
    padding: 15px 0;
  }
  #banner .swiper ul li .container {
    bottom: 10px;
  }
  #banner .swiper ul li .bannerBg {
    min-height: 330px;
    object-fit: cover;
    object-position: center;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-2 .right .imgBox .play-btn {
    width: 80px;
    height: 80px;
  }
  #index-body .init-2 .right .imgBox .numBox {
    flex-wrap: wrap;
  }
  #index-body .init-2 .right .imgBox .numBox li {
    width: 50%;
    margin-bottom: 15px;
  }
  #index-body .init-4 ul.init-4Ul {
    display: flex;
    justify-content: space-between;
  }
  #index-body .init-4 ul.init-4Ul li {
    width: 49%;
    min-height: 220px;
    margin-bottom: 10px;
    height: auto;
  }
  #index-body .init-4 ul.init-4Ul li .list {
    width: 100%;
  }
  #index-body .init-4 ul.init-4Ul li .list .icon {
    max-width: 60px;
  }
  #index-body .init-4 ul.init-4Ul li .list .bold {
    line-height: 1.2;
  }
  #index-body .init-5 ul.lists li {
    height: auto;
    flex-wrap: wrap;
  }
  #index-body .init-5 ul.lists li.active .txtBox,
  #index-body .init-5 ul.lists li .txtBox {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  #index-body .init-5 ul.lists li.active img,
  #index-body .init-5 ul.lists li img {
    width: 100%;
  }
  #footer .copyright .container a {
    margin: 0 5px;
  }
}
@media (max-width: 500px) {
  .font-183 {
    font-size: 30px;
  }
  #banner .swiper ul li .container {
    flex-wrap: wrap;
  }
  #banner .swiper ul li .container .regular {
    width: 100%;
  }
  #banner .swiper ul li .container .regular::after {
    display: none;
  }
  #banner .swiper ul li .container .txt .cont br {
    display: none;
  }
  #index-body .init-2 .right .imgBox .play-btn {
    width: 70px;
    height: 70px;
    top: 30%;
  }
  #footer .fTop .right .item1 {
    display: none;
  }
  #footer .fTop .right .item2 .addBox p {
    width: 100%;
    padding-bottom: 10px;
  }
  #footer .fTop .right .item2 .addBox {
    width: calc(100% - 88px) !important;
  }
  #footer .fTop .right .item2 .codeBox {
    width: 88px !important;
  }
  #footer .copyright {
    font-size: 14px;
  }
  #footer .copyright .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #footer .copyright .container svg {
    height: 22px;
  }
}
.inner-banner {
  margin-top: 100px;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.inner-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-page .about-1 {
  color: #181818;
}
.about-page .about-1 .left {
  position: relative;
  width: 46.6%;
}
.about-page .about-1 .left img {
  border-radius: 10px;
}
.about-page .about-1 .left .play-btn {
  background-color: transparent;
  width: 135px;
  height: 135px;
}
.about-page .about-1 .left .play-btn::after,
.about-page .about-1 .left .play-btn::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
}
.about-page .about-1 .left .play-btn::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-page .about-1 .right {
  width: 44%;
}
.about-page .about-2 .bot .left {
  width: 50.5%;
}
.about-page .about-2 .bot .left .txt .round {
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--color);
  border-radius: 50%;
  margin-top: 11px;
}
.about-page .about-2 .bot .left .txt:nth-last-child(1) {
  margin-bottom: 0;
}
.about-page .about-2 .bot .right {
  width: 49.5%;
}
.about-page .about-3 {
  background-color: #f3f3f3;
}
.about-page .about-3 .bot .left {
  width: 66%;
}
.about-page .about-3 .bot .left li.list {
  background-color: #ffffff;
  border-radius: 8px;
  width: 47.7%;
  height: 200px;
  padding-left: 50px;
  padding-right: 100px;
}
.about-page .about-3 .bot .left li.list.active {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-3 .bot .left li.list.active img {
  filter: grayscale(1) brightness(5);
  -webkit-filter: grayscale(1) brightness(5);
}
.about-page .about-3 .bot .left li.list:nth-last-child(1),
.about-page .about-3 .bot .left li.list:nth-last-child(2) {
  margin-bottom: 0;
}
.about-page .about-3 .bot .right {
  width: 31.5%;
}
.about-page .about-3 .bot .right li {
  transition: all 0.3s ease;
  display: none;
}
.about-page .about-3 .bot .right li:first-child {
  display: block;
}
.about-page .about-3 .bot .right li img {
  border-radius: 8px;
}
.about-page .about-4 {
  background-image: url(../images/about-4Bg.jpg);
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .left .play-btn {
    width: 110px;
    height: 110px;
  }
  .about-page .about-2 .bot .left .txt .round {
    width: 12px;
    height: 12px;
  }
  .about-page .about-3 .bot .left li.list {
    padding-left: 30px;
    padding-right: 80px;
  }
  .about-page .about-4 {
    height: 490px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .right {
    width: 49%;
  }
  .about-page .about-2 .bot .left {
    width: 60%;
  }
  .about-page .about-2 .bot .right {
    width: 40%;
  }
  .about-page .about-3 .bot .left li.list {
    padding: 0 20px;
  }
  .about-page .about-4 {
    height: 415px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .left .play-btn {
    width: 90px;
    height: 90px;
  }
  .about-page .about-2 .bot .left .txt .round {
    margin-top: 6px;
  }
  .about-page .about-3 .bot .left li.list {
    width: 49%;
    padding: 0 10px;
  }
  .about-page .about-4 {
    height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    margin-bottom: 20px;
  }
  .about-page .about-2 .bot .left {
    margin-bottom: 20px;
  }
  .about-page .about-3 .bot .left {
    margin-bottom: 20px;
  }
  .about-page .about-3 .bot .right li img {
    display: block;
    margin: 0 auto;
  }
  .about-page .about-4 {
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .bot .left .txt span {
    width: calc(100% - 20px);
  }
  .about-page .about-3 .bot .left li.list {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-3 .bot .left li.list:nth-last-child(1),
  .about-page .about-3 .bot .left li.list:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .about-page .about-4 {
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .bot .left .txt .round {
    margin-top: 10px;
    width: 8px;
    height: 8px;
  }
}
.technology-page {
  color: #181818;
}
.technology-page .technology-1 .left {
  width: 49.5%;
}
.technology-page .technology-1 .left img {
  border-radius: 10px;
}
.technology-page .technology-1 .right {
  width: 44%;
}
.technology-page .technology-2 {
  color: #000;
  background-image: url(../images/init-3Bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.technology-page .technology-2 ul li {
  height: 100%;
}
.technology-page .technology-2 ul li .list {
  box-shadow: 0px 0px 22px 0px rgba(4, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}
.technology-page .technology-3 .textBox {
  position: absolute;
  left: 94px;
  bottom: 84px;
  max-width: 700px;
}
.technology-page .technology-3 .textBox .txt {
  line-height: 1.9;
}
.technology-page .technology-4 .left {
  width: 44%;
}
.technology-page .technology-4 .right {
  width: 46%;
}
.technology-page .technology-4 .right ul li span {
  display: block;
}
.technology-page .technology-5 .right {
  width: 64.5%;
}
.technology-page .technology-5 .left {
  width: 33.5%;
}
.technology-page .technology-6 {
  background-image: url(../images/tech-6Bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 472px;
  background-attachment: fixed;
}
@media screen and (max-width: 1700px) {
  .technology-page .technology-6 {
    height: 415px;
  }
}
@media screen and (max-width: 1450px) {
  .technology-page .technology-1 .right {
    width: 46%;
  }
  .technology-page .technology-3 .textBox {
    left: 85px;
    bottom: 30px;
  }
  .technology-page .technology-4 .right {
    width: 48%;
  }
  .technology-page .technology-6 {
    height: 355px;
  }
}
@media screen and (max-width: 1250px) {
  .technology-page .technology-1 .right {
    width: 44%;
    padding-right: 0;
  }
  .technology-page .technology-4 .right {
    padding-right: 0;
  }
  .technology-page .technology-6 {
    height: 305px;
  }
}
@media screen and (max-width: 1000px) {
  .technology-page .technology-1 .right {
    margin-top: 20px;
  }
  .technology-page .technology-3 .textBox {
    width: 100%;
    bottom: 10px;
    position: static;
    color: #000;
    transform: translate(0);
    margin-top: 20px;
  }
  .technology-page .technology-4 .right {
    margin-top: 20px;
  }
  .technology-page .technology-6 {
    height: 245px;
  }
  .technology-page .technology-3 .textBox .txt {
    line-height: 2;
  }
}
@media screen and (max-width: 700px) {
  .technology-page .technology-6 {
    height: 170px;
  }
}
@media screen and (max-width: 500px) {
  .technology-page .technology-6 {
    height: 120px;
  }
}
.service-nav {
  background-color: #f3f3f3;
}
.service-nav ul {
  padding: 22px 0 20px;
}
.service-nav ul li {
  transition: all 0.3s;
}
.service-nav ul li:hover,
.service-nav ul li.active {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.service-page {
  color: #181818;
}
.service-page .service-1 .left {
  width: 44.3%;
}
.service-page .service-1 .right {
  width: 47%;
}
.service-page .service-2 {
  background-color: #f3f3f3;
}
.service-page .service-2 .top .menuBtn {
  width: 50%;
}
.service-page .service-2 .top .menuBtn li {
  transition: all 0.3s linear;
}
.service-page .service-2 .top .menuBtn li.active,
.service-page .service-2 .top .menuBtn li:hover {
  font-weight: bold;
  color: var(--color);
}
.service-page .service-2 .bot ul {
  position: relative;
}
.service-page .service-2 .bot ul li.list {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s linear;
  left: 0;
  top: 0;
}
.service-page .service-2 .bot ul li.list .left {
  width: 36.7%;
}
.service-page .service-2 .bot ul li.list .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 530px;
}
.service-page .service-2 .bot ul li.list .right {
  line-height: 1.75;
}
.service-page .service-2 .bot ul li.list .right .txt {
  width: 78%;
}
.service-page .service-2 .bot ul li.list.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.service-page .service-3 ul.ul {
  margin: auto;
  width: 86%;
}
.service-page .service-3 ul.ul li {
  margin-bottom: 10px;
}
.service-page .service-3 ul.ul li img {
  transition: all 0.3s linear;
  width: 90px;
  height: 90px;
}
.service-page .service-3 ul.ul li:hover img {
  transform: rotateY(180deg);
}
.service-page .service-4 form {
  width: 92%;
  margin: auto;
}
.service-page .service-4 form input,
.service-page .service-4 form textarea {
  border: none;
  background-color: #f3f3f3;
  padding: 25px 0 25px 24px;
  margin-bottom: 10px;
}
.service-page .service-4 form input::placeholder,
.service-page .service-4 form textarea::placeholder {
  color: #757575;
  font-size: 16px;
}
.service-page .service-4 form .topInput {
  width: 32.5%;
}
.service-page .service-4 form .contInput {
  width: 49.5%;
}
.service-page .service-4 form textarea {
  height: 350px;
}
.service-page .service-4 form .inquery {
  background-color: var(--color);
  font-size: 24px;
  padding: 23px 0;
  color: #fff;
  transition: all 0.3s linear;
}
.service-page .service-4 form .inquery:hover {
  background-color: #000;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 .right {
    padding-right: 110px;
  }
}
@media screen and (max-width: 1450px) {
  .service-page .service-1 .right {
    padding-right: 50px;
  }
  .service-page .service-2 .bot ul li.list .left {
    width: 45%;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .right {
    padding-right: 0;
  }
  .service-page .service-2 .bot ul li.list .left {
    width: 52%;
  }
  .service-page .service-2 .bot ul li.list .right .txt {
    width: 90%;
  }
  .service-page .service-4 form input,
  .service-page .service-4 form textarea {
    padding: 20px 0 20px 20px;
  }
  .service-page .service-4 form textarea {
    height: 295px;
  }
  .service-page .service-4 form .inquery {
    padding: 14px 0;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .right,
  .service-page .service-2 .top .menuBtn {
    margin-top: 20px;
  }
  .service-page .service-2 .bot ul li.list .left {
    width: 50%;
  }
  .service-page .service-2 .bot ul li.list .right {
    width: 50%;
  }
  .service-page .service-2 .bot ul li.list .right .txt {
    width: 95%;
  }
  .service-page .service-3 ul.ul {
    width: 100%;
  }
  .service-page .service-3 ul.ul li {
    margin-bottom: 20px;
  }
  .service-page .service-3 ul.ul li img {
    width: 80px;
    height: 80px;
  }
  .service-page .service-4 form input,
  .service-page .service-4 form textarea {
    padding: 15px 0 15px 10px;
  }
  .service-page .service-4 form textarea {
    height: 240px;
  }
  .service-page .service-4 form .inquery {
    padding: 9px 0;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-2 .top .menuBtn li {
    width: 49%;
    margin-top: 15px;
    text-align: center;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .service-page .service-2 .bot ul li.list {
    flex-wrap: wrap;
  }
  .service-page .service-2 .bot ul li.list .left,
  .service-page .service-2 .bot ul li.list .right {
    width: 100%;
  }
  .service-page .service-2 .bot ul li.list .right {
    padding: 20px 10px;
  }
  .service-page .service-2 .bot ul li.list .right .txt {
    width: 100%;
  }
  .service-page .service-4 form .topInput,
  .service-page .service-4 form .contInput {
    width: 100%;
  }
  .service-page .service-4 form textarea {
    height: 150px;
  }
  .service-page .service-4 form .inquery {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-3 ul.ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.training-page .training-1 {
  color: #181818;
}
.training-page .training-1 .txt {
  width: 58%;
  margin: auto;
}
.training-page .training-1 .bot {
  color: #fff;
}
.training-page .training-1 .bot .left {
  position: relative;
}
.training-page .training-1 .bot .left .textBox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 67%;
  transform: translate(-50%, -50%);
}
.training-page .training-1 .bot .left .textBox .txt {
  width: 100%;
  line-height: 1.5;
}
.training-page .training-2 .item {
  background-color: #f3f3f3;
}
.training-page .training-2 .item .titl {
  color: var(--color);
}
@media screen and (max-width: 1700px) {
  .training-page .training-1 .txt {
    width: 61%;
  }
}
@media screen and (max-width: 1450px) {
  .training-page .training-1 .txt {
    width: 67%;
  }
  .training-page .training-1 .bot .left .textBox {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  .training-page .training-1 .txt {
    width: 78%;
  }
  .training-page .training-1 .bot .left .textBox {
    width: 72%;
  }
}
@media screen and (max-width: 1000px) {
  .training-page .training-1 .txt {
    width: 100%;
  }
  .training-page .training-1 .bot .left .textBox {
    width: 74%;
  }
}
@media screen and (max-width: 700px) {
  .training-page .training-2 .item {
    margin: 0;
    margin-top: 20px;
  }
}
.material-page .material-1 {
  color: #181818;
}
.material-page .material-1 .txt {
  width: 67%;
  margin: auto;
}
.material-page .material-2 {
  background-color: #f3f3f3;
}
.material-page .material-2 .materialNav li {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
}
.material-page .material-2 .materialNav li:hover ,.material-page .material-2 .materialNav li.active {
  background-color: var(--color);
  color: #fff;
}
.material-page .material-2 .bottom .swiperBox:first-child {
  display: block;
}
.material-page .material-2 .swiper ul li p:hover {
  color: var(--color);
}
.material-page .material-2 .swiper .swiper-pagination {
  bottom: 0;
  top: auto;
  background-color: #dfdfdf;
}
.material-page .material-2 .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--color);
}

.material-page .material-3 ul.lists {
  position: relative;
}
.material-page .material-3 ul.lists li.list {
  width: 13%;
  transition: all 0.3s linear;
}
.material-page .material-3 ul.lists li.list .serial {
  color: var(--color);
}
.material-page .material-3 ul.lists li.list:hover {
  transform: translateY(-10px);
}
.material-page .material-3 ul.lists li.list:last-child::after {
  display: none;
}
.material-page .material-3 ul.lists::after,
.material-page .material-3 ul.lists::before {
  content: '';
  position: absolute;
  width: 7.85%;
  height: 1px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
}
.material-page .material-3 ul.lists::after {
  left: 30%;
}
.material-page .material-3 ul.lists::before {
  right: 30%;
}
.material-page .material-3 .Hbtn {
  padding: 17px 0;
}
@media screen and (max-width: 1700px) {
  .material-page .material-1 .txt {
    width: 71%;
  }
  .material-page .material-3 ul.lists li.list {
    width: 14%;
  }
}
@media screen and (max-width: 1450px) {
  .material-page .material-1 .txt {
    width: 77%;
  }
  .material-page .material-3 ul.lists li.list {
    width: 15%;
  }
}
@media screen and (max-width: 1250px) {
  .material-page .material-1 .txt {
    width: 90%;
  }
  .material-page .material-3 ul.lists li.list {
    width: 18%;
  }
}
@media screen and (max-width: 1000px) {
  .material-page .material-1 .txt {
    width: 100%;
  }
  .material-page .material-3 ul.lists li.list {
    width: 24%;
  }
}
@media screen and (max-width: 700px) {
 .material-page .material-3 ul.lists::after,
  .material-page .material-3 ul.lists::before {
    display: none;
  }
  .material-page .material-3 ul.lists li.list {
    width: 30%;
  }
  .material-page .material-3 .Hbtn {
    padding: 10px 0;
  }

  /* 新增：让图片的父容器先撑满宽度 */
  .material-page .material-2-2 .bottom .swiper ul li a.img-box {
    display: block;
    width: 100%;
  }

  /* 修改：替换原来的图片样式，实现红框的等比例放大效果 */
  .material-page .material-2-2 .bottom .swiper ul li a img {
    width: 100%;       /* 宽度撑满父容器，实现红框的左右效果 */
    height: auto;      /* 高度自动，按原图比例缩放，不会变形 */
    display: block;
    margin: 0 auto;
    max-height: 85vh;  /* 限制最大高度，避免竖版海报超出屏幕，可改80/90vh微调 */
    object-fit: contain; /* 保证图片完整显示 */
  }
}
@media screen and (max-width: 500px) {
  .material-page .material-3 ul.lists li.list {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*history*/
.history-page2 .historyPad {
  display: none;
}
.history-page2 {
  background-color: #ecebe6;
}
.history-page2 .container{
    padding-top: 74px;
    padding-bottom: 90px;
    /*background-image: url('/jianandatex/2023/06/16/milestones_background.jpg');*/
    background-repeat: repeat-y;
    background-position: center top;
    background-color: #f7f7f8;
    width: 100%;
    
}
.history-page2 .container .list{
    width: 50%;
    text-align: center;
    margin: 100px auto 0;
}

.history-page2 .tips{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    color: #c7c7c7;
}
.history-page2 .title_s{
    background: #eee;
    height: 1px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.history-page2 .title_s img{
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.history-page2 .container .list .title{
    line-height: 1;
    color: var(--color);
}
.history-page2 .container .list .des{
    margin-top: 30px;
    color: #111;
    font-size: 16px;
}
.history-page2 .container .list .des p{
    font-size: 16px;
}
.history-page2 .container .list:nth-child(1){
    margin-top: 0;
}
.history-page2 .container .list:nth-child(5n+1){
  margin-left: auto;
  margin-right: auto;
}
.history-page2 .container .list:nth-child(5n+2){
    margin-left: 32%;
}
.history-page2 .container .list:nth-child(5n+3){
    margin-left: 12%;
}
.history-page2 .container .list:nth-child(5n+4){
    margin-left: 30%;
}
.history-page2 .container .list:nth-child(5n) {
    margin-left: 10%;
}

@media screen and (max-width: 1000px) {
  .history-page2 .historyPad {
    display: block;
  }
  .history-page2 .historyPc {
    display: none;
  }
    .history-page2 .title_s{
        display: none;
    }

    .history-page2 .container{
        background: none;
        padding-top: 35px;
         background-color: #f7f7f8;
         padding-bottom: 35px;
         padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    }
    .history-page2 .container .list{
        width: 100%;
        margin: 40px auto 0 !important;
    }

}
@media screen and (max-width: 500px){
    .history-page2 .container{
        padding-top: 32px;
        padding-bottom: 38px;
        background-color: #f7f7f8; 
  width: 100%;
    }
    .history-page2 .container .list .des{
        font-size: 16px;
        margin-top: 10px;
    }
}
/*video*/

.video-page .init-1 .container .list {
  margin-top: 70px;
}
.video-page .init-1 .container .list .titleC {
  border-bottom: 1px solid #666666;
  padding-bottom: 16px;
}
.video-page .init-1 .container .list .titleC .btnC {
  margin-left: auto;
}
.video-page .init-1 .container .list .titleC .btnC .btn {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  background-color: #d3d3d3;
  border-radius: 50%;
  cursor: pointer;
}
.video-page .init-1 .container .list .titleC .btnC .btn .img {
  width: 12px;
  height: 12px;
}
.video-page .init-1 .container .list .titleC .btnC .btn:hover {
  background-color: var(--color);
}
.video-page .init-1 .container .list .content ul {
  margin: 0 -10px;
}
.video-page .init-1 .container .list .content ul li {
  margin-top: 40px;
  padding: 10px;
}
.video-page .init-1 .container .list .content ul li .box .videoC {
  position: relative;
}
.video-page .init-1 .container .list .content ul li .box .videoC .img {
  width: 100%;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .img2 {
  width: 34px;
  position: relative;
  z-index: 2;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .ling {
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.video-page .init-1 .container .list .content ul li .box .text {
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 1450px) {
  .video-page .init-1 .container .list .content ul li {
    width: 33.33%;
  }
} 
@media (max-width: 700px) {
  .video-page .init-1 .container .list .titleC .title {
    width: 100%;
  }
  .video-page .init-1 .container .list .titleC .btnC {
    margin-top: 10px;
  }
  .video-page .init-1 .container .list .content ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .video-page .init-1 .container .list {
    margin-top: 40px;
  }
  .video-page .init-1 .container .list .content ul li {
    margin-top: 10px;
    width: 100%;
  }
}
/*product*/

.inner-page .about-link {
  background: #191919;
  background: url(/jsoptics/2025/11/03/1000.jpg?imageView2/2/format/webp/q/100);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inner-page .about-link .a-box {
  max-width: 1390px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-page .about-link .a-box h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
}
.inner-page .about-link .a-box a {
  padding: 15px 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  margin: 0;
}
.inner-page .m-page {
  text-align: left;
  margin-top: 30px;
}
.inner-page .m-page span,
.inner-page .m-page a {
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 42px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span:hover,
.inner-page .m-page a:hover {
  color: #fff;
  background: #000;
}
.inner-page .m-page .current {
  color: #fff;
  background: #000;
}
.product-page {
  background: #f7f7f8;
}
.product-page .productNav {
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-page .productNav ul li {
  padding: 20px;
  min-width: 16.6%;
  color: #181818;
  text-align: center;
}
.product-page .productNav ul li.active ,.product-page .productNav ul li:hover {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;

}
.product-page .title h2 {
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .title p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  /*max-width: 600px;*/
}
.product-page .product-box .product-list ul {
  margin: -15px;
  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;
}
.product-page .product-box .product-list ul li {
  width: 25%;
  padding: 15px;
}
.product-page .product-box .product-list ul li a {
  padding: 35px 24px;
  background: #fff;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .product-list ul li .box{
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: white;
}
.product-page .product-box .product-list ul li .box:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.product-page .product-box .product-list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-page .product-box .product-list ul li a .p-img {
  overflow: hidden;
  position: relative;
  margin: 40px 0;
}
.product-page .product-box .product-list ul li a .p-img img{
  transition: 0.5s;
}
.product-page .product-box .product-list ul li a .p-img .img-2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.product-page .product-box .product-list ul li a:hover .p-img .img-2{
  opacity: 1;
}
.product-page .product-box .product-list ul li a h4 {
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.product-page .product-box .product-list ul li h5 {
  line-height: 1;
  color: #000;
  padding: 20px 20px;
  transition: all .3s linear;
  border-top: 1px solid #e5e5e5;
}
.product-page .product-box .product-list ul li h5:hover{
  color: var(--color);
}
.product-page .product-box .product-list ul li h5 a{
  padding: 0;
}
.product-page .product-box .product-list ul li .content{
  padding: 0 20px 20px;
}
.product-page .product-box .product-list ul li a p {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.product-page .product-box .product-list .m-page {
  margin-top: 60px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.prodet-page .prodet-box .prodet-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-box .prodet-1 .container .left {
  width: 50%;
  padding-right: 90px;
  display: flex;
  justify-content: space-between;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-big{
  display: inline-block;
  width: 78%;
  border: 1px solid #eee;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-big img{
  display: block;
  margin: auto;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
  padding: 0;
  position: relative;
  width: 20%;
  display: inline-block;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
  width: 16px;
  height: 29px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
  background: url(../images/ped-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
  background: url(../images/ped-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}
.prodet-page .prodet-box .prodet-1 .container .right {
  width: 50%;
  padding-left: 25px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
  font-size: 24px;
  line-height: 1;
  color: #121212;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h4 {
  line-height: 1;
  color: #121212;
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
  /*padding-bottom: 27px;
  border-bottom: 1px solid #8a8a8a;*/
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color{
  margin-top: 30px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color span{
  font-size: 14px;
  line-height: 1;
  color: #444444;
  display: block;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox{
  margin-top: 20px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide{
  transition: .5s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover{
  background: #f4f4f4;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
  margin-top: 35px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
  display: inline-block;
  padding: 16px 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 1;
  color: #121212;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
  border: 1px solid var(--color);
  color: #fff;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover::after {
  width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquirys {
  padding: 16px 60px;
  border: 1px solid #000000;
  margin-left: 18px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
  font-size: 14px;
  font-weight: 100;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
  padding: 0 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
  color: var(--color);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
  border-right: none;
}
.prodet-page .prodet-box .prodet-2 h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .prodet-2 ul.tab li{
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 7px 9px 23px 0.24px rgba(101,101,101,.17);
  box-shadow: 7px 9px 23px 0.24px rgba(101,101,101,.17);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.prodet-page .prodet-box .prodet-2 ul.tab li::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.prodet-page .prodet-box .prodet-2 ul.tab li.active:after, 
.prodet-page .prodet-box .prodet-2 ul.tab li:hover:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.prodet-page .prodet-box .prodet-2 .content .contact-page{
  background: white;
  padding-top: 0;
}
.prodet-page .prodet-box .prodet-2 .content .contact-page .contact-1 {
  margin-top: 0;
}
.prodet-page .prodet-box .prodet-2 .content .contact-page .contact-1 .contact-box{
  padding: 60px;
}
.prodet-page .prodet-box .prodet-2 .content .contact-page .contact-1 .contact-box .contact-content{
  margin-top: 0;
}
.prodet-page .prodet-box .prodet-2 .content .contact-page .contact-1 .contact-box .contact-content .right{
  padding-left: 0;
  width: 100%;
}
.prodet-page .prodet-box .prodet-2 h3 span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  padding: 12px 25px;
  background: #1f1f1f;
  position: relative;
}
.prodet-page .prodet-box .prodet-2 h3 span::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #1f1f1f;
}
.prodet-page .prodet-box .prodet-2 .content {
  padding: 60px 0 50px;
  font-size: 18px;
}
.prodet-page .prodet-box .prodet-2 .content table:nth-child(1){
  text-align: center;
}
.prodet-page .prodet-box .prodet-2 .content table:nth-child(1) tr{
  border-bottom: none;
}
.prodet-page .prodet-box .prodet-2 .content strong{
  font-weight: bold;
  display: block;
}
.prodet-page .prodet-box .prodet-2 .content table{
  border: none;
}
.prodet-page .prodet-box .prodet-2 .content table tr{
  border-bottom: 1px solid #ccc;
}
.prodet-page .prodet-box .prodet-2 .content table tr td{
  /*border: none;*/
  padding: 15px 10px;
}
.prodet-page .prodet-box .prodet-2 .content table tr th{
  border: none;
  padding: 15px 10px;
}
.prodet-page .prodet-box .prodet-3 {
  padding: 40px 0 45px;
  background: #f5f5f5;
}
.prodet-page .prodet-box .prodet-3 h3 {
  line-height: 1;
  color: #1f1f1f;
  font-weight: bold;
}
.prodet-page .prodet-box .prodet-3 .reportBox {
  margin: 45px -10px 0;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container {
  padding: 10px;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
  width: 100%;
  transition: 0.5s;
}
.prodet-page .prodet-box .prodet-4 {
  padding: 100px 0;
}
.prodet-page .prodet-box .prodet-4 h3 {
  font-size: 35px;
    line-height: 1;
    color: #080808;
    font-weight: 600;
    text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox {
  margin-top: 40px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a {
  display: block;
  text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover .p-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover h4::after {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img {
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img img {
  width: 100%;
  transition: 0.5s;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h5 {
  font-size: 20px;
  line-height: 1;
  color: #121212;
  text-transform: uppercase;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
  font-size: 14px;
  line-height: 1;
  color: #121212;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-bottom: 4px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid #121212;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page.prodet2-page .prodet-box .container {
  max-width: 1605px;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .left {
  width: 55%;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .right {
  width: 45%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 {
  border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title {
  padding: 40px 0 85px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title h3 {
  font-size: 28px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  margin-bottom: 14px;
  border: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  font-weight: 100;
  max-width: 1150px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .left {
  width: 58%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right {
  width: 42%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit {
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4 {
  font-size: 24px;
  color: #000000;
  padding-top: 25px;
  position: relative;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4::after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 2px;
  top: 0;
  left: 0;
  border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box {
  margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container {
  max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content {
  padding: 11rem 0 10rem;
  /*border-top: 1px solid #a3a3a3;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .left {
  width: 42%;
  padding: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right {
  width: 58%;
  padding-left: 5%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding: 0 6px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list {
  margin-top: 40px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item {
  margin-bottom: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title {
  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;
  padding: 10px 6px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title h6 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i::before {
  content: "+";
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box {
  display: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul {
  padding: 15px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul li {
  font-size: 16px;
  color: #565656;
  margin-bottom: 5px;
  list-style-type: disc;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p {
  width: 50%;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-title {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-value {
  display: block;
    font-size: 16px;
    color: #565656;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title {
  border: 2px solid #000;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title i::before {
  content: "-";
}
.prodet-page.prodet2-page .prodet-box .prodet-3 {
  padding: 60px 0;
  background: #000;
  text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .container {
  max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 h5 {
  margin: 0;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox {
  margin-top: 30px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img {
  overflow: hidden;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img img {
  width: 100%;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content {
  padding: 15px 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content h6 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 100;
  margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 {
  background: #f1f1f1;
  padding: 30px 0 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top {
  text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top h4 {
  font-size: 26px;
    line-height: 1;
    color: #1e1e1e;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 17px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top p {
  font-size: 16px;
  line-height: 1;
  color: #1e1e1e;
  margin-top: 35px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form {
  margin-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 0px 0px 16px;
  height: 48px;
  text-align: left;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #ffffff;
  border: 1px solid #242424;
  margin-left: 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="name"] {
  width: 140px;
  margin-left: 0;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="mail"] {
  width: 240px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="content"] {
  width: 300px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="submit"] {
  background: #000000;
  border-radius: 0px;
  border-style: solid;
  border-color: #000000;
  border-width: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  white-space: normal;
  padding: 11px 10px;
  text-align: center;
  word-break: break-word;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  height: auto;
}

@media screen and (max-width: 1450px) {
  .product-page .product-box .product-list ul li{
    width: 33%;
  }
}
@media screen and (max-width: 1230px){
   .product-page .product-box .product-list ul li a h4 {
    font-size: 20px;
  }
  .product-page .product-box .product-list ul li a h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .about-link .a-box h3 br{
    display: none;
  }
  .inner-page .about-link .a-box h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-page .m-page span,
  .inner-page .m-page a {
    margin-bottom: 10px;
  }
   .product-page .product-box .product-list ul li {
    width: 50%;
  }
  .product-page .title p {
    font-size: 14px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
    padding: 12px 20px;
    font-size: 14px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquirys {
    padding: 12px 20px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .about-link .a-box a {
    display: none;
  }
  .wid-50{
    width: 100%;
  }
   .prodet-page .prodet-box .prodet-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 20px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right {
    width: 100%;
    padding-left: 0rem;
    margin-top: 30px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px){
  .product-page .product-box .product-list ul li {
    width: 100%;
  }
}
/*news*/


/*container*/

.contact-page .contact-1 .contact-box .contact-content .right form {
  margin-top: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .right form p {
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="text"],
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
  width: 100%;
  height: 43px;
  background: #e8e8e8;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  margin-bottom: 22px;
}
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
  height: 92px;
  padding: 10px;
  margin-bottom: 52px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
  padding: 18px 56px 18px 95px;
  border: none;
  background: url(../images/submit.png) no-repeat left 40px center #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.contact-page h2.tit {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 23px;
}
.contact-page h2.tit::after {
  position: absolute;
  content: "";
  width: 10.8rem;
  height: 1px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-page .contact-1 .contact-box {
  -webkit-box-shadow: 0 10px 30px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 auto;
}
.contact-page .contact-1 .contact-box .contact-content {
  margin-top: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .contact-box .contact-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
.contact-page .contact-1 .contact-box .contact-content .left {
  width: 50%;
  padding-right: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .left h2 {
  line-height: 1;
  color: #181818;
  font-weight: bold;
  margin-bottom: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul {
  margin-top: 45px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li {
  margin-bottom: 75px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin-bottom: 20px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 img {
  margin-right: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4 {
  font-size: 24px;
  line-height: 1;
  color: #000000;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4.h4 {
  margin-bottom: 12px;
}
.contact-page .contact-1 .contact-box .contact-content .right {
  width: 50%;
  padding-left: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .right p.p {
  margin-top: 35px;
  letter-spacing: 1.5px;
}
.contact-page .contact-2 .icon {
  text-align: center;
}
.contact-page .contact-2 .icon i {
  font-size: 28px;
  color: #000;
  margin: 0 30px;
}
.contact-page .contact-2 .ewms{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .contact-2 .ewms #ewm{
  width: 120px;
  border: 5px solid white;
}
.contact-page .contact-2 .ewms img{
  width: 120px;
}
.contact-page .contact-2 .ewms p{
  margin-top: 6px;
}
.contact-page .contact-2 .ewms .left:nth-child(1){
  margin-right: 40px;
}
.contact-page .contact-2 p {
  text-align: center;
  margin-top: 32px;
  color: #242120;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px){
    .contact-page .contact-1 .contact-box .contact-content .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .contact-box .contact-content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .contact-box .contact-content .left ul li h4{
    font-size: 20px;
  }
}
@media screen and (max-width: 500px){
   .contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
    font-size: 14px;
    padding: 18px 5.6rem 18px 12.5rem;
  }
  .contact-page .contact-1 .contact-box .contact-content .left ul li h4{
    font-size: 18px;
  }
}

.news-page .news-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.news-page .news-list ul li .left {
  width: 42.5%;
}
.news-page .news-list ul li .left a {
  display: block;
  overflow: hidden;
}
.news-page .news-list ul li .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-list ul li .left a img {
  width: 100%;
  transition: 0.5s;
}
.news-page .news-list ul li .right {
  width: 57.5%;
  padding-left: 26px;
}
.news-page .news-list ul li .right span {
  font-size: 14px;
  line-height: 1;
  color: rgba(20, 20, 20, 0.5);
}
.news-page .news-list ul li .right h4 {
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0;
}
.news-page .news-list ul li .right h4:hover {
  color: var(--color);
}
.news-page .news-list ul li .right p {
  font-size: 14px;
  line-height: 1.8;
  color: #303030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .news-list ul li .right .more {
  display: inline-block;
  padding: 8px 32px;
  background: #1f1f1f;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-top: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .right .more:hover {
  background: var(--color);
}
/*.news-page .news-list ul li:nth-child(1) .left {
  width: 100%;
}
.news-page .news-list ul li:nth-child(1) .left a {
  position: relative;
}
.news-page .news-list ul li:nth-child(1) .left a span {
  position: absolute;
  display: inline-block;
  left: 19px;
  top: 19px;
  padding: 10px 12px;
  background: #1f1f1f;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.news-page .news-list ul li:nth-child(1) .right {
  width: 100%;
  padding-left: 0;
  padding: 26px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}*/
/*.news-page .news-list ul li:nth-child(1) .right h4 {
  font-size: 30px;
}*/

.newdet-page .news-content {
  padding-bottom: 130px;
}
.newdet-page .news-content .title {
  padding: 15px 0 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.newdet-page .news-content .title span {
  font-size: 14px;
  line-height: 1;
  color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .title h2 {
  font-size: 30px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
}
.newdet-page .news-content .content {
  padding: 45px 0 200px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.8;
  color: #303030;
}
.newdet-page .news-content .m-link h3 {
  font-size: 24px;
  line-height: 1;
  color: #1f1f1f;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
.newdet-page .news-content .m-link h3::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newdet-page .news-content .m-link .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .news-content .m-link .next .left {
  width: 42.5%;
}
.newdet-page .news-content .m-link .next .left a {
  display: block;
  overflow: hidden;
}
.newdet-page .news-content .m-link .next .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newdet-page .news-content .m-link .next .left a img {
  width: 100%;
  transition: 0.5s;
}
.newdet-page .news-content .m-link .next .right {
  width: 57.5%;
  padding-left: 26px;
}
.newdet-page .news-content .m-link .next .right span {
  font-size: 14px;
  line-height: 1;
  color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .m-link .next .right h4 {
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 20px;
}
.newdet-page .news-content .m-link .next .right h4:hover {
  color: var(--color);
}
.newdet-page .news-content .m-link .next .right p {
  font-size: 14px;
  line-height: 1.8;
  color: #303030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newdet-page .news-content .m-link .next .right .more {
  display: inline-block;
  padding: 8px 32px;
  background: #1f1f1f;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-top: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link .next .right .more:hover {
  background: var(--color);
}

.inner-page .sidebar-box {
  /*max-width: 1390px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left {
  width: 69%;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-right {
  width: 31%;
  padding-left: 60px;
  position: sticky;
  top: 50px;
  display: inline-block;
}
.inner-page.gallery-page .sidebar-box .sidebar-right{
  padding-left: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav {
  padding: 50px 40px;
  background: #282828;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3::after {
  position: absolute;
  content: "";
  width: 6.8rem;
  height: 2px;
  border-bottom: 1px solid #fff;
  left: 0;
  bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 22px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  border-bottom: 1px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
  bottom: -3px;
}
.inner-page .sidebar-box .sidebar-right .like-list {
  margin-top: 3.6rem;
}
.inner-page .sidebar-box .sidebar-right .like-list h4 {
  font-size: 16px;
  line-height: 1;
  color: #141414;
  font-weight: bold;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .sidebar-box .sidebar-right .like-list ul {
  margin-top: 15px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li {
  padding-left: 2.1rem;
  position: relative;
  margin-bottom: 25px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1px;
  background: #000;
  left: 0;
  top: 13px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5 {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-right .like-list ul li p {
  font-size: 14px;
  line-height: 1;
  color: rgba(20, 20, 20, 0.5);
  margin-top: 12px;
}
.prodet-page .prodet-4 .recommendBox ul li a h4{
  position: relative;
  display: inline-block;
}
.prodet-page .prodet-4 .recommendBox ul li a h4::after {
  position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 1px solid #121212;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-4 .recommendBox ul li a:hover h4::after{
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-right .sidebar-nav{
    padding: 10px;
  }
}
@media screen and (max-width: 1000px){
  .inner-page .sidebar-box .sidebar-right {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-left {
    width: 100%;
  }
  .newdet-page .news-content .title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px){
   .newdet-page .news-content .m-link .next .right h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px){
  
  .news-page .news-list ul li:nth-child(1) .right h4 {
    font-size: 20px;
  }
  .news-page .news-list ul li:nth-child(1) .left a span {
    font-size: 14px;
  }
  .news-page .news-list ul li .left {
    width: 100%;
  }
  .news-page .news-list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .news-list ul li .right h4 {
    font-size: 18px;
  }
  .newdet-page .news-content .m-link .next .left {
    width: 100%;
  }
  .newdet-page .news-content .m-link .next .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  
}

/*faq*/
.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: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
}

.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #0b2ea6;
}

.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}

.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}

.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}

.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}

.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
  margin-bottom: 20px;
}

.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}

.faq-page .faq-2 .right .box2 .form ul li textarea {
  height: 200px;
  padding: 10px;
}

.faq-page .faq-2 .right .box2 .form ul li input[type="submit"] {
  padding-left: 0;
  background: var(--color);
  color: white;
  transition: 0.3s;
}

.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover {
  background: black;
}

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

  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }

  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .faq-page .faq-2 {
    padding: 40px 0;
  }

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

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

  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
}

/*honur factory*/
.inner-page.gallery-page .gallery-list ul {
  margin: -15px;
}
.inner-page.gallery-page .gallery-list ul li{
  padding: 15px;
}
.inner-page.gallery-page .gallery-list ul li a.img-box{
  display: block;
}
.inner-page.gallery-page .gallery-list ul li h5{
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .inner-page.gallery-page .gallery-list ul {
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inner-page.gallery-page .gallery-list ul li {
    padding: 5px;
  }
}
@media screen and (max-width: 1000px) {
   .gallery-page.inner-page .sidebar-box .sidebar-right{
    display: block !important;
  }
}
.seoPublic .Auxil-through a{
  height: auto;
  padding: 5px 20px;
  width: 50%;
}
@media screen and (max-width: 700px){
  .seoPublic .Auxil-through a{
    width: 100%;
  }
  
}
@media screen and (max-width: 1250px) {
  .mobile-menu-wrap01 .menu-item {
    padding: 0 12px;
  }
  .mobile-menu-wrap01 .menu-item a {
    width: calc(100% - 30px);
    padding: 12px 0;
  }
}
.mobile-menu-wrap01 .menu-footer {
  display: none;
}
.mobileForm {
  margin-bottom: 100px;
}
.mobile-menu-wrap01 .mobile-menu {
  width: 65%;
  height: 95vh;
}
@media screen and (max-width: 1250px) {
  .mobile-menu-wrap01 .menu-item {
    padding-left: 0;
  }
  .mobile-menu-wrap01 .menu-item a {
    padding-left: 12px;
  }
}
.product-yd-page {
  background-color: #f7f7f8;
}
.product-yd-page .proYd-1 .itemBox .lists {
  margin: 0 -0.78125vw;
}
.product-yd-page .proYd-1 .itemBox .lists li {
  padding: 0 0.78125vw;
  padding-bottom: 3.90625vw;
}
.product-yd-page .proYd-1 .itemBox .lists li .list {
  background-color: #fff;
}
.product-yd-page .proYd-1 .itemBox .lists li .list a.titl:hover {
  color: var(--color);
}
@media screen and (max-width: 1450px) {
  .product-yd-page .proYd-1 .itemBox .lists li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page .proYd-1 .itemBox .lists li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .proYd-1 .itemBox .lists {
    margin: 0;
  }
  .product-yd-page .proYd-1 .itemBox .lists li {
    padding: 0;
    padding-bottom: 3.90625vw;
    width: 100%;
  }
}
.product-yd-page .proYdN-1 .listBox {
  margin: 0 -8px;
}
.product-yd-page .proYdN-1 .listBox .itemBox {
  padding: 0 8px;
}
.product-yd-page .proYdN-1 .listBox .itemBox .titl:hover {
  color: var(--color);
}
/*.product-yd-page .proYdN-2 .listBox {
  margin: 0 -10px;
}
.product-yd-page .proYdN-2 .listBox .itemBox {
  padding: 0 10px;
}*/
.product-yd-page .proYdN-2 .listBox .itemBox .item {
  background-color: #fff;
}
.product-yd-page .proYdN-2 .listBox .itemBox .item .img {
  padding: 15px;
}
.product-yd-page .proYdN-2 .listBox .itemBox .item .titl {
  padding: 15px;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 1450px) {
  .product-yd-page .proYdN-2 .listBox .itemBox {
    width: 25%;
  }
} 
@media screen and (max-width: 1000px) {
  .product-yd-page .proYdN-1 .listBox .itemBox {
    width: 50%;
  }
  .product-yd-page .proYdN-2 .listBox .itemBox {
    width: 33.33%;
  }
} 
@media screen and (max-width: 500px) {
  .product-yd-page .proYdN-1 .listBox .itemBox {
    width: 100%;
  }
  .product-yd-page .proYdN-2 .listBox .itemBox {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    min-height: 160px;
  }
}

.logoF.block {
  display: inline-block;
}

.logoF.block img {
  display: block;     
  max-width: 100%;    
  height: auto;       
  max-width: 238px;    
}

/* 可选：手机端单独控制大小（比如767px以下的屏幕） */
@media (max-width: 767px) {
  .logoF.block img {
    max-width: 200px; 
  }
}

@media screen and (max-width: 700px) {
  
  .product-page .productNav ul {
    display: flex;
    flex-wrap: wrap; 
  }

  .product-page .productNav ul li {
    
    min-width: auto;
    width: 33.33%;
   
    padding: 15px 10px;
   
    border-bottom: 1px solid #eee;
   
    box-sizing: border-box;
    
    text-decoration: none !important;
  }

  .product-page .productNav ul li.active {
    border-bottom-color: #d92929;
    font-weight: bold;
  }


  /*@media screen and (max-width: 700px) {
  .product-page .productNav ul {
    display: flex;
    flex-wrap: wrap;
  }

  .product-page .productNav ul li {
    
    width: 33.33%;
    min-width: auto;
    padding: 5px 0;
    margin-top: 15px;
    text-align: center;
    background-color: #fff;

    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    text-decoration: none !important;
  }

  .product-page .productNav ul li.active {
    font-weight: bold;
    color: var(--color);
    border-bottom-color: var(--color);
  }
}*/