@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.eot');
  src: url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Medium.woff2') format('woff2'), url('../fonts/DMSans-Medium.woff') format('woff'), url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.eot');
  src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Bold.woff2') format('woff2'), url('../fonts/DMSans-Bold.woff') format('woff'), url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.eot');
  src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Regular.woff2') format('woff2'), url('../fonts/DMSans-Regular.woff') format('woff'), url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "DM Sans";
  max-width: 1920px;
  --color: #da251c;
  font-weight: normal;
  margin: 0 auto;
  
}
.container {
  width: 1630px;
}
.container2 {
  width: 1830px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 110px;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
  width: 43%;
}
#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;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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 {
  height: 100%;
}
#header .nav .ui.menu .box .yuy ul {
  right: 0;
  left: auto;
}
#header.active {
  background-color: black;
}
#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;
}
.t {
  font-style: italic;
  text-shadow: 7px 0 5px rgba(0, 0, 0, 0.58);
}
span.h2 {
  line-height: 1.3;
}
.more {
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: black;
}
.text {
  line-height: 1.8125;
  color: #222;
  font-size: 16px;

}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
}
#banner li .content span.h2 {
  font-style: italic;
  text-shadow: 7px 0 5px rgba(0, 0, 0, 0.58);
  letter-spacing: -0.1em;
}
#banner li .content span.h6 {
  font-style: italic;
}
#banner li .content .more {
  color: white;
}
#banner li .content .right img {
  -webkit-transform: translateX(6%);
  -moz-transform: translateX(6%);
  -ms-transform: translateX(6%);
  transform: translateX(6%);
}
#index-body .init-1 {
  color: white;
}
#index-body .init-1 span.h2 {
  text-align: center;
  margin-bottom: -9.5%;
}
#index-body .init-1 .list img {
  margin: 0 auto;
}
#index-body .init-1 .line:before,
#index-body .init-1 .line:after {
  content: '';
  width: 100%;
  border-top: 1px white dashed;
}
#index-body .init-1 .dots {
  line-height: 1.2;
}
#index-body .init-1 .dots li {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .dots i {
  width: 1.07142857em;
  height: 1.07142857em;
  border-radius: 100%;
  border: 2px solid transparent;
  position: relative;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .dots i:before {
  content: '';
  width: 0.71428571em;
  height: 0.71428571em;
  border-radius: inherit;
  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%);
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .dots .slick-current li {
  color: var(--color);
}
#index-body .init-1 .dots .slick-current i {
  border-color: var(--color);
}
#index-body .init-1 .dots .slick-current i:before {
  background-color: var(--color);
  zoom: .8;
}
#index-body .init-2 .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
#index-body .init-2 .mask i {
  height: 100%;
  background-position: left center;
}
#index-body .init-2 .mask i:last-child {
  margin-left: -26%;
  -webkit-clip-path: polygon(68% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(68% 0, 100% 0, 100% 100%, 0 100%);
}
#index-body .init-2 .box .left {
  padding-right: 7%;
}
#index-body .init-2 .box .left span.h2 {
  font-style: italic;
}
#index-body .init-2 .box .left .slickBtn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
#index-body .init-2 .box .left .slickBtn div {
  width: 8.5em;
  height: 3.3em;
  border-radius: 0;
}
#index-body .init-2 .box .left .slickBtn div i {
  -webkit-transform: skewX(35deg);
  -moz-transform: skewX(35deg);
  -ms-transform: skewX(35deg);
  transform: skewX(35deg);
}
#index-body .init-2 .box .left .slickBtn div.next {
  background-color: #454545;
  margin-left: 0;
}
#index-body .init-2 .box .left .slickBtn div.prev {
  background-color: #c2c2c2;
}
#index-body .init-2 .box .left .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .init-2 .box .right {
  padding-right: 5%;
  padding-left: 5%;
  color: white;
}
#index-body .init-2 .box .right ul {
  position: relative;
}
#index-body .init-2 .box .right ul:before {
  content: '';
  width: 40%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: white;
}
#index-body .init-2 .box .right .slick-list {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .box .right .slick-list .slick-slide {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .init-2 .box .right .img {
  padding: 8px 0;
}
#index-body .init-3 {
  padding-top: 29%;
  position: relative;
  z-index: 2;
}
#index-body .init-3 span.h2 {
  line-height: .65;
  font-style: italic;
  text-shadow: 7px 0 5px rgba(0, 0, 0, 0.58);
  color: white;
  letter-spacing: -0.2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-3 .img {
  margin-right: 3%;
  width: 100%;
  text-align: center;
  padding-right: 7%;
}
#index-body .init-3 .img .mask {
  position: absolute;
  right: 0;
  width: 110%;
  height: 150%;
  top: 55%;
  -webkit-transform: translateY(-50%) skewX(-28deg);
  -moz-transform: translateY(-50%) skewX(-28deg);
  -ms-transform: translateY(-50%) skewX(-28deg);
  transform: translateY(-50%) skewX(-28deg);
  background-color: var(--color);
  overflow: hidden;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  z-index: -1;
}
#index-body .init-3 .img .mask i {
  background-position: center bottom;
  background-size: 90% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(28deg);
  -moz-transform: skewX(28deg);
  -ms-transform: skewX(28deg);
  transform: skewX(28deg);
}
#index-body .init-3 .img a.more {
  color: white;
}
#index-body .bg {
  z-index: 1;
}
#index-body .bg .mask {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 65.5% auto;
}
#index-body .init-4 span.tag {
  color: var(--color);
  line-height: 1;
}
#index-body .init-4 span.h2 {
  line-height: 1.23529412;
}
#index-body .init-4 span.h6 {
  line-height: 1;
}
#index-body .init-4 span.h6 sub {
  vertical-align: baseline;
  margin-left: 1em;
}
#index-body .init-5 span.h2 {
  font-style: italic;
}
#index-body .init-5 .list i {
  width: 1em;
  height: 1em;
}
#index-body .init-5 .list i img {
  max-height: 100%;
  max-width: 100%;
}
#index-body .init-6 {
  background-color: #212225;
  color: white;
  position: relative;
}
#index-body .init-6:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #212227), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #212227 30%, transparent);
  background-image: -moz-linear-gradient(bottom, #212227 30%, transparent);
  background-image: linear-gradient(to top, #212227 30%, transparent);
  z-index: 1;
}
#index-body .init-6 .list > ul img {
  height: 20.3125vw;
  max-height: 390px;
}
#index-body .init-6 .list div ul {
  direction: rtl;
}
#index-body .init-6 .list div ul img {
  height: 25.52083333vw;
  max-height: 490px;
}
#index-body .init-6 .content {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#index-body .init-6 .content span.h2 {
  font-style: italic;
}
#index-body .init-6 .content span.h2 em {
  color: var(--color);
}
#index-body .init-6 .content .text {
  color: inherit;
}
#index-body .init-6 .content a.more:hover {
  color: white;
}
#index-body .init-7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-7:before {
  content: '';
  width: 45%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: url("../images/init-7-1-bg.png");
  background-size: auto 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#index-body .init-7 .list {
  margin-left: 35%;
}
#index-body .init-7 span.h2 {
  font-style: italic;
  text-shadow: 7px 0 5px rgba(0, 0, 0, 0.58);
  color: white;
  white-space: nowrap;
  line-height: .65;
  letter-spacing: -0.1em;
  margin-left: -0.4em;
}
#index-body .init-7 span.h6 {
  line-height: 1.33333333;
}
#index-body .init-7 .text {
  line-height: 1.33333333;
}
#footer {
  color: white;
  background-color: black;
}
#footer .form span.h6 {
  font-weight: 500;
  letter-spacing: .075em;
}
#footer .form form ul li {
  position: relative;
  z-index: 1;
}
#footer .form form ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(166, 168, 172, 0.15);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
#footer .form form ul li input {
  background-color: transparent;
  border: none;
  padding: 0 1.5em;
  height: 3.26315789em;
  width: 100%;
}
#footer .form form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .form form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .form form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .form form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .form form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .form form ul li:last-child:before {
  background-color: var(--color);
}
#footer .form form ul li:last-child:hover:before {
  opacity: .8;
}
#footer .box .info {
  max-width: 370px;
  color: #a8a8a8;
  line-height: 1.5;
}
#footer .box .info i {
  color: white;
}
#footer .box span.h6 {
  line-height: 1;
}
#footer .box .nav {
  color: #a8a8a8;
  line-height: 2;
}
#footer .box .nav a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .nav a:hover {
  color: white;
}
#footer .box .nav li ul {
  display: none;
}
#footer .box #ewm {
  max-width: 110px;
  border: 4px solid white;
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: white;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .logo img {
    max-height: 40px;
  }
  #header .nav .ui.menu {
    height: 80px;
  }
  .font-em-20 {
    font-size: 1.8em;
  }
  #banner li .content .right img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-2 .box .left .slickBtn {
    font-size: 16px;
  }
  .font-em-40 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1450px) {
  .font-em-20 {
    font-size: 1.6em;
  }
  .font-em-40 {
    font-size: 3.2em;
  }
  #index-body .init-2 .box .right {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1250px) {
  .font-em-20 {
    font-size: 1.4em;
  }
  .font-em-40 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .box .right {
    display: none;
  }
  #index-body .init-2 .box .left {
    width: 100%;
  }
  #index-body .init-2 .mask i:last-child {
    display: none;
  }
  #index-body .init-2 .mask i:first-child {
    width: 100%;
  }
  #index-body .init-2 .box .left .slickBtn {
    display: none;
  }
  #index-body .init-2 {
    padding-bottom: 6%;
  }
  .font-em-20 {
    font-size: 1.2em;
  }
  .font-em-40 {
    font-size: 2.4em;
  }
  #index-body .bg .mask {
    display: none;
  }
  #index-body .init-7 .list {
    margin-left: 0;
  }
  #index-body .init-7:before {
    display: none;
  }
  #footer .box .slide {
    display: none;
  }
  #footer .box .slide:first-child {
    display: block;
  }
  #footer .box .slide .logo img {
    max-height: 40px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content span.h6 {
    display: none;
  }
  #banner li .content .more {
    width: 100%;
    margin-top: 1em;
  }
  #footer .form form ul li:before {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  #footer .form form ul {
    padding-right: 0;
  }
  #footer .form form ul li input {
    padding: 0 1em;
    height: 2.8em;
  }
  #index-body .init-6 .content {
    position: relative;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 1;
    margin-top: 5%;
  }
  #index-body .init-3 .img {
    display: none;
  }
  .font-em-20 {
    font-size: 1em;
  }
  .font-em-40 {
    font-size: 2em;
  }
}


