@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.eot');
  src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Medium.eot');
  src: url('../fonts/RobotoCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'), url('../fonts/RobotoCondensed-Medium.woff') format('woff'), url('../fonts/RobotoCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Roboto Condensed";
  max-width: 1920px;
  --color: #fa4d09;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1710px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 25px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  width: 42%;
  font-weight: 500;
  border-radius: 3em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0.32);
  margin: 0 auto;
}
#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,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#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;
}
#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: .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 .box .yuy {
  height: auto;
}
#header .nav .ui.menu .box .yuy span {
  height: 100%;
  border: 1px solid white;
  font-weight: bold;
  color: white;
}
#header .nav .ui.menu .box .menu i {
  width: 0.75em;
  height: 2px;
  background-color: white;
  position: relative;
}
#header .nav .ui.menu .box .menu i:after,
#header .nav .ui.menu .box .menu i:before {
  content: '';
  height: 100%;
  position: absolute;
  width: 60%;
  background-color: white;
}
#header .nav .ui.menu .box .menu i:before {
  right: 0;
  top: -0.29166667em;
}
#header .nav .ui.menu .box .menu i:after {
  top: 0;
  margin-top: 0.29166667em;
}
#header .nav .ui.menu .box .menu,
#header .nav .ui.menu .box .h-search {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .menu:hover,
#header .nav .ui.menu .box .h-search:hover {
  background-color: var(--color);
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
  color: black;
  top: 0;
  padding: 10px 0;
  background-color: white;
}
#header.inner .nav .ui.menu .menu-box,
#header.inner .nav .ui.menu .box .yuy span {
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.inner .nav .ui.menu .box .yuy span {
  color: black;
}
#header.inner .more.full {
  background-color: var(--color);
  color: white;
}
#header.inner .more.full:hover {
  background-color: black;
}
#header.inner .nav .ui.menu .box .menu {
  background-color: black;
}
#header.inner .nav .ui.menu .box .menu i {
  background-color: white;
}
#header.inner .nav .ui.menu .box .menu:hover {
  background-color: var(--color);
}
#header.inner .nav .ui.menu .box .h-search {
  color: white;
  background-color: black;
}
#header.inner .nav .ui.menu .box .h-search:hover {
  background-color: var(--color);
}
#header.inner.active {
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active {
  background-color: black;
  padding: 10px 0;
  top: 0;
}
#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;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.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;
}
.more {
  padding: 0.27777778em;
  min-width: 15.55555556em;
  background-color: rgba(255, 255, 255, 0.71);
  color: black;
  padding-left: 1.88888889em;
  font-weight: 500;
  border-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  width: 2.22222222em;
  height: 2.22222222em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}
