@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left {
  margin-right: 25px;
}

#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}
body {
  font-family: "Microsoft YaHei";
  max-width: 1920px;
  --color: #1c499a;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1430px;
  position: relative;
  height: 100%;
}
.public-title {
  color: #fff;
}
.public-title .t-title {
  font-family: Poppins;
  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: 22px;
}
.public-title .t-title .line {
  margin-right: 4px;
  background-color: #fff;
  height: 1px;
  width: 21px;
}
.public-title .big-title {
  font-size: 40px;
  font-weight: bold;
}
.public-btn {
  line-height: 43px;
  background-color: rgba(255, 255, 255, 0.15);
  border: solid 1px #ffffff;
  font-weight: bold;
  padding: 0 10px 0 19px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  letter-spacing: 12px;
}
.public-btn.btn1 {
  margin-right: 22px;
}
.public-btn:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
@-webkit-keyframes content-to-top {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes content-to-top {
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes content-to-top {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#index-body,#footer,#banner{
  overflow: hidden;
}
.public-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  letter-spacing: 2px;
}
.public-content .container {
  padding-top: 20%;
}
.public-content .intro {
  margin-top: 24px;
  margin-bottom: 38px;
  color: #fff;
}
.public-content.black {
  right: 0;
  text-align: right;
}
.public-content.black .public-title .t-title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
}
.public-content.black .public-title .t-title .line {
  background-color: #000;
  margin-right: 0;
  margin-left: 4px;
}
.public-content.black .public-title .big-title {
  color: #000;
}
.public-content.black .intro {
  color: #000;
}
.public-content.black .public-btn {
  border-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
  color: #000;
}
.public-content.black .public-btn:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
#fullpage .section {
  position: relative;
}
#fullpage .section .public-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
#fullpage .section.active .public-content {
  -webkit-animation: content-to-top 1s ease-in-out 1 forwards;
  -moz-animation: content-to-top 1s ease-in-out 1 forwards;
  animation: content-to-top 1s ease-in-out 1 forwards;
}
#fullpage .section .section-img {
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 44px;
  padding-right: 55px;
  padding-left: 2.29166667vw;
  padding-right: 2.86458333vw;
}
#header .container {
  width: 100%;
  padding: 0;
}
#header.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 4.01041667vw;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 58px;
  margin-right: 3.02083333vw;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a:after {
  border-top-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1.45833333vw;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  width: 9px;
  height: 12px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
  margin-right: 15px;
}
#header .nav .ui.menu .items .h-search i {
  font-size: 30px;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
}
#header .nav .ui.menu .items .h-language span {
  color: #000;
  display: block;
  font-family: Poppins;
  font-weight: 600;
  margin-top: 4px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
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;
  -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;
  -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;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#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;
  -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%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner ul.slick li {
  position: relative;
}
#banner ul.slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner ul.slick li .content .text-box {
  padding-top: 14.9%;
  color: #fff;
}
#banner ul.slick li .content .text-box h2 {
  font-weight: bold;
  max-width: 1362px;
  margin: 20px 0 13px;
  line-height: 1.2;
}
#index-body .about .container {
  padding-top: 377px;
}
#index-body .about .intro {
  max-width: 522px;
  line-height: 1.72;
}
#index-body .about .number-Plus li .data-right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .index-honor .container {
  padding-top: 345px;
}
#index-body .index-honor .intro {
  max-width: 480px;
  margin-left: auto;
}
#index-body .index-honor .public-content .public-btn {
  background-color: rgba(255, 255, 255, 0.15);
}
#index-body .index-honor .public-content .public-btn:hover {
  background-color: var(--color);
}
#index-body .product .container {
  padding-top: 341px;
}
#index-body .product .public-content .public-title .t-title {
  margin-bottom: 15px;
}
#index-body .product .public-content .intro {
  max-width: 740px;
  line-height: 2.22;
  margin-top: 24px;
  margin-bottom: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .part .container {
  padding-top: 403px;
}
#index-body .part .public-content .public-title .t-title {
  margin-bottom: 4px;
}
#index-body .part .public-content .intro {
  margin-top: 11px;
  margin-bottom: 59px;
}
#index-body .intelligence .container {
  padding-top: 372px;
}
#index-body .intelligence .public-content .public-title .t-title {
  margin-bottom: 12px;
}
#index-body .intelligence .public-content .intro {
  margin-top: 60px;
}
#index-body .service .container {
  padding-top: 403px;
}
#index-body .service .public-content .public-title .t-title {
  margin-bottom: 5px;
}
#index-body .service .public-content .intro {
  margin-top: 58px;
}
#index-body .case {
  color: #fff;
}
#index-body .case .case-t-title {
  font-weight: bold;
  margin-bottom: 19px;
}
#index-body .case .case-title {
  font-weight: bold;
  line-height: 1.2;
}
#index-body .case .container {
  padding-top: 363px;
}
#index-body .case .public-content {
  text-align: center;
}
#footer {
  background-color: #f1f1f1;
  height: 100%;
}
#footer .fp-tableCell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;*/
  justify-content: flex-end;
}
#footer .container {
  width: auto;
  max-width: 1610px;
}
#footer .f-content {
  padding-left: 6.77%;
  padding-right: 13.38%;
  padding-bottom: 27px;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  font-weight: bold;
  color: var(--color);
}
#footer .f-content dl dd {
  margin-bottom: 3px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content .items {
  margin-right: 24px;
}
#footer .f-content .items .f-logo {
  display: block;
  margin-bottom: 25px;
}
#footer .f-content .items .map {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-width: 287px;
}
#footer .f-content .news-link {
  margin-left: -20px;
  margin-right: 10px;
}
#footer .f-content .news-link .f-news {
  max-width: 347px;
}
#footer .f-content .news-link .f-news li .slide-box {
  background-color: #e4e4e4;
  padding: 20px 17px 20px 17px;
}
#footer .f-content .news-link .f-news li .slide-box .date {
  font-family: Poppins;
}
#footer .f-content .news-link .f-news li .slide-box .date span {
  padding-left: 15px;
}
#footer .f-content .news-link .f-news li .slide-box .news-content .title {
  display: block;
  margin-top: 5px;
  margin-bottom: 11px;
  max-width: 240px;
}
#footer .f-content .news-link .f-news li .slide-box a.news-more {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--color);
  width: 27px;
  height: 27px;
  margin-top: 10px;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .f-content .news-link .f-news li .slide-box a.news-more:hover {
  color: #fff;
  background-color: var(--color);
}
#footer .f-content .news-link .f-news li .slide-box a.news-more i {
  font-size: 14px;
}
#footer .f-content .news-link .f-link {
  margin-top: 47px;
}
#footer .f-content .news-link .f-link dt {
  margin-bottom: 17px;
  position: relative;
}
#footer .f-content .news-link .f-link dt:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/f-link-icon.png");
  background-repeat: no-repeat;
}
#footer .f-content .news-link .f-link dd {
  margin-bottom: 4.5px;
}
#footer .f-content .f-contact {
  margin-top: 14px;
}
#footer .f-content .f-contact dt {
  margin-bottom: 28px;
}
#footer .f-content .f-contact .contact-list {
  font-family: Poppins;
}
#footer .f-content .f-contact .contact-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
#footer .f-content .f-contact .contact-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 13px;
}
#footer .f-content .f-contact .contact-list li span {
  line-height: 2.33;
  max-width: 250px;
}
#footer .f-content .f-contact .contact-list li:last-child span {
  line-height: 2;
}
#footer .f-content .form-social {
  margin-top: 14px;
}
#footer .f-content .form-social .f-form {
  margin-bottom: 44px;
  width: 288px;
}
#footer .f-content .form-social .f-form dt {
  margin-bottom: 28px;
}
#footer .f-content .form-social .f-form input {
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #969696;
  padding: 8px 0;
  margin-bottom: 11px;
}
#footer .f-content .form-social .f-form input::-webkit-input-placeholder {
  color: #6b6b6b;
}
#footer .f-content .form-social .f-form input:-moz-placeholder {
  color: #6b6b6b;
}
#footer .f-content .form-social .f-form input::-moz-placeholder {
  color: #6b6b6b;
}
#footer .f-content .form-social .f-form input:-ms-input-placeholder {
  color: #6b6b6b;
}
#footer .f-content .form-social .f-form input::placeholder {
  color: #6b6b6b;
}
#footer .f-content .form-social .f-form .form-bottom {
  padding-top: 12px;
  color: #6b6b6b;
}
#footer .f-content .form-social .f-form .form-bottom .tips {
  max-width: 180px;
  line-height: 1.1;
}
#footer .f-content .form-social .f-form .form-bottom .submit {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-content .form-social .f-form .form-bottom .submit:hover {
  background-color: #000;
}
#footer .f-content .form-social .f-social dt {
  margin-bottom: 18px;
}
#footer .f-content .form-social .f-social .social-account a {
  display: block;
  margin-right: 20px;
  color: #727272;
}
#footer .f-content .form-social .f-social .social-account a i {
  font-size: 28px;
  line-height: 30px;
}
#footer .f-content .form-social .f-social .social-account a:hover {
  color: var(--color);
}
#footer .f-content .form-social .f-social .social-account li:nth-child(4) a i {
  font-size: 30px;
}
#footer .f-copy {
  border-top: 1px solid #585858;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-copy .container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-copy .left {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 34px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-copy .copy-items li:nth-child(2) {
  margin-left: 60px;
  margin-right: 50px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 34px;
  fill: #000;
}
#footer .f-copy svg text {
  fill: #000;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 1px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: var(--color);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: #222;
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
@media screen and (max-width: 1800px) {
  #header .nav .ui.menu .menu-box {
    margin-right: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding-right: 10px;
    margin-right: 20px;
  }
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #footer .f-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1450px) {
  #header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
    padding-right: 6px;
    margin-right: 15px;
  }
  #footer .f-content .news-link {
    margin-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #fullpage .section .public-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #fullpage .section .section-img {
    max-width: 100%;
    -o-object-fit: unset;
    object-fit: unset;
  }
  #fullpage .section .container {
    padding-top: 100px;
  }
  #fullpage .section,
  .fp-tableCell {
    height: auto!important;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #fullpage #footer.section .container {
    padding-top: initial;
  }
  #footer .fp-tableCell {
    display: block;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #fullpage .section .container {
    padding-top: 60px;
  }
  #footer .f-content .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #footer .f-content .items .map {
    max-width: 100%;
  }
  #footer .f-content .news-link .f-link {
    margin-left: 24px;
  }
    #footer{
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 30px;
  }
  .mobile-display-none {
    display: none;
  }
  .public-btn {
    line-height: 36px;
  }
  .public-title .big-title {
    font-size: 25px;
  }
  .public-title .t-title {
    margin-bottom: 10px!important;
  }
  #fullpage .section .container {
    padding-top: 40px;
  }
  #index-body .section .intro {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
  }
  #index-body .product .public-content .intro {
    line-height: 1.5;
  }
  #footer .f-content .news-link {
    width: 100%;
    margin-right: 0;
  }
  #footer .f-content .news-link .f-news {
    max-width: 100%;
    width: 100%;
  }
  #footer .f-content .news-link .f-link {
    display: none;
  }
  #footer .f-content .f-contact dt,
  #footer .f-content .form-social .f-form dt {
    margin-bottom: 10px;
  }
  #footer .f-content .f-contact .contact-list li {
    margin-bottom: 20px;
  }
  #footer .f-content .form-social .f-form {
    width: 100%;
    margin-bottom: 0;
  }
  #footer .f-content .form-social .f-social {
    display: none;
  }
  #footer .f-copy .copy-items {
    display: none;
  }
  #footer .f-copy {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #index-body .section .intro {
    display: none!important;
  }
  .public-content .public-title .big-title {
    margin-bottom: 10px;
  }
  #footer .f-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #wap-bottom  .font-14{
    font-size: 12px;
  }
}