.inner-banner {
    position: relative;
}
.inner-banner .ui.container {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inner-banner .ui.container h2 {
    font-size: 42px;
    line-height: 1.4;
    font-weight: bold;
    color: white;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-style: italic;
}
.inner-banner .ui.container .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
    font-size: 18px;
    color: white;
}
.inner-banner .ui.container .box .mbx a {
    position: relative;
    padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--color);
}
.inner-banner .ui.container .box .more_btn .more {
    border-color: rgba(255, 255, 255, 0.6);
    color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
    background: var(--color);
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.about-page .about-1 {
    padding-top: 110px;
}
.about-page .about-1 .top {
    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;
    padding-left: 100px;
}
.about-page .about-1 .top .i-title {
    margin-left: 40px;
    font-style: italic;
}
.about-page .about-1 .box {
    position: relative;
    background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
    background: -webkit-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
    background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
    background: linear-gradient(to left, #fafafa 66%, transparent 66% 100%);
    padding: 100px 0;
    margin-top: 65px;
    background: url(../images/about-bg.png) no-repeat left bottom;
}
.about-page .about-1 .box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
}
.about-page .about-1 .box ul li {
    width: 30%;
    background: #004795;
    margin: 0 10px;
    color: white;
    padding: 25px 20px 60px;
}
.about-page .about-1 .box ul li .h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 34px 0 3px;
}
.about-page .about-1 .box ul li .h3 em {
    font-size: 49px;
}
.about-page .about-1 .box ul li p {
    font-size: 16px;
}
.about-page .about-1 .box ul li:first-child {
    background: var(--color);
}
.about-page .about-1 .box .play {
    width: 165px;
    height: 165px;
    border-radius: 100%;
    text-align: center;
    line-height: 165px;
    position: relative;
    cursor: pointer;
    position: absolute;
    right: 250px;
    top: -110px;
}
.about-page .about-1 .box .play img {
    vertical-align: middle;
}
.about-page .about-1 .box .play::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about-page-circle.png) no-repeat;
    -webkit-animation: 20s 0.3s rotate linear infinite;
    -moz-animation: 20s 0.3s rotate linear infinite;
    animation: 20s 0.3s rotate linear infinite;
}
.about-page .about-1 .box .wrap .left {
    width: 40%;
}
.about-page .about-1 .box .wrap .right {
    width: 60%;
    padding-left: 50px;
    padding-right: 260px;
}
.about-page .about-1 .box .wrap .right .content {
    font-size: 18px;
    line-height: 2;
    opacity: 0.73;
}
.about-page .about-2 {
    background: url(../images/factory-bg.jpg) center;
    background-size: cover;
    color: white;
    padding-top: 130px;
    padding-bottom: 80px;
}
.about-page .about-2 .top {
    position: relative;
    margin-bottom: 80px;
}
.about-page .about-2 .top .i-tag {
    padding-top: 20px;
}
.about-page .about-2 .top .i-title {
    width: 45%;
    margin-left: 40px;
    font-style: italic;
}
.about-page .about-2 .top .more_btn {
    position: absolute;
    right: 0;
}
.about-page .about-2 .top .more_btn .arrow {
    background: white;
}
.about-page .about-2 .top .more_btn .arrow img {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.about-page .about-2 .top .more_btn .more {
    border-color: white;
    color: white;
}
.about-page .about-2 .list {
    padding-left: 230px;
}
.about-page .about-2 .list ul {
    margin: -11px;
}
.about-page .about-2 .list ul .slick-list {
    padding-right: 30%;
}
.about-page .about-2 .list ul li {
    padding: 11px;
}
.about-page .about-2 .list ul li .box {
    position: relative;
    border-bottom: 2px solid var(--color);
}
.about-page .about-2 .list ul li .box .h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 80px 20px 10px;
}
.about-page .about-2 .list ul li .box .arrow {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 100%;
    display: inline-block;
    background: white;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.about-page .about-2 .list ul li .box .arrow img {
    vertical-align: middle;
    display: inline-block;
}
.about-page .about-2 .list .btn {
    margin-top: 20px;
}
.about-page .about-2 .list .btn span {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: white;
    margin-right: 15px;
    cursor: pointer;
}
.about-page .about-2 .list .btn span img {
    vertical-align: middle;
}
.about-page .about-2 .list .btn span.prev img {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.about-page .about-2 .list .btn span.next img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.about-page #index-body .i-advantage {
    background: url(../images/about-page-3-bg.png) no-repeat right top;
}
.about-page #index-body .i-advantage.honor {
    background: white;
}
.about-page #index-body .i-advantage.honor .bg {
    height: 75%;
    width: 100%;
    top: 0;
    z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
    margin-bottom: 45px;
}
.about-page .about-3 {
    padding-bottom: 130px;
}
.about-page .about-3 .left {
    width: 20%;
    padding-top: 30px;
}
.about-page .about-3 .right {
    width: 80%;
}
.about-page .about-3 .right ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px 0;
    padding-right: 270px;
}
.about-page .about-3 .right ul li .h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.about-page .about-3 .right ul li p {
    font-size: 16px;
    line-height: 25px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #5e5e5e;
}
.about-page .about-3 .right ul li .time {
    font-size: 20px;
    background: var(--color);
    color: white;
    height: 40px;
    line-height: 44px;
    border-radius: 20px;
    position: absolute;
    right: 50px;
    top: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 0 50px;
}
.about-page .about-3 .right ul li:first-child {
    padding-top: 0;
}
.about-page .about-3 .right ul li:hover .h3,
.about-page .about-3 .right ul li.active .h3 {
    font-size: 45px;
}
.about-page .about-3 .right ul li:hover p,
.about-page .about-3 .right ul li.active p {
    font-size: 20px;
}
.about-page .about-3 .right ul li:hover .time,
.about-page .about-3 .right ul li.active .time {
    opacity: 0;
}
.about-page .about-num {
    padding: 75px 0 90px;
}
.about-page .about-num ul {
    margin: -25px;
}
.about-page .about-num ul li {
    padding: 25px;
}
.about-page .about-num ul li p {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    margin-bottom: 17px;
}
.about-page .about-num ul li .h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color);
    line-height: 1;
}
.about-page .about-num ul li .h2 em {
    font-size: 50px;
}
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes fade-in-left {
    0% {
        -moz-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes fade-in-right {
    0% {
        -moz-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.m-page {
    text-align: center;
    margin-top: 50px;
}
.m-page a,
.m-page span {
    width: 50px;
    height: 50px;
    background: #dfdfdf;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: white;
    border-radius: 100%;
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
    line-height: 50px;
    font-size: 18px;
}
.m-page a:hover,
.m-page span {
    background: var(--color);
}
.w-100 {
    width: 100%;
}
.hose-page .hose-1 {
    padding-top: 160px;
}
.hose-page .hose-1 .left {
    width: 30%;
    padding-top: 20px;
}
.hose-page .hose-1 .right {
    width: 70%;
    font-style: italic;
}
.hose-page .hose-1 .right .content {
    font-size: 18px;
    line-height: 2;
    color: #5e5e5e;
    margin-top: 45px;
}
.hose-page .hose-2 {
    padding-top: 90px;
}
.hose-page .hose-2 .h2 {
    position: absolute;
    font-size: 60px;
    line-height: 1;
    left: 43px;
    bottom: -22px;
    z-index: 11;
}
.hose-page .hose-3 {
    padding-top: 70px;
    padding-bottom: 110px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
    background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
    background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
    background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 .left {
    width: 30%;
}
.hose-page .hose-3 .right {
    width: 70%;
}
.hose-page .hose-3 .right .txt {
    font-size: 18px;
    line-height: 2;
    color: #5e5e5e;
    margin-bottom: 100px;
}
.hose-page .hose-3 ul {
    margin: -10px;
}
.hose-page .hose-3 ul li {
    padding: 10px;
}
.hose-page .hose-3 ul li .content {
    background: #fff;
    padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
    font-size: 18px;
    line-height: 2;
    color: #5e5e5e;
    margin-top: 10px;
}
.hose-page .hose-4 .left {
    vertical-align: middle;
}
.hose-page .hose-4 .right {
    padding: 0 260px 0 130px;
    vertical-align: middle;
}
.hose-page .hose-4 .right .i-title {
    margin: 18px 0 20px;
}
.hose-page .hose-4 .right .txt {
    font-size: 18px;
    line-height: 25px;
    color: #5e5e5e;
}
.hose-page .hose-4 .right ul li {
    border-top: 1px solid #eee;
    position: relative;
    padding-left: 112px;
    padding-top: 60px;
    padding-bottom: 47px;
}
.hose-page .hose-4 .right ul li .h5 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
.hose-page .hose-4 .right ul li p {
    font-size: 20px;
    line-height: 1.8;
    color: #5e5e5e;
    margin-top: 12px;
}
.hose-page .hose-4 .right ul li:first-child {
    border-top: none;
}
.hose-page .hose-4 .right ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 100%;
    /*background: url(../images/icon.png) no-repeat left center;*/
}
.hose-page .hose-4 .right ul li:nth-child(1)::after{
    background: url(../images/a-a.png) no-repeat left center;
}
.hose-page .hose-4 .right ul li:nth-child(2)::after{
    background: url(../images/b-b.png) no-repeat left center;
}
.hose-page .hose-5 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #111111), color-stop(83%, white));
    background: -webkit-linear-gradient(top, #111111 83%, white 83% 100%);
    background: -moz-linear-gradient(top, #111111 83%, white 83% 100%);
    background: linear-gradient(to bottom, #111111 83%, white 83% 100%);
    padding-top: 110px;
}
.hose-page .hose-5 .top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    margin-bottom: 65px;
}
.hose-page .hose-5 .top .i-tag {
    padding-top: 20px;
    margin-right: 40px;
}
.hose-page .hose-5 .top .more_btn {
    position: absolute;
    right: 0;
    top: 15px;
}
.hose-page .hose-5 .top .more_btn .more {
    border-color: white;
    color: white;
}
.hose-page .hose-5 .top .more_btn .arrow {
    background: white;
}
.hose-page .hose-5 .top .more_btn .arrow img {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.hose-page .hose-5 ul .slick-list {
    padding-bottom: 110px;
}
.hose-page .hose-5 ul li {
    position: relative;
}
.hose-page .hose-5 ul li .content {
    position: absolute;
    left: 0;
    top: 53%;
    width: 35%;
    border-bottom: 3px solid var(--color);
    background: white;
    padding: 120px 45px 45px;
}
.hose-page .hose-5 ul li .content .h4 {
    font-size: 37px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 90px;
}
.hose-page .hose-5 ul li .content .more_btn .more::after {
    color: black;
}
.hose-page .hose-5 ul .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.hose-page .hose-5 ul .slick-dots li {
    width: 50%;
    margin: 0 10px;
    height: 1px;
    background: #acacac;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.hose-page .hose-5 ul .slick-dots li button {
    position: absolute;
    left: 0;
    bottom: 5px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    color: var(--color);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.hose-page .hose-5 ul .slick-dots li.slick-active {
    background: var(--color);
}
.hose-page .hose-5 ul .slick-dots li.slick-active button {
    opacity: 1;
}
.hose-page .hose-6 {
    padding: 130px 0 130px;
    background: url(../images/hose-form-bg.png) no-repeat left bottom;
}
.hose-page .hose-6 .top {
    width: 90%;
    margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
    margin: 25px 0 12px;
    font-style: italic;
}
.hose-page .hose-6 .top .txt {
    font-size: 20px;
    line-height: 1.8;
    color: #5e5e5e;
}
.hose-page .hose-6 .form {
    position: relative;
}
.hose-page .hose-6 .form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hose-page .hose-6 .form form input {
    font-size: 18px;
    border: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    height: 50px;
}
.hose-page .hose-6 .form form input[name="content"] {
    width: 100%;
}
.hose-page .hose-6 .form form .more_btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hose-page .hose-6 .form form .more_btn .more::after {
    color: black;
}
.hose-page .hose-6 .form form button {
    border: none;
    background-color: var(--color);
    color: white;
    padding: .8em 2.5em;
    line-height: 1.2;
}
.elementor-widget-container {
    margin: 80px 0 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
    content: "";
    width: 1px;
    height: -webkit-calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: calc(100% - 5px);
    background-color: #dfe1e7;
    position: absolute;
    top: 5px;
    left: -webkit-calc(50% + 50px);
    left: -moz-calc(50% + 50px);
    left: calc(50% + 50px);
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-content-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: -webkit-calc(50% - 60px);
    -ms-flex-preferred-size: calc(50% - 60px);
    flex-basis: -moz-calc(50% - 60px);
    flex-basis: calc(50% - 60px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item {
    padding: 0 0 37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: calc(50% - 60px);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image img {
    /*height: 100%;*/
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    opacity: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    will-change: transform;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
    opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number {
    margin-right: 50px;
    margin-top: 5px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number {
    height: 60px;
    line-height: 60px;
    width: 60px;
    -webkit-box-shadow: 0 0 0 1px #dfe1e7;
    box-shadow: 0 0 0 1px #dfe1e7;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    color: var(--text);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number {
    -webkit-box-shadow: 0 0 0 1px var(--color);
    box-shadow: 0 0 0 1px var(--color);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number span {
    opacity: .2;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number span {
    opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-info .scroll-timeline-desc {
    font-size: 16px;
    line-height: 2;
    color: #5e5e5e;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
    opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-subheading {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text_light);
    margin-bottom: 7px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.8;
    font-style: italic;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
    width: 1px;
    background-color: var(--color);
    position: absolute;
    top: 5px;
    left: -webkit-calc(50% + 50px);
    left: -moz-calc(50% + 50px);
    left: calc(50% + 50px);
    overflow: hidden;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image {
    -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: auto;
    z-index: 4;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image * {
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number {
    -webkit-box-shadow: 0 0 0 1px var(--color);
    box-shadow: 0 0 0 1px var(--color);
}
.contact-page .contact-2 ul {
    margin: 0 -70px;
    padding: 70px 0;
    border-radius: 0 0 50px 50px;
}
.contact-page .contact-2 ul li {
    padding: 0 70px;
    text-align: center;
}
.contact-page .contact-2 ul li .h4 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-style: italic;
}
.contact-page .contact-2 ul li p {
    font-size: 18px;
    line-height: 2;
    padding-top: 26px;
}
.news-page {
    padding: 100px 0;
}
.news-page ul {
    margin: -15px;
}
.news-page ul li {
    padding: 15px;
}
.news-page ul li .box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 50px;
    border-radius: 12px;
    background: url(../images/news-bg.png) no-repeat left bottom;
    background-size: cover;
}
.news-page ul li .box .time {
    font-size: 18px;
    opacity: 0.8;
}
.news-page ul li .box .h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 12px 0 20px;
    min-height: 165px;
    line-height: 1.8;
}
.news-page ul li .box .content {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
}
.news-page ul li .box .more_btn .more::after {
    color: black;
}
.newdet-page {
    padding: 100px 0;
}
.newdet-page .newdet-1 {
    text-align: left;
}
.newdet-page .newdet-1 h1 {
    font-size: 45px;
    font-weight: bold;
        font-style: italic;
}
.newdet-page .newdet-1 .time {
    font-size: 18px;
    opacity: 0.8;
    margin: 20px 0;
}
.newdet-page .newdet-1 .content {
    font-size: 18px;
    line-height: 2;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 30px 0;
}
.newdet-page .newdet-1 .m-link{
    text-align: left;
}
.gallery-page {
    padding: 100px 0;
}
.gallery-page ul{
    margin: -15px;
}
.gallery-page ul li{
    padding: 15px;
}
.gallery-page ul li p{
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
}
@media screen and (max-width: 1600px) {
    .about-page .about-1 .box .wrap .right {
        padding-right: 120px;
    }
    .about-page .about-1 .box ul li {
        width: 40%;
    }
    .about-page .about-2 .list {
        padding-left: 90px;
    }
    .hose-page .hose-4 .right{
        padding: 0 50px;
    }
    .hose-page .hose-5 ul li .content .h4{
        font-size: 31px;
    }
}
@media screen and (max-width: 1400px) {
    .inner-banner .ui.container h2{
        font-size: 38px;
    }
    .about-page .about-1 .box ul li .h3 em {
        font-size: 30px;
    }
    .about-page .about-1 .box .play {
        right: 150px;
    }
    .about-page .about-3 .right ul li:hover .h3,
    .about-page .about-3 .right ul li.active .h3 {
        font-size: 34px;
    }
    .hose-page .hose-5 ul li .content{
        padding: 50px 30px 45px;
    }
    .hose-page .hose-5 ul li .content .h4{
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .inner-banner .ui.container h2 {
        font-size: 30px;
    }
    .about-page .about-1 .box .wrap .right {
        padding-right: 60px;
    }
    .about-page .about-2 .list ul li .box .h4 {
        font-size: 20px;
    }
    .hose-page .hose-2 .h2{
        font-size: 43px;
    }
    .hose-page .hose-3 .right .txt{
        margin-top: 15px;
    }
    .hose-page .hose-4 .right ul li .h5{
        font-size: 24px;
    }
    .seoNews.news-page ul li{
        width: auto !important;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .box .wrap .left {
        width: 100%;
    }
    .about-page .about-1 .box .wrap .right {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .about-1 .top {
        padding-left: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-1 .top .i-title {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        line-height: 2;
    }
    .inner-banner .ui.container h2 {
        font-size: 26px;
    }
    .inner-banner .ui.container .box .mbx{
        font-size: 15px;
    }
    .about-page .about-1 .box ul {
        width: 75%;
    }
    .about-page .about-1 .box .play {
        right: 35px;
    }
    .about-page .about-2 .list {
        padding-left: 20px;
    }
    .about-page .about-2 .top .more_btn {
        position: relative;
        left: 0;
        top: 30px;
    }
    .about-page .about-2 .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 .top .i-title {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .about-page .about-3 .left {
        width: 100%;
        padding-top: 0;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .about-3 .right ul li .h3 {
        font-size: 24px;
    }
    .about-page .about-3 .right ul li:hover .h3,
    .about-page .about-3 .right ul li.active .h3 {
        font-size: 25px;
    }
    .about-page .about-3 .right ul li:hover p,
    .about-page .about-3 .right ul li.active p {
        font-size: 16px;
    }
    .about-page .about-2 .list ul .slick-list {
        padding-right: 0;
    }
    .hose-page .hose-1 .left{
        width: 100%;
    }
    .hose-page .hose-1 .right{
        width: 100%;
    }
    .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image,
    .elementor-widget-rebuilto-scroll-timeline .timeline-content-image{
        display: none;
    }
    .elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before,
    .elementor-widget-rebuilto-scroll-timeline .timeline-line{
        left: 30px;
    }
    .hose-page .hose-4 .left,
    .hose-page .hose-3 .left{
        width: 100%;
    }
    .hose-page .hose-3 .right{
        width: 100%;
    }
    .hose-page .hose-4 .right{
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
    }
    .hose-page .hose-5 .top{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hose-page .hose-5 .top .more_btn{
        position: relative;
        left: 0;
        top: 0;
    }
    .hose-page .hose-5 ul li .content{
        width: 45%;
    }
    .hose-page .hose-5 ul li .content .h4{
        font-size: 24px;
        line-height: 1.2;
    }
    .hose-page .hose-6 .top{
        width: 100%;
    }
    .hose-page .hose-6{
        background: white;
        padding-bottom: 50px;
    }
    .contact-page .contact-2 ul li{
        padding: 0 15px;
    }
    .contact-page .contact-2 ul {
        margin: 0 -15px;
    }
    .newdet-page .newdet-1 h1{
        font-size: 34px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner > img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .inner-banner .ui.container .box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .inner-banner .ui.container .box .mbx {
        margin-bottom: 20px;
        line-height: 2;
    }
    .newdet-page{padding: 40px 0;}
    .newdet-page .newdet-1 h1{
        font-size: 26px;
        line-height: 1.3;
    }
    .about-page .about-1 .box ul {
        width: 100%;
    }
    .about-page .about-1 .box .play {
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
    }
    .about-page .about-1 .box .wrap .right {
        padding: 0 15px;
    }
    .about-page .about-3 .right ul li {
        padding-right: 0;
    }
    .about-page .about-3 .right ul li .time {
        position: relative;
        left: 0;
        display: inline-block;
        top: 12px;
    }
    .hose-page .hose-1{
        padding-top: 55px;
    }
    .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number{
        margin-right: 25px;
    }
    .hose-page .hose-2 .h2{
        font-size: 30px;
    }
    .hose-page .hose-6 .form{
        padding-right: 0;
    }
    .hose-page .hose-6 .form form .more_btn{
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .hose-page .hose-5 ul li .content{
        position: relative;
        width: 100%;
    }
    .hose-page .hose-5 .top .more_btn{
        margin-top: 20px;
    }
    .news-page ul li{
        width: 100% !important;
    }
    .news-page ul li .box .h3{
        min-height: auto;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .ui.container h2 {
        font-size: 20px;
    }
    .hose-page .hose-6 .form form{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hose-page .hose-6 .form form input{
        width: 100%;
    }
}

h1.zlfl {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

@media screen and (max-width: 1000px){
    a.longzhen,
    h2.nenegyuan {
        display: none !important;
    }
    a.longzhen {
        width: 375px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        display: inline-block;
    }
    h1.zlfl {
        font-size: 25px;
        line-height: 1.8;
    }
}
h1.zhejizh {
    display: inline;
}
.product-page span.h3 {
    font-weight: 500;
    font-size: 30px;
    display: block;
    line-height: 1.8;
}
.product-page .product-1 {
    padding: 90px 0 70px;
    background-image: url("../images/product-1-bg.png");
    background-size: cover;
    background-position: center;
    color: white;
}
.product-page .product-1 .left {
    padding-right: 2%;
}
.product-page .product-1 .left .mbx {
    color: white;
}
.product-page .product-1 .left span.h3 {
    text-transform: uppercase;
    margin: 1.5em 0 1.3em;
}
.product-page .product-1 .left .text {
    height: 10.8em;
    overflow: auto;
    padding-right: .5em;
}
.product-page .product-1 .right {
    padding-left: 6%;
    text-align: center;
}
.product-page .product-2 {
    padding: 60px 0 40px;
    background-color: #f6f6f6;
}
.product-page .product-2 .ovh {
    position: relative;
}
.product-page .product-2 .nav {
    display: block;
    font-size: 16px;
    overflow: auto;
    padding-bottom: 20px;
    margin: 0 -.7em;
    position: relative;
}
.product-page .product-2 .nav .slick-list {
    padding: 0 .8em;
}
.product-page .product-2 .nav span {
    padding: 0 .7em;
}
.product-page .product-2 .nav a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #000;
    transform: skewX(-20deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-2 .nav a {
    padding: 1.2em 1em;
    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;
    white-space: nowrap;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.4em;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
.product-page .product-2 .nav a img {
    margin-right: 1em;
    height: 1.5em;
}
.product-page .product-2 .nav a:hover:before {
    background-color: var(--color);
}
.product-page .product-2 .nav .slick-current a:before {
    background-color: #000;
}
.product-page .product-2 .btn {
    font-size: 30px;
    margin-top: .6em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.product-page .product-2 .btn div {
    width: 2em;
    height: 2em;
    background-color: white;
    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;
    color: #3d3d3d;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: 5px;
}
.product-page .product-2 .btn div:hover {
    background-color: var(--color);
    color: white;
}
.product-page .product-3 {
    padding: 100px 0 150px;
}
.product-page .product-3 .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-page .product-3 .title span.h3 {
    margin-right: 1em;
    text-transform:capitalize;
}
.product-page .product-3 .title .select {
    font-weight: 300;
    font-size: 14px;
    position: relative;
}
.product-page .product-3 .title .select span {
    width: 360px;
    padding: .5em 1.5em;
    border: 2px solid #dcdcdc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    cursor: hand;
}
.product-page .product-3 .title .select ul {
    position: absolute;
    top: 100%;
    background-color: white;
    width: 100%;
    left: 0;
    padding: 1em;
    border: 1px solid #eee;
    display: none;
    z-index: 2;
}
.product-page .product-3 .title .select ul li {
    padding: .5em 0;
}
.product-page .product-3 .title .select ul li a {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-3 .title .select ul li a:hover {
    color: var(--color);
}
.product-page .product-3 .title .select:hover ul {
    display: block;
}
.product-page .product-3 .text {
    font-weight: 300;
    margin-top: 3em;
}
.product-page .product-3 .list {
    margin-top: 60px;
}
.prodet-page .prodet-1 {
    padding: 100px 0;
}
.prodet-page .prodet-1 .mbx {
    margin-bottom: 1em;
}
.prodet-page .prodet-1 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-1 .box .left {
    width: 48%;
    padding-right: 8%;
}
.prodet-page .prodet-1 .box .left span.h2 {
    margin-top: .7em;
    font-style: italic;
}
.prodet-page .prodet-1 .box .left .text {
    margin: 2.4em 0;
    font-weight: 300;
    line-height: 2.2;
}
.prodet-page .prodet-1 .box .left .text strong {
    font-weight: bold;
}
.prodet-page .prodet-1 .box .right {
    width: 52%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-1 .box .right img {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    background: url(../images/product-bg.jpg) no-repeat left bottom;
    
}
.prodet-page .prodet-1 .box .right ul {
    margin: -10px;
}
.prodet-page .prodet-1 .box .right ul li {
    padding: 10px;
}
.prodet-page .prodet-1 .box .right .big {
    width: 74%;
}
.prodet-page .prodet-1 .box .right .small {
    width: 26%;
    padding-left: 3%;
}
.prodet-page .prodet-2 {
    padding-bottom: 70px;
    overflow: hidden;
}
.prodet-page .prodet-2 .options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    color: var(--color);
    height: 80px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
}
.prodet-page .prodet-2 .options:before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    background-color: inherit;
}
.prodet-page .prodet-2 .options span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5.2173913em;
    padding: 0 .8em;
    position: relative;
    cursor: pointer;
    font-style: italic;
}
.prodet-page .prodet-2 .options span:after {
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--color);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .options span:hover:after,
.prodet-page .prodet-2 .options span.active:after {
    opacity: 1;
}
.prodet-page .prodet-2 .ret {
    margin: 70px 0;
}
.prodet-page .prodet-2 .text {
    font-weight: 300;
    line-height: 2;
}
.prodet-page .prodet-2 .text ul,
.prodet-page .prodet-2 .text ol {
    padding-left: 1.2em;
}
.prodet-page .prodet-2 .text ol li {
    list-style-type: decimal;
}
.prodet-page .prodet-2 .text ul li {
    list-style-type: disc;
}
.prodet-page .prodet-2 hr {
    opacity: .3;
}
.prodet-page .prodet-2 span.h2 {
    margin: 1.5em 0 1em;
}
.prodet-page .prodet-2 .list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-2 .list ul li:before {
    content: '';
    width: .5em;
    height: .5em;
    border-radius: 100%;
    background-color: var(--color);
    margin-right: 1em;
    margin-top: .8em;
}
.prodet-page .prodet-3 {
    padding: 80px 0;
    background-color: #f5f5f5;
    color: white;
    /*background: url(../images/hose-form-bg.png) no-repeat left bottom;*/
}
.prodet-page .prodet-3 span.h2 {
    text-align: center;
    color: #000;
    margin-bottom: 1.5em;
    font-style: italic;
}
.prodet-page .prodet-3 .list .box {
    background-color: white;
}
.prodet-page .prodet-4 .box {
    background-image: url("../images/prodet-4-bg.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 7.5% 5%;
    text-align: center;
}
.prodet-page .prodet-4 .box span.h2 {
    margin-bottom: 1em;
    color: inherit;
    font-style: italic;
}
.prodet-page .prodet-4 .box .text {
    font-weight: 300;
    line-height: 2;
    max-width: 1200px;
    margin: 0 auto;
    color: inherit;
}
.prodet-page .prodet-5 {
    padding: 100px 0;
}
.prodet-page .prodet-5 .left {
    padding-right: 1%;
}
.prodet-page .prodet-5 .left span.h2 {
    font-weight: bold;
    margin-bottom: .5em;
    line-height: 1.4;
    font-style: italic;
}
.prodet-page .prodet-5 .left .text {
    font-weight: 300;
}
.prodet-page .prodet-5 .right {
    padding-left: 5%;
}
.prodet-page .prodet-5 .right .list ul {
    margin: -9px;
}
.prodet-page .prodet-5 .right .list ul li {
    padding: 9px;
}
.faq-page {
    padding: 90px 0 140px;
    background: url(../images/faq-bg.png) no-repeat left bottom;
}
.faq-page span.h2 {
    margin: 1.4em 0;
    font-style: italic;
}
.faq-page .list {
    position: relative;
}
.faq-page .list:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ff0c005e;
    opacity: .32;
    position: absolute;
    left: 29px;
    z-index: 1;
}
.faq-page .list ul li {
    margin-bottom: 25px;
    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;
}
.faq-page .list ul li:last-child {
    margin-bottom: 0;
}
.faq-page .list ul li i {
    width: 60px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.faq-page .list ul li .content {
    padding: 25px 30px 30px;
    background-color: #fff;
    width: 100%;
}
.faq-page .list ul li .content span.h6 {
    font-size: 24px;
    font-weight: normal;
    color: var(--color);
    margin-bottom: .5em;
    display: block;
}
.faq-page .list ul li .content .text {
    font-weight: 300;
}
@media screen and (max-width: 1600px) {
    .faq-page,
    .prodet-page .prodet-1,
    .prodet-page .prodet-5,
    .product-page .product-3 {
        padding: 70px 0;
    }
    .prodet-page .prodet-1 .box .left {
        padding-right: 4%;
    }
    .prodet-page .prodet-2 .options {
        font-size: 20px;
        height: 60px;
    }
    .product-page .product-2 .btn {
        font-size: 20px;
    }
    .product-page .product-2 .nav {
        font-size: 14px;
    }
    .product-page .product-2 {
        padding: 30px 0;
    }
    .product-page span.h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .product-page span.h3 {
        font-size: 24px;
    }
    .prodet-page .prodet-2 .options span {
        margin-right: 3em;
    }
}
@media screen and (max-width: 1000px) {
    .faq-page,
    .prodet-page .prodet-1,
    .prodet-page .prodet-5,
    .product-page .product-3 {
        padding: 50px 0;
    }
    .faq-page .list ul li .content span.h6 {
        font-size: 16px;
    }
    .prodet-page .prodet-2 .options span {
        margin-right: 1em;
    }
    .prodet-page .prodet-2 .options {
        font-size: 18px;
    }
    .prodet-page .prodet-2 .ret {
        margin: 40px 0;
    }
    .prodet-page .prodet-1 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .prodet-1 .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .prodet-page .prodet-1 .box {
        display: block;
    }
    .prodet-page .prodet-1 .box .left .text {
        margin: 1.5em 0;
    }
    .prodet-page .prodet-5 .left {
        padding-right: 0;
        width: 100%;
    }
    .prodet-page .prodet-5 .right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .product-3 .title {
        display: block;
    }
    .product-page .product-3 .title .select {
        margin-top: 20px;
    }
    .prodet-page .prodet-2 .options {
        display: none;
    }
    .prodet-page .prodet-2 .ret {
        margin: 0;
    }
    .prodet-page .prodet-2 .ret .slide {
        display: block !important;
    }
}
@media screen and (max-width: 500px) {
    .faq-page .list ul li i {
        margin-right: 10px;
    }
    .prodet-page .prodet-1 .box .right ul li {
        padding: 5px;
    }
    .prodet-page .prodet-1 .box .right ul {
        margin: -5px;
    }
    .product-page .product-1 .right {
        padding-left: 0;
        margin-top: 20px;
    }
    .product-page .product-1 {
        padding: 60px 0;
    }
}
.inner-page .productList:not(.procat) ul {
    margin: -18px -12px
}
.inner-page .productList:not(.procat) ul li {
    padding: 18px 12px
}
.inner-page .productList ul li .box {
    -o-box-shadow: 0 7px 10px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 7px 10px rgba(0,0,0,.07);
    box-shadow: 0 7px 10px rgba(0,0,0,.07)
}
.inner-page .productList.procat ul li .box {
    background-color: black;
    color: white;
    transition: .5s;
    box-shadow: unset;
    height: 100%;
}
.inner-page .productList ul li .box a.img-box {
    display: block;
    background: url(../images/product-bg.jpg) no-repeat left bottom;
}
.inner-page .productList.procat ul li .box a.img-box {
    background-color: white;
}
.inner-page .productList:not(.procat) ul li .box .content {
    padding: 30px 25px;
    border-top: 1px solid #bcbcbc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: black;
}
.inner-page .productList.procat ul li .box .content {
    padding: 5%;
    color: inherit;
}
.inner-page .productList ul li .box .content span.h6 {
    font-weight: 400;
    font-size: 16px;
    display: block;
    line-height: 2;
    margin-bottom: 2em;
    color: inherit;
}
.inner-page .productList.procat ul li .box .content span.h6 {
    margin-bottom: 0;
}
.inner-page .productList ul li .box .content a.link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    color: var(--color)
}
.inner-page .productList ul li .box .content a.link img {
    margin-left: 1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.inner-page .productList:not(.procat) ul li .box:hover .content {
    background-color: var(--color);
    color: #fff
}
.inner-page .productList.procat ul li .box:hover {
    background-color: var(--color);
}
.inner-page .productList ul li .box:hover .content a.link {
    color: inherit
}
.inner-page .productList ul li .box:hover .content a.link img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.prodet-page {
    padding: 90px 0 120px
}
.prodet-page .text {
    font-weight: 300
}
.prodet-page .contact-2 {
    padding: 100px 0
}
.prodet-page .contact-2 .left {
    padding-right: 13%
}
.prodet-page .contact-2 .left span.h2 {
    margin-bottom: 1em;
    font-style: italic;
}
.prodet-page .contact-2 .right .form ul {
    margin: -12px -10px
}
.prodet-page .contact-2 .right .form ul li {
    padding: 12px 10px;
    font-size: 14px
}
.prodet-page .contact-2 .right .form ul li label {
    display: block;
    line-height: 1.2;
    color: #707070;
    margin-bottom: .5em
}
.prodet-page .contact-2 .right .form ul li input,.prodet-page .contact-2 .right .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: #f9f9f9;
    padding: .8em;
    /*border-bottom: 1px solid var(--color);*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.prodet-page .contact-2 .right .form ul li input:focus,.prodet-page .contact-2 .right .form ul li textarea:focus {
    border-bottom-color: var(--color2)
}
.prodet-page .contact-2 .right .form ul li input[type=submit] {
    display: none
}
.prodet-page .contact-2 .right .form ul li textarea {
    height: 160px
}
.prodet-page .contact-2 .right .form ul li a.more {
    margin-top: 1.5em
}
.prodet-page .contact-2 .right .form ul li.wid-100 {
    width: 100%
}
.prodet-page .contact-2 .right .form ul li button {
    border: none;
    border-radius: 0em;
    padding: .7em 2.5em;
    background-color: var(--color);
    color: white;
    line-height: 1;
}
@media screen and (max-width: 1600px) {
    .prodet-page,.prodet-page .contact-2 {
        padding: 70px 0
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page .contact-2 .left {
        width: 100%;
        padding-right: 0
    }
    .prodet-page .contact-2 .right {
        width: 100%;
        margin-top: 30px
    }
    .prodet-page,.prodet-page .contact-2 {
        padding: 50px 0
    }
}
.i-tag {
    font-size: 20px;
    font-weight: 600;
    color: var(--color)
}
.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color);
    width: 40px;
    height: 1px;
    margin-right: 20px
}
#index-body .i-advantage {
    padding-bottom: 130px;
    padding-top: 90px;
    position: relative
}

#index-body .i-advantage .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fafafa;
    width: 71%;
    height: 70%;
    z-index: -1
}

#index-body .i-advantage .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 80px
}

#index-body .i-advantage .top .i-title {
    width: 40%;
    margin-left: 55px;
    font-style: italic;
}

#index-body .i-advantage .top .more_btn {
    position: absolute;
    right: 0
}

#index-body .i-advantage .top .more_btn .more {
    border-color: rgba(0,0,0,.1)
}

#index-body .i-advantage .top .more_btn .more:after {
    color: #000
}

#index-body .i-advantage .list {
    padding-left: 230px
}

#index-body .i-advantage ul {
    margin: -25px
}

#index-body .i-advantage ul .slick-list {
    padding-top: 20px
}

#index-body .i-advantage ul li {
    padding: 25px
}

#index-body .i-advantage ul li .box {
    border: 1px solid #b5b5b5;
    position: relative;
    padding: 70px 35px;
    background: #fff
}

#index-body .i-advantage ul li .box .num {
    font-size: 18px;
    width: 48px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--color);
    color: #fff;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

#index-body .i-advantage ul li .box .h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 66px 0 15px
}

#index-body .i-advantage ul li .box .des {
    font-size: 16px;
    line-height: 2;
    color: #4d4d4d;
    min-height: 96px
}

#index-body .i-advantage ul li .box .border i {
    position: absolute;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: #000
}

#index-body .i-advantage ul li .box .border i:nth-child(1) {
    left: -1px;
    top: 0;
    width: 1px;
    height: 0
}

#index-body .i-advantage ul li .box .border i:nth-child(2) {
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px
}

#index-body .i-advantage ul li .box .border i:nth-child(3) {
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 0
}

#index-body .i-advantage ul li .box .border i:nth-child(4) {
    right: 0;
    top: -1px;
    width: 0;
    height: 1px
}

#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
    height: 100%
}

#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
    width: 100%;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
    height: 100%;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}

#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
    width: 100%;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}
@media screen and (max-width: 1500px) {
    #index-body .i-advantage ul {
        margin: -13px
    }

    #index-body .i-advantage ul li {
        padding: 13px
    }
    #index-body .i-advantage .list {
        padding-left: 80px
    }
}

@media screen and (max-width: 1000px) {
    #index-body .i-advantage .top .more_btn {
        position: relative
    }
    #index-body .i-advantage .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #index-body .i-advantage .top .i-title {
        width: 100%;
        margin-left: 0;
        margin: 20px 0;
        line-height: 1.8
    }
    #index-body .i-advantage .list {
        padding: 0 15px
    }
}

@media screen and (max-width: 700px) {
    #index-body .i-advantage .top {
        margin-bottom: 66px
    }
}
.about-page #index-body .i-advantage {
    background: url(../images/about-page-3-bg.png) no-repeat right top
}

.about-page #index-body .i-advantage.honor {
    background: #fff
}

.about-page #index-body .i-advantage.honor .bg {
    height: 75%;
    width: 100%;
    top: 0;
    z-index: 0
}

.about-page #index-body .i-advantage.honor .top {
    margin-bottom: 45px
}

.inner-page.solution-page .container {
    margin: auto;
}

.inner-page.solution-page .sol-1 ul li {
    padding: 74px 0;
}

.inner-page.solution-page .sol-1 ul li .container {
    margin: auto;
}

.inner-page.solution-page .sol-1 ul li .container .left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}

.inner-page.solution-page .sol-1 ul li .container .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    color: #323232;
}

.inner-page.solution-page .sol-1 ul li .container .right h4 {
    font-size: 50px;
    font-style: italic;
        font-weight: 700;
}

.inner-page.solution-page .sol-1 ul li .container .right p {
    font-size: 18px;
    padding-bottom: 20px;
}

.inner-page.solution-page .sol-1 ul li .container .right .more {
    font-size: 18px;
    color: #464343;
}

.inner-page.solution-page .sol-1 ul li .container .right .more a {
    height: 43px;
    line-height: 43px;
    width: 200px;
    border: 1px solid #464343;
    transition: .5s;
}

.inner-page.solution-page .sol-1 ul li .container .right .more a:hover {
    border-color: var(--color);
    color: var(--color);
}

.inner-page.solution-page .sol-1 ul li:nth-child(odd) {
    background-color: #fff;
}

.inner-page.solution-page .sol-1 ul li:nth-child(even) {
    background-color: #ededed;
}

.inner-page.solution-page .sol-2 {
    text-align: center;
    background: url(../images/solutionbgc.jpg) no-repeat;
    border-bottom: 13px solid #323232;
    padding: 90px 0;
}

.inner-page.solution-page .sol-2 .title {
    color: #fff;
    padding-bottom: 30px;
}

.inner-page.solution-page .sol-2 .title h4 {
    font-size: 50px;
}

.inner-page.solution-page .sol-2 .title span {
    font-size: 20px;
}

.inner-page.solution-page .sol-2 .more {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.inner-page.solution-page .sol-2 .more a {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    width: 200px;
    border: 1px solid #fff;
    transition: .5s;
}

.inner-page.solution-page .sol-2 .more a:hover {
    border-color: var(--color);
    color: var(--color);
}

@media screen and (max-width: 1200px) {
    .inner-page.solution-page .sol-2 .title h4,
    .inner-page.solution-page .sol-1 ul li .container .right h4{
        font-size: 36px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page.solution-page .sol-2 .title h4,
    .inner-page.solution-page .sol-1 ul li .container .right h4{
        font-size: 28px;
    }
}

@media screen and (max-width: 600px) {
    .inner-page.solution-page .sol-1 ul li .container .left {
        width: 100%;
    }
    .inner-page.solution-page .sol-1 ul li .container .right {
        width: 100%;
        padding: 12px;
    }
}
.hose-page.contact-page .hose-6 .ui.container {
    max-width: 1200px;
}
.hose-page .hose-6 .form form input {
    padding-left: 1em;
    padding-right: 1em;
}
.hose-page .hose-6 .form form button {
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.hose-page .hose-6 .form form button:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    transform: skewX(-20deg);
    z-index: -1;
}

.inner-page .sidebar-left {
    width: 25%
}
.inner-page .sidebar-left .box {
    margin-bottom: 30px
}
.inner-page .sidebar-left .box:last-child {
    margin-bottom: 0
}
.inner-page .sidebar-left .box h3 {
    font-size: 30px;
    line-height: 1.8;
    color: var(--color);
    margin-bottom: 10px;
    font-weight: 600
}
.inner-page .sidebar-left .box ul li {
    font-size: 16px;
    line-height: 2;
    color: #303030;
    border-bottom: solid 1px #e5e5e5;
    padding: 3px;
    margin-bottom: 5px;
    width: 80%;
    position: relative
}
.inner-page .sidebar-left .box ul li>a {
    padding-right: 20px
}
.inner-page .sidebar-left .box ul li i {
    position: absolute;
    top: 12px;
    right: 0
}
.inner-page .sidebar-left .box ul li li {
    width: 100%
}
.inner-page .sidebar-left .box ul li ul li:last-child {
    border-bottom: none
}
.inner-page .sidebar-left .box ul li a.child:after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    font-size: 16px
}
.inner-page .sidebar-left .box ul li:hover>a,.inner-page .sidebar-left .box ul li.active>a {
    color: var(--color);
    font-weight: 700
}
.inner-page .sidebar-left .box ul li ul {
    padding-left: 10px;
    display: block
}
.inner-page .sidebar-left .box ul li.active a.child {
    color: var(--color)
}
.inner-page .sidebar-left .box ul li.active a.child:after {
    content: "\f107"
}
.inner-page .sidebar-left .box .share ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.inner-page .sidebar-right {
    width: 75%
}
.prodet-page .prodet-2 .text table {
    display: table;
}
.prodet-page .prodet-2 .text table tbody {
    display: contents;
}
.prodet-page .prodet-2 .text table tr {
    background-color: transparent !important;
}
.prodet-page .prodet-2 .text table td {
    border: revert-layer;
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-right {
        width: 100%;
    }
    .prodet-page .prodet-2 .text table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .prodet-page .prodet-2 .text table tbody tr td {
        width: 100%;
        white-space: normal !important;
    }
}