@font-face {
  font-family: 'Ogg';
  src: url('../fonts/OggTRIAL-Regular.eot');
  src: url('../fonts/OggTRIAL-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OggTRIAL-Regular.woff2') format('woff2'), url('../fonts/OggTRIAL-Regular.woff') format('woff'), url('../fonts/OggTRIAL-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}



@keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-moz-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

@-webkit-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}


body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #ddbdc2;
  position: static !important;
  margin: 0 auto !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 46%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  -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: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#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: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  line-height: normal;
}
#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:hover {
  background: #222;
  color: white;
}
#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 .menu-box ul.menu > li ul.sub-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover>ul {
    display: block;
}
#header .nav .ui.menu .search {
  width: 130px;
  font-size: 12px;
  margin-left: 5em;
  margin-right: 2em;
}
#header .nav .ui.menu .search form {
  height: 26px;
  width: 100%;
  border-radius: 13px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .ui.menu .search form input {
  width: 100%;
  padding: 0 1em;
  background-color: #e7e8ea;
  border: none;
}
#header .nav .ui.menu .search form input[type="submit"] {
  width: 2.5em;
  background-color: white;
  background-image: url("../images/icon-search.png");
  background-position: center;
  background-repeat: no-repeat;
}
#header .nav .ui.menu .yuy {
  position: relative;
}
#header .nav .ui.menu .yuy span {
  font-size: 12px;
  text-transform: uppercase;
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  background-color: var(--color);
  font-weight: bold;
  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: white;
}
#header .nav .ui.menu .yuy ul {
 
  position: absolute;
  width: 120px;
  right: 0;
  top: 100%;
  background-color: white;
  display: none;
}
#header .nav .ui.menu .yuy ul li {
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .yuy ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy ul li a img {
  max-width: 24px;
  margin-right: .5em;
}
#header .nav .ui.menu .yuy ul li a:hover {
  background-color: black;
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  display: block;
}
#header.active {
  padding: 25px 0;
  top: 0;
  background-color: white;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#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 .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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;
}
span.tag {
  font-size: 20px;
  color: #a2a2a2;
  font-family: "Ogg";
  text-transform: uppercase;
  line-height: 2;
  display: block;
  margin-bottom: .5em;
}
span.h2 {
  font-size: 42px;
  color: #3d3e52;
  line-height: 1.6;
  display: block;
  font-family: "Ogg";
}
.text {
  font-size: 16px;
  color: #8d8d8d;
  line-height: 2;
  display: block;
}
a.more {
    font-size: 16px;
    line-height: 2;
    padding: 10px 1.7em;
    display: inline-block;
    background-color: var(--color);
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
a.more:hover {
  background-color: black;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner li .content .left {
  width: 50%;
  display: block;
  margin-left: 51%;
  color: white;
  max-width: 580px;
}
#banner li .content .left span.h2 {
  line-height: 1.8;
  margin-bottom: 1em;
  color: inherit;
}
#banner li .content .left .video {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#banner li .content .left .video video {
  display: block;
  width: 100%;
}
#banner li .content .left .video .play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  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;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content .left .video.active .play {
  opacity: 0;
  z-index: -1;
}
#banner .slick-dots {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
}
#banner .slick-dots li {
  margin: 12px 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid white;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#banner .slick-dots li:after {
  content: '';
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .slick-dots li button {
  display: none;
}
#banner .slick-dots li.slick-active:after {
  opacity: 1;
}
#index-body .init-1 {
  background-image: url("../images/init-1-bg.jpg");
  background-position: center;
  background-size: cover;
}
#index-body .init-1 .left {
  padding-right: 12%;
  vertical-align: middle;
}
#index-body .init-1 .left .text {
  margin: 3em 0 2em;
}
#index-body .init-1 .left a.more {
  margin-top: 2.5em;
}
#index-body .init-1 .right {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}
#index-body .init-1 .right:before {
  content: '';
  width: 200px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color);
  z-index: 2;
}
#index-body .init-1 .right .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#index-body .init-1 .right .list ul {
  width: 50%;
  margin: -40px 0;
}
#index-body .init-1 .right .list ul .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .right .list ul:first-child {
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  position: relative;
  z-index: 1;
}
#index-body .init-1 .right .list ul:first-child .slick-active {
  opacity: 0;
}
#index-body .init-1 .right .list ul:first-child .slick-active.slick-current {
  opacity: 1;
}
#index-body .init-1 .right .list ul:last-child {
  position: relative;
  left: -6%;
}
#index-body .init-1 .right .list ul li {
  padding: 40px 0;
}
#index-body .init-1 .right .list ul li a.img-box {
  display: block;
}
#index-body .init-2 .slide {
  height: 940px;
  height: 100vh;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#index-body .init-2 .slide .mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-attachment: fixed;
  background-size: 50% 100%;
}
 /* iPad/iOS Safari 兼容 */
        @media (-webkit-touch-callout: none) {
            #index-body .init-2 .slide .mask {
                background-attachment: scroll;
            }
        }
        
        @media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
            #index-body .init-2 .slide .mask{
                background-attachment: scroll;
            }
        }
#index-body .init-2 .slide .box {
  width: 56.5%;
}
#index-body .init-2 .slide .box span.h3 {
font-size: 34px;
    color: #3d3e52;
    line-height: 2;
    font-family: "Ogg";
    display: block;
    max-width: 18em;
    text-transform: capitalize;
}
#index-body .init-2 .slide .box .box2 {
  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: 70px 0 50px;
}
#index-body .init-2 .slide .box .box2 .list {
  width: 75.5%;
  padding-right: 5.5%;
}
#index-body .init-2 .slide .box .box2 .list ul {
  margin: -15px;
}
#index-body .init-2 .slide .box .box2 .list ul li {
  padding: 15px;
}
#index-body .init-2 .slide .box .box2 .list ul li a.img-box {
  display: block;
  background-color: #fafafa;
  font-size: 14px;
  text-align: center;
}
#index-body .init-2 .slide .box .box2 .list ul li a.img-box em {
  display: block;
  padding: 1em;
  padding-top: 0;
  line-height: 2;
}
#index-body .init-2 .slide .box .box2 .number {
  width: 24.5%;
  padding: 15px;
  border-radius: 15px;
  background-color: #f3f4f6;
  font-family: "Ogg";
}
#index-body .init-2 .slide .box .box2 .number span.num {
  font-size: 42px;
  color: #656675;
  line-height: 2;
  display: block;
}
#index-body .init-2 .slide .box .box2 .number span.name {
  display: block;
  font-size: 20px;
  color: #3d3e52;
  margin: 1.5em 0;
  text-align: center;
}
#index-body .init-2 .slide .box .box2 .number span.tal {
  font-size: 20px;
  display: block;
  line-height: 1;
  text-align: right;
}
#index-body .init-3 {
  background-color: #fbfbfb;
}
#index-body .init-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-3 .box .left {
  vertical-align: middle;
}
#index-body .init-3 .box .left .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color);
  height: 100%;
  color: white;
}
#index-body .init-3 .box .left .box2 .img {
  background-size: cover;
  background-position: center;
      width: 60%;
}
#index-body .init-3 .box .left .box2 .content {
  padding: 120px 4% 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40%;
}
#index-body .init-3 .box .left .box2 .content span.h3 {
  font-size: 32px;
  font-family: "Ogg";
  text-transform: uppercase;
  line-height: 2;
}
#index-body .init-3 .box .left .box2 .content span.h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: white;
  margin-top: 1.2em;
  display: block;
}
#index-body .init-3 .box .left .box2 .content .list {
  font-size: 17px;
}
#index-body .init-3 .box .left .box2 .content .list ul li {
  margin-top: 1.4em;
}
#index-body .init-3 .box .left .box2 .content .list ul li span.h6 {
  display: block;
  margin-bottom: .5em;
}
#index-body .init-3 .box .right {
  vertical-align: middle;
  padding: 70px 0 70px;
}
#index-body .init-3 .box .right .box2 {
  max-width: 760px;
  padding-left: 12%;
}
#index-body .init-3 .box .right .box2 .text {
  margin-top: 1.3em;
  line-height: 2;
}
#index-body .init-3 .box .right .box2 .list {
  font-size: 24px;
  margin: 1.7em 0 2em;
}
#index-body .init-3 .box .right .box2 .list ul li {
  margin-bottom: 2em;
  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;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  padding-right: 3%;
}
#index-body .init-3 .box .right .box2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 12px;
  background-color: white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
#index-body .init-3 .box .right .box2 .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-3 .box .right .box2 .list ul li i {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 12px;
  background-color: #f6f6f6;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-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;
  margin-right: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#index-body .init-3 .box .right .box2 .list ul li i img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .right .box2 .list ul li .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  color: black;
  line-height: 2;
  margin-bottom: .3em;
  display: block;
}
#index-body .init-3 .box .right .box2 .list ul li .content .text {
  font-size: 17px;
  color: #bbb;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
#index-body .init-3 .box .right .box2 .list ul li:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1.05) scaleY(1.5);
  -moz-transform: scaleX(1.05) scaleY(1.5);
  -ms-transform: scaleX(1.05) scaleY(1.5);
  transform: scaleX(1.05) scaleY(1.5);
}
#index-body .init-3 .box .right .box2 .list ul li:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: var(--color);
}
#index-body .init-3 .box .right .box2 .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-4 {
  padding: 130px 0 100px;
}
#index-body .init-4 .left {
  width: 72%;
}
#index-body .init-4 .left .box2 .title {
  width: 27%;
  padding-right: 7%;
}
#index-body .init-4 .left .box2 .title span.h2 {
  font-size: 52px;
  font-weight: bold;
      text-transform: uppercase;
    color: #000;
}
#index-body .init-4 .left .box2 .title .btn {
  font-size: 30px;
  margin-top: 1.5em;
  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;
}
#index-body .init-4 .left .box2 .title .btn div {
  width: 2em;
  height: 2em;
  background-color: #7f7f7f;
  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;
  margin-right: .3em;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .left .box2 .title .btn div:hover {
  background-color: var(--color);
}
#index-body .init-4 .left .box2 .newsList {
  width: 73%;
  padding: 0 10%;
}
#index-body .init-4 .left .box2 .newsList .list ul {
  margin: -5px;
}
#index-body .init-4 .left .box2 .newsList .list ul li {
  padding: 5px;
}
#index-body .init-4 .left .box2 .newsList .list ul li span.h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-4 .left .box2 .newsList .list ul li time {
  display: block;
  font-size: 14px;
  color: #929292;
  line-height: 2;
  margin: .5em 0;
}
#index-body .init-4 .left .box2 .newsList .list ul li .text {
  color: #545454;
  line-height: 2;
  margin: 1em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 6.4em;
}
#index-body .init-4 .left .box2 .newsList .list ul li dl {
  margin: -20px;
}
#index-body .init-4 .left .box2 .newsList .list ul li dl dd {
  padding: 20px;
}
#index-body .init-4 .left .box2 .newsList .list ul li a.more {
  margin-top: 4.0625em;
}
#index-body .init-4 .right {
  width: 28%;
  padding-left: 2%;
  border-left: 2px solid #ededed;
  text-align: center;
}
#index-body .init-4 .right .list {
  margin-bottom: 30px;
}
#index-body .init-4 .right .list ul {
  margin: -25px 0;
}
#index-body .init-4 .right .list ul li {

}
#index-body .init-4 .right .list ul li img {
  display: block;
  margin: 0 auto;
}
#index-body .init-4 .right .down img {
  -webkit-animation: tp 1s linear infinite alternate;
  -moz-animation: tp 1s linear infinite alternate;
  animation: tp 1s linear infinite alternate;
  cursor: pointer;
  cursor: hand;
}
@-webkit-keyframes tp {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-moz-keyframes tp {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes tp {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
#footer {
  background-color: var(--color);
  color: white;
  background-image: url("../images/footer-bg.jpg");
  background-position: left top;
  background-size: cover;
}
#footer .footer-top {
  padding: 120px 0 65px;
  overflow: hidden;
}
#footer .footer-top .box .left {
  width: 65%;
  padding-right: 3%;
}
#footer .footer-top .box .left .box2 .slide {
  padding-right: 10px;
}
#footer .footer-top .box .left .box2 .slide:nth-child(1) {
  width: 45%;
}
#footer .footer-top .box .left .box2 .slide:nth-child(2) {
  width: 25%;
}
#footer .footer-top .box .left .box2 .slide:nth-child(3) {
  width: 30%;
}
#footer .footer-top .box .left .box2 span.h6 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
#footer .footer-top .box .left .box2 .line {
  display: block;
  max-width: 55%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  margin: 25px 0 20px;
}
#footer .footer-top .box .left .box2 .line:before {
  content: '';
  height: 3px;
  width: 20%;
  position: absolute;
  left: 0;
  top: -1px;
  background: white;
}
#footer .footer-top .box .left .box2 .nav {
  font-size: 16px;
  line-height: 2;
  max-width: 350px;
}
#footer .footer-top .box .left .box2 .nav li:hover {
  text-decoration: underline;
}
#footer .footer-top .box .left .box2 .nav ul ul {
    display: none;
}
#footer .footer-top .box .left .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .footer-top .box .left .bottom .qr {
  width: 45%;
}
#footer .footer-top .box .left .bottom .qr #ewm {
  width: 140px;
  border: 4px solid white;
  display: block;
}
#footer .footer-top .box .left .bottom .qr #ewm img {
  max-width: 100%;
}
#footer .footer-top .box .left .bottom .qr #ewm canvas {
  display: none;
}
#footer .footer-top .box .left .bottom .share {
  width: 55%;
  display: inline-block;
  vertical-align: bottom;
}
#footer .footer-top .box .left .bottom .share span.h6 {
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
}
#footer .footer-top .box .left .bottom .share a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #d0d0e2;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .left .bottom .share a:hover {
  color: white;
}
#footer .footer-top .box .right {
  width: 35%;
  padding-left: 5%;
  position: relative;
}
#footer .footer-top .box .right:before {
  content: '';
  width: 1px;
  height: 1000%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
