@font-face {
  font-family: 'OggTRIAL';
  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;
}
body {
  font-family: "arial";
  max-width: 1920px;
  --color: #de751e;
  --font: 'OggTRIAL';
  font-weight: normal;
  margin: 0 auto;
}
.font1 {
  font-family: var(--font);
}
.container {
  width: 100%;
  max-width: 1600px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.active .nav {
  background-color: #000000;
}
#header .nav {
  border-bottom: 1px solid rgba(213, 212, 211, 0.8);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 90px;
}
#header .nav .ui.menu .logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  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;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 27px;
  font-size: 16px;
  font-family: var(--font);
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  background: -webkit-linear-gradient(left,#3219fd 0%,#da1df7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}*/
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  left: 0;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 4px;
  background-color: #f8f7f7;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #FFF;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .yuy > span {
  color: #FFFFFF;
}
#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;
}
.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;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .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;
}
@-webkit-keyframes moveY {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes moveY {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(25%);
    transform: translateY(25%);
  }
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -moz-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveY {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    transform: translateY(25%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#banner li.pre::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content {
  z-index: 1;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 700px;
  margin: auto;
}
#banner .logo {
  width: 13%;
  margin: auto;
}
#banner h2 {
  color: #FFFFFF;
  font-family: var(--font);
}
#banner .bottom {
  right: 10%;
  bottom: 5%;
}
#banner .dots ul {
  font-size: 0;
}
#banner .dots li {
  margin: 0 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
#banner .dots li.slick-active {
  background-color: #FFFFFF;
}
#banner .dots li button {
  display: none;
}
#banner .page {
  color: #FFFFFF;
}
#banner .social-links {
  color: #FFFFFF;
  left: 5%;
  top: 60%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
#banner .social-links a {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#banner .scroll {
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
#banner .scroll img {
  -webkit-animation: moveY 2s linear infinite;
  -moz-animation: moveY 2s linear infinite;
  animation: moveY 2s linear infinite;
}
.home-1 .list li .img {
  border-radius: 10px;
}
.home-1 .list li .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/category-mask.png);
  background-position: center;
  background-size: auto 100%;
  pointer-events: none;
}
.home-1 .list li .name {
  width: 90%;
  left: 5%;
  bottom: 5%;
  color: #FFFFFF;
  z-index: 1;
}
.home-1 .slick-track {
  display: block;
}
.home-2 {
  background-color: #f9f9f9;
}
.home-2 .list .box {
  background-color: #FFFFFF;
}
.home-2 .list li .img span {
  width: 100%;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-2 .list li .img span:last-of-type {
  left: 0;
  top: 0;
}
/*.home-2 .list li .img:hover span:first-of-type {
  opacity: 0;
}*/
.home-2 .list li .img:hover span:last-of-type {
  opacity: 1;
  display: none;
}
.home-2 .list li .colors {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-2 .list li .colors span {
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.home-2 .dots ul {
  font-size: 0;
}
.home-2 .dots li {
  margin: 0 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000000;
}
.home-2 .dots li.slick-active {
  background-color: #000000;
}
.home-2 .dots li button {
  display: none;
}
.home-3 {
  background: url(../images/about-bg.jpg) no-repeat left 100% bottom;
}
.home-3 .play {
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.home-3 .play::before,
.home-3 .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.home-3 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.home-3 .left > div {
  display: inline-block;
}
.home-3 .text {
  color: #646464;
  line-height: 1.8;
}
.home-3 .btns a {
  width: 160px;
  height: 45px;
  background: url(../images/btn-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
      font-family: 'OggTRIAL';
}
.home-3 .btns a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-3 .btns a i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/arrow-icon.png) no-repeat center;
  background-size: contain;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-3 .btns a:hover::before {
  opacity: 1;
}
.home-3 .btns a:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.baseTit {
  line-height: 1.2;
}
.home-4 {
  color: #FFFFFF;
}
.home-4 .btns a {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  border: 2px solid currentcolor;
}
.home-4 .right li:first-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.home-4 .right li:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.home-4 .right li:nth-of-type(4) {
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.home-5 .Tag {
  color: #5e5e5e;
      font-weight: bold;
}
.home-5 .text {
  color: #646464;
  line-height: 1.8;
}
.home-5 .list .slick-list {
  overflow: visible;
}
.home-5 .list li .box:hover .img::before {
  opacity: .5;
}
.home-5 .list li .box:hover .img i::before,
.home-5 .list li .box:hover .img i::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-5 .list li .box:hover .content > * {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.home-5 .list li .box .img {
  padding-top: 120%;
}
.home-5 .list li .box .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-5 .list li .box .img i {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.home-5 .list li .box .img i::before,
.home-5 .list li .box .img i::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .list li .box .img i::before {
  left: 0;
  top: 0;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.home-5 .list li .box .img i::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.home-5 .list li .box .content {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  color: #FFFFFF;
}
.home-5 .list li .box .content > * {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .list li .box .content .btns a {
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 50%;
  margin: auto;
}
.home-5 .list li.even .box .img {
  padding-top: 80%;
  margin-top: 20%;
}
.home-6 {
  color: #FFFFFF;
}
.home-6 .btns a {
    font-family: 'OggTRIAL';
    border: 2px solid #FFFFFF;
}
.home-6 .btns a i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/arrow-icon.png) no-repeat center;
  background-size: contain;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-6 .btns a:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home-7 .list li {
  transition: .5s ease;
}
.home-7 .list li:hover {
  transform: translateY(-6px);
}
.home-7 .list li .name {
     color: #000;
    line-height: 1.7;
    font-weight: bold;
}
.home-7 .list li .time {
  color: #707070;
  line-height: 2;
}
.home-7 .slickBtn div {
  color: #000000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.home-7 .slickBtn.pos div {
  top: 35%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-7 .slickBtn.pos div.prev {
  right: auto;
  left: -1em;
}
.home-7 .slickBtn.pos div.next {
  left: auto;
  right: 2em;
}
#footer {
  color: #FFFFFF;
}
#footer .foot-top h5 {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
      font-family: 'OggTRIAL';
}
#footer .foot-top h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 1em;
  height: 3px;
  background-color: #FFFFFF;
}
#footer .foot-top li {
  line-height: 2;
}
#footer .foot-top .share {
      font-family: 'OggTRIAL';
  left: 0;
  bottom: 0;
  white-space: nowrap;
}
#footer .foot-top input {
  width: 100%;
  height: 70px;
  font-size: 16px;
  padding: 0 15px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .foot-top input[name="content"] {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
}
#footer .foot-top button {
  width: 70px;
  height: 70px;
  border: 0;
  color: #141570;
  background-color: #FFFFFF;
  font-size: 18px;
}
#footer .foot-top div.one {
  width: 100%;
  max-width: 20%;
}
#footer .foot-top div.four {
  width: 100%;
  max-width: 32%;
}
#footer .f-copy {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
#footer .f-copy img {
  height: 16px;
}
#ewm {
  width: 140px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 18px;
  }
  #banner .social-links {
    top: 50%;
  }
  #footer .foot-top input {
    height: 60px;
    font-size: 14px;
  }
  #footer .foot-top input[name="content"] {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  #footer .foot-top button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1000px) {
  #banner .social-links {
    display: none;
  }
  #banner .scroll {
    display: none;
  }
  #banner .bottom {
    display: none;
  }
  .home-3 .right > div {
    padding-left: 0;
    padding-right: 0;
  }
  .home-7 .slickBtn.pos div.prev {
    left: 0;
  }
  .home-7 .slickBtn.pos div.next {
    right: 0;
  }
  #footer .foot-top div.one {
    max-width: 45%;
  }
  #footer .foot-top div.four {
    max-width: 45%;
  }
  #footer .foot-top div.two,
  #footer .foot-top div.three {
    display: none;
  }
  #footer .f-copy img {
    height: 14px;
  }
  #ewm {
    width: 100px;
  }
}
@media (max-width: 700px) {
  #footer .foot-top div.one {
    max-width: 100%;
  }
  #footer .foot-top div.four {
    max-width: 100%;
    margin-top: 30px;
  }
  #footer .foot-top input {
    height: 40px;
    font-size: 14px;
  }
  #footer .foot-top input[name="content"] {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  #footer .foot-top button {
    width: 40px;
    height: 40px;
  }
}




