@font-face {
  font-family: 'myzz';
  src: url('../fonts/Anton.eot');
  src: url('../fonts/Anton.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton.woff2') format('woff2'), url('../fonts/Anton.woff') format('woff'), url('../fonts/Anton.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'myzz';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'myzz';
  src: url('../fonts/roboto-regular.eot');
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "myzz";
  max-width: 1920px;
  --color: #d8282b;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1650px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.nor {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.more {
  height: 2.72727273em;
  padding: 0 1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-top-right-radius: 0.72727273em;
}
.more em {
  position: relative;
  padding-right: 1.6em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  background-color: black;
  width: 1.1em;
  height: 1.1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-top-right-radius: 0.36363636em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
.more i:first-child {
  left: 0;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
}
.more i:last-child {
  right: 0;
}
.more:hover em {
  padding-left: 1.6em;
  padding-right: 0;
}
.more:hover i:first-child {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.more:hover i:last-child {
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
}
.more.link {
  height: auto;
  padding: 0;
  color: black;
  background-color: transparent;
  line-height: 1;
}
span.h2 {
  line-height: 1.25;
}
span.h2 em {
  color: var(--color);
}
span.h2 .char {
  display: inline-block;
  will-change: transform, opacity;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
span.h2 .word {
  white-space: nowrap;
}
.chip {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 2vw), 75% -webkit-calc(100% - 3.4vw), 50% 99%, 25% -webkit-calc(100% - 2.6vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 2vw), 75% -moz-calc(100% - 3.4vw), 50% 99%, 25% -moz-calc(100% - 2.6vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 75% calc(100% - 3.4vw), 50% 99%, 25% calc(100% - 2.6vw), 0 100%);
}
span.tag {
  line-height: 1;
}
span.tag:before {
  content: '';
  height: 0.4em;
  width: 0.4em;
  border-radius: 100%;
  background-color: var(--color);
}
.text {
  color: #666;
  line-height: 1.5;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-bottom: 1px solid var(--color);
  color: white;
}
#header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  max-width: 340px;
  width: 17.70833333vw;
  background-color: white;
  margin-right: auto;
  margin-left: 0;
}
#header .nav .ui.menu .menu-box {
  width: 54.16666667vw;
}
#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 {
  -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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  opacity: 1;
}
#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;
  font-weight: bold;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  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 ul {
  font-size: 14px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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 .h-search {
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box {
  max-width: 240px;
  width: 12.5vw;
  background-color: white;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: 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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: 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;
}
#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;
}
#banner {
  color: white;
  position: relative;
  z-index: 1;
}
#banner span.h3 {
  line-height: 1.25;
}
#banner span.h3 em {
  color: var(--color);
}
#banner .content .box .right {
  width: 86%;
  margin-left: -21%;
  margin-right: -9%;
  position: relative;
  z-index: -1;
}
#banner .content .box .right .img {
  position: relative;
}
#banner .content .box .right .img:before {
  content: '';
  height: 31.77083333vw;
  width: 100%;
  position: absolute;
  right: -15%;
  bottom: -8%;
  z-index: -1;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(right, var(--color), transparent);
  background-image: -moz-linear-gradient(right, var(--color), transparent);
  background-image: linear-gradient(to left, var(--color), transparent);
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
#banner .content .box .left .more:hover {
  background-color: white;
  color: black;
}
#banner .bottom ul {
  padding-right: 5em;
  overflow: hidden;
}
#banner .bottom ul .slick-list {
  overflow: unset;
}
#banner .bottom ul .slick-list .slick-track {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#banner .bottom .box .img {
  width: 6.2em;
  height: 7.6em;
  border-top-right-radius: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .bottom .box .content {
  height: 5.2em;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(80%, transparent));
  background-image: -webkit-linear-gradient(left, var(--color), transparent 80%);
  background-image: -moz-linear-gradient(left, var(--color), transparent 80%);
  background-image: linear-gradient(to right, var(--color), transparent 80%);
}
#banner .bottom .box .content .text {
  height: inherit;
  padding: 3% 6%;
  position: relative;
  color: inherit;
}
#banner .bottom .box .content .text span.num {
  opacity: .1;
  line-height: 1;
  left: 6%;
  top: 12%;
}
#banner .bottom .box .content .year {
  height: 2.2em;
  width: 3.2em;
  color: var(--color);
  padding: 0 .4em;
}
#banner .bottom .box .content .year span {
  line-height: 1;
}
#banner .bottom .slick-current + div .box .img {
  width: 5.02em;
  height: 3em;
  border-top-right-radius: 0.5em;
}
#banner .bottom .page span,
#banner .bottom .page em {
  line-height: 1;
}
#banner .bottom .page .line {
  width: 4em;
  height: 0.25em;
  background-color: white;
  position: relative;
}
#banner .bottom .page .line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-1 {
  background-color: #f4f4f4;
  position: relative;
}
.init-1:before {
  content: '';
  width: 100%;
  height: 10vw;
  position: absolute;
  left: 0;
  bottom: 99%;
  z-index: -1;
  background-color: #f4f4f4;
}
.init-1 .box {
  position: relative;
  z-index: 1;
}
.init-1 .box .left {
  height: 36.97916667vw;
}
.init-1 .box .left .play {
  width: 5em;
  height: 5em;
  background-color: rgba(216, 40, 43, 0.8);
}
.init-1 .box .left .play:before,
.init-1 .box .left .play:after {
  background-color: transparent;
  border: 1px solid white;
}
.init-1 .box .bottom {
  background-color: var(--color);
  color: white;
  position: relative;
  padding-right: 14%;
  border-top-right-radius: 4.6875vw;
}
.init-1 .box .bottom:before {
  content: '';
  width: 35%;
  position: absolute;
  top: 0;
  right: 99%;
  z-index: -1;
  background-color: inherit;
  height: 100%;
}
.init-1 .box .bottom .options {
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.init-1 .box .bottom .options span {
  opacity: .5;
}
.init-1 .box .bottom .options span.active {
  opacity: 1;
}
.init-1 .box .bottom .text {
  color: inherit;
}
.init-2 {
  position: relative;
}
.init-2:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
.init-2 li .box {
  background-color: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
  position: relative;
}
.init-2 li .box:before {
  content: '';
  width: 0.15em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 15%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 li .box .top {
  position: relative;
  z-index: 1;
}
.init-2 li .box .top:before {
  content: '';
  width: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}
.init-2 li .box .top i {
  width: 1.42857143em;
  height: 1.42857143em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 li .box .top i img {
  max-width: 55%;
  max-height: 55%;
}
.init-2 li .box .top span.h6 {
  line-height: 1;
  display: block;
}
.init-2 li .box .top span.h6 sup {
  vertical-align: top;
}
.init-2 li .box .top span.h6 sub {
  vertical-align: top;
}
.init-2 li .box p {
  padding-left: 31%;
  line-height: 1;
}
.init-2 li .box:hover {
  background-color: var(--color);
}
.init-2 li .box:hover:before {
  top: 80%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}
.init-2 li .box:hover i {
  background-color: #141414;
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.init-3 .motor {
  white-space: nowrap;
  line-height: 1;
  background-color: var(--color);
  color: white;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  margin-left: -1%;
  width: 102%;
}
.init-3 .motor i {
  width: 0.22222222em;
  height: 0.22222222em;
  border-radius: 100%;
  background-color: white;
  margin: 0 0.77777778em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.init-3 .motor .slide {
  -webkit-animation: lz 20s linear infinite;
  -moz-animation: lz 20s linear infinite;
  animation: lz 20s linear infinite;
}
.init-3 .motor.pos {
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  -webkit-transform-origin: 45% 50%;
  -moz-transform-origin: 45% 50%;
  -ms-transform-origin: 45% 50%;
  transform-origin: 45% 50%;
  background-color: #ffe6e6;
}
.init-3 .motor.pos .slide {
  animation: lz 12s linear infinite reverse;
}
.init-4 .list .box {
  background-color: #f7f7f7;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-4 .list .box:before {
  content: '';
  width: 6px;
  height: 1em;
  position: absolute;
  left: 0;
  background-color: var(--color);
  top: 11%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-4 .list .box span.h6 {
  line-height: 1;
}
.init-4 .list .box .more {
  line-height: 1;
}
.init-4 .list .box .content {
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.init-4 .list .box .content .more {
  margin-left: auto;
}
.init-4 .list .box > .more i {
  background-color: var(--color);
}
.init-4 .list .box .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-4 .list .box .img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-4 .list .box .img img.pos {
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.init-4 .list .box:hover .img img {
  opacity: 0;
}
.init-4 .list .box:hover .img img.pos {
  opacity: 1;
}
.init-4 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.init-4 .list .box:hover:before {
  top: 90%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}
.init-4 .list .box:hover .content {
  height: 9.5em;
}
.init-4 .list .box:hover .content .more {
  color: white;
}
.init-4 .list .box:hover .img {
  margin-bottom: -8vw;
}
.init-4 .list .box:hover > .more {
  margin-top: -5vw;
  opacity: 0;
}
.init-4 .list .box:hover .text {
  color: inherit;
}
.init-4 .list .slick-slide.slick-cloned:last-child .box .content {
  height: 9.5em;
}
.init-4 .list .slick-slide.slick-cloned:last-child .box .img {
  margin-bottom: 0;
}
.init-4 .list .slick-slide.slick-cloned:last-child .box > .more {
  margin-top: -3vw;
}
.init-5 .top {
  position: relative;
  z-index: 1;
}
.init-5 span.h3 {
  line-height: 1;
  white-space: nowrap;
  color: #f7f7f7;
  letter-spacing: -0.015em;
  position: relative;
  z-index: 1;
}
.init-5 .bottom {
  color: white;
}
.init-5 .bottom .left {
  height: 44.27083333vw;
  margin-top: -20%;
  border-top-right-radius: 5.20833333vw;
  position: relative;
}
.init-5 .bottom .left span.h4 {
  line-height: 1.6;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg) translateY(70%) translateX(10%);
  -moz-transform: rotate(-90deg) translateY(70%) translateX(10%);
  -ms-transform: rotate(-90deg) translateY(70%) translateX(10%);
  transform: rotate(-90deg) translateY(70%) translateX(10%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.init-5 .bottom .left span.h4 i {
  margin-top: -1em;
  display: block;
  margin-left: 1.4em;
  color: transparent;
  -webkit-text-stroke: 1px white;
  opacity: .3;
}
.init-5 .bottom .right .text {
  color: inherit;
}
.init-5 .bottom .right .mail i {
  width: 2.54545455em;
  height: 2.54545455em;
  background-color: var(--color);
  color: white;
  border-top-right-radius: 0.81818182em;
}
.init-5 .bottom .right .mail i:before {
  font-size: 1.3em;
}
.init-5 .bottom .right .mail span {
  line-height: 1;
}
.init-6 .list .box {
  background-color: #f2f2f2;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  height: 100%;
}
.init-6 .list li {
  height: 100%;
}
.init-6 .list .box:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/init-6-bg.png");
  background-repeat: no-repeat;
  background-position: right 10% bottom;
  background-size: 30% auto;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .box .top i.iconfont {
  font-size: 1.3em;
}
.init-6 .list .box .top time {
  height: 4em;
  padding-left: .9em;
  padding-right: 1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .box .top time span {
  line-height: 1;
}
.init-6 .list .box a.img {
  border: 0.52083333vw solid white;
  border-right: none;
  display: block;
  overflow: hidden;
  position: relative;
}
.init-6 .list .box a.img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .box a.img:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.init-6 .list .box .more {
  color: inherit;
}
.init-6 .list .box .more i {
  background-color: var(--color);
  color: white;
}
.init-6 .list .box:hover {
  color: white;
}
.init-6 .list .box:hover:before {
  height: 100%;
}
.init-6 .list .box:hover:after {
  opacity: 1;
}
.init-6 .list .box:hover .top time {
  background-color: black;
}
.init-6 .list .box:hover a.img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.init-6 .list .box:hover a.img:before {
  width: 100%;
  height: 100%;
}
.init-6 .list .box:hover .more {
  color: black;
}
.init-6 .list .box:hover .more i {
  background-color: black;
  color: white;
}
.init-7 {
  background-color: #f5f5f5;
  position: relative;
}
.init-7 .slick-track {
  width: 100% !important;
}
.init-7 a.img-box {
  background-color: white;
  position: relative;
  z-index: 1;
}
.init-7 .scroll-wrap {
  max-height: 80vh;
  overflow: hidden;
}
.init-7 .right {
  gap: 1em;
  position: relative;
}
.init-7:before,
.init-7 .right:after {
  content: '';
  width: 100%;
  height: 16%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  pointer-events: none;
}
.init-7 .right:after {
  bottom: 0;
  top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.init-7 .right ul {
  margin: -0.5em 0;
  will-change: transform;
}
.init-7 .right ul li {
  padding: .5em 0;
}
.init-8 {
  height: 26.04166667vw;
  margin-top: -3.4vw;
  position: relative;
  z-index: -1;
}
#footer {
  background-color: #141414;
  color: white;
}
#footer .text {
  color: inherit;
}
#footer .form {
  background-color: var(--color);
  margin-top: -80%;
}
#footer .form span.h3 em {
  color: black;
}
#footer .form input,
#footer .form textarea {
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: .8em 1em;
}
#footer .form input::-webkit-input-placeholder, #footer .form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form input:-moz-placeholder, #footer .form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form input::-moz-placeholder, #footer .form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form input:-ms-input-placeholder, #footer .form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form input::placeholder,
#footer .form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form textarea {
  height: 7.5em;
}
#footer .form button {
  right: 5%;
  bottom: 5%;
  border: none;
  color: black;
  background-color: transparent;
}
#footer .share a {
  width: 2em;
  height: 2em;
  background-color: white;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .share a #ewm {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  border: 5px solid white;
}
#footer .share a:hover {
  background-color: black;
  color: white;
}
#footer .share a:hover #ewm {
  display: block;
}
#footer span.h6 {
  color: var(--color);
  line-height: 1;
  min-width: 3.84615385em;
}
#footer .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: .6em;
}
#footer .nav ul ul {
  display: none;
}
#footer .nav ul a {
  opacity: .7;
  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;
  gap: .3em;
}
#footer .nav ul a:before {
  content: '\e76f';
  font-family: iconfont;
  width: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#footer .nav ul a:hover {
  opacity: 1;
}
#footer .nav ul a:hover:before {
  width: 1em;
}
#footer .nav.dc ul {
  -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;
}
#footer .nav.two ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .nav.two ul li {
  width: 48%;
}
#footer .info .slide:nth-child(2) {
  grid-row: span 2;
}
#footer .info .slide i.iconfont {
  width: 2.2em;
  height: 2.2em;
  background-color: var(--color);
  color: white;
}
#footer .info .slide span {
  line-height: 1.4;
}
#footer .footer-bottom {
  background-color: black;
  color: #999;
}
#footer .footer-bottom svg {
  max-height: 1.5em;
  width: auto;
  display: block;
  fill: #999;
}
@media screen and (max-width: 1450px) {
  .font-em-30 {
    font-size: 2.75em;
  }
  .init-1 .box .left {
    height: 50vw;
  }
}
@media screen and (max-width: 1250px) {
  .font-80,
  .font-81 {
    font-size: 40px;
  }
  .font-30 {
    font-size: 18px;
  }
  .font-70 {
    font-size: 36px;
  }
  .font-50 {
    font-size: 30px;
  }
  .font-36 {
    font-size: 20px;
  }
  .font-em-30 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1000px) {
  .font-80,
  .font-81 {
    font-size: 30px;
  }
  .font-30 {
    font-size: 16px;
  }
  .font-70 {
    font-size: 28px;
  }
  .font-50 {
    font-size: 24px;
  }
  .font-36 {
    font-size: 18px;
  }
  .font-em-30 {
    font-size: 2.5em;
  }
  #banner .bottom ul {
    padding-right: 0;
  }
  .init-5 .bottom {
    padding-bottom: 5%;
  }
  .init-7 {
    padding-top: 5%;
  }
  .init-7:before {
    display: none;
  }
  .init-7 .right:before {
    content: '';
    width: 100%;
    height: 16%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#f5f5f5));
    background-image: -webkit-linear-gradient(bottom, transparent, #f5f5f5);
    background-image: -moz-linear-gradient(bottom, transparent, #f5f5f5);
    background-image: linear-gradient(to top, transparent, #f5f5f5);
  }
  #footer .form {
    margin-top: 0;
  }
  #footer .box2 {
    display: none;
  }
  .init-2 li .box p {
    padding-left: 18%;
  }
}
@media screen and (max-width: 700px) {
  .init-5 span.h3 {
    font-size: 14.4vw;
  }
  .init-5 span.h3 em {
    font-size: 1em;
  }
  .font-80,
  .font-81 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 16px;
  }
  .font-70 {
    font-size: 24px;
  }
  .font-50 {
    font-size: 22px;
  }
  .font-36 {
    font-size: 16px;
  }
  #banner .bottom .page {
    display: none;
  }
  #banner .bottom .box .content {
    height: 7em;
  }
  #banner .bottom .box .img {
    width: 6.2em !important;
    height: 7.6em !important;
  }
  .init-1 .box .left .play {
    height: 3em;
    width: 3em;
  }
  .init-7 .scroll-wrap {
    max-height: 70vw;
  }
  #footer .coy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  #banner .bottom .box .img {
    display: none;
  }
  #banner .bottom {
    margin-top: 7%;
  }
  #banner .bottom li,
  #banner .bottom .box {
    height: 100%;
  }
  #banner .bottom .box .content {
    height: 100%;
  }
  .init-2 li .box p {
    padding-left: 40px;
  }
  .init-4 .list .box .content {
    height: auto !important;
  }
  .init-4 .list .box .img {
    margin-bottom: 0 !important;
  }
  .init-4 .list .box .img img {
    max-height: 40vw;
    margin: 0 auto;
  }
  .init-4 .list .box > .more {
    display: none;
  }
  .init-4 {
    padding-bottom: 10%;
  }
  .init-5 .bottom .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wow-wrap {
  -webkit-filter: opacity(0) blur(2px);
  filter: opacity(0) blur(2px);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  -moz-transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93);
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out;
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
}
i .wow-wrap {
  line-height: 1;
}
/* 方向感 */
.wow-wrap[data-wow-type="up"] {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.wow-wrap[data-wow-type="down"] {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.wow-wrap[data-wow-type="left"] {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.wow-wrap[data-wow-type="right"] {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.wow-wrap[data-wow-type="scale"] {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
/* 激活状态（柔和进入） */
.wow-wrap.wow-active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-filter: none;
  filter: none;
}
.inner-banner {
  /*background-color: #141414;*/
  background-image: url("/mengyanggroup/2026/02/10/inbanner2.jpg?imageView2/2/format/webp/q/100");
  color: white;
  margin-bottom: -3.4vw;
  z-index: 1;
  position: relative;
}
.inner-page .optionsNav a {
  height: 2em;
  padding: 0 1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .optionsNav a:hover,
.inner-page .optionsNav a.active {
  background-color: #141414;
}
.inner-page .optionsNavchild a {
  color: #666;
  transition: .5s;
  line-height: 1;
  border-left: 0 solid var(--color);
  padding-left: 0;
}
.inner-page .optionsNavchild a:hover,
.inner-page .optionsNavchild a.active {
  color: black;
  padding-left: .3em;
  border-left-width: .3em;
}
.inner-page .ProList ul {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 2.5em;
}
.inner-page .ProList ul li {
  background-color: white;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 0.15em solid transparent;
}
.inner-page .ProList ul li:before {
  content: '';
  width: 0.15em;
  height: 0.6em;
  position: absolute;
  left: -0.15em;
  bottom: .7em;
  background-color: var(--color);
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .ProList ul li .txt-right {
  font-size: 0;
}
.inner-page .ProList ul li .more {
  opacity: 0;
}
.inner-page .ProList ul li .more i {
  color: white;
  background-color: var(--color);
}
.inner-page .ProList ul li .img {
  display: block;
}
.inner-page .ProList ul li .img img {
  margin: 0 auto;
}
.inner-page .ProList ul li span.h5 {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .ProList ul li span.h5 a {
  max-width: 6em;
  text-align: center;
}
.inner-page .ProList ul li span.h6 {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: .2em 0 1em;
  margin-top: -0.8em;
}
.inner-page .ProList ul li span.h6 a {
  max-width: 10.90909091em;
}
.inner-page .ProList ul li:hover {
  padding-top: 1em;
  margin-top: -0.5em;
  border-color: var(--color);
}
.inner-page .ProList ul li:hover .more {
  opacity: 1;
}
.inner-page .ProList ul li:hover:before {
  top: 0;
}
.inner-page .ProList ul li:hover span.h5 {
  opacity: 1;
}
.inner-page .ProList ul li:hover span.h6 {
  background-color: var(--color);
  color: white;
  padding: .6em 0;
}
.inner-page .ProList .slick-list {
  padding-top: .5em;
}
.inner-page .ProList ul.slick {
  margin: 0 -0.5em;
}
.inner-page .ProList ul.slick .slick-slide > div {
  padding: 0 .5em;
}
.inner-page .m-page div {
  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;
  gap: .5em;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  width: 2em;
  height: 2em;
  border-top-right-radius: .5em;
  background-color: #141414;
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: var(--color);
}
.inner-page .siteTitle {
  line-height: .9;
  margin-bottom: -0.4em;
  white-space: nowrap;
}
.slickBtn .prev,
.slickBtn .next {
  width: 1.5em;
  height: 1.5em;
  border-radius: 0 !important;
  background-color: #f2f2f2;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slickBtn .prev:hover,
.slickBtn .next:hover {
  background-color: var(--color);
  color: white;
}
.slickBtn .prev {
  border-top-left-radius: .5em !important;
}
.slickBtn .next {
  border-top-right-radius: .5em !important;
}
.product-yd-page .product-yd-1 {
  background-color: white;
}
.product-yd-page .product-yd-1 .text {
  max-height: 6em;
  overflow: auto;
  padding-right: 10px;
}
.product-yd-page .product-yd-1 .slide {
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .slide:after {
  content: '';
  width: 0.15em;
  height: 1em;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: #f7f7f7;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .slide span.h3 {
  line-height: 1;
}
.product-yd-page .product-yd-1 .slide span.h1 {
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  white-space: nowrap;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.product-yd-page .product-yd-1 .slide:hover {
  color: white;
}
.product-yd-page .product-yd-1 .slide:hover:before {
  width: 86%;
  background-color: var(--color);
}
.product-yd-page .product-yd-1 .slide:hover:after {
  top: 79%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}
.product-yd-page .product-yd-1 .slide:hover .text {
  color: inherit;
}
.product-yd-page .product-yd-1 .slide:hover .more {
  background-color: black;
}
.product-yd-page .product-yd-1 .slide:hover .more i {
  background-color: var(--color);
  color: white;
}
.product-yd-page .product-yd-1 .slide:hover span.h1 {
  -webkit-filter: unset;
  filter: unset;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr) {
  text-align: right;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr) span.h3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr):before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr):after {
  left: auto;
  right: 0;
}
.product-page {
  background-color: #eee;
}
.product-page .init-8 {
  z-index: 1;
  margin-top: 0;
}
.product-page .init-3 {
  z-index: 2;
}
.prodet-page .prodet-1 {
  background-color: #eee;
}
.prodet-page .prodet-1 .prodetBox .left .img-box {
  border: 1px solid #e6e6e6;
}
.prodet-page .prodet-1 .prodetBox .left .small .slick-track {
  width: 100% !important;
}
.prodet-page .prodet-1 .prodetBox .left .small ul {
  margin: -0.44em 0;
}
.prodet-page .prodet-1 .prodetBox .left .small ul li {
  padding: .44em 0;
}
.prodet-page .prodet-1 .prodetBox .left .small ul .slick-current a.img-box {
  border-color: var(--color);
}
.prodet-page .prodet-1 .prodetBox .right .share span {
  opacity: .6;
  line-height: 1;
}
.prodet-page .prodet-1 .prodetBox .right .share a {
  width: 2em;
  height: 2em;
  border-top-right-radius: .5em;
  background-color: #dbdbdb;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .prodetBox .right .share a:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .prodetMore .options {
  background-color: #dbdbdb;
  color: #141414;
}
.prodet-page .prodet-1 .prodetMore .options a {
  height: 2.5em;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .prodetMore .options a:hover,
.prodet-page .prodet-1 .prodetMore .options a.active {
  color: white;
  background-color: var(--color);
}
.prodet-page .prodet-1 .prodetMore form input,
.prodet-page .prodet-1 .prodetMore form textarea {
  width: 100%;
  padding: .5em 1em;
  border: #ccc solid 1px;
  background-color: white;
}
.prodet-page .prodet-1 .prodetMore form textarea {
  height: 6em;
}
.prodet-page .init-3 {
  z-index: 2;
}
.prodet-page .init-1 {
  background-color: white;
}
.prodet-page .init-6 {
  background-color: white;
}
.about-page .about-1 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.about-page .about-1:before {
  content: '';
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: white;
  position: absolute;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 span.h1 {
  line-height: 1;
  margin-bottom: -0.8em;
}
.about-page .init-2:before {
  bottom: 0;
  top: auto
}
.about-page .init-2 .box:before {
  background-color: #f7f7f7;
}
.about-page .init-2 li .box .top .wow-wrap {
  line-height: 1;
  font-size: 0;
}
.about-page .init-2 .box p {
  padding-left: 0;
  line-height: 1.5;
  max-height: 6em;
  overflow: auto;
}
.about-page .about-3 .left ul.slick .slick-list {
  overflow: unset;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide {
  opacity: .3 !important;
  transform: translateX(5%) scale(.9);
  transition: 1.5s!important;
  transform-origin: center right;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide~.slick-slide {
  opacity: .6 !important;
  transform: translateX(2.5%) scale(.95);
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current {
  opacity: 1 !important;
  transform: unset;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current+div {
  opacity: .6 !important;
  transform: translateX(2.5%) scale(.95);
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current+div~div {
  opacity: .3 !important;
  transform: translateX(5%) scale(.9);
}
.about-page .about-32 {
  background-color: #f7f7f7;
}
/*.about-page .about-32 .list {
  overflow: hidden;
}*/
.about-page .about-32 .list .prev {
  right: 100%;
}
.about-page .about-32 .list .next {
  left: 100%;
}
.about-page .about-32 .list .slickBtn div {
  top: 57%;
  background-color: var(--color);
  color: white;
}
.about-page .about-32 .list img {
  border-top-right-radius: 100px;
}
.about-page .about-32 .line {
  height: 6px;
  background: transparent;
  display: block;
  position: relative;
}
.about-page .about-32 .line:before {
  content: '';
  width: 200%;
  height: 1px;
  top: 120%;
  background-color: black;
  position: absolute;
  left: 0;
}
.about-page .about-32 .line,
.about-page .about-32 span.h6,
.about-page .about-32 .text {
  transition: .5s;
}
.about-page .about-32 .slick-current .line {
  background-color: var(--color);
}
.about-page .about-32 .slick-current span.h6 {
  color: var(--color);
}
.about-page .about-32 .slick-current .text {
  opacity: .8;
  font-size: 18px;
}

.about-page .about-4 {
  background-color: #f7f7f7;
}
.about-page .about-4 .content {
  width: 130%;
  background-color: var(--color);
  background-image: url("../images/init-6-bg.png");
  background-repeat: no-repeat;
  background-size: 15% auto;
  background-position: bottom 10% right 20%;
  color: white;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .content .text {
  color: inherit;
}
.about-page .about-5 .list {
  background-image: url("../images/about-5-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-left: 20%;
  padding-right: 20%;
}
.about-page .about-5 .list .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.about-page .about-5 .list .slick-slide.prev1 {
  -webkit-transform: translateX(100%) scale(0.75);
  -moz-transform: translateX(100%) scale(0.75);
  -ms-transform: translateX(100%) scale(0.75);
  transform: translateX(100%) scale(0.75);
  z-index: -2;
}
.about-page .about-5 .list .slick-slide.prev0 {
  -webkit-transform: translateX(50%) scale(0.87);
  -moz-transform: translateX(50%) scale(0.87);
  -ms-transform: translateX(50%) scale(0.87);
  transform: translateX(50%) scale(0.87);
  z-index: -1;
}
.about-page .about-5 .list .slick-slide.next0 {
  -webkit-transform: translateX(-50%) scale(0.87);
  -moz-transform: translateX(-50%) scale(0.87);
  -ms-transform: translateX(-50%) scale(0.87);
  transform: translateX(-50%) scale(0.87);
  z-index: -1;
}
.about-page .about-5 .list .slick-slide.next1 {
  -webkit-transform: translateX(-100%) scale(0.75);
  -moz-transform: translateX(-100%) scale(0.75);
  -ms-transform: translateX(-100%) scale(0.75);
  transform: translateX(-100%) scale(0.75);
  z-index: -2;
}
.about-page .about-5 .list .slickBtn div {
  top: 57%;
}
.about-page .about-5 .list .slickBtn .prev {
  left: 15%;
}
.about-page .about-5 .list .slickBtn .next {
  right: 15%;
  left: auto !important;
}
.about-page .about-6 {
  background-color: #f7f7f7;
}
.about-page .about-6 span.h2 {
  letter-spacing: -0.05em;
}
.manufacturing-page {
  background-color: white;
}
.manufacturing-1 {
  position: relative;
}
.manufacturing-1:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.manufacturing-2 {
  background-color: var(--color);
}
.manufacturing-2 .ui.container {
  max-width: 1400px;
}
.manufacturing-2 span.h1 {
  line-height: 1;
  margin-bottom: -0.9em;
}
.manufacturing-2 .box {
  background-color: #f7f7f7;
  margin-top: -8%;
}
.manufacturing-2 .box .text {
  padding-right: 1em;
  max-height: 9em;
  overflow: auto;
}
.manufacturing-3 ul li .box {
  background-color: #f7f7f7;
  border: .5em solid #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.manufacturing-3 ul li .box:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.manufacturing-3 .more em {
  padding: 0;
}
.manufacturing-3 .more i {
  position: static;
  transform: unset !important;
  opacity: 1!important;
}
.manufacturing-3 .box span.h6 {
  /*min-height: 3.2em;
  line-height: 1.6;*/
  text-align: center;
  /*margin-top: .3em;*/
}
.manufacturing-4 {
  background-color: #f7f7f7;
}
.manufacturing-4 .content {
  width: 185%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color)), to(rgba(216, 40, 43, 0.3)));
  background-image: -webkit-linear-gradient(left, var(--color) 50%, rgba(216, 40, 43, 0.3));
  background-image: -moz-linear-gradient(left, var(--color) 50%, rgba(216, 40, 43, 0.3));
  background-image: linear-gradient(to right, var(--color) 50%, rgba(216, 40, 43, 0.3));
  position: relative;
  z-index: 1;
  color: white;
}
.manufacturing-4 .content .text {
  color: inherit;
  max-width: 710px;
}
.manufacturing-4 .right li {
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.manufacturing-4 .right li:before {
  content: '-';
  width: 0;
  display: inline-block;
  vertical-align: sub;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-4 .right li.active,
.manufacturing-4 .right li:hover {
  opacity: 1;
  color: var(--color);
}
.manufacturing-4 .right li.active:before,
.manufacturing-4 .right li:hover:before {
  width: .5em;
}
.manufacturing-5 {
  position: relative;
}
.manufacturing-5:before {
  content: '';
  width: 100%;
  height: 56%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f7f7f7;
}
.manufacturing-5 .box {
  color: white;
  position: relative;
  z-index: 1;
}
.manufacturing-5 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /*background-color: rgba(0, 0, 0, 0.65);*/
}
.manufacturing-5 .box .text {
  color: inherit;
}
.test-page {
  background-color: white;
}
.test-page span.h1 {
  margin-bottom: -0.8em;
}
.download-1 {
  background-color: white;
}
.download-1 .list ul {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.7em;
}
.download-1 .list ul li {
  background-color: #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-1 .list ul li .icon {
  width: 3em;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
}
.download-1 .list ul li hr {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-1 .list ul li .more i {
  background-color: transparent;
}
.download-1 .list ul li:hover {
  background-color: var(--color);
  color: white;
}
.download-1 .list ul li:hover hr {
  background-color: white;
}
.download-1 .list ul li:hover .more {
  background-color: black;
}
.industries-1 .options a {
  height: 5.53333333em;
  padding: 0 1.3em;
  background-color: var(--color);
  color: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-1 .options a i.icon {
  width: 1.23333333em;
  height: 1.23333333em;
  margin-top: .1em;
}
.industries-1 .options a i.iconfont {
  width: 0.8em;
  height: 0.8em;
  border-top-right-radius: .3em;
  background-color: black;
  color: white;
  margin-top: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-1 .options a i.iconfont:before {
  font-size: .5em;
  line-height: 1;
}
.industries-1 .options a .content span {
  width: 100%;
  line-height: 1.2;
}
.industries-1 .options a:hover,
.industries-1 .options a.active {
  background-color: black;
}
.industries-1 .options a:hover i.iconfont,
.industries-1 .options a.active i.iconfont {
  opacity: 0;
}
.industries-2 {
  position: relative;
}
.industries-2:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color);
}
.industries-22 {
  background-color: #f7f7f7;
}
.industries-22 .left span.h6 {
  padding: .5em 1em;
  background-color: var(--color);
  color: white;
}
.industries-3 {
  background-color: var(--color);
  color: white;
}
.industries-3 span.h1 {
  line-height: 1;
  margin-bottom: -0.9em;
}
.industries-3 .text {
  color: inherit;
}
.industries-4 {
  background-color: #f7f7f7;
}
.service-1 .box .right {
  margin-bottom: -50%;
}
.service-1 .box span.h1 {
  white-space: nowrap;
}
.service-1 .box .content {
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 1;
}
.service-1 .box .content .text {
  color: inherit;
}
.service-2 {
  background-color: #f7f7f7;
}
.factory-1 {
  background-color: white;
}
.faq-1 {
  background-color: white;
}
.faq-1 .list li {
  /*border: 1px solid #e5e5e5;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 30px 20px 30px 40px;
  background: #f7f7f7;
  border-top-right-radius: 30px;
}
.faq-1 .list li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-family: Antonio;
  font-size: 26px;
}
.faq-1 .list li .text {
  color: inherit;
}
.faq-1 .list li.active {
  background-color: var(--color);
  color: white;
}
.news-page {
  background-color: white;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-top-right-radius: 20px;
  background: var(--color);

}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: #141414;
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f7f7f7;
  border-top-right-radius: 50px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
  color: black;
  height: 100%;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-top-right-radius: 10px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  opacity: .6;
}
.news-page .news-list ul li .text .tit {
  /*height: 90px;*/
  font-weight: bold;
  margin-top: 32px;
  line-height: 1.4;
}
.news-page .news-list ul li .text .xinwen {
  opacity: .7;
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: black;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/leceling-jingshi/2025/12/12/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li .text .more,
.newdet-page .sideBox .sideLeft .back .more {
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  right: 30px;
  bottom: 30px;
  opacity: 0;
}
.news-page .news-list ul li:hover .text .more {
  opacity: 1;
}
.news-page .news-list ul li .text .more i,
.newdet-page .sideBox .sideLeft .back .more i {
  transform: unset !important;
  opacity: 1 !important;
  position: static !important;
}
.newdet-page .sideBox .sideLeft .back .more {
  opacity: 1;
}
.newdet-page .sideBox .sideLeft .back .more i {
  background-color: var(--color);
}
.news-page .news-list ul li:hover .text {
  background: #d8282b;
  color: white;
}
.news-page .news-list ul li:hover .text .top span {
  background-color: black;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page {
  background-color: #f7f7f7;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-top-right-radius: 20px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Antonio;

}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    margin-top: 16px;
    /*height: 10px;*/
  }
  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  border-top-right-radius: 50px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #141414;
}
.contact-page .contact-1 .content ul li.ie2 .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li.ie3 .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-top-right-radius: 50px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-top-right-radius: 20px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .font-em-20 {
    font-size: 1.4em;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 20px;
    height: auto;
    line-height: normal;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    zoom: .7;
  }
  .contact-page .contact-1 .content ul li .ig .info {
    padding-bottom: 70px;
    font-size: 18px;
  }
  .contact-page .contact-1 .header .con {
    font-size: 18px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 28px;
  }
  .newdet-page .sideBox .sideRight .category {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 1.5em 0;
  }
  .service-1 .box .right {
    margin-bottom: 0;
  }
  .download-1 .list ul {
    grid-template-columns: 1fr;
  }
  .download-1 .list ul li .icon {
    width: 4em;
    height: 4em;
  }
  .manufacturing-4 .content,
  .about-page .about-4 .content {
    width: 100%;
  }
  .prodet-page .prodet-1 .prodetMore .options {
    display: none;
  }
  .prodet-page .prodet-1 .prodetMore {
    padding-top: 50px;
  }
  .prodet-page .prodet-1 .prodetMore .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .prodetMore .ret .slide {
    margin-top: 5%;
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .product-yd-1 .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page .product-yd-1 .slide .left {
    width: 100%;
  }
  .product-yd-page .product-yd-1 .slide .right {
    width: 100%;
  }
  .product-yd-page .product-yd-1 .slide:before {
    width: 100% !important;
  }
  .about-page .about-5 .list {
    padding-left: 7%;
    padding-right: 7%;
  }
  .about-page .about-5 .list .slickBtn .prev {
    left: 1%;
  }
  .about-page .about-5 .list .slickBtn .next {
    right: 1%;
  }
  .newdet-page .sideBox .sideRight .category {
    font-size: 16px;
    zoom: .8;
  }
}
@media screen and (max-width: 500px) {
  .test-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .test-1 .box .left {
    width: 100%;
  }
  .test-1 .box .right {
    width: 100%;
  }
  .font-em-20 {
    font-size: 1em;
  }
  .test-page span.h1,
  .manufacturing-2 span.h1 {
    margin-bottom: -0.3em;
    text-align: center;
  }
  .manufacturing-2 .box {
    margin-top: 0;
    padding: 4%;
  }
  .manufacturing-2 .box .text {
    max-height: none;
    overflow: unset;
  }
  .manufacturing-5 .box {
    padding: 10% 3%;
  }
  .prodet-page .prodet-1 .prodetBox .left .small ul {
    font-size: 8px;
  }
}
button.more {
  border: none;
}
.testing-page .testing-1 .options {
  background-color: #dbdbdb;
}
.testing-page .testing-1 .options span {
  color: #666;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
}
.testing-page .testing-1 .options span.active {
  background-color: var(--color);
  color: white;
}
.testing-page .testing-1 .m-link {
  margin-top: auto;
}
.min_height{
  min-height: 80px;
}