#footer .footer-top .box .right span.h3 {
  font-size: 42px;
  line-height: 1.6;
  display: block;
  margin-bottom: 1.5em;
}
#footer .footer-top .box .right .form ul {
  margin: -15px -7px;
}
#footer .footer-top .box .right .form ul li {
  padding: 15px 7px;
}
#footer .footer-top .box .right .form ul li input {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 1.25em 0.75em;
  background: rgba(255, 255, 255, 0.2);
}
#footer .footer-top .box .right .form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .right .form ul li.wid-100 {
  width: 100%;
}
#footer .footer-top .box .right .form ul li .pre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top .box .right .form ul li .pre button {
  width: 14%;
  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;
  border: none;
  background: white;
  color: #141570;
  font-size: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 1.5625em 0;
  text-align: center;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom svg {
  max-height: 26px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: white;
}
#footer .footer-bottom svg:hover {
  text-decoration: underline;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header {
    top: 20px;
  }
  span.h2,
  #index-body .init-2 .slide .box span.h3,
  #index-body .init-2 .slide .box .box2 .number span.num {
    font-size: 32px;
  }
  span.tag,
  #index-body .init-2 .slide .box .box2 .number span.tal {
    font-size: 18px;
  }
  #index-body .init-2 .slide .box .box2 {
    margin: 30px 0;
  }
  #index-body .init-2 .slide .box .box2 .number span.name {
    font-size: 18px;
    margin: 1em 0;
  }
  #index-body .init-1 .left .text {
    margin: 2em 0 1.5em;
  }
  a.more {
    font-size: 14px;
  }
  #index-body .init-3 .box .left .box2 .content {
    padding: 80px 4% 40px;
  }
  #index-body .init-3 .box .right {
    padding: 80px 0 60px;
  }
  #index-body .init-3 .box .right .box2 {
    padding-left: 10%;
    padding-right: 3%;
  }
  #index-body .init-3 .box .right .box2 .list {
    font-size: 20px;
  }
  #index-body .init-3 .box .right .box2 .list ul li .content span.h6 {
    font-size: inherit;
  }
  #index-body .init-3 .box .right .box2 .list ul li .content .text {
    font-size: 14px;
  }
  #index-body .init-4 {
    padding: 100px 0 70px;
  }
  #index-body .init-4 .left .box2 .title span.h2 {
    font-size: 42px;
  }
  #index-body .init-4 .left .box2 .title .btn {
    font-size: 24px;
  }
  #index-body .init-4 .left .box2 .newsList .list ul li span.h6 {
    font-size: 20px;
  }
  #index-body .init-4 .left .box2 .newsList .list ul li a.more {
    margin-top: 3em;
  }
  #index-body .init-4 .right .list ul li img {
    max-height: 70px;
  }
  #index-body .init-4 .right .list ul li {
    padding: 15px 0;
  }
  #index-body .init-4 .right .list ul {
    margin: -15px 0;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
  #footer .footer-top .box .left .box2 .line {
    margin: 15px 0;
  }
  #footer .footer-top .box .left .box2 .nav {
    font-size: 14px;
  }
  #footer .footer-top .box .right span.h3 {
    font-size: 36px;
  }
  #footer .footer-top .box .right .form ul li input {
    padding: 1em .75em;
  }
  #footer .footer-top .box .left .bottom .share span.h6,
  #footer .footer-top .box .left .bottom .share a {
    font-size: 20px;
  }
  #footer .footer-bottom {
    font-size: 14px;
  }
  #footer .footer-bottom .ogbhjsz{
      display: none!important;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #banner li .content .left {
    width: 40%;
  }
  span.h2,
  #index-body .init-2 .slide .box span.h3,
  #index-body .init-2 .slide .box .box2 .number span.num {
    font-size: 28px;
  }
  #banner li .content .left .video .play img {
    max-width: 60px;
  }
  span.tag,
  #index-body .init-2 .slide .box .box2 .number span.tal {
    font-size: 16px;
  }
  #index-body .init-1 .left .text {
    margin: 1em 0;
  }
  .text {
    font-size: 14px;
  }
  #index-body .init-3 .box .left .box2 .content span.h3 {
    font-size: 28px;
  }
  #index-body .init-3 .box .left .box2 .content .list {
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  span.h2,
  #index-body .init-2 .slide .box span.h3,
  #index-body .init-2 .slide .box .box2 .number span.num {
    font-size: 24px;
  }
  #banner li .content .left span.h2 {
    margin-bottom: .5em;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
    #index-body .init-2 .slide{
      height: auto;
      padding: 30px 0;
      
  }
  #index-body .init-2 .slide .box .box2 .number span.name {
    font-size: 16px;
  }
  #index-body .init-2 .slide .box .box2 .list ul li {
    padding: 5px;
  }
  #index-body .init-2 .slide .box .box2 .list ul {
    margin: -5px;
  }
  #index-body .init-3 .box .right .box2 .list {
    font-size: 18px;
  }
  #footer .footer-top .box .left .box2 .slide {
    display: none;
  }
  #footer .footer-top .box .left .box2 .slide:nth-child(1) {
    display: block;
    width: 100%;
  }
  #footer .footer-top .box .left .box2 .slide:nth-child(1) .nav {
    max-width: none;
  }
  #footer .footer-top .box .left .bottom {
    display: none;
  }
  #footer .footer-top .box .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .box .right {
    width: 100%;
    padding-left: 0;
  }
  #footer .footer-top .box .right:before {
    display: none;
  }
  #footer .footer-top .box .right span.h3 {
    font-size: 24px;
    margin: 1em 0;
  }
  #footer .footer-top .box .right span.h3 br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .Auxil-industry {
      display: none!important;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .right {
    display: none;
  }
  #index-body .init-1 {
    padding: 60px 0;
  }
  #index-body .init-1 .left img {
    display: block;
  }

  #index-body .init-2 .slide .box {
    width: 100%;
  }
  #index-body .init-2 .slide .box .box2 .number {
    display: none;
  }
  #index-body .init-2 .slide .box .box2 .list {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-2 .slide .mask {
    display: none;
  }
  #index-body .init-2 .slide {
    height: auto;
    padding: 50px 0;
  }
  #index-body .init-2 {
    padding: 30px 0;
  }
  #index-body .init-2 .slide .box span.h3 {
    max-width: none;
  }
  #index-body .init-3 .box {
    display: block;
  }
  #index-body .init-3 .box .left {
    width: 100%;
  }
  #index-body .init-3 .box .right {
    width: 100%;
    padding: 20px 15px;
  }
  #index-body .init-3 .box .right .box2 {
    padding: 0;
  }
  #index-body .init-3 .box .left .box2 .content {
    padding: 30px 15px;
  }
  #index-body .init-3 .box .left .box2 .content span.h3 {
    font-size: 24px;
  }
  #index-body .init-3 .box .left .box2 .content span.h3:after {
    margin-top: .5em;
  }
  #index-body .init-4 .left {
    width: 100%;
  }
  #index-body .init-4 .right {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  #index-body .init-4 .left .box2 .newsList {
    padding: 0;
  }
  #index-body .init-4 .left .box2 .title span.h2 {
    font-size: 32px;
  }
  #index-body .init-4 .left .box2 .title .btn {
    font-size: 20px;
  }
  #index-body .init-4 .right .list {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #index-body .init-4 .right .down {
    display: none;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-4 .right .list ul li {
    padding: 5px;
  }
  #index-body .init-4 .right .list ul {
    margin: -5px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content .left {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #banner li .content .left .video video {
    display: none;
  }
  #banner li .content .left .video .play {
    position: static;
    display: block;
    background-image: none !important;
  }
  #banner li .content .left .video .play img {
    display: block;
    margin: 0 auto;
  }
  #banner li .content {
    top: 50%;
  }
  #index-body .init-2 .slide {
    padding: 30px 0;
  }
  #index-body .init-4 .left .box2 .title {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-4 .left .box2 .newsList {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-4 .left .box2 .title .btn {
    display: none;
  }
  #index-body .init-4 .left .box2 .title span.h2 {
    font-size: 28px;
  }
  #index-body .init-4 .left .box2 .newsList .list ul li a.more {
    margin-top: 2em;
  }
  #footer .footer-top .box .right span.h3 {
    font-size: 18px;
  }
  #footer .footer-top .box .right .form ul li {
    padding: 5px;
  }
  #footer .footer-top .box .right .form ul {
    margin: -5px;
  }
  #footer .footer-top .box .right .form ul li input {
    padding: .7em;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .left span.h2 {
    font-size: 18px;
  }
  #banner li .content .left .video .play img {
    max-width: 40px;
  }
  span.tag,
  #index-body .init-2 .slide .box .box2 .number span.tal {
    font-size: 14px;
  }
  #index-body .init-3 .box .left .box2 .content {
    width: 100%;
    padding: 30px 15px;
  }
  #index-body .init-3 .box .left .box2 .img {
    width: 100%;
    display: none;
  }
  #index-body .init-4 .left .box2 .newsList .list ul li dl dd {
    padding: 5px;
  }
  #index-body .init-4 .left .box2 .newsList .list ul li dl {
    margin: -5px;
  }
  #index-body .init-3 .box .left .box2 {
    display: block;
  }
  #footer .footer-top .box .right .form ul li input {
    font-size: 14px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom {
    padding: 1em 0;
  }
}