/* inner */
.inner-banner {
  height: 500px;
  color: #fff;
}

@media (max-width:1000px) {
  .inner-banner {
    height: 300px;
  }
}

.contact01 .box .top .h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact01 .box .left ul li {
    font-size: 17px;
    color: #575b60;
    padding-bottom: 20px;
}

.contact01 .box .left span.h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'OggTRIAL';
}

.contact01 .form ul li {
    font-size: 17px;
    display: flex;
    flex-direction: column;
}

.contact01 .form ul li input,
.contact01 .form ul li textarea {
    background-color: #f2f2f2;
    border: 0;
    padding: 15px 5px;
}

.contact01 .form ul li input[type='submit'] {
  color: #FFFFFF;
  background-color: #000000;
  font-weight: bold;
}

.contact01 .box .left {
    width: 38%;
}

.contact01 .box .right {
    width: 62%;
    padding-left: 80px;
}

.contact01 .box .right span.h2 {
font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'OggTRIAL';
}

.contact01 .form ul li a.more {
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    background: #000;
}

.contact01 .box .left .top {
    margin-bottom: 25px;
}

.contact01 .box .right p.nr {
    font-size: 17px;
    width: 85%;
    padding: 15px 0;
}


@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);
  }
}


.about-page .about-1 {
  background-size: 100% auto;
  padding-top: 100px;
      padding-bottom: 80px;
}
.about-page .about-1 .top .left {
    width: 45%;
    padding-right: 8%;
}
.about-page .about-1 .top .left span {
  font-size: 18px;
  padding-left: 21px;
  position: relative;
}
.about-page .about-1 .top .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 44px;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
  display: block;
  text-align: right;
}