#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*===========================内页===============================*/
.m-page .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  background-color: #eaeaea;
  transition: .3s;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover{
  background-color: var(--color);
  color: #fff;
}
.category-select-left{
  position: sticky;
  top:140px;
}
.body-overflow-box{
  overflow: unset;
}
@-webkit-keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-moz-keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-webkit-keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@-moz-keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.07692308);
    -moz-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
.inner-banner {
  position: relative;
  z-index: 2;
}
.inner-banner .inner-container {
  height: 100%;
}
.inner-banner .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.2;
}
.inner-banner .content .cn-title {
  color: var(--color);
  margin-bottom: 17px;
  font-weight: bold;
}
.inner-banner .content .en-title {
  font-family: Poppins;
}
.mbx .mbx-content {
  position: relative;
  z-index: 3;
  padding-left: 28px;
}
.mbx .mbx-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #000;
}
.container.inner-container {
  width: 1800px;
}
.inner-page h1 {
  display: inline;
}
.inner-public-title {
  color: var(--color);
  line-height: 1.2;
  font-weight: bold;
}
.inner-public-title span {
  color: #000;
}
.inner-public-btn {
  background-color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}
.inner-public-btn:focus{
  background-color: #000;
}
.inner-public-btn:hover {
  background-color: #000;
}
.seo-product .content {
  max-width: 1425px;
  margin: 0 auto;
}
.seo-product .seo-product-slick {
  margin: 0 -33px;
}
.seo-product .seo-product-slick li {
  padding: 0 33px;
}
.seo-about .content {
  max-width: 1425px;
  margin: 0 auto;
}
.seo-about .left .t-title {
  font-weight: bold;
  color: var(--color);
}
.seo-about .left .intro {
  max-width: 690px;
  line-height: 1.83;
}
.seo-about .left .intro h1 {
  font-weight: bold;
  color: var(--color);
}
.seo-about .right {
  max-width: 660px;
}
.seo-honor .content {
  max-width: 1425px;
  margin: 0 auto;
}
.seo-honor .seo-honor-slick {
  margin: 0 -18px;
}
.seo-honor .seo-honor-slick li {
  padding: 0 18px;
}
@media screen and (max-width: 1000px) {
  .seo-product .seo-product-slick {
    margin: 0 -8px;
  }
  .seo-product .seo-product-slick li {
    padding: 0 8px;
  }
  .seo-about .content .left {
    margin-bottom: 25px;
  }
}
.about-page .about-page-about {
  position: relative;
  z-index: 1;
}
.about-page .about-page-about .bg {
  position: absolute;
  top: -64px;
  right: 21%;
  z-index: -1;
}
.about-page .about-page-about .content .left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
}
.about-page .about-page-about .content .left a.play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  -webkit-box-shadow: 6px 2px 20px 1px rgba(34, 71, 137, 0.64);
  box-shadow: 6px 2px 20px 1px rgba(34, 71, 137, 0.64);
  border-radius: 40%;
}
.about-page .about-page-about .content .left a.play .play-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(---color);
  width: 100%;
  height: 100%;
  border-radius: 40%;
  background-color: var(--color);
  position: relative;
  z-index: 2;
}
.about-page .about-page-about .content .left a.play .play-box i {
  font-size: 28px;
  color: #fff;
}
.about-page .about-page-about .content .left a.play:before,
.about-page .about-page-about .content .left a.play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 40%;
}
.about-page .about-page-about .content .left a.play:before {
  background-color: var(--color);
  opacity: 0.6;
  -webkit-animation: 1.5s to-big linear infinite;
  -moz-animation: 1.5s to-big linear infinite;
  animation: 1.5s to-big linear infinite;
}
.about-page .about-page-about .content .left a.play:after {
  background-color: var(--color);
  opacity: 0.3;
  -webkit-animation: 1.5s to-big1 linear infinite;
  -moz-animation: 1.5s to-big1 linear infinite;
  animation: 1.5s to-big1 linear infinite;
}
.about-page .about-page-about .content .right {
  position: relative;
  z-index: 1;
  padding-right: 15px!important;
}
.about-page .about-page-about .content .right .t-title {
  font-weight: bold;
  color: var(--color);
}
.about-page .about-page-about .content .right .bg {
  position: absolute;
  top: 29px;
  left: -9px;
  z-index: -1;
}
.about-page .about-page-about .content .right .bg img {
  max-width: unset;
}
.about-page .about-page-about .content .intro {
  max-width: 690px;
  line-height: 1.83;
}
.about-page .about-page-about .content .intro h1 {
  font-weight: bold;
  color: var(--color);
}
.about-page .about-page-about ul.number-Plus {
  position: relative;
  z-index: 2;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1239px;
  margin-left: auto;
  background: url(../images/about-page-about-num.jpg) no-repeat left center;
  background-size: cover;
  margin-top: -54px;
}
.about-page .about-page-about ul.number-Plus li {
  color: #fff;
}
.about-page .about-page-about ul.number-Plus li:nth-child(2) .title {
  max-width: 126px;
  line-height: 1.833;
}
.about-page .about-page-about ul.number-Plus li .top {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
}
.about-page .about-page-about ul.number-Plus li .top b,
.about-page .about-page-about ul.number-Plus li .top em {
  font-size: 55px;
  line-height: 1.2;
}
.about-page .about-page-about ul.number-Plus li .top span.font-55 {
  line-height: 1.2;
}
.about-page .about-page-about ul.number-Plus li .title {
  font-weight: bold;
  margin-top: 22px;
}
.about-page .about-page-2 {
  position: relative;
}
.about-page .about-page-2 .about-page-2-list li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-page-2 .about-page-2-list li .bg {
  position: absolute;
  z-index: -2;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  left: 0;
  right: 0;
  bottom: 24px;
  opacity: 0;
}
.about-page .about-page-2 .about-page-2-list li:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 73, 154, 0.5);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.about-page .about-page-2 .about-page-2-list li .box {
  color: #fff;
  padding-right: 15px;
  padding-top: 505px;
}
.about-page .about-page-2 .about-page-2-list li .box .intro {
  max-width: 320px;
  line-height: 1.833;
}
.about-page .about-page-2 .about-page-2-list li:hover {
  border-color: rgba(28, 73, 154, 0.5);
}
.about-page .about-page-2 .about-page-2-list li:hover .bg {
  opacity: 1;
}
.about-page .about-page-2 .about-page-2-list li:hover:after {
  opacity: 1;
}
.about-page .about-page-honor {
  background-color: #f7f7f7;
}
.about-page .about-page-honor .about-honor-intro {
  color: #393939;
}
.about-page .about-page-honor .content {
  max-width: 1350px;
  margin: 0 auto;
}
.about-page .about-page-honor .about-page-honor-slick {
  margin: 0 -18px;
}
.about-page .about-page-honor .about-page-honor-slick li {
  padding: 0 18px;
}
.slick-track .slick-slide>div{
  height: auto;
}
.about-page .about-page-3 .about-page-partner .slick-track .slick-slide>div{
  height: auto;
}
.about-page .about-page-3 .about-page-partner-intro {
  color: #393939;
}
.about-page .about-page-partner .about-page-partner-intro {
  color: #393939;
}
.about-page .about-page-partner .content {
  max-width: 1545px;
  margin: 0 auto;
}
.about-page .about-page-partner .about-page-partner-slick .slick-list {
  padding-left: 1px;
}
.about-page .about-page-partner .about-page-partner-slick .slick-slide > div:nth-child(2) li,
.about-page .about-page-partner .about-page-partner-slick .slick-slide > div:nth-child(3) li {
  margin-top: -1px;
}
.about-page .about-page-partner .about-page-partner-slick .slick-current + div li a {
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}
.about-page .about-page-partner .about-page-partner-slick .slick-current + div + div li a {
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}
.about-page .about-page-partner .about-page-partner-slick .slick-current + div + div + div li a {
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.about-page .about-page-partner .about-page-partner-slick .slick-current + div + div + div + div li a {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
.about-page .about-page-partner .about-page-partner-slick .slick-current + div + div + div + div + div li a {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.about-page .about-page-partner .about-page-partner-slick li a {
  height: 132px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid  #dadada;
  padding: 0 15px;
}
.about-page .about-page-partner .about-page-partner-slick li a img {
  max-width: 180px;
}
.about-page .about-page-resource .about-page-resource-intro {
  color: #393939;
}
.about-page .about-page-resource .content {
  max-width: 1240px;
  margin: 0 auto;
}
.about-page .about-page-resource .about-page-resource-slick {
  margin-right: -145px;
  margin-left: -10px;
}
.about-page .about-page-resource .about-page-resource-slick .slick-list {
  padding-left: 10px;
}
.about-page .about-page-resource .about-page-resource-slick .slick-active li .img {
  -webkit-box-shadow: 6px 2px 20px 1px rgba(34, 71, 137, 0.11);
  box-shadow: 6px 2px 20px 1px rgba(34, 71, 137, 0.11);
  border-radius: 4px;
}
.about-page .about-page-resource .about-page-resource-slick li {
  padding-right: 145px;
}
.about-page .about-page-resource .about-page-resource-slick li .img {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-page .about-page-resource .about-page-resource-slick li .title {
  color: #393939;
  display: block;
}
.inner-banner.parts-page-banner .shopping a {
  text-decoration: underline;
  letter-spacing: 12px;
}
.parts-page .parts-page-1 .left {
  width: 408px;
  background-color: #f6f6f6;
  border-radius: 12px;
}
.parts-page .parts-page-1 .left .first-category .first-category-item .first-link.active1 .icon {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.parts-page .parts-page-1 .left .first-category .first-category-item .first-link.active .icon {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.parts-page .parts-page-1 .left .first-category .first-category-item .first-link.active a {
  color: var(--color);
}
.parts-page .parts-page-1 .left .first-category .first-category-item .first-link .icon {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.parts-page .parts-page-1 .left .first-category .first-category-item .first-link a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.parts-page .parts-page-1 .left .first-category .first-category-item .first-link a:hover {
  color: var(--color);
}
.parts-page .parts-page-1 .left .first-category .first-category-item .first-link.active + .second-category {
  display: block;
}
.parts-page .parts-page-1 .left .first-category .first-category-item .second-category {
  display: none;
}
.parts-page .parts-page-1 .left .first-category .first-category-item .second-category li a {
  line-height: 1.7;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.parts-page .parts-page-1 .left .first-category .first-category-item .second-category li a.active {
  color: var(--color);
}
.parts-page .parts-page-1 .left .first-category .first-category-item .second-category li a:hover {
  color: var(--color);
}
.parts-page .parts-page-1 .right{
 width: calc(100% - 408px - 21px)
}
.service-page .service-page-1 .service-page-1-slick {
  max-width: 1515px;
  margin: 0 auto;
}
.service-page .service-page-1 .slickBtn.pos {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-page-1 .slickBtn.pos div.prev {
  right: unset;
  left: 15px;
}
.service-page .service-page-1 .slickBtn.pos div.next {
  left: unset;
  right: 15px;
}
.service-page .service-page-1 .slickBtn.pos div {
  width: 45px;
  height: 73px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.service-page .service-page-1 .slickBtn.pos div i {
  font-size: 40px;
}
.service-page .service-page-1 .slickBtn.pos div:hover {
  background-color: var(--color);
}
.service-page .service-page-1 .service-page-1-text dl dd {
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.75;
}
.service-page .service-page-2 .service-page-2-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.service-page .service-page-2 .service-page-2-list li .left {
  width: 48.8%;
  padding-left: 28px;
}
.service-page .service-page-2 .service-page-2-list li .left dl {
  max-width: 689px;
}
.service-page .service-page-2 .service-page-2-list li .left dl dt {
  margin-bottom: 2px;
}
.service-page .service-page-2 .service-page-2-list li .left dl dd {
  line-height: 1.75;
}
.service-page .service-page-2 .service-page-2-list li .right {
  width: 48.5%;
}
.service-page .service-page-2 .service-page-2-list li:nth-child(even) .left {
  padding-left: 5px;
  margin-right: 0;
}
.service-page .service-page-2 .service-page-2-list li:nth-child(even) .right {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.product-page .product-page-category-select .left {
  width: 408px;
  background-color: #f6f6f6;
  border-radius: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-page .product-page-category-select .left .first-category .first-category-item .first-link.active1 .icon {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.product-page .product-page-category-select .left .first-category .first-category-item .first-link.active .icon {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.product-page .product-page-category-select .left .first-category .first-category-item .first-link.active a {
  color: var(--color);
}
.product-page .product-page-category-select .left .first-category .first-category-item .first-link .icon {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-page .product-page-category-select .left .first-category .first-category-item .first-link a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-page-category-select .left .first-category .first-category-item .first-link a:hover {
  color: var(--color);
}
.product-page .product-page-category-select .left .first-category .first-category-item .first-link.active + .second-category {
  display: block;
}
.product-page .product-page-category-select .left .first-category .first-category-item .second-category {
  display: none;
}
.product-page .product-page-category-select .left .first-category .first-category-item .second-category li a {
  line-height: 1.7;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-page-category-select .left .first-category .first-category-item .second-category li a.active {
  color: var(--color);
}
.product-page .product-page-category-select .left .first-category .first-category-item .second-category li a:hover {
  color: var(--color);
}
.product-page .product-page-category-select .right .product-list li {
  background-color: #f6f6f6;
  border-radius: 12px;
  position: relative;
}
.product-page .product-page-category-select .right .product-list .table-content {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 5;
  height: 80%;
  overflow: auto;
  display: none;
}
.product-page .product-page-category-select .right .product-list .table-content.active {
  display: block;
}
.product-page .product-page-category-select .right .product-list .table-content .close-table-content {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-page-category-select .right .product-list .table-content .close-table-content:hover {
  background-color: #000;
}
.product-page .product-page-category-select .right .product-list .product-left {
  max-width: 520px;
}
.product-page .product-page-category-select .right .product-list .product-left .title {
  letter-spacing: 8px;
}
.product-page .product-page-category-select .right .product-list .product-left .description {
  letter-spacing: 6px;
}
.product-page .product-page-category-select .right .product-list .product-left .intro {
  line-height: 1.75;
  letter-spacing: 6px;
}
.product-page .product-page-category-select .right .product-list .product-left .details {
  font-family: Poppins;
  line-height: 1.75;
}
.product-page .product-page-category-select .right .product-list .product-left .inner-public-btn {
  line-height: 55px;
  padding-left: 26px;
  padding-right: 21px;
}
.product-page .product-page-category-select .right .product-list .product-right {
  width: 47.798%;
  max-width: 532px;
}
.product-page .product-page-category-select .right .product-list .product-right .content {
  position: relative;
}
.product-page .product-page-category-select .right .product-list .product-right .content .product-images-slick {
  width: 100%;
}
.product-page .product-page-category-select .right .product-list .product-right .content .prev,
.product-page .product-page-category-select .right .product-list .product-right .content .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #818181;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
}

.product-page .product-page-category-select .right .product-list .product-right .content .prev i,
.product-page .product-page-category-select .right .product-list .product-right .content .next i {
  font-size: 20px;
}
.product-page .product-page-category-select .right .product-list .product-right .content .prev:hover,
.product-page .product-page-category-select .right .product-list .product-right .content .next:hover {
  background-color: var(--color);
}
.product-page .product-page-category-select .right .product-list .product-right .content .prev {
  left: 15px;
}
.product-page .product-page-category-select .right .product-list .product-right .content:hover .prev,
.product-page .product-page-category-select .right .product-list .product-right .content:hover .next{
  opacity: 1;
}
.product-page .product-page-category-select .right .product-list .product-right .content .next {
  right: 15px;
}
.product-page .product-page-category-select .right .product-list .product-right .bottom .inner-public-btn {
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.product-page .product-page-category-select .right .product-list .product-right .bottom .share dd {
  margin-left: 5px;
}
.product-page .product-page-category-select .right .product-list .product-right .bottom .share dd a i {
  font-size: 16px;
}
.product-page .product-page-category-select .right .product-list .product-right .bottom .share dd a:hover {
  color: var(--color);
}
.case-page .case-page-1 .left {
  width: 408px;
  border-radius: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.case-page .case-page-1 .left .first-category {
  background-color: #f6f6f6;
}
.case-page .case-page-1 .left .first-category .first-category-item .first-link.active .icon {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.case-page .case-page-1 .left .first-category .first-category-item .first-link.active a {
  color: var(--color);
}
.case-page .case-page-1 .left .first-category .first-category-item .first-link.active1 .icon {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.case-page .case-page-1 .left .first-category .first-category-item .first-link .icon {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.case-page .case-page-1 .left .first-category .first-category-item .first-link a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.case-page .case-page-1 .left .first-category .first-category-item .first-link a:hover {
  color: var(--color);
}
.case-page .case-page-1 .left .first-category .first-category-item .first-link.active + .second-category {
  display: block;
}
.case-page .case-page-1 .left .first-category .first-category-item .second-category {
  display: none;
}
.case-page .case-page-1 .left .first-category .first-category-item .second-category li:last-child {
  margin-bottom: 0;
}
.case-page .case-page-1 .left .first-category .first-category-item .second-category li .second-link {
  line-height: 1.7;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.case-page .case-page-1 .left .first-category .first-category-item .second-category li .second-link .icon {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.case-page .case-page-1 .left .first-category .first-category-item .second-category li .second-link.active {
  color: var(--color);
}
.case-page .case-page-1 .left .first-category .first-category-item .second-category li .second-link.active .icon {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.case-page .case-page-1 .left .first-category .first-category-item .second-category li .second-link:hover {
  color: var(--color);
}
.case-page .case-page-1 .right .case-list {
  margin: 0 -14px;
}
.case-page .case-page-1 .right .case-list li {
  width: 33.333%;
  padding-left: 14px;
  padding-right: 14px;
}
.case-page .case-page-1 .right .case-list li .title {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.case-page .case-page-1 .right .case-list li:hover .title {
  color: var(--color);
}
.case-page .case-page-1 .right .m-page {
  margin-left: 28%;
}
.case-page .case-page-1 .right .m-page a,
.case-page .case-page-1 .right .m-page span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #e5e5e5;
  border-radius: 12px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #656e7d;
  margin-right: 51px;
  text-align: center;
}
.case-page .case-page-1 .right .m-page a:hover,
.case-page .case-page-1 .right .m-page span {
  background-color: var(--color);
  color: #fff;
}
.contact-page .contact-page-1 .content {
  max-width: 1430px;
  margin: 0 auto;
}
.contact-page .contact-page-1 .content .left {
  border-radius: 12px;
  width: 52.98%;
}
.contact-page .contact-page-1 .content .left dl dd {
  max-width: 342px;
}
.contact-page .contact-page-1 .content .left dl dd.add {
  line-height: 1.7;
}
.contact-page .contact-page-1 .content .right {
  width: 42%;
}
.contact-page .contact-page-1 .content .right form input,
.contact-page .contact-page-1 .content .right form textarea {
  background: none;
  border: none;
  border: 2px solid #d2d2d2;
  padding-left: 20px;
}
.contact-page .contact-page-1 .content .right form input::-webkit-input-placeholder, .contact-page .contact-page-1 .content .right form textarea::-webkit-input-placeholder {
  color: #d2d2d2;
}
.contact-page .contact-page-1 .content .right form input:-moz-placeholder, .contact-page .contact-page-1 .content .right form textarea:-moz-placeholder {
  color: #d2d2d2;
}
.contact-page .contact-page-1 .content .right form input::-moz-placeholder, .contact-page .contact-page-1 .content .right form textarea::-moz-placeholder {
  color: #d2d2d2;
}
.contact-page .contact-page-1 .content .right form input:-ms-input-placeholder, .contact-page .contact-page-1 .content .right form textarea:-ms-input-placeholder {
  color: #d2d2d2;
}
.contact-page .contact-page-1 .content .right form input::placeholder,
.contact-page .contact-page-1 .content .right form textarea::placeholder {
  color: #d2d2d2;
}
.contact-page .contact-page-1 .content .right form input {
  line-height: 44px;
  width: 48.5%;
  margin-bottom: 28px;
}
.contact-page .contact-page-1 .content .right form textarea {
  width: 100%;
  margin-bottom: 19px;
  padding-top: 10px;
  height: 180px;
}
.contact-page .contact-page-1 .content .right form a.submit {
  width: 100%;
  line-height: 45px;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-page-1 .content .right form a.submit:hover {
  background-color: #000;
}
.contact-page .contact-page-2 {
  background-color: #eff6fa;
}
.contact-page .contact-page-2 .intro {
  color: #666;
}
.contact-page .contact-page-2 .contact-btn {
  letter-spacing: 12px;
  line-height: 43px;
  border: 1px solid var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding-left: 21px;
  padding-right: 21px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact-page .contact-page-2 .contact-btn:hover {
  background-color: var(--color);
  color: #fff;
}
.honor-page .honor-page-category-select {
  margin-bottom: 499px;
}
.honor-page .honor-page-category-select .left {
  width: 408px;
  background-color: #f6f6f6;
  border-radius: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 35px;
}
.honor-page .honor-page-category-select .left .first-category .first-category-item:last-child {
  margin-bottom: 0;
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .first-link.active1 .icon {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .first-link.active .icon {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .first-link.active a {
  color: var(--color);
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .first-link .icon {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .first-link a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .first-link a:hover {
  color: var(--color);
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .second-category {
  display: none;
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .second-category li a {
  line-height: 1.7;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .second-category li a.active {
  color: var(--color);
}
.honor-page .honor-page-category-select .left .first-category .first-category-item .second-category li a:hover {
  color: var(--color);
}
.honor-page .honor-page-category-select .right {
  width: -webkit-calc(100% - 408px - 35px);
  width: -moz-calc(100% - 408px - 35px);
  width: calc(100% - 408px - 35px);
}
.honor-page .honor-page-category-select .right .honor-list {
  width: 100%;
  position: relative;
}
.honor-page .honor-page-category-select .right .honor-list > li {
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
  pointer-events: none;
}
.honor-page .honor-page-category-select .right .honor-list > li.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.honor-page .honor-page-category-select .right .honor-list > li:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.honor-page .honor-page-category-select .right .honor-list ul {
  margin: 0 -11px;
}
.honor-page .honor-page-category-select .right .honor-list ul li a {
  display: block;
  padding: 0 11px;
}
@media screen and (max-width: 1700px) {
  .container.inner-container {
    width: 1400px;
  }
  .about-page .about-page-about .content .right .bg img {
    max-width: 100%;
  }
  .product-page .product-page-category-select .left {
    margin-left: 0;
  }
}
@media screen and (max-width: 1450px) {
  .container.inner-container {
    width: 1200px;
  }
  .about-page .about-page-2 .about-page-2-list li .box {
    padding-top: 300px;
  }
  .case-page .case-page-1 .left,
  .parts-page .parts-page-1 .left,
  .honor-page .honor-page-category-select .left,
  .product-page .product-page-category-select .left {
    width: 280px;
  }
  .case-page .case-page-1 .right {
    padding-right: 0;
  }
  .parts-page .parts-page-1 .right{
    width: calc(100% - 280px - 21px)
  }
  .honor-page .honor-page-category-select .right{
    width: calc(100% - 280px - 21px)
  }
}
@media screen and (max-width: 1250px) {
  .container.inner-container {
    width: 970px;
  }
  .about-page .about-page-about ul.number-Plus {
    margin-top: 0;
  }
  .product-page .product-page-category-select .right {
    width: 100%;
  }
  .product-page .product-page-category-select .right .product-list .product-left {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .product-page .product-page-category-select .right .product-list .product-right {
    width: 100%;
  }
  .honor-page .honor-page-category-select .left {
    width: 300px;
  }
  .honor-page .honor-page-category-select .right {
    padding-right: 0;
    width: -webkit-calc(100% - 300px - 35px);
    width: -moz-calc(100% - 300px - 35px);
    width: calc(100% - 300px - 35px);
  }
}
@media screen and (max-width: 1000px) {
  .container.inner-container {
    width: 700px;
  }
  .about-page .about-page-about .content .left {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-bottom: 25px;
    margin-right: 15px;
  }
  .about-page .about-page-about ul.number-Plus li .top b,
  .about-page .about-page-about ul.number-Plus li .top em {
    font-size: 45px;
  }
  .about-page .about-page-about ul.number-Plus li .top span.font-55 {
    line-height: 1.5;
  }
  .about-page .about-page-resource .about-page-resource-slick {
    margin-right: -20px;
  }
  .about-page .about-page-resource .about-page-resource-slick li {
    padding-right: 20px;
  }
  .inner-banner.parts-page-banner .content .shopping {
    margin-top: 5px;
  }
  .inner-banner.parts-page-banner .content {
    padding-bottom: 15px;
  }
  .parts-page .parts-page-1 .left {
    display: none;
  }
  .parts-page .parts-page-1 .right {
    padding-left: 0;
  }
  .service-page .service-page-2 .service-page-2-list {
    padding-left: 0;
    padding-right: 0;
  }
  .service-page .service-page-2 .service-page-2-list li .left {
    margin-bottom: 25px;
  }
  .service-page .service-page-2 .service-page-2-list li:nth-child(even) .right {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .product-page .product-page-category-select .left {
    display: none;
  }
  .case-page .case-page-1 .left {
    display: none;
  }
  .category-select-left{
    position: unset;
  }
  .contact-page .contact-page-1 .content .left {
    padding: 20px!important;
  }
  .contact-page .contact-page-1 .content .right{
    margin-left: 0;
  }
  .honor-page .honor-page-category-select {
    margin-bottom: 120px;
  }
  .honor-page .honor-page-category-select .left {
    width: 100%;
    padding: 20px!important;
  }
  .honor-page .honor-page-category-select .right {
    padding-right: 0;
    width: 100%;
  }
  .parts-page .parts-page-1 .right{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .container.inner-container {
    width: 100%;
  }
  .inner-banner .content .cn-title {
    margin-bottom: 10px;
  }
  .about-page .about-page-about ul.number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-page-about ul.number-Plus li {
    width: 50%;
    padding: 8px 15px;
  }
  .about-page .about-page-about ul.number-Plus li:nth-child(2) .title {
    max-width: 100%;
  }
  .about-page .about-page-2 .about-page-2-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-page-2 .about-page-2-list li {
    width: 50%;
  }
  .about-page .about-page-2 .about-page-2-list li .box {
    padding-top: 150px;
  }
  .service-page .service-page-1 .slickBtn.pos {
    overflow: hidden;
  }
  .service-page .service-page-2 {
    padding-top: 50px;
  }
  .case-page .case-page-1 .right .case-list li {
    width: 50%;
  }
  .contact-page .contact-page-1 .content .right form input {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 220px;
  }
  .inner-banner > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-public-btn {
    line-height: 40px!important;
  }
  .inner-public-btn img {
    width: 20px;
  }
  .about-page .about-page-about ul.number-Plus li .top b,
  .about-page .about-page-about ul.number-Plus li .top em {
    font-size: 35px;
  }
  .about-page .about-page-about ul.number-Plus li .title {
    margin-top: 5px;
  }
  .product-page .product-page-category-select .right .product-list .product-right .bottom .share {
    display: none;
  }
  .case-page .case-page-1 .right .case-list li {
    width: 100%;
  }
  .about-page .about-page-about{
    padding-left: 15px;
  }
}




/*零件和制造*/
@keyframes to-big {
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -moz-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
  }
}
@keyframes to-big1 {
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.6);
    -moz-transform: translate(-50%, -50%) scale(2.6);
    transform: translate(-50%, -50%) scale(2.6);
  }
}
:root {
  --color1: #ee1d23;
}
.parts-page-1 .container .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.right .circle {
  display: block;
  width: 9px;
  height: 9px;
  position: relative;
}
.right .circle .circle-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color1);
  position: relative;
  z-index: 2;
}
.right .circle:before,
.right .circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.right .circle:before {
  background-color: #fff;
  opacity: 0.9;
  -webkit-animation: 1.5s to-big linear infinite;
  -moz-animation: 1.5s to-big linear infinite;
  animation: 1.5s to-big linear infinite;
}
.right .circle:after {
  background-color: #fff;
  opacity: 0.5;
  -webkit-animation: 1.5s to-big1 linear infinite;
  -moz-animation: 1.5s to-big1 linear infinite;
  animation: 1.5s to-big1 linear infinite;
}
.right .part-box {
  position: relative;
}
.right .part-box .part-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.right .part-box .part-list li {
  position: absolute;
}
.right .part-box .part-list li .line-text {
  position: absolute;
  z-index: 2;
}
.right .part-box .part-list li .line-text .line {
  height: 1px;
  background-color: var(--color1);
}
.right .part-box .part-list li .line-text .text-title {
  font-weight: bold;
  color: var(--color1);
}
.right .part-box .part-list li:nth-child(1) .img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.right .part1-box {
  position: relative;
}
.right .part1-box .part1-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.right .part1-box .part1-list li {
  position: absolute;
}
.right .part1-box .part1-list li .line-text {
  position: absolute;
  z-index: 2;
  text-align: right;
}
.right .part1-box .part1-list li .line-text .line {
  height: 1px;
  background-color: var(--color1);
}
.right .part1-box .part1-list li .line-text .text-title {
  font-weight: bold;
  color: var(--color1);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.right .part1-box .part1-list li:nth-child(1) {
  left: 49%;
  top: 60%;
}
.right .part1-box .part1-list li:nth-child(1) .line-text {
  left: 22px;
  bottom: 3px;
}
.right .part1-box .part1-list li:nth-child(1) .line-text .line {
  max-width: 204px;
  width: 10.625vw;
}
.right .part1-box .part1-list li:nth-child(1) .img {
  width: 187px;
  position: absolute;
  right: -36px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  top: 0;
  -webkit-transform: translateX(100%) translateY(-40%);
  -moz-transform: translateX(100%) translateY(-40%);
  -ms-transform: translateX(100%) translateY(-40%);
  transform: translateX(100%) translateY(-40%);
}
.right .part1-box .part1-list li:nth-child(1) .img.active {
  opacity: 1;
}
.right .part1-box .part1-list li:nth-child(2) {
  left: 42%;
  top: 67%;
}
.right .part1-box .part1-list li:nth-child(2) .line-text {
  left: 24px;
  top: -1px;
}
.right .part1-box .part1-list li:nth-child(2) .line-text .line {
  max-width: 218px;
  width: 11.35416667vw;
}
.right .part1-box .part1-list li:nth-child(3) {
  left: 45%;
  top: 73%;
}
.right .part1-box .part1-list li:nth-child(3) .line-text {
  left: 14px;
  top: 6px;
}
.right .part1-box .part1-list li:nth-child(3) .line-text .line {
  max-width: 220px;
  width: 11.45833333vw;
}
.right .part2-box {
  max-width: 248px;
  margin-left: 15%;
  position: relative;
}
.right .part2-box .part2-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.right .part2-box .part2-list li {
  position: absolute;
}
.right .part2-box .part2-list li .line-text {
  position: absolute;
  z-index: 2;
}
.right .part2-box .part2-list li .line-text .line {
  height: 1px;
  background-color: var(--color1);
  pointer-events: none;
}
.right .part2-box .part2-list li .line-text .text-title {
  font-weight: bold;
  color: var(--color1);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.right .part2-box .part2-list li:nth-child(1) {
  left: 67%;
  top: 13%;
}
.right .part2-box .part2-list li:nth-child(1) .line-text {
  right: 13px;
  bottom: 1px;
  width: 240px;
}
.right .part2-box .part2-list li:nth-child(1) .line-text .line {
  width: 149px;
  margin-left: auto;
}
.right .part2-box .part2-list li:nth-child(1) .line-text:hover + .img {
  opacity: 1;
}
.right .part2-box .part2-list li:nth-child(1) .img {
  position: absolute;
  right: 253px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 19px;
  width: 130px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.right .part2-box .part2-list li:nth-child(2) {
  left: 68%;
  top: 8%;
  z-index: 3;
}
.right .part2-box .part2-list li:nth-child(2) .line-text {
  position: absolute;
  left: 6px;
  bottom: 2px;
  width: 228px;
  text-align: right;
}
.right .part2-box .part2-list li:nth-child(2) .line-text .line {
  width: 184px;
}
.right .part2-box .part2-list li:nth-child(3) {
  position: absolute;
  left: 70%;
  top: 11%;
  z-index: 3;
}
.right .part2-box .part2-list li:nth-child(3) .line-text {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 220px;
  text-align: right;
}
.right .part2-box .part2-list li:nth-child(3) .line-text .line {
  width: 184px;
}
.right .part2-box .part2-list li:nth-child(4) {
  position: absolute;
  left: 59%;
  top: 15%;
}
.right .part2-box .part2-list li:nth-child(4) .line-text {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 272px;
  text-align: right;
}
.right .part2-box .part2-list li:nth-child(4) .line-text .line {
  height: 50px;
  background-color: unset;
  width: 221px;
  position: relative;
}
.right .part2-box .part2-list li:nth-child(4) .line-text .line .line1,
.right .part2-box .part2-list li:nth-child(4) .line-text .line .line2,
.right .part2-box .part2-list li:nth-child(4) .line-text .line .line3 {
  background-color: var(--color1);
  position: absolute;
}
.right .part2-box .part2-list li:nth-child(4) .line-text .line .line1 {
  width: 77px;
  height: 1px;
  left: 0;
  top: 0;
}
.right .part2-box .part2-list li:nth-child(4) .line-text .line .line1 .line2 {
  width: 1px;
  height: 50px;
  right: 0;
  top: 0px;
}
.right .part2-box .part2-list li:nth-child(4) .line-text .line .line1 .line2 .line3 {
  width: 145px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.right .part2-box .part2-list li:nth-child(4) .line-text .text-title {
  position: relative;
  z-index: 2;
}
.right .part2-box .part2-list li:nth-child(4) .line-text .img {
  position: absolute;
  right: 40px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  bottom: 24px;
  width: 197px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.right .part2-box .part2-list li:nth-child(4) .line-text .img.active {
  opacity: 1;
}
.right .part2-box .part2-list li:nth-child(5) {
  position: absolute;
  left: 52%;
  top: 18%;
}
.right .part2-box .part2-list li:nth-child(5) .line-text {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 180px;
}
.right .part2-box .part2-list li:nth-child(5) .line-text .line {
  margin-left: auto;
  height: 66px;
  background-color: unset;
  position: relative;
}
.right .part2-box .part2-list li:nth-child(5) .line-text .line .line1,
.right .part2-box .part2-list li:nth-child(5) .line-text .line .line2,
.right .part2-box .part2-list li:nth-child(5) .line-text .line .line3 {
  background-color: var(--color1);
  position: absolute;
}
.right .part2-box .part2-list li:nth-child(5) .line-text .line .line1 {
  right: 0px;
  top: 0;
  width: 37px;
  height: 1px;
}
.right .part2-box .part2-list li:nth-child(5) .line-text .line .line1 .line2 {
  height: 66px;
  width: 1px;
  left: 0;
  top: 0;
}
.right .part2-box .part2-list li:nth-child(5) .line-text .line .line1 .line2 .line3 {
  width: 77px;
  height: 1px;
  right: 0;
  bottom: 0;
}
.right .part2-box .part2-list li:nth-child(5) .line-text .text-title {
  margin-top: -1.5em;
  display: block;
  max-width: 97px;
}
.right .part2-box .part2-list li:nth-child(5) .line-text:hover + .img {
  opacity: 1;
  pointer-events: none;
}
.right .part2-box .part2-list li:nth-child(5) .img {
  position: absolute;
  right: 170px;
  top: 77px;
  width: 138px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.right .part2-box .part2-list li:nth-child(6) {
  position: absolute;
  left: 50%;
  top: 51%;
}
.right .part2-box .part2-list li:nth-child(6) .line-text {
  position: absolute;
  top: 4px;
  right: 13px;
  width: 221px;
}
.right .part2-box .part2-list li:nth-child(6) .line-text .line {
  margin-left: auto;
  width: 149px;
}
.right .part2-box .part2-list li:nth-child(6) .line-text:hover + .img {
  opacity: 1;
  pointer-events: none;
}
.right .part2-box .part2-list li:nth-child(6) .img {
  position: absolute;
  right: 130px;
  top: 0;
  width: 229px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.right .part2-box .part2-list li:nth-child(7) {
  position: absolute;
  left: 59%;
  top: 55%;
}
.right .part2-box .part2-list li:nth-child(7) .line-text {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 221px;
  text-align: right;
}
.right .part2-box .part2-list li:nth-child(7) .line-text .line {
  margin-right: auto;
  width: 184px;
}
.right .part2-box .part2-list li:nth-child(7) .line-text:hover + .img {
  opacity: 1;
  pointer-events: none;
}
.right .part2-box .part2-list li:nth-child(7) .img {
  position: absolute;
  left: 130px;
  top: 37px;
  width: 157px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.right .part3-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.right .part3-box .part3-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.right .part3-box .part3-list li {
  position: absolute;
}
.right .part3-box .part3-list li .line-text {
  position: absolute;
  text-align: right;
  z-index: 2;
}
.right .part3-box .part3-list li .line-text .line {
  height: 1px;
  background-color: var(--color1);
}
.right .part3-box .part3-list li .line-text .text-title {
  font-weight: bold;
  color: var(--color1);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.right .part3-box .part3-list li:nth-child(1) {
  left: 38%;
  top: 30%;
}
.right .part3-box .part3-list li:nth-child(1) .line-text {
  left: 9px;
  bottom: 4px;
}
.right .part3-box .part3-list li:nth-child(1) .line-text .line {
  max-width: 309px;
  width: 16.09375vw;
}
.right .part3-box .part3-list li:nth-child(2) {
  left: 44%;
  top: 34%;
}
.right .part3-box .part3-list li:nth-child(2) .line-text {
  left: 9px;
  top: 4px;
}
.right .part3-box .part3-list li:nth-child(2) .line-text .line {
  max-width: 292px;
  width: 15.20833333vw;
}
.right .part3-box .part3-list li:nth-child(3) {
  left: 48%;
  top: 40%;
}
.right .part3-box .part3-list li:nth-child(3) .line-text {
  left: 9px;
  top: 4px;
}
.right .part3-box .part3-list li:nth-child(3) .line-text .line {
  max-width: 282px;
  width: 14.6875vw;
}
.right .part3-box .part3-list li:nth-child(4) {
  left: 44%;
  top: 45%;
}
.right .part3-box .part3-list li:nth-child(4) .line-text {
  left: 9px;
  top: 4px;
}
.right .part3-box .part3-list li:nth-child(4) .line-text .line {
  max-width: 292px;
  width: 15.20833333vw;
}
.right .part3-box .part3-list li:nth-child(4) .img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  width: 228px;
  right: -13px;
  bottom: 0;
  -webkit-transform: translateX(100%) translateY(10%);
  -moz-transform: translateX(100%) translateY(10%);
  -ms-transform: translateX(100%) translateY(10%);
  transform: translateX(100%) translateY(10%);
}
.right .part3-box .part3-list li:nth-child(4) .img.active {
  opacity: 1;
}
.right .part3-box .part3-list li:nth-child(5) {
  left: 41%;
  top: 63%;
}
.right .part3-box .part3-list li:nth-child(5) .line-text {
  left: 9px;
  bottom: 4px;
}
.right .part3-box .part3-list li:nth-child(5) .line-text .line {
  max-width: 301px;
  width: 15.67708333vw;
}
.right .part3-box .part3-list li:nth-child(5) .img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  width: 231px;
  right: -13px;
  top: 0;
  -webkit-transform: translateX(100%) translateY(-15%);
  -moz-transform: translateX(100%) translateY(-15%);
  -ms-transform: translateX(100%) translateY(-15%);
  transform: translateX(100%) translateY(-15%);
}
.right .part3-box .part3-list li:nth-child(5) .img.active {
  opacity: 1;
}
.right .part3-box .part3-list li:nth-child(6) {
  left: 40%;
  top: 68%;
}
.right .part3-box .part3-list li:nth-child(6) .line-text {
  left: 9px;
  bottom: 4px;
}
.right .part3-box .part3-list li:nth-child(6) .line-text .line {
  max-width: 305px;
  width: 15.88541667vw;
}
.right .part3-box .part3-list li:nth-child(7) {
  left: 47%;
  top: 75%;
}
.right .part3-box .part3-list li:nth-child(7) .line-text {
  left: 9px;
  bottom: 4px;
}
.right .part3-box .part3-list li:nth-child(7) .line-text .line {
  max-width: 285px;
  width: 14.84375vw;
}
.right .part4-box {
  max-width: 238px;
  position: relative;
  margin-left: 26%;
}
.right .part4-box .part4-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.right .part4-box .part4-list li {
  position: absolute;
}
.right .part4-box .part4-list li .line-text {
  position: absolute;
  z-index: 2;
}
.right .part4-box .part4-list li .line-text .line {
  height: 1px;
  background-color: var(--color1);
}
.right .part4-box .part4-list li .line-text .text-title {
  font-weight: bold;
  color: var(--color1);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.right .part4-box .part4-list li:nth-child(1) {
  left: 50%;
  top: 7%;
}
.right .part4-box .part4-list li:nth-child(1) .line-text {
  right: 10px;
  bottom: -1px;
}
.right .part4-box .part4-list li:nth-child(1) .line-text .line {
  max-width: 236px;
  width: 12.29166667vw;
}
.right .part4-box .part4-list li:nth-child(1) .line-text .text-title {
  margin-left: -33px;
}
.right .part4-box .part4-list li:nth-child(1) .img {
  position: absolute;
  left: -59px;
  top: 37px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  width: 116px;
}
.right .part4-box .part4-list li:nth-child(1) .img.active {
  opacity: 1;
}
.right .part4-box .part4-list li:nth-child(2) {
  left: 68%;
  top: 12%;
}
.right .part4-box .part4-list li:nth-child(2) .line-text {
  bottom: 8px;
  left: 9px;
  text-align: right;
}
.right .part4-box .part4-list li:nth-child(2) .line-text .line {
  max-width: 174px;
  width: 9.0625vw;
}
.right .part4-box .part4-list li:nth-child(2) .line-text .text-title {
  margin-right: -12px;
}
.right .part4-box .part4-list li:nth-child(2) .img {
  position: absolute;
  right: -18px;
  bottom: 0;
  -webkit-transform: translate(100%, 30%);
  -moz-transform: translate(100%, 30%);
  -ms-transform: translate(100%, 30%);
  transform: translate(100%, 30%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.right .part4-box .part4-list li:nth-child(2) .img.active {
  opacity: 1;
}
.right .part4-box .part4-list li:nth-child(3) {
  left: 78%;
  top: 17%;
}
.right .part4-box .part4-list li:nth-child(3) .line-text {
  left: 9px;
  top: 0;
  text-align: right;
}
.right .part4-box .part4-list li:nth-child(3) .line-text .line {
  max-width: 142px;
  width: 7.39583333vw;
}
.right .part4-box .part4-list li:nth-child(3) .img {
  position: absolute;
  top: 24px;
  right: 0;
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.right .part4-box .part4-list li:nth-child(3) .img.active {
  opacity: 1;
}
.right .part4-box .part4-list li:nth-child(4) {
  left: 55%;
  top: 39%;
}
.right .part4-box .part4-list li:nth-child(4) .line-text {
  top: 1px;
  right: 12px;
}
.right .part4-box .part4-list li:nth-child(4) .line-text .line {
  max-width: 218px;
  width: 11.35416667vw;
}
.right .part4-box .part4-list li:nth-child(4) .img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, -15%);
  -moz-transform: translate(-100%, -15%);
  -ms-transform: translate(-100%, -15%);
  transform: translate(-100%, -15%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  width: 116px;
}
.right .part4-box .part4-list li:nth-child(4) .img.active {
  opacity: 1;
}
.right .part4-box .part4-list li:nth-child(5) {
  left: 21%;
  top: 54%;
}
.right .part4-box .part4-list li:nth-child(5) .line-text {
  right: 9px;
  top: 1px;
}
.right .part4-box .part4-list li:nth-child(5) .line-text .line {
  max-width: 184px;
  width: 9.58333333vw;
  position: relative;
  z-index: 2;
}
.right .part4-box .part4-list li:nth-child(5) .line-text .text-title {
  position: relative;
  z-index: 2;
}
.right .part4-box .part4-list li:nth-child(5) .img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.right .part4-box .part4-list li:nth-child(5) .img.active {
  opacity: 1;
}
.right .part4-box .part4-list li:nth-child(6) {
  left: 55%;
  top: 60%;
}
.right .part4-box .part4-list li:nth-child(6) .line-text {
  text-align: right;
}
.right .part4-box .part4-list li:nth-child(6) .line-text .line {
  max-width: 184px;
  width: 9.58333333vw;
}
.right .part4-box .part4-list li:nth-child(6) .img {
  width: 199px;
  right: 0;
  bottom: 35px;
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.right .part4-box .part4-list li:nth-child(6) .img.active {
  opacity: 1;
}
.right .part4-box .part4-list li:nth-child(7) {
  left: 50%;
  top: 69%;
}
.right .part4-box .part4-list li:nth-child(7) .line-text {
  right: 10px;
  top: 8px;
}
.right .part4-box .part4-list li:nth-child(7) .line-text .line {
  max-width: 184px;
  width: 9.58333333vw;
}
.right .part4-box .part4-list li:nth-child(7) .img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  top: 8px;
  left: -16px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.right .part4-box .part4-list li:nth-child(7) .img.active {
  opacity: 1;
}
.right .part4-box .part4-list li:nth-child(8) {
  left: 54%;
  top: 76%;
}
.right .part4-box .part4-list li:nth-child(8) .line-text {
  text-align: right;
  top: 3px;
  left: 12px;
}
.right .part4-box .part4-list li:nth-child(8) .line-text .line {
  max-width: 184px;
  width: 9.58333333vw;
}
.right .part4-box .part4-list li:nth-child(8) .img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  right: -3px;
  bottom: 0;
  -webkit-transform: translate(100%, 20%);
  -moz-transform: translate(100%, 20%);
  -ms-transform: translate(100%, 20%);
  transform: translate(100%, 20%);
}
.right .part4-box .part4-list li:nth-child(8) .img.active {
  opacity: 1;
}
.right .part4-box .part4-list li:nth-child(9) {
  left: 61%;
  top: 90%;
}
.right .part4-box .part4-list li:nth-child(9) .line-text {
  left: 12px;
  top: 3px;
}
.right .part4-box .part4-list li:nth-child(9) .line-text .line {
  max-width: 184px;
  width: 9.58333333vw;
}
.right .part4-box .part4-list li:nth-child(9) .img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -10%);
  -moz-transform: translate(100%, -10%);
  -ms-transform: translate(100%, -10%);
  transform: translate(100%, -10%);
}
.right .part4-box .part4-list li:nth-child(9) .img.active {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .parts-page-1 .container .right {
    padding-left: 0;
  }
  .right .part2-box {
    margin-left: auto;
    margin-right: auto;
  }
  .right .part2-box .part2-list li:nth-child(1) .line-text {
    width: 150px;
  }
  .right .part2-box .part2-list li:nth-child(1) .img {
    right: 140px;
    width: 100px;
  }
  .right .part2-box .part2-list li:nth-child(2) .line-text {
    width: 135px;
  }
  .right .part2-box .part2-list li:nth-child(2) .line-text .line {
    width: 138px;
  }
  .right .part2-box .part2-list li:nth-child(3) .line-text {
    width: 83px;
  }
  .right .part2-box .part2-list li:nth-child(3) .line-text .line {
    width: 89px;
  }
  .right .part2-box .part2-list li:nth-child(4) .line-text .line .line1 {
    width: 0;
  }
  .right .part2-box .part2-list li:nth-child(4) .line-text {
    width: 103px;
  }
  .right .part2-box .part2-list li:nth-child(4) .line-text .img {
    width: 120px;
  }
  .right .part2-box .part2-list li:nth-child(4) .line-text .line .line1 .line2 .line3{
    width: 104px;
  }
  .right .part2-box .part2-list li:nth-child(5) .line-text .line .line1 {
    width: 0;
  }
  .right .part2-box .part2-list li:nth-child(5) .line-text {
    width: 82px;
  }
  .right .part2-box .part2-list li:nth-child(5) .img {
    right: 80px;
  }
  .right .part2-box .part2-list li:nth-child(6) .line-text {
    width: 76px;
  }
  .right .part2-box .part2-list li:nth-child(6) .line-text .line {
    width: 85px;
  }
  .right .part2-box .part2-list li:nth-child(6) .img {
    right: 21px;
    width: 100px;
  }
  .right .part2-box .part2-list li:nth-child(7) .line-text {
    width: 130px;
  }
  .right .part2-box .part2-list li:nth-child(7) .line-text .line {
    width: 132px;
  }
  .right .part2-box .part2-list li:nth-child(7) .img {
    left: 17px;
    width: 100px;
  }
  .right .part4-box .part4-list li .line-text .text-title {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .right .part4-box .part4-list li:nth-child(1) .img {
    width: 80px;
  }
  .right .part4-box .part4-list li:nth-child(6) .img {
    width: 100px;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  .right .part4-box .part4-list li:nth-child(4) .img {
    width: 80px;
  }
  
}
@media screen and (max-width: 1000px) {
  .right .part3-box .part3-list li .line-text .line {
    min-width: 140px;
  }
  .right .part3-box .part3-list li .img {
    width: 100px !important;
  }
  .right .part4-box .part4-list li .line-text .line {
    min-width: 70px;
  }
}
@media screen and (max-width: 700px) {
  .right .part1-box {
    width: 180px;
  }
  .right .part1-box .part1-list li .line-text .line {
    width: 100px !important;
  }
  .right .part1-box .part1-list li:nth-child(1) .img {
    width: 100px;
    right: -10px;
  }
  .right .part2-box .part2-list li:nth-child(1) .line-text {
    width: 93px;
  }
  .right .part2-box .part2-list li:nth-child(2) .line-text {
    width: 76px;
  }
  .right .part2-box .part2-list li:nth-child(1) .img {
    right: 87px;
  }
  .right .part2-box .part2-list li:nth-child(2) .line-text .line {
    width: 85px;
  }
  .right .part2-box .part2-list li:nth-child(4) .line-text {
    width: 67px;
  }
  .right .part2-box .part2-list li:nth-child(4) .line-text .line .line1 .line2 .line3{
    width: 70px;
  }
  .right .part2-box .part2-list li:nth-child(5) .img {
    right: 29px;
  }
  .right .part3-box {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .right .part4-box {
    margin-left: auto;
    margin-right: auto;
  }
  .right .part4-box {
    width: 200px;
  }
  .right .part4-box .part4-list li:nth-child(1) .line-text .text-title {
    margin-left: auto;
  }
  .right .part4-box .part4-list li:nth-child(1) .img {
    top: 48px;
  }
  .right .part4-box .part4-list li:nth-child(2) .line-text .text-title {
    margin-right: 0;
  }
  .right .part4-box .part4-list li:nth-child(2) .img {
    right: 0;
    width: 50px;
  }
  .right .part4-box .part4-list li:nth-child(3) .img {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
  }
  .right .part4-box .part4-list li:nth-child(5) .img {
    width: 50px;
  }
  .right .part4-box .part4-list li:nth-child(6) .img {
    width: 80px;
  }
  .right .part4-box .part4-list li:nth-child(9) .img {
    width: 55px;
  }
}
.second-title {
  font-size: 28px;
  font-weight: bold;
  color: var(--color);
  letter-spacing: 8px;
}
.update-manufacturing-box {
  letter-spacing: 2px;
}
.update-manufacturing-box .little-title-color {
  color: var(--color);
}
.update-manufacturing-wrap1 .intro {
  max-width: 1058px;
  letter-spacing: 2px;
  color: #1f1f1f;
  line-height: 1.75;
}
.update-manufacturing-wrap2 .update-manufacturing-wrap2-list .title {
  letter-spacing: 2px;
}
.update-manufacturing-wrap4 .content .title {
  letter-spacing: 2px;
}
.update-manufacturing-wrap4 .content .content-left {
  width: 28.9749%;
}
.update-manufacturing-wrap4 .content .right {
  letter-spacing: 2px;
}
.update-manufacturing-wrap4 .content .right .content-title {
  max-width: 286px;
  line-height: 1.75;
}
.update-manufacturing-wrap4 .content .right .intro {
  max-width: 768px;
  line-height: 1.75;
}
.update-manufacturing-wrap5 .img2 .img2-2 {
  margin-left: -51px;
}
.update-manufacturing-wrap6 .content ul li .intro {
  letter-spacing: 2px;
}
.update-manufacturing-wrap6 .content ul li:last-child {
  margin-bottom: 0;
}
.update-manufacturing-wrap6 .content .update-manufacturing-wrap6-left-list li {
  margin-bottom: 65px;
}
.update-manufacturing-wrap6 .content .update-manufacturing-wrap6-left-list li .title {
  margin-bottom: 15px;
  padding-right: 47px;
  position: relative;
}
.update-manufacturing-wrap6 .content .update-manufacturing-wrap6-left-list li .title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.update-manufacturing-wrap6 .content .update-manufacturing-wrap6-left-list li .intro {
  margin-right: 47px;
  max-width: 396px;
  line-height: 1.75;
}
.update-manufacturing-wrap6 .content .update-manufacturing-wrap6-right-list li {
  margin-bottom: 66px;
}
.update-manufacturing-wrap6 .content .update-manufacturing-wrap6-right-list li .title {
  margin-bottom: 14px;
  padding-left: 47px;
  position: relative;
}
.update-manufacturing-wrap6 .content .update-manufacturing-wrap6-right-list li .title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.update-manufacturing-wrap6 .content .update-manufacturing-wrap6-right-list li .intro {
  margin-left: 47px;
  max-width: 418px;
  line-height: 1.75;
}
.update-manufacturing-wrap7 .wrap7-list li {
  width: 32.258%;
}
.update-manufacturing-wrap7 .wrap7-list li .intro {
  min-height: -webkit-calc(1.75 * 5);
  min-height: -moz-calc(1.75 * 5);
  min-height: calc(1.75 * 5);
  line-height: 1.75;
}
.update-manufacturing-wrap8 .title::after {
  content: "";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 319px;
  height: 2px;
  background-color: #000000;
}
.update-manufacturing-wrap8 .img1 img {
  margin: 0 auto;
}
.update-manufacturing-wrap8 .img2 img {
  margin: 0 auto;
}
.update-manufacturing-wrap9 .left-list .title {
  font-weight: 300;
}
.update-manufacturing-wrap9 .content .update-manufacturing-wrap9-left {
  width: 31.175%;
}
.update-manufacturing-wrap9 .content .update-manufacturing-wrap9-right {
  width: 65.247%;
}
.update-manufacturing-wrap9 .content .update-manufacturing-wrap9-right .title {
  font-weight: lighter;
  color: #1f1f1f;
}
.update-manufacturing-wrap9 .content .update-manufacturing-wrap9-right .right-top .right-top-list li {
  width: 47.65%;
  margin-bottom: 36px;
}
.update-manufacturing-wrap9 .content .update-manufacturing-wrap9-right .right-top .right-top-list li .title {
  margin-top: 26px;
}
@media screen and (max-width: 1250px) {
  .update-manufacturing-page .parts-page-1 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-manufacturing-page .parts-page-1 .container .right {
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    width: 100%;
    padding-right: 0;
  }
  .update-manufacturing-wrap2 .update-manufacturing-wrap2-list {
    margin-right: 0;
  }
  .update-manufacturing-wrap7 .wrap7-list {
    margin-right: 0;
  }
  .update-manufacturing-wrap5 .img2 .img2-2 {
    margin-left: 0;
  }
  .update-manufacturing-wrap8 .img1,
  .update-manufacturing-wrap8 .img2 {
    margin-right: 0;
  }
  .update-manufacturing-wrap8 .update-manufacturing-wrap8-list {
    margin-right: 0;
  }
  .update-manufacturing-wrap9 .content {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .second-title {
    font-size: 22px;
  }
  .min-w-img {
    overflow-x: auto;
    max-width: 100%;
  }
  .min-w-img img {
    width: 768px !important;
    max-width: unset;
  }
  .update-manufacturing-wrap2 .update-manufacturing-wrap2-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-manufacturing-wrap2 .update-manufacturing-wrap2-list li:first-child {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .update-manufacturing-wrap2 .update-manufacturing-wrap2-list li:last-child .title {
    margin-left: 0;
  }
  .update-manufacturing-wrap4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-manufacturing-wrap4 .content .content-left {
    width: auto;
  }
  .update-manufacturing-wrap7 .wrap7-list li {
    width: 48%;
  }
  .update-manufacturing-wrap8 .update-manufacturing-wrap8-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-manufacturing-wrap8 .update-manufacturing-wrap8-list li {
    width: 47%;
    margin-bottom: 10px;
  }
  .update-manufacturing-wrap9 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-manufacturing-wrap9 .content .update-manufacturing-wrap9-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .update-manufacturing-wrap9 .content .update-manufacturing-wrap9-left ul li {
    width: 48%;
  }
  .update-manufacturing-wrap9 .content .update-manufacturing-wrap9-left .left-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .update-manufacturing-wrap9 .content .update-manufacturing-wrap9-right {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .update-manufacturing-wrap6 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-manufacturing-wrap6 .content .img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    text-align: center;
  }
  .update-manufacturing-wrap6 .content .img img {
    margin-left: auto;
    margin-right: auto;
  }
  .update-manufacturing-wrap6 .content .update-manufacturing-wrap6-left-list {
    margin-bottom: 25px;
  }
  .update-manufacturing-wrap6 .content .update-manufacturing-wrap6-left-list,
  .update-manufacturing-wrap6 .content .update-manufacturing-wrap6-right-list {
    width: 100%;
  }
  .update-manufacturing-wrap6 .content .update-manufacturing-wrap6-right-list li .intro {
    max-width: 100%;
  }
  .update-manufacturing-wrap6 .content .update-manufacturing-wrap6-left-list li .intro {
    max-width: 100%;
  }
  .update-manufacturing-wrap7 .wrap7-list li {
    width: 100%;
  }
  .update-manufacturing-wrap8 .update-manufacturing-wrap8-list li {
    width: 100%;
  }
  .update-manufacturing-wrap9 .content .update-manufacturing-wrap9-left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-manufacturing-wrap9 .content .update-manufacturing-wrap9-left ul li {
    width: 100%;
  }
  .update-manufacturing-wrap9 .content .update-manufacturing-wrap9-right .right-top .right-top-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-manufacturing-wrap9 .content .update-manufacturing-wrap9-right .right-top .right-top-list li {
    width: 100%;
  }
}

.news-page .ui.container {
  max-width: 1000px;
}
.news-page .news-2 ul li {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  padding: 3%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-2 ul li span.tag:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: black;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.news-page .news-2 ul li:hover {
  background-color: #dadada;
}
@media screen and (max-width: 700px) {
  .news-page .news-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.newdet-page .ui.container {
  max-width: 1000px;
}