.mbx {
    position: relative;
    border-top: 1px solid #e4e4e4;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #0e0e0e;
    line-height: 1.6;
    text-transform: capitalize;
    font-size: 0;
    margin-top: 120px;
}
.mbx a {
    color: #626262;
    position: relative;
    margin-right: 16px;
    font-size: 16px;
}
.mbx span::before{
    content: '';
    width: 1px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 3px;
    left: 0;
}
.mbx span{
    font-weight: bold;
    font-size: 16px;
    padding-left: 16px;
    position: relative;
}
/*.mbx span {
  margin-left: 16px;
}*/
.inner-banner {

}
.inner-banner .box {
    background-position: center center;
    background-repeat: no-repeat;
    height: 787px;
    position: relative;
}
.inner-banner .box h2 {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 110px;
    color: #fff;
    z-index: 9;
}
.inner-banner .box .info {
    position: absolute;
    bottom: 28px;
    left: 54px;
    right: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    z-index: 9;
}
.inner-banner .box .info ul {
    text-align: center;
    display: -webkit-box;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    padding-top: 20px;
    margin-right: -80px;
}
.inner-banner .box .info ul li {
    color: white;
    font-size: 16px;
    padding-right: 80px;
}
.inner-banner .box .info ul li a {
    display: block;
    position: relative;
    z-index: 1;
}
.inner-banner .box .info ul li a::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -moz-transition: transform .5s ease, -moz-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    background: white;
}
.inner-banner .box .info ul li a:hover::before,
.inner-banner .box .info ul li a.active::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
}
.about-page {
    padding: 100px 0 0;
}
.about-page h2 {
    font-size: 63px;
    letter-spacing: 2px;
    color: #0f0f0f;
    font-style: normal;
    margin-bottom: 60px;
}
.about-page ul li:first-child{
    margin-bottom: 100px;
}
.about-page ul li {
    display: -webkit-box;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 122px;
}
.about-page ul li .text {
    width: 50%;
    padding: 0 80px 0 0;
}
.about-page ul li .text h3 {
    font-size: 30px;
    color: #0f0f0f;
    font-style: normal;
    line-height: 2;
}
.about-page ul li .text .desc {
    font-size: 16px;
    line-height: 2;
    color: #353535;
    margin-top: 20px;
}
.about-page ul li .text .list {
    padding: 67px 43px 0 0;
}
.about-page ul li .text .list dl {
    margin-bottom: -42px;
}
.about-page ul li .text .list dd {
    text-align: center;
    margin-bottom: 35px;
}
.about-page ul li .img-box {
    width: 50%;
    position: relative;
}
.about-page ul li .img-box .video{
    position: absolute;
    overflow: hidden;
    width: 52%;
    height: 46%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page ul li .img-box .video i{
    position: absolute;
    font-size: 30px;
    color: #fff;
    right: 20px;
    top: 30px;
    display: none;
}
.about-page .big-video{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 999;
    display: none;
}
.about-page .big-video i{
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
}
.about-page .big-video video{
    width: 80%;
    height: 90%;
    margin: auto;
}
.about-page ul li .img-box .video.active{
    opacity: 1;
    top: 24%;
}
.about-page ul li .img-box .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-page ul li .img-box .more{
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: rgba(0,0,0,0);
}
.about-page ul li .img-box:hover .more{
    top: 45%;
}
.about-page ul li .img-box .more:hover{
    color: #000;
}
.about-page ul li .img-box img {
    width: 100%;
}
.about-page ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/*.about-page ul li:nth-child(even) .text {
  padding: 0 66px 0 108px;
}
.about-page ul li:nth-child(3) .text {
  padding: 0 106px 0 82px;
}
.about-page ul li:nth-child(4) .text {
  padding: 0 129px 0 108px;
}*/
.about-page ul li:first-child {
    margin-top: 0;
}
@media screen and (max-width: 1440px) {
    .about-page ul li .text {
        padding: 0 83px;
    }
    .about-page ul li:nth-child(even) .text {
        padding: 0 66px;
    }
    .about-page ul li:nth-child(3) .text {
        padding: 0 82px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page ul li .text {
        padding: 0 25px;
    }
    .about-page ul li:nth-child(even) .text {
        padding: 0 25px;
    }
    .about-page ul li:nth-child(3) .text {
        padding: 0 25px;
    }
}
@media screen and (max-width: 1100px) {
    .inner-banner .box {
        height: 500px;
    }
    .inner-banner .box h2 {
        font-size: 80px;
    }
    .about-page {
        padding: 100px 0 0;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner .box {
        height: 400px;
    }
    .inner-banner .box h2 {
        font-size: 60px;
    }
    .inner-banner .box .info ul {
        margin-right: -20px;
    }
    .inner-banner .box .info {
        left: 20px;
        right: 20px;
    }
    .inner-banner .box .info ul li {
        padding-right: 20px;
        font-size: 15px;
    }
    .about-page {
        padding: 60px 0 0;
    }
    .about-page h2 {
        font-size: 50px;
    }
    .about-page ul li {
        display: block;
        margin-top: 60px;
    }
    .about-page ul li .text,
    .about-page ul li .img-box {
        width: 100%;
    }
    .about-page ul li .text {
        padding: 0;
    }
    .about-page ul li .img-box {
        margin-top: 20px;
    }
    .about-page ul li:nth-child(even) .text {
        padding: 0;
    }
    .about-page ul li:nth-child(3) .text {
        padding: 0;
    }
    .about-page ul li .list {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box {
        height: 300px;
    }
    .inner-banner .box .info {
        display: none;
    }
    .inner-banner .box h2 {
        font-size: 50px;
        top: 40%;
    }
    .about-page {
        padding: 30px 0;
    }
    .about-page h2 {
        font-size: 40px;
    }
    .about-page ul li {
        margin-top: 30px;
    }
    .about-page ul li .text h3 {
        font-size: 25px;
    }
    .about-page ul li .text .desc {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .box {
        height: 200px;
    }
    .inner-banner .box h2 {
        font-size: 30px;
    }
    .about-page h2 {
        font-size: 36px;
    }
    .about-page ul li .text h3 {
        font-size: 22px;
    }
}
.product-banner {
    padding: 50px 0 17px;
}
.product-banner h2 {
    font-size: 38px;
    line-height: 2;
    color: #181818;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Ogg';
}
.product-banner p {
    font-size: 16px;
    color: #0f0f0f;
    line-height: 2;
    margin-top: 34px;
}
.product-banner1 h2 {
    text-transform: capitalize;
    font-family: 'Ogg';
}
.product-tab {
    border-top: 1px solid #e4e4e4;
    padding: 38px 0;
}
.product-tab ul {
    margin-right: -33px;
}
.product-tab ul li {
    display: inline-block;
    font-size: 18px;
    color: #404040;
    margin-right: 33px;
    text-transform: capitalize;
}
.product-page {
    padding-bottom: 100px;
    padding-top: 80px;
}
.product-page .list ul {
    margin: 0 -28px -68px 0;
}
.product-page .list ul li {
    padding: 0 28px 68px 0;
}
.product-page .list ul li .img-box {
    display: block;
}
.product-page .list ul li h3 {
    font-style: normal;
    margin-top: 13px;
    font-size: 16px;
    color: #404040;
    line-height: 1.7;
    text-align: center;
}
.m-page {
    margin-top: 40px;
    text-align: center;
}
.m-page a,
.m-page span {
    font-size: 16px;
    color: #757575;
    margin-right: 30px;
}
.m-page a:hover,
.m-page span.current {
    color: #151515;
    border-bottom: 2px solid #151515;
}
@media screen and (max-width: 1000px) {
    .product-banner h2 {
        font-size: 50px;
    }
    .product-page .list ul {
        margin: 0 -28px -40px 0;
    }
    .product-page .list ul li {
        padding: 0 28px 40px 0;
    }
    .m-page {
        margin-top: 80px;
    }
    .product-page {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 700px) {
    .product-banner h2 {
        font-size: 40px;
    }
    .product-tab {
        padding: 20px 0;
    }
    .product-tab ul li {
        margin-right: 22px;
    }
    .m-page {
        margin-top: 30px;
    }
    .product-page {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .product-banner h2 {
        font-size: 30px;
    }
    .product-page .list ul {
        margin: 0 0 -20px 0;
    }
    .product-page .list ul li {
        padding: 0 0 20px 0;
    }
}
.prodet-page .ui.container {
    max-width: 1452px;
    width: 100%;
}
.prodet-page .prodet-1 {
  padding: 70px 0;
    background: #fafafa;
}
.prodet-page .prodet-1 .img {
    vertical-align: middle;
}
.prodet-page .prodet-1 .small {
    width: 100%;
}
.prodet-page .prodet-1 .small .slick-track {
    margin-left: 0;
}
.prodet-page .prodet-1 .small ul {
    margin: -15px;
}
.prodet-page .prodet-1 .small ul li {
    padding: 15px;
}
.prodet-page .prodet-1 .img .big {
    width: 100%;
}
.prodet-page .prodet-1 .img .big a.img-box {
    display: block;
}
.prodet-page .prodet-1 .img .big img {
    width: 100%;
    border: 1px solid #f0f0f0;
}
.prodet-page .prodet-1 .text {
    vertical-align: middle;
    padding-left: 74px;
}
.prodet-page .prodet-1 .text h1 {
    font-size: 24px;
    color: #151515;
    line-height: 2;
    font-style: normal;
}
.prodet-page .prodet-1 .text .options {
    padding-top: 58px;
}
.prodet-page .prodet-1 .text .options ul {
    border-bottom: 1px solid #d9dbe2;
}
.prodet-page .prodet-1 .text .options ul li {
    display: inline-block;
    font-size: 22px;
    color: #848484;
    font-style: italic;
    margin-right: 71px;
    padding-bottom: 23px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
.prodet-page .prodet-1 .text .options ul li::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -moz-transition: transform .5s ease, -moz-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    background: #151515;
}
.prodet-page .prodet-1 .text .options ul li:hover,
.prodet-page .prodet-1 .text .options ul li.active {
    color: #151515;
}
.prodet-page .prodet-1 .text .options ul li:hover::before,
.prodet-page .prodet-1 .text .options ul li.active::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
}
.prodet-page .prodet-1 .text .ret {
    padding-top: 44px;
}
.prodet-page .prodet-1 .text .ret .con {
    font-size: 17px;
    line-height: 1.7;
    color: #1c1c1c;
}
.prodet-page .prodet-1 .text .more {
    background-color: var(--color);
    color: white;
    margin-top: 25px;
    display: inline-block;
    font-size: 16px;
}
.prodet-page .prodet-1 .text .more::before {
    background: var(--color);
}
.prodet-page .prodet-1 .text .more:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
}
.prodet-page .prodet-2 {
    border-top: 1px solid #e4e4e4;
    padding: 73px 0 114px;
}
.prodet-page .prodet-2 h2 {
    font-size: 48px;
    line-height: 1;
    color: #181818;
    font-style: normal;
}
.prodet-page .prodet-2 .content {
    margin-top: 60px;
}
.prodet-page .prodet-2 .content ul {
    margin-right: -63px;
}
.prodet-page .prodet-2 .content ul .slick-track {
    margin: 0;
}
.prodet-page .prodet-2 .content ul li {
    padding-right: 63px;
}
.prodet-page .prodet-2 .content ul li a.img-box {
    display: block;
}
.prodet-page .prodet-2 .content ul li a.img-box img {
    width: 100%;
}
.prodet-page .prodet-2 .content ul li h3 {
    font-size: 16px;
    font-style: normal;
    color: #404040;
    margin-top: 26px;
    line-height: 2;
}
@media screen and (max-width: 1280px) {
    .prodet-page .prodet-1 .text {
        padding-left: 30px;
    }
    .prodet-page .prodet-1 .text .options {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 {
        padding-top: 30px;
    }
    .prodet-page .prodet-1 .img {
        width: 100%;
    }
    .prodet-page .prodet-1 .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .prodet-page .prodet-2 {
        margin-top: 60px;
        padding: 60px 0;
    }
    .prodet-page .prodet-2 .content {
        margin-top: 60px;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .text h1 {
        font-size: 32px;
    }
    .prodet-page .prodet-1 .text .options {
        padding-top: 20px;
    }
    .prodet-page .prodet-1 .text .options ul li {
        font-size: 20px;
        padding-bottom: 10px;
        margin-right: 40px;
    }
    .prodet-page .prodet-1 .text .ret {
        padding-top: 20px;
    }
    .prodet-page .prodet-1 .text .more {
        margin-top: 20px;
        padding: 10px 25px;
    }
    .prodet-page .prodet-2 {
        margin-top: 30px;
        padding: 30px 0;
    }
    .prodet-page .prodet-2 h2 {
        font-size: 36px;
    }
    .prodet-page .prodet-2 .content {
        margin-top: 30px;
    }
    .prodet-page .prodet-2 .content ul {
        margin-right: -20px;
    }
    .prodet-page .prodet-2 .content ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .img .small {
        width: 22%;
        padding-right: 8px;
    }
    .prodet-page .prodet-1 .img .big {
        width: 76%;
    }
    .prodet-page .prodet-1 .text h1 {
        font-size: 28px;
    }
    .prodet-page .prodet-1 .text .options ul li {
        font-size: 18px;
        margin-right: 27px;
    }
    .prodet-page .prodet-2 h2 {
        font-size: 26px;
    }
}
.inner-page .sidebox .sideleft {
    width: 67%;
}
.inner-page .sidebox .sideright {
    width: 33%;
    padding: 0 0 0 109px;
}
.inner-page .sidebox .sideright h2 {
    font-style: normal;
    font-size: 30px;
    letter-spacing: 1px;
    color: #0f0f0f;
    line-height: 1;
}
.inner-page .sidebox .sideright .list {
    margin-top: 42px;
}
.inner-page .sidebox .sideright .list ul {
    margin-bottom: 30px;
}
.inner-page .sidebox .sideright .list ul li {
    padding-bottom: 30px;
}
.inner-page .sidebox .sideright .list ul li .img {
    padding-right: 25px;
    width: 43%;
}
.inner-page .sidebox .sideright .list ul li .img a.img-box {
    display: block;
}
.inner-page .sidebox .sideright .list ul li .img a.img-box img {
    width: 100%;
    object-fit: cover;
    height: 120px;
}
.inner-page .sidebox .sideright .list ul li .text {
    padding-top: 0px;
    width: 57%;
}
.inner-page .sidebox .sideright .list ul li .text time {
    font-size: 14px;
    color: #686868;
    line-height: 2;
}
.inner-page .sidebox .sideright .list ul li .text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #2d2d2d;
    line-height: 2;
    font-style: normal;
    margin-top: 10px;
}
.news-page {
    padding-bottom: 113px;
}
/*.news-page .ui.container {
  max-width: 1682px;
  width: 100%;
}*/
.news-page .sidebox {
    /*padding-left: 26px;*/
    margin-top: 40px;
}
.news-page .sidebox .sideleft ul {
    margin: 0 -55px -75px 0;
}
.news-page .sidebox .sideleft ul li {
    padding: 0 55px 75px 0;
}
.news-page .sidebox .sideleft ul li a.img-box {
    display: block;
}
.news-page .sidebox .sideleft ul li a.img-box img{
    width: 100%;
}
.news-page .sidebox .sideleft ul li .text {
    padding: 20px 10px 0;
}
.news-page .sidebox .sideleft ul li .text time {
    font-size: 14px;
    color: #686868;
    line-height: 2;
}
.news-page .sidebox .sideleft ul li .text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #2d2d2d;
    line-height: 2;
    font-style: normal;
    /*text-transform: uppercase;*/
    margin-top: 11px;
}
.news-page .sidebox .sideleft ul li .text p {
    font-size: 14px;
    color: #595959;
    line-height: 2;
    margin-top: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}
.news-page .sidebox .sideleft ul li .text .more {
    color: #2e2e2e;
    border: 1px solid #4a4a4a;
    text-transform: capitalize;
    padding: 10px 15px;
    background-color: #fff;
        line-height: normal;
    height: auto;
}
.news-page .sidebox .sideleft ul li .text .more::before {
    background: var(--color);
}
.news-page .sidebox .sideleft ul li .text .more:hover {
    color: white;
    border-color: var(--color);
    background: var(--color);
}
.news-page .sidebox .sideleft ul li .text .more:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
}
@media screen and (max-width: 1280px) {
    .inner-page .sidebox .sideright {
        padding: 26px 0 0 30px;
    }
}
@media screen and (max-width: 1100px) {
    .news-page .sidebox {
        padding-left: 0;
    }
    .news-page .sidebox .sideleft ul {
        margin: 0 -30px -50px 0;
    }
    .news-page .sidebox .sideleft ul li {
        padding: 0 30px 50px 0;
    }
    .news-page .sidebox .sideleft ul li .text {
        padding: 20px 18px 0;
    }
    .inner-page .sidebox .sideright .list ul li .text {
        padding-top: 10px;
    }
    .inner-page .sidebox .sideright .list ul li .text h3 {
        font-size: 16px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideleft {
        width: 100%;
    }
    .inner-page .sidebox .sideright {
        display: none;
    }
    .news-page {
        padding-bottom: 60px;
    }
    .news-page .sidebox {
        margin-top: 30px;
    }
}
@media screen and (max-width: 700px) {
    .product-banner p {
        margin-top: 20px;
    }
    .news-page .sidebox .sideleft ul {
        margin: 0 -20px -40px 0;
    }
    .news-page .sidebox .sideleft ul li {
        padding: 0 20px 40px 0;
    }
    .news-page .sidebox .sideleft ul li .text {
        padding: 15px 10px 0;
    }
    .news-page .sidebox .sideleft ul li .text h3 {
        font-size: 16px;
    }
    .news-page {
        padding-bottom: 30px;
    }
}
.newdet-page {
    padding: 50px 0 80px;
}
.newdet-page .ui.container {
    max-width: 1682px;
    width: 100%;
}
.newdet-page .sidebox {
    padding-left: 83px;
}
/*.newdet-page .sidebox .sideleft .content img {
  width: 100%;
}*/
.newdet-page .sidebox .sideleft .content img.lazy {
    width: 100%;
    object-fit: cover;
    height: 460px;
}
.newdet-page .sidebox .sideleft .content .info {
    padding: 50px 0;
}
.newdet-page .sidebox .sideleft .content .info time {
    font-size: 16px;
    color: #686868;
    line-height: 1;
}
.newdet-page .sidebox .sideleft .content .info h1 {
    font-style: normal;
    letter-spacing: 1px;
    color: #2d2d2d;
    font-size: 36px;
    line-height: 1.1;
    margin-top: 30px;
}
.newdet-page .sidebox .sideleft .content .info .desc {
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d2d;
    text-align: left;
    margin-top: 41px;
}
.newdet-page .sidebox .sideleft .content .m-link {
    border-top: 1px solid #f1f1f1;
    padding-top: 32px;
}
.newdet-page .sidebox .sideleft .content .m-link .left span i {
    margin-left: 12px;
}
.newdet-page .sidebox .sideleft .content .m-link .right {
    text-align: right;
}
.newdet-page .sidebox .sideleft .content .m-link .right span i {
    margin-right: 12px;
}
.newdet-page .sidebox .sideleft .content .m-link img {
    width: auto;
}
.newdet-page .sidebox .sideleft .content .m-link span {
    display: block;
}
.newdet-page .sidebox .sideleft .content .m-link span i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #303030;
    line-height: 1;
}
.newdet-page .sidebox .sideleft .content .m-link span img {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .sidebox .sideleft .content .m-link em {
    font-size: 16px;
    color: #161616;
    line-height: 1.7;
    display: block;
    margin-top: 16px;
}
@media screen and (max-width: 1440px) {
    .newdet-page .sidebox {
        padding-left: 30px;
    }
}
@media screen and (max-width: 1280px) {
    .newdet-page .sidebox {
        padding-left: 0;
    }
}
@media screen and (max-width: 1100px) {
    .newdet-page .sidebox .sideleft .content .info {
        padding: 30px 30px 0 30px;
    }
    .newdet-page .sidebox .sideleft .content .info h1 {
        margin-top: 20px;
        font-size: 30px;
    }
    .newdet-page .sidebox .sideleft .content .info .desc {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .newdet-page {
        padding: 20px 0 60px;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .sidebox .sideleft .content .info {
        padding: 20px 15px 0;
    }
    .newdet-page .sidebox .sideleft .content .m-link {
        margin-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .sidebox .sideleft .content .m-link .right {
        text-align: left;
    }
    .newdet-page .sidebox .sideleft .content .info {
        padding: 20px 0 0 0;
    }
    .newdet-page .sidebox .sideleft .content .info h1 {
        font-size: 23px;
    }
    .newdet-page .sidebox .sideleft .content .m-link em {
        font-size: 14px;
    }
    .newdet-page .sidebox .sideleft .content .info .desc {
        font-size: 15px;
    }
}
.contact-page {
    padding: 83px 0 130px;
}
/*.contact-page .contact-1 .grid-box .infos {
  width: 54.55%;
}*/
.contact-page .contact-1 .grid-box .infos ul {
    margin-bottom: -134px;
}
.contact-page .contact-1 .grid-box .infos ul li {
    padding-bottom: 100px;
}
.contact-page .contact-1 .grid-box .infos ul li h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    color: var(--color);
    text-transform: capitalize;
}
.contact-page .contact-1 .grid-box .infos ul li p {
    font-size: 18px;
    color: #101010;
    line-height: 1.5;
    width: 100%;
}
/*.contact-page .contact-1 .grid-box .map {
  width: 45.45%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}*/
.contact-page .contact-1 .grid-box .map #mapContainer {
    height: 550px;
}
.contact-page .contact-2 {
    margin-top: 130px;
}
.contact-page .contact-2 .box {
    max-width: 1071px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.contact-page .contact-2 .box h2 {
    font-size: 60px;
    letter-spacing: 1px;
    color: #353535;
    line-height: 1;
    font-style: normal;
}
.contact-page .contact-2 .box form {
    margin-top: 69px;
}
.contact-page .contact-2 .box form ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 28px;
    float: left;
}
.contact-page .contact-2 .box form ul li:nth-child(2n) {
    margin-right: 0;
}
.contact-page .contact-2 .box form input,
.contact-page .contact-2 .box form textarea {
    padding: 19px 20px;
    font-size: 16px;
    border: 1px solid #757575;
    width: 100%;
    color: #707070;
}
.contact-page .contact-2 .box form textarea {
    height: 213px;
    margin-bottom: 55px;
}
.contact-page .contact-2 .box form input[type="submit"] {
    width: 229px;
    background: #040202;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-2 .box form input[type="submit"]:hover {
    background: var(--color);
}
@media screen and (max-width: 1680px) {
    .contact-page .contact-1 .grid-box .infos ul li p {
        width: 77%;
    }
}
@media screen and (max-width: 1440px) {
    .contact-page .contact-1 .grid-box {
        padding-left: 80px;
    }
}
@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .grid-box {
        padding-left: 40px;
    }
    .contact-page .contact-1 .grid-box .infos ul li p {
        width: 83%;
    }
}
@media screen and (max-width: 1100px) {
    .contact-page .contact-1 .grid-box {
        padding-left: 0;
    }
    .contact-page .contact-2 .box h2 {
        font-size: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page {
        padding: 30px 0 60px;
    }
    .contact-page .contact-1 .grid-box .infos ul {
        margin-bottom: -60px;
    }
    .contact-page .contact-1 .grid-box .infos ul li {
        padding-bottom: 60px;
    }
    .contact-page .contact-1 .grid-box .infos ul li p {
        width: 100%;
        font-size: 16px;
    }
    .contact-page .contact-1 .grid-box .map #mapContainer {
        height: 400px;
    }
    .contact-page .contact-2 {
        margin-top: 60px;
    }
    .contact-page .contact-2 .box h2 {
        font-size: 40px;
    }
    .contact-page .contact-2 .box form {
        margin-top: 36px;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 .grid-box .infos {
        width: 100%;
    }
    .contact-page .contact-1 .grid-box .map {
        width: 100%;
        margin-top: 20px;
    }
    .contact-page .contact-1 .grid-box .map #mapContainer {
        height: 300px;
    }
    .contact-page .contact-1 .grid-box .infos ul {
        margin-bottom: -30px;
    }
    .contact-page .contact-1 .grid-box .infos ul li {
        padding-bottom: 30px;
    }
    .contact-page .contact-1 .grid-box .infos ul li h4 {
        margin-bottom: 30px;
    }
    .contact-page .contact-2 {
        margin-top: 30px;
    }
    .contact-page .contact-2 .box h2 {
        font-size: 34px;
    }
    .contact-page .contact-2 .box form input,
    .contact-page .contact-2 .box form textarea {
        padding: 12px 15px;
    }
    .contact-page .contact-2 .box form ul li {
        margin-bottom: 15px;
    }
    .contact-page .contact-2 .box form textarea {
        margin-bottom: 25px;
    }
    .contact-page .contact-2 .box form input[type="submit"] {
        padding: 10px 0;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .grid-box .infos ul li h4 {
        margin-bottom: 20px;
    }
    .contact-page .contact-2 .box h2 {
        font-size: 26px;
    }
    .contact-page .contact-2 .box form ul li {
        width: 100%;
        margin-right: 0;
    }
    .contact-page .contact-2 .box form textarea {
        height: 150px;
    }
}
.su-page .box {
    max-width: 995px;
    margin: 0 auto;
    text-align: center;
}
.su-page .box h2 {
    font-size: 48px;
    color: #191919;
    line-height: 1.4;
    width: 80%;
    margin: 0 auto;
}
.su-page .box p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.5;
    margin-top: 54px;
}
.su-page ul {
    padding-top: 150px;
}
.su-page ul li:nth-child(even) .text {
    padding: 0 144px 0 108px;
}
@media screen and (max-width: 1680px) {
    .su-page ul li:nth-child(even) .text {
        padding: 0 108px;
    }
}
@media screen and (max-width: 1440px) {
    .su-page ul li:nth-child(even) .text {
        padding: 0 70px;
    }
}
@media screen and (max-width: 1280px) {
    .inner-banner .box .info ul {
        margin-right: -56px;
    }
    .inner-banner .box .info ul li {
        padding-right: 56px;
    }
    .su-page ul li:nth-child(even) .text {
        padding: 0 50px;
    }
}
@media screen and (max-width: 1100px) {
    .inner-banner .box .info ul {
        margin-right: -40px;
    }
    .inner-banner .box .info ul li {
        padding-right: 40px;
        font-size: 14px;
    }
    .su-page .box p {
        margin-top: 30px;
    }
    .su-page ul {
        padding-top: 100px;
    }
    .su-page ul li:nth-child(even) .text {
        padding: 0 25px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner .box .info ul {
        margin-right: -20px;
    }
    .inner-banner .box .info ul li {
        padding-right: 20px;
    }
    .su-page .box h2 {
        font-size: 40px;
    }
    .su-page ul {
        padding-top: 60px;
    }
    .su-page ul li:nth-child(even) .text {
        padding: 0;
    }
}
@media screen and (max-width: 700px) {
    .su-page .box h2 {
        font-size: 34px;
        width: 100%;
    }
    .su-page .box p {
        margin-top: 10px;
    }
    .su-page ul {
        padding-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .su-page .box h2 {
        font-size: 26px;
    }
}
.wear-page .ui.container {
    max-width: 1600px;
    width: 100%;
}
.wear-page ul {
    padding-left: 24px;
}
.wear-page ul li .slick {
    margin-top: 40px;
}
.wear-page ul li .slick dd {
    font-size: 18px;
    line-height: 1.3;
    color: #191919;
    padding-left: 16px;
    position: relative;
}
.wear-page ul li .slick dd::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #151515;
    left: 0;
    top: 50%;
}
.wear-page ul li .text {
    margin-top: -63px;
}
.wear-page ul li .img-box {
    position: relative;
    padding-bottom: 63px;
}
.wear-page ul li .img-box img {
    width: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.wear-page ul li .img-box .i2 {
    position: absolute;
    z-index: -1;
}
.wear-page ul li:nth-child(1) .img-box .i2 {
    top: 82px;
    right: 0;
}
.wear-page ul li:nth-child(2) .img-box .i2 {
    top: 32%;
    right: 0;
}
.wear-page ul li:nth-child(3) .img-box .i2 {
    bottom: 0;
    right: 0;
}
.wear-page ul li:nth-child(4) .text {
    margin-top: -97px;
}
.wear-page ul li:nth-child(4) .img-box {
    padding-bottom: 97px;
}
.wear-page ul li:nth-child(4) .img-box .i2 {
    top: 131px;
    right: 0;
}
#faq h2 {
    font-size: 28px;
}
#faq ul li h4 {
    position: relative;
    padding: 0 25px;
    color: #333;
    background: #f7f8fa;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}
#faq ul li h4::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 20px;
}
#faq ul li p {
    padding: 0 25px;
    display: none;
}
#faq ul li.active h4 {
    color: #FFFFFF;
    background: #252b54;
}
#faq ul li.active h4::after {
    content: "\f106";
}
@media screen and (max-width: 1280px) {
    .wear-page ul li .img-box .i1 {
        width: 80%;
    }
}
@media screen and (max-width: 1000px) {
    .wear-page ul li {
        margin-top: 120px;
    }
    .wear-page ul {
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .wear-page ul li:first-child {
        margin-top: 50px;
    }
    .wear-page ul li .slick {
        display: none;
    }
    .wear-page ul li .img-box {
        padding-bottom: 28px;
    }
    .wear-page ul li .img-box .i2 {
        width: 60%;
    }
}
.honor-page {
    padding-top: 70px;
    padding-bottom: 80px;
}
.honor-page .grid-box {
    margin: 0 -30px 0 0;
}
.honor-page .column {
    /*width:33.3% !important;*/
    padding: 0 30px 0 0px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.honor-page .column img {
    width: 100%;
}
.honor-page .column h3 {
    margin: 15px 0;
    font-size: 18px;
}
.honor-page .column p {
    color: #666;
    line-height: 28px;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px;
    background: #eee;
}
.honor-page .column:hover {
    -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
@media screen and (max-width: 768px) {
    .honor-page .grid-box.five > .column {
        width: 33.3%;
    }
}
@media screen and (max-width: 700px) {
    .honor-page .grid-box.five > .column {
        width: 50%;
        padding: 0 5px;
    }
    .honor-page .column h3 {
        margin: 8px 0;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .honor-page .grid-box .column {
        width: 100% !important;
    }
    .honor-page .column p {
        line-height: 26px;
        font-size: 14px;
        margin-top: 0;
    }
}
#index-body .i-news .list ul li img {
    width: 100%;
}
#index-body .i-news .title1 span.tag {
    color: var(--color);
}
#index-body .i-product .title1 span.tag {
    color: var(--color);
}
.newdet-page .sidebox .sideleft .content .info img.wscnph {
    width: 49%;
    padding: 10px;
}
.newdet-page .sidebox .sideleft .content .info .desc p {
    padding: 10px 0;
    line-height: 2;
}
.about-page ul li .text .desc p {
    padding: 10px 0;
}
/*about-4*/
.about-4 {
    padding: 100px 0 100px;
    background: url(../images/cailiao-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.about-4 .container {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-4 .container .left {
    width: 50%;
    text-align: center;
    padding: 0 5%;
}
.about-4 .container .left .content {
    display: inline-block;
    position: relative;
}
.about-4 .container .left .content .ball {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-4 .container .left .content .ball .box {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -webkit-animation: kz 20s infinite linear;
    -moz-animation: kz 20s infinite linear;
    animation: kz 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: relative;
}
.about-4 .container .left .content .ball .box .text1 {
    position: absolute;
    top: 0;
    left: -20px;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background: rgba(221,189,194,0.4);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .left .content .ball .box .text2 {
    position: absolute;
    top: -40px;
    right: 65px;
    border-radius: 100%;
    width: 125px;
    height: 125px;
    line-height: 125px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: rgba(221,189,194,0.5);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .left .content .ball .box .text3 {
    position: absolute;
    top: 155px;
    right: -75px;
    border-radius: 100%;
    width: 175px;
    height: 175px;
    line-height: 175px;
    font-size: 21.5px;
    color: #fff;
    text-align: center;
    background: rgba(221,189,194,0.6);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .left .content .ball .box .text4 {
    position: absolute;
    bottom: -40px;
    right: 35px;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    line-height: 170px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: rgba(221,189,194,0.8);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .left .content .ball .box .text5 {
    position: absolute;
    bottom: 32px;
    left: -50px;
    border-radius: 100%;
    width: 195px;
    height: 195px;
    line-height: 195px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: rgba(221,189,194,1);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .right {
    width: 50%;
}
.about-4 .container .right .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-4 .container .right h2 {
    font-size: 60px;
    line-height: .8;
    color: #ffffff;
    font-weight: bold;
}
.about-4 .container .right h3 {
    font-size: 42px;
    line-height: 2;
    color: #fff;
    font-weight: 700;
}
.about-4 .container .right p {
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
}
/*honor*/
.about-page .honor {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
    padding-top: 80px;
}
.about-page .honor .left {
    width: 40%;
    padding-top: 20px;
    padding-right: 50px;
}
.about-page .honor .left h2 {
    font-size: 48px;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 0;
}
.about-page .honor .left p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
}
.about-page .honor .left .img {
    margin: 1.5rem 0;
}
.about-page .honor .left .tab {
    font-size: 0;
}
.about-page .honor .left .tab span {
    display: inline-block;
    background-color: var(--color);
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
}
.about-page .honor .left .tab span img {
    vertical-align: middle;
}
.about-page .honor .left .tab span.left-btn {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.about-page .honor .left .tab span.right-btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.about-page .honor .right {
    width: 60%;
    position: relative;
}
.about-page .honor .right ul {
    margin: -15px;
}
.about-page .honor .right ul li {
    padding: 15px;
}
.about-page .honor .right ul li img {
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
@media screen and (max-width: 1200px) {
    .about-4 .container .left .content .ball .box .text1{
        width: 125px;
        height: 125px;
        line-height: 125px;
        font-size: 14px;
    }
    .about-4 .container .left .content .ball .box .text3{
        width: 125px;
        height: 125px;
        line-height: 125px;
        font-size: 14px;
    }
    .about-4 .container .left .content .ball .box .text4{
        width: 125px;
        height: 125px;
        line-height: 125px;
        font-size: 14px;
    }
    .about-4 .container .left .content .ball .box .text5{
        width: 125px;
        height: 125px;
        line-height: 125px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1000px) {
    .about-4 .container .left{
        width: 100%;
        display: none;
    }
    .about-4 .container .right{
        width: 100%;
    }
    .about-page .honor .left h2{
        font-size: 30px;
    }
    .about-page .honor .left{
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .about-page .honor .right{
        width: 100%;
    }
}
/*factory*/
.about-page .ab-4{
    padding: 80px 0 0;
    background: #fafafa;
}
.about-page .ab-4 .header span{
    color: var(--color);
    font-size: 28px;
    line-height: 1.8;
}
.about-page .ab-4 .header h3{
    font-size: 24px;
    line-height: 1;
}
.about-page .ab-4 .header p{
    font-size: 18px;
    line-height: 1.8;
    color: #6e6e6e;
}
.about-page .ab-4 .content{
    margin-top: 15px;
}
.about-page .ab-4 .content .slick-arrow{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 57px;
    height: 59px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none;
}
.about-page .ab-4 .content .slick-arrow:hover {
    background-color: rgba(45,78,125,1);
}
.about-page .ab-4 .content .slick-prev {
    background: url("../images/inner-l.png") no-repeat center center;
    left: 45%;
}
.about-page .ab-4 .content .slick-next {
    background: url("../images/inner-r.png") no-repeat center center;
    right: 45%;
    left: auto;
}
.about-page .ab-4 .content ul{
    margin-right: -15px;
}
.about-page .ab-4 .content ul li{
    padding-right: 15px;
}
.about-page .ab-4 .content ul li a{
    display: block;
    width: 100%;
}
.about-page .ab-4 .header h2{
    display: block;
    font-size: 28px;
    line-height: 2;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}
.about-page .honor li {
    margin-bottom: 0 !important;
}
.inner-banner.nei01 .box {
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.prodet-page .prodet-1 .text .cont-top {
    margin-top: 10px;
}
.prodet-page .prodet-1 .text .cont-top p {
    font-size: 17px;
    line-height: 2;
    color: #4a4a4a;
}
.prodet-page .prodet-1 .text .share {
    margin-top: 20px;
    font-size: 18px;
}
.prodet-page .prodet-1 .text .share a {
    padding-right: 28px;
}
.inner-page.prodet-page .prodet-3 {
    padding: 70px 0 0;
    margin-bottom: 80px;
}
.inner-page.prodet-page .prodet-3 table {
    font-size: 18px;
}
.inner-page.prodet-page .prodet-3 table td {
    padding: 10px 20px;
}
.prodet-page .prodet-3 h2 {
    font-size: 48px;
    line-height: 2;
    color: #181818;
    font-style: normal;
    margin-bottom: 60px;
}
table td, table th{
    border: 1px solid #eee;
}
.history-page {
    padding: 90px 0;
    overflow: hidden;
}
.history-page .historySideBar .historySideLeft {
    width: 40%;
    padding: 0 8%;
}
.history-page .historySideBar .historySideLeft span.h3 {
    font-size: 30px;
    padding: 1.83333333em 15%;
    display: block;
    background: url("../images/historySideLeft-1.jpg") center center no-repeat;
    background-size: cover;
    line-height: 1.2;
    color: white;
    position: relative;
}
.history-page .historySideBar .historySideLeft span.h3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: url("../images/historySideLeft-3.jpg") center center no-repeat;
    background-size: cover;
}
.history-page .historySideBar .historySideLeft span.h3:after {
    content: '';
    width: 1.66666667em;
    height: 0.13333333em;
    display: block;
    margin-top: .5em;
    background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
    padding: 10%;
    height: 480px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../images/historySideLeft-2.jpg") center center no-repeat;
    background-size: cover;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
    font-size: 16px;
    margin-top: .5em;
}
.history-page .historySideBar .historySideRight {
    width: 60%;
}
.history-page .historySideBar .historySideRight .list {
    position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
    font-size: 24px;
    color: var(--color);
    line-height: 1.2;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 30px;
    margin-left: 30px;
    padding-bottom: 30px;
    position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
    content: '';
    width: 1px;
    height: 140%;
    position: absolute;
    left: 0;
    top: -20%;
    background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 3px solid #e5e5e5;
    display: block;
    position: absolute;
    left: -7px;
    top: 5px;
    background: white;
    z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--color);
    font-size: 120%;
}
/*历史响应式*/
@media screen and (max-width: 1450px) {
    .history-page .historySideBar .historySideLeft span.h3 {
        font-size: 24px;
    }
    .history-page .historySideBar .historySideLeft .img {
        padding: 5%;
        height: 300px;
    }
    .history-page .historySideBar .historySideLeft .img span.h6 {
        font-size: 18px;
    }
    .history-page .historySideBar .historySideLeft .img .text {
        font-size: 14px;
    }
    .history-page .historySideBar .historySideRight .list ul li time {
        font-size: 20px;
    }
    .history-page .historySideBar .historySideRight .list ul li .slide .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 1000px) {
    .history-page .historySideBar .historySideLeft {
        display: none;
    }
    .history-page .historySideBar .historySideRight {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .history-page .historySideBar .historySideRight .list ul li time {
        font-size: 18px;
        padding-top: .2em;
    }
    .history-page .historySideBar .historySideRight .list ul li .slide {
        padding-left: 15px;
        margin-left: 15px;
    }
    .history-page .historySideBar .historySideRight .list ul li .slide .text {
        padding-left: 1em;
    }
}
/*历史响应式-end*/
.inner-banner.history-ny h2 {
    top: 30%;
}
.inner-banner.history-ny .box {
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.prodet-4 .pro-1 {
    padding: 110px 0;
}
.prodet-4 .pro-1 .left {
    width: 52%;
}
.prodet-4 .pro-1 .left span.tag {
    color: var(--color);
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    line-height: 2;
    margin-bottom: .5em;
}
.prodet-4 .pro-1 .left span.h3 {
    font-size: 26px;
    display: block;
    line-height: 2;
}
.prodet-4 .pro-1 .left .text {
    font-size: 17px;
    color: #646464;
    line-height: 2;
    margin: 1.2em 0;
}
.prodet-4 .pro-1 .left .text p {
    margin-top: 1em;
}
.prodet-4 .pro-1 .left .text p:first-child {
    margin-top: 0;
}
.prodet-4 .pro-1 .right {
    width: 48%;
    padding-left: 3%;
}
.prodet-4 .pro-1 .right .list ul li {
    padding: 23px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-bottom: 1px solid #e3e3e3;
}
.prodet-4 .pro-1 .right .list ul li i.fa {
    padding: 0 .5em;
    font-size: 28px;
    line-height: 1;
    margin-top: -0.1em;
}
.prodet-4 .pro-1 .right .list ul li .content {
    width: 100%;
}
.prodet-4 .pro-1 .right .list ul li .content span.h6 {
    font-size: 18px;
    color: #373737;
    line-height: 2;
    display: block;
    text-transform: capitalize;
}
.prodet-4 .pro-1 .right .list ul li .content .text {
    font-size: 15px;
    color: #646464;
    line-height: 2;
    margin-top: 1.2em;
    display: none;
}
.prodet-4 .pro-1 .right .list ul li span.plus {
    width: 18px;
    height: 18px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    cursor: pointer;
    cursor: hand;
}
.prodet-4 .pro-1 .right .list ul li span.plus:after,
.prodet-4 .pro-1 .right .list ul li span.plus:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #a6a6a6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-4 .pro-1 .right .list ul li span.plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prodet-4 .pro-1 .right .list ul li.active span.plus:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media screen and (max-width: 1450px) {
    .prodet-4 .pro-1 .left span.tag,
    .sustainable-page span.tag {
        font-size: 14px;
    }
    .prodet-4 .pro-1 .left span.h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1250px) {
    .prodet-4 .pro-1 .right .list ul li .content span.h6 {
        font-size: 16px;
    }
    .prodet-4 .pro-1 .right .list ul li i.fa {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-4 .pro-1{
        padding: 60px 0;
    }
    .prodet-4 .pro-1 .left{
        width: 100%;
    }
    .prodet-4 .pro-1 .right{
        width: 100%;
        padding: 0;
    }
}
.prodet-5 .certificate {
    height: 42.8vw;
    background: url(../images/certificate.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 6% 0;
    color: white;
}
.prodet-5 .certificate video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.prodet-5 .certificate .box {
    position: relative;
    z-index: 2;
    width: 50%;
}
.prodet-5 .certificate .box span {
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
}
.prodet-5 .certificate .box .title {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 4px;
}
.prodet-5 .certificate .box p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 23px;
}
.prodet-5 .certificate .box .more {
    margin-top: 20px;
}
.prodet-5 .certificate .box ul {
    margin: 50px -25px 0 0;
}
.prodet-5 .certificate .box ul li {
    padding-right: 25px;
}
.prodet-5 .certificate .box ul li .img-box {
    height: 167px;
    line-height: 167px;
    text-align: center;
}
.prodet-5 .certificate .box ul li .img-box img {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1280px) {
    .prodet-5 .certificate .box {
        width: 55%;
    }
}
@media screen and (max-width: 1100px) {
    .prodet-5 .certificate {
        padding: 100px 0;
    }
    .prodet-5 .certificate .box {
        width: 60%;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-5{
        display: none;
    }
    .prodet-5 .certificate {
        padding: 60px 0;
        height: 660px;
    }
    .prodet-5 .certificate .box {
        width: 78%;
    }
    .prodet-5 .certificate .box p {
        width: 90%;
    }
    .prodet-5 .certificate .box ul {
        margin: 40px -25px 0 0;
    }
}
@media screen and (max-width: 700px) {
    .prodet-5 .certificate {
        padding: 30px 0;
        height: 520px;
    }
    .prodet-5 .certificate .box {
        width: 100%;
        margin-left: 0;
    }
    .prodet-5 .certificate .box .title {
        font-size: 34px;
    }
    .prodet-5 .certificate .box p {
        width: 100%;
        font-size: 17px;
    }
    .prodet-5 .certificate .box ul li {
        width: 33.3333%;
    }
    .prodet-5 .certificate .box ul li .img-box {
        height: 140px;
        line-height: 140px;
    }
}
@media screen and (max-width: 500px) {
    .prodet-5 .certificate {
        height: 400px;
    }
    .prodet-5 .certificate .box span {
        font-size: 16px;
    }
    .prodet-5 .certificate .box .title {
        font-size: 26px;
    }
    .prodet-5 .certificate .box p {
        font-size: 16px;
        line-height: 1.8;
    }
    .prodet-5 .certificate .box .more {
        margin-top: 20px;
    }
    .prodet-5 .certificate .box ul {
        display: none;
    }
}
/* fuck-banner-start */
#banner2 .box {
    height: 880px;
    position: relative;
}
#banner2 .bigImg {
    height: inherit;
    position: relative;
}
#banner2 .bigImg .img {
    width: 100%;
    height: 100%;
    background-position: center left;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#banner2 .bigImg .img.active {
    -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    z-index: 1;
}
#banner2 .smallImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    z-index: 2;
}
#banner2 .smallImg ul {
    width: 100%;
    height: 100%;
}
#banner2 .smallImg ul li {
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner2 .smallImg ul li .text {
    position: absolute;
    bottom: 9%;
    padding: 0 8%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
#banner2 .smallImg ul li span {
    line-height: 1.6;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: absolute;
    left: 0;
    top: 70%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner2 .smallImg ul li h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    position: relative;
    top: -10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    font-family: 'Ogg';
}
#banner2 .smallImg ul li p {
    font-weight: 500;
    margin: 15px 0 30px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#banner2 .smallImg ul li a.more {
    font-size: 18px;
    position: relative;
    top: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner2 .smallImg ul li a.more img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    left: 0;
}
#banner2 .smallImg ul li a.more:hover img {
    left: 10px;
}
#banner2 .smallImg ul li.active {
    background: rgba(0, 0, 0, 0.3);
}
#banner2 .smallImg ul li.active span {
    -webkit-transform: translateX(-100%) rotate(90deg);
    -moz-transform: translateX(-100%) rotate(90deg);
    -ms-transform: translateX(-100%) rotate(90deg);
    transform: translateX(-100%) rotate(90deg);
}
#banner2 .smallImg ul li.active .text {
    opacity: 1;
}
#banner2 .smallImg ul li.active .text h3,
#banner2 .smallImg ul li.active .text p,
#banner2 .smallImg ul li.active .text a.more {
    top: 0;
}
@-webkit-keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}
@-moz-keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}
@keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}
@media screen and (max-width: 1700px) {
    #banner2 .box {
        height: 700px;
    }
}
@media screen and (max-width: 1500px) {
    #banner2 .box {
        height: 600px;
    }
    #banner2 .smallImg ul li h3 {
        font-size: 32px;
    }
    #banner2 .smallImg ul li p {
        font-size: 16px;
    }
    #banner2 .smallImg ul li a.more {
        font-size: 15px;
    }
    #banner2 .smallImg ul li a.more img {
        max-width: 35px;
    }
    #banner2 .smallImg ul li .text {
        padding: 0 4%;
        bottom: 5%;
    }
}
@media screen and (max-width: 1250px) {
    #banner2 {
        margin-top: 55px;
    }
    .container3 {
        padding: 0 15px;
    }
    #banner2 .box {
        height: 500px;
    }
    #banner2 .smallImg ul li h3 {
        font-size: 28px;
    }
    #banner2 .smallImg ul li p {
        font-size: 15px;
        margin: 10px 0 15px;
    }
    #banner2 .smallImg ul li span {
        font-size: 14px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    #banner2 .smallImg ul li {
        width: 25%;
    }
    #banner2 .smallImg ul li h3 {
        font-size: 24px;
    }
    #banner2{
        display: none;
    }
}
@media screen and (max-width: 700px) {
    #banner2 .box {
        height: 360px;
    }
    #banner2 .smallImg ul li p,
    #banner2 .smallImg ul li a.more {
        display: none;
    }
    #banner2 .smallImg ul li h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    #banner2 .box {
        height: 300px;
    }
    #banner2 .smallImg ul li h3 {
        font-size: 16px;
    }
    #banner2 .smallImg ul li span {
        font-size: 12px;
        top: 60%;
    }
}
/* fuck-banner-end */
.more {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1;
    color: white;
    background-color: #0c5736;
    padding: 10px 28px;
}
.product-page .ny-top {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.product-page .ny-top div {
    padding: 5px 0;
}
@media screen and (max-width: 1400px) {
    .prodet-5 .certificate .box ul {
        width: 80%;
        margin: 20px -25px 0 0;
    }
}
@media screen and (max-width: 1300px) {
    .prodet-5 .certificate{
        padding: 3% 0;
    }
}
.manufacturing-page .manufacturing-1 {
    margin: 110px 0;
}
.manufacturing-page .manufacturing-1 .left {
    width: 25%;
    padding-right: 5%;
    vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .left span.h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
.manufacturing-page .manufacturing-1 .left span.h3:after {
    content: '';
    height: 0.13333333em;
    width: 1em;
    background-color: var(--color);
    margin-top: .5em;
    display: block;
}
.manufacturing-page .manufacturing-1 .right {
    width: 75%;
    vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .text {
    font-size: 18px;
    color: #7e7f81;
}
.manufacturing-page .manufacturing-1 .right .text p {
    margin-top: 1em;
}
.manufacturing-page .manufacturing-1 .right .text p:first-child {
    margin-top: 0;
}
@media screen and (max-width: 1600px) {
    .manufacturing-page .manufacturing-1 {
        margin: 60px 0;
    }
}
@media screen and (max-width: 1000px) {
    .manufacturing-page .manufacturing-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .manufacturing-page .manufacturing-1 .right {
        width: 100%;
        margin-top: 10px;
    }
}
.manufacturing-page .manufacturing-2 {
    background: url( ../images/main-bg.jpg) center center no-repeat;
    background-size: cover;
}
.manufacturing-page .manufacturing-2 {
    padding: 110px 0;
    text-align: center;
    overflow: hidden;
}
.manufacturing-page .manufacturing-2 span.h2 {
    font-size: 30px;
    line-height: 1.2;
}
.manufacturing-page .manufacturing-2 span.h2:after {
    content: '';
    width: 1.66666667em;
    height: 0.13333333em;
    display: block;
    margin: .5em auto 0;
    background-color: var(--color);
}
.manufacturing-page .manufacturing-2 .list {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}
.manufacturing-page .manufacturing-2 .list .slick-arrow {
    z-index: 6;
}
.manufacturing-page .manufacturing-2 .list .slick-arrow.slick-prev {
    right: auto;
    left: 0;
}
.manufacturing-page .manufacturing-2 .list .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.manufacturing-page .manufacturing-2 .list ul {
    margin: 0 -15%;
    position: static;
}
.manufacturing-page .manufacturing-2 .list .slick-slide {
    -webkit-transform: translateX(170%);
    -moz-transform: translateX(170%);
    -ms-transform: translateX(170%);
    transform: translateX(170%);
    position: relative;
    z-index: 1;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
.manufacturing-page .manufacturing-2 .list .slick-slide li {
    -webkit-transform: scale(0.625);
    -moz-transform: scale(0.625);
    -ms-transform: scale(0.625);
    transform: scale(0.625);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 2;
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active + div {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
    z-index: 3;
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active + div li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active.slick-current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 4;
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active.slick-current + div {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: 3;
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active.slick-current + div li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active.slick-current + div + div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active.slick-current + div + div li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active.slick-current + div + div + div {
    -webkit-transform: translateX(-170%);
    -moz-transform: translateX(-170%);
    -ms-transform: translateX(-170%);
    transform: translateX(-170%);
    z-index: 1;
}
.manufacturing-page .manufacturing-2 .list .slick-slide.slick-active.slick-current + div + div + div li {
    -webkit-transform: scale(0.625);
    -moz-transform: scale(0.625);
    -ms-transform: scale(0.625);
    transform: scale(0.625);
}
@media screen and (max-width: 1000px) {
    .manufacturing-page .manufacturing-2 .list ul .slick-slide {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide li {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide.slick-active {
        -webkit-transform: translateX(40%);
        -moz-transform: translateX(40%);
        -ms-transform: translateX(40%);
        transform: translateX(40%);
        z-index: 2;
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide.slick-active li {
        -webkit-transform: scale(0.85714286);
        -moz-transform: scale(0.85714286);
        -ms-transform: scale(0.85714286);
        transform: scale(0.85714286);
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide.slick-active.slick-current {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 4;
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide.slick-active.slick-current li {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide.slick-active.slick-current + div {
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
        z-index: 3;
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide.slick-active.slick-current + div li {
        -webkit-transform: scale(0.85714286);
        -moz-transform: scale(0.85714286);
        -ms-transform: scale(0.85714286);
        transform: scale(0.85714286);
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide.slick-active.slick-current + div + div {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 2;
    }
    .manufacturing-page .manufacturing-2 .list ul .slick-slide.slick-active.slick-current + div + div li {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
}
.manufacturing-page .manufacturing-2 .slick-arrow {
    height: 60px;
    width: 60px;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.manufacturing-page .manufacturing-2 .slick-arrow.slick-next {
    left: 100%;
    background-image: url(../images/banner-btn-r.png);
}
.manufacturing-page .manufacturing-2 .slick-arrow.slick-prev {
    right: 100%;
    background-image: url(../images/banner-btn-l.png);
}
.manufacturing-page .manufacturing-3 {
    padding-top: 160px;
    background: url("../images/sustainable-3.jpg") center center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    margin-bottom: 90px;
}
.manufacturing-page .manufacturing-3 .box {
    max-width: 450px;
    width: 100%;
    margin-right: 5%;
    display: block;
    margin-left: auto;
    padding: 50px 35px;
    position: relative;
    z-index: 1;
    background-color: rgba(12, 87, 54, 0.9);
}
.manufacturing-page .manufacturing-3 .box:before {
    content: '';
    border-left: 45px solid white;
    border-bottom: 45px solid white;
    border-top: 45px solid transparent;
    border-right: 45px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
}
.manufacturing-page .manufacturing-3 .box:after {
    content: '';
    width: 100%;
    background-color: var(--color);
    position: absolute;
    left: 0;
    opacity: .9;
    z-index: -1;
    height: 90px;
    top: 100%;
}
.manufacturing-page .manufacturing-3 .box span.h3 {
    font-size: 24px;
    line-height: 1.4;
    display: block;
}
.manufacturing-page .manufacturing-3 .box .text {
    font-size: 15px;
    line-height: 1.8;
    margin: 2em 0;
}
.manufacturing-page .manufacturing-3 .box a.more {
    padding-left: 2em;
    padding-right: 3em;
    background-color: white;
    color: var(--color);
    position: relative;
}
.manufacturing-page .manufacturing-3 .box a.more:after {
    content: '';
    border-right: 0.6em solid var(--color);
    border-bottom: 0.6em solid var(--color);
    border-top: .6em solid transparent;
    border-left: .6em solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-color: var(--color);
    border-right-color: var(--color);
}
@media screen and (max-width: 1600px) {
    .manufacturing-page .manufacturing-3 {
        padding-top: 80px;
    }
}
@media screen and (max-width: 1450px) {
    .manufacturing-page .manufacturing-3 .box:after {
        height: 50px;
    }
    .manufacturing-page .manufacturing-3 .box:before {
        border-width: 25px;
    }
    .manufacturing-page .manufacturing-3 {
        margin-bottom: 50px;
    }
}
.manufacturing-page .manufacturing-4 {
    padding: 110px 0 0;
}
.manufacturing-page .manufacturing-4 .img {
    display: block;
}
.manufacturing-page .manufacturing-4 .img img {
    width: 100%;
}
.manufacturing-page .manufacturing-4 .text {
    color: #646464;
}
.manufacturing-page .manufacturing-4 .left {
    width: 48%;
    padding-right: 5%;
}
.manufacturing-page .manufacturing-4 .left .text {
    font-size: 20px;
    padding: 0 5%;
    margin-top: 10%;
}
.manufacturing-page .manufacturing-4 .right {
    width: 52%;
}
.manufacturing-page .manufacturing-4 .right span.h3 {
    font-size: 32px;
    line-height: 1.2;
    display: block;
    color: #000;
    margin-bottom: 10px;
}
.manufacturing-page .manufacturing-4 .right .text {
    font-size: 17px;
    padding: 20px 0;
}
@media screen and (max-width: 1450px) {
    .manufacturing-page .manufacturing-4 .right {
        margin-top: 40px;
    }
    .manufacturing-page .manufacturing-4 .right .text {
        margin: 1em 0 2em;
    }
}
@media screen and (max-width: 1000px) {
    .manufacturing-page .manufacturing-4 .right {
        margin-top: 10px;
    }
    .manufacturing-page .manufacturing-4 .left {
        width: 100%;
        padding-right: 0;
    }
    .manufacturing-page .manufacturing-4 .right {
        width: 100%;
    }
    .manufacturing-page .manufacturing-4 .left .text {
        margin: 3% 0;
        padding: 0;
    }
}
.manufacturing-page .manufacturing-4 span.tag {
    font-size: 18px;
    color: var(--color);
    text-transform: uppercase;
    display: block;
    line-height: 2;
    margin-bottom: 0.5em;
}
.manufacturing-page .manufacturing-4 .right .text p {
    padding: 5px 0;
}
.manufacturing-page .manufacturing-3 .box .text h2 {
    text-transform: capitalize;
    font-weight: bold;
}
.manufacturing-page .manufacturing-3 .box .text p {
    margin-bottom: 15px;
}
.video-overlay, .video-placeholder {
    position: absolute;
    width: 100%;
    height: 680px;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    -webkit-backface-visibility: hidden;
    opacity: 0.2;
}

.news-top-list li h3 {
    font-size: 18px;
    color: #2d2d2d;
    padding: 5px 0;
}
.news-top-list {
    padding-top: 20px;
    margin-bottom: 30px;
}

/*产品详情*/

.prodet-page .prodet2-7 {
    padding: 100px 0 120px;
    text-align: center;
}
.prodet-page .prodet2-7 h2 {
    font-size: 30px;
    color: #000;
    line-height: 2;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
}
.prodet-page .prodet2-7 .ui.container {

}

.prodet-page .prodet2-7 .img .color {
    margin-bottom: 50px;
    text-align: center;
}

.prodet-page .prodet2-7 .img .color .slick-track {
    margin-left: 0;
}
.prodet-page .prodet2-7 .img .color li {
    width: 20px !important;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
    cursor: hand;
    margin: 15px;
    position: relative;
    z-index: 1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
/*overflow: hidden;*/
}
.prodet-page .prodet2-7 .img .color li span {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.prodet-page .prodet2-7 .img .color li:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
z-index: -1;
background: inherit;
opacity: 0;
position: absolute;
left: 0;
top: 0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet2-7 .img .color .slick-current li {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.prodet-page .prodet2-7 .img .color .slick-current li:after {
    opacity: .6;
}
.prodet-page .prodet2-7 .content {
text-align: left;
    font-size: 16px;
    color: #818080;
  
}
.prodet-page .prodet2-7 .content tr {

       background: #eee;
}

.prodet-page .prodet2-7 .content tr:nth-child(even) {
    background: #fff;
}
.prodet-page .prodet2-7 .content td {
    padding: 10px 15px;
    border: none !important;
}
.prodet-page .prodet2-7 .content strong {
    color: black;
}
.prodet-page .prodet2-7 .content td:nth-child(1) {
    text-align: left;
}
.prodet-page .prodet2-7 .content td {
    padding: 10px 15px;
    border: none !important;
    text-align: center;
    color: #818080;
    line-height: 2;
}
.prodet-page .prodet2-7 table {
    font-size: 17px;
    border: 0px;
}

.prodet-page .prodet2-7 table.changdu {
    width: 60% !important;
    padding: 0 ;
}
   .prodet-page .prodet2-7 .img {
    display: block;
    margin: 0px auto 0px;
    max-width: 500px;
    }
    .prodet-page .prodet2-7 {
        padding: 60px 0 80px;
    }




    .prodet-page .prodet2-4 {
    padding-left: 35%;
    position: relative;    
background: #0c376d;
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0c376d), color-stop(100%,#691c12)); /* 兼容Safari4-5, chrome1-9 */
background: -moz-linear-gradient(140deg, #0c376d 0%, #691c12 100%); /* firefox */
background: -webkit-linear-gradient(-140deg, #0c376d 0%,#691c12 100%); /* chrome */
background: -o-linear-gradient(140deg, #0c376d 0%,#691c12 100%); /* opera */
background: -ms-linear-gradient(140deg, #0c376d 0%,#691c12 100%); /* ie */
background: linear-gradient(140deg, #0c376d,#691c12); /* firefox */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c376d', endColorstr='#691c12',GradientType=1)"; /* 兼容IE8~IE9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c376d', endColorstr='#691c12',GradientType=1 ); /* 兼容IE5~IE9 */
}
.prodet-page .prodet2-4 .box {
    display: block;
}
.prodet-page .prodet2-4 .box .smallImg {
    position: absolute;
    top: 20px;
    left: 13%;
    max-width: 290px;
    z-index: 1;
}
.prodet-page .prodet2-4 .box .smallImg ul {
    margin: -7px -36px;
}
.prodet-page .prodet2-4 .box .smallImg ul li {
    padding: 7px 36px;
}
.prodet-page .prodet2-4 .box .smallImg ul li a {
    display: block;
    position: relative;
}
.prodet-page .prodet2-4 .box .smallImg ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    z-index: -1;
    background: black;
    opacity: .5;
}
.prodet-page .prodet2-4 .box .smallImg ul li a img {
    position: relative;
    left: 0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet2-4 .box .smallImg ul li a:hover img,
.prodet-page .prodet2-4 .box .smallImg ul .slick-current li a img {
    left: 36px;
}
.prodet-page .prodet2-4 .box .bigImg ul li {
    position: relative;
}
.prodet-page .prodet2-4 .box .bigImg ul li .text {
    position: absolute;
    top: 5%;
    left: 8%;
    color: #fff;
        width: 80%;
}
.prodet-page .prodet2-4 .box .bigImg ul li .text h6 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.prodet-page .prodet2-4 .box .bigImg ul li .text p {
    font-size: 20px;
    line-height: 1.6;
        font-weight: 100;
}
.prodet-page .prodet2-4 .box .bigImg ul li img {
    width: 100%;
}

.prodet-page .prodet2-4 .box .smallImg ul li a img {
    object-fit: cover;
    min-width: 300px;
    min-height: 200px;
}

@media screen and (max-width: 1500px) {

       .prodet-page .prodet2-4 .box .smallImg {
        max-width: 180px;
    }
    .prodet-page .prodet2-4 .box .bigImg ul li .text h6,.prodet-page .prodet2-6 h5 {
        font-size: 44px;
    }
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet2-4 .box .bigImg ul li .text h6, .prodet-page .prodet2-6 h5 {
        font-size: 36px;
    }
    .prodet-page .prodet2-4 .box .smallImg {
        max-width: 140px;
    }
       .prodet-page .prodet2-4 .box .smallImg ul li a img {
        min-width: 200px;
        min-height: auto;
    }

    }

    @media screen and (max-width: 1000px) {
            .prodet-page .prodet2-4 .box .smallImg {
        max-width: 100px;
    }
    .prodet-page .prodet2-4 .box .smallImg ul li a img {
        min-width: 160px;
    }
    .prodet-page .prodet2-4 .box .bigImg ul li .text h6, .prodet-page .prodet2-6 h5 {
        font-size: 32px;
    }
    .prodet-page .prodet2-4 .box .bigImg ul li .text p {
        font-size: 16px;
    }

    }

    @media screen and (max-width: 700px) {
   .prodet-page .prodet2-4 .box .smallImg ul li {
        padding: 5px 15px;
    }
    .prodet-page .prodet2-4 .box .smallImg ul {
        margin: -5px -15px;
    }
    .prodet-page .prodet2-4 .box .smallImg {
        display: none;
    }
    .prodet-page .prodet2-4 {
        padding-left: 0;
    }

            }





            .prodet-page .prodet2-5 {
    padding: 100px 0;
}
.prodet-page .prodet2-5 .left {
    vertical-align: middle;
}
.prodet-page .prodet2-5 .right {
    vertical-align: middle;
    max-width: 800px;
    padding: 0 6%;
}
.prodet-page .prodet2-5 .right .slickText h5 {
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.prodet-page .prodet2-5 .right .slickText p {
    line-height: 2;
    font-weight: 400;
    font-size: 17px;
}
.prodet-page .prodet2-5 .right .slickSlide {
    margin: 50px 0 70px;
}
.prodet-page .prodet2-5 .right .slickSlide ul {
    margin: -10px;
}
.prodet-page .prodet2-5 .right .slickSlide ul li {
    padding: 10px;
}
.prodet-page .prodet2-5 .right .slickSlide ul li:after {
    content: '';
    margin-top: 8px;
    height: 6px;
    display: block;
    width: 100%;
    background: #7f7f7f;
    opacity: 0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet2-5 .right .slickSlide ul li:hover:after,
.prodet-page .prodet2-5 .right .slickSlide ul .slick-current li:after {
    opacity: 1;
}
.prodet-page .prodet2-5 .right .pageBox {
    text-align: right;
}
.prodet-page .prodet2-5 .right .pageBox .dots {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    font-size: 18px;
    color: #bfbfbf;
}
.prodet-page .prodet2-5 .right .pageBox .dots span {
    font-size: 24px;
    color: black;
    margin-right: 5px;
}
.prodet-page .prodet2-5 .right .pageBox .arrow {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet2-5 .right .pageBox .arrow div {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
box-shadow: 0 0 10px rgba(0,0,0,.2);
cursor: pointer;
cursor: hand;
}



    .prodet-page .prodet-1 .small ul li img {
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

@media screen and (max-width: 1500px) {
     .prodet-page .prodet2-5 .right .slickText h5,.prodet-page .prodet2-7 h2 {
        font-size: 36px;
    }
    .prodet-page .prodet2-6 {
        padding: 120px 0 200px;
    }
    .prodet-page .prodet2-5 .right .slickSlide {
        margin: 20px 0;
    }
    .prodet-page .prodet2-5 .right .slickText p {
        font-size: 13px;
        line-height: 2;
    }
}

@media screen and (max-width: 700px) {
.prodet-page .prodet2-5 .right .pageBox .arrow {
        display: none;
    }
    .prodet-page .prodet2-5 .right .pageBox .dots {
        font-size: 16px;
    }
    .prodet-page .prodet2-5 .right {
        width: 100%;
        padding: 30px 0 0;
    }
    .prodet-page .prodet2-5 .left {
        width: 100%;
        padding: 0;
    }
    .prodet-page .prodet2-5 {
        padding: 40px 15px;
    }

    }



.prodet-page .prodet-1 .text .m-link a {
    font-size: 16px;
}

.prodet-page .prodet2-7 .img .img-tu img {
    object-fit: cover;
    height: 340px;
    width: 100%;
}

.neiye-nideo .play:after, .neiye-nideo .play:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c8c8c8;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    border-radius: 100%;
}


.neiye-nideo .play {
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand;
}

.neiye-nideo .play img {
    width: 100%;
}

.neiye-nideo {
padding: 220px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}


#index-body .init-2 .slide .box .box2 .list ul li .img-box:hover img {
    transform: scale(1,1);
}

/*new-products*/

.inner-page .sideBarBox .sideBarLeft {
  width: 22%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.inner-page .sideBarBox .sideBarLeft form {
  height: 42px;
  line-height: 42px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 42px;
  border: none;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-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;
}
.inner-page .sideBarBox .sideBarLeft form button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide {
  margin-top: 50px;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
  display: block;
  padding-right: 1.5em;
  position: relative;
      text-transform: capitalize;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
  position: absolute;
  right: .3em;
  top: 0;
  font-size: 140%;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
  opacity: .6;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover > a,
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li.active > a {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
  padding-left: 1em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
  font-weight: normal;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list {
  margin: 10px 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
  width: 25%;
  margin-right: 4%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6 {
    font-size: 17px;
    width: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 2;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
  font-size: 14px;
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
  font-size: 14px;
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg {
  background-image: url("../images/sideBarImg-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 180px 10% 80px;
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg span.h3 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg .text {
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0 2em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg a.more {
  line-height: 2em;
  height: 2em;
  padding: 0 1em 0 .5em;
  background: url("../images/icon-sideBarImg-link.png") center no-repeat;
  background-size: 100% 100%;
}
.inner-page .sideBarBox .slideBarRight {
  width: 78%;
  padding-left: 2%;
}


.inner-page .sideBarBox .slideBarRight .product_list {
  margin-top: 40px;
}
.inner-page .sideBarBox .slideBarRight .product_list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .img_c {
  overflow: hidden;
  position: relative;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .product-image {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .second-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box {
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border: 1px solid #e7e7e7;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #aaa;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box a:hover {
  background-color: var(--color);
  color: #fff;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .title {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px 100px;
  line-height: 2;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .title:hover {
  color: var(--color);
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .des {
    color: #aaa;
     -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 15px;
    TEXT-ALIGN: CENTER;
    line-height: 2;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner .first-image {
  opacity: 0;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner .second-image {
  opacity: 1;
}


@media (max-width: 500px){

 .inner-page .sideBarBox .slideBarRight .product_list {
    margin-top: 20px;
  }
 .inner-page .sideBarBox .slideBarRight .product_list ul li .box .des {
    padding-top: 6px;
  }
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .title {
    margin-top: 10px;
  }

}


h1.Auxil-h1 {
    font-size: 28px;
}
.content.Auxil-catdes p {
    font-size: 15px;
    line-height: 1.8;
}

.inner-banner.nei01 h3 {
    font-size: 50px;
    padding-top: 230px;
    color: #fff;
}

.inner-banner.nei01 {
    margin-top: 120px;
}

.inner-banner.nei01 h3 {
    font-size: 62px;
    margin-bottom: 10px;
    padding-top: 230px;
    color: #fff;
    font-family: "Ogg";
}

.inner-banner.nei01 .box .mbx01 {
    color: #fff;
    font-size: 14px;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul {
    margin: 0;
}
.product-banner.txt-center.xiangqing {
    background: #fafafa;
}





/*联系*/
.contact-page .left .box2 {
  background-color: #edeef0;
  padding: 30px 5% 50px;
  position: relative;
}


.contact-page .left .box2 span.h2 {
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  line-height: 2;
  display: block;
  margin-bottom: 20px;
}
.contact-page .left .box2 .text {
  font-size: 16px;
  color: #7e7f81;
  line-height: 2;
}
.contact-page .left .box2 .form {
  margin-top: 50px;
}
.contact-page .left .box2 .form ul li {
  font-size: 16px;
  color: #666;
}
.contact-page .left .box2 .form ul li label {
  display: block;
  margin: 1em 0 .5em;
  font-weight: 600;
  line-height: 2
}
.contact-page .left .box2 .form ul li label em {
  color: var(--color);
}
.contact-page .left .box2 .form ul li input,
.contact-page .left .box2 .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #aaabad;
  padding: .2em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .left .box2 .form ul li input:focus,
.contact-page .left .box2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .left .box2 .form ul li textarea {
  height: 140px;
}
.contact-page .left .box2 .form ul li a.more {
  margin-top: 50px;
  
  background-color: var(--color);
  position: relative;
  display: inline-block;
  color: white;
  padding: 10px 30px;
      line-height: normal;
    height: auto;
}
.contact-page .left .box2 .form ul li a.more:hover {
  background-color: var(--color);
}



.contact-page .right {
     width: 60%;
    padding-left: 50px;
}
.contact-page .right span.h2 {
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  display: block;
      padding-top: 30px;
}
.contact-page .right span.h2:after {

}
.contact-page .right .text {
  font-size: 16px;
  color: #7e7f81;
  line-height: 2;
  margin: 1em 0 1.5em;
}
.contact-page .right .phone {
  font-size: 15px;
  color: white;
  padding: 1em;
  text-align: center;
  background-color: var(--color);
  position: relative;
      margin-bottom: 30px;
}
.contact-page .right .phone:after,
.contact-page .right .phone:before {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: white;
  border-right-color: white;
}
.contact-page .right .phone:before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page .right span.h5 {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  display: block;
  line-height: 2;
  margin: 1.5em 0 .5em;
}
.contact-page .right span.h6 {
  display: block;
  font-size: 16px;
  color: #7e7f81;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-page .right .info {
  font-size: 16px;
  color: #7e7f81;
}
.contact-page .right .info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5em;
}
.contact-page .right .info li i {
    color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  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;
}
.contact-page .right iframe {
  margin-top: 25px;
  height: 320px;
  width: 100%;
}


.contact-page .contact-1 .con-main {
    display: flex;
}

.contact-page .contact-1 .con-main .left {
    width: 40%;
}



.about-page .about-gy{
    padding: 100px 0;
    background: url('../images/gongyi.jpg') center center;
    text-align: center;
    color: white;
}
.about-page .about-gy h2 {
font-size: 44px;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
}
.about-page .about-gy .box {
    margin-top: 110px;
    padding: 0 16%;
}
.about-page .about-gy .box ul {
    margin: -50px;
}
.about-page .about-gy .box ul li {
    padding: 0px 50px;
    margin-bottom: 0;
}
.about-page .about-gy .box ul li .text {
    vertical-align: middle;
    padding-right: 3%;
    text-align: left;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
opacity: 1;
}
.about-page .about-gy .box ul li .text h6 {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
}
.about-page .about-gy .box ul li .text h6 span {
    font-weight: bold;
    font-size: 36px;
    color: white;
    vertical-align: top;
    line-height: 1.4;
}
.about-page .about-gy .box ul li .text h3 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1.2;
    color: white;
    word-break: break-word;
}
.about-page .about-gy .box ul li .img {
    position: relative;
    text-align: left;
    vertical-align: middle;
    left: 0;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.about-page .about-gy .box ul li .img img {
    width: 100%;
}
.about-page .about-gy .box ul li .img .box2 {
    height: 80%;
    top: 10%;
    width: 30%;
    left: -15%;
    background: var(--color);
    padding: 10px;
    position: absolute;
    opacity: 0;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.about-page .about-gy .box ul li .img .box2 span {
    font-size: 22px;
    font-weight: bold;
}
.about-page .about-gy .box ul li .img .box2 h6 {
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    padding: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
}
.about-page .about-gy{
    overflow: hidden;

}
.about-page .about-gy .box ul .slick-list {
    overflow: unset;
}
.about-page .about-gy .box ul .slick-current+div li .text{
    opacity: 0;
}
.about-page .about-gy .box ul .slick-current+div li .img{
    left: -45%;
}
.about-page .about-gy .box ul .slick-current+div li .img .box2{
    opacity: 1;
}
.about-page .about-gy .box ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    margin-left: -80px;
    z-index: 1;
    background: var(--color) url('../images/banner-btn-l.png') center center no-repeat;
    background-size: 14px;
    border: none;
    cursor: pointer;
    cursor: hand;
    color: transparent;
    font-size: 0;
}
.about-page .about-gy .box ul .slick-arrow.slick-next {
    display: none;
}




@media screen and (max-width: 1400px) {
    .about-page .about-gy h2 {
        font-size: 36px;
    }
    .about-page .about-gy .box ul li .text h3 {
        font-size: 40px;
    }

}


@media screen and (max-width: 1200px) {

  .about-page .about-gy {
        padding: 20px 0;
    }
    .about-page .about-gy .box ul li .text h3 {
        font-size: 22px;
    }
    .about-page .about-gy .box ul li .text h6 {
        font-size: 18px;
    }
    .about-page .about-gy .box ul li .text h6 span {
        font-size: 24px;
    }

}


@media screen and (max-width: 700px) {
 .about-page .about-gy .box ul li {
        padding: 10px;
    }
    .about-page .about-gy .box ul {
        margin: -10px;
    }
    .about-page .about-gy .box ul .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 8px;
    }
    .about-page .about-gy .box ul li .img .box2 h6 {
        display: none;
    }
    .about-page .about-gy .box ul .slick-current+div li .img {
        left: 0 !important;
        margin-top: 10px;
    }
    .about-page .about-gy .box ul li .img .box2 {
        display: none;
    }

}


.prodet-page .prodet2-7 .img-text p {
    text-align: left;
    font-size: 15px;
    line-height: 2;
    padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .inner-page .sideBarBox .slideBarRight,.contact-page .right {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sideBarBox .sideBarLeft {
        display: none;
    }
    .contact-page .contact-1 .con-main .left {
        margin-bottom: 30px;
        width: 100%;
    }
    .contact-page .left .box2 span.h2,.contact-page .right span.h2 {
        font-size: 24px;
    }
    .contact-page .contact-1 .con-main {
        display: block;
    }
    .inner-banner.nei01 {
        margin-top: 40px;
    }
    .inner-banner.nei01 h3 {
        font-size: 28px;
        padding-top: 0;
    }
    .inner-banner.nei01 .box {
        height: auto !important;
        padding: 50px 0;
    }
}
#Pop_UpsBtn{
    display: none!important;
}

.more_cont{
    font-size: 28px;
}

.init-1 .ui .box .left .text h1{
    display: initial;
}

.right_nav_list{position:fixed;bottom:120px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}

.Auxil-industry.pt-60 h3{
    color: var(--color);
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    padding: 10px 0;
}
.Auxil-industry.pt-60 h4{
   font-size: 20px;
    line-height: 1.8;
    font-weight: 600;
    padding: 6px 0;
}

#seo_public_from .seo_public_from ul li input, 
#seo_public_from .seo_public_from ul li textarea{
    font-size: 16px;
    line-height: 30px;
}
@media screen and (max-width: 1450px){
  #index-body .init-2 .slide .mask {
      background-attachment: unset;
  }
}