.about-page .about-1 .top .right p {
    margin-bottom: 10px;
}
.about-page .about-1 .top .right {
width: 55%;
    color: #000;
}
.about-page .about-1 .img {
  padding-top: 65px;
}
.about-page .about-1 .img .box {
  height: 619px;
  position: relative;
  overflow: hidden;
}
.about-page .about-1 .img .box .play{
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.about-page .about-1 .img .box .play span{
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 60px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .img .box .mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ab-bg.jpg);
  background-position: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .bottom {
 padding-top: 70px;
  font-size: 17px;
  line-height: 1.5;
  color: #000000;

}
.about-page .about-1 .bottom p {
    margin-bottom: 10px;
}
.about-page .about-1 .data {
  padding-top: 60px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .data ul li {
  position: relative;
  padding: 0px 70px 0 70px;
}
/*.about-page .about-1 .data ul li:nth-child(2) p{
  margin-left: 10px;
}*/
.about-page .about-1 .data ul li .num {
    font-size: 82px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
}
.about-page .about-1 .data ul li p {
  /*position: absolute;
  top: 43%;
  left: 0;
  width: 100%;*/

  font-size: 18px;
  line-height: 1.4;
}
/*.about-page .about-1 .data ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: #000000;
  opacity: 0.1;
}*/

.about-page .about-1 .data ul li .num::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #000;
}

.about-page .about-1 .data ul li:first-child {
  padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
/*.about-page .about-1 .data ul li:last-child p{
  padding-left: 15px;
}*/
.about-page .about-1 .data ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  background: url(../images/about2-bg.jpg) no-repeat center 178px;
  margin-top: 129px;
}
.about-page .about-2 ul li {
  color: #fff;
  padding-bottom: 51px;
  position: relative;
  margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-2 ul li .img {
  width: 59.267%;
}
.about-page .about-2 ul li .text {
  width: 40.733%;
  padding: 0 0 106px 53px;
}
.about-page .about-2 ul li .text .tit {
  font-size: 51px;
  font-weight: bold;
}
.about-page .about-2 ul li .text .con {
  font-size: 18px;
  line-height: 1.5;
  color: #f4f0ed;
  opacity: 0.65;
  margin-top: 26px;
}
.about-page .about-2 ul li .nr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
  width: 70.466%;
  text-align: right;
  padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
  font-size: 18px;
  padding: 0 112px 0 21px;
  position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
  font-size: 117px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
  width: 29.534%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
  -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 .about-2 ul li:nth-child(even) .ig .text {
  padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-3 .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-3 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-3 .left .title {
  font-size: 82px;
  color: #030303;
  line-height: 1;
  font-weight: bold;
  margin-top: 21px;
}
.about-page .about-3 .left .title em {
  display: block;
}
.about-page .about-3 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-3 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-3 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-3 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  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-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.about-page .about-3 .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(246, 246, 246, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(246, 246, 246, 0.8) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(246, 246, 246, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(246, 246, 246, 0.8) 90%, rgba(255, 255, 255, 0));
  padding: 60px 40px 60px 40px;
  margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
     font-size: 68px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
  background: #f6f6f6;
}
@media screen and (max-width: 1680px) {
  .about-page .about-1 .data ul li {
    padding: 0 50px 0 0;
  }
  .about-page .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 60px;
  }
  .about-page .about-3 .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .top .left {
    padding-right: 8.5%;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 100px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 46px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 90px;
  }
  .about-page .about-2 ul li .text .con {
    font-size: 16px;
  }
  .about-page .about-3 .left .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .left {
    padding-right: 6%;
  }
  .about-page .about-1 .data ul li {
    padding: 0 26px 0 0;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 80px;
  }
  .about-page .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 30px;
  }
  .about-page .about-2 ul li .text {
    padding: 0 0 40px 40px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 40px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-2 ul li:nth-child(even) .text {
    padding: 0 40px 0 0;
  }
  .about-page .about-3 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px) {
  
  .about-page .about-2 ul li .nr .left .title {
    font-size: 83px;
  }
  .about-page .about-3 .left .title {
    font-size: 53px;
  }
  .about-page .about-3 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 60px;
  }
  .about-page .about-3 .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .top .left .title {
    font-size: 24px;
  }
  .about-page .about-1 .top .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .about-1 .img {
    padding-top: 40px;
  }
  .about-page .about-1 .bottom {
    padding: 30px 0 0 0;
  }
  .about-page .about-1 .data {
    display: none;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 ul li {
    padding-bottom: 0;
  }
  .about-page .about-2 ul li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 ul li .img {
    width: 100%;
  }
  .about-page .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-2 ul li .nr {
    position: initial;
    margin-top: 20px;
  }
  .about-page .about-2 ul li .nr .left {
    text-align: left;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 54px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }
  .about-page .about-3 .left {
    position: initial;
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    background: transparent;
  }
  .about-page .about-2 ul li .nr .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 ul li .nr .right {
    display: none;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top .right {
    margin-top: 20px;
  }
  .about-page .about-1 .img {
    padding-top: 20px;
  }
  .about-page .about-1 .img .box {
    height: 300px;
  }
  .about-page .about-1 .bottom {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 32px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 40px;
  }
  .about-page .about-3 .left .title {
    font-size: 32px;
  }
  .about-page .about-3 .right {
    padding-left: 0;
  }
  .about-page .about-3 .right .tag {
    display: none;
  }
  .about-page .about-3 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-3 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
}


.about-4 {
    padding: 100px 0 100px;
    background: url(../images/xin-ab-huanbao.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(18,158,111,.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(18,158,111,.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(18,158,111,.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(18,158,111,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(18,158,111,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 {
    color: #fff;
    font-size: 42px;
    font-family: var(--font);
    font-style: normal;
    text-transform: capitalize;
}
.about-4 .container .right p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,.9);
    margin-top: 10px;
}


@media (max-width: 1000px) {
  .about-4 .container .left {
    display: none;
  }

  .about-4 .container .right {
    width: 100%;
  }

  .about-4 .container .right h3 {
    font-size: 24px;
  }
}



.about-5 {
  background: url(../images/his-banner.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

#his_pint {
  left: 0;
  top: -120px;
}

.about-5 .left {
  width: 46%;
  z-index: 10;
  right: 0;
  position: absolute;
  top: 18px;
}

.about-5 .right {
  padding-right: 50%;
}

.about-5 .right .topic {
margin-bottom: 3vw;
    position: relative;
    padding: 50px 0;
    height: 150px;
    z-index: 8;
    overflow: hidden;
}

.about-5 .right .topic ._num {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    pointer-events: none;
    width: 100%;
    left: 0;
    opacity: 0;
    z-index: 8;
    color: #000;
    font-weight: bold;
}

.about-5 .right .topic ._num.on {
    opacity: 1;
}

.about-5 .loop {
  position: relative;
  height: 120px;
  margin-top: 100px;
}

.about-5 .loop .list {
  position: relative;
  z-index: 10;
  height: 100%;
}
.about-5 .loop .t-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.1);
}

.about-5 .loop .list ul {
  height: 100%;
}

.about-5 .loop .list ul .slick-list {
  height: 100%;
}

.about-5 .loop .list ul .slick-track {
  height: 100%;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

.about-5 .loop .list ul .slick-slide {
  height: auto;
}

.about-5 .loop .list ul .slick-current li .msgs,
.about-5 .loop .list li:hover .msgs {
  color: #d70c18;
}

/*
.about-5 .loop .list li:hover .dot {
    background-color: #fff;
}*/

.about-5 .loop .list ul .slick-current li .dot:before,
.about-5 .loop .list li:hover .dot:before {
    opacity: 1;
}

.about-5 .loop .list ul .slick-current li .dot:after,
.about-5 .loop .list li:hover .dot:after {
    background-color: #fff;
}

.about-5 .loop .list li {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.about-5 .loop .list li .msgs {
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}


.about-5 .loop .list li .dot {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 50px;
  margin: auto;
  margin-bottom: 18px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.about-5 .loop .list li .dot:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
  margin: 5px auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background-color: #d70c18;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.about-5 .loop .list li .dot:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 5px auto;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  line-height: 9px;
  text-align: center;
  background-color: #c1c1c1;
}




.about-5 .loop .pager .f-prev {
  left: -6%;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  text-indent: -4px;
  cursor: pointer;
  color: #888;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.about-5 .loop .pager .f-prev:hover {
    color: #fff;
    background-color: #000;
}


.about-5 .loop .pager .f-next {
  position: absolute;
  right: -6%;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  text-indent: 3px;
  cursor: pointer;
  color: #888;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}



.about-5 .loop .pager .f-next:hover {
    color: #fff;
    background-color: #000;
}


@media (max-width: 1230px) {
  .about-5 .right .topic {
    padding: 25px 0;
    height: 100px;
  }
}

@media (max-width: 1000px) {
  .about-5 .left {
    width: 100%;
    position: static;
  }
  .about-5 .right {
    padding-right: 0;
  }

  .about-5 .loop {
    margin-top: 40px;
  }
}






.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
  height: 4.375em;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox .sideBarLeft .box span.h2 {
    font-size: 26px;
    margin-bottom: 1em;
    font-family: 'OggTRIAL';
    font-weight: bold;
}
.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      font-family: 'OggTRIAL';
    font-weight: bold;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a i {
  margin-right: 1.5em;
  opacity: .8;
  font-size: .8em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
}
/*.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover {
  color: var(--color);
}*/

.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active span,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover span {
  background: -webkit-linear-gradient(left,#3219fd 0%,#da1df7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover em {
  color: white;
  background-color: #3219fd;
  background-image: linear-gradient(to right, #3219fd , #da1df7);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  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;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 4%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
      font-family: 'OggTRIAL';
    font-weight: bold;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sideBarBox .right {
    width: 73%;
}
.inner-page .sideBarBox .slideBarRight {
    width: 73%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box img {
    height: 90px;
    object-fit: cover;
    width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList {
    margin-top: 2em;
}


@media (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }

  .inner-page .sideBarBox .slideBarRight {
    width: 100%;
  }

}


.inner-page a.link {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: #8e211c;
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner-page .product_list ul {
  margin: -15px;
}
.inner-page .product_list ul li {
  padding: 15px;
}
.inner-page .product_list ul li a.img-box {
  display: block;
}
.inner-page .product_list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 1em 0 .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .product_list ul li span.h6:hover {
  color: #8e211c;
}
.inner-page .m-page {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
  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 .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
 display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: #3219fd;
  background-image: linear-gradient(to right, #3219fd , #da1df7);
  color: white;
  border-color: transparent;
}

.inner-page a.btn {
  font-size: 15px;
  line-height: 4.53333333em;
  height: 4.53333333em;
  padding: 0 2.4em;
  display: inline-block;
  font-weight: 500;
  color: white;
  background-color: #8e211c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}

.inner-page .form ul li {
  font-size: 14px;
}
.inner-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #8e211c;
}
.inner-page .form ul li textarea {
  height: 80px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.news-page .news-1 {
  padding: 100px 0;
}

.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 8% 6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: white;
}
.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      font-family: 'OggTRIAL';
    font-weight: bold;
}
.news-page .news-1 .list ul li .content .text {
  font-size: 14px;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9em;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
      font-family: 'OggTRIAL';
    font-weight: bold;
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}

.newdet-page .slideBarRight time {
  font-size: 14px;
  display: block;
}
.newdet-page .slideBarRight h1 {
  font-size: 40px;
  font-weight: bold;
      font-family: 'OggTRIAL';
}
.newdet-page .slideBarRight .text {
  margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
  margin-top: 1em;
      font-size: 17px;
}
.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0;
}
.newdet-page .slideBarRight .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  font-family: 'OggTRIAL';
    font-weight: bold;
}
.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
  background-color: #8e211c;
}
.newdet-page .slideBarRight span.h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.inner-page .side-title h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}

@media screen and (max-width: 1700px) {
  .newdet-page,
  .news-page .news-1,
  .gallery-page{
    padding: 70px 0;
  }
  .newdet-page .slideBarRight h1{
     font-size: 32px;
   }

  .inner-page .product_list ul li span.h6 {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .newdet-page .slideBarRight h1{
    font-size: 28px;
  }
  .inner-page a.link {
    font-size: 14px;
  }
  
  .inner-page .product_list ul li span.h6 {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 5%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .newdet-page .slideBarRight h1{
    font-size: 24px;
  }

    .inner-page .product_list ul li {
    padding: 10px;
  }
  .inner-page .product_list ul {
    margin: -10px;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page,
  .news-page .news-1{
    padding: 30px 0;
  }

  .newdet-page .slideBarRight h1{
    font-size: 20px;
  }

  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }
  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
}



.product-page .sider-box .left .series {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.product-page .sider-box .left .series h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: bold;
}


.product-page .sider-box .left form {
    font-size: 16px;
    height: 50px;
    background-color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        margin-bottom: 40px;
}


.product-page .sider-box .left form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.5em;
}


.product-page .sider-box .left form button {
    width: 4.375em;
    background-color: transparent;
    border: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .sider-box .left form button i {
    font-size: 20px;
}

.product-page .sider-box .left .series ul li {
    font-size: 16px;
    line-height: 1.8;
        font-weight: bold;
}
.product-page .sider-box .left .series ul li a {
  padding: 5px 15px;
}
.product-page .sider-box .left .series ul li a.active {
  color: #FFFFFF;
  background-color: #8e211c;
}

.product-page .sider-box .left .series ul li span.active {
  color: #FFFFFF;
}

.product-page .sider-box .left .series ul li > ul {
  display: none;
}

.product-page .sider-box .left .series ul li.active > ul {
  display: block;
}
.product-page .sider-box .left .series ul li > span {
  width: 30px;
  text-align: center;
  margin-top: .25em;
}
.product-page .sider-box .left .series ul li.active > span {
  transform: rotate(90deg);
}

.product-page .sider-box .left .series > ul > li:hover > span {
  color: #FFFFFF;
}

.product-page .sider-box .left .series > ul > li:hover > a {
  color: #FFFFFF;
  background-color: #8e211c;
}

.product-page .sider-box .left .series > ul > li li:hover > a {
  color: #FFFFFF;
  background-color: #8e211c;
}

.product-page .sider-box .left {
  width: 20%;
}

.product-page .sider-box .right {
  width: 80%;
  padding-left: 5%;
}

.product-page .sider-box .right h1 {
  font-weight: bold;
}

@media (max-width:1000px) {
  .product-page .sider-box .left {
    display: none;
  }

  .product-page .sider-box .right {
    width: 100%;
    padding-left: 0;
  }
}




/* product */
.product-card .color-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.product-card .color-selector .color-option {
  width: 20px;
  height: 20px;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card .color-selector .color-option.active {
  border: 1px solid #091010;
}
.product-card .color-selector .color-option + .color-option {
  margin-left: 12px;
}
.product-card .color-selector .color-block {
  overflow: hidden;
  background-size: 100%;
  background-color: var(--color);
  position: relative;
  width: 16px;
  height: 16px;
}

.inner-pro-img .item .absolute-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-pro-img .item .hover-image {
  z-index: 0;
  opacity: 0;
  /*-webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;*/
}

/*.inner-pro-img .item:hover .hover-image {
  opacity: 1;
}*/
/*.inner-pro-img .item:hover .op-imge{
  opacity: 0;
}*/



/* prodet */
.prodet-1 .left {
  padding-right: 5%;
      position: sticky;
    top: 100px;
}
.prodet-1 .right {

}
.prodet-1 .small-slide {
  margin-top: 30px;
}
.prodet-1 .small-slide ul {
  margin: -15px;
}
.prodet-1 .small-slide li {
  padding: 15px;
}
.prodet-2 {
  margin-bottom: 80px;
}

.pdp-selector {
	border-top: 1px solid #eee;
}
.color-selector {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
      font-family: 'OggTRIAL';
    font-weight: bold;
}
.color-selector .color-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.color-selector .color-item {
    width: 56px;
    font-size: 14px;
    margin-right: 30px;
    margin-top: 20px;
}
.color-selector .color-item .color-core {
	width: 28px;
    height: 28px;
    padding: 2px;
    border: 1px solid transparent;
    margin: 0 auto;
    cursor: pointer;
}
.color-selector .color-item.active .color-core {
	border-color: #091010;
}
.color-selector .color-item .color-core .color-image-box {
	width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 72px;
    overflow: hidden;
    position: relative;
    background-color: var(--color);
}
.color-selector .color-item .color-name {
	text-align: center;
    font-size: 14px;
    color: #979797;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pdp-promotions {
	border-top: 1px solid #eee;
}

.pdp-action-btns {
	margin: 32px 0 0;
}

.pdp-action-btns a {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 30px;
  font-size: 14px;
      font-family: 'OggTRIAL';
    font-weight: bold;
}

.pdp-share-row {
	margin: 32px 0;
  font-family: 'OggTRIAL';
    font-weight: bold;
}

.collapse-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    letter-spacing: 1px;
    cursor: pointer;
}
.collapse-header .title {
    font-size: 16px;
    color: #091010;
    line-height: 18px;
        font-family: 'OggTRIAL';
    font-weight: bold;
}
.collapse-header .i-expand {
    font-size: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.inner-page.prodet-page .prodet-2 .txt-center {
    font-family: 'OggTRIAL';
    font-weight: bold;
    text-transform: capitalize;
}



@media (max-width: 1000px) {
  .prodet-1 .left {
    width: 100%;
    padding-right: 0;
    position: static;
  }

  .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}




/*实力*/

.capacity-1 .top h2 {
    font-size: 36px;
    font-family: var(--font);
    text-transform: capitalize;
}
.capacity-1 .top p {
    line-height: 1.8;
    font-size: 17px;
}
.capacity-1 .btnC{
  margin-top: 20px;
}
.capacity-1 .btnC .btn{
  background: #fff;
  color: #8e211c;
  border: 1px solid #8e211c;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 40px;
}
.capacity-1 .btnC .btn:hover{
  background: #8e211c;
  color: #fff;
}

.capacity-1 .btnC .next{
  margin-left: 20px;
}

.capacity-1 .bottom ul{
margin: 0 -10px;
}

.capacity-1 .bottom ul li{
  padding: 10px;
}
.capacity-1 {
    padding: 80px 0;
}
.capacity-1 .top {
    padding-bottom: 20px;
}


.capacity-2 {
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
        padding: 80px 0;
  }
  .capacity-2 .container .title_c {
    position: relative;
    z-index: 2;
        color: #000;
  }
  .capacity-2 .container .title_c .left .tips {
    position: relative;
    padding-left: 28px;
    color: #000;
    font-weight: bold;
  }
  .capacity-2 .container .title_c .left .tips .sub1 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
     background-color: #000;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .capacity-2 .container .title_c .left .tips_title {
    margin-top: 10px;
        font-weight: bold;
  }
  .capacity-2 .container .title_c .btnC{
    margin: 10px 0 0 auto;
  }
  .capacity-2 .container .title_c .btnC .btn {
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 40px;
  }
  .capacity-2 .container .title_c .btnC .btn:hover{
    background: #8e211c;
    color: #fff;
  }
  .capacity-2 .container .title_c .btnC .next{
    margin-left: 10px;
  }
  .capacity-2 .container .title_c .more {
    margin: 10px 0 0 auto;
    color: #8e211c;
  }
  .capacity-2 .container .title_c .more .more_sub {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #8e211c;
    font-size: 20px;
    margin-right: 18px;
    color: #fff;
  }
  .capacity-2 .container .title_c .more:hover {
    color: #fff;
  }
  .capacity-2 .container .title_c .more:hover .more_sub {
    background-color: #fff;
    color: #8e211c;
  }
  .capacity-2 .container .title_c .sub_2 {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 90px;
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
  }
  .capacity-2 .container .title_c .sub_3 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 80px;
    left: 60%;
  }
  .capacity-2 .container .content {
    margin-top: 30px;
        color: #000;
  }
  .capacity-2 .container .content ul {
    margin: 0 -13px;
  }
  .capacity-2 .container .content ul li {
    width: 25%;
    padding: 0 13px;
  }
  .capacity-2 .container .content ul li .box {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    background: rgba(246, 246, 246, 0.8);
  }
  .capacity-2 .container .content ul li .box .img {
    height: 70px;
    background-position: left center;
  }
  .capacity-2 .container .content ul li .box .title {
  margin-top: 20px;
    text-transform: capitalize;
    height: 90px;
        font-family: 'OggTRIAL';
  }
  .capacity-2 .container .content ul li .box .line {
    height: 1px;
    background-color: #5a5a5a;
    margin: 16px 0;
  }
  .capacity-2 .container .content ul li .box .des {
    color: #888;
        height: 168px;
  }
  .capacity-2 .container .content ul li .box .more {
    margin-top: 14px;
    color: #d1d1d1;
    line-height: 1;
  }
  .capacity-2 .container .content ul li .box .more .text {
    border-bottom: 1px solid #d1d1d1;
  }
  .capacity-2 .container .content ul li .box .more .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #fff;
  }
  .capacity-2 .container .content ul li .box .more:hover .text {
    color: #8e211c;
    border-bottom: 1px solid #8e211c;
  }
  .capacity-2 .container .content ul li .box .more:hover .sub {
    border: 1px solid #8e211c;
  }
  .capacity-2 .container .content ul .li2 {
    margin-top: 40px;
  }
  .capacity-2 .container .content ul .li3 {
    margin-top: 80px;
  }
  .capacity-2 .container .content ul .li4 {
    margin-top: 120px;
  }


  .capacity-2 .container .title_c .more {
    margin-left: 0;
  }
  .capacity-2 .container .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  .capacity-2 .container .content ul .li4,
  .capacity-2 .container .content ul .li3,
  .capacity-2 .container .content ul .li2 {
    margin-top: 20px;
  }

  .capacity-2 .container .content ul li:hover .box{
     background: #000;
    transition: all .5s ease;
    color: #fff;
}
.capacity-2 .container .content ul li .box{
        transition: all .5s ease;
}
.capacity-2 .container .content ul li:hover .box .des {
    color: #fff;
}
.shuzi span {
    font-size: 60px;
    font-weight: 700;
font-family: 'OggTRIAL';
}

.capacity-3 {
    padding-top: 90px;
    background: #eee;
    padding-bottom: 10px;
}

.capacity-3 .bottom{
    text-align: center;
    color: white;
    }
    .capacity-3 .bottom h2 {
    font-size: 44px;
    text-transform: uppercase;
    }
    .capacity-3 .bottom .box{
    padding: 0 16%;
    }
    .capacity-3 .bottom .box ul {
    margin: -50px;
    }
    .capacity-3 .bottom .box ul li {
    padding: 50px;
    }
    .capacity-3 .bottom .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;
    }
    .capacity-3 .bottom .box ul li .text h6 {
    font-size: 22px;
    color: rgba(0,0,0,.5);
    }
    .capacity-3 .bottom .box ul li .text h6 span {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    vertical-align: top;
    line-height: 1.4;
    }
    .capacity-3 .bottom .box ul li .text h3 {
      font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5;
    color: #000;
    word-break: break-word;
    margin-bottom: 15px;
    width: 70%;
    font-family: 'OggTRIAL';
    }
    .capacity-3 .bottom .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;
    }
    .capacity-3 .bottom .box ul li .img img {
    width: 100%;
        object-fit: cover;
    height: 500px;
    }
    .capacity-3 .bottom .box ul li .img .box2 {
    height: 80%;
    top: 10%;
    width: 30%;
    left: -15%;
    background: #000;
    padding: 10px;
    position: absolute;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }
    .capacity-3 .bottom .box ul li .img .box2 span {
    font-size: 22px;
    font-weight: bold;
    }
    .capacity-3 .bottom .box ul li .img .box2 h6 {
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    padding: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
    }
    .capacity-3 .top h2 {
    font-size: 36px;
    font-family: var(--font);
    text-transform: capitalize;
        margin-bottom: 15px;
            font-weight: bold;
}
.capacity-3 .top p {
    line-height: 1.8;
    font-size: 17px;
        margin-bottom: 15px;
}
.capacity-3 .top .btns a {
    font-size: 15px;
    font-weight: bold;
}
    .capacity-3 .bottom{
    overflow: hidden;
    margin: 90px 0;
    }
    .capacity-3 .bottom .box ul .slick-list {
    overflow: unset;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .text{
    opacity: 0;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .img{
    left: -45%;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .img .box2 {
    opacity: 1;
    }
    .capacity-3 .bottom .box ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    margin-left: -80px;
    z-index: 1;
    background: url('../images/inner-l.png') center center no-repeat;
 
    border: none;
    cursor: pointer;
    cursor: hand;
    color: transparent;
    font-size: 0;
    }
    .capacity-3 .bottom .box ul .slick-arrow.slick-next {
    margin-top: 40px;
    transform: rotate(180deg);
    }
    
    @media screen and (max-width: 1400px) {
    .capacity-3 .bottom h2 {
        font-size: 36px;
    }
    .capacity-3 .bottom .box ul li .text h3 {
        font-size: 40px;
    }
    
    }
    
    
    @media screen and (max-width: 1200px) {
    .capacity-3 .bottom {
        margin: 40px 0;
    }
    .capacity-3 .bottom .box ul li .text h3 {
        font-size: 22px;
    }
    .capacity-3 .bottom .box ul li .text h6 {
        font-size: 18px;
    }
    .capacity-3 .bottom .box ul li .text h6 span {
        font-size: 24px;
    }
    }

    
    @media screen and (max-width: 1000px) {
      .capacity-3 .bottom .box {
        padding: 0;
      }

      .capacity-3 .bottom .box ul li .img {
        width: 100%;
      }

      .capacity-3 .bottom .box ul li .text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
      }

      .capacity-3 .bottom .box ul {
        margin: -15px;
      }

      .capacity-3 .bottom .box ul li {
        padding: 15px;
      }

      .capacity-3 .bottom .box ul .slick-current+div li .img .box2 {
        opacity: 0;
      }

      .capacity-3 .bottom .box ul .slick-current+div li .text {
        opacity: 1;
      }

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

    .capacity-4 {
    padding: 100px 0;
}
.capacity-4 .ui.container {
    display: flex;
        align-items: center;
        flex-wrap: wrap;
}
.capacity-4 .left {
    width: 50%;
}
.capacity-4 .right {
    width: 50%;
        padding-left: 50px;
}


.capacity-4 h2.toubu{
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 35px;

}

.capacity-4 .right p {
    line-height: 1.8;
    font-size: 16px;
    padding: 5px 0;
}


.capacity-4 .right p em {
font-weight: bold; 
}


.capacity-4 .left ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 40%;
    z-index: 1;
    border: none;
    cursor: pointer;
    color: transparent;
    font-size: 0;
    }
.capacity-4 .left ul .slick-arrow.slick-prev {
          background: url('../images/inner-l.png') center center no-repeat;
          right: 50%;
}
.capacity-4 .left ul .slick-arrow.slick-next {
    background: url('../images/inner-r.png') center center no-repeat;
    }
.capacity-3 .top {
    text-align: center;
}


.capacity-3 .bottom .box ul li .neiro p {
    font-size: 17px;
    color: #222;
}



/*实力*/


/*设计*/
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.home-2 .list .box .name {
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#footer .foot-top div.four h4 {
    font-family: 'OggTRIAL';
}

.inner-banner span.h2 {
    font-family: 'OggTRIAL';
}

.newdet-page .slideBarRight .text p img.wscnph {
    width: 49%;
    padding: 20px 10px;
}
.m-link.Auxil-through a {
    margin-right: 30px;
}
.m-link.Auxil-through a {
    font-family: 'OggTRIAL';
    margin-right: 30px;
    font-weight: bold;
    font-size: 15px;
}
.prodet-2 .xuanfu {
    font-family: 'OggTRIAL';
    font-weight: bold;
}
.about-04 .top .left {
    width: 35%;
}

.about-04 .top .right {
    width: 65%;
}
.about-04 .top .left .title {
    color: #000;
    font-size: 44px;
}
.about-04 .bottom ul li {
    padding: 15px 15px;
}
.about-04 .top {
    margin-bottom: 50px;
    margin-top: 50px;
}
.about-04 {
    padding-bottom: 100px;
}



.about-05 .tong{
align-items: center;
}

.about-05 .tong .left {
    width: 40%;
}
.about-05 .tong .right {
    padding: 50px 90px;
    width: 60%;
}


.about-05 .tong .right h2 {
    font-family: 'OggTRIAL';
    font-weight: bold;
    margin-bottom: 20px;
}
.about-05 .tong .right p {
    padding: 5px 0;
}


.about-page .init-3 {
  z-index: 3;
  position: relative;
      background: #f9f9f9;
}
.about-page .init-3 .container .left {
  width: 38%;
  padding-right: 100px;
}
.about-page .init-3 .container .left .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
}
.about-page .init-3 .container .left .btnC .btn {
  width: 60px;
  height: 60px;
  background-color: #7c7b76;
  font-size: 30px;
  color: var(--white);
  cursor: pointer;
}
.about-page .init-3 .container .left .btnC .btn:hover {
  /*background-color: var(--color);*/
      background: -webkit-linear-gradient(left,#3219fd 0%,#da1df7 100%);

}
.about-page .init-3 .container .left .btnC .btn i {
    color: #fff;
}
.about-page .init-3 .container .right {
  width: 62%;
}
.about-page .init-3 .container .right .swiper {
  padding: 30px 30px 30px 0;
}
.about-page .init-3 .container .right ul li .box {
  opacity: 0;
}
.about-page .init-3 .container .right ul li .box a {
  display: block;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.about-page .init-3 .container .right ul li .box a img {
  width: 100%;
}
.about-page .init-3 .container .right ul li .box:hover {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.about-page .init-3 .container .right ul li.my-slide-visible .box {
  opacity: 1;
}


@media (max-width: 1000px) {
    .about-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }

  .about-04 .top .left .title {
    font-size: 24px;
  }
}



@media (max-width: 500px) {
  .about-page .init-3 .container .left .btnC .btn {
    width: 40px;
    height: 40px;
  }
  .about-page .init-3 .container .right ul li .box a {
    -webkit-box-sizing: 6px 6px 6px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: 6px 6px 6px rgba(0, 0, 0, 0.1);
    box-sizing: 6px 6px 6px rgba(0, 0, 0, 0.1);
  }
  .about-page .init-3 .container .right .swiper {
    padding: 30px 20px;
  }
}

.about-05 {
    padding-bottom: 100px;
}

.Solution-1 .right h2 {
    font-family: 'OggTRIAL';
        margin-bottom: 25px;
}


.Solution-1 .right .text h3{
   font-family: 'OggTRIAL';
}

.Solution-1 .right {
    padding-left: 70px;
}
.Solution-1 .right .text p {
    margin-bottom: 25px;
}
.Solution-1 .btns a i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/arrow-icon.png) no-repeat center;
  background-size: contain;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}



.Solution-1 .btns a {
    padding: 10px 15px;
  background: url(../images/btn-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}
.Solution-1 .btns a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.Solution-1 .btns a i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/arrow-icon.png) no-repeat center;
  background-size: contain;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.Solution-1 .btns a:hover::before {
  opacity: 1;
}
.Solution-1 .btns a:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Solution-1 {
    margin-bottom: 100px;
}
.Solution-2 {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.Solution-2 .left{
      position: sticky;
    top: 160px;
        padding-right: 110px;
}
.Solution-2 .left h2 {
    color: #fff;
    font-family: 'OggTRIAL';
        margin-bottom: 25px;
}
.Solution-2 .left p {
    color: #fff;
}

.Solution-2 .right ul li {
    display: flex;
    background: rgba(255,255,255,.2);
    border-radius: 10px;
        transition: all 1.2s ease;
}
.Solution-2 .right ul li .con h2 {
    color: #fff;
     font-family: 'OggTRIAL';
         width: 70%;
}
.Solution-2 .right ul li .con p {
    color: #fff;
}


.Solution-2 .left .btn a {
  display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    padding: 15px;
    text-transform: capitalize;
    font-family: 'OggTRIAL';
    font-weight: bold;
}
.Solution-2 .left .btn:hover a {
    color: #000;
    background: #fff;
}
.Solution-2 .right ul li:hover {
    transform: translate(-10px, -10px);
    transition: all 1.2s ease;
}

@media (max-width:1000px) {
  .Solution-2 .left {
    position: static;
  }
}

.manufacture-1 .box {
    background: #f9f9f9;
}

.manufacture-1 .box .top {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.manufacture-1 .box .top p {
    padding: 5px 0;
}
.manufacture-1 .box .top h2 {
    font-family: 'OggTRIAL';
    margin-bottom: 30px;
}

.manufacture-1 {
    padding: 100px 0;
}
.manufacture-1 .box .bottom ul li .img {
    padding: 0 15px;
}

.manufacture-2 .top .right {
    padding-left: 80px;
}

.manufacture-2 .top .right h2,
.manufacture-2 .bottom .left h2{
    font-family: 'OggTRIAL';
    margin-bottom: 10px;
}
.manufacture-2 .top .right p,
.manufacture-2 .bottom .left p {
    line-height: 1.8;
    padding: 5px 0;
}
.manufacture-2 .main ul li {
    padding: 10px;
}
.manufacture-2 .top {
    margin-bottom: 50px;
}
.manufacture-2 .main {
    margin-bottom: 50px;
}
.manufacture-2 .bottom .left {
    padding-right: 50px;
}
.manufacture-3 .box {
    background: #f9f9f9;
    border-radius: 20px;
}
.manufacture-3 .left {
    position: relative;
}
.manufacture-3 .left .text {
    text-align: center;
    position: absolute;
    left: 15%;
        top: 10%;
        color: #fff;
}
.manufacture-3 .left h2 {
     font-family: 'OggTRIAL';
         margin-bottom: 10px;
}
.manufacture-3 .form ul li label{
      font-family: 'OggTRIAL';
    font-weight: bold;
}

.manufacture-3 .form ul li input[type="submit"] {
    background: #000;
    color: #fff;
    border-bottom: 0px solid #999;
}
.manufacture-3 .box .right .form h2 {
    font-family: 'OggTRIAL';
    margin-bottom: 10px;
}
.manufacture-3 .box .right .form p {
    line-height: 1.8;
    margin-bottom: 35px;
}
.manufacture-3 {
    margin-bottom: 100px;
}
.prodet-1 .right .txt {
    font-family: 'OggTRIAL';
    font-weight: bold;
        text-transform: capitalize;
}
.pdp-promotions .cpdd p {
    line-height: 1.8;
    padding: 5px 0;
}
#header .nav .ui.menu .logo img {
    width: 75px;
        filter: grayscale(100%) brightness(1000%);
}
#header.active .nav .ui.menu .logo img {
    filter: grayscale(0%) brightness(100%);
}


/*设计-end*/


.hover-text:hover {
  background: -webkit-linear-gradient(left,#3219fd 0%,#da1df7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


.seoPublic .Auxil-form .form ul li input[type=submit] {
    background-color: #3219fd;
    background-image: linear-gradient(to right, #3219fd, #da1df7);
}