.more.full {
  min-width: auto;
  padding: 0 2.33333333em;
  height: 2.44444444em;
  font-weight: bold;
}
.more:hover {
  background-color: black;
  color: white;
}
span.h2 {
  line-height: 1;
}
.text {
  font-family: 'Arial';
  line-height: 1.44444444;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 69%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .ui.container {
  max-width: 1390px;
}
#banner li .content .left {
  padding: 2.5%;
  background-color: rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  max-width: 580px;
  color: white;
}
#banner li .content .left span.h2 i {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  color: black;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#banner li .content .left span.h2 i:before {
  font-size: .3em;
  font-weight: normal;
}
#banner li .content .left span.h2 i:after {
  content: '';
  width: 80%;
  height: 80%;
  background-color: white;
  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%);
  border-radius: inherit;
  z-index: -1;
}
.init-1 .nav {
  font-weight: 500;
}
.init-1 .nav a {
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-1 .nav a.active {
  opacity: 1;
}
.init-1 .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.init-1 .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.init-1 .big {
  max-width: 1210px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15.5% 0;
}
.init-1 .big .slickBtn div {
  width: auto;
  height: auto;
  color: #4c4c4c;
  font-size: 2em;
  background-color: transparent;
  top: 53%;
}
.init-1 .big .slickBtn div:hover {
  color: var(--color);
}
.init-1 .big .slickBtn .prev {
  left: 12%;
}
.init-1 .big .slickBtn .next {
  right: 12%;
  left: auto;
}
.init-1 .small .slick-track {
  align-items: flex-end;
}
.init-1 .small li {
  cursor: pointer;
  cursor: hand;
  opacity: .7;
  transition: .5s;
}
.init-1 .small .slick-current li {
  opacity: 1;
}
.init-2 .slide {
  min-height: 100vh;
  padding: 5% 0;
}
.init-2 .slide .content {
  max-width: 750px;
  padding: 2%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}
.init-2 .slide .content hr {
  height: 2px;
  width: 32%;
  background-color: rgba(255, 255, 255, 0.65);
  margin-right: auto;
  margin-left: 0;
}
.init-3 span.tag {
  color: #8c8c8c;
  line-height: 1.2;
}
.init-3 hr {
  background-color: #f1f1f1;
  height: 2px;
  margin: 0;
}
.init-3 .text {
  color: #737373;
}
.init-3 span.h5 {
  color: #939292;
  font-family: "Arial";
}
.init-3 .list ul {
  margin: 0 -1em;
}
.init-3 .list hr {
  background-color: black;
}
.init-3 .list span.h6 {
  line-height: 1;
  font-weight: bold;
}
.init-3 .list p {
  color: #666;
}
.init-3 .list li {
  padding-left: 1em;
  padding-right: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-3 .list li:hover {
  background-color: #2a2a2a;
  color: white;
}
.border {
  border: 12px solid white;
}
.init-4 .box {
  max-width: 580px;
  border: 1em solid white;
  margin: 0 auto;
}
.init-4 .box .img {
  height: 10.71428571em;
  position: relative;
}
.init-4 .box .img:before,
.init-4 .box .img:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: .3em solid transparent;
  position: absolute;
  top: 0;
}
.init-4 .box .img:before {
  left: 0;
  border-left-color: white;
  -webkit-transform: rotate(45deg) translate(-35%, 0);
  -moz-transform: rotate(45deg) translate(-35%, 0);
  -ms-transform: rotate(45deg) translate(-35%, 0);
  transform: rotate(45deg) translate(-35%, 0);
}
.init-4 .box .img:after {
  right: 0;
  border-right-color: white;
  -webkit-transform: rotate(-45deg) translate(35%, 0);
  -moz-transform: rotate(-45deg) translate(35%, 0);
  -ms-transform: rotate(-45deg) translate(35%, 0);
  transform: rotate(-45deg) translate(35%, 0);
}
.init-4 .box .content {
  background-color: white;
  padding-left: 9%;
  padding-right: 9%;
}
.init-4 .box .content a.link {
  font-weight: 500;
  border-bottom: 1px solid black;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-4 .box .content a.link:hover {
  color: var(--color);
  border-bottom-color: var(--color);
}
.init-5 .list span {
  width: 100%;
  padding: .6em;
  bottom: 0;
  left: 0;
  text-align: center;
  color: white;
  line-height: 1;
}
.init-6 span.h2 {
  max-width: 650px;
}
.init-6 a.link {
  line-height: 1;
  border-bottom: 1px solid #848484;
  color: #848484;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 a.link:hover {
  color: var(--color);
  border-bottom-color: var(--color);
}
.init-6 .list ul {
  margin: -1em 0;
}
.init-6 .list ul li {
  padding: 1em 0;
}
.init-6 .list ul li:hover .content hr {
  background-color: var(--color);
}
.init-6 .list .content {
  margin: 0 auto;
}
.init-6 .list .content hr {
  margin-top: 0;
  height: 2px;
  background-color: #d5d5d5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .content span.h6 {
  font-weight: 500;
  max-width: 850px;
  line-height: 1.4;
}
.init-6 .list .content .text {
  max-width: 850px;
  color: #636363;
}
.init-6 .list .content a.link2 {
  height: 2.66666667em;
  font-weight: 500;
  padding: 0 1em;
  border-radius: 0.33333333em;
  background-color: #f5f7fa;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .content a.link2:hover {
  background-color: black;
  color: white;
}
.init-7 {
  overflow: hidden;
}
.init-7 .list .slick-list {
  overflow: unset;
}
.init-7 .list ul:nth-child(even) {
  direction: rtl;
}
.init-7 .list img {
  max-height: 70px;
}
#footer {
  background-color: black;
  color: white;
}
#footer .footer-top span.h6 {
  line-height: 1;
}
#footer .footer-top p {
  border-bottom: 1px solid white;
  line-height: 1;
}
#footer .footer-top form {
  width: 490px;
  max-width: 100%;
  margin-top: -2%;
}
#footer .footer-top form label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top form label:not(.flex) {
  display: block;
}
#footer .footer-top form label input {
  width: 100%;
  height: auto;
  padding: .5em 0;
  background-color: transparent;
  border: none;
}
#footer .footer-top form label input::-webkit-input-placeholder {
  color: white;
}
#footer .footer-top form label input:-moz-placeholder {
  color: white;
}
#footer .footer-top form label input::-moz-placeholder {
  color: white;
}
#footer .footer-top form label input:-ms-input-placeholder {
  color: white;
}
#footer .footer-top form label input::placeholder {
  color: white;
}
#footer .footer-top form label button {
  width: 1.57142857em;
  height: 1.57142857em;
  background-color: white;
  color: black;
  border: none;
}
#footer .footer-top form label:focus-within {
  border-bottom-color: var(--color);
}
#footer .footer-bottom .coy {
  font-family: "Arial";
}
#footer .footer-bottom .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: white;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box {
    width: 50%;
  }
  #header .nav .ui.menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .more.full {
    padding: 0 1.5em;
  }
  #header .nav .ui.menu .logo img {
    max-height: 55px;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .content .left {
    max-width: 400px;
  }
  .init-4 .box {
    max-width: 460px;
  }
  #footer .footer-top form {
    width: 350px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content {
    top: 50%;
  }
  #banner li .content .left {
    max-width: 350px;
  }
  .init-1 .nav {
    font-size: 16px;
  }
  .init-1 .big .slickBtn .prev {
    left: 8%;
  }
  .init-1 .big .slickBtn .next {
    right: 8%;
  }
  #index-body .init-3 .left {
    height: 280px;
  }
  .init-7 .list img {
    max-height: 50px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .left {
    max-width: 250px;
  }
  .font-50,
  .font-48 {
    font-size: 24px;
  }
  .font-38,
  .font-35 {
    font-size: 20px;
  }
  .font-26 {
    font-size: 16px;
  }
  .init-2 .slide {
    padding: 10% 0;
    height: auto;
    min-height: auto;
  }
  #index-body .init-3 .left {
    height: 50vw;
  }
  .init-3 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .slide {
    width: 48%;
  }
  #footer .footer-top .box .slide:last-child {
    width: 100%;
    margin-top: 5%;
  }
  #footer .footer-top form {
    width: 100%;
  }
  .border {
    border-width: 6px;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 500px) {
  .init-7 .list img {
    max-height: 35px;
  }
  .init-6 .list .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .init-6 .list .box .img {
    width: 100%;
    height: 40vw;
  }
  .init-6 .list .box .content {
    width: 100%;
  }
  .init-4 .box .content {
    padding-left: 0;
    padding-right: 0;
  }
  .init-2 .slide .content {
    padding: 5%;
  }
  .init-1 .big .slickBtn .prev {
    left: 2%;
  }
  .init-1 .big .slickBtn .next {
    right: 2%;
  }
  #banner li .content .left {
    zoom: .7;
  }
  #banner li .content .left .text {
    display: none;
  }
  .init-6 .list ul li {
    padding: 0 .5em;
  }
  .init-6 .list ul {
    margin: 0 -0.5em;
  }
}
.mbx .link {
  width: 45%;
  font-weight: 500;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .5em;
}
.mbx .link a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mbx .link a:first-child {
  font-size: 0;
}
.mbx .link a:first-child:before {
  content: '\e692';
  font-family: "iconfont";
  font-size: 14px;
}
.mbx .link a:hover {
  color: var(--color);
}
.m-page div {
  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;
  gap: .6em;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-page div a,
.m-page div span {
  width: 2.88888889em;
  height: 2.88888889em;
  border-radius: 100%;
  background-color: #f1f1ee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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;
}
.m-page div a:hover,
.m-page div span.current {
  background-color: var(--color);
  color: white;
}
.about-page .about-1 {
  height: 50vw;
}
.about-page .about-1 .content {
  background-color: rgba(255, 255, 255, 0.9);
}
.about-page .about-1 .content span.h2:not(.font-bold) {
  font-weight: 500;
  margin-bottom: .2em;
}
.about-page .about-1 .content span.h2 em {
  color: var(--color);
}
.about-page .about-1 .content .right {
  margin: 0 auto;
}
.about-page .about-1 .content .text {
  max-height: 300px;
  overflow: auto;
}
.about-page .about-1 .content .text p {
  margin-top: 1.22222222em;
}
.about-page .about-1 .content .text p:first-child {
  margin-top: 0;
}
.about-page .about-2 li i {
  height: 2em;
}
.about-page .about-2 li i img {
  max-height: 2em;
}
.about-page .about-2 li hr {
  max-width: 160px;
  margin-left: 0;
  margin-right: auto;
}
.about-page .about-2 li span.h6 {
  line-height: 1.2;
}
.about-page .about-2 li p {
  line-height: 1.3;
}
.about-page .about-3 {
  background-color: #f1f2f4;
}
.about-page .about-3 .list .slide {
  background-color: white;
}
.about-page .about-3 .list .slide .btn {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list .slide .btn.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-3 .list .slide .bottom {
  height: 28.64583333vw;
  position: relative;
  overflow: hidden;
}
.about-page .about-3 .list .slide .bottom:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -webkit-linear-gradient(bottom, black, transparent);
  background-image: -moz-linear-gradient(bottom, black, transparent);
  background-image: linear-gradient(to top, black, transparent);
  opacity: .7;
}
.about-page .about-3 .list .slide .bottom .content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: white;
}
.about-page .about-3 .list .slide .bottom .content .text {
  font-weight: 500;
}
.about-page .about-3 .list .slide .bottom .content .more {
  background-color: var(--color);
  color: white;
}
.about-page .about-3 .list .slide .bottom .content .more:hover {
  background-color: white;
  color: var(--color);
}
.about-page .about-5 {
  color: white;
}
.about-page .about-5 .img {
  border: 10px solid white;
}
.about-page .about-5 .right ul {
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.about-page .about-5 .right ul:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0.06818182em;
  top: 0;
}
.about-page .about-5 .right ul .slick-track {
  margin-top: 1em;
}
.about-page .about-5 .right ul .slick-slide {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.56818182);
  -moz-transform: scale(0.56818182);
  -ms-transform: scale(0.56818182);
  transform: scale(0.56818182);
  -webkit-transform-origin: 88% center;
  -moz-transform-origin: 88% center;
  -ms-transform-origin: 88% center;
  transform-origin: 88% center;
  position: relative;
}
.about-page .about-5 .right ul .slick-slide.prev0,
.about-page .about-5 .right ul .slick-slide.next0 {
  opacity: .5;
}
.about-page .about-5 .right ul .slick-slide.prev1,
.about-page .about-5 .right ul .slick-slide.next1 {
  opacity: .3;
}
.about-page .about-5 .right ul .slick-slide.prev2,
.about-page .about-5 .right ul .slick-slide.next2 {
  opacity: .18;
}
.about-page .about-5 .right ul .slick-slide.prev0,
.about-page .about-5 .right ul .slick-slide.prev1,
.about-page .about-5 .right ul .slick-slide.prev2 {
  top: -0.1em;
}
.about-page .about-5 .right ul .slick-slide.next0,
.about-page .about-5 .right ul .slick-slide.next1,
.about-page .about-5 .right ul .slick-slide.next2 {
  top: .1em;
}
.about-page .about-5 .right ul .slick-slide li span:after {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .right ul .slick-slide.slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-5 .right ul .slick-slide.slick-current li span:after {
  opacity: 1;
}
.about-page .about-5 .right li {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-5 .right li span:after {
  content: '';
  width: 0.13636364em;
  height: 0.13636364em;
  border-radius: 100%;
  background-color: white;
}
.about-page .about-6 ul {
  -webkit-filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.05));
}
.aboutDet-page .aboutDet-1 .ml-0 {
  margin-left: auto;
}
.aboutDet-page .aboutDet-1 .mr-0 {
  margin-right: auto;
}
.aboutDet-page .aboutDet-1 .text {
  color: #888;
  line-height: 1.5;
}
.aboutDet-page .aboutDet-1 .text strong {
  font-weight: bold;
  color: black;
}
.aboutDet-page .aboutDet-1 .text p {
  margin-top: 1.25em;
}
.aboutDet-page .aboutDet-1 .text p:first-child {
  margin-top: 0;
}
.aboutDet-page .aboutDet-1 .number ul {
  row-gap: 2em;
}
.aboutDet-page .aboutDet-1 .number ul li {
  border-bottom: 2px solid #e9e9e9;
}
.aboutDet-page .aboutDet-1 .number span.h6 {
  color: var(--color);
  line-height: 1;
}
.aboutDet-page .aboutDet-1 .number span.h6 sub {
  vertical-align: baseline;
  font-size: 0.4em;
}
.aboutDet-page .aboutDet-2 {
  background-color: #fbfbfb;
}
.aboutDet-page .aboutDet-2 ul {
  -webkit-filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.05));
}
.contact-page .ui.container {
  width: auto;
  max-width: 1780px;
}
.contact-page .contact-1 form ul {
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.contact-page .contact-1 form input[type='text'],
.contact-page .contact-1 form textarea,
.contact-page .contact-1 form label:not(.flex) {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: .6em 1em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 form input[type='text']::-webkit-input-placeholder, .contact-page .contact-1 form textarea::-webkit-input-placeholder, .contact-page .contact-1 form label:not(.flex)::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']:-moz-placeholder, .contact-page .contact-1 form textarea:-moz-placeholder, .contact-page .contact-1 form label:not(.flex):-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']::-moz-placeholder, .contact-page .contact-1 form textarea::-moz-placeholder, .contact-page .contact-1 form label:not(.flex)::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']:-ms-input-placeholder, .contact-page .contact-1 form textarea:-ms-input-placeholder, .contact-page .contact-1 form label:not(.flex):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']::placeholder,
.contact-page .contact-1 form textarea::placeholder,
.contact-page .contact-1 form label:not(.flex)::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']:focus,
.contact-page .contact-1 form textarea:focus,
.contact-page .contact-1 form label:not(.flex):focus {
  border-color: var(--color);
}
.contact-page .contact-1 form label:not(.flex) {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form textarea {
  height: 11.25em;
}
.contact-page .contact-1 form .radio label {
  color: #b7b7b7;
  line-height: 1;
}
.contact-page .contact-1 form .radio label i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid #b7b7b7;
}
.contact-page .contact-1 form .radio label i.iconfont {
  font-size: 1.3em;
  line-height: .7;
}
.contact-page .contact-1 form .radio label i.iconfont:before {
  position: relative;
  top: .05em;
}
.contact-page .contact-1 form .radio label input:checked ~ i.dots {
  border: 0.25em solid white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: var(--color);
}
.contact-page .contact-1 form button {
  background-color: var(--color);
  border: none;
  color: white;
  min-width: 9.58333333em;
}
.contact-page .contact-1 form button:hover {
  background-color: black;
}
.contact-page .contact-2 .img {
  height: 19.79166667vw;
}
.contact-page .contact-2 .info {
  padding-left: 1em;
  padding-right: 1em;
}
.contact-page .contact-2 .info i {
  color: var(--color);
}
.contact-page .contact-3 iframe {
  height: 32.29166667vw;
  background-color: #eee;
  border: none;
}
.capacity-page .text {
  line-height: 1.5;
}
.capacity-page .capacity-1 .ui.container {
  width: auto;
  max-width: 1860px;
}
.capacity-page .capacity-1 .left ul {
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-right: 1em;
}
.capacity-page .capacity-1 .left ul:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0.58333333em;
  background-color: #b2b2b2;
  top: 0;
}
.capacity-page .capacity-1 .left ul li {
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.capacity-page .capacity-1 .left ul li i {
  width: 1.16666667em;
  height: 1.16666667em;
  border-radius: 100%;
  border: 1px solid #b2b2b2;
  background-color: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.capacity-page .capacity-1 .left ul li i:before {
  content: '';
  width: 0.66666667em;
  height: 0.66666667em;
  border-radius: 100%;
  background-color: var(--color);
  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%);
}
.capacity-page .capacity-1 .left ul li.active {
  opacity: 1;
}
.capacity-page .capacity-1 .left ul li.active i {
  opacity: 1;
}
.capacity-page .capacity-1 .right .text {
  max-width: 860px;
}
.capacity-page .capacity-1 .right .box2 .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.capacity-page .capacity-1 .right .box2 .slide.active {
  position: static;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
.capacity-page .capacity-2 .slickBtn div {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.capacity-page .capacity-2 .slickBtn div:hover {
  background-color: var(--color);
}
.capacity-page .capacity-2 .right {
  margin-left: auto;
  margin-right: auto;
}
.capacity-page .capacity-2 .right span.h6 {
  line-height: 1.2;
}
.news-page .init-6 .list .content a.link2:hover {
  background-color: var(--color);
}
.product-page .product-1 {
  overflow: hidden;
  position: relative;
}
.product-page .product-1:before,
.product-page .product-1:after {
  content: '';
  width: 5.72916667%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .8;
}
.product-page .product-1:before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
  background-image: -webkit-linear-gradient(left, white, transparent);
  background-image: -moz-linear-gradient(left, white, transparent);
  background-image: linear-gradient(to right, white, transparent);
}
.product-page .product-1:after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
  background-image: -webkit-linear-gradient(right, white, transparent);
  background-image: -moz-linear-gradient(right, white, transparent);
  background-image: linear-gradient(to left, white, transparent);
}
.product-page .product-1 .slick-list {
  overflow: unset;
}
.product-page .product-1 .slickBtn div {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #b2b2b2;
  background-color: white;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .slickBtn div:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.product-page .product-1 .slickBtn .prev {
  left: -1.3em;
}
.product-page .product-1 .slickBtn .next {
  right: -1.3em;
  left: auto !important;
}
.product-page .product-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.product-page .product-2 .left .search a {
  height: 2.22222222em;
  border-radius: 2em;
  background-color: var(--color);
  color: white;
  padding: 0 1.11111111em;
}
.product-page .product-2 .left .search form {
  border: 1px solid #cecece;
  border-radius: 2em;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .left .search form button,
.product-page .product-2 .left .search form input {
  border: none;
  background-color: transparent;
}
.product-page .product-2 .left .search form button {
  color: #191919;
}
.product-page .product-2 .left .search form input {
  width: 100%;
}
.product-page .product-2 .left .search form input::-webkit-input-placeholder {
  color: #666;
}
.product-page .product-2 .left .search form input:-moz-placeholder {
  color: #666;
}
.product-page .product-2 .left .search form input::-moz-placeholder {
  color: #666;
}
.product-page .product-2 .left .search form input:-ms-input-placeholder {
  color: #666;
}
.product-page .product-2 .left .search form input::placeholder {
  color: #666;
}
.product-page .product-2 .left .search form:focus-within {
  border-color: var(--color);
}
.product-page .product-2 .left .nav li {
  margin-top: 1em;
}
.product-page .product-2 .left .nav li a {
  font-weight: 500;
  color: #5e5e5e;
  padding: .5em 1.2em;
  border-radius: 1.25em;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.product-page .product-2 .left .nav li a:hover,
.product-page .product-2 .left .nav li a.active {
  background-color: var(--color);
  color: white;
}
.product-page .product-2 .right .list li {
  padding: 1% 4%;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .right .list li span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
.product-page .product-2 .right .list li span.h6.font-bold {
  font-weight: bold;
}
.product-page .product-2 .right .list li .more {
  background-color: #f5f6f7;
  border-radius: 0.375em;
}
.product-page .product-2 .right .list li .more:hover {
  background-color: black;
}
.product-page .product-2 .right .list li .more:first-child {
  background-color: var(--color);
  color: white;
}
.product-page .product-2 .right .list li .more:first-child:hover {
  background-color: black;
  color: white;
}
.product-page .product-2 .right .list li:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.prodet-page .ui.container {
  width: auto;
  max-width: 1580px;
}
.prodet-page .prodet-1 .left {
  gap: 1em;
}
.prodet-page .prodet-1 .left ul {
  margin: -0.5em;
}
.prodet-page .prodet-1 .left ul li {
  padding: .5em;
}
.prodet-page .prodet-1 .left .small .slick-current .img-box {
  border-color: var(--color);
}
.prodet-page .prodet-1 .img-box {
  border: 1px solid #dfdfdf;
  padding: 6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .list .slide {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .list .slide span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
.prodet-page .prodet-1 .right .list .slide span.h6 i {
  width: .6em;
  height: .6em;
  position: relative;
}
.prodet-page .prodet-1 .right .list .slide span.h6 i:before,
.prodet-page .prodet-1 .right .list .slide span.h6 i:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: black;
}
.prodet-page .prodet-1 .right .list .slide span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.prodet-page .prodet-1 .right .list .slide .text {
  color: #5f5f5f;
  line-height: 1.5;
}
.prodet-page .prodet-1 .right .list .slide.active {
  border-bottom-color: transparent;
}
.prodet-page .prodet-1 .right .more {
  border-radius: 0.25em;
  background-color: var(--color);
  color: white;
  height: 2.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .more:hover {
  background-color: black;
}
.prodet-page .prodet-2 .title {
  background-color: var(--color);
  color: white;
  line-height: 1.2;
  font-weight: 500;
}
.prodet-page .prodet-2 .title i {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 2px solid white;
  position: relative;
}
.prodet-page .prodet-2 .title i:before,
.prodet-page .prodet-2 .title i:after {
  content: '';
  width: .5em;
  height: 2px;
  background-color: white;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.prodet-page .prodet-2 .title.active i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.prodet-page .prodet-3 .slickBtn .prev {
  background-color: black;
}
.prodet-page .prodet-3 .slickBtn div:hover {
  opacity: .7;
}
.prodet-page .prodet-3 .box {
  border: 1px solid #e3e3e3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box:hover {
  border-color: var(--color);
}
.prodet-page .prodet-3 .line {
  height: 5px;
  background-color: #f1f1f1;
  position: relative;
}
.prodet-page .prodet-3 .line i {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .text {
  color: #747474;
}
.service-page .service-1 hr {
  width: 124px;
  height: 3px;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-1 .list {
  padding-left: 7%;
  padding-right: 7%;
}
.service-page .service-1 .list li {
  height: 100%;
}
.service-page .service-1 .list .box {
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.service-page .service-1 .list .box i {
  width: 2em;
  height: 2em;
}
.service-page .service-1 .list .box i img {
  max-height: 100%;
}
.service-page .service-1 .list .box span.h6 {
  line-height: 1.2;
  width: 100%;
  min-height: 2.4em;
}
.service-page .service-1 .list .box .text {
  margin-bottom: auto;
}
.service-page .service-1 .list .box span.num {
  line-height: 1;
}
.service-page .service-1 .list .box:hover {
  border-color: var(--color);
}
.service-page .service-1 .list .slickBtn div {
  background-color: #f5f4f2;
  color: black;
}
.service-page .service-1 .list .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
.service-page .service-2 {
  background-color: #f5f5f5;
}
.service-page .service-2 .left .text {
  color: #5c5c5c;
}
.service-page .service-2 .left .more {
  min-width: 8.75em;
  height: 2.25em;
  border-radius: 0.20833333em;
  background-color: var(--color);
  color: white;
  font-weight: 500;
}
.service-page .service-2 .left .more:hover {
  background-color: black;
}
.service-page .service-2 .right li {
  border-bottom: 1px solid #c2c2c2;
}
.service-page .service-2 .right li span.h6 {
  line-height: 1.2;
}
.service-page .service-2 .right li span.h6 i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .right li .text {
  color: var(--color);
  font-weight: 500;
  font-family: "Montserrat";
}
.service-page .service-2 .right li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.service-page .service-3 .top {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.service-page .service-3 .top:before {
  content: '';
  width: 17%;
  height: 2px;
  position: absolute;
  background-color: var(--color);
  bottom: -1px;
  left: 0;
}
.service-page .service-3 .top .search {
  width: 360px;
  max-width: 100%;
  background-color: #f5f7fa;
  height: 3.625em;
  padding: 0 3.25em;
}
.service-page .service-3 .top .search input {
  width: 100%;
}
.service-page .service-3 .top .search input,
.service-page .service-3 .top .search button {
  border: none;
  background-color: transparent;
}
.service-page .service-3 .pdf .box {
  background-color: #efefef;
}
.service-page .service-3 .pdf .box .text {
  color: #717171;
}
.service-page .service-3 .pdf .box .btn a {
  height: 2.82352941em;
  padding: 0 0.47058824em;
  background-color: var(--color);
  color: white;
  font-family: "Montserrat";
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .pdf .box .btn a i {
  font-size: 1.3em;
  line-height: 1;
}
.service-page .service-3 .pdf .box .btn a:hover {
  background-color: black;
}
.sustainable-page .sustainable-1 {
  color: white;
}
.sustainable-page .sustainable-1 .text {
  max-width: 1560px;
  /*margin-left: auto;
  margin-right: auto;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;*/
}
.sustainable-page .sustainable-1 .text::-webkit-scrollbar-track {
  margin: 0 0 100px 0;
}
/*.sustainable-page .sustainable-1 .bg {
  height: 34.375vw;
}*/
.sustainable-page .sustainable-2 .left span {
  z-index: -1;
  transition: .5s;
  top: 0;
  left: 0;
}
.sustainable-page .sustainable-2 .left span.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-2 .right li {
  border-bottom: 1px solid #e3e0de;
  line-height: 1.2;
}
.sustainable-page .sustainable-2 .right li span.num {
  font-weight: 500;
  font-family: "Montserrat";
  opacity: .8;
}
.sustainable-page .sustainable-2 .right li i.btn {
  width: 1em;
  height: 1em;
  position: relative;
  margin-top: .3em;
  cursor: pointer;
  cursor: hand;
}
.sustainable-page .sustainable-2 .right li i.btn:before,
.sustainable-page .sustainable-2 .right li i.btn:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #030303;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-2 .right li i.btn:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sustainable-page .sustainable-2 .right li .more {
  height: 3em;
  min-width: 13.125em;
  padding: 0 1em;
  border-radius: 0.3125em;
  background-color: var(--color);
  color: white;
  font-family: "Montserrat";
  font-weight: 500;
}
.sustainable-page .sustainable-2 .right li .more i {
  background-color: transparent;
  width: auto;
  height: auto;
}
.sustainable-page .sustainable-2 .right li .more:hover {
  background-color: black;
}
.sustainable-page .sustainable-2 .right li .text {
  color: #494949;
  min-height: 90px;
}
.sustainable-page .sustainable-2 .right li.active i.btn:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sustainable-page .sustainable-3 {
  background-color: #f0efee;
}
.sustainable-page .sustainable-3 .text {
  color: #5b5b5b;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.sustainable-page .sustainable-3 img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1700px) {
  .capacity-page .capacity-2 .slickBtn div {
    background-color: black;
  }
  .capacity-page .capacity-2 .slickBtn div.prev {
    left: -1em;
  }
  .capacity-page .capacity-2 .slickBtn div.next {
    right: -1em;
    left: auto;
  }
  .sustainable-page .sustainable-3 img {
    max-width: 110px;
  }
}
@media screen and (max-width: 1250px) {
  .sustainable-page .sustainable-3 img {
    max-width: 80px;
  }
  .mbx .link {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    height: auto;
  }
  .about-page .about-1 .content {
    position: static;
  }
  .about-page .about-1 .content .text {
    max-height: none;
    padding-right: 0;
  }
  .font-26,
  .font-24,
  .font-20 {
    font-size: 16px;
  }
  .font-28,
  .font-32,
  .font-30 {
    font-size: 18px;
  }
  .font-34,
  .font-36 {
    font-size: 20px;
  }
  .product-page .product-2 .left {
    position: static;
  }
  .product-page .product-2 .left .nav {
    display: none;
  }
  .service-page .service-3 .top .search {
    width: 300px;
    height: 3em;
    padding: 0 1em;
  }
  .about-page .about-3 .list .slide .bottom {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .sustainable-page .sustainable-1 .bg {
    height: auto;
  }
  .sustainable-page .sustainable-2 .right li .text {
    min-height: auto;
  }
  .product-page .product-2 .right .list li .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-1 .slickBtn .prev {
    left: .5em;
  }
  .product-page .product-1 .slickBtn .next {
    right: .5em;
  }
  .contact-page .contact-2 .img {
    height: 40vw;
  }
  .capacity-page .capacity-1 .left {
    width: 100%;
    padding-bottom: 2em;
  }
  .capacity-page .capacity-1 .left ul {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1em;
  }
  .capacity-page .capacity-1 .left ul:before {
    display: none;
  }
  .capacity-page .capacity-1 .right {
    width: 100%;
  }
  .capacity-page .capacity-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aboutDet-page .aboutDet-1 .number span.h6 sub {
    font-size: 14px;
  }
  .about-page .about-5 .right {
    display: none;
  }
  .about-page .about-5 .left {
    width: 100%;
  }
  .about-page .about-3 .list .slide .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .list .slide .top span.h6 {
    width: 100%;
  }
  .about-page .about-3 .list .slide .top .text {
    width: 80%;
  }
  .capacity-page .capacity-1 .left {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .about-page .about-2 ul li {
    width: 40%;
  }
  .contact-page .contact-3 iframe {
    height: 50vw;
  }
  .product-page .product-2 .right .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-2 .right .list li .img-box {
    width: 100%;
  }
  .product-page .product-2 .right .list li .content {
    width: 100%;
    padding: 15px 0;
  }
  .service-page .service-1 .list .slickBtn div.prev {
    left: -10px;
  }
  .service-page .service-1 .list .slickBtn div.next {
    right: -10px;
  }
  .sustainable-page .sustainable-2 .right li .more {
    zoom: .9;
  }
}
.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: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: none;
  filter: none;
}

.t_1 {
  transition: .5s;
}
.shopContC {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 22;
}
.shopCont {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.shopCont .contentC {
  height: 100%;
  max-width: 730px;
  width: 96%;
  background-color: #fff;
  margin-left: auto;
}
.shopCont .contentC .titleC {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  line-height: 1;
  font-weight: 500;
}
.shopCont .contentC .titleC i {
  cursor: pointer;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.45);
}
.shopCont .contentC .titleC i:hover {
  color: #000;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shopCont .contentC .listContC {
  padding: 20px;
  padding-right: 10px;
  height: -webkit-calc(40%);
  height: -moz-calc(40%);
  height: calc(100% - 60px);
}
.shopCont .contentC .listContC .listThumb {
  overflow-y: auto;
  height: 100%;
}
.shopCont .contentC .listContC ul .box {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.shopCont .contentC .listContC ul .box .img {
  width: 140px;
  border: 1px solid #f2f2f2;
}
.shopCont .contentC .listContC ul .box .img img {
  width: 100%;
}
.shopCont .contentC .listContC ul .box .cont {
  width: -webkit-calc(-40%);
  width: -moz-calc(-40%);
  width: calc(100% - 140px);
  padding: 0 10px;
}
.shopCont .contentC .listContC ul .box .cont .title {
  font-weight: bold;
}
.shopCont .contentC .listContC ul .box .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.shopCont .contentC .listContC ul .box .cont .btnC .btn {
  min-width: 140px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}
.shopCont .contentC .listContC ul .box .cont .btnC .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.shopCont .contentC .listContC .formCont form input,
.shopCont .contentC .listContC .formCont form textarea {
  margin-top: 10px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  border: 1px solid #bdbdbd;
  padding: 8px 10px;
  border-radius: 5px;
}
.shopCont .contentC .listContC .formCont form .wid-100 {
  width: 100%;
}
.shopCont .contentC .listContC .formCont form .submit {
  width: 130px;
  text-align: center;
  cursor: pointer;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  border: none;
  font-weight: 500;
}
.shopCont .contentC .listContC .formCont form .submit:hover {
  background-color: #000;
}
.shopCont.shopContActive {
  left: 0;
}

@media screen and (min-width:1560px){
.sustainable-page .sustainable-1 .h2{
  min-width: 1560px;
}
}

#sidebar ul li.ewm{
  position: relative;
}
#sidebar ul li.ewm #ewm{
  position: absolute;
  right: 100%;
  width: 100px;
  height: 100px;
  bottom: 0;
  border: 8px solid #ffffff;
  background: #ffffff;
  transform: translate(200%);
  transition: .5s;
}
#sidebar ul li.ewm:hover #ewm{
  transform: translate(0);
}